build(deps): bump the patch-and-minor-updates group across 1 directory with 24 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the patch-and-minor-updates group with 24 updates in the / directory:
Package | From | To |
---|---|---|
@angular/animations | 19.1.6 |
19.2.9 |
@angular/common | 19.1.6 |
19.2.9 |
@angular/compiler | 19.1.6 |
19.2.9 |
@angular/core | 19.1.6 |
19.2.9 |
@angular/forms | 19.1.6 |
19.2.9 |
@angular/platform-browser | 19.1.6 |
19.2.9 |
@angular/platform-browser-dynamic | 19.1.6 |
19.2.9 |
@angular/router | 19.1.6 |
19.2.9 |
rxjs | 7.8.1 |
7.8.2 |
@angular-devkit/build-angular | 19.1.7 |
19.2.10 |
@angular-eslint/eslint-plugin | 19.1.0 |
19.3.0 |
@angular-eslint/eslint-plugin-template | 19.1.0 |
19.3.0 |
@angular-eslint/template-parser | 19.1.0 |
19.3.0 |
@angular/cli | 19.1.7 |
19.2.10 |
@angular/compiler-cli | 19.1.6 |
19.2.9 |
@types/jasmine | 5.1.6 |
5.1.7 |
@types/node | 22.14.1 |
22.15.3 |
@utrecht/component-library-css | 7.1.0 |
7.1.5 |
@utrecht/design-tokens | 2.5.0 |
2.5.1 |
@utrecht/web-component-library-stencil | 3.1.0 |
3.4.0 |
jasmine-core | 5.6.0 |
5.7.0 |
prettier | 3.5.1 |
3.5.3 |
typescript | 5.5.3 |
5.8.3 |
typescript-eslint | 8.31.0 |
8.31.1 |
Updates @angular/animations
from 19.1.6 to 19.2.9
Release notes
Sourced from @angular/animations
's releases.
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 ensure HMR works with different output module type (#60797) core
Commit Description fix docs for output migration (#60764) fix ng generate @angular/core
:output-migration. Fixes angular#58650 (#60763)reduce total memory usage of various migration schematics (#60776) language-service
Commit Description Do not provide element completions in end tag (#60616) Ensure dollar signs are escaped in completions (#60597) 19.2.5
... (truncated)
Changelog
Sourced from @angular/animations
's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetection
is renamed toprovideZonelessChangeDetection
as it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFn
can now returnObservable
orPromise
. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testing
Use e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the in
keyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attribute
as optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
a554208
build: Run browsers tests withoutplatform-browser-dynamic
(#60937) (#61060)6b76bca
Revert "build: Run browsers tests withoutplatform-browser-dynamic
(#60937)...b2b8566
build: Run browsers tests withoutplatform-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 withinpackages/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)b76be83
fix(core): animation sometimes renderer not being destroyed during HMR (#59574)- Additional commits viewable in compare view
Updates @angular/common
from 19.1.6 to 19.2.9
Release notes
Sourced from @angular/common
's releases.
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 ensure HMR works with different output module type (#60797) core
Commit Description fix docs for output migration (#60764) fix ng generate @angular/core
:output-migration. Fixes angular#58650 (#60763)reduce total memory usage of various migration schematics (#60776) language-service
Commit Description Do not provide element completions in end tag (#60616) Ensure dollar signs are escaped in completions (#60597) 19.2.5
... (truncated)
Changelog
Sourced from @angular/common
's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetection
is renamed toprovideZonelessChangeDetection
as it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFn
can now returnObservable
orPromise
. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testing
Use e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the in
keyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attribute
as optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
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 whenNgOptimizedImage
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 withinpackages/common
to relative import...3855730
refactor(core): remove TODOs referencing #24571 (#60648)b222288
docs: remove todo comment (#59928)4a30a4e
refactor(http): replace overriden method with a tsdeclare
(#60278)dad02c6
refactor(http): Make sur to passcontext
&transferCache
from `httpResour...- Additional commits viewable in compare view
Updates @angular/compiler
from 19.1.6 to 19.2.9
Release notes
Sourced from @angular/compiler
's releases.
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 ensure HMR works with different output module type (#60797) core
Commit Description fix docs for output migration (#60764) fix ng generate @angular/core
:output-migration. Fixes angular#58650 (#60763)reduce total memory usage of various migration schematics (#60776) language-service
Commit Description Do not provide element completions in end tag (#60616) Ensure dollar signs are escaped in completions (#60597) 19.2.5
... (truncated)
Changelog
Sourced from @angular/compiler
's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetection
is renamed toprovideZonelessChangeDetection
as it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFn
can now returnObservable
orPromise
. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testing
Use e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the in
keyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attribute
as optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
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 withinpackages/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 inng_package
(#60241)db53085
refactor(compiler): remove input transforms feature (#59980)- Additional commits viewable in compare view
Updates @angular/core
from 19.1.6 to 19.2.9
Release notes
Sourced from @angular/core
's releases.
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 ensure HMR works with different output module type (#60797) core
Commit Description fix docs for output migration (#60764) fix ng generate @angular/core
:output-migration. Fixes angular#58650 (#60763)reduce total memory usage of various migration schematics (#60776) language-service
Commit Description Do not provide element completions in end tag (#60616) Ensure dollar signs are escaped in completions (#60597) 19.2.5
... (truncated)
Changelog
Sourced from @angular/core
's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetection
is renamed toprovideZonelessChangeDetection
as it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFn
can now returnObservable
orPromise
. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testing
Use e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the in
keyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attribute
as optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
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 unusedAPP_EFFECT_SCHEDULER
in effect code (#59679)a554208
build: Run browsers tests withoutplatform-browser-dynamic
(#60937) (#61060)0ee1a6e
docs: add link label & paragraph for correct display (#60708)770587a
docs: add Security-DomSanitizer link in ElemnetRef&Renderer2 (#60708)6b76bca
Revert "build: Run browsers tests withoutplatform-browser-dynamic
(#60937)...946b844
fix(core): async EventEmitter error should not prevent stability (#61028)b2b8566
build: Run browsers tests withoutplatform-browser-dynamic
(#60937)9c4591c
refactor(core): Update FakeNavigation to extract some Angular quirks (#60961)- Additional commits viewable in compare view
Updates @angular/forms
from 19.1.6 to 19.2.9
Release notes
Sourced from @angular/forms
's releases.
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 ensure HMR works with different output module type (#60797) core