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:
Andrew Kushnir
2023-04-10 13:36:09 -07:00
parent 10644b1deb
commit b98ecbc0ce
22 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -1 +1 @@
16.13.0
16.14.0
+1 -1
View File
@@ -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
View File
@@ -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"
},
+1 -1
View File
@@ -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
View File
@@ -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"
},
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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/*": {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -7,7 +7,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": "^16.13.0 || >=18.10.0"
"node": "^16.14.0 || >=18.10.0"
},
"exports": {
".": {
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -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"