Skip to content

Commit ace1297

Browse files
chore(deps): update commitlint monorepo to v19 (major) (#1185)
* chore(deps): update commitlint monorepo to v19 * chore: update config to TS --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robb Niznik <[email protected]>
1 parent 3b792b5 commit ace1297

File tree

4 files changed

+165
-165
lines changed

4 files changed

+165
-165
lines changed

commitlint.config.js

-3
This file was deleted.

commitlint.config.ts

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import type { UserConfig } from '@commitlint/types';
2+
3+
const Configuration: UserConfig = {
4+
extends: ['@commitlint/config-conventional'],
5+
};
6+
7+
export default Configuration;

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
"@biomejs/biome": "^1.5.3",
4242
"@changesets/changelog-github": "^0.5.0",
4343
"@changesets/cli": "^2.27.1",
44-
"@commitlint/cli": "^18.6.0",
45-
"@commitlint/config-conventional": "^18.6.0",
44+
"@commitlint/cli": "^19.0.3",
45+
"@commitlint/config-conventional": "^19.0.3",
46+
"@commitlint/types": "^19.0.3",
4647
"@etchteam/storybook-addon-status": "^4.2.4",
4748
"@playwright/test": "^1.41.0",
4849
"@storybook/addon-a11y": "^7.6.3",

0 commit comments

Comments
 (0)