Skip to content

Commit 495289d

Browse files
committed
build: update to the latest version of Angular
Updates the repo to Angular version 20.0.0-next.4 so we can use the latest features.
1 parent 9654366 commit 495289d

File tree

4 files changed

+549
-528
lines changed

4 files changed

+549
-528
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
5-
package.json=-1483367293
6-
pnpm-lock.yaml=-444375219
5+
package.json=303330631
6+
pnpm-lock.yaml=2094925072
77
pnpm-workspace.yaml=14857322
88
src/cdk/package.json=-908433069
9-
yarn.lock=-987404687
9+
yarn.lock=230420156

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
},
5757
"version": "20.0.0-next.4",
5858
"dependencies": {
59-
"@angular/animations": "^20.0.0-next.3",
60-
"@angular/common": "^20.0.0-next.3",
61-
"@angular/compiler": "^20.0.0-next.3",
62-
"@angular/core": "^20.0.0-next.3",
63-
"@angular/forms": "^20.0.0-next.3",
64-
"@angular/platform-browser": "^20.0.0-next.3",
59+
"@angular/animations": "^20.0.0-next.4",
60+
"@angular/common": "^20.0.0-next.4",
61+
"@angular/compiler": "^20.0.0-next.4",
62+
"@angular/core": "^20.0.0-next.4",
63+
"@angular/forms": "^20.0.0-next.4",
64+
"@angular/platform-browser": "^20.0.0-next.4",
6565
"@types/google.maps": "^3.54.10",
6666
"@types/youtube": "^0.1.0",
6767
"rxjs": "^6.6.7",
@@ -70,19 +70,18 @@
7070
"zone.js": "~0.15.0"
7171
},
7272
"devDependencies": {
73-
"@angular-devkit/build-angular": "^20.0.0-next.2",
74-
"@angular-devkit/core": "^20.0.0-next.2",
75-
"@angular-devkit/schematics": "^20.0.0-next.2",
73+
"@angular-devkit/build-angular": "^20.0.0-next.3",
74+
"@angular-devkit/core": "^20.0.0-next.3",
75+
"@angular-devkit/schematics": "^20.0.0-next.3",
7676
"@angular/bazel": "https://github.com/angular/bazel-builds.git#54a0ac1bc77b58214a1c4d3cdcf167676ea621e4",
77-
"@angular/build": "^20.0.0-next.2",
77+
"@angular/build": "^20.0.0-next.3",
7878
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ec9df12469082e3cb087a9af55072dc2d833c73f",
79-
"@angular/cli": "^20.0.0-next.2",
80-
"@angular/compiler-cli": "^20.0.0-next.3",
81-
"@angular/localize": "^20.0.0-next.3",
79+
"@angular/cli": "^20.0.0-next.3",
80+
"@angular/compiler-cli": "^20.0.0-next.4",
81+
"@angular/localize": "^20.0.0-next.4",
8282
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1fa3a08b6a111de820da092799319ed47c058849",
83-
"@angular/platform-browser-dynamic": "^20.0.0-next.3",
84-
"@angular/platform-server": "^20.0.0-next.3",
85-
"@angular/router": "^20.0.0-next.3",
83+
"@angular/platform-server": "^20.0.0-next.4",
84+
"@angular/router": "^20.0.0-next.4",
8685
"@babel/core": "^7.16.12",
8786
"@babel/helper-explode-assignable-expression": "^7.18.6",
8887
"@babel/helper-string-parser": "^7.22.5",
@@ -102,7 +101,7 @@
102101
"@octokit/rest": "18.3.5",
103102
"@rollup/plugin-commonjs": "^21.0.0",
104103
"@rollup/plugin-node-resolve": "^13.1.3",
105-
"@schematics/angular": "^20.0.0-next.2",
104+
"@schematics/angular": "^20.0.0-next.3",
106105
"@types/babel__core": "^7.1.18",
107106
"@types/browser-sync": "^2.26.3",
108107
"@types/fs-extra": "^9.0.13",

0 commit comments

Comments
 (0)