Skip to content

Commit aa9893b

Browse files
committed
ci: bump Angular dependencies to 16.0.0-rc.0
(cherry picked from commit 290e060)
1 parent ab2b2c4 commit aa9893b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@
7474
"esbuild": "0.17.16"
7575
},
7676
"peerDependencies": {
77-
"@angular/compiler-cli": "^16.0.0-next.0",
78-
"@angular/localize": "^16.0.0-next.0",
79-
"@angular/platform-server": "^16.0.0-next.0",
80-
"@angular/service-worker": "^16.0.0-next.0",
77+
"@angular/compiler-cli": "^16.0.0-rc.0",
78+
"@angular/localize": "^16.0.0-rc.0",
79+
"@angular/platform-server": "^16.0.0-rc.0",
80+
"@angular/service-worker": "^16.0.0-rc.0",
8181
"karma": "^6.3.0",
82-
"ng-packagr": "^16.0.0-next.1",
82+
"ng-packagr": "^16.0.0-rc.0",
8383
"protractor": "^7.0.0",
8484
"tailwindcss": "^2.0.0 || ^3.0.0",
8585
"typescript": ">=4.9.3 <5.1"

packages/ngtools/webpack/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"dependencies": {},
2424
"peerDependencies": {
25-
"@angular/compiler-cli": "^16.0.0-next.0",
25+
"@angular/compiler-cli": "^16.0.0-rc.0",
2626
"typescript": ">=4.9.3 <5.1",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "16.0.0-next.7",
32-
"@angular/compiler-cli": "16.0.0-next.7",
31+
"@angular/compiler": "16.0.0-rc.0",
32+
"@angular/compiler-cli": "16.0.0-rc.0",
3333
"typescript": "~5.0.2",
3434
"webpack": "5.79.0"
3535
}

packages/schematics/angular/utility/latest-versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
1515
...require('./latest-versions/package.json')['dependencies'],
1616

1717
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
18-
Angular: '^16.0.0-next.0',
18+
Angular: '^16.0.0-rc.0',
1919

2020
// Since @angular-devkit/build-angular and @schematics/angular are always
2121
// published together from the same monorepo, and they are both

packages/schematics/angular/utility/latest-versions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"karma-jasmine-html-reporter": "~2.0.0",
1313
"karma-jasmine": "~5.1.0",
1414
"karma": "~6.4.0",
15-
"ng-packagr": "^16.0.0-next.0",
15+
"ng-packagr": "^16.0.0-rc.0",
1616
"protractor": "~7.0.0",
1717
"rxjs": "~7.8.0",
1818
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)