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 10 updates #806

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@angular/cdk 18.0.1 18.0.3
@angular/common 18.0.1 18.0.3
@angular/core 18.0.1 18.0.3
@angular/material 18.0.1 18.0.3
@angular/platform-browser 18.0.1 18.0.3
@angular/platform-browser-dynamic 18.0.1 18.0.3
@angular/router 18.0.1 18.0.3
@angular-devkit/build-angular 18.0.2 18.0.4
@angular/cli 18.0.2 18.0.4
@angular/compiler-cli 18.0.1 18.0.3

Updates @angular/cdk from 18.0.1 to 18.0.3

Release notes

Sourced from @​angular/cdk's releases.

v18.0.3

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Description
fix - f6b993fdb7 dialog: Make autofocus work with animations disabled (#29195)
fix - 6dd1689b51 dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
fix - 81d4527f91 radio: mark radio-group for check on touch (#29203)
fix - 0f4d1862d3 schematics: estimate missing hues in M3 schematic (#29231)
fix - faf348438d snack-bar: fix overrides mixin name typo (#29180)

v18.0.2

18.0.2 "velvet-viola" (2024-06-05)

material

Commit Description
fix - dfc19e2884 core: hide ripples inside drag&drop elements (#29184)
fix - 51488a2b7e datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
fix - 3945ed62cd radio: Ensure focus and selected states stay linked (#29082)
fix - 8d44ed99c6 schematics: theming API migration not working with CRLF line endings (#29171)
fix - 5e3d13d559 slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

cdk

Commit Description
fix - 5ef11b1e15 testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)
Changelog

Sourced from @​angular/cdk's changelog.

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Type Description
f6b993fdb7 fix dialog: Make autofocus work with animations disabled (#29195)
6dd1689b51 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
81d4527f91 fix radio: mark radio-group for check on touch (#29203)
0f4d1862d3 fix schematics: estimate missing hues in M3 schematic (#29231)
faf348438d fix snack-bar: fix overrides mixin name typo (#29180)

18.1.0-next.1 "velvet-violoncello" (2024-06-05)

cdk

Commit Type Description
f4387fda12 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
c4a1407e75 fix core: hide ripples inside drag&drop elements (#29184)
b9fedfe9f9 fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
71297ad7ef fix radio: Ensure focus and selected states stay linked (#29082)
c9e1d4aedd fix schematics: theming API migration not working with CRLF line endings (#29171)
3314414e17 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.0.2 "velvet-viola" (2024-06-05)

cdk

Commit Type Description
5ef11b1e15 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
dfc19e2884 fix core: hide ripples inside drag&drop elements (#29184)
51488a2b7e fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
3945ed62cd fix radio: Ensure focus and selected states stay linked (#29082)
8d44ed99c6 fix schematics: theming API migration not working with CRLF line endings (#29171)
5e3d13d559 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.1.0-next.0 "plastic-moose" (2024-05-29)

... (truncated)

Commits
  • 9d37dfc release: cut the v18.0.3 release
  • dd05235 docs(material/checkbox): Update checkbox docs & examples (#29234)
  • 49eddf5 docs(material/chips): Update chips docs & examples (#29235)
  • 557f2bd docs(material/datepicker): Update datepicker docs & examples (#29236)
  • 08f34bc refactor(cdk/dialog): Consolidate afterNextRender calls (#29237)
  • b903ee3 docs(material/badge): minor doc fixes (#29233)
  • 77b2531 docs: remove the MDC migration guide (#29232)
  • 0f4d186 fix(material/schematics): estimate missing hues in M3 schematic (#29231)
  • 6dd1689 fix(material/dialog): Make focus behavior consistent across zoneful/zoneless ...
  • 8dbd669 docs(cdk/dialog): add initial setup instructions for CDK dialogs (#29209)
  • Additional commits viewable in compare view

Updates @angular/common from 18.0.1 to 18.0.3

Release notes

Sourced from @​angular/common's releases.

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/common's changelog.

18.0.3 (2024-06-12)

benchpress

Commit Type Description
ebf00aa0659 fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
dbd0fa00f8c fix async EventEmitter should contribute to app stability (#56308)
625ca3e2b3f fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Type Description
d6dd3dbdb09 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
c07e1b33569 fix resolve error in standalone migration (#56302)

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

... (truncated)

Commits

Updates @angular/core from 18.0.1 to 18.0.3

Release notes

Sourced from @​angular/core's releases.

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

Sourced from @​angular/core's changelog.

18.0.3 (2024-06-12)

benchpress

Commit Type Description
ebf00aa0659 fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
dbd0fa00f8c fix async EventEmitter should contribute to app stability (#56308)
625ca3e2b3f fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Type Description
d6dd3dbdb09 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
c07e1b33569 fix resolve error in standalone migration (#56302)

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

... (truncated)

Commits
  • 8b8fd16 refactor(core): inject PendingTasks as optional in EventEmitter class (#5...
  • dbd0fa0 fix(core): async EventEmitter should contribute to app stability (#56308)
  • 625ca3e fix(core): signals should be tracked when embeddedViewRef.detectChanges is ca...
  • c07e1b3 fix(migrations): resolve error in standalone migration (#56302)
  • dbf1d93 refactor(core): Refactor parts of event_replay into a shared library that wil...
  • 33a6686 refactor(core): Add and move tests for Dispatcher. (#56193)
  • 33b0d25 refactor(core): Use Nullish coalescing assignment for view getters. (#56242)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • c3f2c67 refactor(core): remove doubled line (#56091)
  • 159c97e refactor(core): provide zone token in prod as well (#56197)
  • Additional commits viewable in compare view

Updates @angular/material from 18.0.1 to 18.0.3

Release notes

Sourced from @​angular/material's releases.

v18.0.3

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Description
fix - f6b993fdb7 dialog: Make autofocus work with animations disabled (#29195)
fix - 6dd1689b51 dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
fix - 81d4527f91 radio: mark radio-group for check on touch (#29203)
fix - 0f4d1862d3 schematics: estimate missing hues in M3 schematic (#29231)
fix - faf348438d snack-bar: fix overrides mixin name typo (#29180)

v18.0.2

18.0.2 "velvet-viola" (2024-06-05)

material

Commit Description
fix - dfc19e2884 core: hide ripples inside drag&drop elements (#29184)
fix - 51488a2b7e datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
fix - 3945ed62cd radio: Ensure focus and selected states stay linked (#29082)
fix - 8d44ed99c6 schematics: theming API migration not working with CRLF line endings (#29171)
fix - 5e3d13d559 slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

cdk

Commit Description
fix - 5ef11b1e15 testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)
Changelog

Sourced from @​angular/material's changelog.

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Type Description
f6b993fdb7 fix dialog: Make autofocus work with animations disabled (#29195)
6dd1689b51 fix dialog: Make focus behavior consistent across zoneful/zoneless apps (#29192)
81d4527f91 fix radio: mark radio-group for check on touch (#29203)
0f4d1862d3 fix schematics: estimate missing hues in M3 schematic (#29231)
faf348438d fix snack-bar: fix overrides mixin name typo (#29180)

18.1.0-next.1 "velvet-violoncello" (2024-06-05)

cdk

Commit Type Description
f4387fda12 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
c4a1407e75 fix core: hide ripples inside drag&drop elements (#29184)
b9fedfe9f9 fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
71297ad7ef fix radio: Ensure focus and selected states stay linked (#29082)
c9e1d4aedd fix schematics: theming API migration not working with CRLF line endings (#29171)
3314414e17 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.0.2 "velvet-viola" (2024-06-05)

cdk

Commit Type Description
5ef11b1e15 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
dfc19e2884 fix core: hide ripples inside drag&drop elements (#29184)
51488a2b7e fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
3945ed62cd fix radio: Ensure focus and selected states stay linked (#29082)
8d44ed99c6 fix schematics: theming API migration not working with CRLF line endings (#29171)
5e3d13d559 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.1.0-next.0 "plastic-moose" (2024-05-29)

... (truncated)

Commits
  • 9d37dfc release: cut the v18.0.3 release
  • dd05235 docs(material/checkbox): Update checkbox docs & examples (#29234)
  • 49eddf5 docs(material/chips): Update chips docs & examples (#29235)
  • 557f2bd docs(material/datepicker): Update datepicker docs & examples (#29236)
  • 08f34bc refactor(cdk/dialog): Consolidate afterNextRender calls (#29237)
  • b903ee3 docs(material/badge): minor doc fixes (#29233)
  • 77b2531 docs: remove the MDC migration guide (#29232)
  • 0f4d186 fix(material/schematics): estimate missing hues in M3 schematic (#29231)
  • 6dd1689 fix(material/dialog): Make focus behavior consistent across zoneful/zoneless ...
  • 8dbd669 docs(cdk/dialog): add initial setup instructions for CDK dialogs (#29209)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 18.0.1 to 18.0.3

Release notes

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

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

core

Commit Description
fix - dbd0fa00f8c async EventEmitter should contribute to app stability (#56308)
fix - 625ca3e2b3f signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Description
fix - d6dd3dbdb09 add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Description
fix - c07e1b33569 resolve error in standalone migration (#56302)

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)
Changelog

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

18.0.3 (2024-06-12)

benchpress

Commit Type Description
ebf00aa0659 fix adjust supported browser names for headless chrome (#56360)

core

Commit Type Description
dbd0fa00f8c fix async EventEmitter should contribute to app stability (#56308)
625ca3e2b3f fix signals should be tracked when embeddedViewRef.detectChanges is called (#55719)

localize

Commit Type Description
d6dd3dbdb09 fix add @angular/localize/init as polyfill in angular.json (#56300)

migrations

Commit Type Description
c07e1b33569 fix resolve error in standalone migration (#56302)

18.1.0-next.1 (2024-06-05)

compiler-cli

Commit Type Description
9e21582456 fix Show template syntax errors in local compilation modified (#55855)

core

Commit Type Description
8d75627ddd fix Do not migrate HttpClientModule imports on components. (#56067)
1081c8d623 fix don't coerce all producers to consumers on liveness change (#56140)
b6fb53cdc7 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
31f3975e4b fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
75e811c18b fix do not generate aliased variables with the same name (#56154)

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to c...

Description has been truncated

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

netlify bot commented Jun 14, 2024

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit 3b2a1a0
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/667e9b5e94e6670009a35edb
😎 Deploy Preview https://deploy-preview-806--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

dependabot bot and others added 3 commits June 28, 2024 13:11
…ith 10 updates

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

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

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

Updates `@angular/common` from 18.0.1 to 18.0.3
- [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.0.3/packages/common)

Updates `@angular/core` from 18.0.1 to 18.0.3
- [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.0.3/packages/core)

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

Updates `@angular/platform-browser` from 18.0.1 to 18.0.3
- [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.0.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.0.1 to 18.0.3
- [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.0.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.0.1 to 18.0.3
- [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.0.3/packages/router)

Updates `@angular-devkit/build-angular` from 18.0.2 to 18.0.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.0.2...18.0.4)

Updates `@angular/cli` from 18.0.2 to 18.0.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.0.2...18.0.4)

Updates `@angular/compiler-cli` from 18.0.1 to 18.0.3
- [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.0.3/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <[email protected]>
@timonback timonback force-pushed the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-72ebe905ae branch from df259a3 to 3b2a1a0 Compare June 28, 2024 11:15
@timonback timonback merged commit ce7e6dc into master Jun 28, 2024
25 checks passed
@timonback timonback deleted the dependabot/npm_and_yarn/springwolf-ui/dependencies-angular-72ebe905ae branch June 28, 2024 11:46
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