mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update Angular FW and CLI packages to version 16.0.0-next (#49173)
This commit updates the Angular FW and CLI packages to 16.0.0-next` PR Close #49173
This commit is contained in:
parent
daae4d87b3
commit
eea29a7104
14 changed files with 2197 additions and 2379 deletions
|
|
@ -55,43 +55,39 @@
|
|||
},
|
||||
"//engines-comment": "If applicable, also update /package.json and /aio/tools/examples/shared/package.json",
|
||||
"engines": {
|
||||
"node": ">=14.17.1",
|
||||
"node": ">=16.13.0",
|
||||
"yarn": ">=1.22.4 <2",
|
||||
"npm": "Please use yarn instead of NPM to install dependencies"
|
||||
},
|
||||
"private": true,
|
||||
"// resolutions": "Temp resolutions until CLI releases v16.0.0-next.0",
|
||||
"resolutions": {
|
||||
"@ngtools/webpack": "https://github.com/angular/ngtools-webpack-builds.git#c784933671856a6529d7dd560ba1026890898f57"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "15.2.0-next.4",
|
||||
"@angular/animations": "16.0.0-next.0",
|
||||
"@angular/cdk": "15.2.0-next.4",
|
||||
"@angular/common": "15.2.0-next.4",
|
||||
"@angular/compiler": "15.2.0-next.4",
|
||||
"@angular/core": "15.2.0-next.4",
|
||||
"@angular/elements": "15.2.0-next.4",
|
||||
"@angular/forms": "15.2.0-next.4",
|
||||
"@angular/common": "16.0.0-next.0",
|
||||
"@angular/compiler": "16.0.0-next.0",
|
||||
"@angular/core": "16.0.0-next.0",
|
||||
"@angular/elements": "16.0.0-next.0",
|
||||
"@angular/forms": "16.0.0-next.0",
|
||||
"@angular/material": "15.2.0-next.4",
|
||||
"@angular/platform-browser": "15.2.0-next.4",
|
||||
"@angular/platform-browser-dynamic": "15.2.0-next.4",
|
||||
"@angular/router": "15.2.0-next.4",
|
||||
"@angular/service-worker": "15.2.0-next.4",
|
||||
"@angular/platform-browser": "16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "16.0.0-next.0",
|
||||
"@angular/router": "16.0.0-next.0",
|
||||
"@angular/service-worker": "16.0.0-next.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"safevalues": "^0.4.2",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/architect-cli": "0.1502.0-next.4",
|
||||
"@angular-devkit/build-angular": "15.2.0-next.4",
|
||||
"@angular-devkit/architect-cli": "0.1600.0-next.1",
|
||||
"@angular-devkit/build-angular": "16.0.0-next.1",
|
||||
"@angular-eslint/builder": "^15.0.0",
|
||||
"@angular-eslint/eslint-plugin": "^15.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^15.0.0",
|
||||
"@angular-eslint/template-parser": "^15.0.0",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b49b0b38e67191b52367d8d0a6317d00b7d5100",
|
||||
"@angular/cli": "15.2.0-next.4",
|
||||
"@angular/compiler-cli": "15.2.0-next.4",
|
||||
"@angular/cli": "16.0.0-next.1",
|
||||
"@angular/compiler-cli": "16.0.0-next.0",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildozer": "^5.1.0",
|
||||
"@bazel/ibazel": "^0.16.2",
|
||||
|
|
|
|||
|
|
@ -13,14 +13,14 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"angular": "^1.8.3",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"angular-route": "1.8.3",
|
||||
|
|
@ -29,9 +29,9 @@
|
|||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@types/angular": "^1.8.4",
|
||||
"@types/angular-route": "^1.7.2",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
|
|
|
|||
|
|
@ -13,23 +13,23 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"copyfiles": "^2.4.1",
|
||||
|
|
|
|||
|
|
@ -13,24 +13,24 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/elements": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/elements": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"jasmine-core": "~4.5.0",
|
||||
|
|
|
|||
|
|
@ -15,24 +15,24 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/localize": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/localize": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"jasmine-core": "~4.5.0",
|
||||
|
|
|
|||
|
|
@ -13,24 +13,24 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.1",
|
||||
"@angular/common": "^15.2.0-rc.1",
|
||||
"@angular/compiler": "^15.2.0-rc.1",
|
||||
"@angular/core": "^15.2.0-rc.1",
|
||||
"@angular/forms": "^15.2.0-rc.1",
|
||||
"@angular/platform-browser": "^15.2.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.1",
|
||||
"@angular/router": "^15.2.0-rc.1",
|
||||
"@angular/service-worker": "^15.2.0-rc.1",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"@angular/service-worker": "^16.0.0-next.0",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"rxjs": "~7.8.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.1",
|
||||
"@angular/cli": "^15.2.0-rc.1",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.1",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"jasmine-core": "~4.5.0",
|
||||
|
|
|
|||
|
|
@ -25,15 +25,15 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/upgrade": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"@angular/upgrade": "^16.0.0-next.0",
|
||||
"core-js": "^2.5.4",
|
||||
"rxjs": "~7.8.0",
|
||||
"systemjs": "~0.19.39",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@rollup/plugin-commonjs": "^24.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.2.0",
|
||||
"@types/angular": "^1.8.4",
|
||||
|
|
|
|||
|
|
@ -17,15 +17,15 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/platform-server": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/platform-server": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"@nguniversal/express-engine": "^15.0.0-next.0",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
"express": "^4.18.1",
|
||||
|
|
@ -34,9 +34,9 @@
|
|||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@nguniversal/builders": "^15.0.0",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"//engines-comment": "Keep this in sync with /package.json and /aio/package.json",
|
||||
"engines": {
|
||||
"node": ">=14.0.0",
|
||||
"node": ">=16.13.0",
|
||||
"yarn": ">=1.21.1 <2",
|
||||
"npm": "Please use yarn instead of NPM to install dependencies"
|
||||
},
|
||||
|
|
@ -19,19 +19,19 @@
|
|||
"license": "MIT",
|
||||
"repository": {},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.2.0-rc.0",
|
||||
"@angular/common": "^15.2.0-rc.0",
|
||||
"@angular/compiler": "^15.2.0-rc.0",
|
||||
"@angular/core": "^15.2.0-rc.0",
|
||||
"@angular/elements": "^15.2.0-rc.0",
|
||||
"@angular/forms": "^15.2.0-rc.0",
|
||||
"@angular/localize": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser": "^15.2.0-rc.0",
|
||||
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
|
||||
"@angular/platform-server": "^15.2.0-rc.0",
|
||||
"@angular/router": "^15.2.0-rc.0",
|
||||
"@angular/service-worker": "^15.2.0-rc.0",
|
||||
"@angular/upgrade": "^15.2.0-rc.0",
|
||||
"@angular/animations": "^16.0.0-next.0",
|
||||
"@angular/common": "^16.0.0-next.0",
|
||||
"@angular/compiler": "^16.0.0-next.0",
|
||||
"@angular/core": "^16.0.0-next.0",
|
||||
"@angular/elements": "^16.0.0-next.0",
|
||||
"@angular/forms": "^16.0.0-next.0",
|
||||
"@angular/localize": "^16.0.0-next.0",
|
||||
"@angular/platform-browser": "^16.0.0-next.0",
|
||||
"@angular/platform-browser-dynamic": "^16.0.0-next.0",
|
||||
"@angular/platform-server": "^16.0.0-next.0",
|
||||
"@angular/router": "^16.0.0-next.0",
|
||||
"@angular/service-worker": "^16.0.0-next.0",
|
||||
"@angular/upgrade": "^16.0.0-next.0",
|
||||
"@nguniversal/express-engine": "^15.0.0-next.0",
|
||||
"angular": "^1.8.3",
|
||||
"angular-in-memory-web-api": "~0.15.0",
|
||||
|
|
@ -45,9 +45,9 @@
|
|||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^15.2.0-rc.0",
|
||||
"@angular/cli": "^15.2.0-rc.0",
|
||||
"@angular/compiler-cli": "^15.2.0-rc.0",
|
||||
"@angular-devkit/build-angular": "^16.0.0-next.0",
|
||||
"@angular/cli": "^16.0.0-next.0",
|
||||
"@angular/compiler-cli": "^16.0.0-next.0",
|
||||
"@nguniversal/builders": "^15.0.0",
|
||||
"@rollup/plugin-commonjs": "^24.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.2.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
3029
aio/yarn.lock
3029
aio/yarn.lock
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
"aio": {
|
||||
"uncompressed": {
|
||||
"runtime": 4325,
|
||||
"main": 466107,
|
||||
"main": 466709,
|
||||
"polyfills": 33938,
|
||||
"styles": 74561,
|
||||
"light-theme": 92890,
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -45,11 +45,11 @@
|
|||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "https://github.com/angular/angular-devkit-build-angular-builds.git#5e54a29f44b099e58e63af002edc7975440aee8f",
|
||||
"@angular-devkit/core": "15.2.0-next.4",
|
||||
"@angular-devkit/schematics": "15.2.0-next.4",
|
||||
"@angular-devkit/build-angular": "16.0.0-next.1",
|
||||
"@angular-devkit/core": "16.0.0-next.1",
|
||||
"@angular-devkit/schematics": "16.0.0-next.1",
|
||||
"@angular/cdk": "15.2.0-next.4",
|
||||
"@angular/cli": "15.2.0-next.4",
|
||||
"@angular/cli": "16.0.0-next.1",
|
||||
"@angular/material": "15.2.0-next.4",
|
||||
"@babel/cli": "7.19.3",
|
||||
"@babel/core": "7.19.3",
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^24.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@schematics/angular": "15.2.0-next.4",
|
||||
"@schematics/angular": "16.0.0-next.1",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.1.20",
|
||||
"@types/babel__generator": "7.6.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue