Skip to content

Chore(deps): Bump the angular-dependencies group across 1 directory with 20 updates #3604

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2025

Bumps the angular-dependencies group with 20 updates in the / directory:

Package From To
@angular/animations 20.1.6 20.2.1
@angular/cdk 20.1.5 20.2.0
@angular/common 20.1.6 20.2.1
@angular/compiler 20.1.6 20.2.1
@angular/core 20.1.6 20.2.1
@angular/forms 20.1.6 20.2.1
@angular/localize 20.1.6 20.2.1
@angular/material 20.1.5 20.2.0
@angular/platform-browser 20.1.6 20.2.1
@angular/platform-browser-dynamic 20.1.6 20.2.1
@angular/router 20.1.6 20.2.1
@angular-devkit/build-angular 20.1.5 20.2.0
@angular-eslint/builder 20.1.1 20.2.0
@angular-eslint/eslint-plugin 20.1.1 20.2.0
@angular-eslint/eslint-plugin-template 20.1.1 20.2.0
@angular-eslint/schematics 20.1.1 20.2.0
@angular-eslint/template-parser 20.1.1 20.2.0
@angular/cli 20.1.5 20.2.0
@angular/compiler-cli 20.1.6 20.2.1
@angular/language-service 20.1.6 20.2.1

Updates @angular/animations from 20.1.6 to 20.2.1

Release notes

Sourced from @​angular/animations's releases.

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

compiler-cli

