Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@angular/animations 20.0.5 20.2.3
@angular/cdk 20.0.4 20.2.1
@angular/common 20.0.5 20.2.3
@angular/compiler 20.0.5 20.2.3
@angular/core 20.0.5 20.2.3
@angular/forms 20.0.5 20.2.3
@angular/material 20.0.4 20.2.1
@angular/platform-browser 20.0.5 20.2.3
@angular/platform-browser-dynamic 20.0.5 20.2.3
@angular/router 20.0.5 20.2.3
bootstrap 5.3.7 5.3.8
@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/build 20.0.4 20.2.1
@angular/cli 20.0.4 20.2.1
@angular/compiler-cli 20.0.5 20.2.3
@types/jasmine 5.1.8 5.1.9
@types/node 24.0.8 24.3.0
@typescript-eslint/eslint-plugin 8.35.1 8.41.0
@typescript-eslint/parser 8.35.1 8.41.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-prettier 5.5.1 5.5.4
jasmine-core 5.8.0 5.10.0
lint-staged 16.1.2 16.1.5

Updates @angular/animations from 20.0.5 to 20.2.3

Release notes

Sourced from @​angular/animations's releases.

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

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

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

core

Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#63366)

forms

Commit Type Description
0dd95c503f feat Add FormArrayDirective (#55880)

migrations

Commit Type Description
6ddb250391 feat add migration to convert ngClass to use class (#62983)

20.2.2 (2025-08-27)

compiler

... (truncated)

Commits
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 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)
  • b848590 build: migrate to use web test runner rules (#62292)
  • 3a0cfd5 build: migrate to using new jasmine_test (#62086)
  • Additional commits viewable in compare view

Updates @angular/cdk from 20.0.4 to 20.2.1

Release notes

Sourced from @​angular/cdk's releases.

20.2.1

material

Commit Description
fix - 04c598ad0 datepicker: add visible labels to calendar buttons (#31777)
fix - 839f3c1c1 sort: error if signal is bound to disabled input (#31776)

cdk

Commit Description
fix - ee808f8f3 tree: resolve memory leak (#31754)

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)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.1 "armalcolite-alligator" (2025-08-27)

cdk

Commit Type Description
ee808f8f3 fix tree: resolve memory leak (#31754)

material

Commit Type Description
04c598ad0 fix datepicker: add visible labels to calendar buttons (#31777)
839f3c1c1 fix sort: error if signal is bound to disabled input (#31776)

21.0.0-next.0 "neodymium-fountain" (2025-08-20)

cdk

Commit Type Description
5b45df30c fix table: ensure CdkTable updates view with OnPush and trackBy (#31451)

material

Commit Type Description
dea603b88 feat core: add experimental utility classes (#31702)

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 |

... (truncated)

Commits
  • f10cf88 release: cut the v20.2.1 release
  • d7d4250 build: update all github actions
  • 45c036f build: update cross-repo angular dependencies
  • 04c598a fix(material/datepicker): add visible labels to calendar buttons (#31777)
  • 839f3c1 fix(material/sort): error if signal is bound to disabled input (#31776)
  • f917c9b [20.2.x] build: move from using WORKSPACE to MODULE.bazel (#31714)
  • 93ddcfb build: update cross-repo angular dependencies (#31739)
  • ee808f8 fix(cdk/tree): resolve memory leak (#31754)
  • fab3737 build: enforce frozen lockfile mode (#31726)
  • 24bfce4 ci: enable Renovate on non-base branches (#31737)
  • Additional commits viewable in compare view

Updates @angular/common from 20.0.5 to 20.2.3

Release notes

Sourced from @​angular/common's releases.

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

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

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

core

Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#63366)

forms

Commit Type Description
0dd95c503f feat Add FormArrayDirective (#55880)

migrations

Commit Type Description
6ddb250391 feat add migration to convert ngClass to use class (#62983)

20.2.2 (2025-08-27)

compiler

... (truncated)

Commits
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • 705b94b refactor: remove TODOs which have been corrected (#63421)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • 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)
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.0.5 to 20.2.3

Release notes

Sourced from @​angular/compiler's releases.

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
...

Description has been truncated

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.0.5` | `20.2.3` |
| [@angular/cdk](https://github.com/angular/components) | `20.0.4` | `20.2.1` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.0.5` | `20.2.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.0.5` | `20.2.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.0.5` | `20.2.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.0.5` | `20.2.3` |
| [@angular/material](https://github.com/angular/components) | `20.0.4` | `20.2.1` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.0.5` | `20.2.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.0.5` | `20.2.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.0.5` | `20.2.3` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.7` | `5.3.8` |
| [@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/build](https://github.com/angular/angular-cli) | `20.0.4` | `20.2.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.0.4` | `20.2.1` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.0.5` | `20.2.3` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.8` | `5.1.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.0.8` | `24.3.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.35.1` | `8.41.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.35.1` | `8.41.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` | `10.1.8` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.1` | `5.5.4` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.8.0` | `5.10.0` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.2` | `16.1.5` |



Updates `@angular/animations` from 20.0.5 to 20.2.3
- [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.3/packages/animations)

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

Updates `@angular/common` from 20.0.5 to 20.2.3
- [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.3/packages/common)

Updates `@angular/compiler` from 20.0.5 to 20.2.3
- [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.3/packages/compiler)

Updates `@angular/core` from 20.0.5 to 20.2.3
- [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.3/packages/core)

Updates `@angular/forms` from 20.0.5 to 20.2.3
- [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.3/packages/forms)

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

Updates `@angular/platform-browser` from 20.0.5 to 20.2.3
- [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.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.0.5 to 20.2.3
- [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.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.0.5 to 20.2.3
- [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.3/packages/router)

Updates `bootstrap` from 5.3.7 to 5.3.8
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.7...v5.3.8)

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/build` from 20.0.4 to 20.2.1
- [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.0.4...20.2.1)

Updates `@angular/cli` from 20.0.4 to 20.2.1
- [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.0.4...20.2.1)

Updates `@angular/compiler-cli` from 20.0.5 to 20.2.3
- [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.3/packages/compiler-cli)

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

Updates `@types/node` from 24.0.8 to 24.3.0
- [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.35.1 to 8.41.0
- [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.41.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.35.1 to 8.41.0
- [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.41.0/packages/parser)

Updates `eslint-config-prettier` from 10.1.5 to 10.1.8
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.5...v10.1.8)

Updates `eslint-plugin-prettier` from 5.5.1 to 5.5.4
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.1...v5.5.4)

Updates `jasmine-core` from 5.8.0 to 5.10.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.8.0...v5.10.0)

Updates `lint-staged` from 16.1.2 to 16.1.5
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.1.2...v16.1.5)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.2.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bootstrap
  dependency-version: 5.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: 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: dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 24.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.41.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jasmine-core
  dependency-version: 5.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: lint-staged
  dependency-version: 16.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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 Sep 1, 2025
@dependabot dependabot bot requested a review from svierk as a code owner September 1, 2025 01:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2025
@vercel
Copy link

vercel bot commented Sep 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
angular-bootstrap-toast-service Ready Ready Preview Comment Sep 1, 2025 1:55am

@svierk
Copy link
Owner

svierk commented Nov 3, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@svierk svierk closed this Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@svierk svierk reopened this Nov 3, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2025

@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.44%. Comparing base (124fedd) to head (e37ea2c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #156   +/-   ##
=======================================
  Coverage   93.44%   93.44%           
=======================================
  Files           6        6           
  Lines          61       61           
  Branches        3        3           
=======================================
  Hits           57       57           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@svierk svierk merged commit 6aa1100 into main Nov 3, 2025
8 of 9 checks passed
@svierk svierk deleted the dependabot/npm_and_yarn/dependencies-cc22d495fb branch November 3, 2025 16:50
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.

2 participants