Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the angular group across 1 directory with 13 updates #144

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

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

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

Updates @angular/animations from 18.2.3 to 18.2.5

Release notes

Sourced from @​angular/animations's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/animations's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cdk from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/cdk's releases.

v18.2.4

18.2.4 "aramid-angle" (2024-09-12)

material

Commit Description
fix - 651b448e8 badge: change legacy container size default (#29713)
fix - 0e6dee30a form-field: Don't allow label to grow larger than input (#29673)
fix - 57028df23 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 7cc0d3a6d overlay: avoid leaking memory through afterNextRender (#29709)
Changelog

Sourced from @​angular/cdk's changelog.

18.2.4 "aramid-angle" (2024-09-12)

cdk

Commit Type Description
7cc0d3a6d fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
651b448e8 fix badge: change legacy container size default (#29713)
0e6dee30a fix form-field: Don't allow label to grow larger than input (#29673)
57028df23 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.4 "ion-ink" (2024-09-12)

cdk

Commit Type Description
3a62ab11f fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
9122335b2 feat checkbox: add new aria properties to MatCheckbox (#29457)
fead293e9 fix badge: change legacy container size default (#29713)
54875a325 fix core: drop sanity checks (#29688)
ef14c2869 fix core: option showing double selected indicator in high contrast mode
77051f871 fix form-field: Don't allow label to grow larger than input (#29673)
9dcb95a72 fix list: remove unnecessary high contrast styles
4d0a3eff7 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

Breaking Changes

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

material

... (truncated)

Commits
  • 95d680a release: cut the v18.2.4 release
  • 651b448 fix(material/badge): change legacy container size default (#29713)
  • 57028df fix(material/select): Update checkbox color to match the selected label text ...
  • 591b30a Fix typo in expansion-panel-header.scss (#29712)
  • 7cc0d3a fix(cdk/overlay): avoid leaking memory through afterNextRender (#29709)
  • 0e6dee3 fix(material/form-field): Don't allow label to grow larger than input (#29673)
  • 103ec13 docs(material/progress-spinner): remove legacy prefix (#29701)
  • See full diff in compare view

Updates @angular/common from 18.2.3 to 18.2.5

Release notes

Sourced from @​angular/common's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/common's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 18.2.3 to 18.2.5

Release notes

Sourced from @​angular/compiler's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/compiler's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/core from 18.2.3 to 18.2.5

Release notes

Sourced from @​angular/core's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/core's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

| Commit | Type | Description |

... (truncated)

Commits
  • 76709d5 fix(core): Handle @​let declaration with array when preparingForHydration (#...
  • 5c86694 fix(migrations): account for explicit standalone: false in migration (#57803)
  • 9895e44 fix(migrations): replace leftover modules with their exports during pruning (...
  • 09f2ec0 refactor(compiler-cli): Do extract symbols from private modules. (#57611)
  • See full diff in compare view

Updates @angular/forms from 18.2.3 to 18.2.5

Release notes

Sourced from @​angular/forms's releases.

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

Sourced from @​angular/forms's changelog.

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (#57643)

migrations

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/material from 18.2.3 to 18.2.4

Release notes

Sourced from @​angular/material's releases.

v18.2.4

18.2.4 "aramid-angle" (2024-09-12)

material

Commit Description
fix - 651b448e8 badge: change legacy container size default (#29713)
fix - 0e6dee30a form-field: Don't allow label to grow larger than input (#29673)
fix - 57028df23 select: Update checkbox color to match the selected label text color (#29684)

cdk

Commit Description
fix - 7cc0d3a6d overlay: avoid leaking memory through afterNextRender (#29709)
Changelog

Sourced from @​angular/material's changelog.

18.2.4 "aramid-angle" (2024-09-12)

cdk

Commit Type Description
7cc0d3a6d fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
651b448e8 fix badge: change legacy container size default (#29713)
0e6dee30a fix form-field: Don't allow label to grow larger than input (#29673)
57028df23 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.4 "ion-ink" (2024-09-12)

cdk

Commit Type Description
3a62ab11f fix overlay: avoid leaking memory through afterNextRender (#29709)

material

Commit Type Description
9122335b2 feat checkbox: add new aria properties to MatCheckbox (#29457)
fead293e9 fix badge: change legacy container size default (#29713)
54875a325 fix core: drop sanity checks (#29688)
ef14c2869 fix core: option showing double selected indicator in high contrast mode
77051f871 fix form-field: Don't allow label to grow larger than input (#29673)
9dcb95a72 fix list: remove unnecessary high contrast styles
4d0a3eff7 fix select: Update checkbox color to match the selected label text color (#29684)

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

Breaking Changes

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

material

... (truncated)

Commits
  • 95d680a release: cut the v18.2.4 release
  • 651b448 fix(material/badge): change legacy container size default (#29713)
  • 57028df fix(material/select): Update checkbox color to match the selected label text ...
  • 591b30a Fix typo in expansion-panel-header.scss (#29712)
  • 7cc0d3a fix(cdk/overlay): avoid leaking memory through afterNextRender (#29709)
  • 0e6dee3 fix(material/form-field): Don't allow label to grow larger than input (#29673)
  • 103ec13 docs(material/progress-spinner): remove legacy prefix (#29701)
  • See full diff in compare view

Updates @angular/platform-browser from 18.2.3 to 18.2.5

Release notes

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

v18.2.5

18.2.5 (2024-09-18)

compiler-cli

Commit Description
fix - e685ed883a extended diagnostics not validating ICUs (#57845)

core

Commit Description
fix - 76709d5d6e Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Description
fix - 5c866942a1 account for explicit standalone: false in migration (#57803)

v18.2.4

18.2.4 (2024-09-11)

compiler

Commit Description
fix - b619d6987e produce less noisy errors when parsing control flow (#57711)

migrations

Commit Description
fix - 9895e4492f replace leftover modules with their exports during pruning (#57684)
Changelog

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

18.2.5 (2024-09-18)

compiler-cli

Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#57845)

core

Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#57816)

migrations

Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#57803)

19.0.0-next.5 (2024-09-11)

core

Commit Type Description
c93b510f9b feat allow passing undefined without needing to include it in the type argument of input (#57621)

18.2.4 (2024-09-11)

compiler

Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#57711)

migrations

Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.4 (2024-09-09)

compiler

Commit Type Description
40ff18f87a fix produce less noisy errors when parsing control flow (#57711)

core

Commit Type Description
6ea8e1e9aa feat Add a schematics to migrate to standalone: false. (

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

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



Updates `@angular/animations` from 18.2.3 to 18.2.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/18.2.5/packages/animations)

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

Updates `@angular/common` from 18.2.3 to 18.2.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/18.2.5/packages/common)

Updates `@angular/compiler` from 18.2.3 to 18.2.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/18.2.5/packages/compiler)

Updates `@angular/core` from 18.2.3 to 18.2.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/18.2.5/packages/core)

Updates `@angular/forms` from 18.2.3 to 18.2.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/18.2.5/packages/forms)

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

Updates `@angular/platform-browser` from 18.2.3 to 18.2.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/18.2.5/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.2.3 to 18.2.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/18.2.5/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.2.3 to 18.2.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/18.2.5/packages/router)

Updates `@angular-devkit/build-angular` from 18.2.4 to 18.2.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.2.4...18.2.5)

Updates `@angular/cli` from 18.2.4 to 18.2.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.2.4...18.2.5)

Updates `@angular/compiler-cli` from 18.2.3 to 18.2.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/18.2.5/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 the dependencies Pull requests that update a dependency file label Sep 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2024

Superseded by #145.

@dependabot dependabot bot closed this Sep 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-749169dc06 branch September 20, 2024 18:26
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants