Skip to content

Commit 0007723

Browse files
angular-robotleonsenft
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent b40d11e commit 0007723

7 files changed

Lines changed: 79 additions & 79 deletions

File tree

adev/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"@algolia/requester-browser-xhr": "5.49.2",
66
"@algolia/requester-node-http": "5.49.2",
77
"@angular/animations": "workspace:*",
8-
"@angular/aria": "22.0.0-next.1",
8+
"@angular/aria": "22.0.0-next.2",
99
"@angular/build": "22.0.0-next.2",
10-
"@angular/cdk": "22.0.0-next.1",
10+
"@angular/cdk": "22.0.0-next.2",
1111
"@angular/cli": "22.0.0-next.2",
1212
"@angular/common": "workspace:*",
1313
"@angular/compiler": "workspace:*",
1414
"@angular/compiler-cli": "workspace:*",
1515
"@angular/core": "workspace:*",
1616
"@angular/docs": "workspace:*",
1717
"@angular/forms": "workspace:*",
18-
"@angular/material": "22.0.0-next.1",
18+
"@angular/material": "22.0.0-next.2",
1919
"@angular/platform-browser": "workspace:*",
2020
"@angular/platform-server": "workspace:*",
2121
"@angular/router": "workspace:*",

integration/animations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/cdk": "22.0.0-next.1",
14+
"@angular/cdk": "22.0.0-next.2",
1515
"@angular/common": "link:./in-existing-linked-by-bazel",
1616
"@angular/compiler": "link:./in-existing-linked-by-bazel",
1717
"@angular/core": "link:./in-existing-linked-by-bazel",

integration/animations/pnpm-lock.yaml

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
"@angular-devkit/core": "22.0.0-next.2",
6060
"@angular-devkit/schematics": "22.0.0-next.2",
6161
"@angular/animations": "workspace:*",
62-
"@angular/aria": "22.0.0-next.1",
62+
"@angular/aria": "22.0.0-next.2",
6363
"@angular/benchpress": "workspace: *",
6464
"@angular/build": "22.0.0-next.2",
65-
"@angular/cdk": "22.0.0-next.1",
65+
"@angular/cdk": "22.0.0-next.2",
6666
"@angular/cli": "22.0.0-next.2",
6767
"@angular/common": "workspace:*",
6868
"@angular/compiler": "workspace:*",
@@ -72,7 +72,7 @@
7272
"@angular/forms": "workspace:*",
7373
"@angular/language-service": "workspace: *",
7474
"@angular/localize": "workspace: *",
75-
"@angular/material": "22.0.0-next.1",
75+
"@angular/material": "22.0.0-next.2",
7676
"@angular/platform-browser": "workspace:*",
7777
"@angular/platform-browser-dynamic": "workspace:*",
7878
"@angular/platform-server": "workspace:*",
@@ -119,7 +119,7 @@
119119
"d3": "^7.0.0",
120120
"dagre-d3-es": "^7.0.14",
121121
"diff": "^8.0.0",
122-
"domino": "https://github.com/angular/domino.git#1362bcd7402a41da9b1d6fbffed1ac0d72944106",
122+
"domino": "https://github.com/angular/domino.git#928dffb9d9431b2cd2a73d7b940d1575f221e072",
123123
"esbuild": "0.27.4",
124124
"esbuild-plugin-umd-wrapper": "^3.0.0",
125125
"http-server": "^14.0.0",

packages/zone.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^24.3.0",
1616
"@types/systemjs": "6.15.4",
1717
"bluebird": "3.7.2",
18-
"domino": "https://github.com/angular/domino.git#1362bcd7402a41da9b1d6fbffed1ac0d72944106",
18+
"domino": "https://github.com/angular/domino.git#928dffb9d9431b2cd2a73d7b940d1575f221e072",
1919
"esbuild-plugin-umd-wrapper": "3.0.0",
2020
"jest-environment-jsdom": "30.3.0",
2121
"jest-environment-node": "30.3.0",

packages/zone.js/test/typings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "MIT",
1111
"dependencies": {
12-
"domino": "https://github.com/angular/domino.git#1362bcd7402a41da9b1d6fbffed1ac0d72944106",
12+
"domino": "https://github.com/angular/domino.git#928dffb9d9431b2cd2a73d7b940d1575f221e072",
1313
"zone.js": "workspace:*"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)