build: update cross-repo angular dependencies (22.0.x)#33283
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions and commit overrides. Specifically, it updates the git overrides for rules_angular, devinfra, and rules_browsers in MODULE.bazel, updates the lockfile MODULE.bazel.lock to reflect these changes along with updating tar.bzl and Chrome/Chromedriver binaries, and bumps the commit hash for @angular/ng-dev in package.json. There are no review comments, and I have no feedback to provide.
6098a8a to
6f753cc
Compare
See associated pull request for more information.
6f753cc to
cacde38
Compare
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR contains the following updates:
22.0.0-rc.2→22.0.022.0.0-rc.2→22.0.0a450a24→e882d219ee8a68→b490e5cc898ddb→582ffa945441c7→96a315f🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release Notes
angular/components (@angular/cdk)
v22.0.0Compare 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.multiple
supercalls accordingly.Renames the values input/model to value in Combobox, Listbox, Tree, Menu, Toolbar, and Select. Users must update their templates to use the value property instead of values.
google-maps
material
cdk
aria
multiple
v22.0.0-rc.3: 22.0.0-rc.3Compare Source
material