Skip to content

🤖 build(deps): bump the dependencies group with 16 updates #149

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

Merged
merged 1 commit into from
Apr 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2025

Bumps the dependencies group with 16 updates:

Package From To
@angular/animations 19.2.6 19.2.7
@angular/cdk 19.2.9 19.2.10
@angular/common 19.2.6 19.2.7
@angular/compiler 19.2.6 19.2.7
@angular/core 19.2.6 19.2.7
@angular/forms 19.2.6 19.2.7
@angular/material 19.2.9 19.2.10
@angular/platform-browser 19.2.6 19.2.7
@angular/platform-browser-dynamic 19.2.6 19.2.7
@angular/router 19.2.6 19.2.7
@angular-devkit/build-angular 19.2.7 19.2.8
@angular/cli 19.2.7 19.2.8
@angular/compiler-cli 19.2.6 19.2.7
@types/node 22.14.0 22.14.1
@typescript-eslint/eslint-plugin 8.29.1 8.30.1
@typescript-eslint/parser 8.29.1 8.30.1

Updates @angular/animations from 19.2.6 to 19.2.7

Release notes

Sourced from @​angular/animations's releases.

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

Sourced from @​angular/animations's changelog.

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits

Updates @angular/cdk from 19.2.9 to 19.2.10

Release notes

Sourced from @​angular/cdk's releases.

19.2.10

material

