Skip to content

Commit 0c52d5f

Browse files
committed
build: update Angular dependencies to version 18.1.0
1 parent 13d2100 commit 0c52d5f

File tree

9 files changed

+390
-138
lines changed

9 files changed

+390
-138
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,23 +52,23 @@
5252
},
5353
"devDependencies": {
5454
"@ampproject/remapping": "2.3.0",
55-
"@angular/animations": "18.1.0-next.4",
55+
"@angular/animations": "18.1.0",
5656
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
5757
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#e3f1a140be7b84e36c5f301f79ea49ea535b1f94",
5858
"@angular/cdk": "18.0.5",
59-
"@angular/common": "18.1.0-next.4",
60-
"@angular/compiler": "18.1.0-next.4",
61-
"@angular/compiler-cli": "18.1.0-next.4",
62-
"@angular/core": "18.1.0-next.4",
63-
"@angular/forms": "18.1.0-next.4",
64-
"@angular/localize": "18.1.0-next.4",
59+
"@angular/common": "18.1.0",
60+
"@angular/compiler": "18.1.0",
61+
"@angular/compiler-cli": "18.1.0",
62+
"@angular/core": "18.1.0",
63+
"@angular/forms": "18.1.0",
64+
"@angular/localize": "18.1.0",
6565
"@angular/material": "18.0.5",
6666
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f4b1801b78a1c96ced76d67888dc134798da57fc",
67-
"@angular/platform-browser": "18.1.0-next.4",
68-
"@angular/platform-browser-dynamic": "18.1.0-next.4",
69-
"@angular/platform-server": "18.1.0-next.4",
70-
"@angular/router": "18.1.0-next.4",
71-
"@angular/service-worker": "18.1.0-next.4",
67+
"@angular/platform-browser": "18.1.0",
68+
"@angular/platform-browser-dynamic": "18.1.0",
69+
"@angular/platform-server": "18.1.0",
70+
"@angular/router": "18.1.0",
71+
"@angular/service-worker": "18.1.0",
7272
"@babel/core": "7.24.7",
7373
"@babel/generator": "7.24.7",
7474
"@babel/helper-annotate-as-pure": "7.24.7",
@@ -165,7 +165,7 @@
165165
"magic-string": "0.30.10",
166166
"mini-css-extract-plugin": "2.9.0",
167167
"mrmime": "2.0.0",
168-
"ng-packagr": "18.1.0-next.0",
168+
"ng-packagr": "18.1.0",
169169
"npm": "^10.8.1",
170170
"npm-package-arg": "11.0.2",
171171
"open": "10.1.0",

packages/angular/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"watchpack": "2.4.1"
4848
},
4949
"peerDependencies": {
50-
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
51-
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
52-
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
53-
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
50+
"@angular/compiler-cli": "^18.0.0",
51+
"@angular/localize": "^18.0.0",
52+
"@angular/platform-server": "^18.0.0",
53+
"@angular/service-worker": "^18.0.0",
5454
"less": "^4.2.0",
5555
"postcss": "^8.4.0",
5656
"tailwindcss": "^2.0.0 || ^3.0.0",

packages/angular/build/src/builders/application/tests/behavior/browser-support_spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ describeBuilder(buildApplication, APPLICATION_BUILDER_INFO, (harness) => {
3232

3333
harness.useTarget('build', {
3434
...BASE_OPTIONS,
35+
polyfills: ['zone.js'],
3536
sourceMap: {
3637
scripts: true,
3738
},

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": "^18.0.0 || ^18.1.0-next.0"
20+
"@angular/cli": "^18.0.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": "^18.0.0 || ^18.1.0-next.0",
21-
"@angular/core": "^18.0.0 || ^18.1.0-next.0"
20+
"@angular/common": "^18.0.0",
21+
"@angular/core": "^18.0.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.21.5"
7575
},
7676
"peerDependencies": {
77-
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
78-
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
79-
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
80-
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
77+
"@angular/compiler-cli": "^18.0.0",
78+
"@angular/localize": "^18.0.0",
79+
"@angular/platform-server": "^18.0.0",
80+
"@angular/service-worker": "^18.0.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": "^18.0.0 || ^18.1.0-next.0",
86+
"ng-packagr": "^18.0.0",
8787
"protractor": "^7.0.0",
8888
"tailwindcss": "^2.0.0 || ^3.0.0",
8989
"typescript": ">=5.4 <5.6"

packages/ngtools/webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"peerDependencies": {
24-
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
24+
"@angular/compiler-cli": "^18.0.0",
2525
"typescript": ">=5.4 <5.6",
2626
"webpack": "^5.54.0"
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "18.1.0-next.4",
31-
"@angular/compiler-cli": "18.1.0-next.4",
30+
"@angular/compiler": "18.1.0",
31+
"@angular/compiler-cli": "18.1.0",
3232
"typescript": "5.5.2",
3333
"webpack": "5.92.1"
3434
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"comment": "This file is needed so that dependencies are synced by Renovate.",
44
"private": true,
55
"dependencies": {
6-
"@angular/core": "^18.1.0-next.0",
6+
"@angular/core": "^18.1.0",
77
"@types/express": "^4.17.17",
88
"@types/jasmine": "~5.1.0",
99
"@types/node": "^18.18.0",
@@ -17,7 +17,7 @@
1717
"karma-jasmine": "~5.1.0",
1818
"karma": "~6.4.0",
1919
"less": "^4.2.0",
20-
"ng-packagr": "^18.1.0-next.0",
20+
"ng-packagr": "^18.1.0",
2121
"postcss": "^8.4.38",
2222
"protractor": "~7.0.0",
2323
"rxjs": "~7.8.0",

0 commit comments

Comments
 (0)