Skip to content

Commit 14c89d9

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 b01d75d commit 14c89d9

File tree

6 files changed

+1332
-1023
lines changed

6 files changed

+1332
-1023
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

material.angular.io/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@
3030
"npm": "Please use yarn instead of NPM to install dependencies"
3131
},
3232
"dependencies": {
33-
"@angular/animations": "^20.0.0-next.0",
34-
"@angular/cdk": "^20.0.0-next.0",
35-
"@angular/cdk-experimental": "^20.0.0-next.0",
36-
"@angular/common": "^20.0.0-next.0",
37-
"@angular/compiler": "^20.0.0-next.0",
33+
"@angular/animations": "^20.0.0-next.4",
34+
"@angular/cdk": "^20.0.0-next.4",
35+
"@angular/cdk-experimental": "^20.0.0-next.4",
36+
"@angular/common": "^20.0.0-next.4",
37+
"@angular/compiler": "^20.0.0-next.4",
3838
"@angular/components-examples": "https://github.com/angular/material2-docs-content.git#48e6a2c4281e5ef36f8ef20532ec0aa1825608d7",
39-
"@angular/core": "^20.0.0-next.0",
40-
"@angular/forms": "^20.0.0-next.0",
41-
"@angular/google-maps": "^20.0.0-next.0",
42-
"@angular/localize": "^20.0.0-next.0",
43-
"@angular/material": "^20.0.0-next.0",
44-
"@angular/material-experimental": "^20.0.0-next.0",
45-
"@angular/material-moment-adapter": "^20.0.0-next.0",
46-
"@angular/platform-browser": "^20.0.0-next.0",
47-
"@angular/platform-browser-dynamic": "^20.0.0-next.0",
48-
"@angular/router": "^20.0.0-next.0",
49-
"@angular/ssr": "^20.0.0-next.0",
50-
"@angular/youtube-player": "^20.0.0-next.0",
39+
"@angular/core": "^20.0.0-next.4",
40+
"@angular/forms": "^20.0.0-next.4",
41+
"@angular/google-maps": "^20.0.0-next.4",
42+
"@angular/localize": "^20.0.0-next.4",
43+
"@angular/material": "^20.0.0-next.4",
44+
"@angular/material-experimental": "^20.0.0-next.4",
45+
"@angular/material-moment-adapter": "^20.0.0-next.4",
46+
"@angular/platform-browser": "^20.0.0-next.4",
47+
"@angular/platform-browser-dynamic": "^20.0.0-next.4",
48+
"@angular/router": "^20.0.0-next.4",
49+
"@angular/ssr": "^20.0.0-next.3",
50+
"@angular/youtube-player": "^20.0.0-next.4",
5151
"@stackblitz/sdk": "^1.5.2",
5252
"moment": "^2.29.1",
5353
"path-normalize": "^6.0.13",
@@ -56,15 +56,15 @@
5656
"zone.js": "~0.15.0"
5757
},
5858
"devDependencies": {
59-
"@angular-devkit/architect": "^0.2000.0-next.0",
60-
"@angular-devkit/architect-cli": "^0.2000.0-next.0",
61-
"@angular-devkit/build-angular": "^20.0.0-next.0",
59+
"@angular-devkit/architect": "^0.2000.0-next.3",
60+
"@angular-devkit/architect-cli": "^0.2000.0-next.3",
61+
"@angular-devkit/build-angular": "^20.0.0-next.3",
6262
"@angular-eslint/builder": "^14.0.0",
6363
"@angular-eslint/eslint-plugin": "^14.0.0",
6464
"@angular-eslint/eslint-plugin-template": "^14.0.0",
6565
"@angular-eslint/template-parser": "^14.0.0",
66-
"@angular/cli": "^20.0.0-next.0",
67-
"@angular/compiler-cli": "^20.0.0-next.0",
66+
"@angular/cli": "^20.0.0-next.3",
67+
"@angular/compiler-cli": "^20.0.0-next.4",
6868
"@bazel/bazelisk": "^1.12.1",
6969
"@stylistic/eslint-plugin": "^2.6.2",
7070
"@types/jasmine": "^3.7.7",

0 commit comments

Comments
 (0)