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 angular group across 1 directory with 13 updates #388

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the angular group with 13 updates in the / directory:

Package From To
@angular/cdk 19.1.1 19.1.3
@angular/common 19.1.3 19.1.5
@angular/compiler 19.1.3 19.1.5
@angular/core 19.1.3 19.1.5
@angular/forms 19.1.3 19.1.5
@angular/localize 19.1.3 19.1.5
@angular/platform-browser 19.1.3 19.1.5
@angular/platform-browser-dynamic 19.1.3 19.1.5
@angular/router 19.1.3 19.1.5
@angular/service-worker 19.1.3 19.1.5
@angular/build 19.1.4 19.1.6
@angular/cli 19.1.4 19.1.6
@angular/compiler-cli 19.1.3 19.1.5

Updates @angular/cdk from 19.1.1 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)

v19.1.2

19.1.2 "dolomite-domino" (2025-01-29)

google-maps

Commit Description
fix - 836ad799f hide info window node when opened with content (#30392)

material

Commit Description
fix - b68347467 button-toggle: incorrect shape of focus indicator in vertical group (#30376)
fix - 4a96a25e1 select: fixed text color for selected options in multiple select (#30367)
perf - 29f1da4fb button: Change frequently missed descendant selectors to child selectors (#30385)
perf - 5d6d25fc5 checkbox: Optimize css selectors (#30386)

cdk

Commit Description
fix - 0852c88ea dialog: default aria-modal to false (#30411)
fix - b72838b10 platform: preserve compatibility with angular versions less than 19.1 (#30401) (#30407)
fix - 5b4ca17d5 table: Column sizing and scrolling bug when number of columns in table changes (#30378)
fix - c1a3caeed text-field: auto sizing broken if user styles stretch the element (#30412)
fix - f936c97fb tree: fix broken examples in stackblitz (#30387)
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)

19.1.2 "dolomite-domino" (2025-01-29)

cdk

Commit Type Description
0852c88ea fix dialog: default aria-modal to false (#30411)
b72838b10 fix platform: preserve compatibility with angular versions less than 19.1 (#30401) (#30407)
5b4ca17d5 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)

... (truncated)

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.3 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)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

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

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
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)

... (truncated)

Commits
  • 873870f refactor(common): drop error messages in production (#59545)
  • 2c770a2 refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • b4b36ed refactor(common): tree-shake PreloadLinkCreator for client bundles (#59431)
  • 15cc74f refactor(common): simplify joinWithSlash (#59484)
  • b7b8da5 refactor(common): simplify null/undefined check in keyvalue pipe (#59696)
  • 60094d3 refactor(common): prevent duplicating Accept header name (#59546)
  • See full diff in compare view

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

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

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

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
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)

... (truncated)

Commits

Updates @angular/core from 19.1.3 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)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

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

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
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)

... (truncated)

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)
  • 544b9ee fix(core): check whether application is destroyed before printing hydration s...
  • fb90944 docs(core): Fix typo in documentation of linkedSignal (#59752)
  • cb1cb0c refactor(core): reuse host directive resolution logic (#59685)
  • 068cf29 refactor(core): remove unused LifecycleHooksFeature (#59678) (#59735)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.1.3 to 19.1.5

Release notes

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

Bumps the angular group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/cdk](https://github.com/angular/components) | `19.1.1` | `19.1.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.3` | `19.1.5` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.3` | `19.1.5` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.3` | `19.1.5` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.1.3` | `19.1.5` |
| [@angular/localize](https://github.com/angular/angular) | `19.1.3` | `19.1.5` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.3` | `19.1.5` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.3` | `19.1.5` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.1.3` | `19.1.5` |
| [@angular/service-worker](https://github.com/angular/angular/tree/HEAD/packages/service-worker) | `19.1.3` | `19.1.5` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.1.4` | `19.1.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.4` | `19.1.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.3` | `19.1.5` |



Updates `@angular/cdk` from 19.1.1 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.1...19.1.3)

Updates `@angular/common` from 19.1.3 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.3 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.3 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/forms` from 19.1.3 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/forms)

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

Updates `@angular/platform-browser` from 19.1.3 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.3 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.3 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/service-worker` from 19.1.3 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/service-worker)

Updates `@angular/build` from 19.1.4 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.4...19.1.6)

Updates `@angular/cli` from 19.1.4 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.4...19.1.6)

Updates `@angular/compiler-cli` from 19.1.3 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/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/service-worker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: 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
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

Superseded by #393.

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular-9a8aef20e1 branch February 17, 2025 10:39
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