Commit Description
fix - ef723db2e0 bottom-sheet: page jumping if backdrop-filter is applied (#30840)

cdk

Commit Description
fix - 604e4d6c98 overlay: disable overlay animation with prefers-reduced-motion (#30858)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.10 "plastic-monkey" (2025-04-16)

cdk

Commit Type Description
604e4d6c98 fix overlay: disable overlay animation with prefers-reduced-motion (#30858)

material

Commit Type Description
ef723db2e0 fix bottom-sheet: page jumping if backdrop-filter is applied (#30840)

20.0.0-next.6 "abelsonite-avocado" (2025-04-09)

cdk

Commit Type Description
b1cc0501e fix table: error if data is accessed too early (#30817)

material

Commit Type Description
82f0fa6fa feat core: handle prefers-reduced-motion automatically (#30796)

cdk-experimental

Commit Type Description
6ac4c1ae2 feat listbox: readonly mode (#30803)
2e34b20cb fix ui-patterns: add missing event handlers (#30786)

material-angular-io

Commit Type Description
3a1a0b368 fix streamline directive and component metadata handling in dgeni (#30661)

multiple

Commit Type Description
5229fe0a0 fix rename hardcoded tokens that were renamed (#30807)
9bf4be9e2 fix rename token prefixes to match components (#30802)

Commits
  • 652dd33 release: cut the v19.2.10 release
  • edc7d84 build: fix docs site styling token loading (#30884)
  • 3785613 build: update sass rules
  • 1d98e66 build: remove unused sass compiler binary
  • 9b25bce build: remove linker tests that are superseded by integration test
  • 51ecf29 build: enable proper source maps in dev-app
  • c557678 build: move styling token extraction out of dev workflows
  • dcb1d8a build: cleanup more deps
  • 8e4b62b build: move web test defaults into dedicated file
  • a8e62d4 build: switch sass compilations to Dart Sass
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.6 to 19.2.7

Release notes

Sourced from @​angular/common's releases.

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

Sourced from @​angular/common's changelog.

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits
  • c90eea2 refactor(common): eliminate redundant iterator-to-array conversion (#60884)
  • 37ab681 fix(common): issue a warning instead of an error when NgOptimizedImage exce...
  • d39e09d fix(http): Include HTTP status code and headers when HTTP requests errored in...
  • See full diff in compare view

Updates @angular/compiler from 19.2.6 to 19.2.7

Release notes

Sourced from @​angular/compiler's releases.

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits

Updates @angular/core from 19.2.6 to 19.2.7

Release notes

Sourced from @​angular/core's releases.

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

Sourced from @​angular/core's changelog.

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits
  • 5cd8052 refactor(core): Update Transition finished promise to not throw unhandled rej...
  • 79ff75f test(core): type tests for linkedSignal (#60857)
  • b144126 fix(core): inject migration: replace param with this. (#60713)
  • See full diff in compare view

Updates @angular/forms from 19.2.6 to 19.2.7

Release notes

Sourced from @​angular/forms's releases.

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

Sourced from @​angular/forms's changelog.

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits

Updates @angular/material from 19.2.9 to 19.2.10

Release notes

Sourced from @​angular/material's releases.

19.2.10

material

Commit Description
fix - ef723db2e0 bottom-sheet: page jumping if backdrop-filter is applied (#30840)

cdk

Commit Description
fix - 604e4d6c98 overlay: disable overlay animation with prefers-reduced-motion (#30858)
Changelog

Sourced from @​angular/material's changelog.

19.2.10 "plastic-monkey" (2025-04-16)

cdk

Commit Type Description
604e4d6c98 fix overlay: disable overlay animation with prefers-reduced-motion (#30858)

material

Commit Type Description
ef723db2e0 fix bottom-sheet: page jumping if backdrop-filter is applied (#30840)

20.0.0-next.6 "abelsonite-avocado" (2025-04-09)

cdk

Commit Type Description
b1cc0501e fix table: error if data is accessed too early (#30817)

material

Commit Type Description
82f0fa6fa feat core: handle prefers-reduced-motion automatically (#30796)

cdk-experimental

Commit Type Description
6ac4c1ae2 feat listbox: readonly mode (#30803)
2e34b20cb fix ui-patterns: add missing event handlers (#30786)

material-angular-io

Commit Type Description
3a1a0b368 fix streamline directive and component metadata handling in dgeni (#30661)

multiple

Commit Type Description
5229fe0a0 fix rename hardcoded tokens that were renamed (#30807)
9bf4be9e2 fix rename token prefixes to match components (#30802)

Commits
  • 652dd33 release: cut the v19.2.10 release
  • edc7d84 build: fix docs site styling token loading (#30884)
  • 3785613 build: update sass rules
  • 1d98e66 build: remove unused sass compiler binary
  • 9b25bce build: remove linker tests that are superseded by integration test
  • 51ecf29 build: enable proper source maps in dev-app
  • c557678 build: move styling token extraction out of dev workflows
  • dcb1d8a build: cleanup more deps
  • 8e4b62b build: move web test defaults into dedicated file
  • a8e62d4 build: switch sass compilations to Dart Sass
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 19.2.6 to 19.2.7

Release notes

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

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Description
fix - b144126612 inject migration: replace param with this. (#60713)

http

Commit Description
fix - d39e09da41 Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)
Changelog

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

19.2.7 (2025-04-16)

common

Commit Type Description
37ab6814f5 fix issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

Commit Type Description
b144126612 fix inject migration: replace param with this. (#60713)

http

Commit Type Description
d39e09da41 fix Include HTTP status code and headers when HTTP requests errored in httpResource (#60802)

20.0.0-next.6 (2025-04-09)

Breaking Changes

core

  • Animations are guaranteed to be flushed when Angular runs automatic change detection or manual calls to ApplicationRef.tick. Prior to this change, animations would not be flushed in some situations if change detection did not run on any views attached to the application. This change can affect tests which may rely on the old behavior, often by making assertions on DOM elements that should have been removed but weren't because DOM removal is delayed until animations are flushed.

compiler

Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#60495)

compiler-cli

Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
4e88e18a8e feat mark toObservable as stable (#60449)
8d050b5bfc feat stabilize linkedSignal API (#60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
0b69b61929 fix Flush animations when no component has been checked (#58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#60720)

http

Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#60656)

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 19.2.6 to 19.2.7

Release notes

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

19.2.7

common

Commit Description
fix - 37ab6814f5 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60883)

core

...

Description has been truncated

Commit Description
fix - b144126612

Bumps the dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.6` | `19.2.7` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.9` | `19.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.6` | `19.2.7` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.6` | `19.2.7` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.6` | `19.2.7` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.6` | `19.2.7` |
| [@angular/material](https://github.com/angular/components) | `19.2.9` | `19.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.6` | `19.2.7` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.6` | `19.2.7` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.6` | `19.2.7` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.7` | `19.2.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.7` | `19.2.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.6` | `19.2.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.0` | `22.14.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.29.1` | `8.30.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.29.1` | `8.30.1` |


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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/cli` from 19.2.7 to 19.2.8
- [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.7...19.2.8)

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

Updates `@types/node` from 22.14.0 to 22.14.1
- [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.29.1 to 8.30.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.30.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.29.1 to 8.30.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.30.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 19.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/common"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/core"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/forms"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/material"
  dependency-version: 19.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/router"
  dependency-version: 19.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/cli"
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 19.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.14.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.30.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.30.1
  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 Apr 18, 2025
@hackingharold hackingharold merged commit 6c2969b into main Apr 18, 2025
2 checks passed
@hackingharold hackingharold deleted the dependabot-npm_and_yarn-dependencies-7aa9d1b996 branch April 18, 2025 11:00
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