Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 21 updates in the / directory:

Package From To
@angular/animations 20.3.0 20.3.2
@angular/cdk 20.2.3 20.2.5
@angular/common 20.3.0 20.3.2
@angular/compiler 20.3.0 20.3.2
@angular/core 20.3.0 20.3.2
@angular/forms 20.3.0 20.3.2
@angular/material 20.2.3 20.2.5
@angular/platform-browser 20.3.0 20.3.2
@angular/platform-browser-dynamic 20.3.0 20.3.2
@angular/router 20.3.0 20.3.2
@angular-eslint/builder 20.2.0 20.3.0
@angular-eslint/eslint-plugin 20.2.0 20.3.0
@angular-eslint/eslint-plugin-template 20.2.0 20.3.0
@angular-eslint/schematics 20.2.0 20.3.0
@angular-eslint/template-parser 20.2.0 20.3.0
@angular/build 20.3.1 20.3.3
@angular/cli 20.3.1 20.3.3
@angular/compiler-cli 20.3.0 20.3.2
@types/node 24.3.1 24.5.2
@typescript-eslint/eslint-plugin 8.43.0 8.44.1
eslint 9.35.0 9.36.0

Updates @angular/animations from 20.3.0 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)
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

Updates @angular/cdk from 20.2.3 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)
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 20.3.0 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)
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)
  • See full diff in compare view

Updates @angular/compiler from 20.3.0 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)
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)
  • See full diff in compare view

Updates @angular/core from 20.3.0 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

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

Sourced from @​angular/core'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
  • 3ebaecc fix(migrations): handle reused templates in control flow migration (#63996)
  • 8d1891a refactor(core): improve linkedSignal type definitions, add debugName to optio...
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • a67d822 refactor(core): use version>0 instead of hasRun (#62467)
  • 64a3675 docs: fix typo in component bindings jsdoc (#63969)
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • b04e6b1 refactor(core): drop the usage of PromiseSettledResult\<void> (#63955)
  • 720f0db Revert "refactor(compiler): expose member decorator identifiers (#63904)" (#6...
  • 150ed2b docs: add documentation for NG0401 error (#63947)
  • d0c7ea8 refactor(core): fix MockRenderer in unit tests. (#63936)
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.0 to 20.3.2

Release notes

Sourced from @​angular/forms'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 operati...

Description has been truncated

… updates

Bumps the dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.0` | `20.3.2` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.3` | `20.2.5` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.0` | `20.3.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.0` | `20.3.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.0` | `20.3.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.0` | `20.3.2` |
| [@angular/material](https://github.com/angular/components) | `20.2.3` | `20.2.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.0` | `20.3.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.0` | `20.3.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.0` | `20.3.2` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.2.0` | `20.3.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.2.0` | `20.3.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.2.0` | `20.3.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.2.0` | `20.3.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.2.0` | `20.3.0` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.1` | `20.3.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.1` | `20.3.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.0` | `20.3.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.1` | `24.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.43.0` | `8.44.1` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.36.0` |



Updates `@angular/animations` from 20.3.0 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 20.2.3 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@20.2.3...20.2.5)

Updates `@angular/common` from 20.3.0 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 20.3.0 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 20.3.0 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 20.3.0 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/material` from 20.2.3 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@20.2.3...20.2.5)

Updates `@angular/platform-browser` from 20.3.0 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 20.3.0 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 20.3.0 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-eslint/builder` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.2.0 to 20.3.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.3.0/packages/template-parser)

Updates `@angular/build` from 20.3.1 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@20.3.1...20.3.3)

Updates `@angular/cli` from 20.3.1 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@20.3.1...20.3.3)

Updates `@angular/compiler-cli` from 20.3.0 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)

Updates `@types/node` from 24.3.1 to 24.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.43.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.43.0 to 8.44.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/parser)

Updates `eslint` from 9.35.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.35.0...v9.36.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.44.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Sep 26, 2025
@hackingharold hackingharold merged commit f4d0025 into main Sep 26, 2025
2 checks passed
@hackingharold hackingharold deleted the dependabot-npm_and_yarn-dependencies-9981977ee7 branch September 26, 2025 06:56
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