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

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

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

v22.0.3

Compare Source

v22.0.2

Compare Source

@​angular/cli
Commit Type Description
136fc2714 fix support registry metadata fetching under bun package manager
2653dd5c7 perf implement semaphore backpressure throttling in PackageManager
@​angular/build
Commit Type Description
0b4a48add perf implement semaphore backpressure throttling in JavaScriptTransformer
@​angular/ssr
Commit Type Description
d996a27e9 fix avoid caching non-SSG page lookups
285a34e42 fix correct grammar in console warning for redirected location headers
c8088a536 fix prioritize options over environment variables in AngularNodeAppEngine

v22.0.1

Compare Source

@​angular/cli
Commit Type Description
b54e9a549 fix do not sort migrations of the same version alphabetically
d33311612 fix fallback to local package.json for schematic detection on first run
918102a93 fix isolate temporary package installation from parent pnpm workspace
b048b5f4a fix remove forceAuth and unscoped credential parsing
277934035 fix validate registry option is a valid URL in ng add
4510dae02 perf optimize update schematic registry query counts by fetching package metadata lazily
@​schematics/angular
Commit Type Description
c80012294 fix fix browserMode option mapping in refactor-jasmine-vitest
a9b6bd904 fix safely comment out multiline statements in refactor-jasmine-vitest
12199df00 fix use null objects and callbacks in karma-to-vitest migration
@​angular/build
Commit Type Description
89d1be979 fix allow disabling Vitest isolation from builder
d45b84be9 fix exclude JSON imports from Vite dependency optimization
e3cab4ddd fix prevent concurrent stylesheet bundling esbuild context leaks
bd413b0eb fix restrict application builder output paths to output directory

v22.0.0

Compare Source

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
  • The @angular-devkit/architect-cli package is no longer available. The architect CLI tool has been moved to the @angular-devkit/architect package.
  • The experimental @angular-devkit/build-angular:jest and @angular-devkit/build-angular:web-test-runner builders have been removed.
@​angular/build
  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.
  • istanbul-lib-instrument is now an optional peer dependency.
    Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will automatically add this dependency during the update process.
@​angular/ssr
  • The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.

Deprecations

@​angular-devkit/build-angular
  • Webpack builders in build-angular are deprecated. Use @​angular/build builders instead.
@​angular-devkit/build-webpack
  • Webpack builders in build-webpack are deprecated. Use @​angular/build builders instead.
@​angular/ssr
  • CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@​ngtools/webpack
@​angular/cli
Commit Type Description
58c0978f6 feat add support for Node.js 26.0.0
a5c7c0b5f fix reflect new minimum supported Node version in ng.js
a5e1e48db fix update odd-numbered Node.js version warning condition for future releases
93c3eb8fb fix update zoneless migration tool to handle ChangeDetectionStrategy.Eager
a39a33128 perf cache root manifest and resolve restricted package exports in ng add
@​schematics/angular
Commit Type Description
be60a63b7 feat add migrate-karma-to-vitest update migration
43505066e feat add migration to add istanbul-lib-instrument
b2f7a038b feat conditionally install istanbul coverage provider for Vitest migration
d227e6985 feat migrate fake async to Vitest fake timers
d2aa9ede5 feat migrate fakeAsync's flush behavior when used in beforeEach
f98cc82eb feat rely on strict template default in generated workspaces
c9f408153 feat set up fake timers in beforeEach instead of beforeAll
de630c2fc feat stabilize refactor-jasmine-vitest schematic
8d0805dd1 feat update TSConfig globals during karma to vitest migration
470e1f937 fix add istanbul-lib-instrument to application/library generator dependencies
dc1238e5a fix add trusted-proxy-headers migration
6572a6944 fix default components to OnPush change detection
aed407db8 fix defer karma config deletion in Karma to Vitest migration
4fbc60891 fix preserve Jasmine stub-by-default semantics for bare spies
b3d838dfd fix replace deprecated ChangeDetectionStrategy.Default with Eager
a7ac8e5f0 fix support spy call arguments migration in refactor-jasmine-vitest
7fb59eaa6 fix use service decorator in ng generate

