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 in /webui with 13 updates #1458

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the angular group in /webui with 13 updates:

Package From To
@angular/animations 19.0.5 19.0.6
@angular/cdk 19.0.4 19.0.5
@angular/common 19.0.5 19.0.6
@angular/compiler 19.0.5 19.0.6
@angular/core 19.0.5 19.0.6
@angular/forms 19.0.5 19.0.6
@angular/material 19.0.4 19.0.5
@angular/platform-browser 19.0.5 19.0.6
@angular/platform-browser-dynamic 19.0.5 19.0.6
@angular/router 19.0.5 19.0.6
@angular-devkit/build-angular 19.0.6 19.0.7
@angular/cli 19.0.6 19.0.7
@angular/compiler-cli 19.0.5 19.0.6

Updates @angular/animations from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/animations's releases.

v19.0.6

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)
Changelog

Sourced from @​angular/animations's changelog.

19.0.6 (2025-01-08)

compiler-cli

Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#59393)

router

Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#59300)

19.1.0-next.4 (2024-12-18)

core

Commit Type Description
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
1f4ff2fa36 fix avoid triggering on timer and on idle on the server (#59177)
cf89f14766 fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
300b141cc8 fix Warn user when transfer state happens more than once (#58935)

Commits
  • 6d00efd fix(platform-browser): styles not replaced during HMR when using animations r...
  • See full diff in compare view

Updates @angular/cdk from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/cdk's releases.

v19.0.5

19.0.5 "silk-sky" (2025-01-08)

cdk-experimental

Commit Description
perf - 4a040cb9f column-resize: Use ResizeObserver to avoid layout thrashing (#30215)

material

Commit Description
fix - 85c6e54a5 datepicker: simplify DI setup (#30247)
fix - 1eb6cabcc sidenav: remove deprecated API usage (#30268)
fix - 4618b5b7c sidenav: switch away from animations module (#30235)
fix - 10e752a52 sort: show arrow on focus (#30217)
fix - e8a099179 timepicker: don't mark as touched when blurred while dropdown is open (#30228)
perf - f9f8df348 tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214)

cdk

Commit Description
fix - 64d8df8bd menu: avoid re-opening the menu on enter (#30263)
fix - 5b04e1733 tree: expandAll not expanding all nodes (#30226)
Changelog

Sourced from @​angular/cdk's changelog.

19.0.5 "silk-sky" (2025-01-08)

cdk

Commit Type Description
64d8df8bd fix menu: avoid re-opening the menu on enter (#30263)
5b04e1733 fix tree: expandAll not expanding all nodes (#30226)

material

Commit Type Description
85c6e54a5 fix datepicker: simplify DI setup (#30247)
1eb6cabcc fix sidenav: remove deprecated API usage (#30268)
4618b5b7c fix sidenav: switch away from animations module (#30235)
10e752a52 fix sort: show arrow on focus (#30217)
e8a099179 fix timepicker: don't mark as touched when blurred while dropdown is open (#30228)
f9f8df348 perf tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214)

cdk-experimental

Commit Type Description
4a040cb9f perf column-resize: Use ResizeObserver to avoid layout thrashing (#30215)

19.1.0-next.3 "cotton-curtains" (2024-12-18)

cdk

Commit Type Description
62a672af0d feat dialog: expose cdk dialog docs (#1144)
a0a16fc70e feat menu: expose cdk menu docs (#1142)
a141c22e99 fix drag-drop: resolve projected handles
454d9f9c09 fix drag-drop: stop dragging on touchcancel (#30184)
d34d2a2ca3 fix testing: add code to keyboard events (#30188)

material

Commit Type Description
057ed370aa fix api-theme: fix nav items hover/focus contrast (#1004)
3163040850 fix docs: change twitter logo (#1245)
4697d8e180 fix list: enable MacOS select all with command+a (#30183)
4620df14f7 fix menu: remove dependency on animations module (#30163)
c12b73ee66 fix table: improve filter predicate efficiency (#30172)
04a7652dca fix table: set border none for header cells on last row (#30193)
a0b5546111 fix theme: unselected theme picker
b924e869c5 fix theming: fix not found error in the guide duplicate theming styles document (#30108)
c04f84fd3b fix tooltip: body line height affecting gap (#30164)

cdk-experimental

Commit Type Description
50d906b3e3 fix column-resize: Previous size was being sent for persistance rather than newly updated size in non-live resize mode. (#30161)

... (truncated)

Commits
  • b879ba7 release: cut the v19.0.5 release
  • 2585350 docs: Update references to M2 theming guide color variants section and add li...
  • 1eb6cab fix(material/sidenav): remove deprecated API usage (#30268)
  • 629f91a build: update angular shared dev-infra code to 359350b (#30274)
  • 4618b5b fix(material/sidenav): switch away from animations module (#30235)
  • 623af57 refactor(material/paginator): switch to inject function (#30253)
  • 0122bc5 docs(cdk/overlay): keep state in sync in example (#30237)
  • 85c6e54 fix(material/datepicker): simplify DI setup (#30247)
  • c5201f8 build: bump year (#30257)
  • 64d8df8 fix(cdk/menu): avoid re-opening the menu on enter (#30263)
  • Additional commits viewable in compare view

Updates @angular/common from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/common's releases.

v19.0.6

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)
Changelog

Sourced from @​angular/common's changelog.

19.0.6 (2025-01-08)

compiler-cli

Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#59393)

router

Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#59300)

19.1.0-next.4 (2024-12-18)

core

Commit Type Description
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
1f4ff2fa36 fix avoid triggering on timer and on idle on the server (#59177)
cf89f14766 fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
300b141cc8 fix Warn user when transfer state happens more than once (#58935)

Commits

Updates @angular/compiler from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/compiler's releases.

v19.0.6

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)
Changelog

Sourced from @​angular/compiler's changelog.

19.0.6 (2025-01-08)

compiler-cli

Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#59393)

router

Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#59300)

19.1.0-next.4 (2024-12-18)

core

Commit Type Description
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
1f4ff2fa36 fix avoid triggering on timer and on idle on the server (#59177)
cf89f14766 fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
300b141cc8 fix Warn user when transfer state happens more than once (#58935)

Commits

Updates @angular/core from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/core's releases.

v19.0.6

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)
Changelog

Sourced from @​angular/core's changelog.

19.0.6 (2025-01-08)

compiler-cli

Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#59393)

router

Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#59300)

19.1.0-next.4 (2024-12-18)

core

Commit Type Description
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
1f4ff2fa36 fix avoid triggering on timer and on idle on the server (#59177)
cf89f14766 fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
300b141cc8 fix Warn user when transfer state happens more than once (#58935)

Commits
  • 07afce8 fix(core): Ensure that a destroyed effect never run. (#59415)
  • 74ce629 refactor(platform-browser): improve error message for UNEXPECTED_SYNTHETIC_PR...
  • 7353054 refactor(core): drop DEFER_BLOCK_DEPENDENCY_INTERCEPTOR in production (#59381)
  • c82ad87 refactor(core): remove outdated comment. (#59401)
  • f3bc92b refactor: remove unnecessary TSLint rule flags (#59365)
  • 6d00efd fix(platform-browser): styles not replaced during HMR when using animations r...
  • 5f0931b refactor(core): tree-shake ApplicationRef.warnIfDestroyed (#59269)
  • 7e40ef2 docs: Add NG0750 to errors list (#59265)
  • See full diff in compare view

Updates @angular/forms from 19.0.5 to 19.0.6

Release notes

Sourced from @​angular/forms's releases.

v19.0.6

19.0.6 (2025-01-08)

compiler-cli

Commit Description
fix - 06a55e9817 account for more expression types when determining HMR dependencies (#59323)
fix - 17fb20f85d preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Description
fix - 07afce81b8 Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Description
fix - dbb8980d03 avoid circular DI error in async renderer (#59271)
fix - 6d00efde95 styles not replaced during HMR when using animations renderer (#59393)

router

Commit Description
fix - 144bccb687 avoid component ID collisions with user code (#59300)
Changelog

Sourced from @​angular/forms's changelog.

19.0.6 (2025-01-08)

compiler-cli

Commit Type Description
06a55e9817 fix account for more expression types when determining HMR dependencies (#59323)
17fb20f85d fix preserve defer block dependencies during HMR when class metadata is disabled (#59313)

core

Commit Type Description
07afce81b8 fix Ensure that a destroyed effect never run. (#59415)

platform-browser

Commit Type Description
dbb8980d03 fix avoid circular DI error in async renderer (#59271)
6d00efde95 fix styles not replaced during HMR when using animations renderer (#59393)

router

Commit Type Description
144bccb687 fix avoid component ID collisions with user code (#59300)

19.1.0-next.4 (2024-12-18)

core

Commit Type Description
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
1f4ff2fa36 fix avoid triggering on timer and on idle on the server (#59177)
cf89f14766 fix Fix nested timer serialization (#59173)

platform-server

Commit Type Description
300b141cc8 fix Warn user when transfer state happens more than once (#58935)

Commits

Updates @angular/material from 19.0.4 to 19.0.5

Release notes

Sourced from @​angular/material's releases.

v19.0.5

19.0.5 "silk-sky" (2025-01-08)

cdk-experimental

Commit Description
perf - 4a040cb9f column-resize: Use ResizeObserver to avoid layout thrashing (#30215)

material

Commit Description
fix - 85c6e54a5 datepicker: simplify DI setup (#30247)
fix - 1eb6cabcc sidenav: remove deprecated API usage (#30268)
fix - 4618b5b7c sidenav: switch away from animations module (#30235)
fix - 10e752a52 sort: show arrow on focus (#30217)
fix - e8a099179 timepicker: don't mark as touched when blurred while dropdown is open (#30228)
perf - f9f8df348 tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214)

cdk

Commit Description
fix - 64d8df8bd menu: avoid re-opening the menu on enter (#30263)
fix - 5b04e1733 tree: expandAll not expanding all nodes (#30226)
Changelog

Sourced from @​angular/material's changelog.

19.0.5 "silk-sky" (2025-01-08)

cdk

Commit Type Description
64d8df8bd fix menu: avoid re-opening the menu on enter (#30263)
5b04e1733 fix tree: expandAll not expanding all nodes (#30226)

material

Commit Type Description
85c6e54a5 fix datepicker: simplify DI setup (#30247)
1eb6cabcc fix sidenav: remove deprecated API usage (#30268)
4618b5b7c fix sidenav: switch away from animations module (#30235)
10e752a52 fix sort: show arrow on focus (#30217)
e8a099179 fix timepicker: don't mark as touched when blurred while dropdown is open (#30228)
f9f8df348 perf tooltip: Tiny but measurable optimization to MatTooltip construction. Defer hooking up to directionality changes until overlay is created. (#30214)

cdk-experimental

Commit Type Description
4a040cb9f perf column-resize: Use ResizeObserver to avoid layout thrashing (#30215)

19.1.0-next.3 "cotton-curtains" (2024-12-18)

cdk

Commit Type Description
62a672af0dDescription has been truncated

Bumps the angular group in /webui with 13 updates:

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


Updates `@angular/animations` from 19.0.5 to 19.0.6
- [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.0.6/packages/animations)

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

Updates `@angular/common` from 19.0.5 to 19.0.6
- [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.0.6/packages/common)

Updates `@angular/compiler` from 19.0.5 to 19.0.6
- [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.0.6/packages/compiler)

Updates `@angular/core` from 19.0.5 to 19.0.6
- [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.0.6/packages/core)

Updates `@angular/forms` from 19.0.5 to 19.0.6
- [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.0.6/packages/forms)

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

Updates `@angular/platform-browser` from 19.0.5 to 19.0.6
- [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.0.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.5 to 19.0.6
- [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.0.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.0.5 to 19.0.6
- [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.0.6/packages/router)

Updates `@angular-devkit/build-angular` from 19.0.6 to 19.0.7
- [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.0.6...19.0.7)

Updates `@angular/cli` from 19.0.6 to 19.0.7
- [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.0.6...19.0.7)

Updates `@angular/compiler-cli` from 19.0.5 to 19.0.6
- [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.0.6/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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
@d10sfan d10sfan merged commit 7a868b5 into master Jan 13, 2025
1 check passed
@d10sfan d10sfan deleted the dependabot/npm_and_yarn/webui/angular-48e520a079 branch January 13, 2025 18:25
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.

1 participant