Skip to content

Commit 7c17d34

Browse files
authored
Merge pull request #240 from contentstack/fix/DX-9300
Bumps the minimum supported Node.js version from >=18.0.0 (and variou…s older values across plugins) to >=22.0.0 across the entire monorepo.
2 parents e32d7d5 + 8f0bc84 commit 7c17d34

21 files changed

Lines changed: 1674 additions & 1757 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 7ec6345eb15ed0be001753ee49733421a8a07096dc8a18465cdad1b82562fed8
3+
checksum: 24619b075664a197c8f648b04dd86ee79d653fbb583b33e4a3768f02378912ef
44
version: '1.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pnpm": "^10.28.0"
77
},
88
"engines": {
9-
"node": ">=18.0.0"
9+
"node": ">=22.0.0"
1010
},
1111
"private": true,
1212
"scripts": {

packages/contentstack-apps-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"test:unit:report:json": "mocha --reporter json --reporter-options output=report.json --forbid-only \"test/unit/**/*.test.ts\" && nyc --reporter=clover --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
9292
},
9393
"engines": {
94-
"node": ">=16"
94+
"node": ">=22.0.0"
9595
},
9696
"bugs": "https://github.com/contentstack/cli-plugins/issues",
9797
"keywords": [

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"test:unit": "mocha --timeout 10000 --forbid-only --file test/unit/logger-config.js \"test/unit/**/*.test.ts\""
7272
},
7373
"engines": {
74-
"node": ">=16"
74+
"node": ">=22.0.0"
7575
},
7676
"bugs": "https://github.com/contentstack/cli/issues",
7777
"keywords": [

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"typescript": "^5.9.3"
4242
},
4343
"engines": {
44-
"node": ">=14.0.0"
44+
"node": ">=22.0.0"
4545
},
4646
"files": [
4747
"/lib",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
4444
},
4545
"engines": {
46-
"node": ">=14.0.0"
46+
"node": ">=22.0.0"
4747
},
4848
"files": [
4949
"/lib",

packages/contentstack-bulk-operations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"clean": "rm -rf ./lib tsconfig.tsbuildinfo oclif.manifest.json"
9595
},
9696
"engines": {
97-
"node": ">=20.19.0"
97+
"node": ">=22.0.0"
9898
},
9999
"bugs": "https://github.com/contentstack/cli-plugins/issues",
100100
"keywords": [

packages/contentstack-cli-cm-regex-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "^5.9.3"
3939
},
4040
"engines": {
41-
"node": ">=14.0.0"
41+
"node": ">=22.0.0"
4242
},
4343
"files": [
4444
"/bin",

packages/contentstack-cli-tsgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript": "^5.9.3"
2727
},
2828
"engines": {
29-
"node": ">=18.0.0"
29+
"node": ">=22.0.0"
3030
},
3131
"files": [
3232
"/lib",

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "^5.9.3"
3838
},
3939
"engines": {
40-
"node": ">=14.0.0"
40+
"node": ">=22.0.0"
4141
},
4242
"files": [
4343
"/bin",

0 commit comments

Comments
 (0)