mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update minimum supported Node version from 16.13.0 -> 16.14.0 (#49771)
This commit updates the minimum supported Node version across packages from 16.13.0 -> 16.14.0 to ensure compatibility with dependencies. PR Close #49771
This commit is contained in:
@@ -89,7 +89,7 @@ executors:
|
||||
type: string
|
||||
default: medium
|
||||
docker:
|
||||
- image: cimg/node:16.13.0
|
||||
- image: cimg/node:16.14.0
|
||||
resource_class: << parameters.resource_class >>
|
||||
working_directory: ~/ng
|
||||
|
||||
@@ -99,7 +99,7 @@ executors:
|
||||
type: string
|
||||
default: medium
|
||||
docker:
|
||||
- image: cimg/node:16.13.0-browsers
|
||||
- image: cimg/node:16.14.0-browsers
|
||||
resource_class: << parameters.resource_class >>
|
||||
working_directory: ~/ng
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ load("@rules_nodejs//nodejs:repositories.bzl", "nodejs_register_toolchains")
|
||||
|
||||
nodejs_register_toolchains(
|
||||
name = "nodejs",
|
||||
node_version = "16.13.0",
|
||||
node_version = "16.14.0",
|
||||
)
|
||||
|
||||
# Download npm dependencies.
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"//engines-comment": "If applicable, also update /package.json and /aio/tools/examples/shared/package.json",
|
||||
"engines": {
|
||||
"node": ">=16.13.0",
|
||||
"node": ">=16.14.0",
|
||||
"yarn": ">=1.22.4 <2",
|
||||
"npm": "Please use yarn instead of NPM to install dependencies"
|
||||
},
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
|
||||
"engines": {
|
||||
"node": ">=16.13.0",
|
||||
"node": ">=16.14.0",
|
||||
"yarn": ">=1.21.1 <2",
|
||||
"npm": "Please use yarn instead of NPM to install dependencies"
|
||||
},
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"license": "MIT",
|
||||
"//engines-comment": "Keep this in sync with /aio/package.json and /aio/tools/examples/shared/package.json",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0",
|
||||
"node": "^16.14.0 || >=18.10.0",
|
||||
"yarn": ">=1.22.4 <2",
|
||||
"npm": "Please use yarn instead of NPM to install dependencies"
|
||||
},
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"bin": {
|
||||
"ngc-wrapped": "./src/ngc-wrapped/index.mjs",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"locales": "locales",
|
||||
"dependencies": {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/angular/angular/issues"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"exports": {
|
||||
"./schematics/*": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/animations": "0.0.0-PLACEHOLDER",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/angular/angular/issues"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"exports": {
|
||||
"./ngsw-worker.js": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"author": "angular",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^16.13.0 || >=18.10.0"
|
||||
"node": "^16.14.0 || >=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user