Skip to content

Commit 1582788

Browse files
authored
Merge pull request #2612 from contentstack/fix/DX-9300
Standardises the minimum supported Node.js version to >=22.0.0 across the root workspace and all packages.
2 parents 2c4984d + 23fc62f commit 1582788

7 files changed

Lines changed: 731 additions & 749 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 3679e7796d7b2b35b3485f4d56a52778557e94a079900bb65ecd41785b234383
3+
checksum: 0f2e17618b7c8286c5f76d4e25a98b830d3eb2d29acc6f8099f3501ff150d4f4
44
- filename: packages/contentstack-utilities/src/message-handler.ts
55
checksum: e7221e8413005b9efe3a230cd91aff130850976addc41c0acb10745a56ec3245
66
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-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "^4.9.5"
4646
},
4747
"engines": {
48-
"node": ">=14.0.0"
48+
"node": ">=22.0.0"
4949
},
5050
"files": [
5151
"/lib",
@@ -76,4 +76,4 @@
7676
}
7777
},
7878
"repository": "contentstack/cli"
79-
}
79+
}

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"typescript": "^4.9.5"
3737
},
3838
"engines": {
39-
"node": ">=14.0.0"
39+
"node": ">=22.0.0"
4040
},
4141
"files": [
4242
"/types",
@@ -62,4 +62,4 @@
6262
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
6363
},
6464
"repository": "contentstack/cli"
65-
}
65+
}

packages/contentstack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"typescript": "^4.9.5"
4343
},
4444
"engines": {
45-
"node": ">=14.0.0"
45+
"node": ">=22.0.0"
4646
},
4747
"files": [
4848
"/lib",
@@ -91,4 +91,4 @@
9191
}
9292
},
9393
"repository": "contentstack/cli"
94-
}
94+
}

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"typescript": "^5.9.3"
8484
},
8585
"engines": {
86-
"node": ">=14.0.0"
86+
"node": ">=22.0.0"
8787
},
8888
"files": [
8989
"/bin",

0 commit comments

Comments
 (0)