Skip to content

Chore(deps): Bump the angular-dependencies group across 1 directory with 20 updates #3531

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

Bumps the angular-dependencies group with 20 updates in the / directory:

Package From To
@angular/animations 19.2.6 19.2.10
@angular/cdk 19.2.9 19.2.15
@angular/common 19.2.6 19.2.10
@angular/compiler 19.2.6 19.2.10
@angular/core 19.2.6 19.2.10
@angular/forms 19.2.6 19.2.10
@angular/localize 19.2.6 19.2.10
@angular/material 19.2.9 19.2.15
@angular/platform-browser 19.2.6 19.2.10
@angular/platform-browser-dynamic 19.2.6 19.2.10
@angular/router 19.2.6 19.2.10
@angular-devkit/build-angular 19.2.7 19.2.11
@angular-eslint/builder 19.3.0 19.4.0
@angular-eslint/eslint-plugin 19.3.0 19.4.0
@angular-eslint/eslint-plugin-template 19.3.0 19.4.0
@angular-eslint/schematics 19.3.0 19.4.0
@angular-eslint/template-parser 19.3.0 19.4.0
@angular/cli 19.2.7 19.2.11
@angular/compiler-cli 19.2.6 19.2.10
@angular/language-service 19.2.6 19.2.10

Updates @angular/animations from 19.2.6 to 19.2.10

Release notes

Sourced from @​angular/animations's releases.

19.2.10

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89 properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Description
fix - a6f0d5bc20 less aggressive ngServerMode cleanup (#61106)

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

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.10 (2025-05-07)

common

Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106)

20.0.0-next.9 (2025-04-30)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common

Commit Type Description
b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#61002)
fc4a56d5c5 fix rename httpResource function in factory (#60022)

compiler-cli

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

core

Commit Type Description
d5fd7349fb feat introduce TestBed.tick() (#60993)
e711f99d81 feat move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
d8fbb909ce feat rename afterRender to afterEveryRender and stabilize (#60999)
8d82a39a60 fix async EventEmitter error should not prevent stability (#61028)
624be2ef0c fix prevent stash listener conflicts (#59635)

... (truncated)

Commits

Updates @angular/cdk from 19.2.9 to 19.2.15

Release notes

Sourced from @​angular/cdk's releases.

19.2.15

cdk

Commit Description
fix - 85e448678 dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036)

docs

Commit Description
fix - 02a893a6d Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037)

19.2.14

No release notes provided.

19.2.13

No release notes provided.

19.2.12

google-maps

Commit Description
fix - 278f29e90 implicitly include google.maps types instead of the triple slash workaround (#30942)

material

Commit Description
fix - 5fa518581 chips: icon cut off when text-spacing is increased (#30867)
fix - 5efd099a3 schematics: surface-container-low token not emitted (#30985)
fix - 47ae20144 table: height tokens not applying to flex table (#30978)
fix - 9a8d136d6 tabs: flicker when animationDuration is set to zero (#30966) (#30968)

cdk

Commit Description
fix - 63c5e0068 overlay: reduce touch interaction delay on backdrop (#30971)
fix - 00dac592a stepper: resolve null pointer errors (#30944)

multiple

Commit Description
fix - 33a721716 ensure mat-option parents are the offsetParent (#30977) (#30980)

19.2.11

material

Commit Description
fix - 4d0dcc49f8 list: update documentation (#30883)

cdk

Commit Description
fix - 0509a99d27 overlay: scroll was blocked when zoomed out even if scrolling wasn't an option (#30762)
fix - 14afce23b6 schematics: account for new karma builder (#30907)

19.2.10

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

19.2.15 "abuite-ant" (2025-05-07)

cdk

Commit Type Description
85e448678 fix dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036)

docs

Commit Type Description
02a893a6d fix Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037)

20.0.0-next.10 "sodium-swallow" (2025-05-01)

20.0.0-next.9 "sodium-salamander" (2025-05-01)

Breaking Changes

cdk

    • CanStick has been removed.
    • CDK_TABLE_TEMPLATE has been removed.
    • StickyDirection has been removed.
    • StickyStyler has been removed.

cdk-experimental

Commit Type Description
e456c751c feat listbox: add cdk-active class (#30932)
96fa9fc55 feat popover-edit: Support skipping over annotated rows when the user moves focus up/down. (#30916)
025010b64 feat tabs: add cdk-active class and update example styles (#30950)
44e9ccbf5 fix listbox: initial listbox focus state (#30764)
0e391700c fix tabs: handle space and enter events (#30889)

google-maps

Commit Type Description
cc61697fb fix implicitly include google.maps types instead of the triple slash workaround (#30942)

material

Commit Type Description
663585a1c feat card: support filled variant (#29868)
764a1ccd1 feat dialog: add closePredicate option
48644f56a fix chips: icon cut off when text-spacing is increased (#30867)
86ea718e7 fix schematics: surface-container-low token not emitted (#30985)
d3a8c5b89 fix slide-toggle: opacity tokens not being used (#30946)
0cf6ba107 fix stepper: done icon tokens not emitted in M3 (#30996)
50a9a9b9d fix table: height tokens not applying to flex table (#30978)
c63b1fe7b fix tabs: flicker when animationDuration is set to zero (#30966)
6c9678e69 perf form-field: set notch outline variable only on relevant element (#30955)

cdk

... (truncated)

Commits
  • ba23b51 release: cut the v19.2.15 release
  • 2184cad build: pretty-print adev CDK docs manifests (#31043)
  • 6fb8afc docs(cdk/testing): cleanup apis for landing on adev (#31013)
  • 545e017 build: update rules_browsers to include latest jasmine improvements (#31035)
  • 02a893a fix(docs): Automatic scrolling fails on screens smaller than 721px due to fle...
  • 85e4486 fix(cdk/dialog): avoid setting aria-hidden before focus has moved (#31030) (#...
  • 7664411 docs(material/dialog): remove default value from doc string (#31025)
  • 7cb0add docs: update the csp to include material.angular.dev for files served statica...
  • 91ea605 release: cut the v19.2.14 release
  • 8e4a3a6 Revert "release: cut the v19.2.13 release" (#31000)
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.6 to 19.2.10

Release notes

Sourced from @​angular/common's releases.

19.2.10

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89 properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Description
fix - a6f0d5bc20 less aggressive ngServerMode cleanup (#61106)

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

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.10 (2025-05-07)

common

Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106)

20.0.0-next.9 (2025-04-30)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common

Commit Type Description
b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#61002)
fc4a56d5c5 fix rename httpResource function in factory (#60022)

compiler-cli

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

core

Commit Type Description
d5fd7349fb feat introduce TestBed.tick() (#60993)
e711f99d81 feat move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
d8fbb909ce feat rename afterRender to afterEveryRender and stabilize (#60999)
8d82a39a60 fix async EventEmitter error should not prevent stability (#61028)
624be2ef0c fix prevent stash listener conflicts (#59635)

... (truncated)

Commits
  • 89056a0 fix(common): cleanup updateLatestValue if view is destroyed before promise ...
  • 5b77f93 refactor(common): drop platform checks in HttpXsrfCookieExtractor (#59810)
  • 9c4591c refactor(core): Update FakeNavigation to extract some Angular quirks (#60961)
  • 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.10

Release notes

Sourced from @​angular/compiler's releases.

19.2.10

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89 properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Description
fix - a6f0d5bc20 less aggressive ngServerMode cleanup (#61106)

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

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.10 (2025-05-07)

common

Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106)

20.0.0-next.9 (2025-04-30)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common

Commit Type Description
b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#61002)
fc4a56d5c5 fix rename httpResource function in factory (#60022)

compiler-cli

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

core

Commit Type Description
d5fd7349fb feat introduce TestBed.tick() (#60993)
e711f99d81 feat move provideExperimentalCheckNoChangesForDebug to provideCheckNoChangesConfig (#60906)
d8fbb909ce feat rename afterRender to afterEveryRender and stabilize (#60999)
8d82a39a60 fix async EventEmitter error should not prevent stability (#61028)
624be2ef0c fix prevent stash listener conflicts (#59635)

... (truncated)

Commits

Updates @angular/core from 19.2.6 to 19.2.10

Release notes

Sourced from @​angular/core's releases.

19.2.10

common

Commit Description
fix - 89056a0356 cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)
fix - 400dbc5b89 properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Description
fix - a6f0d5bc20 less aggressive ngServerMode cleanup (#61106)

19.2.9

core

Commit Description
fix - 946b844e0d async EventEmitter error should not prevent stability (#61028)
fix - dbb87026ca call DestroyRef on destroy callback if view is destroyed [patch] (#61061)
fix - 2e140a136a prevent stash listener conflicts [patch] (#61063)

19.2.8

forms

Commit Description
fix - ea4a211216 make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)

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.10 (2025-05-07)

common

Commit Type Description
89056a0356 fix cleanup updateLatestValue if view is destroyed before promise resolves (#61064)

core

Commit Type Description
4623b61448 fix missing useExisting providers throwing for optional calls (#61152)
400dbc5b89 fix properly handle app stabilization with defer blocks (#61056)

platform-server

Commit Type Description
a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106)

20.0.0-next.9 (2025-04-30)

Breaking Changes

core

  • the TestBed.flushEffects() was removed - use the TestBed.tick() instead.

  • provideExperimentalCheckNoChangesForDebug has several breaking changes:

    • It is renamed to provideCheckNoChangesConfig
    • The behavior applies to all checkNoChanges runs
    • The useNgZoneOnStable option is removed. This wasn't found to be generally more useful than interval
  • afterRender was renamed to afterEveryRender.

  • This commit deprecates ng-reflect-* attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying on ng-reflect-* attributes.

    To enable a more seamless upgrade to v20, we've added the provideNgReflectAttributes() function (can be imported from the @angular/core package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add the provideNgReflectAttributes() function to the list of providers within the bootstrap call.

common

Commit Type Description
b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#61002)
fc4a56d5c5 fix rename httpResource function in factory (#60022)

compiler-cli

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

core

Commit Type Description

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 8, 2025
@tarlepp
Copy link
Owner

tarlepp commented May 9, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-dependencies-5d3042dc58 branch from 7669e59 to 42d65b3 Compare May 9, 2025 21:13
…ith 20 updates

Bumps the angular-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.6` | `19.2.10` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.9` | `19.2.15` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.6` | `19.2.10` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.6` | `19.2.10` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.6` | `19.2.10` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.6` | `19.2.10` |
| [@angular/localize](https://github.com/angular/angular) | `19.2.6` | `19.2.10` |
| [@angular/material](https://github.com/angular/components) | `19.2.9` | `19.2.15` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.6` | `19.2.10` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.6` | `19.2.10` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.6` | `19.2.10` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.7` | `19.2.11` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.3.0` | `19.4.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.3.0` | `19.4.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.3.0` | `19.4.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.3.0` | `19.4.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.3.0` | `19.4.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.7` | `19.2.11` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.6` | `19.2.10` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.2.6` | `19.2.10` |



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

Updates `@angular/cdk` from 19.2.9 to 19.2.15
- [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.15)

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

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

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

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

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

Updates `@angular/material` from 19.2.9 to 19.2.15
- [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.15)

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

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

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

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

Updates `@angular-eslint/builder` from 19.3.0 to 19.4.0
- [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.4.0/packages/builder)

Updates `@angular-eslint/eslint-plugin` from 19.3.0 to 19.4.0
- [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.4.0/packages/eslint-plugin)

Updates `@angular-eslint/eslint-plugin-template` from 19.3.0 to 19.4.0
- [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.4.0/packages/eslint-plugin-template)

Updates `@angular-eslint/schematics` from 19.3.0 to 19.4.0
- [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.4.0/packages/schematics)

Updates `@angular-eslint/template-parser` from 19.3.0 to 19.4.0
- [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.4.0/packages/template-parser)

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

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

Updates `@angular/language-service` from 19.2.6 to 19.2.10
- [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.10/packages/language-service)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular-dependencies-5d3042dc58 branch from 42d65b3 to fd07046 Compare May 12, 2025 15:37
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