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 angular-deps group across 1 directory with 13 updates #1824

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

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

Package From To
@angular/animations 19.2.0 19.2.2
@angular/cdk 19.2.2 19.2.3
@angular/common 19.2.0 19.2.2
@angular/compiler 19.2.0 19.2.2
@angular/core 19.2.0 19.2.2
@angular/forms 19.2.0 19.2.2
@angular/material 19.2.2 19.2.3
@angular/platform-browser 19.2.0 19.2.2
@angular/platform-browser-dynamic 19.2.0 19.2.2
@angular/router 19.2.0 19.2.2
@angular-devkit/build-angular 19.2.0 19.2.3
@angular/cli 19.2.0 19.2.3
@angular/compiler-cli 19.2.0 19.2.2

Updates @angular/animations from 19.2.0 to 19.2.2

Release notes

Sourced from @​angular/animations's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cdk from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/cdk's releases.

v19.2.3

19.2.3 "californium-coconut" (2025-03-12)

material

Commit Description
fix - c4e46080e autocomplete: incorrectly resolving focused element in shadow DOM (#30619)
fix - 6d978a3aa schematics: some options missing from schema (#30602)
fix - 289a0e0aa timepicker: wrong default scroll strategy (#30593)

cdk

Commit Description
fix - 3de78febb portal: fix incorrect injector hierarchy with DomPortalOutlet and child environment injectors (#30610)

multiple

Commit Description
fix - 4d8f3aab8 deprecate exported factories (#30608)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.3 "californium-coconut" (2025-03-12)

cdk

Commit Type Description
3de78febb fix portal: fix incorrect injector hierarchy with DomPortalOutlet and child environment injectors (#30610)

material

Commit Type Description
c4e46080e fix autocomplete: incorrectly resolving focused element in shadow DOM (#30619)
6d978a3aa fix schematics: some options missing from schema (#30602)
289a0e0aa fix timepicker: wrong default scroll strategy (#30593)

multiple

Commit Type Description
4d8f3aab8 fix deprecate exported factories (#30608)

20.0.0-next.1 "fernium-fern" (2025-03-12)

Breaking Changes

cdk

    • SelectionModel.clear now returns a boolean.
    • SelectionModel.deselect now returns a boolean.
    • SelectionModel.select now returns a boolean.
    • SelectionModel.setSelection now returns a boolean.
    • SelectionModel.toggle now returns a boolean.
    • DIALOG_SCROLL_STRATEGY_PROVIDER has been removed.
    • DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY has been removed.
    • DragDropRegistry is no longer generic.
    • DragDropRegistry.scroll has been removed. Use the scrolled method instead.
    • DomPortalHost has been removed. Use DomPortalOutlet instead.
    • PortalInjector has been removed. Use Injector.create instead.
    • PortalHost has been removed. Use PortalOutlet instead.
    • BasePortalHost has been removed. Use BasePortalOutlet instead.
    • Constructor symbol has been removed.
    • CanStickCtor symbol has been removed.
    • mixinHasStickyInput has been removed. Implement the CanStick interface instead.

material

    • MAT_CHECKBOX_REQUIRED_VALIDATOR has been removed.
    • MAT_CHECKBOX_VALUE_ACCESSOR has been removed.
    • MatCheckboxRequiredValidator has been removed.
    • _MatCheckboxRequiredValidatorModule has been removed.
    • MAT_DIALOG_SCROLL_STRATEGY_PROVIDER has been removed.
    • MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY has been removed.
    • matSelectAnimations.transformPanelWrap has been removed.
    • MAT_SLIDE_TOGGLE_REQUIRED_VALIDATOR has been removed.
    • MAT_SLIDE_TOGGLE_VALUE_ACCESSOR has been removed.
    • MatSlideToggleRequiredValidator has been removed.
    • _MatSlideToggleRequiredValidatorModule has been removed.

... (truncated)

Commits
  • 48b4c00 release: cut the v19.2.3 release
  • c4e4608 fix(material/autocomplete): incorrectly resolving focused element in shadow D...
  • 596a85f build: update @angular/bazel to support .d.ts code splitting
  • 4d8f3aa fix(multiple): deprecate exported factories (#30608)
  • 3de78fe fix(cdk/portal): fix incorrect injector hierarchy with DomPortalOutlet and ch...
  • 8a4831a docs(cdk/tree): examples not working when forked to Stackblitz (#30601)
  • 6d978a3 fix(material/schematics): some options missing from schema (#30602)
  • 289a0e0 fix(material/timepicker): wrong default scroll strategy (#30593)
  • See full diff in compare view

Updates @angular/common from 19.2.0 to 19.2.2

Release notes

Sourced from @​angular/common's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • dad02c6 refactor(http): Make sur to pass context & transferCache from `httpResour...
  • 3076254 refactor(common): drop ngIf assert template error in production (#59705)
  • 90a16a1 fix(common): support equality function in httpResource (#60026)
  • 83abe5f docs: fix all brokens links on the API pages (#59162)
  • 26b3a8f refactor(http): add context property to httpResource (#60188)
  • c2de5f6 fix(common): clean up onUrlChange listener when root scope is destroyed (#6...
  • See full diff in compare view

Updates @angular/compiler from 19.2.0 to 19.2.2

Release notes

Sourced from @​angular/compiler's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/core from 19.2.0 to 19.2.2

Release notes

Sourced from @​angular/core's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Commit Description
fix - 7bcdf7c143 update symbols (#60233)

v19.2.1

19.2.1 (2025-03-05)

common

Commit Description
fix - c2de5f68b3 clean up onUrlChange listener when root scope is destroyed (#60004)

compiler-cli

Commit Description
fix - 1dd94476b3 ensure template IDs are not reused if a source file changes (#60152)

core

Commit Description
fix - 1b3b05bf72 cache ComponentRef inputs and outputs (#60156)
fix - 330c24aed9 prevent invoking replay listeners on disconnected nodes (#60103)
fix - cfad089cc3 prevents event replay from being called on comment nodes (#60130)

language-service

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.2.2 (2025-03-12)

common

Commit Type Description
90a16a1088 fix support equality function in httpResource (#60026)

compiler

Commit Type Description
56b551d273 fix incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Type Description
23ca88522b fix handle transformed classes when generating HMR code (#60298)

core

Commit Type Description
6dc41265fd fix check whether application is destroyed before initializing event replay (#59789)
bb12b30d52 fix ensures immediate trigger fires properly with lazy loaded routes (#60203)
b144dd946e fix fix removal of a container reference used in the component file (#60210)

platform-server

Commit Type Description
15c42969fc fix add missing peer dependency for rxjs (#60308)

router

Commit Type Description
7bcdf7c143 fix update symbols (#60233)

20.0.0-next.1 (2025-03-05)

Breaking Changes

common

  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

core

    • TypeScript versions less than 5.8 are no longer supported.
  • PendingTasks.run no longer returns the result of the async function. If this behavior is desired, it can be re-implemented manually with the PendingTasks.add. Be aware, however, that promise rejections will need to be handled or they can cause the node process to shut down when using SSR.

common

| Commit | Type | Description |

... (truncated)

Commits
  • 56b551d fix(compiler): incorrect spans for template literals (#60323) (#60331)
  • b6f22a7 refactor(core): inline standalone check to be dropped (#60305)
  • e98face docs: change xss doc url to angular new documentation (#59915)
  • b144dd9 fix(core): fix removal of a container reference used in the component file (#...
  • 30f6db3 refactor(core): log a warning instead of throwing error on OutputRef.emit w...
  • ec65169 refactor(core): replace PLATFORM_ID in initTransferState (#60299)
  • 5131794 docs: fix typo in desription (#60261)
  • bb12b30 fix(core): ensures immediate trigger fires properly with lazy loaded routes (...
  • b967ca6 Revert "fix(router): update symbols (#60233)" (#60236)
  • 7bcdf7c fix(router): update symbols (#60233)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.0 to 19.2.2

Release notes

Sourced from @​angular/forms's releases.

v19.2.2

19.2.2 (2025-03-12)

common

Commit Description
fix - 90a16a1088 support equality function in httpResource (#60026)

compiler

Commit Description
fix - 56b551d273 incorrect spans for template literals (#60323) (#60331)

compiler-cli

Commit Description
fix - 23ca88522b handle transformed classes when generating HMR code (#60298)

core

Commit Description
fix - 6dc41265fd check whether application is destroyed before initializing event replay (#59789)
fix - bb12b30d52 ensures immediate trigger fires properly with lazy loaded routes (#60203)
fix - b144dd946e fix removal of a container reference used in the component file (#60210)

platform-server

Commit Description
fix - 15c42969fc add missing peer dependency for rxjs (#60308)

router

Description has been truncated

Commit Description

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 14, 2025
Copy link

vercel bot commented Mar 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 8, 2025 9:12am

Copy link

stackblitz bot commented Mar 14, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.14%. Comparing base (729488e) to head (99401eb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1824   +/-   ##
=======================================
  Coverage   24.14%   24.14%           
=======================================
  Files         193      193           
  Lines       26861    26861           
  Branches      787      787           
=======================================
  Hits         6486     6486           
  Misses      20300    20300           
  Partials       75       75           
Flag Coverage Δ
unittests 24.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

pkg-pr-new bot commented Mar 14, 2025

Open in StackBlitz

@hey-api/client-axios

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-axios@1824

@hey-api/client-fetch

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-fetch@1824

@hey-api/client-next

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-next@1824

@hey-api/client-nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/client-nuxt@1824

@hey-api/nuxt

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/nuxt@1824

@hey-api/openapi-ts

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/openapi-ts@1824

@hey-api/vite-plugin

npm i https://pkg.pr.new/hey-api/openapi-ts/@hey-api/vite-plugin@1824

commit: 99401eb

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from 7ea988c to bba31aa Compare March 15, 2025 02:55
Copy link

changeset-bot bot commented Mar 15, 2025

⚠️ No Changeset found

Latest commit: 99401eb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from bba31aa to c6b420b Compare March 17, 2025 04:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from c6b420b to 08322ca Compare March 24, 2025 04:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from 08322ca to a7881db Compare March 30, 2025 16:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from a7881db to cfa2ca0 Compare March 31, 2025 03:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from cfa2ca0 to 1bacc3e Compare March 31, 2025 06:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from 1bacc3e to c779fb8 Compare March 31, 2025 08:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from c779fb8 to fe09900 Compare March 31, 2025 08:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from fe09900 to 0d26473 Compare April 2, 2025 05:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from 0d26473 to fb588a2 Compare April 3, 2025 14:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from fb588a2 to eed2492 Compare April 3, 2025 14:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from eed2492 to 1790442 Compare April 7, 2025 03:32
…pdates

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

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



Updates `@angular/animations` from 19.2.0 to 19.2.2
- [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.2.2/packages/animations)

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

Updates `@angular/common` from 19.2.0 to 19.2.2
- [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.2.2/packages/common)

Updates `@angular/compiler` from 19.2.0 to 19.2.2
- [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.2.2/packages/compiler)

Updates `@angular/core` from 19.2.0 to 19.2.2
- [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.2.2/packages/core)

Updates `@angular/forms` from 19.2.0 to 19.2.2
- [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.2.2/packages/forms)

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

Updates `@angular/platform-browser` from 19.2.0 to 19.2.2
- [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.2.2/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.0 to 19.2.2
- [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.2.2/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.0 to 19.2.2
- [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.2.2/packages/router)

Updates `@angular-devkit/build-angular` from 19.2.0 to 19.2.3
- [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.2.0...19.2.3)

Updates `@angular/cli` from 19.2.0 to 19.2.3
- [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.2.0...19.2.3)

Updates `@angular/compiler-cli` from 19.2.0 to 19.2.2
- [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.2.2/packages/compiler-cli)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-deps-cf49942072 branch from 1790442 to 99401eb Compare April 8, 2025 09:11
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