Skip to content

Commit

Permalink
build: update Angular dependencies to version 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Jul 10, 2024
1 parent 13d2100 commit 0c52d5f
Show file tree
Hide file tree
Showing 9 changed files with 390 additions and 138 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "18.1.0-next.4",
"@angular/animations": "18.1.0",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#e3f1a140be7b84e36c5f301f79ea49ea535b1f94",
"@angular/cdk": "18.0.5",
"@angular/common": "18.1.0-next.4",
"@angular/compiler": "18.1.0-next.4",
"@angular/compiler-cli": "18.1.0-next.4",
"@angular/core": "18.1.0-next.4",
"@angular/forms": "18.1.0-next.4",
"@angular/localize": "18.1.0-next.4",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/localize": "18.1.0",
"@angular/material": "18.0.5",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f4b1801b78a1c96ced76d67888dc134798da57fc",
"@angular/platform-browser": "18.1.0-next.4",
"@angular/platform-browser-dynamic": "18.1.0-next.4",
"@angular/platform-server": "18.1.0-next.4",
"@angular/router": "18.1.0-next.4",
"@angular/service-worker": "18.1.0-next.4",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/platform-server": "18.1.0",
"@angular/router": "18.1.0",
"@angular/service-worker": "18.1.0",
"@babel/core": "7.24.7",
"@babel/generator": "7.24.7",
"@babel/helper-annotate-as-pure": "7.24.7",
Expand Down Expand Up @@ -165,7 +165,7 @@
"magic-string": "0.30.10",
"mini-css-extract-plugin": "2.9.0",
"mrmime": "2.0.0",
"ng-packagr": "18.1.0-next.0",
"ng-packagr": "18.1.0",
"npm": "^10.8.1",
"npm-package-arg": "11.0.2",
"open": "10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"watchpack": "2.4.1"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"less": "^4.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ describeBuilder(buildApplication, APPLICATION_BUILDER_INFO, (harness) => {

harness.useTarget('build', {
...BASE_OPTIONS,
polyfills: ['zone.js'],
sourceMap: {
scripts: true,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"parse5-html-rewriting-stream": "7.0.0"
},
"peerDependencies": {
"@angular/cli": "^18.0.0 || ^18.1.0-next.0"
"@angular/cli": "^18.0.0"
},
"peerDependenciesMeta": {
"@angular/cli": {
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0 || ^18.1.0-next.0",
"@angular/core": "^18.0.0 || ^18.1.0-next.0"
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
},
"schematics": "./schematics/collection.json",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"esbuild": "0.21.5"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
"@angular/localize": "^18.0.0 || ^18.1.0-next.0",
"@angular/platform-server": "^18.0.0 || ^18.1.0-next.0",
"@angular/service-worker": "^18.0.0 || ^18.1.0-next.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/service-worker": "^18.0.0",
"@web/test-runner": "^0.18.0",
"browser-sync": "^3.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"karma": "^6.3.0",
"ng-packagr": "^18.0.0 || ^18.1.0-next.0",
"ng-packagr": "^18.0.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=5.4 <5.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.1.0-next.0",
"@angular/compiler-cli": "^18.0.0",
"typescript": ">=5.4 <5.6",
"webpack": "^5.54.0"
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "18.1.0-next.4",
"@angular/compiler-cli": "18.1.0-next.4",
"@angular/compiler": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"typescript": "5.5.2",
"webpack": "5.92.1"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file is needed so that dependencies are synced by Renovate.",
"private": true,
"dependencies": {
"@angular/core": "^18.1.0-next.0",
"@angular/core": "^18.1.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
Expand All @@ -17,7 +17,7 @@
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"less": "^4.2.0",
"ng-packagr": "^18.1.0-next.0",
"ng-packagr": "^18.1.0",
"postcss": "^8.4.38",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
Expand Down
Loading

0 comments on commit 0c52d5f

Please sign in to comment.