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(deps): Bump the dependencies-angular group across 1 directory with 12 updates #979

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

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

Updates @angular/animations from 18.1.2 to 18.2.4

Release notes

Sourced from @​angular/animations's releases.

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)

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

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
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits

Updates @angular/cdk from 18.1.2 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)

v18.2.3

18.2.3 "parchment-deluge" (2024-09-04)

material

Commit Description
fix - 0f07b25d12 badge: resolve memory leak (#29676)
fix - fe3f30ff2f core: Allow system variables to be formatted for opacity (#29665)
fix - 5d93395442 core: Fix incorrect color role mappings (#29655)
fix - 4a79052ae0 tooltip: remove old IE workaround (#29674)

v18.2.2

18.2.2 "steel-sword" (2024-08-28)

material

Commit Description
fix - 3ce4e9fc2a schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - f93d0f4095 tooltip: Avoid unneeded calls to clearTimeout (#29643)

cdk

Commit Description
fix - 39d3d01340 drag-drop: error if ngDevMode is undefined (#29634)
fix - b1c5ed7260 tree: avoid breaking change in constructor (#29648)
fix - ff95692125 tree: capturing focus on load (#29641)
fix - f888b3d95a tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565) (#29647)

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)

... (truncated)

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)
  • ed63b4e release: cut the v18.2.3 release
  • 4a79052 fix(material/tooltip): remove old IE workaround (#29674)
  • 5f57157 build: bump up machine size (#29680)
  • Additional commits viewable in compare view

Updates @angular/common from 18.1.2 to 18.2.4

Release notes

Sourced from @​angular/common's releases.

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)

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

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
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits
  • af4e39a docs: update template in-depth guide (#57676)
  • de68e04 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • 3ecf620 Revert "fix(http): Dynamicaly call the global fetch implementation (#57531)" ...
  • 5d2e243 fix(http): Dynamicaly call the global fetch implementation (#57531)
  • 980c64a docs: remove incorrect documentation around the use of timezone abbreviations...
  • 513a4fe refactor(core): replace usages of removeChild (#57203)
  • 3bdead1 refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
  • 2d8635d refactor(docs-infra): migrate @​angular/docs from dev-infra into adev director...
  • 2c4613a fix(common): Don't run preconnect assertion on the server. (#56213)
  • 229dd83 fix(common): typo in warning for NgOptimizedDirective (#56817)
  • Additional commits viewable in compare view

Updates @angular/compiler from 18.1.2 to 18.2.4

Release notes

Sourced from @​angular/compiler's releases.

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)

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

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
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (#57684)

19.0.0-next.3 (2024-09-04)

Breaking Changes

core

    • TypeScript versions less than 5.5 are no longer supported.

compiler

Commit Type Description
a2e4ee0cb3 feat add diagnostic for unused standalone imports (#57605)

core

Commit Type Description
8bcc663a53 feat drop support for TypeScript 5.4 (#57577)
e6e5d29e83 feat initial version of the output migration (#57604)
be2e49639b feat introduce afterRenderEffect (#57549)

elements

... (truncated)

Commits
  • b619d69 fix(compiler): produce less noisy errors when parsing control flow (#57711)
  • 4f8c406 refactor(compiler): extend directive mock to avoid failing at matching logic ...
  • 76ec60d refactor(compiler): ensure context is always provided for WhitespaceVisitor...
  • 7bfe817 refactor(compiler): add i18nPreserveWhitespaceForLegacyExtraction (#56507)
  • b30bc45 refactor(compiler): create an internal util method to detect matching directi...
  • d9d68e7 fix(compiler): reduce chance of conflicts between generated factory and local...
  • d73a374 Revert "fix(compiler): reduce chance of conflicts between generated factory a...
  • 67e0940 fix(compiler): reduce chance of conflicts between generated factory and local...
  • 08c5977 fix(compiler): limit the number of chained instructions (#57069)
  • 9167fc8 fix(compiler): JIT mode incorrectly interpreting host directive configuration...
  • Additional commits viewable in compare view

Updates @angular/core from 18.1.2 to 18.2.4

Release notes

Sourced from @​angular/core's releases.

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)

v18.2.3

18.2.3 (2024-09-04)

http

Commit Description
fix - de68e049e4 Dynamicaly call the global fetch implementation (#57531)

v18.2.2

18.2.2 (2024-08-28)

core

Commit Description
fix - 106917af878 avoid leaking memory if component throws during creation (#57546)
fix - 6d3a2af146a Do not bubble capture events. (#57476)

http

Commit Description
fix - 5d2e243c76a Dynamicaly call the global fetch implementation (#57531)

router

Commit Description
fix - 804925b1149 Do not unnecessarily run matcher twice on route matching (#57530)

upgrade

Commit Description
fix - 03ec620e31a Address Trusted Types violations in @​angular/upgrade (#57454)

v18.2.1

18.2.1 (2024-08-22)

core

Commit Description
fix - 9de30a7b1c Allow zoneless scheduler to run inside fakeAsync (#56932)
fix - 286012fb89 handle hydration of components that project content conditionally (#57383)

migrations

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

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
cbec46a51d feat migrate .pipe calls in outputs used in tests (#57691)
68e5370a66 feat remove complete calls for migrated outputs (#57671)
9da21f798d feat replace .next usage on outputs (#57654)
71f5ef2aa5 fix change imports to be G3 compatible (#57654)
3a264db866 fix properly handle comments in output migration (#57691)
fc95a9adff fix replace leftover modules with their exports during pruning (<...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 14, 2024
Copy link

netlify bot commented Sep 14, 2024

Deploy Preview for springwolf-ui failed.

Name Link
🔨 Latest commit 8143799
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/66e8addda2dbbc0008d3d002

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-60c5c3a0f1 branch from 73055a7 to 3a727f8 Compare September 16, 2024 17:04
…ith 12 updates

Bumps the dependencies-angular group with 12 updates in the /springwolf-ui directory:

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



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

Updates `@angular/cdk` from 18.1.2 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.1.2...18.2.4)

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

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

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

Updates `@angular/material` from 18.1.2 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.1.2...18.2.4)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-60c5c3a0f1 branch from 3a727f8 to 8143799 Compare September 16, 2024 22:14
@sam0r040
Copy link
Collaborator

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2024

Superseded by #983.

@dependabot dependabot bot closed this Sep 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-60c5c3a0f1 branch September 20, 2024 15:35
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