Skip to content

Commit ddf1ec7

Browse files
committed
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 08f9959 commit ddf1ec7

6 files changed

Lines changed: 184 additions & 184 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4")
1919
bazel_dep(name = "rules_angular")
2020
git_override(
2121
module_name = "rules_angular",
22-
commit = "7657fae9f218f1fcd818a4b594bdd8833e83c734",
22+
commit = "d6449197f843be14e8ab3357f3efc0ac66c8f3b0",
2323
remote = "https://github.com/angular/rules_angular.git",
2424
)
2525

2626
bazel_dep(name = "devinfra")
2727
git_override(
2828
module_name = "devinfra",
29-
commit = "e9faacd5b4df391f59989b6fb448b2c24115d592",
29+
commit = "1ce5d6899a2634fccf021a84656026bed0acbe16",
3030
remote = "https://github.com/angular/dev-infra.git",
3131
)
3232

3333
bazel_dep(name = "rules_browsers")
3434
git_override(
3535
module_name = "rules_browsers",
36-
commit = "cbd4a436db23d9c3156f1b17a007d01ee60608d9",
36+
commit = "cf7392cfd3fc932dfa9cf11b04fb64f0346b25ea",
3737
remote = "https://github.com/angular/rules_browsers.git",
3838
)
3939

MODULE.bazel.lock

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
},
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"dependencies": {
45-
"@angular/compiler-cli": "22.0.1",
45+
"@angular/compiler-cli": "22.0.2",
4646
"typescript": "6.0.3"
4747
},
4848
"devDependencies": {
49-
"@angular/animations": "22.0.1",
50-
"@angular/cdk": "22.0.1",
51-
"@angular/common": "22.0.1",
52-
"@angular/compiler": "22.0.1",
53-
"@angular/core": "22.0.1",
54-
"@angular/forms": "22.0.1",
55-
"@angular/localize": "22.0.1",
56-
"@angular/material": "22.0.1",
49+
"@angular/animations": "22.0.2",
50+
"@angular/cdk": "22.0.2",
51+
"@angular/common": "22.0.2",
52+
"@angular/compiler": "22.0.2",
53+
"@angular/core": "22.0.2",
54+
"@angular/forms": "22.0.2",
55+
"@angular/localize": "22.0.2",
56+
"@angular/material": "22.0.2",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cdd4a4146520ed794b0342d0a86a0e2b31f129e3",
58-
"@angular/platform-browser": "22.0.1",
59-
"@angular/platform-server": "22.0.1",
60-
"@angular/router": "22.0.1",
61-
"@angular/service-worker": "22.0.1",
58+
"@angular/platform-browser": "22.0.2",
59+
"@angular/platform-server": "22.0.2",
60+
"@angular/router": "22.0.2",
61+
"@angular/service-worker": "22.0.2",
6262
"@babel/core": "7.29.0",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",

packages/angular/ssr/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
},
3838
"devDependencies": {
3939
"@angular-devkit/schematics": "workspace:*",
40-
"@angular/common": "22.0.1",
41-
"@angular/compiler": "22.0.1",
42-
"@angular/core": "22.0.1",
43-
"@angular/platform-browser": "22.0.1",
44-
"@angular/platform-server": "22.0.1",
45-
"@angular/router": "22.0.1",
40+
"@angular/common": "22.0.2",
41+
"@angular/compiler": "22.0.2",
42+
"@angular/core": "22.0.2",
43+
"@angular/platform-browser": "22.0.2",
44+
"@angular/platform-server": "22.0.2",
45+
"@angular/router": "22.0.2",
4646
"@schematics/angular": "workspace:*",
4747
"beasties": "0.4.2"
4848
},

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
20-
"@angular/compiler": "22.0.1",
21-
"@angular/compiler-cli": "22.0.1",
20+
"@angular/compiler": "22.0.2",
21+
"@angular/compiler-cli": "22.0.2",
2222
"typescript": "6.0.3",
2323
"webpack": "5.106.2"
2424
}

0 commit comments

Comments
 (0)