Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e90bfc5

Browse filesBrowse files
build: update cross-repo angular dependencies to ^20.1.0-next (#61880)
See associated pull request for more information. PR Close #61880
1 parent ddfb94c commit e90bfc5
Copy full SHA for e90bfc5

12 files changed

+2,723-2,722Lines changed: 2723 additions & 2722 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx‎

Copy file name to clipboardExpand all lines: .aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
adev/shared-docs/pipeline/api-gen/package.json=939673974
77
integration/package.json=-239561259
88
modules/package.json=-1315257891
9-
package.json=-1124738082
9+
package.json=677069702
1010
packages/animations/package.json=-678724831
1111
packages/common/package.json=1729763064
1212
packages/compiler-cli/linker/babel/test/package.json=939673974
@@ -21,7 +21,7 @@ packages/platform-browser/package.json=-1163479450
2121
packages/router/package.json=860819913
2222
packages/upgrade/package.json=16347051
2323
packages/zone.js/package.json=-1577512523
24-
pnpm-lock.yaml=1622469731
24+
pnpm-lock.yaml=-565399125
2525
pnpm-workspace.yaml=1973735808
2626
tools/bazel/rules_angular_store/package.json=-239561259
27-
yarn.lock=916728416
27+
yarn.lock=736952337
Collapse file

‎adev/shared-docs/package.json‎

Copy file name to clipboardExpand all lines: adev/shared-docs/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@angular/docs",
33
"version": "0.0.0-PLACEHOLDER",
44
"peerDependencies": {
5-
"@angular/cdk": "^20.0.0",
6-
"@angular/common": "^20.0.0",
7-
"@angular/core": "^20.0.0",
8-
"@angular/forms": "^20.0.0",
9-
"@angular/material": "^20.0.0",
10-
"@angular/platform-browser": "^20.0.0",
11-
"@angular/router": "^20.0.0",
5+
"@angular/cdk": "^20.1.0-next",
6+
"@angular/common": "^20.1.0-next",
7+
"@angular/core": "^20.1.0-next",
8+
"@angular/forms": "^20.1.0-next",
9+
"@angular/material": "^20.1.0-next",
10+
"@angular/platform-browser": "^20.1.0-next",
11+
"@angular/router": "^20.1.0-next",
1212
"@angular/ssr": "^20.0.0",
1313
"algoliasearch": "^5.0.0",
1414
"rxjs": "^7.8.1"
Collapse file

‎adev/src/content/tutorials/deferrable-views/common/package.json‎

Copy file name to clipboardExpand all lines: adev/src/content/tutorials/deferrable-views/common/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/forms": "^20.0.0",
16-
"@angular/platform-browser": "^20.0.0",
17-
"@angular/router": "^20.0.0",
12+
"@angular/common": "^20.1.0-next",
13+
"@angular/compiler": "^20.1.0-next",
14+
"@angular/core": "^20.1.0-next",
15+
"@angular/forms": "^20.1.0-next",
16+
"@angular/platform-browser": "^20.1.0-next",
17+
"@angular/router": "^20.1.0-next",
1818
"rxjs": "~7.8.0",
1919
"tslib": "^2.3.0",
2020
"zone.js": "~0.15.1"
2121
},
2222
"devDependencies": {
2323
"@angular/build": "^20.0.0",
2424
"@angular/cli": "^20.0.0",
25-
"@angular/compiler-cli": "^20.0.0",
25+
"@angular/compiler-cli": "^20.1.0-next",
2626
"typescript": "~5.8.2"
2727
}
2828
}
Collapse file

‎adev/src/content/tutorials/first-app/common/package.json‎

Copy file name to clipboardExpand all lines: adev/src/content/tutorials/first-app/common/package.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^20.0.0",
13-
"@angular/common": "^20.0.0",
14-
"@angular/compiler": "^20.0.0",
15-
"@angular/core": "^20.0.0",
16-
"@angular/forms": "^20.0.0",
17-
"@angular/platform-browser": "^20.0.0",
18-
"@angular/router": "^20.0.0",
12+
"@angular/animations": "^20.1.0-next",
13+
"@angular/common": "^20.1.0-next",
14+
"@angular/compiler": "^20.1.0-next",
15+
"@angular/core": "^20.1.0-next",
16+
"@angular/forms": "^20.1.0-next",
17+
"@angular/platform-browser": "^20.1.0-next",
18+
"@angular/router": "^20.1.0-next",
1919
"rxjs": "~7.8.0",
2020
"tslib": "^2.3.0",
2121
"zone.js": "~0.15.0"
2222
},
2323
"devDependencies": {
2424
"@angular-devkit/build-angular": "^20.0.0",
2525
"@angular/cli": "^20.0.0",
26-
"@angular/compiler-cli": "^20.0.0",
26+
"@angular/compiler-cli": "^20.1.0-next",
2727
"@types/jasmine": "~5.1.0",
2828
"@types/node": "^16.11.35",
2929
"copyfiles": "^2.4.1",
Collapse file

‎adev/src/content/tutorials/homepage/package.json‎

Copy file name to clipboardExpand all lines: adev/src/content/tutorials/homepage/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/forms": "^20.0.0",
16-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/common": "^20.1.0-next",
13+
"@angular/compiler": "^20.1.0-next",
14+
"@angular/core": "^20.1.0-next",
15+
"@angular/forms": "^20.1.0-next",
16+
"@angular/platform-browser": "^20.1.0-next",
1717
"rxjs": "~7.8.0",
1818
"tslib": "^2.3.0",
1919
"zone.js": "~0.15.0"
2020
},
2121
"devDependencies": {
2222
"@angular/build": "^20.0.0",
2323
"@angular/cli": "^20.0.0",
24-
"@angular/compiler-cli": "^20.0.0",
24+
"@angular/compiler-cli": "^20.1.0-next",
2525
"typescript": "~5.8.0"
2626
}
2727
}
Collapse file

