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 in /frontend with 13 updates #1698

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps the angular group in /frontend with 13 updates:

Package From To
@angular/animations 18.1.3 18.1.4
@angular/cdk 18.1.3 18.1.4
@angular/common 18.1.3 18.1.4
@angular/compiler 18.1.3 18.1.4
@angular/core 18.1.3 18.1.4
@angular/forms 18.1.3 18.1.4
@angular/material 18.1.3 18.1.4
@angular/platform-browser 18.1.3 18.1.4
@angular/platform-browser-dynamic 18.1.3 18.1.4
@angular/router 18.1.3 18.1.4
@angular-devkit/build-angular 18.1.3 18.1.4
@angular/cli 18.1.3 18.1.4
@angular/compiler-cli 18.1.3 18.1.4

Updates @angular/animations from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/animations's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

Sourced from @​angular/animations's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits

Updates @angular/cdk from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/cdk's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)
Changelog

Sourced from @​angular/cdk's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

Commits

Updates @angular/common from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/common's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

Sourced from @​angular/common's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits

Updates @angular/compiler from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/compiler's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

Sourced from @​angular/compiler's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits
  • 6a99f83 fix(compiler): reduce chance of conflicts between generated factory and local...
  • ad29621 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • See full diff in compare view

Updates @angular/core from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/core's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

Sourced from @​angular/core's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits

Updates @angular/forms from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/forms's releases.

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

Sourced from @​angular/forms's changelog.

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits

Updates @angular/material from 18.1.3 to 18.1.4

Release notes

Sourced from @​angular/material's releases.

v18.1.4

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Description
fix - 2b5ae8c0ed chips: missing tokens in M3 (#29531)
fix - b98432839e sidenav: disable focus trap while closed (#29548)
Changelog

Sourced from @​angular/material's changelog.

18.1.4 "pewter-polka" (2024-08-07)

material

Commit Type Description
2b5ae8c0ed fix chips: missing tokens in M3 (#29531)
b98432839e fix sidenav: disable focus trap while closed (#29548)

18.2.0-next.3 "gold-medal" (2024-07-31)

cdk

Commit Type Description
c9078d1d1a fix coercion: Return undefined when the fallback value is undefined (#29491)

material

Commit Type Description
0af3b61750 feat radio: add the ability to interact with disabled radio buttons (#29490)
4292e1b3a0 feat slide-toggle: add the ability to interact with disabled toggle (#29502)
5403b2b316 fix chips: remove tab-index attribute from mat-chip host (#29436)
6d701146cc fix core: custom system-level variable prefix not used in some mixins (#29513)
95d1354cdd fix dialog: invalid font-family declaration (#29516)
fd47a0e60d fix radio: avoid error if destroyed quickly (#29507)
5892acfde3 fix slide-toggle: don't trigger active state for entire container (#29514)
1aa8512ebe fix slide-toggle: remove divs from button (#29485)

multiple

Commit Type Description
db5b8dc29b feat fallback to system level variables (#29480)

Commits

Updates @angular/platform-browser from 18.1.3 to 18.1.4

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Description
fix - 6ac209c24f avoid generating TS suggestion diagnostics for templates (#56241)
Changelog

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

18.1.4 (2024-08-07)

compiler

Commit Type Description
6a99f83659 fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
afb05ff1cb fix support JIT transforms before other transforms modifying classes (#57262)
bae54a1621 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

Commit Type Description
6ac209c24f fix avoid generating TS suggestion diagnostics for templates (#56241)

18.2.0-next.4 (2024-08-05)

compiler-cli

Commit Type Description
e2259c7b09 fix support JIT transforms before other transforms modifying classes (#57262)

core

Commit Type Description
827070e331 fix Do not run image performance warning checks on server (#57234)

language-service

Commit Type Description
4bb9d0f923 fix avoid generating TS suggestion diagnostics for templates (#56241)

router

Commit Type Description
6c76c91e15 feat Add defaultQueryParamsHandling to router configuration (#57198)

18.2.0-next.3 (2024-07-31)

compiler

Commit Type Description
67e09404db fix reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Type Description
0f0a1f2836 fix emitting references to ngtypecheck files (#57138)
e11c0c42d2 fix run JIT transforms on @NgModule classes with jit: true (#57212)

core

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 18.1.3 to 18.1.4

Release notes

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

v18.1.4

18.1.4 (2024-08-07)

compiler

Commit Description
fix - 6a99f83659 reduce chance of conflicts between generated factory and local variables (#57181)

compiler-cli

Commit Description
fix - afb05ff1cb support JIT transforms before other transforms modifying classes (#57262)
perf - bae54a1621 improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291)

language-service

<...

Description has been truncated

Commit

Bumps the angular group in /frontend with 13 updates:

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


Updates `@angular/animations` from 18.1.3 to 18.1.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.1.4/packages/animations)

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

Updates `@angular/common` from 18.1.3 to 18.1.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.1.4/packages/common)

Updates `@angular/compiler` from 18.1.3 to 18.1.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.1.4/packages/compiler)

Updates `@angular/core` from 18.1.3 to 18.1.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.1.4/packages/core)

Updates `@angular/forms` from 18.1.3 to 18.1.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.1.4/packages/forms)

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

Updates `@angular/platform-browser` from 18.1.3 to 18.1.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.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.1.3 to 18.1.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.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.1.3 to 18.1.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.1.4/packages/router)

Updates `@angular-devkit/build-angular` from 18.1.3 to 18.1.4
- [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.1.3...18.1.4)

Updates `@angular/cli` from 18.1.3 to 18.1.4
- [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.1.3...18.1.4)

Updates `@angular/compiler-cli` from 18.1.3 to 18.1.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.1.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 August 12, 2024 16:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 12, 2024
Copy link

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

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

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/angular-1edff61252 branch August 19, 2024 16:45
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