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

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

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 Feb 10, 2025

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

Package From To
@angular/animations 19.1.4 19.1.5
@angular/cdk 19.1.2 19.1.3
@angular/common 19.1.4 19.1.5
@angular/compiler 19.1.4 19.1.5
@angular/core 19.1.4 19.1.5
@angular/material 19.1.2 19.1.3
@angular/platform-browser 19.1.4 19.1.5
@angular/platform-browser-dynamic 19.1.4 19.1.5
@angular/router 19.1.4 19.1.5
@angular/build 19.1.5 19.1.6
@angular/cli 19.1.5 19.1.6
@angular/compiler-cli 19.1.4 19.1.5

Updates @angular/animations from 19.1.4 to 19.1.5

Release notes

Sourced from @​angular/animations's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)
Changelog

Sourced from @​angular/animations's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

Commits

Updates @angular/cdk from 19.1.2 to 19.1.3

Release notes

Sourced from @​angular/cdk's releases.

v19.1.3

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Description
fix - 37436bd299 button-toggle: make null value selected on init (#25553)
fix - 8568cd5ad1 chips: Async chips with a delay are not highlighted (#27399)
fix - 8a99cf45f5 datepicker: set aria-expanded on datepicker toggle (#30438)
fix - 6d96869bdb sidenav: end positioned sidenav not opening in RTL (#30427)
perf - 9e152910b1 button: Optimize the remaining descendant state selector. (#30428)
perf - 6bd376174e checkbox: Optimize more expensive selectors (#30409)
Changelog

Sourced from @​angular/cdk's changelog.

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Type Description
37436bd299 fix button-toggle: make null value selected on init (#25553)
8568cd5ad1 fix chips: Async chips with a delay are not highlighted (#27399)
8a99cf45f5 fix datepicker: set aria-expanded on datepicker toggle (#30438)
6d96869bdb fix sidenav: end positioned sidenav not opening in RTL (#30427)
9e152910b1 perf button: Optimize the remaining descendant state selector. (#30428)
6bd376174e perf checkbox: Optimize more expensive selectors (#30409)

19.2.0-next.2 "brazilianite-belt" (2025-01-30)

cdk

Commit Type Description
c1ff40f3b fix dialog: default aria-modal to false (#30411)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#30401)
8950ec372 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)
73022d8e2 fix text-field: auto sizing broken if user styles stretch the element (#30412)
8b876d8e4 fix tree: fix broken examples in stackblitz (#30387)

material

Commit Type Description
0776acc1e fix bottom-sheet: switch away from animations module (#30402)
e91d5091b fix button-toggle: incorrect shape of focus indicator in vertical group (#30376)
86ad51501 fix select: avoid error if panel is closed too quickly (#30408)
11f02eecc fix select: fixed text color for selected options in multiple select (#30367)
a44b34794 fix select: switch away from animations module
eb8e998c6 fix snack-bar: switch away from animations module (#30381)
992aff18c fix timepicker: switch away from animations module (#30404)
21586aee8 perf button: Change frequently missed descendant selectors to child selectors (#30385)
e4388c6f2 perf checkbox: Optimize css selectors (#30386)

google-maps

Commit Type Description
61103c542 fix hide info window node when opened with content (#30392)

Commits
  • 895bf0e release: cut the v19.1.3 release
  • 11209b4 build: fix failing test (#30443)
  • 8568cd5 fix(material/chips): Async chips with a delay are not highlighted (#27399)
  • 8a99cf4 fix(material/datepicker): set aria-expanded on datepicker toggle (#30438)
  • 9e15291 perf(material/button): Optimize the remaining descendant state selector. (#30...
  • 30ac014 docs: update links for Shadow DOM & Constructable Stylesheets (#30433)
  • 6d96869 fix(material/sidenav): end positioned sidenav not opening in RTL (#30427)
  • 6bd3761 perf(material/checkbox): Optimize more expensive selectors (#30409)
  • d439703 docs: clear input field whenever a selection is (#30396)
  • db54307 Updated selectors in CSS snippet as per HTML snippet (#30424)
  • Additional commits viewable in compare view

Updates @angular/common from 19.1.4 to 19.1.5

Release notes

Sourced from @​angular/common's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)
Changelog

Sourced from @​angular/common's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

Commits

Updates @angular/compiler from 19.1.4 to 19.1.5

Release notes

Sourced from @​angular/compiler's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)
Changelog

Sourced from @​angular/compiler's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

Commits

Updates @angular/core from 19.1.4 to 19.1.5

Release notes

Sourced from @​angular/core's releases.

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)
Changelog

Sourced from @​angular/core's changelog.

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

19.2.0-next.1 (2025-01-29)

core

Commit Type Description
168516462a9 feat support default value in resource() (#59655)
6c92d653493 fix add hasValue narrowing to ResourceRef (#59708)
96e602ebe9c fix cancel in-progress request when same value is assigned (#59280)
cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716)
82876242e55 fix ensure type is preserved during HMR (#59700)
127fc0dc847 fix fix resource()'s previous.state (#59708)
f862ace1819 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
0c1ecb453c8 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
e6cb411e439 fix automatically disable animations on the server (#59762)
6b09716754b fix prepend baseHref to sourceMappingURL in CSS content (#59730)
fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

platform-server

Commit Type Description
fc5d187da5e fix decouple server from animations module (#59762)

router

Commit Type Description
c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
e2987a1d4ab fix add missing rxjs peer dependency (#59747)

Commits
  • 2137f80 refactor(core): minor code cleanups (#59843)
  • 802397d refactor(core): reuse element end first creation pass (#59843)
  • 724885b refactor(core): reuse element first create pass in ComponentRef (#59843)
  • ad01b6a refactor(core): move directive matching logic to a separate file (#59843)
  • 2a0731f refactor(core): reuse existing logic in ComponentRef impl (#59806)
  • cde83e9 refactor(core): move callAndReportToErrorHandler to bootstrap file (#59793)
  • See full diff in compare view

Updates @angular/material from 19.1.2 to 19.1.3

Release notes

Sourced from @​angular/material's releases.

v19.1.3

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Description
fix - 37436bd299 button-toggle: make null value selected on init (#25553)
fix - 8568cd5ad1 chips: Async chips with a delay are not highlighted (#27399)
fix - 8a99cf45f5 datepicker: set aria-expanded on datepicker toggle (#30438)
fix - 6d96869bdb sidenav: end positioned sidenav not opening in RTL (#30427)
perf - 9e152910b1 button: Optimize the remaining descendant state selector. (#30428)
perf - 6bd376174e checkbox: Optimize more expensive selectors (#30409)
Changelog

Sourced from @​angular/material's changelog.

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Type Description
37436bd299 fix button-toggle: make null value selected on init (#25553)
8568cd5ad1 fix chips: Async chips with a delay are not highlighted (#27399)
8a99cf45f5 fix datepicker: set aria-expanded on datepicker toggle (#30438)
6d96869bdb fix sidenav: end positioned sidenav not opening in RTL (#30427)
9e152910b1 perf button: Optimize the remaining descendant state selector. (#30428)
6bd376174e perf checkbox: Optimize more expensive selectors (#30409)

19.2.0-next.2 "brazilianite-belt" (2025-01-30)

cdk

Commit Type Description
c1ff40f3b fix dialog: default aria-modal to false (#30411)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#30401)
8950ec372 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)
73022d8e2 fix text-field: auto sizing broken if user styles stretch the element (#30412)
8b876d8e4 fix tree: fix broken examples in stackblitz (#30387)

material

Commit Type Description
0776acc1e fix bottom-sheet: switch away from animations module (#30402)
e91d5091b fix button-toggle: incorrect shape of focus indicator in vertical group (#30376)
86ad51501 fix select: avoid error if panel is closed too quickly (#30408)
11f02eecc fix select: fixed text color for selected options in multiple select (#30367)
a44b34794 fix select: switch away from animations module
eb8e998c6 fix snack-bar: switch away from animations module (#30381)
992aff18c fix timepicker: switch away from animations module (#30404)
21586aee8 perf button: Change frequently missed descendant selectors to child selectors (#30385)
e4388c6f2 perf checkbox: Optimize css selectors (#30386)

google-maps

Commit Type Description
61103c542 fix hide info window node when opened with content (#30392)

Commits
  • 895bf0e release: cut the v19.1.3 release
  • 11209b4 build: fix failing test (#30443)
  • 8568cd5 fix(material/chips): Async chips with a delay are not highlighted (#27399)
  • 8a99cf4 fix(material/datepicker): set aria-expanded on datepicker toggle (#30438)
  • 9e15291 perf(material/button): Optimize the remaining descendant state selector. (#30...
  • 30ac014 docs: update links for Shadow DOM & Constructable Stylesheets (#30433)
  • 6d96869 fix(material/sidenav): end positioned sidenav not opening in RTL (#30427)
  • 6bd3761 perf(material/checkbox): Optimize more expensive selectors (#30409)
  • d439703 docs: clear input field whenever a selection is (#30396)
  • db54307 Updated selectors in CSS snippet as per HTML snippet (#30424)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 19.1.4 to 19.1.5

Release notes

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

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)
Changelog

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

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.1.4` | `19.1.5` |
| [@angular/cdk](https://github.com/angular/components) | `19.1.2` | `19.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.4` | `19.1.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.4` | `19.1.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.4` | `19.1.5` |
| [@angular/material](https://github.com/angular/components) | `19.1.2` | `19.1.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.4` | `19.1.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.4` | `19.1.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.1.4` | `19.1.5` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.1.5` | `19.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.5` | `19.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.4` | `19.1.5` |


Updates `@angular/animations` from 19.1.4 to 19.1.5
- [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.1.5/packages/animations)

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

Updates `@angular/common` from 19.1.4 to 19.1.5
- [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.1.5/packages/common)

Updates `@angular/compiler` from 19.1.4 to 19.1.5
- [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.1.5/packages/compiler)

Updates `@angular/core` from 19.1.4 to 19.1.5
- [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.1.5/packages/core)

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

Updates `@angular/platform-browser` from 19.1.4 to 19.1.5
- [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.1.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.1.4 to 19.1.5
- [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.1.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.1.4 to 19.1.5
- [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.1.5/packages/router)

Updates `@angular/build` from 19.1.5 to 19.1.6
- [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.1.5...19.1.6)

Updates `@angular/cli` from 19.1.5 to 19.1.6
- [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.1.5...19.1.6)

Updates `@angular/compiler-cli` from 19.1.4 to 19.1.5
- [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.1.5/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Copy link

netlify bot commented Feb 10, 2025

Deploy Preview for springwolf-ui failed.

Name Link
🔨 Latest commit edff20a
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/67aa7a57287d0f0008f17ed6

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