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

[desktop]: Bump the angular group in /desktop with 13 updates #824

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group in /desktop with 13 updates:

Package From To
@angular/animations 19.1.3 19.1.4
@angular/cdk 19.1.1 19.1.2
@angular/common 19.1.3 19.1.4
@angular/compiler 19.1.3 19.1.4
@angular/core 19.1.3 19.1.4
@angular/forms 19.1.3 19.1.4
@angular/platform-browser 19.1.3 19.1.4
@angular/platform-browser-dynamic 19.1.3 19.1.4
@angular/router 19.1.3 19.1.4
@angular-devkit/build-angular 19.1.4 19.1.5
@angular/cli 19.1.4 19.1.5
@angular/compiler-cli 19.1.3 19.1.4
@angular/language-service 19.1.3 19.1.4

Updates @angular/animations from 19.1.3 to 19.1.4

Release notes

Sourced from @​angular/animations's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
Changelog

Sourced from @​angular/animations's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

Commits

Updates @angular/cdk from 19.1.1 to 19.1.2

Release notes

Sourced from @​angular/cdk's releases.

v19.1.2

19.1.2 "dolomite-domino" (2025-01-29)

google-maps

Commit Description
fix - 836ad799f hide info window node when opened with content (#30392)

material

Commit Description
fix - b68347467 button-toggle: incorrect shape of focus indicator in vertical group (#30376)
fix - 4a96a25e1 select: fixed text color for selected options in multiple select (#30367)
perf - 29f1da4fb button: Change frequently missed descendant selectors to child selectors (#30385)
perf - 5d6d25fc5 checkbox: Optimize css selectors (#30386)

cdk

Commit Description
fix - 0852c88ea dialog: default aria-modal to false (#30411)
fix - b72838b10 platform: preserve compatibility with angular versions less than 19.1 (#30401) (#30407)
fix - 5b4ca17d5 table: Column sizing and scrolling bug when number of columns in table changes (#30378)
fix - c1a3caeed text-field: auto sizing broken if user styles stretch the element (#30412)
fix - f936c97fb tree: fix broken examples in stackblitz (#30387)
Changelog

Sourced from @​angular/cdk's changelog.

19.1.2 "dolomite-domino" (2025-01-29)

cdk

Commit Type Description
0852c88ea fix dialog: default aria-modal to false (#30411)
b72838b10 fix platform: preserve compatibility with angular versions less than 19.1 (#30401) (#30407)
5b4ca17d5 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)
c1a3caeed fix text-field: auto sizing broken if user styles stretch the element (#30412)
f936c97fb fix tree: fix broken examples in stackblitz (#30387)

material

Commit Type Description
b68347467 fix button-toggle: incorrect shape of focus indicator in vertical group (#30376)
4a96a25e1 fix select: fixed text color for selected options in multiple select (#30367)
29f1da4fb perf button: Change frequently missed descendant selectors to child selectors (#30385)
5d6d25fc5 perf checkbox: Optimize css selectors (#30386)

google-maps

Commit Type Description
836ad799f fix hide info window node when opened with content (#30392)

Commits
  • b21e4f7 release: cut the v19.1.2 release
  • c1a3cae fix(cdk/text-field): auto sizing broken if user styles stretch the element (#...
  • 0852c88 fix(cdk/dialog): default aria-modal to false (#30411)
  • b72838b fix(cdk/platform): preserve compatibility with angular versions less than 19....
  • be49103 refactor(cdk/a11y): explicitly add Provider type (#30393)
  • ad786f4 docs: updates buttons with icons a11y recommendations (#30400)
  • f936c97 fix(cdk/tree): fix broken examples in stackblitz (#30387)
  • 29f1da4 perf(material/button): Change frequently missed descendant selectors to child...
  • 5d6d25f perf(material/checkbox): Optimize css selectors (#30386)
  • 4a96a25 fix(material/select): fixed text color for selected options in multiple selec...
  • Additional commits viewable in compare view

Updates @angular/common from 19.1.3 to 19.1.4

Release notes

Sourced from @​angular/common's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
Changelog

Sourced from @​angular/common's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

Commits
  • 873870f refactor(common): drop error messages in production (#59545)
  • 2c770a2 refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • b4b36ed refactor(common): tree-shake PreloadLinkCreator for client bundles (#59431)
  • 15cc74f refactor(common): simplify joinWithSlash (#59484)
  • b7b8da5 refactor(common): simplify null/undefined check in keyvalue pipe (#59696)
  • 60094d3 refactor(common): prevent duplicating Accept header name (#59546)
  • See full diff in compare view

Updates @angular/compiler from 19.1.3 to 19.1.4

Release notes

Sourced from @​angular/compiler's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
Changelog

Sourced from @​angular/compiler's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

Commits

Updates @angular/core from 19.1.3 to 19.1.4

Release notes

Sourced from @​angular/core's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
Changelog

Sourced from @​angular/core's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
3f4d5f636aa fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Type Description
e3da35ec749 fix prevent error handling when injector is destroyed (#59457)

service-worker

Commit Type Description
522acbf3d7e fix add missing rxjs peer dependency (#59747)

19.2.0-next.0 (2025-01-22)

compiler

Commit Type Description
fe8a68329b feat support untagged template literals in expressions (#59230)

compiler-cli

Commit Type Description
ed705a856a feat detect missing structural directive imports (#59443)

core

Commit Type Description
bc2ad7bfd3 feat support streaming resources (#59573)

Commits
  • 544b9ee fix(core): check whether application is destroyed before printing hydration s...
  • fb90944 docs(core): Fix typo in documentation of linkedSignal (#59752)
  • cb1cb0c refactor(core): reuse host directive resolution logic (#59685)
  • 068cf29 refactor(core): remove unused LifecycleHooksFeature (#59678) (#59735)
  • 557ca8d refactor(core): simplify ComponentRef creation (#59678) (#59735)
  • caaa7ca refactor(core): simplify attributes extraction logic for ComponentRef (#59678...
  • 1225657 fix(platform-browser): Update pseudoevent created by createMouseSpecialEvent ...
  • 3f4d5f6 fix(platform-browser): Update pseudoevent created by createMouseSpecialEvent ...
  • d6e78c0 fix(core): ensure type is preserved during HMR (#59700)
  • 6a92b80 refactor(core): re-use isDetachedByI18n (#59668)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.1.3 to 19.1.4

Release notes

Sourced from @​angular/forms's releases.

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 3f4d5f636aa Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

router

Commit Description
fix - e3da35ec749 prevent error handling when injector is destroyed (#59457)

service-worker

Commit Description
fix - 522acbf3d7e add missing rxjs peer dependency (#59747)
Changelog

Sourced from @​angular/forms's changelog.

19.1.4 (2025-01-29)

core

Commit Type Description
544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716)
d6e78c072dc fix ensure type is preserved during HMR (#59700)
c2436702df9 fix fixes test timer-based test flakiness in CI (#59674)

elements

Commit Type Description
44180645992 fix not setting initial value on signal-based input (#59773)

platform-browser

Commit Type Description
1828a840620 fix prepend baseHref to sourceMappingURL in CSS content (#59730)
1c84cbca30e fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
12256574626 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 30, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-ecf54703fe branch from 2c331bb to 4e40148 Compare January 30, 2025 11:49
Bumps the angular group in /desktop with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.1.3` | `19.1.4` |
| [@angular/cdk](https://github.com/angular/components) | `19.1.1` | `19.1.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.1.3` | `19.1.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.1.3` | `19.1.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.1.3` | `19.1.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.1.3` | `19.1.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.1.3` | `19.1.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.1.3` | `19.1.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.1.3` | `19.1.4` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.1.4` | `19.1.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.1.4` | `19.1.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.1.3` | `19.1.4` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.1.3` | `19.1.4` |


Updates `@angular/animations` from 19.1.3 to 19.1.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/19.1.4/packages/animations)

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

Updates `@angular/common` from 19.1.3 to 19.1.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/19.1.4/packages/common)

Updates `@angular/compiler` from 19.1.3 to 19.1.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/19.1.4/packages/compiler)

Updates `@angular/core` from 19.1.3 to 19.1.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/19.1.4/packages/core)

Updates `@angular/forms` from 19.1.3 to 19.1.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/19.1.4/packages/forms)

Updates `@angular/platform-browser` from 19.1.3 to 19.1.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/19.1.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.1.3 to 19.1.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/19.1.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.1.3 to 19.1.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/19.1.4/packages/router)

Updates `@angular-devkit/build-angular` from 19.1.4 to 19.1.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@19.1.4...19.1.5)

Updates `@angular/cli` from 19.1.4 to 19.1.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@19.1.4...19.1.5)

Updates `@angular/compiler-cli` from 19.1.3 to 19.1.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/19.1.4/packages/compiler-cli)

Updates `@angular/language-service` from 19.1.3 to 19.1.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/19.1.4/packages/language-service)

---
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/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
- dependency-name: "@angular/language-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/desktop/dev/angular-ecf54703fe branch from 4e40148 to 931edae Compare January 30, 2025 11:51
@tiagohm tiagohm merged commit 132ed4f into dev Jan 30, 2025
1 check passed
@tiagohm tiagohm deleted the dependabot/npm_and_yarn/desktop/dev/angular-ecf54703fe branch January 30, 2025 11:56
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