Skip to content

Commit 349dcd1

Browse files
committed
build: update Angular dev deps to version 20
1 parent 24bd93f commit 349dcd1

File tree

6 files changed

+250
-250
lines changed

6 files changed

+250
-250
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=1510025901
6+
package.json=2041529642
77
packages/angular/build/package.json=1118430625
88
packages/angular/cli/package.json=-1917515334
99
packages/angular/pwa/package.json=1108903917
10-
packages/angular/ssr/package.json=1556449772
10+
packages/angular/ssr/package.json=836365150
1111
packages/angular_devkit/architect/package.json=-363443363
1212
packages/angular_devkit/architect_cli/package.json=1551210941
1313
packages/angular_devkit/build_angular/package.json=1524118840
1414
packages/angular_devkit/build_webpack/package.json=-511874814
1515
packages/angular_devkit/core/package.json=-411613325
1616
packages/angular_devkit/schematics/package.json=-1133510866
1717
packages/angular_devkit/schematics_cli/package.json=-2026655035
18-
packages/ngtools/webpack/package.json=884391309
18+
packages/ngtools/webpack/package.json=1644932095
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=2083637089
20+
pnpm-lock.yaml=-589427489
2121
pnpm-workspace.yaml=-1264044456
2222
tests/package.json=700948366
23-
yarn.lock=-738393529
23+
yarn.lock=-864455442

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"devDependencies": {
4545
"@ampproject/remapping": "2.3.0",
46-
"@angular/animations": "19.2.0",
46+
"@angular/animations": "20.0.0-next.0",
4747
"@angular/bazel": "https://github.com/angular/bazel-builds.git#58e1a344eed2dfea489cd290a4b4a963f7e3ac65",
4848
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1",
4949
"@angular/cdk": "19.2.1",
50-
"@angular/common": "19.2.0",
51-
"@angular/compiler": "19.2.0",
52-
"@angular/compiler-cli": "19.2.0",
53-
"@angular/core": "19.2.0",
54-
"@angular/forms": "19.2.0",
55-
"@angular/localize": "19.2.0",
50+
"@angular/common": "20.0.0-next.0",
51+
"@angular/compiler": "20.0.0-next.0",
52+
"@angular/compiler-cli": "20.0.0-next.0",
53+
"@angular/core": "20.0.0-next.0",
54+
"@angular/forms": "20.0.0-next.0",
55+
"@angular/localize": "20.0.0-next.0",
5656
"@angular/material": "19.2.1",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8e9aa05047bc8adadfafac647079ccf78fec7336",
58-
"@angular/platform-browser": "19.2.0",
59-
"@angular/platform-browser-dynamic": "19.2.0",
60-
"@angular/platform-server": "19.2.0",
61-
"@angular/router": "19.2.0",
62-
"@angular/service-worker": "19.2.0",
58+
"@angular/platform-browser": "20.0.0-next.0",
59+
"@angular/platform-browser-dynamic": "20.0.0-next.0",
60+
"@angular/platform-server": "20.0.0-next.0",
61+
"@angular/router": "20.0.0-next.0",
62+
"@angular/service-worker": "20.0.0-next.0",
6363
"@babel/core": "7.26.9",
6464
"@babel/generator": "7.26.9",
6565
"@babel/helper-annotate-as-pure": "7.25.9",
@@ -162,7 +162,7 @@
162162
"magic-string": "0.30.17",
163163
"mini-css-extract-plugin": "2.9.2",
164164
"mrmime": "2.0.1",
165-
"ng-packagr": "19.2.0",
165+
"ng-packagr": "20.0.0-next.1",
166166
"npm": "^11.0.0",
167167
"npm-package-arg": "12.0.2",
168168
"npm-pick-manifest": "10.0.0",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"devDependencies": {
3131
"@angular-devkit/schematics": "workspace:*",
32-
"@angular/common": "19.2.0",
33-
"@angular/compiler": "19.2.0",
34-
"@angular/core": "19.2.0",
35-
"@angular/platform-browser": "19.2.0",
36-
"@angular/platform-server": "19.2.0",
37-
"@angular/router": "19.2.0",
32+
"@angular/common": "20.0.0-next.0",
33+
"@angular/compiler": "20.0.0-next.0",
34+
"@angular/core": "20.0.0-next.0",
35+
"@angular/platform-browser": "20.0.0-next.0",
36+
"@angular/platform-server": "20.0.0-next.0",
37+
"@angular/router": "20.0.0-next.0",
3838
"@schematics/angular": "workspace:*"
3939
},
4040
"sideEffects": false,

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
30-
"@angular/compiler": "19.2.0",
31-
"@angular/compiler-cli": "19.2.0",
30+
"@angular/compiler": "20.0.0-next.0",
31+
"@angular/compiler-cli": "20.0.0-next.0",
3232
"typescript": "5.8.2",
3333
"webpack": "5.98.0"
3434
}

0 commit comments

Comments
 (0)