Skip to content

Commit a1833c6

Browse files
committed
build: update Angular versions to 18.0.0-next.0
1 parent 99104cd commit a1833c6

File tree

8 files changed

+363
-296
lines changed

8 files changed

+363
-296
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@
5757
},
5858
"devDependencies": {
5959
"@ampproject/remapping": "2.3.0",
60-
"@angular/animations": "17.3.0",
60+
"@angular/animations": "18.0.0-next.0",
6161
"@angular/bazel": "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b",
6262
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531",
63-
"@angular/cdk": "17.3.0-rc.0",
64-
"@angular/common": "17.3.0",
65-
"@angular/compiler": "17.3.0",
66-
"@angular/compiler-cli": "17.3.0",
67-
"@angular/core": "17.3.0",
68-
"@angular/forms": "17.3.0",
69-
"@angular/localize": "17.3.0",
70-
"@angular/material": "17.3.0-rc.0",
63+
"@angular/cdk": "18.0.0-next.0",
64+
"@angular/common": "18.0.0-next.0",
65+
"@angular/compiler": "18.0.0-next.0",
66+
"@angular/compiler-cli": "18.0.0-next.0",
67+
"@angular/core": "18.0.0-next.0",
68+
"@angular/forms": "18.0.0-next.0",
69+
"@angular/localize": "18.0.0-next.0",
70+
"@angular/material": "18.0.0-next.0",
7171
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd",
72-
"@angular/platform-browser": "17.3.0",
73-
"@angular/platform-browser-dynamic": "17.3.0",
74-
"@angular/platform-server": "17.3.0",
75-
"@angular/router": "17.3.0",
76-
"@angular/service-worker": "17.3.0",
72+
"@angular/platform-browser": "18.0.0-next.0",
73+
"@angular/platform-browser-dynamic": "18.0.0-next.0",
74+
"@angular/platform-server": "18.0.0-next.0",
75+
"@angular/router": "18.0.0-next.0",
76+
"@angular/service-worker": "18.0.0-next.0",
7777
"@babel/core": "7.24.0",
7878
"@babel/generator": "7.23.6",
7979
"@babel/helper-annotate-as-pure": "7.22.5",
@@ -172,7 +172,7 @@
172172
"magic-string": "0.30.8",
173173
"mini-css-extract-plugin": "2.8.1",
174174
"mrmime": "2.0.0",
175-
"ng-packagr": "17.3.0",
175+
"ng-packagr": "18.0.0-next.0",
176176
"npm": "^8.11.0",
177177
"npm-package-arg": "11.0.1",
178178
"open": "8.4.2",

packages/angular/pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"parse5-html-rewriting-stream": "7.0.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/cli": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0"
20+
"@angular/cli": "^18.0.0-next.0"
2121
},
2222
"peerDependenciesMeta": {
2323
"@angular/cli": {

packages/angular/ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"tslib": "^2.3.0"
1818
},
1919
"peerDependencies": {
20-
"@angular/common": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
21-
"@angular/core": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0"
20+
"@angular/common": "^18.0.0-next.0",
21+
"@angular/core": "^18.0.0-next.0"
2222
},
2323
"schematics": "./schematics/collection.json",
2424
"repository": {

packages/angular_devkit/build_angular/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"esbuild": "0.20.1"
7575
},
7676
"peerDependencies": {
77-
"@angular/compiler-cli": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
78-
"@angular/localize": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
79-
"@angular/platform-server": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
80-
"@angular/service-worker": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
77+
"@angular/compiler-cli": "^18.0.0-next.0",
78+
"@angular/localize": "^18.0.0-next.0",
79+
"@angular/platform-server": "^18.0.0-next.0",
80+
"@angular/service-worker": "^18.0.0-next.0",
8181
"@web/test-runner": "^0.18.0",
8282
"browser-sync": "^3.0.2",
8383
"jest": "^29.5.0",
8484
"jest-environment-jsdom": "^29.5.0",
8585
"karma": "^6.3.0",
86-
"ng-packagr": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
86+
"ng-packagr": "^18.0.0-next.0",
8787
"protractor": "^7.0.0",
8888
"tailwindcss": "^2.0.0 || ^3.0.0",
8989
"typescript": ">=5.2 <5.5"

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": "^17.0.0 || ^17.3.0-next.0 || ^18.0.0-next.0",
25+
"@angular/compiler-cli": "^18.0.0-next.0",
2626
"typescript": ">=5.2 <5.5",
2727
"webpack": "^5.54.0"
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "17.3.0",
32-
"@angular/compiler-cli": "17.3.0",
31+
"@angular/compiler": "18.0.0-next.0",
32+
"@angular/compiler-cli": "18.0.0-next.0",
3333
"typescript": "5.4.2",
3434
"webpack": "5.90.3"
3535
}

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

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

1818
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
19-
Angular: '^17.3.0-next.0',
19+
Angular: '^18.0.0-next.0',
2020

2121
DevkitBuildAngular: '^0.0.0-PLACEHOLDER',
2222
AngularSSR: '^0.0.0-PLACEHOLDER',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"karma-jasmine-html-reporter": "~2.1.0",
1616
"karma-jasmine": "~5.1.0",
1717
"karma": "~6.4.0",
18-
"ng-packagr": "^17.3.0-next.0",
18+
"ng-packagr": "^18.0.0-next.0",
1919
"protractor": "~7.0.0",
2020
"rxjs": "~7.8.0",
2121
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)