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

build(deps): bump the patch-and-minor-updates group across 1 directory with 24 updates

Closed
Number: #922
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: May 01, 2025 at 11:52 AM UTC
(4 months ago)
Updated: May 13, 2025 at 09:42 AM UTC
(4 months ago)
Closed: May 13, 2025 at 09:42 AM UTC
(4 months ago)
Time to Close: 12 days
Labels:
dependencies javascript
Description:

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
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f 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 to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. 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 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)
  • 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
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f 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 to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. 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 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)
  • 4a30a4e refactor(http): replace overriden method with a ts declare (#60278)
  • dad02c6 refactor(http): Make sur to pass context & 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
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f 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 to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. 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 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)
  • 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
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f 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 to provideZonelessChangeDetection as it is now "Developer Preview" rather than "Experimental".

router

  • The RedirectFn can now return Observable or Promise. 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 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)
  • 770587a docs: add Security-DomSanitizer link in ElemnetRef&Renderer2 (#60708)
  • 6b76bca Revert "build: Run browsers tests without platform-browser-dynamic (#60937)...
  • 946b844 fix(core): async EventEmitter error should not prevent stability (#61028)
  • b2b8566 build: Run browsers tests without platform-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
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+2652
Deletions:
-2490
Package Dependencies
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.14.1 → 22.15.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.7 → 19.2.10
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.6 → 19.2.9
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.7 → 19.2.10
Update Type:
Minor
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.1 → 3.5.3
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.5.3 → 5.8.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.31.0 → 8.31.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.6.0 → 5.7.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.6 → 5.1.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.0 → 19.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.0 → 19.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.0 → 19.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.5
Update Type:
Patch
Package:
rxjs
Ecosystem:
npm
Version Change:
7.8.1 → 7.8.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.5.0 → 2.5.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.0 → 3.4.0
Update Type:
Minor
Technical Details
ID: 1022347
UUID: 2493642652
Node ID: PR_kwDOFxofLc6Uofec
Host: GitHub
Repository: nl-design-system/example-with-angular
Mergeable: Yes
Merge State: Clean