Bump the angular-version-updates group with 19 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the angular-version-updates group with 19 updates:
Package | From | To |
---|---|---|
@angular/animations | 19.2.11 |
19.2.13 |
@angular/cdk | 19.2.16 |
19.2.17 |
@angular/common | 19.2.11 |
19.2.13 |
@angular/compiler | 19.2.11 |
19.2.13 |
@angular/core | 19.2.11 |
19.2.13 |
@angular/forms | 19.2.11 |
19.2.13 |
@angular/material | 19.2.16 |
19.2.17 |
@angular/platform-browser | 19.2.11 |
19.2.13 |
@angular/platform-browser-dynamic | 19.2.11 |
19.2.13 |
@angular/router | 19.2.11 |
19.2.13 |
@angular-devkit/build-angular | 19.2.12 |
19.2.13 |
@angular/cli | 19.2.12 |
19.2.13 |
@angular/compiler-cli | 19.2.11 |
19.2.13 |
@angular/language-service | 19.2.11 |
19.2.13 |
@angular-devkit/architect | 0.1902.12 |
0.1902.13 |
@angular-devkit/build-webpack | 0.1902.12 |
0.1902.13 |
@angular-devkit/core | 19.2.12 |
19.2.13 |
@angular-devkit/schematics | 19.2.12 |
19.2.13 |
@angular/build | 19.2.12 |
19.2.13 |
Updates @angular/animations
from 19.2.11 to 19.2.13
Release notes
Sourced from @angular/animations
's releases.
19.2.13
common
Commit Description avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Description do not register service worker if app is destroyed before it is ready to register (#61101) 19.2.12
common
Commit Description cancel reader when app is destroyed (#61528) prevent reading chunks if app is destroyed (#61354) compiler
Commit Description avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Description Always retain prior results for all files (#61487) avoid ECMAScript private field metadata emit (#61227) core
Commit Description cleanup rxResource
abort listener (#58306)cleanup testability subscriptions (#61261) enable stashing only when withEventReplay()
is invoked (#61352)Testing should not throw when Zone does not patch test FW APIs (#61376) unregister onDestroy
intoSignal
. (#61514)platform-server
Commit Description speed up resolution of base (#61392)
Changelog
Sourced from @angular/animations
's changelog.
19.2.13 (2025-05-23)
common
Commit Type Description 2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Type Description b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101) 20.0.0-rc.2 (2025-05-21)
Deprecations
platform-browser
- All entries of the
@angular/platform-browser-dynamic
Breaking Changes
core
Resource.value()
now returns a default value when in a loading state after reloading the error stateResource.value()
now throws an error when it's in an error state. Previously it returnedundefined
.Resource.error
now has a type ofSignal<Error | undefined>
instead ofSignal<unknown>
Resource.reload
has been moved toWritableResource.reload
.common
Commit Type Description af7881abac fix cancel reader when app is destroyed (#61528) 966df84351 fix prevent reading chunks if app is destroyed (#61354) compiler
Commit Type Description e74266b108 fix avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Type Description b57084267e fix Always retain prior results for all files (#61487) 7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227) core
Commit Type Description 7efb3384a7 fix cleanup rxResource
abort listener (#58306)b90160d10a fix cleanup testability subscriptions (#61261) 3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441) ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333) d62379bb13 fix move reload method from Resource to WritableResource (#61441) a89f1cff24 fix narrow error type for resources API (#61441) 6e79eaf739 fix reading resource value after reload in the error state (#61441) 350776b412 fix TestBed.tick should ensure test components are synchronized (#61382) 648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376) 5dbeb42308 fix unregister onDestroy
intoSignal
. (#61514)
... (truncated)
Commits
Updates @angular/cdk
from 19.2.16 to 19.2.17
Release notes
Sourced from @angular/cdk
's releases.
19.2.17
material
Commit Description datepicker: prevent calendar from stealing away focus (#31128) dialog: use custom token to disable animations (#31156) radio: assistive technology announcing button as invalid (#31160) radio: updating required value should mark for check (#31109) sidenav: removes -1 tabindex from sidenav (#31155) tabs: avoid not having any focusable tabs (#31144)
Changelog
Sourced from @angular/cdk
's changelog.
19.2.17 "fulgurite-fiesta" (2025-05-21)
material
Commit Type Description 0e300d1041 fix datepicker: prevent calendar from stealing away focus (#31128) af04c772ed fix dialog: use custom token to disable animations (#31156) 306eef1d74 fix radio: assistive technology announcing button as invalid (#31160) bd614b4a69 fix radio: updating required value should mark for check (#31109) ca231dc9b8 fix sidenav: removes -1 tabindex from sidenav (#31155) 33d8f3347e fix tabs: avoid not having any focusable tabs (#31144) 20.0.0-rc.1 "plastic-zebra" (2025-05-14)
material
Commit Type Description cbffce88e3 fix button-toggle: use smaller border radius (#31084) aec28e2507 fix button: inherit button shape in focus indicator (#31065) fd162d2018 fix schematics: add schematic to rename tokens (#31051) 71a9d88b29 fix schematics: incorrect on-tertiary color being generated (#31061) 10a6ea493b perf form-field: split DOM accesses into read and write (#31086) cdk-experimental
Commit Type Description 08ccf3c685 fix column-resize: Obscure weird behavior in tables that are too wide by conditionally disabling resize (#31100)
Commits
541aa4f
release: cut the v19.2.17 releasefc14e77
Revert "fix(material/dialog): use custom token to disable animations (#31156)...306eef1
fix(material/radio): assistive technology announcing button as invalid (#31160)bd614b4
fix(material/radio): updating required value should mark for check (#31109)ca231dc
fix(material/sidenav): removes -1 tabindex from sidenav (#31155)af04c77
fix(material/dialog): use custom token to disable animations (#31156)33d8f33
fix(material/tabs): avoid not having any focusable tabs (#31144)f407aef
build: stop syncing cdk/testing/private into g3 (#31135)117c512
build: update dev-infra for latest RBE changes (#31137)0e300d1
fix(material/datepicker): prevent calendar from stealing away focus (#31128)- See full diff in compare view
Updates @angular/common
from 19.2.11 to 19.2.13
Release notes
Sourced from @angular/common
's releases.
19.2.13
common
Commit Description avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Description do not register service worker if app is destroyed before it is ready to register (#61101) 19.2.12
common
Commit Description cancel reader when app is destroyed (#61528) prevent reading chunks if app is destroyed (#61354) compiler
Commit Description avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Description Always retain prior results for all files (#61487) avoid ECMAScript private field metadata emit (#61227) core
Commit Description cleanup rxResource
abort listener (#58306)cleanup testability subscriptions (#61261) enable stashing only when withEventReplay()
is invoked (#61352)Testing should not throw when Zone does not patch test FW APIs (#61376) unregister onDestroy
intoSignal
. (#61514)platform-server
Commit Description speed up resolution of base (#61392)
Changelog
Sourced from @angular/common
's changelog.
19.2.13 (2025-05-23)
common
Commit Type Description 2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Type Description b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101) 20.0.0-rc.2 (2025-05-21)
Deprecations
platform-browser
- All entries of the
@angular/platform-browser-dynamic
Breaking Changes
core
Resource.value()
now returns a default value when in a loading state after reloading the error stateResource.value()
now throws an error when it's in an error state. Previously it returnedundefined
.Resource.error
now has a type ofSignal<Error | undefined>
instead ofSignal<unknown>
Resource.reload
has been moved toWritableResource.reload
.common
Commit Type Description af7881abac fix cancel reader when app is destroyed (#61528) 966df84351 fix prevent reading chunks if app is destroyed (#61354) compiler
Commit Type Description e74266b108 fix avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Type Description b57084267e fix Always retain prior results for all files (#61487) 7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227) core
Commit Type Description 7efb3384a7 fix cleanup rxResource
abort listener (#58306)b90160d10a fix cleanup testability subscriptions (#61261) 3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441) ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333) d62379bb13 fix move reload method from Resource to WritableResource (#61441) a89f1cff24 fix narrow error type for resources API (#61441) 6e79eaf739 fix reading resource value after reload in the error state (#61441) 350776b412 fix TestBed.tick should ensure test components are synchronized (#61382) 648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376) 5dbeb42308 fix unregister onDestroy
intoSignal
. (#61514)
... (truncated)
Commits
2c876b4
fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)8e54b57
build: move private testing helpers outsideplatform-browser/testing
(#61571)2b1b14f
fix(core): cleanuprxResource
abort listener (#58306)126efc9
fix(common): cancel reader when app is destroyed (#61528)efda872
fix(common): prevent reading chunks if app is destroyed (#61354)c43fd3a
build: migrate common to use rules_js based toolchain (#61434)185b780
build: migratepackages/core/schematics
tots_project
(#61420)- See full diff in compare view
Updates @angular/compiler
from 19.2.11 to 19.2.13
Release notes
Sourced from @angular/compiler
's releases.
19.2.13
common
Commit Description avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Description do not register service worker if app is destroyed before it is ready to register (#61101) 19.2.12
common
Commit Description cancel reader when app is destroyed (#61528) prevent reading chunks if app is destroyed (#61354) compiler
Commit Description avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Description Always retain prior results for all files (#61487) avoid ECMAScript private field metadata emit (#61227) core
Commit Description cleanup rxResource
abort listener (#58306)cleanup testability subscriptions (#61261) enable stashing only when withEventReplay()
is invoked (#61352)Testing should not throw when Zone does not patch test FW APIs (#61376) unregister onDestroy
intoSignal
. (#61514)platform-server
Commit Description speed up resolution of base (#61392)
Changelog
Sourced from @angular/compiler
's changelog.
19.2.13 (2025-05-23)
common
Commit Type Description 2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Type Description b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101) 20.0.0-rc.2 (2025-05-21)
Deprecations
platform-browser
- All entries of the
@angular/platform-browser-dynamic
Breaking Changes
core
Resource.value()
now returns a default value when in a loading state after reloading the error stateResource.value()
now throws an error when it's in an error state. Previously it returnedundefined
.Resource.error
now has a type ofSignal<Error | undefined>
instead ofSignal<unknown>
Resource.reload
has been moved toWritableResource.reload
.common
Commit Type Description af7881abac fix cancel reader when app is destroyed (#61528) 966df84351 fix prevent reading chunks if app is destroyed (#61354) compiler
Commit Type Description e74266b108 fix avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Type Description b57084267e fix Always retain prior results for all files (#61487) 7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227) core
Commit Type Description 7efb3384a7 fix cleanup rxResource
abort listener (#58306)b90160d10a fix cleanup testability subscriptions (#61261) 3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441) ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333) d62379bb13 fix move reload method from Resource to WritableResource (#61441) a89f1cff24 fix narrow error type for resources API (#61441) 6e79eaf739 fix reading resource value after reload in the error state (#61441) 350776b412 fix TestBed.tick should ensure test components are synchronized (#61382) 648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376) 5dbeb42308 fix unregister onDestroy
intoSignal
. (#61514)
... (truncated)
Commits
fc2483e
refactor(compiler): avoid duplication betweenFactoryTarget
type (#61571)8e54b57
build: move private testing helpers outsideplatform-browser/testing
(#61571)44bb328
fix(compiler): avoid conflicts between HMR code and local symbols (#61550)1007079
build: update compiler-cli to not be stamped when used for the compiler in ng...- See full diff in compare view
Updates @angular/core
from 19.2.11 to 19.2.13
Release notes
Sourced from @angular/core
's releases.
19.2.13
common
Commit Description avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Description do not register service worker if app is destroyed before it is ready to register (#61101) 19.2.12
common
Commit Description cancel reader when app is destroyed (#61528) prevent reading chunks if app is destroyed (#61354) compiler
Commit Description avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Description Always retain prior results for all files (#61487) avoid ECMAScript private field metadata emit (#61227) core
Commit Description cleanup rxResource
abort listener (#58306)cleanup testability subscriptions (#61261) enable stashing only when withEventReplay()
is invoked (#61352)Testing should not throw when Zone does not patch test FW APIs (#61376) unregister onDestroy
intoSignal
. (#61514)platform-server
Commit Description speed up resolution of base (#61392)
Changelog
Sourced from @angular/core
's changelog.
19.2.13 (2025-05-23)
common
Commit Type Description 2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649) service-worker
Commit Type Description b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101) 20.0.0-rc.2 (2025-05-21)
Deprecations
platform-browser
- All entries of the
@angular/platform-browser-dynamic
Breaking Changes
core
Resource.value()
now returns a default value when in a loading state after reloading the error stateResource.value()
now throws an error when it's in an error state. Previously it returnedundefined
.Resource.error
now has a type ofSignal<Error | undefined>
instead ofSignal<unknown>
Resource.reload
has been moved toWritableResource.reload
.common
Commit Type Description af7881abac fix cancel reader when app is destroyed (#61528) 966df84351 fix prevent reading chunks if app is destroyed (#61354) compiler
Commit Type Description e74266b108 fix avoid conflicts between HMR code and local symbols (#61550) compiler-cli
Commit Type Description b57084267e fix Always retain prior results for all files (#61487) 7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227) core