‎adev/src/content/tutorials/learn-angular/common/package.json‎

Copy file name to clipboardExpand all lines: adev/src/content/tutorials/learn-angular/common/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/common": "^20.0.0",
13-
"@angular/compiler": "^20.0.0",
14-
"@angular/core": "^20.0.0",
15-
"@angular/forms": "^20.0.0",
16-
"@angular/platform-browser": "^20.0.0",
17-
"@angular/router": "^20.0.0",
12+
"@angular/common": "^20.1.0-next",
13+
"@angular/compiler": "^20.1.0-next",
14+
"@angular/core": "^20.1.0-next",
15+
"@angular/forms": "^20.1.0-next",
16+
"@angular/platform-browser": "^20.1.0-next",
17+
"@angular/router": "^20.1.0-next",
1818
"rxjs": "~7.8.0",
1919
"tslib": "^2.3.0",
2020
"zone.js": "~0.15.0"
2121
},
2222
"devDependencies": {
2323
"@angular/build": "^20.0.0",
2424
"@angular/cli": "^20.0.0",
25-
"@angular/compiler-cli": "^20.0.0",
25+
"@angular/compiler-cli": "^20.1.0-next",
2626
"typescript": "~5.8.0"
2727
}
2828
}
Collapse file

‎adev/src/content/tutorials/playground/common/package.json‎

Copy file name to clipboardExpand all lines: adev/src/content/tutorials/playground/common/package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
},
1010
"private": true,
1111
"dependencies": {
12-
"@angular/animations": "^20.0.0",
13-
"@angular/cdk": "^20.0.0",
14-
"@angular/common": "^20.0.0",
15-
"@angular/compiler": "^20.0.0",
16-
"@angular/core": "^20.0.0",
17-
"@angular/forms": "^20.0.0",
18-
"@angular/material": "^20.0.0",
19-
"@angular/platform-browser": "^20.0.0",
12+
"@angular/animations": "^20.1.0-next",
13+
"@angular/cdk": "^20.1.0-next",
14+
"@angular/common": "^20.1.0-next",
15+
"@angular/compiler": "^20.1.0-next",
16+
"@angular/core": "^20.1.0-next",
17+
"@angular/forms": "^20.1.0-next",
18+
"@angular/material": "^20.1.0-next",
19+
"@angular/platform-browser": "^20.1.0-next",
2020
"rxjs": "~7.8.0",
2121
"tslib": "^2.3.0",
2222
"zone.js": "~0.15.0"
2323
},
2424
"devDependencies": {
2525
"@angular/build": "^20.0.0",
2626
"@angular/cli": "^20.0.0",
27-
"@angular/compiler-cli": "^20.0.0",
27+
"@angular/compiler-cli": "^20.1.0-next",
2828
"typescript": "~5.8.0"
2929
}
3030
}
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"@angular-devkit/core": "20.0.0",
5555
"@angular-devkit/schematics": "20.0.0",
5656
"@angular/build": "20.0.0",
57-
"@angular/cdk": "20.0.0",
57+
"@angular/cdk": "20.1.0-next.0",
5858
"@angular/cli": "20.0.0",
59-
"@angular/material": "20.0.0",
59+
"@angular/material": "20.1.0-next.0",
6060
"@angular/ssr": "20.0.0",
6161
"@babel/cli": "7.27.2",
6262
"@babel/core": "7.27.4",
Collapse file

‎packages/benchpress/package.json‎

Copy file name to clipboardExpand all lines: packages/benchpress/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.3.0",
44
"description": "Benchpress - a framework for e2e performance tests",
55
"dependencies": {
6-
"@angular/core": "^20.0.0-rc",
6+
"@angular/core": "^20.1.0-next",
77
"reflect-metadata": "^0.2.0"
88
},
99
"repository": {
Collapse file

‎packages/misc/angular-in-memory-web-api/package.json‎

Copy file name to clipboardExpand all lines: packages/misc/angular-in-memory-web-api/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "angular",
66
"license": "MIT",
77
"peerDependencies": {
8-
"@angular/core": "^20.0.0",
9-
"@angular/common": "^20.0.0",
8+
"@angular/core": "^20.1.0-next",
9+
"@angular/common": "^20.1.0-next",
1010
"rxjs": "^6.5.3 || ^7.4.0"
1111
},
1212
"dependencies": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.