chore(deps): bump the dependencies group across 1 directory with 27 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(8 days ago)
(8 days ago)
dependencies javascript
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 fixes regression with event parsing and animate prefix (#63470) core
Commit Description avoid injecting internal error handler from a destroyed injector (#62275) Fix cancellation of animation enter classes (#63442) Prevent an error on cleanup when an rxResource
stream
threw before returning anObservable
(#63342)20.2.2
compiler
Commit Description fixes animations on elements with structural directives (#63390) core
Commit Description Ensures @for
loop animations never get cancelled (#63328)fix memory leak with leaving nodes tracking (#63328) Fixes animate.leave
binding to a string with spaces (#63366)20.2.1
compiler
Commit Description Keep paraenthesis in Nullish + Boolean expression. (#63292) 20.2.0
animations
Commit Description deprecate the animations package (#62795) compiler
Commit Description allow more characters in square-bracketed attribute names (#62742) fixes animation event host bindings not firing (#63217) compiler-cli
Commit Description add diagnostic for uninvoked functions in text interpolation (#59191) display proper function in NG8117 message (#62842) Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054) 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 anObservable
(#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 remove ngModuleFactory
input ofNgComponentOutlet
(#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 datepicker: add visible labels to calendar buttons (#31777) sort: error if signal is bound to disabled input (#31776) cdk
Commit Description tree: resolve memory leak (#31754) 20.2.0
cdk-experimental
Commit Description toolbar: add toolbar directive and demo (#31676) tree: add nav mode (#31460) tree: use shared example classes (#31494) ui-patterns: add label control (#31459) ui-patterns: add popup behavior (#31550) ui-patterns: create List behavior (#31601) ui-patterns: toolbar and toolbar widget (#31670) ui-patterns: toolbar ui pattern tests (#31688) listbox: make CdkOption public (#31588) radio-group: fix activedescendant example (#31499) material
Commit Description core: add an m2-theme API to define system vars (#31616) table: accept undefined sort and paginator (#31269) testing: Add 'type' attribute filter and getter to Mat… (#31657) button-toggle: skip keyboard navigation when modifier key is pressed (#31651) button: allow touch target size to be customized checkbox: allow touch target size to be customized chips: remove extra span for aria-description (#31609) chips: static chips should disable ripple (#31652) core: add key validation to m2-theme (#31631) core: fix m2 system color values (#31632) core: special-case icon button color token (#31625) core: use different prefix for m2-theme (#31621) paginator: allow touch target size to be customized radio: allow touch target size to be customized slide-toggle: add larger touch target (#31486) slide-toggle: allow touch target size to be customized table: return undefined sort and paginator (#31593) multiple
Commit Description 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 released7d4250
build: update all github actions45c036f
build: update cross-repo angular dependencies04c598a
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 fixes regression with event parsing and animate prefix (#63470) core
Commit Description avoid injecting internal error handler from a destroyed injector (#62275) Fix cancellation of animation enter classes (#63442) Prevent an error on cleanup when an rxResource
stream
threw before returning anObservable
(#63342)20.2.2
compiler
Commit Description fixes animations on elements with structural directives (#63390) core
Commit Description Ensures @for
loop animations never get cancelled (#63328)fix memory leak with leaving nodes tracking (#63328) Fixes animate.leave
binding to a string with spaces (#63366)20.2.1
compiler
Commit Description Keep paraenthesis in Nullish + Boolean expression. (#63292) 20.2.0
animations
Commit Description deprecate the animations package (#62795) compiler
Commit Description allow more characters in square-bracketed attribute names (#62742) fixes animation event host bindings not firing (#63217) compiler-cli
Commit Description add diagnostic for uninvoked functions in text interpolation (#59191) display proper function in NG8117 message (#62842) Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054) 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 anObservable
(#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 remove ngModuleFactory
input ofNgComponentOutlet
(#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 theHttpEvent
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 usingset()
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 fixes regression with event parsing and animate prefix (#63470) core
Commit Description avoid injecting internal error handler from a destroyed injector (#62275) Fix cancellation of animation enter classes (#63442) Prevent an error on cleanup when an rxResource
stream
threw before returning anObservable
(#63342)20.2.2
compiler
Commit Description fixes animations on elements with structural directives (#63390) core
Commit Description Ensures @for
loop animations never get cancelled (#63328)fix memory leak with leaving nodes tracking (#63328) Fixes animate.leave
binding to a string with spaces (#63366)20.2.1
compiler
Commit Description Keep paraenthesis in Nullish + Boolean expression. (#63292) 20.2.0
animations
Commit Description deprecate the animations package (#62795) compiler
Commit Description allow more characters in square-bracketed attribute names (#62742) fixes animation event host bindings not firing (#63217) compiler-cli
Commit Description add diagnostic for uninvoked functions in text interpolation (#59191) display proper function in NG8117 message (#62842) Ignore diagnostics on ngTemplateContextGuard lines in TCB (#63054) 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 anObservable
(#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 remove ngModuleFactory
input ofNgComponentOutlet
(#62838)compiler