Skip to content

fix(deps): update angular to v22#44

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-angular
Open

fix(deps): update angular to v22#44
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-angular

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@angular/build 21.2.1422.0.0 age confidence
@angular/cdk 21.2.1422.0.0 age confidence
@angular/cli 21.2.1422.0.0 age confidence
@angular/common (source) 21.2.1622.0.0 age confidence
@angular/compiler (source) 21.2.1622.0.0 age confidence
@angular/compiler-cli (source) 21.2.1622.0.0 age confidence
@angular/core (source) 21.2.1622.0.0 age confidence
@angular/forms (source) 21.2.1622.0.0 age confidence
@angular/material 21.2.1422.0.0 age confidence
@angular/platform-browser (source) 21.2.1622.0.0 age confidence
@angular/router (source) 21.2.1622.0.0 age confidence
ng-packagr 21.2.522.0.0 age confidence

Release Notes

angular/angular-cli (@​angular/build)

v22.0.0

Compare Source

@​angular/cli
Commit Type Description
f05343a42 fix expand package groups for newly added peer dependencies in update schematic
@​schematics/angular
Commit Type Description
4fbc60891 fix preserve Jasmine stub-by-default semantics for bare spies
@​angular/build
Commit Type Description
418abd825 fix prevent esbuild service child process leakage
@​angular/ssr
Commit Type Description
8471ba634 fix support server-side rendering configuration options
angular/components (@​angular/cdk)

v22.0.0

Compare Source

Breaking Changes

aria
  • The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.

    • feat(aria/combobox): promote simple-combobox to stable un-prefixed combobox
    • Relocates public, private, and example directories to clean combobox entry points.
    • Renames internal layout symbols, selectors, and uppercase tokens (SIMPLE_COMBOBOX_POPUP -> COMBOBOX_POPUP).
    • Establishes full documentation extraction parity with the json_api Bazel rule target.
    • Standardizes the accompanying toolbar component showcase into the clean aria-toolbar path.
    • Re-routes dev-app navigation links and migrates public API golden records.
  • SimpleCombobox has been promoted to Combobox. All simple-combobox prefixed symbols, selectors, and tokens have been renamed to use the combobox prefix.

    • refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples
      Relocate the autocomplete examples to src/components-examples/aria/autocomplete and toolbar examples to src/components-examples/aria/toolbar.
    • Restore naming continuity with the historical codebase by stripping redundant prefixes from example filenames and component selectors.
    • Sync dev-app preview routing layout paths and strict Bazel target dependency links.
cdk
    • CDK_DESCRIBEDBY_HOST_ATTRIBUTE has been removed.
    • CDK_DESCRIBEDBY_ID_PREFIX has been removed.
    • The injector parameter of the ConfigurableFocusTrap and FocusTrap constructors is now required.
    • The boolean parameter of ConfigurableFocusTrapFactory.create has been replaced with a config object.
    • MESSAGES_CONTAINER_ID has been removed.
    • The event parameter of DropListRef.drop is now required.
    • ContextMenuTracker has been renamed to MenuTracker.
material
    • MatListOption.checkboxPosition has been removed. use togglePosition instead.
    • MatListOptionCheckboxPosition has been renamed to MatListOptionTogglePosition.
    • ArrowViewState has been removed.
    • ArrowViewStateTransition has been removed.
multiple
    • A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your super calls 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.

    • refactor(multiple): update api goldens
