build: update cross-repo angular dependencies (22.0.x)#33173
build: update cross-repo angular dependencies (22.0.x)#33173angular-robot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel module dependencies and project package versions, including Angular packages and build tools. A review comment highlights an inconsistency in the MODULE.bazel.lock file, where partial hash definitions for older versions remain, and suggests running bazel mod tidy to ensure the lock file is correctly synchronized.
| "https://bcr.bazel.build/modules/aspect_rules_js/3.1.1/MODULE.bazel": "b83cf3ee44837345f1c926d70b96453deb5e244de43d08dcd7acad8d381c275a", | ||
| "https://bcr.bazel.build/modules/aspect_rules_js/3.1.1/source.json": "2806c2d7ce5993f68b74df5f3e2de45d4b2a5798afedd459d88e37c75562da97", |
There was a problem hiding this comment.
The update to aspect_rules_js (and similarly for aspect_rules_ts, package_metadata, and platforms) appears inconsistent in the registryFileHashes section. While hashes for version 3.1.1 were added, the MODULE.bazel hash for the old version 3.0.3 was retained (line 26) while its source.json hash was removed. This results in an invalid state for the lock file where a version is partially defined. It is recommended to run bazel mod tidy to ensure the lock file is correctly synchronized and cleaned of unused version hashes.
There was a problem hiding this comment.
Code Review
This pull request updates various project dependencies and Bazel module configurations. Key changes include bumping Angular-related packages to version 22.0.0-next.12, updating ng-packagr to 22.0.0-next.4, and refreshing several Bazel rules and toolchain versions within MODULE.bazel and MODULE.bazel.lock. There were no review comments provided, so I have no feedback to offer.
e77e291 to
ebd71e7
Compare
See associated pull request for more information.
ebd71e7 to
14860f1
Compare
This PR contains the following updates:
22.0.0-next.10→22.0.0-next.1222.0.0-next.7→22.0.0-next.822.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.7→22.0.0-next.84de8a14→2c3622222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1222.0.0-next.10→22.0.0-next.1248c48fa→6ef1cf322.0.0-next.3→22.0.0-next.4b1d2953→045f984b03f09e→bf27ea4🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release Notes
angular/angular (@angular/animations)
v22.0.0-next.12Compare Source
core
migrations
platform-server
allowedHostsoption torenderModuleandrenderApplicationv22.0.0-next.11Compare Source
Breaking Changes
forms
minandmaxvalidation rules no longer supportstring values. Bound values must be numbers or null.
Deprecations
http
reportProgressoption is deprecated please usereportUploadProgress&reportDownloadProgressinstead.compiler
compiler-cli
core
provideWebMcpToolsdeclareWebMcpToolsupportforms
http
reportUploadProgress&reportDownloadProgressoptionslanguage-service
@Inputwith transformsrouter
angular/components (@angular/cdk)
v22.0.0-next.8Compare Source
Breaking Changes
aria
The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.
comboboxentry points.SIMPLE_COMBOBOX_POPUP->COMBOBOX_POPUP).json_apiBazel rule target.aria-toolbarpath.SimpleComboboxhas been promoted toCombobox. Allsimple-comboboxprefixed symbols, selectors, and tokens have been renamed to use thecomboboxprefix.Relocate the autocomplete examples to
src/components-examples/aria/autocompleteand toolbar examples tosrc/components-examples/aria/toolbar.cdk
CDK_DESCRIBEDBY_HOST_ATTRIBUTEhas been removed.CDK_DESCRIBEDBY_ID_PREFIXhas been removed.injectorparameter of theConfigurableFocusTrapandFocusTrapconstructors is now required.ConfigurableFocusTrapFactory.createhas been replaced with a config object.MESSAGES_CONTAINER_IDhas been removed.eventparameter ofDropListRef.dropis now required.ContextMenuTrackerhas been renamed toMenuTracker.material
MatListOption.checkboxPositionhas been removed. usetogglePositioninstead.MatListOptionCheckboxPositionhas been renamed toMatListOptionTogglePosition.ArrowViewStatehas been removed.ArrowViewStateTransitionhas been removed.google-maps
material
cdk
aria
multiple
ng-packagr/ng-packagr (ng-packagr)
v22.0.0-next.4Compare Source
Features