Skip to content

Commit 69d65f1

Browse files
[babel 8] Require Node.js ^18.20.0 || ^20.17.0 || >=22.8.0 (#16800)
1 parent 04485b5 commit 69d65f1

166 files changed

Lines changed: 166 additions & 166 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

codemods/babel-plugin-codemod-object-assign-to-object-spread/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"BABEL_8_BREAKING": [
3535
{
3636
"engines": {
37-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
37+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
3838
}
3939
},
4040
{

codemods/babel-plugin-codemod-optional-catch-binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"BABEL_8_BREAKING": [
3535
{
3636
"engines": {
37-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
37+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
3838
}
3939
},
4040
{

eslint/babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"BABEL_8_BREAKING": [
4949
{
5050
"engines": {
51-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
51+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
5252
},
5353
"peerDependencies": {
5454
"@babel/core": ">=7.11.0",

eslint/babel-eslint-plugin-development/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"BABEL_8_BREAKING": [
3838
{
3939
"engines": {
40-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
40+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
4141
}
4242
},
4343
{}

eslint/babel-eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"BABEL_8_BREAKING": [
4848
{
4949
"engines": {
50-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
50+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
5151
},
5252
"peerDependencies": {
5353
"@babel/eslint-parser": "^7.11.0",

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"BABEL_8_BREAKING": [
5858
{
5959
"engines": {
60-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
60+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
6161
}
6262
},
6363
{

packages/babel-code-frame/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"BABEL_8_BREAKING": [
3131
{
3232
"engines": {
33-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
33+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
3434
}
3535
},
3636
{

packages/babel-compat-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"./plugin-bugfixes": "./plugin-bugfixes.js"
2323
},
2424
"engines": {
25-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
25+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
2626
}
2727
},
2828
null

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
},
9292
"engines": {
93-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
93+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
9494
}
9595
},
9696
{

packages/babel-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"BABEL_8_BREAKING": [
3939
{
4040
"engines": {
41-
"node": "^18.20.0 || ^20.10.0 || >=21.0.0"
41+
"node": "^18.20.0 || ^20.17.0 || >=22.8.0"
4242
}
4343
},
4444
{

0 commit comments

Comments
 (0)