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

🤖 build(deps): bump the dependencies group with 22 updates #144

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 22 updates:

Package From To
@angular/animations 19.2.1 19.2.2
@angular/cdk 19.2.2 19.2.3
@angular/common 19.2.1 19.2.2
@angular/compiler 19.2.1 19.2.2
@angular/core 19.2.1 19.2.2
@angular/forms 19.2.1 19.2.2
@angular/material 19.2.2 19.2.3
@angular/platform-browser 19.2.1 19.2.2
@angular/platform-browser-dynamic 19.2.1 19.2.2
@angular/router 19.2.1 19.2.2
@angular-devkit/build-angular 19.2.1 19.2.3
@angular-eslint/builder 19.2.0 19.2.1
@angular-eslint/eslint-plugin 19.2.0 19.2.1
@angular-eslint/eslint-plugin-template 19.2.0 19.2.1
@angular-eslint/schematics 19.2.0 19.2.1
@angular-eslint/template-parser 19.2.0 19.2.1
@angular/cli 19.2.1 19.2.3
@angular/compiler-cli 19.2.1 19.2.2
@types/node 22.13.9 22.13.10
@typescript-eslint/eslint-plugin 8.26.0 8.26.1
@typescript-eslint/parser 8.26.0 8.26.1
eslint 9.21.0 9.22.0

Updates @angular/animations from 19.2.1 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)
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.1 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)
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)
  • See full diff in compare view

Updates @angular/compiler from 19.2.1 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)
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.1 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)
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.1 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

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

Sourced from @​angular/forms'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/material from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/material'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/material'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....

      Description has been truncated

Bumps the dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.1` | `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.1` | `19.2.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.1` | `19.2.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.1` | `19.2.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.1` | `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.1` | `19.2.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.1` | `19.2.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.1` | `19.2.2` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.1` | `19.2.3` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.2.0` | `19.2.1` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.2.0` | `19.2.1` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.2.0` | `19.2.1` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.2.0` | `19.2.1` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.2.0` | `19.2.1` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.1` | `19.2.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.1` | `19.2.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.9` | `22.13.10` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.26.0` | `8.26.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.0` | `8.26.1` |
| [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.22.0` |


Updates `@angular/animations` from 19.2.1 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.1 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.1 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.1 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.1 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.1 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.1 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.1 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.1 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.1...19.2.3)

Updates `@angular-eslint/builder` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.2.1/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.2.1/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.2.1/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.2.1/packages/schematics)

Updates `@angular-eslint/template-parser` from 19.2.0 to 19.2.1
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v19.2.1/packages/template-parser)

Updates `@angular/cli` from 19.2.1 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.1...19.2.3)

Updates `@angular/compiler-cli` from 19.2.1 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)

Updates `@types/node` from 22.13.9 to 22.13.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.26.0 to 8.26.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.26.0 to 8.26.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.26.1/packages/parser)

Updates `eslint` from 9.21.0 to 9.22.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.21.0...v9.22.0)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/builder"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/eslint-plugin-template"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-eslint/template-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 14, 2025
@hackingharold hackingharold merged commit e6c82aa into main Mar 14, 2025
2 checks passed
@hackingharold hackingharold deleted the dependabot-npm_and_yarn-dependencies-a4c2bb46a2 branch March 14, 2025 08:38
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