Skip to content

Commit 684d4b9

Browse files
authored
Merge pull request #463 from Commencis/chore/dependency-updates
feat: update dependencies to stable latest
2 parents d66c175 + 765a314 commit 684d4b9

23 files changed

Lines changed: 1535 additions & 788 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
33
"changelog": [
4-
"@svitejs/changesets-changelog-github-compact",
4+
"changesets-changelog-clean",
55
{ "repo": "Commencis/js-toolkit" }
66
],
77
"commit": false,

.changeset/mighty-dryers-relax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@commencis/commitlint-config': major
3+
---
4+
5+
[BREAKING]: peer dependency `@commitlint/cli` will now require >=v21

.changeset/yummy-nails-dream.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@commencis/lint-staged-config': minor
3+
'@commencis/commitlint-config': minor
4+
'@commencis/stylelint-config': minor
5+
'@commencis/prettier-config': minor
6+
'@commencis/eslint-config': minor
7+
'@commencis/eslint-plugin': minor
8+
---
9+
10+
feat: update dependencies

.npmrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.14.1
1+
24.18.0

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"license": "Apache-2.0",
2121
"type": "module",
2222
"engines": {
23-
"node": ">=24.14"
23+
"node": ">=24.18"
2424
},
25-
"packageManager": "pnpm@10.33.0",
25+
"packageManager": "pnpm@11.11.0",
2626
"scripts": {
2727
"preinstall": "npx only-allow pnpm",
2828
"dev": "turbo run dev",
@@ -46,23 +46,23 @@
4646
"prepare": "husky"
4747
},
4848
"devDependencies": {
49-
"@changesets/cli": "2.30.0",
49+
"@changesets/cli": "2.31.0",
5050
"@commencis/commitlint-config": "3.4.0",
5151
"@commencis/eslint-config": "3.6.0",
5252
"@commencis/lint-staged-config": "3.1.1",
5353
"@commencis/prettier-config": "3.2.0",
5454
"@commencis/ts-config": "1.0.0",
55-
"@commitlint/cli": "20.5.0",
56-
"@svitejs/changesets-changelog-github-compact": "1.2.0",
57-
"@types/node": "24.12.2",
58-
"@vitest/coverage-v8": "4.1.4",
55+
"@commitlint/cli": "21.2.1",
56+
"@types/node": "24.13.3",
57+
"@vitest/coverage-v8": "4.1.10",
58+
"changesets-changelog-clean": "1.4.0",
5959
"eslint": "9.39.4",
6060
"husky": "9.1.7",
61-
"lint-staged": "16.4.0",
62-
"prettier": "3.8.3",
63-
"tsdown": "0.21.8",
64-
"turbo": "2.9.6",
65-
"typescript": "5.9.3",
66-
"vitest": "4.1.4"
61+
"lint-staged": "17.0.8",
62+
"prettier": "3.9.5",
63+
"tsdown": "0.22.4",
64+
"turbo": "2.10.4",
65+
"typescript": "6.0.3",
66+
"vitest": "4.1.10"
6767
}
6868
}

packages/commitlint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"lint:types": "tsc --noEmit"
3636
},
3737
"dependencies": {
38-
"@commitlint/config-conventional": "20.5.0"
38+
"@commitlint/config-conventional": "21.2.0"
3939
},
4040
"devDependencies": {
4141
"@commencis/ts-config": "1.0.0",
42-
"@commitlint/types": "20.5.0"
42+
"@commitlint/types": "21.2.0"
4343
},
4444
"peerDependencies": {
45-
"@commitlint/cli": ">=20"
45+
"@commitlint/cli": ">=21"
4646
},
4747
"peerDependenciesMeta": {
4848
"@commitlint/cli": {

packages/commitlint-config/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"extends": "@commencis/ts-config",
33
"compilerOptions": {
4-
"baseUrl": ".",
54
"paths": {
6-
"@/*": ["src/*"]
5+
"@/*": ["./src/*"]
76
}
87
},
98
"include": ["src", "tsdown.config.ts", "vitest.config.mts"]

packages/eslint-config/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,22 +55,22 @@
5555
"lint:types": "tsc --noEmit"
5656
},
5757
"dependencies": {
58-
"@next/eslint-plugin-next": "16.2.3",
59-
"@typescript-eslint/utils": "8.58.2",
58+
"@next/eslint-plugin-next": "16.2.10",
59+
"@typescript-eslint/utils": "8.63.0",
6060
"eslint-config-prettier": "10.1.8",
6161
"eslint-plugin-jsx-a11y": "6.10.2",
62-
"eslint-plugin-prettier": "5.5.5",
62+
"eslint-plugin-prettier": "5.5.6",
6363
"eslint-plugin-react": "7.37.5",
64-
"eslint-plugin-react-hooks": "7.0.1",
64+
"eslint-plugin-react-hooks": "7.1.1",
6565
"eslint-plugin-simple-import-sort": "13.0.0",
66-
"globals": "17.5.0",
67-
"typescript-eslint": "8.58.2"
66+
"globals": "17.7.0",
67+
"typescript-eslint": "8.63.0"
6868
},
6969
"devDependencies": {
7070
"@commencis/ts-config": "1.0.0",
7171
"eslint": "9.39.4"
7272
},
7373
"peerDependencies": {
74-
"eslint": ">=9.39"
74+
"eslint": "^9.39"
7575
}
7676
}

packages/eslint-config/src/lib/configFactory.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
importRuleset,
77
javascriptRuleset,
88
nextRuleset,
9+
overridesRuleset,
910
prettierRuleset,
1011
reactRuleset,
1112
typescriptRuleset,
@@ -30,6 +31,7 @@ export function configFactory(options?: ConfigFactoryOptions): FlatConfig {
3031
...(react ? [reactRuleset({ reactCompiler, jsxA11y })] : []),
3132
...(nextjs ? [nextRuleset] : []),
3233
prettierRuleset,
34+
overridesRuleset,
3335
ignoresRuleset,
3436
];
3537

0 commit comments

Comments
 (0)