Skip to content

chore(deps): Bump the dependencies-angular group in /springwolf-ui with 12 updates #1290

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

Package From To
@angular/animations 19.2.8 19.2.9
@angular/cdk 19.2.11 19.2.14
@angular/common 19.2.8 19.2.9
@angular/compiler 19.2.8 19.2.9
@angular/core 19.2.8 19.2.9
@angular/material 19.2.11 19.2.14
@angular/platform-browser 19.2.8 19.2.9
@angular/platform-browser-dynamic 19.2.8 19.2.9
@angular/router 19.2.8 19.2.9
@angular/build 19.2.9 19.2.10
@angular/cli 19.2.9 19.2.10
@angular/compiler-cli 19.2.8 19.2.9

Updates @angular/animations from 19.2.8 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)
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

Updates @angular/cdk from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/cdk's releases.

19.2.14

No release notes provided.

19.2.13

No release notes provided.

19.2.12

google-maps

Commit Description
fix - 278f29e90 implicitly include google.maps types instead of the triple slash workaround (#30942)

material

Commit Description
fix - 5fa518581 chips: icon cut off when text-spacing is increased (#30867)
fix - 5efd099a3 schematics: surface-container-low token not emitted (#30985)
fix - 47ae20144 table: height tokens not applying to flex table (#30978)
fix - 9a8d136d6 tabs: flicker when animationDuration is set to zero (#30966) (#30968)

cdk

Commit Description
fix - 63c5e0068 overlay: reduce touch interaction delay on backdrop (#30971)
fix - 00dac592a stepper: resolve null pointer errors (#30944)

multiple

Commit Description
fix - 33a721716 ensure mat-option parents are the offsetParent (#30977) (#30980)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.14 "sodium-scallop" (2025-05-01)

20.0.0-next.8 "glutamate-gyoza" (2025-04-23)

cdk

Commit Type Description
cf619601a8 feat drag-drop: introduce resetToBoundary (#30436)
a2ab84da17 fix dialog: provide proper shaped Directionality (#30898)
1dd643e208 fix overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
22876a904e fix schematics: account for new karma builder (#30907)
08f4acfefd perf overlay: add tree-shakeable alternatives for overlay APIs (#30904)

material

Commit Type Description
204b289588 fix list: update documentation (#30883)

cdk-experimental

Commit Type Description
e0446ecfcb fix listbox: change shift+nav behavior (#30854)

multiple

Commit Type Description
48894ad557 fix use DI token for tag name (#30892)

Commits

Updates @angular/common from 19.2.8 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)
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

Updates @angular/compiler from 19.2.8 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)
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

Updates @angular/core from 19.2.8 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)
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/material from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/material's releases.

19.2.14

No release notes provided.

19.2.13

No release notes provided.

19.2.12

google-maps

Commit Description
fix - 278f29e90 implicitly include google.maps types instead of the triple slash workaround (#30942)

material

Commit Description
fix - 5fa518581 chips: icon cut off when text-spacing is increased (#30867)
fix - 5efd099a3 schematics: surface-container-low token not emitted (#30985)
fix - 47ae20144 table: height tokens not applying to flex table (#30978)
fix - 9a8d136d6 tabs: flicker when animationDuration is set to zero (#30966) (#30968)

cdk

Commit Description
fix - 63c5e0068 overlay: reduce touch interaction delay on backdrop (#30971)
fix - 00dac592a stepper: resolve null pointer errors (#30944)

multiple

Commit Description
fix - 33a721716 ensure mat-option parents are the offsetParent (#30977) (#30980)
Changelog

Sourced from @​angular/material's changelog.

19.2.14 "sodium-scallop" (2025-05-01)

20.0.0-next.8 "glutamate-gyoza" (2025-04-23)

cdk

Commit Type Description
cf619601a8 feat drag-drop: introduce resetToBoundary (#30436)
a2ab84da17 fix dialog: provide proper shaped Directionality (#30898)
1dd643e208 fix overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
22876a904e fix schematics: account for new karma builder (#30907)
08f4acfefd perf overlay: add tree-shakeable alternatives for overlay APIs (#30904)

material

Commit Type Description
204b289588 fix list: update documentation (#30883)

cdk-experimental

Commit Type Description
e0446ecfcb fix listbox: change shift+nav behavior (#30854)

multiple

Commit Type Description
48894ad557 fix use DI token for tag name (#30892)

Commits

Updates @angular/platform-browser from 19.2.8 to 19.2.9

Release notes

Sourced from @​angular/platform-browser'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)
Changelog

Sourced from @​angular/platform-browser'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

Updates @angular/platform-browser-dynamic from 19.2.8 to 19.2.9

Release notes

Sourced from @​angular/platform-browser-dynamic'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)
Changelog

Sourced from @​angular/platform-browser-dynamic'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

Updates @angular/router from 19.2.8 to 19.2.9

Release notes

Sourced from @​angular/router'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)
Changelog

Sourced from Description has been truncated

Bumps the dependencies-angular group in /springwolf-ui with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.8` | `19.2.9` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.11` | `19.2.14` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.8` | `19.2.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.8` | `19.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.8` | `19.2.9` |
| [@angular/material](https://github.com/angular/components) | `19.2.11` | `19.2.14` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.8` | `19.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.8` | `19.2.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.8` | `19.2.9` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.2.9` | `19.2.10` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.9` | `19.2.10` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.8` | `19.2.9` |


Updates `@angular/animations` from 19.2.8 to 19.2.9
- [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.9/packages/animations)

Updates `@angular/cdk` from 19.2.11 to 19.2.14
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.11...19.2.14)

Updates `@angular/common` from 19.2.8 to 19.2.9
- [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.9/packages/common)

Updates `@angular/compiler` from 19.2.8 to 19.2.9
- [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.9/packages/compiler)

Updates `@angular/core` from 19.2.8 to 19.2.9
- [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.9/packages/core)

Updates `@angular/material` from 19.2.11 to 19.2.14
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.11...19.2.14)

Updates `@angular/platform-browser` from 19.2.8 to 19.2.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.8 to 19.2.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.8 to 19.2.9
- [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.9/packages/router)

Updates `@angular/build` from 19.2.9 to 19.2.10
- [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.9...19.2.10)

Updates `@angular/cli` from 19.2.9 to 19.2.10
- [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.9...19.2.10)

Updates `@angular/compiler-cli` from 19.2.8 to 19.2.9
- [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.9/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-version: 19.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-version: 19.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/build"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 19.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2025
Copy link

netlify bot commented May 5, 2025

Deploy Preview for springwolf-ui failed.

Name Link
🔨 Latest commit 2981de2
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/681949728510e800099a5b94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants