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

build(deps): bump the angular group across 1 directory with 13 updates #1632

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

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

Package From To
@angular/animations 18.0.2 18.0.4
@angular/cdk 18.0.2 18.0.4
@angular/common 18.0.2 18.0.4
@angular/compiler 18.0.2 18.0.4
@angular/core 18.0.2 18.0.4
@angular/forms 18.0.2 18.0.4
@angular/material 18.0.2 18.0.4
@angular/platform-browser 18.0.2 18.0.4
@angular/platform-browser-dynamic 18.0.2 18.0.4
@angular/router 18.0.2 18.0.4
@angular-devkit/build-angular 18.0.3 18.0.5
@angular/cli 18.0.3 18.0.5
@angular/compiler-cli 18.0.2 18.0.4

Updates @angular/animations from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/animations's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)
Changelog

Sourced from @​angular/animations's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits

Updates @angular/cdk from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/cdk's releases.

v18.0.4

18.0.4 "caesium-carnival" (2024-06-20)

material

Commit Description
fix - 303984fd9 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - 69ae4040e bottom-sheet: changed after checked error with zoneless (#29277)
fix - 317e371f0 core: generate mat-optgroup tokens in M3 (#29257)
fix - 93bc60964 core: implement elevation classes in M3
fix - 6310016f2 form-field: outline label position (#29138)
fix - ce195dee4 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 9988ef2f5 menu: update elevation logic for M3
fix - bad8f6ad4 paginator: items per page form field touch target size insufficient (#29109)
fix - f834a11d2 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
fix - 8e7ac0804 overlay: incorrectly dispatching outside click for shadow DOM (#29249)

v18.0.3

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Description
fix - f6b993fdb7 dialog: Make autofocus work with animations disabled (#29195)
fix - 6dd1689b51 dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
fix - 81d4527f91 radio: mark radio-group for check on touch (#29203)
fix - 0f4d1862d3 schematics: estimate missing hues in M3 schematic (#29231)
fix - faf348438d snack-bar: fix overrides mixin name typo (#29180)
Changelog

Sourced from @​angular/cdk's changelog.

18.0.4 "caesium-carnival" (2024-06-20)

cdk

Commit Type Description
8e7ac0804 fix overlay: incorrectly dispatching outside click for shadow DOM (#29249)

material

Commit Type Description
303984fd9 fix autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
69ae4040e fix bottom-sheet: changed after checked error with zoneless (#29277)
317e371f0 fix core: generate mat-optgroup tokens in M3 (#29257)
93bc60964 fix core: implement elevation classes in M3
6310016f2 fix form-field: outline label position (#29138)
ce195dee4 fix menu: animation issue when same menu is used for multiple nested triggers (#29280)
9988ef2f5 fix menu: update elevation logic for M3
bad8f6ad4 fix paginator: items per page form field touch target size insufficient (#29109)
f834a11d2 fix tree: aria-expanded attribute should not appear in the leaf node (#29096)

18.1.0-next.2 "ivory-infinity" (2024-06-12)

cdk

Commit Type Description
0bc6583892 feat drag-drop: add mixed orientation support

material

Commit Type Description
6f698fa4e2 feat core: add option to configure prefix of system variables (#29139)
e7312037f7 fix dialog: Make autofocus work with animations disabled (#29195)
3b32d0e7c9 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
566057b8f5 fix divider: non-text color contrast issues (#28995)
e3abc65d7d fix radio: mark radio-group for check on touch (#29203)
3da43230e6 fix schematics: estimate missing hues in M3 schematic (#29231)
d717de5150 fix snack-bar: fix overrides mixin name typo (#29180)

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Type Description
f6b993fdb7 fix dialog: Make autofocus work with animations disabled (#29195)
6dd1689b51 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
81d4527f91 fix radio: mark radio-group for check on touch (#29203)
0f4d1862d3 fix schematics: estimate missing hues in M3 schematic (#29231)
faf348438d fix snack-bar: fix overrides mixin name typo (#29180)

... (truncated)

Commits
  • 0492351 release: cut the v18.0.4 release
  • ce195de fix(material/menu): animation issue when same menu is used for multiple neste...
  • 2dff093 build: configure vscode bazel integration (#29279)
  • 9c3242a Revert "fix(material/form-field): outline label position (#29138)" (#29282)
  • 69ae404 fix(material/bottom-sheet): changed after checked error with zoneless (#29277)
  • 6310016 fix(material/form-field): outline label position (#29138)
  • 401d898 build: fix rootDir (#29274)
  • d2d13db build: show ruler at 100 since we have a lint for it (#29276)
  • 62cbfa0 refactor(material/radio): simplify structural styles (#29271)
  • 45ab85d docs(material/toolbar): minor doc fixes (#29227)
  • Additional commits viewable in compare view

Updates @angular/common from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/common's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)
Changelog

Sourced from @​angular/common's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits

Updates @angular/compiler from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/compiler's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)
Changelog

Sourced from @​angular/compiler's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • ef660d1 refactor(compiler): expose shorthand object metadata in expression AST (#56405)
  • See full diff in compare view

Updates @angular/core from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/core's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)
Changelog

Sourced from @​angular/core's changelog.

18.0.4 (2024-06-20)

compiler-cli

Commit Type Description
ec0d1bf6f3 fix insert constant statements after the first group of imports (#56431)

core

Commit Type Description
83ffa94783 fix do not activate event replay when no events are registered (#56509)

router

Commit Type Description
5578681da2 fix Delay the view transition to ensure renders in microtasks complete (#56494)

18.1.0-next.2 (2024-06-12)

benchpress

Commit Type Description
31d9fa40bdb fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
ea3c8020565 feat Add a schematic to migrate afterRender phase flag (#55648)
a655e464479 feat Redesign the afterRender & afterNextRender phases API (#55648)
38effcc63ee fix Add back phase flag option as a deprecated API (#55648)
d5c6ee432fc fix async EventEmitter should contribute to app stability (#56308)
4c7d5d8acd8 fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

language-service

Commit Type Description
b400e2e4d4c feat autocompletion for the component not imported (#55595)

localize

Commit Type Description
81486c2f477 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
96aa5c8a2c9 fix resolve error in standalone migration (#56302)

router

Commit Type Description
a13f5da7730 feat Allow UrlTree as an input to routerLink (#56265)

... (truncated)

Commits
  • 69e0aa5 refactor(core): use performance API for Event Replay (#56509)
  • 83ffa94 fix(core): do not activate event replay when no events are registered (#56509)
  • 284705f refactor(core): missing space in zoneless warning (#56491)
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • 1d48e72 refactor(core): handle incomplete DOCUMENT instances during cleanup in test...
  • 38010d2 refactor(core): avoid exposing OutletInjector in injector resolution path (...
  • 5c2f308 refactor(core): ModelSignal should extend InputSignal (#56452)
  • 0dbca37 docs(core): remove the doc link for NG0952 (#56441)
  • a620231 Revert "refactor(core): Use ActionResolver in Dispatcher. (#56369)" (#56440)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.0.2 to 18.0.4

Release notes

Sourced from @​angular/forms's releases.

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Description has been truncated

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.0.2` | `18.0.4` |
| [@angular/cdk](https://github.com/angular/components) | `18.0.2` | `18.0.4` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.0.2` | `18.0.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.0.2` | `18.0.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.0.2` | `18.0.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.0.2` | `18.0.4` |
| [@angular/material](https://github.com/angular/components) | `18.0.2` | `18.0.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.0.2` | `18.0.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.0.2` | `18.0.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.0.2` | `18.0.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `18.0.3` | `18.0.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.0.3` | `18.0.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.0.2` | `18.0.4` |



Updates `@angular/animations` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/animations)

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

Updates `@angular/common` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/common)

Updates `@angular/compiler` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/compiler)

Updates `@angular/core` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/core)

Updates `@angular/forms` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/forms)

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

Updates `@angular/platform-browser` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/router)

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

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

Updates `@angular/compiler-cli` from 18.0.2 to 18.0.4
- [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/18.0.4/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- 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/material"
  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-devkit/build-angular"
  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 requested a review from MoritzWeber0 as a code owner June 24, 2024 16:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
Copy link

sonarcloud bot commented Jun 24, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/angular-eef56e4c9a branch July 1, 2024 16:50
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.

None yet

0 participants