google-maps
Commit Type Description
e44ff8318 feat Add support for the gmp-click event (#​33147)
b8201edee fix deprecate heatmap layer (#​33208)
material
Commit Type Description
867ba993b feat bottom-sheet: add the ability to pass bindings
b4a89d599 feat button: Add support for showing a progress indicator inside the button (#​32698)
a46b0a1d4 feat core: add mixins for Material Design typography (#​32959)
bf3596b53 feat dialog: add the ability to pass bindings
85c16fe4b feat tabs: add support for separate tab animation durations (#​32869)
440cb1606 fix autocomplete: remove modal workaround
21f8bbbf2 fix badge: allow badge defaults to be configured (#​33312)
07c2d002d fix core: address sass compiler warnings (#​33040)
add8f16c0 fix list: breaking changes for v22
31904510b fix menu: close menu when cleared from trigger (#​33306)
9d73c98b5 fix menu: missing panelClass getter (#​33191)
348c3c89d fix select: remove modal workaround
f1a435508 fix sidenav: handle mixed sidenav and drawer (#​33274)
c31619852 fix sidenav: mark content as inert while open
a4d92c5fc fix sidenav: more robust reset logic for inert attribute (#​33257)
c2f1c5b03 fix sidenav: query not resolving
75718e4fb fix sort: breaking changes for v22
6ed6218c4 fix tabs: incorrect animation variable name (#​32941)
cdk
Commit Type Description
1a5d5d101 feat dialog: add the ability to pass bindings
24115c021 feat portal: add directives support to ComponentPortal (#​33142)
7426334c5 fix a11y: breaking changes for v22
81c6bbd89 fix drag-drop: breaking changes for v22
ffb23f6f8 fix menu: breaking changes for v22
4c298970e fix scrolling: make it easier to provide custom scrollable (#​33269)
aa42b7798 fix table: expose rendered rows (#​33304)
aria
Commit Type Description
d91f46b4c feat accordion: introduce accordion harness (#​33046)
e3d84f2e0 feat combobox: add test harnesses (#​33194)
0ca47b4a0 feat combobox: migrate simple-combobox directly into primary entrypoints (#​33206)
6ec07bc0c feat grid: add test harnesses (#​33081)
1885d3534 feat listbox: introduce listbox harness (#​33064)
75fae5275 feat menu: introduce menu harness (#​33067)
c25e6252e feat tabs: add test harnesses (#​33079)
a49508bac feat toolbar: add test harnesses (#​33068)
30f223972 feat tree: add test harnesses (#​33066)
91a4932f6 fix combobox: increases autocomplete demo's placeholder text c… (#​33084)
218a77cf9 fix combobox: separates placeholder prefixes (#​33163)
ce1d9a728 fix menu: allow menu item role override (#​33264)
196b7064d fix menu: defer menu item focus in case menus in cdk overlay (#​33258)
6443b79f9 fix menu: unable to set softDisabled (#​33265)
multiple
Commit Type Description
6cb6b5ee1 fix make more public APIs readonly (#​33071)
a88904279 fix prevent form submissions in aria directives (#​33297)
bb4f8ec50 fix re-export collection util (#​33171)
84f2afd24 fix remove developer preview tag from aria (#​33232)
ce4c2c0a1 fix remove empty constructors (#​33048)
936f1148b fix use eager change detection
94a50a25f refactor rename values to value for signal forms compatibility (#​33012)
angular/angular (@​angular/common)

v22.0.0

Compare Source

common
Commit Type Description
4795b35d5b fix only strip a literal /index.html suffix from URLs
compiler
Commit Type Description
2891f7e787 fix move projection attributes into constants
core
Commit Type Description
e3e25b5a53 fix use Object.create(null) for LOCALE_DATA as a hardening measure
migrations
Commit Type Description
9d9855a415 fix Make the safe optional chaining idempotent
platform-server
Commit Type Description
7b9130931d fix throw on suspicious URLs and restrict protocol-relative URLs
ng-packagr/ng-packagr (ng-packagr)

v22.0.0

Compare Source

⚠ BREAKING CHANGES
  • ng-packagr: TypeScript versions older than 6.0 are no longer supported.
  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
Features
Bug Fixes
  • ng-packagr: invalidate angularDiagnosticCache for html changes (e7d8e38)
  • ng-packagr: handle package.json files with export subpaths (89e195d)
  • ensure dts sourcemaps point to original ts files (28424e2)
  • allow TypeScript 6 peer dependency (fdb49da)
  • update minimum supported Node.js versions (f7e5ef5)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@json-derulo json-derulo added the breaking Introduces breaking changes label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Introduces breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant