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

ci: bump Angular dependencies to 16.0.0-rc.0 #25005

Merged
merged 1 commit into from Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -74,12 +74,12 @@
"esbuild": "0.17.16"
},
"peerDependencies": {
"@angular/compiler-cli": "^16.0.0-next.0",
"@angular/localize": "^16.0.0-next.0",
"@angular/platform-server": "^16.0.0-next.0",
"@angular/service-worker": "^16.0.0-next.0",
"@angular/compiler-cli": "^16.0.0-rc.0",
"@angular/localize": "^16.0.0-rc.0",
"@angular/platform-server": "^16.0.0-rc.0",
"@angular/service-worker": "^16.0.0-rc.0",
"karma": "^6.3.0",
"ng-packagr": "^16.0.0-next.1",
"ng-packagr": "^16.0.0-rc.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.9.3 <5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/ngtools/webpack/package.json
Expand Up @@ -22,14 +22,14 @@
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"dependencies": {},
"peerDependencies": {
"@angular/compiler-cli": "^16.0.0-next.0",
"@angular/compiler-cli": "^16.0.0-rc.0",
"typescript": ">=4.9.3 <5.1",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "16.0.0-next.7",
"@angular/compiler-cli": "16.0.0-next.7",
"@angular/compiler": "16.0.0-rc.0",
"@angular/compiler-cli": "16.0.0-rc.0",
"typescript": "~5.0.2",
"webpack": "5.79.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -15,7 +15,7 @@ export const latestVersions: Record<string, string> & {
...require('./latest-versions/package.json')['dependencies'],

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

// Since @angular-devkit/build-angular and @schematics/angular are always
// published together from the same monorepo, and they are both
Expand Down
Expand Up @@ -12,7 +12,7 @@
"karma-jasmine-html-reporter": "~2.0.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"ng-packagr": "^16.0.0-next.0",
"ng-packagr": "^16.0.0-rc.0",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down