Skip to content

Commit b3739ed

Browse files
authored
Merge pull request #402 from Commencis/renovate/all-minor-patch
fix(deps): update all non-major dependencies
2 parents 7878ede + 4ae930f commit b3739ed

File tree

11 files changed

+981
-600
lines changed

11 files changed

+981
-600
lines changed

.changeset/great-moles-help.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@commencis/lint-staged-config': major
3+
'@commencis/commitlint-config': major
4+
'@commencis/eslint-plugin': major
5+
'@commencis/ts-config': major
6+
'@commencis/stylelint-config': minor
7+
'@commencis/prettier-config': minor
8+
'@commencis/eslint-config': minor
9+
---
10+
11+
- [Release]: Final stable versions before breaking changes.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20
1+
24.11

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ The repository is structured as a monorepo, which allows for managing all the pa
3333

3434
#### Node.js
3535

36-
Before you begin, ensure you have `node: >= 22.20` installed on your system.
36+
Before you begin, ensure you have `node: >=24.11` installed on your system.
3737

3838
#### pnpm
3939

40-
This project uses `pnpm@10.17.1` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
40+
This project uses `pnpm@10.24.0` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
4141

4242
```bash
43-
corepack prepare pnpm@10.17.1 --activate
43+
corepack prepare pnpm@10.24.0 --activate
4444
corepack enable pnpm
4545
```
4646

package.json

Lines changed: 11 additions & 11 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": ">= 22.20"
23+
"node": ">=24.11"
2424
},
25-
"packageManager": "pnpm@10.23.0",
25+
"packageManager": "pnpm@10.24.0",
2626
"scripts": {
2727
"preinstall": "npx only-allow pnpm",
2828
"dev": "turbo run dev",
@@ -46,21 +46,21 @@
4646
"prepare": "husky"
4747
},
4848
"devDependencies": {
49-
"@changesets/cli": "2.29.7",
49+
"@changesets/cli": "2.29.8",
5050
"@commencis/commitlint-config": "1.2.0",
5151
"@commencis/eslint-config": "2.3.0",
5252
"@commencis/lint-staged-config": "1.2.0",
5353
"@commencis/prettier-config": "2.0.0",
5454
"@commencis/ts-config": "0.0.2",
55-
"@commitlint/cli": "20.0.0",
55+
"@commitlint/cli": "20.1.0",
5656
"@svitejs/changesets-changelog-github-compact": "1.2.0",
57-
"@vitest/coverage-v8": "3.2.4",
58-
"eslint": "9.36.0",
57+
"@vitest/coverage-v8": "4.0.14",
58+
"eslint": "9.39.1",
5959
"husky": "9.1.7",
60-
"lint-staged": "16.2.1",
61-
"prettier": "3.6.2",
62-
"turbo": "2.5.8",
63-
"typescript": "5.9.2",
64-
"vitest": "3.2.4"
60+
"lint-staged": "16.2.7",
61+
"prettier": "3.7.3",
62+
"turbo": "2.6.1",
63+
"typescript": "5.9.3",
64+
"vitest": "4.0.14"
6565
}
6666
}

packages/commitlint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@commencis/ts-config": "0.0.2",
4242
"@commitlint/types": "20.0.0",
43-
"tsup": "8.5.0",
44-
"typescript": "5.9.2"
43+
"tsup": "8.5.1",
44+
"typescript": "5.9.3"
4545
}
4646
}

packages/eslint-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,24 @@
6363
"lint:types": "tsc --noEmit"
6464
},
6565
"dependencies": {
66-
"@eslint/js": "9.36.0",
67-
"@next/eslint-plugin-next": "15.5.4",
68-
"@typescript-eslint/utils": "8.44.1",
66+
"@eslint/js": "9.39.1",
67+
"@next/eslint-plugin-next": "15.5.6",
68+
"@typescript-eslint/utils": "8.48.0",
6969
"eslint-config-prettier": "10.1.8",
7070
"eslint-plugin-jsx-a11y": "6.10.2",
7171
"eslint-plugin-prettier": "5.5.4",
7272
"eslint-plugin-react": "7.37.5",
7373
"eslint-plugin-react-hooks": "5.2.0",
7474
"eslint-plugin-simple-import-sort": "12.1.1",
75-
"eslint-plugin-vue": "10.5.0",
76-
"globals": "16.4.0",
77-
"typescript-eslint": "8.44.1"
75+
"eslint-plugin-vue": "10.6.2",
76+
"globals": "16.5.0",
77+
"typescript-eslint": "8.48.0"
7878
},
7979
"devDependencies": {
8080
"@commencis/ts-config": "0.0.2",
81-
"eslint": "9.36.0",
82-
"tsup": "8.5.0",
83-
"typescript": "5.9.2"
81+
"eslint": "9.39.1",
82+
"tsup": "8.5.1",
83+
"typescript": "5.9.3"
8484
},
8585
"peerDependencies": {
8686
"eslint": ">= 9.7"

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"lint:types": "tsc --noEmit"
3535
},
3636
"dependencies": {
37-
"@typescript-eslint/utils": "8.44.1"
37+
"@typescript-eslint/utils": "8.48.0"
3838
},
3939
"devDependencies": {
4040
"@commencis/ts-config": "0.0.2",
41-
"tsup": "8.5.0",
42-
"typescript": "5.9.2"
41+
"tsup": "8.5.1",
42+
"typescript": "5.9.3"
4343
}
4444
}

packages/lint-staged-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"devDependencies": {
3737
"@commencis/ts-config": "0.0.2",
38-
"lint-staged": "16.2.1",
39-
"tsup": "8.5.0",
40-
"typescript": "5.9.2"
38+
"lint-staged": "16.2.7",
39+
"tsup": "8.5.1",
40+
"typescript": "5.9.3"
4141
}
4242
}

packages/prettier-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"devDependencies": {
3737
"@commencis/ts-config": "0.0.2",
38-
"prettier": "3.6.2",
39-
"tsup": "8.5.0",
40-
"typescript": "5.9.2"
38+
"prettier": "3.7.3",
39+
"tsup": "8.5.1",
40+
"typescript": "5.9.3"
4141
},
4242
"peerDependencies": {
4343
"prettier": ">= 3.5"

packages/stylelint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"postcss-styled-syntax": "0.7.1",
4444
"stylelint-config-html": "1.1.0",
4545
"stylelint-config-prettier-scss": "1.0.0",
46-
"stylelint-config-standard": "39.0.0",
46+
"stylelint-config-standard": "39.0.1",
4747
"stylelint-config-standard-scss": "16.0.0",
4848
"stylelint-order": "7.0.0"
4949
},
5050
"devDependencies": {
5151
"@commencis/ts-config": "0.0.2",
52-
"tsup": "8.5.0",
53-
"typescript": "5.9.2"
52+
"tsup": "8.5.1",
53+
"typescript": "5.9.3"
5454
},
5555
"peerDependencies": {
5656
"stylelint": ">=16.23.1"

0 commit comments

Comments
 (0)