An open index of dependabot pull requests across open source projects.

chore(deps): bump the dependencies group across 1 directory with 27 updates

Open
Number: #156
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 01, 2025 at 01:55 AM UTC
(8 days ago)
Updated: September 01, 2025 at 01:55 AM UTC
(8 days ago)
Labels:
dependencies javascript
Description:

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

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+2471
Deletions:
-1048
Package Dependencies
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.8 → 24.3.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.1.5 → 10.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.4 → 20.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.4 → 20.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.4 → 20.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.5 → 20.2.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.35.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.0.4 → 20.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.35.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.5.1 → 5.5.4
Update Type:
Patch
Package:
bootstrap
Ecosystem:
npm
Version Change:
5.3.7 → 5.3.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.8.0 → 5.10.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.8 → 5.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
20.1.1 → 20.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.1.1 → 20.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.1.1 → 20.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.1.1 → 20.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
20.1.1 → 20.2.0
Update Type:
Minor
Technical Details
ID: 6071055
UUID: 2788285304
Node ID: PR_kwDOGoK-U86mMdt4
Host: GitHub
Repository: svierk/angular-bootstrap-toast-service
Merge State: Unknown