Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update node engines field in package.jsons to be more correct #41822

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
bae7202
build: update node version requirements
josephperrott Apr 26, 2021
6a9e49b
fix(animations): update supported range of node versions to only incl…
josephperrott Apr 26, 2021
05d91e4
fix(bazel): update supported range of node versions to only include L…
josephperrott Apr 26, 2021
dd7dffd
fix(common): update supported range of node versions to only include …
josephperrott Apr 26, 2021
a79f763
fix(compiler-cli): update supported range of node versions to only in…
josephperrott Apr 26, 2021
af29223
fix(compiler): update supported range of node versions to only includ…
josephperrott Apr 26, 2021
c002741
fix(elements): update supported range of node versions to only includ…
josephperrott Apr 26, 2021
8afafc5
fix(forms): update supported range of node versions to only include L…
josephperrott Apr 26, 2021
04d7123
fix(language-service): update supported range of node versions to onl…
josephperrott Apr 26, 2021
6b87afc
fix(localize): update supported range of node versions to only includ…
josephperrott Apr 26, 2021
016dacf
fix(platform-browser-dynamic): update supported range of node version…
josephperrott Apr 26, 2021
488c825
fix(platform-browser): update supported range of node versions to onl…
josephperrott Apr 26, 2021
b920045
fix(platform-server): update supported range of node versions to only…
josephperrott Apr 26, 2021
89f69a1
fix(router): update supported range of node versions to only include …
josephperrott Apr 26, 2021
cf94d2f
fix(service-worker): update supported range of node versions to only …
josephperrott Apr 26, 2021
27aeecc
fix(upgrade): update supported range of node versions to only include…
josephperrott Apr 26, 2021
6537191
fix(core): update supported range of node versions to only include LT…
josephperrott Apr 26, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion aio/package.json
Expand Up @@ -79,7 +79,7 @@
},
"//engines-comment": "Keep this in sync with /package.json and /aio/tools/examples/shared/package.json",
"engines": {
"node": ">=12.14.1 <16.0.0",
"node": "^12.14.1 || ^14.0.0",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
Expand Down
2 changes: 1 addition & 1 deletion aio/tools/examples/shared/package.json
Expand Up @@ -12,7 +12,7 @@
},
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
"engines": {
"node": ">=12.14.1 <16.0.0",
"node": "^12.14.1 || ^14.0.0",
"yarn": ">=1.21.1 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": ">=12.14.1 <16.0.0",
"node": "^12.14.1 || ^14.0.0",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/animations/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bazel/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"bin": {
"api-extractor": "./src/api-extractor/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"locales": "locales",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-cli/package.json
Expand Up @@ -41,7 +41,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"bugs": {
"url": "https://github.com/angular/angular/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Expand Up @@ -7,7 +7,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/localize/package.json
Expand Up @@ -10,7 +10,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser-dynamic/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-browser/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-server/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"peerDependencies": {
"@angular/animations": "0.0.0-PLACEHOLDER",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Expand Up @@ -14,7 +14,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"bugs": {
"url": "https://github.com/angular/angular/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/service-worker/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/upgrade/package.json
Expand Up @@ -5,7 +5,7 @@
"author": "angular",
"license": "MIT",
"engines": {
"node": ">=12.14.1 <16.0.0"
"node": "^12.14.1 || ^14.0.0"
},
"dependencies": {
"tslib": "^2.1.0"
Expand Down