mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor: add Node.js 24 as supported version (#61142)
Node.js 24 has been released https://nodejs.org/en/about/previous-releases Closes: #61140 PR Close #61142
This commit is contained in:
committed by
Andrew Kushnir
parent
9f4830e000
commit
9793693f5b
@@ -9,7 +9,7 @@ This table covers [Angular versions under active support](reference/releases#act
|
||||
|
||||
| Angular | Node.js | TypeScript | RxJS |
|
||||
| ------------------ | ------------------------------------ | -------------- | ------------------ |
|
||||
| 20.0.x | ^20.11.1 \|\| ^22.11.0 | >=5.8.0 <5.9.0 | ^6.5.3 \|\| ^7.4.0 |
|
||||
| 20.0.x | ^20.11.1 \|\| ^22.11.0 \|\| ^24.0.0 | >=5.8.0 <5.9.0 | ^6.5.3 \|\| ^7.4.0 |
|
||||
| 19.2.x | ^18.19.1 \|\| ^20.11.1 \|\| ^22.0.0 | >=5.5.0 <5.9.0 | ^6.5.3 \|\| ^7.4.0 |
|
||||
| 19.1.x | ^18.19.1 \|\| ^20.11.1 \|\| ^22.0.0 | >=5.5.0 <5.8.0 | ^6.5.3 \|\| ^7.4.0 |
|
||||
| 19.0.x | ^18.19.1 \|\| ^20.11.1 \|\| ^22.0.0 | >=5.5.0 <5.7.0 | ^6.5.3 \|\| ^7.4.0 |
|
||||
@@ -79,7 +79,7 @@ targets supporting approximately 95% of web users.
|
||||
|
||||
| Angular | Baseline Date | Browser Set |
|
||||
| ------- | ------------- | --------------------------- |
|
||||
| v20 | 2025-03-31 | [Browser Set][browsers-v20] |
|
||||
| v20 | 2025-04-30 | [Browser Set][browsers-v20] |
|
||||
|
||||
[browsers-v20]: https://browsersl.ist/#q=Chrome+%3E%3D+105%0AChromeAndroid+%3E%3D+105%0AEdge+%3E%3D+105%0AFirefox+%3E%3D+104%0AFirefoxAndroid+%3E%3D+104%0ASafari+%3E%3D+16%0AiOS+%3E%3D+16
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"ngc-wrapped": "./src/ngc-wrapped/index.mjs",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"locales": "locales",
|
||||
"dependencies": {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/angular/angular/issues"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"exports": {
|
||||
"./schematics/*": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "0.0.0-PLACEHOLDER",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/angular/angular/issues"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"exports": {
|
||||
"./ngsw-worker.js": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^20.11.1 || >=22.11.0"
|
||||
"node": "^20.11.1 || ^22.11.0 || >=24.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user