Commit Type Description
d0e9e8163 build update minimum supported Node.js versions
1f21e89d9 refactor remove @angular-devkit/architect-cli package
b4885b851 refactor remove experimental Jest and Web Test Runner builders
@​angular-devkit/build-angular
Commit Type Description
b7940dbcb refactor deprecate Webpack builders
@​angular-devkit/build-webpack
Commit Type Description
3d5daa45e refactor deprecate webpack and webpack-dev-server builders
@​angular/build
Commit Type Description
e9aa7967b feat add isolate option to unit-test builder
fe720cab6 feat add process.env.PORT support to the dev server
0781f7498 feat add quiet option to suppress build noise in unit tests
cd2ad3c19 feat enable chunk optimization by default with heuristics
3007f46b7 feat move istanbul-lib-instrument to optional peer dependency
af2c7e944 feat rename experimentalPlatform to platform in application builder
58c7c7a9d feat subresource integrity validation for dynamically loaded modules
73233dc5f feat support Istanbul coverage in Vitest runner
414320d02 feat support runtime Zone.js detection in Vitest unit test runner
b85ec6798 fix allow configuring Access-Control-Allow-Origin via headers option
edfa782d5 fix use dynamic TestComponentRenderer for Vitest
@​angular/ssr
Commit Type Description
5adc92541 fix enforce explicit opt-in for proxy headers
f85343925 fix support all X-Forwarded-* headers when trustProxyHeaders is true
8471ba634 fix support server-side rendering configuration options
50b16a65b refactor deprecate CommonEngine APIs
27cd35561 refactor remove CSR fallback for invalid hosts
@​ngtools/webpack
Commit Type Description
547ca515b refactor deprecate @​ngtools/webpack loader and plugin
angular/components (@​angular/cdk)

v22.0.2

Compare Source

cdk
Commit Type Description
e8f3419060 fix layout: avoid CSS injection attacks in media matcher
9dc2b2b2ed fix platform: account for composedPath error during event replay (#​33409)
material
Commit Type Description
fb4478bff3 fix bottom-sheet: ensure animation event comes from container
e4f7f3498b fix chips: correct focus management on chip destruction (#​33329)
766b7aceee fix chips: wrong padding when chip only has edit icon (#​33407)
ebca801ee5 fix grid-list: always validate colspan
30942bcd36 fix stepper: validate animation durations
multiple
Commit Type Description
2995797ded fix improve dark theme visibility in menu, overlay, and portal examples (#​33367)

v22.0.1

Compare Source

aria
Commit Type Description
7581b0592 fix combobox: avoid error for synthetic events (#​33360)
1c4706155 fix combobox: prevent re-dispatching keyboard event on control target change (#​33362)
96e9ce10c fix tree: recursive textDirection getter (#​33337)
cdk
Commit Type Description
629aea403 fix a11y: avoid prototype conflicts in id generator (#​33356)
49aeb676c fix clipboard: avoid infinite attempt loop (#​33366)
material
Commit Type Description
d7a8cb963 fix dialog: ignore clicks on aria-disabled close buttons (#​33373)
bde3c7621 fix timepicker: do not allow intervals less than a second (#​33354)
youtube-player
Commit Type Description
d75a22d69 fix avoid errors with clobbered variables
fe0a96ce6 fix validate ID before attaching them to placeholder

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.2

Compare Source

common
Commit Type Description
94ea403563 fix escape anchor fragment in shadow DOM name selector
6c1f3e9d49 fix skip transfer cache for uncacheable HTTP traffic (#​69316)
compiler
Commit Type Description
6f1171991a fix restrict possible event handler check to property names longer than 2 characters
core
Commit Type Description
528a34f766 fix avoid caching missing locale data
e17e8d5422 fix escape overlapping comment delimiters in escapeCommentText
59dea13f80 fix guard against DOM clobbering in declareExperimentalWebMcpTool
3a48abc15c fix preserve leave animation for sibling instances sharing a TNode
93d0a5f95c fix prevent unsubscribe during emit from throwing off other listeners
b32ee7ceb3 fix treat iframe credentialless as security-sensitive
f902d1d35e perf detect existing signal dependency without checking all producer links
http
Commit Type Description
6867f77ec7 fix distinguish repeated transfer cache params
7ef1399068 fix skip transfer cache for fetch credentialed requests (#​69316)
migrations

| Commit

Note

PR body was truncated to here.


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
@renovate renovate Bot force-pushed the renovate/major-angular branch 12 times, most recently from fd57456 to 49e0a32 Compare June 20, 2026 17:03
@renovate renovate Bot force-pushed the renovate/major-angular branch from 49e0a32 to 82034ea Compare June 21, 2026 01:55
@renovate renovate Bot force-pushed the renovate/major-angular branch from 82034ea to efeeb09 Compare June 21, 2026 14:08
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