Commit Description
feat - 5abfe4a899 add diagnostic for uninvoked functions in text interpolation (#59191)
fix - c4917074f1 display proper function in NG8117 message (#62842)
fix - 812463c563 Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
fix - 45b030b5ce prevent dom event assertion in TCB generation on older angular versions (#63053)

core

Commit Description
feat - 6b1f4b9e8b add enter and leave animation instructions (#62682)
feat - cec91c0035 add option to infer the tag names of components in tests (#62283)
feat - 141bb75ff2 Promote zoneless to stable (#62699)
feat - 4138aca91f render ARIA property bindings as attributes (#62630)
feat - a409534d6c support as aliases on else if blocks (#63047)
feat - 745ea44394 support TypeScript 5.9 (#62541)
fix - 593cc8a368 checks if body exists before continuing (#62768)
fix - bdc31675b7 ensure animate events do not have duplicate elements (#63216)
fix - de3a0c5cf3 Fix animate.enter class removal when composing classes (#62981)
fix - 6597ac0af7 fix support for space separated strings in leave animations (#62979)
fix - ebd622b344 fixes empty animations when recalculating styles (#63007)
fix - 455b147488 fixes timing issues with enter animations (#62925)
fix - f9d73cc687 handle cases where classes added have no animations (#63242)
fix - 6a1184600c prevents duplicate nodes when @if toggles with leave animations (#63048)
fix - 063b5e166f switch check to documentElement with chaining (#62773)
refactor - 320de4e96d deprecate animations field on component interface (#62895)

forms

Commit Description
feat - c353497a01 add support for pushing an array of controls to formarray (#57102)

http

Commit Description
feat - 0984b30388 Add redirected property to HttpResponse and HttpErrorResponse (#62675)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.2.1 (2025-08-21)

compiler

Commit Type Description
a28672fb70 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

21.0.0-next.0 (2025-08-20)

Breaking Changes

compiler-cli

  • The Angular compiler now produces an error when the the emitDeclarationOnly TS compiler option is enabled as this mode is not supported.

router

  • lastSuccessfulNavigation is now a signal and needs to be invoked

compiler-cli

Commit Type Description
be7110342b fix disallow compiling with the emitDeclarationOnly TS compiler option enabled (#61609)

http

Commit Type Description
4bed062bc9 feat Provide http services in root (#56212)

router

Commit Type Description
4e0fc81491 feat convert lastSuccessfulNavigation to signal (#63057)

20.2.0 (2025-08-20)

Deprecations

animations

  • @​angular/animations

core

  • @​angular/animations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

animations

Commit Type Description
9766116cea refactor deprecate the animations package (#62795)

compiler

Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#62742)

... (truncated)

Commits
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 9766116 refactor(animations): deprecate the animations package (#62795)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 23d5877 build: migrate to new toolchain usage for api goldens (#62688)
  • See full diff in compare view

Updates @angular/cdk from 20.1.5 to 20.2.0

Release notes

Sourced from @​angular/cdk's releases.

20.2.0

cdk-experimental

Commit Description
feat - 048de4254 toolbar: add toolbar directive and demo (#31676)
feat - 2dbb045bc tree: add nav mode (#31460)
feat - 6716f5024 tree: use shared example classes (#31494)
feat - 50a6d6c4c ui-patterns: add label control (#31459)
feat - 4ce794ca7 ui-patterns: add popup behavior (#31550)
feat - 228aaf1fa ui-patterns: create List behavior (#31601)
feat - 82812760e ui-patterns: toolbar and toolbar widget (#31670)
feat - fa909116c ui-patterns: toolbar ui pattern tests (#31688)
fix - 647616e2e listbox: make CdkOption public (#31588)
fix - e525a412a radio-group: fix activedescendant example (#31499)

material

Commit Description
feat - 20e6e92c0 core: add an m2-theme API to define system vars (#31616)
feat - 9627c2933 table: accept undefined sort and paginator (#31269)
feat - 54d514df6 testing: Add 'type' attribute filter and getter to Mat… (#31657)
fix - 11ad09ff3 button-toggle: skip keyboard navigation when modifier key is pressed (#31651)
fix - 3f2000113 button: allow touch target size to be customized
fix - 2d8f56eb6 checkbox: allow touch target size to be customized
fix - 8da079d34 chips: remove extra span for aria-description (#31609)
fix - 37648cf87 chips: static chips should disable ripple (#31652)
fix - b2c7abfba core: add key validation to m2-theme (#31631)
fix - 839aa3e37 core: fix m2 system color values (#31632)
fix - 7674e5872 core: special-case icon button color token (#31625)
fix - 5d681219f core: use different prefix for m2-theme (#31621)
fix - 700f5bbb2 paginator: allow touch target size to be customized
fix - 1d7ea6822 radio: allow touch target size to be customized
fix - 4f96ef3e6 slide-toggle: add larger touch target (#31486)
fix - b9c7b2723 slide-toggle: allow touch target size to be customized
fix - 9e25efb6f table: return undefined sort and paginator (#31593)

multiple

Commit Description
fix - ad4d5b471 fix broken rtl examples (#31527)

20.2.0-rc.0

cdk-experimental

Commit Description
feat - 048de42545 toolbar: add toolbar directive and demo (#31676)
feat - 82812760ef ui-patterns: toolbar and toolbar widget (#31670)
feat - fa909116c1 ui-patterns: toolbar ui pattern tests (#31688)

material

Commit Description
feat - 54d514df66 testing: Add 'type' attribute filter and getter to Mat… (#31657)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.0 "neodymium-statue" (2025-08-20)

material

Commit Type Description
20e6e92c0 feat core: add an m2-theme API to define system vars (#31616)
9627c2933 feat table: accept undefined sort and paginator (#31269)
54d514df6 feat testing: Add 'type' attribute filter and getter to Mat… (#31657)
11ad09ff3 fix button-toggle: skip keyboard navigation when modifier key is pressed (#31651)
3f2000113 fix button: allow touch target size to be customized
2d8f56eb6 fix checkbox: allow touch target size to be customized
8da079d34 fix chips: remove extra span for aria-description (#31609)
37648cf87 fix chips: static chips should disable ripple (#31652)
b2c7abfba fix core: add key validation to m2-theme (#31631)
839aa3e37 fix core: fix m2 system color values (#31632)
7674e5872 fix core: special-case icon button color token (#31625)
5d681219f fix core: use different prefix for m2-theme (#31621)
700f5bbb2 fix paginator: allow touch target size to be customized
1d7ea6822 fix radio: allow touch target size to be customized
4f96ef3e6 fix slide-toggle: add larger touch target (#31486)
b9c7b2723 fix slide-toggle: allow touch target size to be customized
9e25efb6f fix table: return undefined sort and paginator (#31593)

cdk-experimental

Commit Type Description
048de4254 feat toolbar: add toolbar directive and demo (#31676)
2dbb045bc feat tree: add nav mode (#31460)
6716f5024 feat tree: use shared example classes (#31494)
50a6d6c4c feat ui-patterns: add label control (#31459)
4ce794ca7 feat ui-patterns: add popup behavior (#31550)
228aaf1fa feat ui-patterns: create List behavior (#31601)
82812760e feat ui-patterns: toolbar and toolbar widget (#31670)
fa909116c feat ui-patterns: toolbar ui pattern tests (#31688)
647616e2e fix listbox: make CdkOption public (#31588)
e525a412a fix radio-group: fix activedescendant example (#31499)

multiple

Commit Type Description
ad4d5b471 fix fix broken rtl examples (#31527)

20.1.7 "neodymium-doorknob" (2025-08-20)

cdk

Commit Type Description
96832c1b2 fix menu: disabled behavior fixes for menu item (#31721)
491e00834 fix tree: set index in context (#31709)

material

| Commit | Type | Description |

... (truncated)

Commits
  • 7e14736 release: cut the v20.2.0 release
  • 188ff25 fix(cdk/menu): disabled behavior fixes for menu item (#31721)
  • bdab800 fix(cdk/tree): set index in context (#31709)
  • 700f5bb fix(material/paginator): allow touch target size to be customized
  • b9c7b27 fix(material/slide-toggle): allow touch target size to be customized
  • 1d7ea68 fix(material/radio): allow touch target size to be customized
  • 2d8f56e fix(material/checkbox): allow touch target size to be customized
  • 3f20001 fix(material/button): allow touch target size to be customized
  • 60414e9 fix(material/menu): incorrectly detaching lazy content when menu is transferr...
  • 98b3ccc fix(material/divider): update color to spec (#31650)
  • Additional commits viewable in compare view

Updates @angular/common from 20.1.6 to 20.2.1

Release notes

Sourced from @​angular/common's releases.

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

compiler-cli

Commit Description
feat - 5abfe4a899 add diagnostic for uninvoked functions in text interpolation (#59191)
fix - c4917074f1 display proper function in NG8117 message (#62842)
fix - 812463c563 Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
fix - 45b030b5ce prevent dom event assertion in TCB generation on older angular versions (#63053)

core

Commit Description
feat - 6b1f4b9e8b add enter and leave animation instructions (#62682)
feat - cec91c0035 add option to infer the tag names of components in tests (#62283)
feat - 141bb75ff2 Promote zoneless to stable (#62699)
feat - 4138aca91f render ARIA property bindings as attributes (#62630)
feat - a409534d6c support as aliases on else if blocks (#63047)
feat - 745ea44394 support TypeScript 5.9 (#62541)
fix - 593cc8a368 checks if body exists before continuing (#62768)
fix - bdc31675b7 ensure animate events do not have duplicate elements (#63216)
fix - de3a0c5cf3 Fix animate.enter class removal when composing classes (#62981)
fix - 6597ac0af7 fix support for space separated strings in leave animations (#62979)
fix - ebd622b344 fixes empty animations when recalculating styles (#63007)
fix - 455b147488 fixes timing issues with enter animations (#62925)
fix - f9d73cc687 handle cases where classes added have no animations (#63242)
fix - 6a1184600c prevents duplicate nodes when @if toggles with leave animations (#63048)
fix - 063b5e166f switch check to documentElement with chaining (#62773)
refactor - 320de4e96d deprecate animations field on component interface (#62895)

forms

Commit Description
feat - c353497a01 add support for pushing an array of controls to formarray (#57102)

http

Commit Description
feat - 0984b30388 Add redirected property to HttpResponse and HttpErrorResponse (#62675)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.2.1 (2025-08-21)

compiler

Commit Type Description
a28672fb70 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

21.0.0-next.0 (2025-08-20)

Breaking Changes

compiler-cli

  • The Angular compiler now produces an error when the the emitDeclarationOnly TS compiler option is enabled as this mode is not supported.

router

  • lastSuccessfulNavigation is now a signal and needs to be invoked

compiler-cli

Commit Type Description
be7110342b fix disallow compiling with the emitDeclarationOnly TS compiler option enabled (#61609)

http

Commit Type Description
4bed062bc9 feat Provide http services in root (#56212)

router

Commit Type Description
4e0fc81491 feat convert lastSuccessfulNavigation to signal (#63057)

20.2.0 (2025-08-20)

Deprecations

animations

  • @​angular/animations

core

  • @​angular/animations

router

  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.
  • The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

animations

Commit Type Description
9766116cea refactor deprecate the animations package (#62795)

compiler

Commit Type Description
7767aa640c fix allow more characters in square-bracketed attribute names (#62742)

... (truncated)

Commits
  • 38b9b79 build: move from using WORKSPACE to MODULE.bazel (#63249)
  • ecc86e2 build: explicitly include types for locales in @​angular/common/locales (#63030)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • e5d6fb5 fix(http): Reset headers, progress, and statusCode when using set() in `Htt...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 245494a fix(http): add missing http options allowed in fetch API (#62881)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 5f75999 refactor(common): replace aio links to adev (#62839)
  • 32c00ab build: standardize usage of js_binary (#62860)
  • caee6ff build: remove all usages of @​bazel/runfiles (#62804)
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.1.6 to 20.2.1

Release notes

Sourced from @​angular/compiler's releases.

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

compiler-cli

Commit Description
feat - 5abfe4a899 add diagnostic for uninvoked functions in text interpolation (#59191)
fix - c4917074f1 display proper function in NG8117 message (#62842)
fix - 812463c563 Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054)
fix - 45b030b5ce prevent dom event assertion in TCB generation on older angular versions (#63053)

core

Commit Description
feat - 6b1f4b9e8b add enter and leave animation instructions (#62682)
feat - cec91c0035 add option to infer the tag names of components in tests (#62283)
feat - 141bb75ff2 Promote zoneless to stable (#62699)
feat - 4138aca91f render ARIA property bindings as attributes (#62630)
feat - a409534d6c support as aliases on else if blocks (#63047)
feat - 745ea44394 support TypeScript 5.9 (

…ith 20 updates

Bumps the angular-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.1.6` | `20.2.1` |
| [@angular/cdk](https://github.com/angular/components) | `20.1.5` | `20.2.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.1.6` | `20.2.1` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.1.6` | `20.2.1` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.1.6` | `20.2.1` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.1.6` | `20.2.1` |
| [@angular/localize](https://github.com/angular/angular) | `20.1.6` | `20.2.1` |
| [@angular/material](https://github.com/angular/components) | `20.1.5` | `20.2.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.1.6` | `20.2.1` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.1.6` | `20.2.1` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.1.6` | `20.2.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.1.5` | `20.2.0` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.1.1` | `20.2.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.1.1` | `20.2.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.1.1` | `20.2.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.1.1` | `20.2.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.1.1` | `20.2.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.1.5` | `20.2.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.1.6` | `20.2.1` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.1.6` | `20.2.1` |



Updates `@angular/animations` from 20.1.6 to 20.2.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/20.2.1/packages/animations)

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

Updates `@angular/common` from 20.1.6 to 20.2.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/20.2.1/packages/common)

Updates `@angular/compiler` from 20.1.6 to 20.2.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/20.2.1/packages/compiler)

Updates `@angular/core` from 20.1.6 to 20.2.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/20.2.1/packages/core)

Updates `@angular/forms` from 20.1.6 to 20.2.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/20.2.1/packages/forms)

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

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

Updates `@angular/platform-browser` from 20.1.6 to 20.2.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/20.2.1/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.1.6 to 20.2.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/20.2.1/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.1.6 to 20.2.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/20.2.1/packages/router)

Updates `@angular-devkit/build-angular` from 20.1.5 to 20.2.0
- [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.1.5...20.2.0)

Updates `@angular-eslint/builder` from 20.1.1 to 20.2.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.2.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 20.1.1 to 20.2.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.2.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 20.1.1 to 20.2.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.2.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 20.1.1 to 20.2.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.2.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 20.1.1 to 20.2.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.2.0/packages/template-parser)

Updates `@angular/cli` from 20.1.5 to 20.2.0
- [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.1.5...20.2.0)

Updates `@angular/compiler-cli` from 20.1.6 to 20.2.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/20.2.1/packages/compiler-cli)

Updates `@angular/language-service` from 20.1.6 to 20.2.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/20.2.1/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/localize"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
- dependency-name: "@angular/language-service"
  dependency-version: 20.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular-dependencies
...

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 Aug 22, 2025
# for free to join this conversation on GitHub. Already have an account? # 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.

0 participants