build: update cross-repo angular dependencies (22.0.x)#33616
build: update cross-repo angular dependencies (22.0.x)#33616angular-robot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies, including git overrides for rules_angular, devinfra, and rules_browsers, as well as lockfile updates for aspect_rules_ts and tar.bzl. However, there is a mismatch because the aspect_rules_ts module extension was removed from MODULE.bazel.lock but remains declared in MODULE.bazel, which could cause CI build failures. It is recommended to regenerate the lockfile and align the direct dependency version of aspect_rules_ts to 3.9.2.
| ] | ||
| } | ||
| }, | ||
| "@@aspect_tools_telemetry+//:extension.bzl%telemetry": { |
There was a problem hiding this comment.
The @@aspect_rules_ts+//ts:extensions.bzl%ext module extension has been removed from MODULE.bazel.lock, but it is still declared and used in MODULE.bazel (line 188). This mismatch will likely cause build failures or lockfile out-of-sync errors in CI (especially when running with --lockfile_mode=error). Please regenerate the lockfile using bazel module mod deps or run a full build/test suite to ensure the lockfile is fully updated and consistent. Additionally, since aspect_rules_ts has been upgraded to 3.9.2 in the lockfile, consider updating the direct dependency in MODULE.bazel (line 11) to 3.9.2 to keep them aligned.
d83df16 to
0ceb103
Compare
See associated pull request for more information.
0ceb103 to
9aebdc5
Compare
This PR contains the following updates:
84e9337→7a67d529d539d3→736517370642f8→0915e811acd373→d04bba5🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.