Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Bump @angular/common, @angular/cdk, @angular/forms, @angular/material, @angular/platform-browser, @angular/router and ngx-cookie-service in /UI - #91

Merged
santatamas merged 1 commit into
mainfrom
dependabot/npm_and_yarn/UI/multi-8587714198
Dec 17, 2025
Merged

Bump @angular/common, @angular/cdk, @angular/forms, @angular/material, @angular/platform-browser, @angular/router and ngx-cookie-service in /UI#91
santatamas merged 1 commit into
mainfrom
dependabot/npm_and_yarn/UI/multi-8587714198

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 17, 2025

Copy link
Copy Markdown
Contributor

Bumps @angular/common, @angular/cdk, @angular/forms, @angular/material, @angular/platform-browser, @angular/router and ngx-cookie-service. These dependencies needed to be updated together.
Updates @angular/common from 17.0.8 to 21.0.5

Release notes

Sourced from @​angular/common's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • 56418b1 docs: add documentation for HTTP_TRANSFER_CACHE_ORIGIN_MAP
  • 20474d3 fix(http): enable XSRF protection for same-origin absolute URLs
  • 3240d85 fix(http): prevent XSRF token leakage to protocol-relative URLs
  • 6de8926 refactor(core): add debug name to resource (#64172)
  • 00ffe91 refactor(common): removes unused NgModuleFactory config in NgComponentOutlet
  • 8765b66 docs: add reference to Built-in Pipes in multiple pipe files
  • ab98e71 fix(common): remove placeholder image listeners once view is removed
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 650af71 refactor(http): migrate XSRF classes to use inject() function
  • Additional commits viewable in compare view

Updates @angular/cdk from 17.0.4 to 21.0.3

Release notes

Sourced from @​angular/cdk's releases.

21.0.3

material

Commit Description
fix - 151322f3b3 core: default secondary color for focus indicator (#32491)
fix - b1287cf9a6 datepicker: value reset when invalid value is entered using signal forms (#32485)
fix - f4af3981b6 table: fixed layout not working (#32494)

cdk

Commit Description
fix - fd2213c5e7 menu: allow user to pass selector for transform origin (#32462)
fix - 09ec44973f overlay: error when attempting to attach disposed overlay (#32489)

21.0.2

material

Commit Description
fix - a6de52a67 datepicker: do not re-assign the same forms value (#32447)
fix - ef8388b71 timepicker: valueChanges emitting on init (#32434)

aria

Commit Description
fix - b8f2151d0 menu: focus flicker bug
fix - 591c3d8cc menu: update api goldens (#32463)
fix - bfe017741 menu: update unit tests to use ngMenuContent

21.0.1

material

Commit Description
fix - 043d9cacc select: render panel next to trigger (#32363)

cdk

Commit Description
fix - ccc12c387 testing: errors in harnesses when using Vitest (#32399)

multiple

Commit Description
fix - 02965bb0e resolve forward ref errors (#32413)

21.0.0

aria

Commit Description
feat - a821a3ef0 grid: create the aria grid (#32092)
feat - f9d3cde14 menu: create the aria menu (#32080)
feat - a0b580027 toolbar: adds skip disabled toolbar example to dev-app (#32127)
feat - 5396c4347 toolbar: adds toolbar basic vertical example to dev-app (#32126)
feat - ba9f79be5 toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106)
fix - ec6045b27 accordion: rename value to panelId for trigger and panel (#32295)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

21.0.3 "plastic-moose" (2025-12-10)

cdk

Commit Type Description
fd2213c5e7 fix menu: allow user to pass selector for transform origin (#32462)
09ec44973f fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
151322f3b3 fix core: default secondary color for focus indicator (#32491)
b1287cf9a6 fix datepicker: value reset when invalid value is entered using signal forms (#32485)
f4af3981b6 fix table: fixed layout not working (#32494)

21.1.0-next.1 "babingtonite-blinds" (2025-12-03)

aria

Commit Type Description
8533f4285 fix menu: focus flicker bug
c097570e2 fix menu: update api goldens (#32463)
5c7b36fe1 fix menu: update unit tests to use ngMenuContent

cdk

Commit Type Description
75b373bbc feat a11y: allow safe HTML to be passed to live announcer (#32412)

material

Commit Type Description
4cc5880d4 fix datepicker: do not re-assign the same forms value (#32447)
cd22ab69f fix timepicker: valueChanges emitting on init (#32434)

21.0.2 "babefphite-button" (2025-12-03)

aria

Commit Type Description
b8f2151d0 fix menu: focus flicker bug
591c3d8cc fix menu: update api goldens (#32463)
bfe017741 fix menu: update unit tests to use ngMenuContent

material

Commit Type Description
a6de52a67 fix datepicker: do not re-assign the same forms value (#32447)
ef8388b71 fix timepicker: valueChanges emitting on init (#32434)

... (truncated)

Commits
  • 9748ab5 release: cut the v21.0.3 release
  • 02aa90e build: update cross-repo angular dependencies (#32448)
  • 79603d6 refactor(aria/tree): split directives and resolve circular dependencies
  • 736036d refactor(aria/toolbar): split directives and resolve circular dependencies
  • 18f3b2e refactor(aria/tabs): split directives and resolve circular dependencies
  • 0bdc088 refactor(aria/menu): split directives and resolve circular dependencies
  • 448bfba refactor(aria/grid): split directives and resolve circular dependencies
  • ec4ef82 refactor(aria/combobox): split directives and resolve circular dependencies
  • ec77d60 refactor(aria/accordion): split directives and resolve circular dependencies
  • a0489f2 build: update formatting ignore controls to be done via prettierignore (#32507)
  • Additional commits viewable in compare view

Updates @angular/forms from 17.0.8 to 21.0.5

Release notes

Sourced from @​angular/forms's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
8a3f3a91cf6 fix expand type for native controls with a dynamic type

forms

Commit Type Description
aff8b248b35 feat expose element on signal forms Field directive
ebc5c2b083a feat redo the signal forms metadata API
9fe95665813 fix add signals for dirty, hidden, and pending states in custom controls
14713d09923 fix allow resetting with empty string
b96f65a963f fix memoize reads of child fields in signal forms (#65802)
179b4cba67b fix Reuse key in parent in compat structure

upgrade

... (truncated)

Commits
  • 4fd2b72 fix(forms): fix signal forms type error
  • cbb1017 fix(forms): allow resetting with empty string
  • 6d74755 fix(forms): Reuse key in parent in compat structure
  • f254ff4 feat(forms): expose element on signal forms Field directive
  • 5880fbc feat(forms): redo the signal forms metadata API
  • 55fc677 fix(forms): add signals for dirty, hidden, and pending states in custom controls
  • 288238a refactor(core): correct all typeof ngDevMode comparison patterns introduced...
  • a4c436a refactor: followup cleanup for #65758 fallout
  • 7de8558 refactor(forms): Break logic.ts into separate files
  • bf1c12c fix(forms): memoize reads of child fields in signal forms (#65802)
  • Additional commits viewable in compare view

Updates @angular/material from 17.0.4 to 21.0.3

Release notes

Sourced from @​angular/material's releases.

21.0.3

material

Commit Description
fix - 151322f3b3 core: default secondary color for focus indicator (#32491)
fix - b1287cf9a6 datepicker: value reset when invalid value is entered using signal forms (#32485)
fix - f4af3981b6 table: fixed layout not working (#32494)

cdk

Commit Description
fix - fd2213c5e7 menu: allow user to pass selector for transform origin (#32462)
fix - 09ec44973f overlay: error when attempting to attach disposed overlay (#32489)

21.0.2

material

Commit Description
fix - a6de52a67 datepicker: do not re-assign the same forms value (#32447)
fix - ef8388b71 timepicker: valueChanges emitting on init (#32434)

aria

Commit Description
fix - b8f2151d0 menu: focus flicker bug
fix - 591c3d8cc menu: update api goldens (#32463)
fix - bfe017741 menu: update unit tests to use ngMenuContent

21.0.1

material

Commit Description
fix - 043d9cacc select: render panel next to trigger (#32363)

cdk

Commit Description
fix - ccc12c387 testing: errors in harnesses when using Vitest (#32399)

multiple

Commit Description
fix - 02965bb0e resolve forward ref errors (#32413)

21.0.0

aria

Commit Description
feat - a821a3ef0 grid: create the aria grid (#32092)
feat - f9d3cde14 menu: create the aria menu (#32080)
feat - a0b580027 toolbar: adds skip disabled toolbar example to dev-app (#32127)
feat - 5396c4347 toolbar: adds toolbar basic vertical example to dev-app (#32126)
feat - ba9f79be5 toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106)
fix - ec6045b27 accordion: rename value to panelId for trigger and panel (#32295)

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

21.0.3 "plastic-moose" (2025-12-10)

cdk

Commit Type Description
fd2213c5e7 fix menu: allow user to pass selector for transform origin (#32462)
09ec44973f fix overlay: error when attempting to attach disposed overlay (#32489)

material

Commit Type Description
151322f3b3 fix core: default secondary color for focus indicator (#32491)
b1287cf9a6 fix datepicker: value reset when invalid value is entered using signal forms (#32485)
f4af3981b6 fix table: fixed layout not working (#32494)

21.1.0-next.1 "babingtonite-blinds" (2025-12-03)

aria

Commit Type Description
8533f4285 fix menu: focus flicker bug
c097570e2 fix menu: update api goldens (#32463)
5c7b36fe1 fix menu: update unit tests to use ngMenuContent

cdk

Commit Type Description
75b373bbc feat a11y: allow safe HTML to be passed to live announcer (#32412)

material

Commit Type Description
4cc5880d4 fix datepicker: do not re-assign the same forms value (#32447)
cd22ab69f fix timepicker: valueChanges emitting on init (#32434)

21.0.2 "babefphite-button" (2025-12-03)

aria

Commit Type Description
b8f2151d0 fix menu: focus flicker bug
591c3d8cc fix menu: update api goldens (#32463)
bfe017741 fix menu: update unit tests to use ngMenuContent

material

Commit Type Description
a6de52a67 fix datepicker: do not re-assign the same forms value (#32447)
ef8388b71 fix timepicker: valueChanges emitting on init (#32434)

... (truncated)

Commits
  • 9748ab5 release: cut the v21.0.3 release
  • 02aa90e build: update cross-repo angular dependencies (#32448)
  • 79603d6 refactor(aria/tree): split directives and resolve circular dependencies
  • 736036d refactor(aria/toolbar): split directives and resolve circular dependencies
  • 18f3b2e refactor(aria/tabs): split directives and resolve circular dependencies
  • 0bdc088 refactor(aria/menu): split directives and resolve circular dependencies
  • 448bfba refactor(aria/grid): split directives and resolve circular dependencies
  • ec4ef82 refactor(aria/combobox): split directives and resolve circular dependencies
  • ec77d60 refactor(aria/accordion): split directives and resolve circular dependencies
  • a0489f2 build: update formatting ignore controls to be done via prettierignore (#32507)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 17.0.8 to 21.0.5

Release notes

Sourced from @​angular/platform-browser's releases.

21.0.5

core

Commit Description
fix - 69d243abb74 avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Description
fix - 4fd2b722b40 fix signal forms type error

21.0.4

compiler

Commit Description
perf - f901cc9eb32 chain query creation instructions

compiler-cli

Commit Description
fix - 65297c62011 expand type for native controls with a dynamic type

forms

Commit Description
feat - f254ff4f2e0 expose element on signal forms Field directive
feat - 5880fbc73c6 redo the signal forms metadata API
fix - 55fc677cef4 add signals for dirty, hidden, and pending states in custom controls
fix - cbb10179c80 allow resetting with empty string
fix - bf1c12cd932 memoize reads of child fields in signal forms (#65802)
fix - 6d7475582f9 Reuse key in parent in compat structure

21.0.3

compiler-cli

Commit Description
fix - 5a80a48e96 avoid allocating an object for signals in production mode
fix - 1f1856e897 check that field radio button values are strings

core

Commit Description
fix - 8c3304c766 run animation queue in environment injector context
fix - 4bb085311e unable to inject viewProviders when host directive with providers is present
perf - 609699ae17 tree shake unused dynamic [field] binding instructions (#65599)

forms

Commit Description
feat - 6b4ab876e8 Allows transforms on FormUiControl signals
fix - a5dbd4b382 support dynamic [field] bindings (#65599)

http

Commit Description
fix - 20474d3f0f enable XSRF protection for same-origin absolute URLs

... (truncated)

Changelog

Sourced from @​angular/platform-browser's changelog.

21.0.5 (2025-12-11)

core

Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only

forms

Commit Type Description
4fd2b722b40 fix fix signal forms type error

21.1.0-next.2 (2025-12-10)

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.

compiler

Commit Type Description
ae1c0dc4900 perf chain query creation instructions

compiler-cli

Commit Type Description
Description has been truncated

…, @angular/platform-browser, @angular/router and ngx-cookie-service

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/cdk](https://github.com/angular/components), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/material](https://github.com/angular/components), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) and [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service). These dependencies needed to be updated together.

Updates `@angular/common` from 17.0.8 to 21.0.5
- [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/v21.0.5/packages/common)

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

Updates `@angular/forms` from 17.0.8 to 21.0.5
- [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/v21.0.5/packages/forms)

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

Updates `@angular/platform-browser` from 17.0.8 to 21.0.5
- [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/v21.0.5/packages/platform-browser)

Updates `@angular/router` from 17.0.8 to 21.0.5
- [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/v21.0.5/packages/router)

Updates `ngx-cookie-service` from 17.0.1 to 21.1.0
- [Release notes](https://github.com/stevermeister/ngx-cookie-service/releases)
- [Changelog](https://github.com/stevermeister/ngx-cookie-service/blob/master/CHANGELOG.md)
- [Commits](stevermeister/ngx-cookie-service@v17.0.1...v21.1.0)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/cdk"
  dependency-version: 21.0.3
  dependency-type: direct:production
- dependency-name: "@angular/forms"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/material"
  dependency-version: 21.0.3
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/router"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: ngx-cookie-service
  dependency-version: 21.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 17, 2025
@santatamas
santatamas merged commit 81c24eb into main Dec 17, 2025
1 check passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/UI/multi-8587714198 branch December 17, 2025 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant