Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 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 15.2.4 to 21.0.1

Release notes

Sourced from @​angular/common's releases.

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet

VSCode Extension: 21.0.0

  • fix(language-service): address potential memory leak during project creation (89095946cf)
  • fix(language-server): fix directory renaming on Windows (3f7111a9c3)

21.0.0

common

Commit Description
feat - c795960ada Add experimental support for the Navigation API (#63406)
feat - 9eac43cf46 Support of optional keys for the KeyValue pipe (#48814)
feat - a1868c9d13 update to cldr 47 (#64032)
fix - 196fa500a3 properly type ngComponentOutlet (#64561)
refactor - 7a4b225c57 improve typing of ngComponentOutletContent (#63674)
refactor - 25f593ce2a removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Description
fix - ecea909bcc don't choke on unbalanced parens in declaration block

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

21.0.0 (2025-11-19)

Blog post "Announcing Angular v21".

Breaking Changes

... (truncated)

Commits
  • 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
  • 3bed9f0 build: format md files
  • a3c2fe8 Revert "refactor(common): Removes unused imports to clean up dependencies"
  • 6d3e0f1 refactor(common): Removes unused imports to clean up dependencies
  • Additional commits viewable in compare view

Updates @angular/forms from 15.2.4 to 21.0.1

Release notes

Sourced from @​angular/forms's releases.

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet

VSCode Extension: 21.0.0

  • fix(language-service): address potential memory leak during project creation (89095946cf)
  • fix(language-server): fix directory renaming on Windows (3f7111a9c3)

21.0.0

common

Commit Description
feat - c795960ada Add experimental support for the Navigation API (#63406)
feat - 9eac43cf46 Support of optional keys for the KeyValue pipe (#48814)
feat - a1868c9d13 update to cldr 47 (#64032)
fix - 196fa500a3 properly type ngComponentOutlet (#64561)
refactor - 7a4b225c57 improve typing of ngComponentOutletContent (#63674)
refactor - 25f593ce2a removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Description
fix - ecea909bcc don't choke on unbalanced parens in declaration block

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

21.0.0 (2025-11-19)

Blog post "Announcing Angular v21".

Breaking Changes

... (truncated)

Commits
  • e3f5f34 refactor(forms): Make reset take value
  • 7d5c7cf feat(forms): add DI option for classes on Field directive
  • 8acf5d2 fix(forms): allow dynamic type bindings on signal form controls
  • 4845a33 refactor(forms): support custom control directives
  • de5fca9 fix(forms): run reset as untracked
  • 91d8d55 fix(forms): Set error message of a schema error.
  • e682f00 refactor(forms): reduce boilerplate needed to define custom controls
  • d89e522 fix(forms): debounce updates from interop controls
  • e1a7c35 refactor(forms): improve typing on min & max (#65212)
  • ff4633d refactor(forms): allow passing number|string|null paths to min & max (#65212)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 15.2.4 to 21.0.1

Release notes

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

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet

VSCode Extension: 21.0.0

  • fix(language-service): address potential memory leak during project creation (89095946cf)
  • fix(language-server): fix directory renaming on Windows (3f7111a9c3)

21.0.0

common

Commit Description
feat - c795960ada Add experimental support for the Navigation API (#63406)
feat - 9eac43cf46 Support of optional keys for the KeyValue pipe (#48814)
feat - a1868c9d13 update to cldr 47 (#64032)
fix - 196fa500a3 properly type ngComponentOutlet (#64561)
refactor - 7a4b225c57 improve typing of ngComponentOutletContent (#63674)
refactor - 25f593ce2a removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Description
fix - ecea909bcc don't choke on unbalanced parens in declaration block

... (truncated)

Changelog

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

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

21.0.0 (2025-11-19)

Blog post "Announcing Angular v21".

Breaking Changes

... (truncated)

Commits
  • 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)
  • 8d1e979 docs: add references to SSR guide for caching options (#64347)
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 15.2.4 to 21.0.1

Release notes

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

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet

VSCode Extension: 21.0.0

  • fix(language-service): address potential memory leak during project creation (89095946cf)
  • fix(language-server): fix directory renaming on Windows (3f7111a9c3)

21.0.0

common

Commit Description
feat - c795960ada Add experimental support for the Navigation API (#63406)
feat - 9eac43cf46 Support of optional keys for the KeyValue pipe (#48814)
feat - a1868c9d13 update to cldr 47 (#64032)
fix - 196fa500a3 properly type ngComponentOutlet (#64561)
refactor - 7a4b225c57 improve typing of ngComponentOutletContent (#63674)
refactor - 25f593ce2a removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Description
fix - ecea909bcc don't choke on unbalanced parens in declaration block

... (truncated)

Changelog

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

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

21.0.0 (2025-11-19)

Blog post "Announcing Angular v21".

Breaking Changes

... (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 15.2.4 to 21.0.1

Release notes

Sourced from @​angular/router's releases.

21.0.1

compiler-cli

Commit Description
fix - 39c577bc36 do not type check native controls with ControlValueAccessor
fix - 8d3a89a477 escape angular control flow in jsdoc
fix - bc34083d34 ignore non-existent files

core

Commit Description
fix - 0ea1e07174 apply bootstrap-options migration to platformBrowserDynamic
fix - 70507b8c1c debug data causing memory leak for root effects
fix - a55482fca3 notify profiler events in case of errors
fix - 49ad7c6508 use injected DOCUMENT for CSP_NONCE
perf - cc1ec09931 avoid repeat searches for field directive

forms

Commit Description
feat - 7d5c7cf99a add DI option for classes on Field directive
fix - 8acf5d2756 allow dynamic type bindings on signal form controls
fix - de5fca94c5 run reset as untracked

http

Commit Description
fix - 3240d856d9 prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Description
fix - f394215b14 detect structural ngTemplateOutlet and ngComponentOutlet

VSCode Extension: 21.0.0

  • fix(language-service): address potential memory leak during project creation (89095946cf)
  • fix(language-server): fix directory renaming on Windows (3f7111a9c3)

21.0.0

common

Commit Description
feat - c795960ada Add experimental support for the Navigation API (#63406)
feat - 9eac43cf46 Support of optional keys for the KeyValue pipe (#48814)
feat - a1868c9d13 update to cldr 47 (#64032)
fix - 196fa500a3 properly type ngComponentOutlet (#64561)
refactor - 7a4b225c57 improve typing of ngComponentOutletContent (#63674)
refactor - 25f593ce2a removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Description
fix - ecea909bcc don't choke on unbalanced parens in declaration block

... (truncated)

Changelog

Sourced from @​angular/router's changelog.

21.0.1 (2025-11-25)

compiler-cli

Commit Type Description
39c577bc36 fix do not type check native controls with ControlValueAccessor
8d3a89a477 fix escape angular control flow in jsdoc
bc34083d34 fix ignore non-existent files

core

Commit Type Description
0ea1e07174 fix apply bootstrap-options migration to platformBrowserDynamic
70507b8c1c fix debug data causing memory leak for root effects
a55482fca3 fix notify profiler events in case of errors
49ad7c6508 fix use injected DOCUMENT for CSP_NONCE
cc1ec09931 perf avoid repeat searches for field directive

forms

Commit Type Description
7d5c7cf99a feat add DI option for classes on Field directive
8acf5d2756 fix allow dynamic type bindings on signal form controls
de5fca94c5 fix run reset as untracked

http

Commit Type Description
3240d856d9 fix prevent XSRF token leakage to protocol-relative URLs

migrations

Commit Type Description
f394215b14 fix detect structural ngTemplateOutlet and ngComponentOutlet

21.0.0 (2025-11-19)

Blog post "Announcing Angular v21".

Breaking Changes

... (truncated)

Commits

…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 15.2.4 to 21.0.1
- [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/21.0.1/packages/common)

Updates `@angular/forms` from 15.2.4 to 21.0.1
- [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/21.0.1/packages/forms)

Updates `@angular/platform-browser` from 15.2.4 to 21.0.1
- [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/21.0.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 15.2.4 to 21.0.1
- [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/21.0.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 15.2.4 to 21.0.1
- [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/21.0.1/packages/router)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 27, 2025
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