Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group in /samples/AspireWithJavaScript/AspireJavaScript.Angular with 11 updates #746

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps the all-dependencies group in /samples/AspireWithJavaScript/AspireJavaScript.Angular with 11 updates:

Package From To
@angular/animations 19.2.1 19.2.2
@angular/common 19.2.1 19.2.2
@angular/compiler 19.2.1 19.2.2
@angular/core 19.2.1 19.2.2
@angular/forms 19.2.1 19.2.2
@angular/platform-browser 19.2.1 19.2.2
@angular/platform-browser-dynamic 19.2.1 19.2.2
@angular/router 19.2.1 19.2.2
@angular-devkit/build-angular 19.2.1 19.2.3
@angular/cli 19.2.1 19.2.3
@angular/compiler-cli 19.2.1 19.2.2

Updates @angular/animations from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/animations's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/animations's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/common from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/common's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/common's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • dad02c6 refactor(http): Make sur to pass context & transferCache from `httpResour...
  • 3076254 refactor(common): drop ngIf assert template error in production (#59705)
  • 90a16a1 fix(common): support equality function in httpResource (#60026)
  • See full diff in compare view

Updates @angular/compiler from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/compiler's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/core from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/core's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/core's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • 56b551d fix(compiler): incorrect spans for template literals (#60323) (#60331)
  • b6f22a7 refactor(core): inline standalone check to be dropped (#60305)
  • e98face docs: change xss doc url to angular new documentation (#59915)
  • b144dd9 fix(core): fix removal of a container reference used in the component file (#...
  • 30f6db3 refactor(core): log a warning instead of throwing error on OutputRef.emit w...
  • ec65169 refactor(core): replace PLATFORM_ID in initTransferState (#60299)
  • 5131794 docs: fix typo in desription (#60261)
  • bb12b30 fix(core): ensures immediate trigger fires properly with lazy loaded routes (...
  • b967ca6 Revert "fix(router): update symbols (#60233)" (#60236)
  • 7bcdf7c fix(router): update symbols (#60233)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/forms's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/forms's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/platform-browser from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/platform-browser's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/platform-browser's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • 484e0cf refactor(platform-browser): drop unsupported event target error message in pr...
  • See full diff in compare view

Updates @angular/platform-browser-dynamic from 19.2.1 to 19.2.2

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e...

Description has been truncated

Bumps the all-dependencies group in /samples/AspireWithJavaScript/AspireJavaScript.Angular with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.1` | `19.2.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.1` | `19.2.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.1` | `19.2.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.1` | `19.2.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.1` | `19.2.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.1` | `19.2.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.1` | `19.2.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.1` | `19.2.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.1` | `19.2.3` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.1` | `19.2.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.1` | `19.2.2` |


Updates `@angular/animations` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/animations)

Updates `@angular/common` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/common)

Updates `@angular/compiler` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/compiler)

Updates `@angular/core` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/core)

Updates `@angular/forms` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/forms)

Updates `@angular/platform-browser` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/router)

Updates `@angular-devkit/build-angular` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.1...19.2.3)

Updates `@angular/cli` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.2.1...19.2.3)

Updates `@angular/compiler-cli` from 19.2.1 to 19.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.2/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants