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

Bump the angular-version-updates group with 19 updates

Open
Number: #65
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 26, 2025 at 02:56 PM UTC
(4 months ago)
Updated: May 26, 2025 at 02:56 PM UTC
(4 months ago)
Labels:
dependencies javascript
Description:

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
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 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 state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.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 in toSignal. (#61514)

... (truncated)

Commits
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 7f26df1 build: migrate animations to use rules_js based toolchain (#61479)
  • 9aedd30 refactor(animations): mark non-default new expressions as pure (#61452)
  • See full diff in compare view

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
fix - 0e300d1041 datepicker: prevent calendar from stealing away focus (#31128)
fix - af04c772ed dialog: use custom token to disable animations (#31156)
fix - 306eef1d74 radio: assistive technology announcing button as invalid (#31160)
fix - bd614b4a69 radio: updating required value should mark for check (#31109)
fix - ca231dc9b8 sidenav: removes -1 tabindex from sidenav (#31155)
fix - 33d8f3347e 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 release
  • fc14e77 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
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 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 state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.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 in toSignal. (#61514)

... (truncated)

Commits
  • 2c876b4 fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 2b1b14f fix(core): cleanup rxResource 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: migrate packages/core/schematics to ts_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
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 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 state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.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 in toSignal. (#61514)

... (truncated)

Commits
  • fc2483e refactor(compiler): avoid duplication between FactoryTarget type (#61571)
  • 8e54b57 build: move private testing helpers outside platform-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
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 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 state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.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 (
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+184
Deletions:
-184
Package Dependencies
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.16 → 19.2.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.16 → 19.2.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.12 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.12 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.11 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.12 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.12 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1902.12 → 0.1902.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.2.12 → 19.2.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1902.12 → 0.1902.13
Update Type:
Patch
Technical Details
ID: 1140400
UUID: 2544313351
Node ID: PR_kwDONcaxO86XpyQH
Host: GitHub
Repository: mrlonis/example-angular-zoneless-app
Merge State: Unknown