Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the angular group with 18 updates in the /frontend directory:

Package From To
@angular/animations 19.2.11 19.2.14
@angular/cdk 19.2.16 19.2.18
@angular/cli 19.2.12 19.2.14
@angular/common 19.2.11 19.2.14
@angular/compiler 19.2.11 19.2.14
@angular/core 19.2.11 19.2.14
@angular/forms 19.2.11 19.2.14
@angular/localize 19.2.11 19.2.14
@angular/material 19.2.16 19.2.18
@angular/platform-browser 19.2.11 19.2.14
@angular/platform-browser-dynamic 19.2.11 19.2.14
@angular/router 19.2.11 19.2.14
@angular-eslint/builder 19.4.0 19.6.0
@angular-eslint/eslint-plugin 19.4.0 19.6.0
@angular-eslint/eslint-plugin-template 19.4.0 19.6.0
@angular-eslint/schematics 19.4.0 19.6.0
@angular-eslint/template-parser 19.4.0 19.6.0
@angular/build 19.2.12 19.2.14

Updates @angular/animations from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/animations's releases.

19.2.14

compiler

Commit Description
fix - 24bab55f0c lexer support for template literals in object literals (#61601)

migrations

Commit Description
fix - 9e1cd49662 preserve comments when removing unused imports (#61674)

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)
Changelog

Sourced from @​angular/animations's changelog.

19.2.14 (2025-05-28)

compiler

Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#61601)

migrations

Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#61674)

19.2.13 (2025-05-23)

common

Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12 (2025-05-21)

common

Commit Type Description
126efc9972 fix cancel reader when app is destroyed (#61528)
efda872453 fix prevent reading chunks if app is destroyed (#61354)

compiler

Commit Type Description
44bb328eae fix avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Type Description
107180260f fix Always retain prior results for all files (#61487)
1191e62d70 fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
2b1b14f4d3 fix cleanup rxResource abort listener (#58306)
8f9b05eaaa fix cleanup testability subscriptions (#61261)
eb53bda470 fix enable stashing only when withEventReplay() is invoked (#61352)
94f5a4b4d6 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
c0c69a5abc fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 7f26df1 build: migrate animations to use rules_js based toolchain (#61479)
  • 9aedd30 refactor(animations): mark non-default new expressions as pure (#61452)
  • See full diff in compare view

Updates @angular/cdk from 19.2.16 to 19.2.18

Release notes

Sourced from @​angular/cdk's releases.

19.2.18

No release notes provided.

19.2.17

material

Commit Description
fix - 0e300d1041 datepicker: prevent calendar from stealing away focus (#31128)
fix - af04c772ed dialog: use custom token to disable animations (#31156)
fix - 306eef1d74 radio: assistive technology announcing button as invalid (#31160)
fix - bd614b4a69 radio: updating required value should mark for check (#31109)
fix - ca231dc9b8 sidenav: removes -1 tabindex from sidenav (#31155)
fix - 33d8f3347e tabs: avoid not having any focusable tabs (#31144)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.18 "calcium-coconut" (2025-05-28)

19.2.17 "fulgurite-fiesta" (2025-05-21)

material

Commit Type Description
0e300d1041 fix datepicker: prevent calendar from stealing away focus (#31128)
af04c772ed fix dialog: use custom token to disable animations (#31156)
306eef1d74 fix radio: assistive technology announcing button as invalid (#31160)
bd614b4a69 fix radio: updating required value should mark for check (#31109)
ca231dc9b8 fix sidenav: removes -1 tabindex from sidenav (#31155)
33d8f3347e fix tabs: avoid not having any focusable tabs (#31144)

Commits
  • 30e60fd release: cut the v19.2.18 release
  • a1b762d docs: update contributing guidelines to reference TypeScript style guide (#31...
  • 541aa4f release: cut the v19.2.17 release
  • fc14e77 Revert "fix(material/dialog): use custom token to disable animations (#31156)...
  • 306eef1 fix(material/radio): assistive technology announcing button as invalid (#31160)
  • bd614b4 fix(material/radio): updating required value should mark for check (#31109)
  • ca231dc fix(material/sidenav): removes -1 tabindex from sidenav (#31155)
  • af04c77 fix(material/dialog): use custom token to disable animations (#31156)
  • 33d8f33 fix(material/tabs): avoid not having any focusable tabs (#31144)
  • f407aef build: stop syncing cdk/testing/private into g3 (#31135)
  • Additional commits viewable in compare view

Updates @angular/cli from 19.2.12 to 19.2.14

Release notes

Sourced from @​angular/cli's releases.

19.2.14

@​angular/build

Commit Description
fix - a3504fd45 HMR requires AOT do not show HMR enabled when using JIT
fix - 5ce9f96a4 include full metadata for AOT unit-testing

19.2.13

@​angular/pwa

Commit Description
fix - ad2fb2959 remove background_color and theme_color from manifest
Changelog

Sourced from @​angular/cli's changelog.

19.2.14 (2025-05-28)

@​angular/build

Commit Type Description
a3504fd45 fix HMR requires AOT do not show HMR enabled when using JIT
5ce9f96a4 fix include full metadata for AOT unit-testing

19.2.13 (2025-05-21)

@​angular/pwa

Commit Type Description
ad2fb2959 fix remove background_color and theme_color from manifest

Commits
  • d110379 release: cut the v19.2.14 release
  • 3ffd43a build: preserve peerDependenciesMeta in snapshots
  • cf4e676 build: correctly replace BUILD_SCM_HASH-PLACEHOLDER with `BUILD_SCM_ABBREV_...
  • 33aee37 refactor(@​angular/build): update ensureWorkerPool to do an early exit
  • 5c86b80 refactor(@​angular/build): use new HMR documentation URL for console message
  • 5ce9f96 fix(@​angular/build): include full metadata for AOT unit-testing
  • a3504fd fix(@​angular/build): HMR requires AOT do not show HMR enabled when using JIT
  • 6336f9c release: cut the v19.2.13 release
  • ad2fb29 fix(@​angular/pwa): remove background_color and theme_color from manifest
  • d2f99b5 build: update dev-infra for latest RBE changes
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/common's releases.

19.2.14

compiler

Commit Description
fix - 24bab55f0c lexer support for template literals in object literals (#61601)

migrations

Commit Description
fix - 9e1cd49662 preserve comments when removing unused imports (#61674)

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)
Changelog

Sourced from @​angular/common's changelog.

19.2.14 (2025-05-28)

compiler

Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#61601)

migrations

Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#61674)

19.2.13 (2025-05-23)

common

Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12 (2025-05-21)

common

Commit Type Description
126efc9972 fix cancel reader when app is destroyed (#61528)
efda872453 fix prevent reading chunks if app is destroyed (#61354)

compiler

Commit Type Description
44bb328eae fix avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Type Description
107180260f fix Always retain prior results for all files (#61487)
1191e62d70 fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
2b1b14f4d3 fix cleanup rxResource abort listener (#58306)
8f9b05eaaa fix cleanup testability subscriptions (#61261)
eb53bda470 fix enable stashing only when withEventReplay() is invoked (#61352)
94f5a4b4d6 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
c0c69a5abc fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 12e2302 build: update common's locales to use rules_js (#61630)
  • 9701047 test(common): Add circular deps test to 19.2.x (#61651)
  • 2c876b4 fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 2b1b14f fix(core): cleanup rxResource abort listener (#58306)
  • 126efc9 fix(common): cancel reader when app is destroyed (#61528)
  • efda872 fix(common): prevent reading chunks if app is destroyed (#61354)
  • c43fd3a build: migrate common to use rules_js based toolchain (#61434)
  • 185b780 build: migrate packages/core/schematics to ts_project (#61420)
  • See full diff in compare view

Updates @angular/compiler from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/compiler's releases.

19.2.14

compiler

Commit Description
fix - 24bab55f0c lexer support for template literals in object literals (#61601)

migrations

Commit Description
fix - 9e1cd49662 preserve comments when removing unused imports (#61674)

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.14 (2025-05-28)

compiler

Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#61601)

migrations

Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#61674)

19.2.13 (2025-05-23)

common

Commit Type Description
2c876b4fc5 fix avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Type Description
b15bddfa04 fix do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12 (2025-05-21)

common

Commit Type Description
126efc9972 fix cancel reader when app is destroyed (#61528)
efda872453 fix prevent reading chunks if app is destroyed (#61354)

compiler

Commit Type Description
44bb328eae fix avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Type Description
107180260f fix Always retain prior results for all files (#61487)
1191e62d70 fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
2b1b14f4d3 fix cleanup rxResource abort listener (#58306)
8f9b05eaaa fix cleanup testability subscriptions (#61261)
eb53bda470 fix enable stashing only when withEventReplay() is invoked (#61352)
94f5a4b4d6 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
c0c69a5abc fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 24bab55 fix(compiler): lexer support for template literals in object literals (#61601)
  • fc2483e refactor(compiler): avoid duplication between FactoryTarget type (#61571)
  • 8e54b57 build: move private testing helpers outside platform-browser/testing (#61571)
  • 44bb328 fix(compiler): avoid conflicts between HMR code and local symbols (#61550)
  • 1007079 build: update compiler-cli to not be stamped when used for the compiler in ng...
  • See full diff in compare view

Updates @angular/core from 19.2.11 to 19.2.14

Release notes

Sourced from @​angular/core's releases.

19.2.14

compiler

Commit Description
fix - 24bab55f0c lexer support for template literals in object literals (#61601)

migrations

Commit Description
fix - 9e1cd49662 preserve comments when removing unused imports (#61674)

19.2.13

common

Commit Description
fix - 2c876b4fc5 avoid injecting ApplicationRef in FetchBackend (#61649)

service-worker

Commit Description
fix - b15bddfa04 do not register service worker if app is destroyed before it is ready to register (#61101)

19.2.12

common

Commit Description
fix - 126efc9972 cancel reader when app is destroyed (#61528)
fix - efda872453 prevent reading chunks if app is destroyed (#61354)

compiler

Commit Description
fix - 44bb328eae avoid conflicts between HMR code and local symbols (#61550)

compiler-cli

Commit Description
fix - 107180260f Always retain prior results for all files (#61487)
fix - 1191e62d70 avoid ECMAScript private field metadata emit (#61227)

core

Commit Description
fix - 2b1b14f4d3 cleanup rxResource abort listener (#58306)
fix - 8f9b05eaaa cleanup testability subscriptions (#61261)
fix - eb53bda470 enable stashing only when withEventReplay() is invoked (#61352)
fix - 94f5a4b4d6 Testing should not throw when Zone does not patch test FW APIs (#61376)
fix - c0c69a5abc unregister onDestroy in toSignal. (#61514)

platform-server

Commit Description
perf - 8edafd0559 speed up resolution of base (#61392)
Changelog

Sourced from @​angular/core's changelog.

19.2.14 (2025-05-28)

compiler

Commit Type Description
24bab55f0c fix lexer support for template literals in object literals (#61601)

migrations

Commit Type Description
9e1cd49662 fix preserve comments when removing unused imports (#61674)

19.2.13 (2025-05-23)

common

Commit Type Description
2c876b4fc5 fix avoid ...

Description has been truncated

Bumps the angular group with 18 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.11` | `19.2.14` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.16` | `19.2.18` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.12` | `19.2.14` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.11` | `19.2.14` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.11` | `19.2.14` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.11` | `19.2.14` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.11` | `19.2.14` |
| [@angular/localize](https://github.com/angular/angular) | `19.2.11` | `19.2.14` |
| [@angular/material](https://github.com/angular/components) | `19.2.16` | `19.2.18` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.11` | `19.2.14` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.11` | `19.2.14` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.11` | `19.2.14` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.4.0` | `19.6.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.4.0` | `19.6.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.4.0` | `19.6.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.4.0` | `19.6.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.4.0` | `19.6.0` |
| [@angular/build](https://github.com/angular/angular-cli) | `19.2.12` | `19.2.14` |



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

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

Updates `@angular/cli` from 19.2.12 to 19.2.14
- [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.12...19.2.14)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@angular/build` from 19.2.12 to 19.2.14
- [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.12...19.2.14)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2025
@sonarqubecloud
Copy link

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.

0 participants