Number: #924
Type: Pull Request
State:
Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
Created:
May 13, 2025 at 09:43 AM UTC
(4 months ago)
Updated:
June 01, 2025 at 11:35 AM UTC
(3 months ago)
Closed:
June 01, 2025 at 11:35 AM UTC
(3 months ago)
Labels:
dependencies
javascript
Description:
Bumps the patch-and-minor-updates group with 27 updates in the / directory:
Updates @angular/animations
from 19.1.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 )
19.2.6
compiler
Commit
Description
error if rawText isn't estimated correctly (#60529 ) (#60753 )
compiler-cli
| Commit | Description |
... (truncated)
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
c081e04
docs: fix non-working link (#61131 )
a554208
build: Run browsers tests without platform-browser-dynamic
(#60937 ) (#61060 )
6b76bca
Revert "build: Run browsers tests without platform-browser-dynamic
(#60937 )...
b2b8566
build: Run browsers tests without platform-browser-dynamic
(#60937 )
aca1f45
docs: fix non-working link (#61011 )
fa48f98
fix(animations): add missing peer dependency on @angular/common
(#60660 )
c2ef280
refactor(animations): convert scripts within packages/animations
to relativ...
83abe5f
docs: fix all brokens links on the API pages (#59162 )
79c3374
docs: fix AnimationGroupMetadata description (#59733 )
e549bde
refactor(animations): tree-shake regular expressions (#60095 )
Additional commits viewable in compare view
Updates @angular/common
from 19.1.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 )
19.2.6
compiler
Commit
Description
error if rawText isn't estimated correctly (#60529 ) (#60753 )
compiler-cli
| Commit | Description |
... (truncated)
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...
8b9df44
docs: Update guide link in http package md file (#59955 )
d725c6e
refactor(common): convert scripts within packages/common
to relative import...
3855730
refactor(core): remove TODOs referencing #24571 (#60648 )
b222288
docs: remove todo comment (#59928 )
Additional commits viewable in compare view
Updates @angular/compiler
from 19.1.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 )
19.2.6
compiler
Commit
Description
error if rawText isn't estimated correctly (#60529 ) (#60753 )
compiler-cli
| Commit | Description |
... (truncated)
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
964b261
refactor(compiler): improve stringify
(#60013 )
c0e4ff1
refactor(compiler): add support for the new search element (#54945 )
3441f7b
fix(compiler): error if rawText isn't estimated correctly (#60529 ) (#60753 )
9604ec6
refactor(compiler): prevent object methods being recognised as entities (#58100 )
9eaeffd
refactor(compiler): convert scripts within packages/compiler
to relative im...
ca5aa4d
fix(compiler): throw for invalid "as" expression in if block (#60580 )
7d47678
refactor: remove peer dependency on core from compiler (#60437 )
56b551d
fix(compiler): incorrect spans for template literals (#60323 ) (#60331 )
9cdf950
refactor(compiler): allow binder to apply to more than one set of nodes (#60191 )
684e837
feat(bazel): support shared chunks in ng_package
(#60241 )
Additional commits viewable in compare view
Updates @angular/core
from 19.1.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 )
19.2.6
compiler
Commit
Description
error if rawText isn't estimated correctly (#60529 ) (#60753 )
compiler-cli
| Commit | Description |
... (truncated)
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
... (truncated)
Commits
4623b61
fix(core): missing useExisting providers throwing for optional calls (#61152 )
9685469
docs: ViewContainerRef.createComponent jsdoc update (#61097 )
8c6e101
docs: ViewContainerRef.createComponent jsdoc update to reflect actual behavio...
075145e
refactor(core): tree-shake PROPAGATION_STOPPED_SYMBOL
(#61004 )
400dbc5
fix(core): properly handle app stabilization with defer blocks (#61056 )
2e140a1
fix(core): prevent stash listener conflicts [patch] (#61063 )
dbb8702
fix(core): call DestroyRef on destroy callback if view is destroyed [patch] (...
5905090
refactor(core): remove unused APP_EFFECT_SCHEDULER
in effect code (#59679 )
a554208
build: Run browsers tests without platform-browser-dynamic
(#60937 ) (#61060 )
0ee1a6e
docs: add link label & paragraph for correct display (#60708 )
Additional commits viewable in compare view
Updates @angular/forms
from 19.1.6 to 19.2.10
Release notes
Sourced from @angular/forms
'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