Skip to content

Commit c65388a

Browse files
bmiddhaCopilot
andauthored
build!: require Node.js 20 for consumers (#5930)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8ebd5bf2-c44b-42d5-be25-e7936d4b0a14
1 parent d7a29d3 commit c65388a

162 files changed

Lines changed: 920 additions & 11 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.

apps/api-documenter/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"url": "https://github.com/microsoft/rushstack.git",
88
"directory": "apps/api-documenter"
99
},
10+
"engines": {
11+
"node": ">=20.9.0"
12+
},
1013
"homepage": "https://api-extractor.com/",
1114
"license": "MIT",
1215
"scripts": {

apps/api-extractor/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"url": "https://github.com/microsoft/rushstack.git",
2525
"directory": "apps/api-extractor"
2626
},
27+
"engines": {
28+
"node": ">=20.9.0"
29+
},
2730
"homepage": "https://api-extractor.com",
2831
"main": "./lib-commonjs/index.js",
2932
"module": "./lib-esm/index.js",

apps/cpu-profile-summarizer/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"url": "https://github.com/microsoft/rushstack.git",
88
"directory": "apps/cpu-profile-summarizer"
99
},
10+
"engines": {
11+
"node": ">=20.9.0"
12+
},
1013
"bin": {
1114
"cpu-profile-summarizer": "./bin/cpu-profile-summarizer"
1215
},

apps/heft/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"directory": "apps/heft"
1919
},
2020
"engines": {
21-
"node": ">=10.13.0"
21+
"node": ">=20.9.0"
2222
},
2323
"homepage": "https://rushstack.io/pages/heft/overview/",
2424
"main": "./lib-commonjs/index.js",

apps/lockfile-explorer/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"url": "https://github.com/microsoft/rushstack.git",
2323
"directory": "apps/lockfile-explorer"
2424
},
25+
"engines": {
26+
"node": ">=20.9.0"
27+
},
2528
"homepage": "https://lfx.rushstack.io/",
2629
"license": "MIT",
2730
"bin": {

apps/playwright-browser-tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"engines": {
37-
"node": ">=20.0.0"
37+
"node": ">=20.9.0"
3838
},
3939
"engineStrict": true,
4040
"homepage": "https://rushstack.io",

apps/rundown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"directory": "apps/rundown"
99
},
1010
"engines": {
11-
"node": ">=10.0.0"
11+
"node": ">=20.9.0"
1212
},
1313
"engineStrict": true,
1414
"homepage": "https://rushstack.io",

apps/rush-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"directory": "apps/rush-mcp-server"
4242
},
4343
"engines": {
44-
"node": ">=10.0.0"
44+
"node": ">=20.9.0"
4545
},
4646
"engineStrict": true,
4747
"homepage": "https://rushstack.io",

apps/rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"directory": "apps/rush"
2020
},
2121
"engines": {
22-
"node": ">=5.6.0"
22+
"node": ">=20.9.0"
2323
},
2424
"engineStrict": true,
2525
"homepage": "https://rushjs.io",

apps/trace-import/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"url": "https://github.com/microsoft/rushstack.git",
88
"directory": "apps/trace-import"
99
},
10+
"engines": {
11+
"node": ">=20.9.0"
12+
},
1013
"bin": {
1114
"trace-import": "./bin/trace-import"
1215
},

0 commit comments

Comments
 (0)