Skip to content

Commit 8755783

Browse files
committed
chore: update node engine compatibility across multiple packages
- Adjusted the node engine compatibility in package.json files for several packages, including browserslist-config, commitlint-config, lint-staged-config, prettier-config, stylelint-config, and textlint-config to support versions >=20.18.* and <=24.*. - This change ensures better alignment with the latest Node.js versions and improves compatibility across the project.
1 parent 2126b90 commit 8755783

File tree

8 files changed

+147
-779
lines changed

8 files changed

+147
-779
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
},
130130
"packageManager": "pnpm@10.11.0",
131131
"engines": {
132-
"node": ">=18.* <=23.*"
132+
"node": ">=20.18.* <=24.*"
133133
},
134134
"pnpm": {
135135
"overrides": {

packages/browserslist-config-anolilab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"vitest": "^3.1.4"
7979
},
8080
"engines": {
81-
"node": ">=18.* <=23.*"
81+
"node": ">=20.18.* <=24.*"
8282
},
8383
"publishConfig": {
8484
"access": "public",

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@commitlint/cli": "^17.6.5 || ^18.x || ^19.x"
8888
},
8989
"engines": {
90-
"node": ">=18.* <=23.*"
90+
"node": ">=20.18.* <=24.*"
9191
},
9292
"publishConfig": {
9393
"access": "public",

packages/lint-staged-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
}
140140
},
141141
"engines": {
142-
"node": ">=18.* <=23.*"
142+
"node": ">=20.18.* <=24.*"
143143
},
144144
"publishConfig": {
145145
"access": "public",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"prettier": "3.x"
8585
},
8686
"engines": {
87-
"node": ">=18.* <=23.*"
87+
"node": ">=20.18.* <=24.*"
8888
},
8989
"publishConfig": {
9090
"access": "public",

packages/stylelint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"stylelint": "^15.11.0 || 16.x"
213213
},
214214
"engines": {
215-
"node": ">=18.* <=23.*"
215+
"node": ">=20.18.* <=24.*"
216216
},
217217
"publishConfig": {
218218
"access": "public",

packages/textlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"textlint": "^13.3.2"
101101
},
102102
"engines": {
103-
"node": ">=18.* <=23.*"
103+
"node": ">=20.18.* <=24.*"
104104
},
105105
"publishConfig": {
106106
"access": "public",

pnpm-lock.yaml

Lines changed: 140 additions & 772 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)