Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the angular group in /modules/web with 14 updates:

Package From To
@angular/animations 19.2.11 20.3.2
@angular/cdk 19.2.16 20.2.5
@angular/common 19.2.11 20.3.2
@angular/compiler 19.2.11 20.3.2
@angular/core 19.2.11 20.3.2
@angular/forms 19.2.11 20.3.2
@angular/localize 19.2.11 20.3.2
@angular/material 19.2.16 20.2.5
@angular/platform-browser 19.2.11 20.3.2
@angular/platform-browser-dynamic 19.2.11 20.3.2
@angular/router 19.2.11 20.3.2
@angular/build 19.2.17 20.3.3
@angular/cli 19.2.13 20.3.3
@angular/compiler-cli 19.2.11 20.3.2

Updates @angular/animations from 19.2.11 to 20.3.2

Release notes

Sourced from @​angular/animations's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 9766116 refactor(animations): deprecate the animations package (#62795)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • Additional commits viewable in compare view

Updates @angular/cdk from 19.2.16 to 20.2.5

Release notes

Sourced from @​angular/cdk's releases.

20.2.5

material

Commit Description
fix - 36be42637 core: move internal tokens (#31907)
fix - 3ac762be5 form-field: restore error message animation (#31774)
fix - 65f23c003 table: style no data row properly (#31895)

20.2.4

material

Commit Description
fix - e7a0c19d0 tabs: attach content inside the zone (#31868)

20.2.3

material

Commit Description
fix - ec33bf8eba progress-bar: avoid CSP issues due to buffer dots (#31818)
fix - 9a68265302 slider: incorrect indicator transform origin in M3 (#31834)

cdk

Commit Description
fix - 442d4ca6b7 drag-drop: allow axis lock to be reset (#31829)

20.2.2

No release notes provided.

20.2.1

material

Commit Description
fix - 04c598ad0 datepicker: add visible labels to calendar buttons (#31777)
fix - 839f3c1c1 sort: error if signal is bound to disabled input (#31776)

cdk

Commit Description
fix - ee808f8f3 tree: resolve memory leak (#31754)

20.2.0

cdk-experimental

Commit Description
feat - 048de4254 toolbar: add toolbar directive and demo (#31676)
feat - 2dbb045bc tree: add nav mode (#31460)
feat - 6716f5024 tree: use shared example classes (#31494)
feat - 50a6d6c4c ui-patterns: add label control (#31459)
feat - 4ce794ca7 ui-patterns: add popup behavior (#31550)
feat - 228aaf1fa ui-patterns: create List behavior (#31601)
feat - 82812760e ui-patterns: toolbar and toolbar widget (#31670)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.5 "sparkling-penguin" (2025-09-24)

material

Commit Type Description
36be42637 fix core: move internal tokens (#31907)
3ac762be5 fix form-field: restore error message animation (#31774)
65f23c003 fix table: style no data row properly (#31895)

21.0.0-next.4 "v21.0.0-next4 release" (2025-09-17)

material

Commit Type Description
962a60c11 fix button: do not show hover state on devices that don't support hover (#31866)
31562a4b8 fix core: separate text/bg colors in utility classes (#31879)
a2906ddf3 fix tabs: attach content inside the zone (#31868)

cdk-experimental

Commit Type Description
c21dfa348 fix ui-patterns: enter/space/click in single selection mode should not deselect tree item (#31843)

20.2.4 "v20.2.4 release" (2025-09-17)

material

Commit Type Description
e7a0c19d0 fix tabs: attach content inside the zone (#31868)

21.0.0-next.3 "red-envelope" (2025-09-11)

Breaking Changes

material

    • MatCommonModule has been removed.
    • GranularSanityChecks has been removed.
    • MATERIAL_SANITY_CHECKS has been removed.
    • SanityChecks has been removed.

cdk-experimental

Commit Type Description
f137183858 fix accordion: removes inert attribute from accordion trigger (#31817)

material

Commit Type Description
931ac3c1c7 fix chips: Adjust trailing icon opacity based on chip state (#31828)

... (truncated)

Commits

Updates @angular/common from 19.2.11 to 20.3.2

Release notes

Sourced from @​angular/common's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • 705b94b refactor: remove TODOs which have been corrected (#63421)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.2.11 to 20.3.2

Release notes

Sourced from @​angular/compiler's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

Commit Description
fix - 6e54bdfdcb fix route-lazy-loading migration (#63818)

20.3.0

Commit Description
fix - a3f808d7c8 remove refresh button from transfer state tab (#63592)

core

Commit Description
feat - 6117ccee2e introduce BootstrapContext for improved server bootstrapping (#63636)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.2 (2025-09-24)

compiler-cli

Commit Type Description
ba40153ac0 fix capture metadata for undecorated fields (#63904)
1d4f81c8ee fix resolve import alias in defer blocks (#63966)

core

Commit Type Description
9515a70933 fix fix narrowing of Resource.hasValue() (#63994)
e78451cf8a fix prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Type Description
1fd8d5d446 fix Emit FormResetEvent when resetting control (#64034)

migrations

Commit Type Description
16d0d43ad4 fix handle import aliases to the same module name (#63934)
3ebaeccb46 fix handle reused templates in control flow migration (#63996)

21.0.0-next.4 (2025-09-17)

Breaking Changes

common

  • ngComponentOutletContent is now of type Node[][] | undefined instead of any[][] | undefined.

core

  • Using a combination of provideZoneChangeDetection while also removing ZoneJS polyfills will no longer result in the internal scheduler being disabled. All Angular applications now consistenly use the same scheduler, and those with the Zone change detection provider include additional automatic scheduling behaviors based on NgZone stabilization.
  • Angular no longer provides a change detection scheduler for ZoneJS-based change detection by default. Add provideZoneChangeDetection to the providers of your bootstrapApplication function or your AppModule (if using bootstrapModule). This provider addition will be covered by an automated migration.
  • moduleId was removed from Component metadata.
  • The interpolation option on Components has been removed. Only the default {{ ... }} is now supported.

common

Commit Type Description
7a4b225c57 refactor improve typing of ngComponentOutletContent (#63674)

compiler

Commit Type Description

... (truncated)

Commits
  • 720f0db Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#6...
  • a3094f2 refactor(compiler): expose member decorator identifiers (#63904)
  • 7fb5a80 fix(compiler): Add support for aria-invalid (#63748)
  • 5f5828f refactor(core): dispatch enter and leave animations at the right times (#63710)
  • 479a919 fix(compiler): fixes regression with event parsing and animate prefix (#63470)
  • d7b6045 fix(compiler): fixes animations on elements with structural directives (#63390)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • a28672f fix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292)
  • 7b51728 fix(compiler): fixes animation event host bindings not firing (#63217)
  • 19ed12c fix(compiler): error when ng-content fallback has translated children (#63156)
  • Additional commits viewable in compare view

Updates @angular/core from 19.2.11 to 20.3.2

Release notes

Sourced from @​angular/core's releases.

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

20.3.1

compiler

Commit Description
fix - 7fb5a8087e Add support for aria-invalid (#63748)

compiler-cli

Commit Description
fix - 8843707919 only bind inputs that are part of microsyntax to a structural directive (#52453)
fix - 38c9921ff3 signal not invoked diagnostic not raised when input has same name in template (#63754)

core

Commit Description
fix - 802dbcc2a0 prevent animation events from being cleaned up on destroy (#63414)
fix - 3ec8a5c753 Prevent leave animations on a move operation (#63745)

migrations

...

Description has been truncated

Commit Description

@dependabot dependabot bot added dependencies Pull requests that update a dependency file docs/none Denotes a PR that doesn't need documentation (changes). ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Sep 29, 2025
@kubermatic-bot kubermatic-bot added dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. do-not-merge/code-freeze Indicates that a PR should not merge because it has not been approved for code freeze yet. labels Sep 29, 2025
@kubermatic-bot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubermatic member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@kubermatic-bot kubermatic-bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Sep 29, 2025
@codecov
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.91%. Comparing base (c2911d6) to head (92b0951).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7624   +/-   ##
=======================================
  Coverage   44.91%   44.91%           
=======================================
  Files         443      443           
  Lines       19883    19883           
  Branches     3237     3237           
=======================================
  Hits         8931     8931           
  Misses      10314    10314           
  Partials      638      638           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/angular-8b1995e46d branch from ce7ae6f to 05ce255 Compare October 6, 2025 17:06
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/angular-8b1995e46d branch from 05ce255 to ba26014 Compare October 20, 2025 17:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/angular-8b1995e46d branch from ba26014 to 4fa1b35 Compare October 27, 2025 19:39
@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign khizerrehan for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/angular-8b1995e46d branch from 4fa1b35 to f30f512 Compare October 28, 2025 17:19
Bumps the angular group in /modules/web with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.11` | `20.3.2` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.16` | `20.2.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.11` | `20.3.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.11` | `20.3.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.11` | `20.3.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.11` | `20.3.2` |
| [@angular/localize](https://github.com/angular/angular) | `19.2.11` | `20.3.2` |
| [@angular/material](https://github.com/angular/components) | `19.2.16` | `20.2.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.11` | `20.3.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.11` | `20.3.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.11` | `20.3.2` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.2.17` | `20.3.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.13` | `20.3.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.11` | `20.3.2` |


Updates `@angular/animations` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/animations)

Updates `@angular/cdk` from 19.2.16 to 20.2.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.16...20.2.5)

Updates `@angular/common` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/common)

Updates `@angular/compiler` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/compiler)

Updates `@angular/core` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/core)

Updates `@angular/forms` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/forms)

Updates `@angular/localize` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@19.2.11...20.3.2)

Updates `@angular/material` from 19.2.16 to 20.2.5
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.16...20.2.5)

Updates `@angular/platform-browser` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/router)

Updates `@angular/build` from 19.2.17 to 20.3.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.17...20.3.3)

Updates `@angular/cli` from 19.2.13 to 20.3.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.13...20.3.3)

Updates `@angular/compiler-cli` from 19.2.11 to 20.3.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.2/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/material"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/modules/web/angular-8b1995e46d branch from f30f512 to 92b0951 Compare November 3, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. dependencies Pull requests that update a dependency file do-not-merge/code-freeze Indicates that a PR should not merge because it has not been approved for code freeze yet. docs/none Denotes a PR that doesn't need documentation (changes). ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants