Skip to content

Commit 7d006cb

Browse files
clydinalan-agius4
authored andcommitted
build: update Angular version to v17 prerelease
Package dependency versions and the version used to generate a new project have been updated to use `17.0.0-next.1`.
1 parent 0dc6380 commit 7d006cb

File tree

5 files changed

+712
-723
lines changed

5 files changed

+712
-723
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,23 @@
5959
},
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
62-
"@angular/animations": "16.1.8",
62+
"@angular/animations": "17.0.0-next.1",
6363
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
6464
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#22a9a75114d5e80907054f01b9fa360972de1c05",
65-
"@angular/cdk": "16.1.7",
66-
"@angular/common": "16.1.8",
67-
"@angular/compiler": "16.1.8",
68-
"@angular/compiler-cli": "16.1.8",
69-
"@angular/core": "16.1.8",
70-
"@angular/forms": "16.1.8",
71-
"@angular/localize": "16.1.8",
72-
"@angular/material": "16.1.7",
65+
"@angular/cdk": "17.0.0-next.0",
66+
"@angular/common": "17.0.0-next.1",
67+
"@angular/compiler": "17.0.0-next.1",
68+
"@angular/compiler-cli": "17.0.0-next.1",
69+
"@angular/core": "17.0.0-next.1",
70+
"@angular/forms": "17.0.0-next.1",
71+
"@angular/localize": "17.0.0-next.1",
72+
"@angular/material": "17.0.0-next.0",
7373
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c4d983ef0f1f000a8554b3b7fbf7f1061c877d3",
74-
"@angular/platform-browser": "16.1.8",
75-
"@angular/platform-browser-dynamic": "16.1.8",
76-
"@angular/platform-server": "16.1.8",
77-
"@angular/router": "16.1.8",
78-
"@angular/service-worker": "16.1.8",
74+
"@angular/platform-browser": "17.0.0-next.1",
75+
"@angular/platform-browser-dynamic": "17.0.0-next.1",
76+
"@angular/platform-server": "17.0.0-next.1",
77+
"@angular/router": "17.0.0-next.1",
78+
"@angular/service-worker": "17.0.0-next.1",
7979
"@babel/core": "7.22.10",
8080
"@babel/generator": "7.22.10",
8181
"@babel/helper-annotate-as-pure": "7.22.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
"esbuild": "0.19.2"
7878
},
7979
"peerDependencies": {
80-
"@angular/compiler-cli": "^16.0.0 || ^16.2.0-next.0",
81-
"@angular/localize": "^16.0.0 || ^16.2.0-next.0",
82-
"@angular/platform-server": "^16.0.0 || ^16.2.0-next.0",
83-
"@angular/service-worker": "^16.0.0 || ^16.2.0-next.0",
80+
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.1",
81+
"@angular/localize": "^17.0.0 || ^17.0.0-next.1",
82+
"@angular/platform-server": "^17.0.0 || ^17.0.0-next.1",
83+
"@angular/service-worker": "^17.0.0 || ^17.0.0-next.1",
8484
"jest": "^29.5.0",
8585
"jest-environment-jsdom": "^29.5.0",
8686
"karma": "^6.3.0",

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
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 || ^16.2.0-next.0",
25+
"@angular/compiler-cli": "^17.0.0 || ^17.0.0-next.1",
2626
"typescript": ">=4.9.3 <5.2",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "16.1.8",
32-
"@angular/compiler-cli": "16.1.8",
31+
"@angular/compiler": "17.0.0-next.1",
32+
"@angular/compiler-cli": "17.0.0-next.1",
3333
"typescript": "5.1.6",
3434
"webpack": "5.88.2"
3535
}

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

Lines changed: 1 addition & 1 deletion
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.2.0-next.0',
18+
Angular: '^17.0.0-next.0',
1919

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

0 commit comments

Comments
 (0)