Skip to content

Commit

Permalink
build: update Angular versions to 18.2 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Aug 14, 2024
1 parent eb9c7fe commit 1a876a3
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 118 deletions.
24 changes: 12 additions & 12 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.2.0-rc.0",
"@angular/animations": "18.2.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#8128c8cc982b49ca12490da8d97692143aefd026",
"@angular/cdk": "18.1.3",
"@angular/common": "18.2.0-rc.0",
"@angular/compiler": "18.2.0-rc.0",
"@angular/compiler-cli": "18.2.0-rc.0",
"@angular/core": "18.2.0-rc.0",
"@angular/forms": "18.2.0-rc.0",
"@angular/localize": "18.2.0-rc.0",
"@angular/common": "18.2.0",
"@angular/compiler": "18.2.0",
"@angular/compiler-cli": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/localize": "18.2.0",
"@angular/material": "18.1.3",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#871fbcb75819dba4dfc6c8971c7aec1c57a8de0c",
"@angular/platform-browser": "18.2.0-rc.0",
"@angular/platform-browser-dynamic": "18.2.0-rc.0",
"@angular/platform-server": "18.2.0-rc.0",
"@angular/router": "18.2.0-rc.0",
"@angular/service-worker": "18.2.0-rc.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/platform-server": "18.2.0",
"@angular/router": "18.2.0",
"@angular/service-worker": "18.2.0",
"@babel/core": "7.25.2",
"@babel/generator": "7.25.0",
"@babel/helper-annotate-as-pure": "7.24.7",
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 @@ -45,10 +45,10 @@
"watchpack": "2.4.1"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0",
"@angular/localize": "^18.0.0 || ^18.2.0-next.0",
"@angular/platform-server": "^18.0.0 || ^18.2.0-next.0",
"@angular/service-worker": "^18.0.0 || ^18.2.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
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.2.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.2.0-next.0",
"@angular/core": "^18.0.0 || ^18.2.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 @@ -76,16 +76,16 @@
"undici": "6.19.7"
},
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0",
"@angular/localize": "^18.0.0 || ^18.2.0-next.0",
"@angular/platform-server": "^18.0.0 || ^18.2.0-next.0",
"@angular/service-worker": "^18.0.0 || ^18.2.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.2.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
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
"peerDependencies": {
"@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0",
"@angular/compiler-cli": "^18.0.0",
"typescript": ">=5.4 <5.6",
"webpack": "^5.54.0"
},
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.2.0-next.0",
"@angular/core": "^18.2.0",
"@types/express": "^4.17.17",
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
Expand All @@ -17,13 +17,13 @@
"karma-jasmine": "~5.1.0",
"karma": "~6.4.0",
"less": "^4.2.0",
"ng-packagr": "^18.2.0-next.0",
"ng-packagr": "^18.2.0",
"postcss": "^8.4.38",
"protractor": "~7.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"ts-node": "~10.9.0",
"typescript": "~5.5.2",
"zone.js": "~0.14.3"
"zone.js": "~0.14.10"
}
}
Loading

0 comments on commit 1a876a3

Please sign in to comment.