Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @angular/common, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic and @angular/router. These dependencies needed to be updated together.
Updates @angular/common from 18.2.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/forms from 18.2.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/platform-browser from 18.2.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
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...
  • f550f4a docs: ExperimentalIsolatedShadowDom mentions
  • 6213cbf refactor(core): rename ExperimentalIsolatedShadowDom to IsolatedShadowDom
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 593f902 refactor(platform-browser): remove unused Platform ID dependency from DomRend...
  • 3bed9f0 build: format md files
  • 33f8339 refactor(platform-browser): remove redundant providedIn: 'root' from inject...
  • a4fe078 refactor(common): remove unused import (#64699)
  • d303cde refactor(core): Remove zone toggles for test and standalone
  • 70332b0 fix(core): pass element removal property through in all locations (#64565)
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 18.2.8 to 21.0.5

Release notes

Sourced from @​angular/platform-browser-dynamic'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-dynamic'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
  • 8ab0847 refactor(core): mark VERSION as @__PURE__ for better tree-shaking
  • 3bed9f0 build: format md files
  • c357650 refactor(core): Update tests for zoneless by default (#63668)
  • 2fcafb6 build: rename defaults2.bzl to defaults.bzl (#63383)
  • 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)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 23d5877 build: migrate to new toolchain usage for api goldens (#62688)
  • b848590 build: migrate to use web test runner rules (#62292)
  • Additional commits viewable in compare view

Updates @angular/router from 18.2.8 to 21.0.5

Release notes

Sourced from @​angular/router'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/router'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...
  • 48b89f9 fix(router): handle errors from view transition finished promise
  • c2a8934 Revert "refactor(router): compress synchronous end to router navigation to si...
  • 7136273 refactor(router): compress synchronous end to router navigation to single ope...
  • efe4b72 docs: fix documentation link for currentNavigation method
  • a62162d docs: Update router docs to add references and components input fixed syntaxis
  • 9d6b869 docs(docs-infra): fix missing syntax highlighting
  • 35dc3ec refactor(common): update examples to align with Angular best practices
  • 9950165 docs: adds guide references to router APIs
  • 7811d95 refactor(core): improve resource loading with async/await
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-d424abb945 branch from 9bbaf76 to df4a90d Compare December 15, 2025 15:37
…ular/platform-browser-dynamic and @angular/router

Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms), [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser), [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) and [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router). These dependencies needed to be updated together.

Updates `@angular/common` from 18.2.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/forms` from 18.2.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/platform-browser` from 18.2.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/platform-browser-dynamic` from 18.2.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-dynamic)

Updates `@angular/router` from 18.2.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)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/forms"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 21.0.5
  dependency-type: direct:production
- dependency-name: "@angular/router"
  dependency-version: 21.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-d424abb945 branch from df4a90d to 8fb4f5a Compare December 15, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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