Bumps the angular-dependencies group with 20 updates in the / directory:
Updates @angular/animations from 19.2.6 to 19.2.10
Release notes
Sourced from @angular/animations's releases.
19.2.10
common
| Commit |
Description |
 |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Description |
 |
missing useExisting providers throwing for optional calls (#61152) |
 |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Description |
 |
less aggressive ngServerMode cleanup (#61106) |
19.2.9
core
| Commit |
Description |
 |
async EventEmitter error should not prevent stability (#61028) |
 |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
 |
prevent stash listener conflicts [patch] (#61063) |
19.2.8
forms
| Commit |
Description |
 |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
19.2.7
common
| Commit |
Description |
 |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Description |
 |
inject migration: replace param with this. (#60713) |
http
| Commit |
Description |
 |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Changelog
Sourced from @angular/animations's changelog.
19.2.10 (2025-05-07)
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
20.0.0-next.9 (2025-04-30)
Breaking Changes
core
-
the TestBed.flushEffects() was removed - use
the TestBed.tick() instead.
-
provideExperimentalCheckNoChangesForDebug has several
breaking changes:
- It is renamed to
provideCheckNoChangesConfig
- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStable option is removed. This wasn't found to be generally
more useful than interval
-
afterRender was renamed to afterEveryRender.
-
This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.
To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.
common
| Commit |
Type |
Description |
| b7d3f3dbfc |
feat |
Allow passing ScrollOptions to ViewportScroller (#61002) |
| fc4a56d5c5 |
fix |
rename httpResource function in factory (#60022) |
compiler-cli
| Commit |
Type |
Description |
| c889382a20 |
feat |
detect missing structural directive imports (#59443) |
core
... (truncated)
Commits
Updates @angular/cdk from 19.2.9 to 19.2.15
Release notes
Sourced from @angular/cdk's releases.
19.2.15
cdk
| Commit |
Description |
 |
dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) |
docs
| Commit |
Description |
 |
Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) |
19.2.14
No release notes provided.
19.2.13
No release notes provided.
19.2.12
google-maps
| Commit |
Description |
 |
implicitly include google.maps types instead of the triple slash workaround (#30942) |
material
| Commit |
Description |
 |
chips: icon cut off when text-spacing is increased (#30867) |
 |
schematics: surface-container-low token not emitted (#30985) |
 |
table: height tokens not applying to flex table (#30978) |
 |
tabs: flicker when animationDuration is set to zero (#30966) (#30968) |
cdk
| Commit |
Description |
 |
overlay: reduce touch interaction delay on backdrop (#30971) |
 |
stepper: resolve null pointer errors (#30944) |
multiple
| Commit |
Description |
 |
ensure mat-option parents are the offsetParent (#30977) (#30980) |
19.2.11
material
| Commit |
Description |
 |
list: update documentation (#30883) |
cdk
| Commit |
Description |
 |
overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762) |
 |
schematics: account for new karma builder (#30907) |
19.2.10
... (truncated)
Changelog
Sourced from @angular/cdk's changelog.
19.2.15 "abuite-ant" (2025-05-07)
cdk
| Commit |
Type |
Description |
| 85e448678 |
fix |
dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) |
docs
| Commit |
Type |
Description |
| 02a893a6d |
fix |
Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) |
20.0.0-next.10 "sodium-swallow" (2025-05-01)
20.0.0-next.9 "sodium-salamander" (2025-05-01)
Breaking Changes
cdk
-
CanStick has been removed.
CDK_TABLE_TEMPLATE has been removed.
StickyDirection has been removed.
StickyStyler has been removed.
cdk-experimental
| Commit |
Type |
Description |
| e456c751c |
feat |
listbox: add cdk-active class (#30932) |
| 96fa9fc55 |
feat |
popover-edit: Support skipping over annotated rows when the user moves focus up/down. (#30916) |
| 025010b64 |
feat |
tabs: add cdk-active class and update example styles (#30950) |
| 44e9ccbf5 |
fix |
listbox: initial listbox focus state (#30764) |
| 0e391700c |
fix |
tabs: handle space and enter events (#30889) |
google-maps
| Commit |
Type |
Description |
| cc61697fb |
fix |
implicitly include google.maps types instead of the triple slash workaround (#30942) |
material
cdk
... (truncated)
Commits
ba23b51 release: cut the v19.2.15 release
2184cad build: pretty-print adev CDK docs manifests (#31043)
6fb8afc docs(cdk/testing): cleanup apis for landing on adev (#31013)
545e017 build: update rules_browsers to include latest jasmine improvements (#31035)
02a893a fix(docs): Automatic scrolling fails on screens smaller than 721px due to fle...
85e4486 fix(cdk/dialog): avoid setting aria-hidden before focus has moved (#31030) (#...
7664411 docs(material/dialog): remove default value from doc string (#31025)
7cb0add docs: update the csp to include material.angular.dev for files served statica...
91ea605 release: cut the v19.2.14 release
8e4a3a6 Revert "release: cut the v19.2.13 release" (#31000)
- Additional commits viewable in compare view
Updates @angular/common from 19.2.6 to 19.2.10
Release notes
Sourced from @angular/common's releases.
19.2.10
common
| Commit |
Description |
 |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Description |
 |
missing useExisting providers throwing for optional calls (#61152) |
 |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Description |
 |
less aggressive ngServerMode cleanup (#61106) |
19.2.9
core
| Commit |
Description |
 |
async EventEmitter error should not prevent stability (#61028) |
 |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
 |
prevent stash listener conflicts [patch] (#61063) |
19.2.8
forms
| Commit |
Description |
 |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
19.2.7
common
| Commit |
Description |
 |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Description |
 |
inject migration: replace param with this. (#60713) |
http
| Commit |
Description |
 |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Changelog
Sourced from @angular/common's changelog.
19.2.10 (2025-05-07)
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
20.0.0-next.9 (2025-04-30)
Breaking Changes
core
-
the TestBed.flushEffects() was removed - use
the TestBed.tick() instead.
-
provideExperimentalCheckNoChangesForDebug has several
breaking changes:
- It is renamed to
provideCheckNoChangesConfig
- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStable option is removed. This wasn't found to be generally
more useful than interval
-
afterRender was renamed to afterEveryRender.
-
This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.
To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.
common
| Commit |
Type |
Description |
| b7d3f3dbfc |
feat |
Allow passing ScrollOptions to ViewportScroller (#61002) |
| fc4a56d5c5 |
fix |
rename httpResource function in factory (#60022) |
compiler-cli
| Commit |
Type |
Description |
| c889382a20 |
feat |
detect missing structural directive imports (#59443) |
core
... (truncated)
Commits
89056a0 fix(common): cleanup updateLatestValue if view is destroyed before promise ...
5b77f93 refactor(common): drop platform checks in HttpXsrfCookieExtractor (#59810)
9c4591c refactor(core): Update FakeNavigation to extract some Angular quirks (#60961)
c90eea2 refactor(common): eliminate redundant iterator-to-array conversion (#60884)
37ab681 fix(common): issue a warning instead of an error when NgOptimizedImage exce...
d39e09d fix(http): Include HTTP status code and headers when HTTP requests errored in...
- See full diff in compare view
Updates @angular/compiler from 19.2.6 to 19.2.10
Release notes
Sourced from @angular/compiler's releases.
19.2.10
common
| Commit |
Description |
 |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Description |
 |
missing useExisting providers throwing for optional calls (#61152) |
 |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Description |
 |
less aggressive ngServerMode cleanup (#61106) |
19.2.9
core
| Commit |
Description |
 |
async EventEmitter error should not prevent stability (#61028) |
 |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
 |
prevent stash listener conflicts [patch] (#61063) |
19.2.8
forms
| Commit |
Description |
 |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
19.2.7
common
| Commit |
Description |
 |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Description |
 |
inject migration: replace param with this. (#60713) |
http
| Commit |
Description |
 |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Changelog
Sourced from @angular/compiler's changelog.
19.2.10 (2025-05-07)
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
20.0.0-next.9 (2025-04-30)
Breaking Changes
core
-
the TestBed.flushEffects() was removed - use
the TestBed.tick() instead.
-
provideExperimentalCheckNoChangesForDebug has several
breaking changes:
- It is renamed to
provideCheckNoChangesConfig
- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStable option is removed. This wasn't found to be generally
more useful than interval
-
afterRender was renamed to afterEveryRender.
-
This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.
To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.
common
| Commit |
Type |
Description |
| b7d3f3dbfc |
feat |
Allow passing ScrollOptions to ViewportScroller (#61002) |
| fc4a56d5c5 |
fix |
rename httpResource function in factory (#60022) |
compiler-cli
| Commit |
Type |
Description |
| c889382a20 |
feat |
detect missing structural directive imports (#59443) |
core
... (truncated)
Commits
Updates @angular/core from 19.2.6 to 19.2.10
Release notes
Sourced from @angular/core's releases.
19.2.10
common
| Commit |
Description |
 |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Description |
 |
missing useExisting providers throwing for optional calls (#61152) |
 |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Description |
 |
less aggressive ngServerMode cleanup (#61106) |
19.2.9
core
| Commit |
Description |
 |
async EventEmitter error should not prevent stability (#61028) |
 |
call DestroyRef on destroy callback if view is destroyed [patch] (#61061) |
 |
prevent stash listener conflicts [patch] (#61063) |
19.2.8
forms
| Commit |
Description |
 |
make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) |
19.2.7
common
| Commit |
Description |
 |
issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883) |
core
| Commit |
Description |
 |
inject migration: replace param with this. (#60713) |
http
| Commit |
Description |
 |
Include HTTP status code and headers when HTTP requests errored in httpResource (#60802) |
Changelog
Sourced from @angular/core's changelog.
19.2.10 (2025-05-07)
common
| Commit |
Type |
Description |
| 89056a0356 |
fix |
cleanup updateLatestValue if view is destroyed before promise resolves (#61064) |
core
| Commit |
Type |
Description |
| 4623b61448 |
fix |
missing useExisting providers throwing for optional calls (#61152) |
| 400dbc5b89 |
fix |
properly handle app stabilization with defer blocks (#61056) |
platform-server
| Commit |
Type |
Description |
| a6f0d5bc20 |
fix |
less aggressive ngServerMode cleanup (#61106) |
20.0.0-next.9 (2025-04-30)
Breaking Changes
core
-
the TestBed.flushEffects() was removed - use
the TestBed.tick() instead.
-
provideExperimentalCheckNoChangesForDebug has several
breaking changes:
- It is renamed to
provideCheckNoChangesConfig
- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStable option is removed. This wasn't found to be generally
more useful than interval
-
afterRender was renamed to afterEveryRender.
-
This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.
To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.
common
| Commit |
Type |
Description |
| b7d3f3dbfc |
feat |
Allow passing ScrollOptions to ViewportScroller (#61002) |
| fc4a56d5c5 |
fix |
rename httpResource function in factory (#60022) |
compiler-cli
| Commit |
Type |
Description |
| c889382a20 |
feat |
detect missing structural directive imports (#59443) |
core
Looks like these dependencies are updatable in another way, so this is no longer needed.