Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the angular group in /webapp with 11 updates #9057

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /webapp with 11 updates:

Package From To
@angular/animations 17.3.2 17.3.5
@angular/cdk 17.3.2 17.3.5
@angular/common 17.3.2 17.3.5
@angular/compiler 17.3.2 17.3.5
@angular/core 17.3.2 17.3.5
@angular/elements 17.3.2 17.3.5
@angular/forms 17.3.2 17.3.5
@angular/material 17.3.2 17.3.5
@angular/platform-browser 17.3.2 17.3.5
@angular/platform-browser-dynamic 17.3.2 17.3.5
@angular/router 17.3.2 17.3.5

Updates @angular/animations from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/animations's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/animations's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/cdk's releases.

v17.3.5

17.3.5 "titanium-bear" (2024-04-17)

google-maps

Commit Description
fix - d99167eb3 make info window open method compatible with advanced marker

material

Commit Description
fix - 80437d83b autocomplete: panel not visible when opened from multiple triggers (#28843)
fix - 69b5ded96 autocomplete: remove dependency on NgClass (#28849)
fix - 4a56d6afa core: throw better error when mixin doesn't support color variants (#28880)
fix - cbe0a78f7 datepicker: remove dependency on NgClass (#28865)
fix - 7a085c6e0 menu: remove dependency on NgClass (#28877)
fix - 4c16d2cd8 tabs: remove dependency on NgClass (#28875)

cdk

Commit Description
fix - 8c8fe2b65 drag-drop: text selection not disabled inside shadow dom on firefox (#28835)
fix - 312d57a9b observers: don't observe content of comments (#28871)

v17.3.4

17.3.4 "aluminum-arrow" (2024-04-11)

material

Commit Description
fix - 36a1d45e4e list: nav list item border-radius (#28789)
fix - 317327d82b menu: invert arrow in RTL (#28830)

cdk

Commit Description
fix - 09dcbd2ecf drag-drop: make sure event is cancelable before calling "preventDefault" (#28825)

v17.3.3

17.3.3 "metal-fork" (2024-04-03)

material

Commit Description
fix - 7ccc392936 button-toggle: standard button toggle strong focus bord… (#28790)
fix - 8b92fda61f sort: clear aria description on destroy (#28801)

multiple

Commit Description
fix - 6b5b0c5db3 set nonce using setAttribute (#28800)
Changelog

Sourced from @​angular/cdk's changelog.

17.3.5 "titanium-bear" (2024-04-17)

cdk

Commit Type Description
8c8fe2b65 fix drag-drop: text selection not disabled inside shadow dom on firefox (#28835)
312d57a9b fix observers: don't observe content of comments (#28871)

material

Commit Type Description
80437d83b fix autocomplete: panel not visible when opened from multiple triggers (#28843)
69b5ded96 fix autocomplete: remove dependency on NgClass (#28849)
4a56d6afa fix core: throw better error when mixin doesn't support color variants (#28880)
cbe0a78f7 fix datepicker: remove dependency on NgClass (#28865)
7a085c6e0 fix menu: remove dependency on NgClass (#28877)
4c16d2cd8 fix tabs: remove dependency on NgClass (#28875)

google-maps

Commit Type Description
d99167eb3 fix make info window open method compatible with advanced marker

18.0.0-next.4 "gold-gold" (2024-04-11)

cdk

Commit Type Description
da302d2e6d fix drag-drop: make sure event is cancelable before calling "preventDefault" (#28825)
d91d0d424b fix scrolling: fix virtual scrolling jankiness with run coalescing (#28846)

material

Commit Type Description
7165a45efa fix list: nav list item border-radius (#28789)
752f5607cc fix menu: invert arrow in RTL (#28830)

17.3.4 "aluminum-arrow" (2024-04-11)

cdk

Commit Type Description
09dcbd2ecf fix drag-drop: make sure event is cancelable before calling "preventDefault" (#28825)

material

Commit Type Description
36a1d45e4e fix list: nav list item border-radius (#28789)
317327d82b fix menu: invert arrow in RTL (#28830)

... (truncated)

Commits
  • be16b2c release: cut the v17.3.5 release
  • d99167e fix(google-maps): make info window open method compatible with advanced marker
  • 7a085c6 fix(material/menu): remove dependency on NgClass (#28877)
  • 4a56d6a fix(material/core): throw better error when mixin doesn't support color varia...
  • 69b5ded fix(material/autocomplete): remove dependency on NgClass (#28849)
  • 80437d8 fix(material/autocomplete): panel not visible when opened from multiple trigg...
  • cbe0a78 fix(material/datepicker): remove dependency on NgClass (#28865)
  • 4c16d2c fix(material/tabs): remove dependency on NgClass (#28875)
  • eefb090 docs: replace incorrect word in M3 theming guide (#28855)
  • 8c8fe2b fix(cdk/drag-drop): text selection not disabled inside shadow dom on firefox ...
  • Additional commits viewable in compare view

Updates @angular/common from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/common's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/common's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits
  • 051c140 build(http): Mark the http tests as flaky because of one particular transfe...
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 80d1094 test(common): update ImageKit low quality test (#55193)
  • 53427d8 fix(common): invalid ImageKit quality parameter (#55193)
  • 10851d2 docs(common): clean up comment (#55088)
  • See full diff in compare view

Updates @angular/compiler from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/compiler's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/compiler's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits
  • d10dc5c Revert "refactor(compiler): add support for the new search element (#54945)" ...
  • a8a20ad refactor(compiler): add support for the new search element (#54945)
  • See full diff in compare view

Updates @angular/core from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/core's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/core's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits
  • afdcff3 test(core): fix expectations that accidentally used incorrect matchers (#55294)
  • c77ebb6 docs(core): add missing space (#55287)
  • 766548c fix(common): skip transfer cache on client (#55012)
  • 9a2295f refactor(core): Remove zone assertion from hydration cleanup. (#55214)
  • 88f0545 refactor(core): remove unnecessary folder (#55197)
  • eb9a5f5 ci: Add primitives groups to pullapprove (#53404)
  • 158ceaf fix(core): handle ChainedInjectors in injector debug utils (#55144)
  • 949dec2 fix(migrations): avoid conflicts with some greek letters in control flow migr...
  • 9cef0d2 docs(core): fix toSignal docs (#54964)
  • 4d04399 fix(core): test cleanup should not throw if Zone is not present (#55096)
  • See full diff in compare view

Updates @angular/elements from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/elements's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/elements's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits

Updates @angular/forms from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/forms's releases.

v17.3.5

17.3.5 (2024-04-17)

v17.3.4

17.3.4 (2024-04-10)

common

Commit Description
fix - 53427d875d invalid ImageKit quality parameter (#55193)
fix - 766548c3ec skip transfer cache on client (#55012)

v17.3.3

17.3.3 (2024-04-03)

core

Commit Description
fix - 158ceaf062 handle ChainedInjectors in injector debug utils (#55144)
fix - 4d043992e5 test cleanup should not throw if Zone is not present (#55096)

migrations

Commit Description
fix - 949dec26b8 avoid conflicts with some greek letters in control flow migration (#55113)
Changelog

Sourced from @​angular/forms's changelog.

17.3.5 (2024-04-17)

18.0.0-next.4 (2024-04-10)

common

Commit Type Description
2a6f809507 fix invalid ImageKit quality parameter (#55193)
11705f58a7 fix skip transfer cache on client (#55012)

compiler

Commit Type Description
39624c6b12 fix output input flags as a literal (#55215)

language-service

Commit Type Description
bd236cc150 fix implement getDefinitionAtPosition for Angular templates (#55269)

17.3.4 (2024-04-10)

common

Commit Type Description
53427d875d fix invalid ImageKit quality parameter (#55193)
766548c3ec fix skip transfer cache on client (#55012)

18.0.0-next.3 (2024-04-03)

Breaking Changes

router

  • Providers available to the routed components always come from the injector heirarchy of the routes and never inherit from the RouterOutlet. This means that providers available only to the component that defines the RouterOutlet will no longer be available to route components in any circumstances. This was already the case whenever routes defined providers, either through lazy loading an NgModule or through explicit providers on the route config.

compiler

Commit Type Description
f824911510 fix For FatalDiagnosticError, hide the message field without affecting the emit (#55160)

compiler-cli

Commit Type Description

... (truncated)

Commits

Updates @angular/material from 17.3.2 to 17.3.5

Release notes

Sourced from @​angular/material's releases.

v17.3.5

17.3.5 "titanium-bear" (2024-04-17)

google-maps

Commit Description
fix - d99167eb3 make info window open method compatible with advanced marker

material

Commit Description
fix - 80437d83b autocomplete: panel not visible when opened from multiple triggers (#28843)
fix - 69b5ded96 autocomplete: remove dependency on NgClass (#28849)
fix - 4a56d6afa core: throw better error when mixin doesn't support color variants (#28880)
fix - cbe0a78f7 datepicker: remove dependency on NgClass (#28865)
fix - 7a085c6e0 menu: remove dependency on NgClass (#28877)
fix - 4c16d2cd8 tabs: remove dependency on NgClass (#28875)

cdk

Commit Description

Bumps the angular group in /webapp with 11 updates:

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


Updates `@angular/animations` from 17.3.2 to 17.3.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/17.3.5/packages/animations)

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

Updates `@angular/common` from 17.3.2 to 17.3.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/17.3.5/packages/common)

Updates `@angular/compiler` from 17.3.2 to 17.3.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/17.3.5/packages/compiler)

Updates `@angular/core` from 17.3.2 to 17.3.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/17.3.5/packages/core)

Updates `@angular/elements` from 17.3.2 to 17.3.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/17.3.5/packages/elements)

Updates `@angular/forms` from 17.3.2 to 17.3.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/17.3.5/packages/forms)

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

Updates `@angular/platform-browser` from 17.3.2 to 17.3.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/17.3.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 17.3.2 to 17.3.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/17.3.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 17.3.2 to 17.3.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/17.3.5/packages/router)

---
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/elements"
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Dependencies Update the project's dependencies/libraries label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Update the project's dependencies/libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant