Skip to content

build(deps): bump the angular group with 16 updates #603

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
May 26, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 16 updates:

Package From To
@angular/animations 19.2.11 19.2.13
@angular/common 19.2.11 19.2.13
@angular/compiler 19.2.11 19.2.13
@angular/core 19.2.11 19.2.13
@angular/forms 19.2.11 19.2.13
@angular/platform-browser 19.2.11 19.2.13
@angular/platform-browser-dynamic 19.2.11 19.2.13
@angular/router 19.2.11 19.2.13
@angular-devkit/build-angular 19.2.12 19.2.13
@angular-eslint/builder 19.4.0 19.5.0
@angular-eslint/eslint-plugin 19.4.0 19.5.0
@angular-eslint/eslint-plugin-template 19.4.0 19.5.0
@angular-eslint/schematics 19.4.0 19.5.0
@angular-eslint/template-parser 19.4.0 19.5.0
@angular/cli 19.2.12 19.2.13
@angular/compiler-cli 19.2.11 19.2.13

Updates @angular/animations from 19.2.11 to 19.2.13

Release notes

Sourced from @​angular/animations's releases.

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.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)

20.0.0-rc.2 (2025-05-21)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core

  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.

common

Commit Type Description
af7881abac fix cancel reader when app is destroyed (#61528)
966df84351 fix prevent reading chunks if app is destroyed (#61354)

compiler

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

compiler-cli

Commit Type Description
b57084267e fix Always retain prior results for all files (#61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#58306)
b90160d10a fix cleanup testability subscriptions (#61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333)
d62379bb13 fix move reload method from Resource to WritableResource (#61441)
a89f1cff24 fix narrow error type for resources API (#61441)
6e79eaf739 fix reading resource value after reload in the error state (#61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
5dbeb42308 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/common from 19.2.11 to 19.2.13

Release notes

Sourced from @​angular/common's releases.

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.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)

20.0.0-rc.2 (2025-05-21)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core

  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.

common

Commit Type Description
af7881abac fix cancel reader when app is destroyed (#61528)
966df84351 fix prevent reading chunks if app is destroyed (#61354)

compiler

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

compiler-cli

Commit Type Description
b57084267e fix Always retain prior results for all files (#61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#58306)
b90160d10a fix cleanup testability subscriptions (#61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333)
d62379bb13 fix move reload method from Resource to WritableResource (#61441)
a89f1cff24 fix narrow error type for resources API (#61441)
6e79eaf739 fix reading resource value after reload in the error state (#61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 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.13

Release notes

Sourced from @​angular/compiler's releases.

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.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)

20.0.0-rc.2 (2025-05-21)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core

  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.

common

Commit Type Description
af7881abac fix cancel reader when app is destroyed (#61528)
966df84351 fix prevent reading chunks if app is destroyed (#61354)

compiler

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

compiler-cli

Commit Type Description
b57084267e fix Always retain prior results for all files (#61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#58306)
b90160d10a fix cleanup testability subscriptions (#61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333)
d62379bb13 fix move reload method from Resource to WritableResource (#61441)
a89f1cff24 fix narrow error type for resources API (#61441)
6e79eaf739 fix reading resource value after reload in the error state (#61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • 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.13

Release notes

Sourced from @​angular/core's releases.

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.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)

20.0.0-rc.2 (2025-05-21)

Deprecations

platform-browser

  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core

  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.

common

Commit Type Description
af7881abac fix cancel reader when app is destroyed (#61528)
966df84351 fix prevent reading chunks if app is destroyed (#61354)

compiler

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

compiler-cli

Commit Type Description
b57084267e fix Always retain prior results for all files (#61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#61227)

core

Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#58306)
b90160d10a fix cleanup testability subscriptions (#61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#61333)
d62379bb13 fix move reload method from Resource to WritableResource (#61441)
a89f1cff24 fix narrow error type for resources API (#61441)
6e79eaf739 fix reading resource value after reload in the error state (#61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#61514)

... (truncated)

Commits
  • a6d5479 build: migrate platform-server to rules_js (#61619)
  • 2a26944 build: migrate platform-browser and platform-browser-dynamic package to use r...
  • 2ae69f7 refactor: ensure tsurge migrations have clear ownership of files (#61612)
  • c101a3a refactor: clean-up deduplication workaround from migrations (#61421) (#61612)
  • 1a811c9 refactor: ensure tsurge migrations have clear ownership of files (#61421) (#6...
  • 3a8bbe9 build: migrate language service to use rules_js (#61578)
  • 3fcd109 build: migrate all ng_module in packages/core/test (#61571)
  • 2ccce30 build: migrate all ts_library in packages/core/test (#61571)
  • 2b1b14f fix(core): cleanup rxResource abort listener (#58306)
  • 44bb328 fix(compiler): avoid conflicts between HMR code and local symbols (#61550)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.11 to 19.2.13

Release notes

Sourced from @​angular/forms's releases.

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

Bumps the angular group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.11` | `19.2.13` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.11` | `19.2.13` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.11` | `19.2.13` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.11` | `19.2.13` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.11` | `19.2.13` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.11` | `19.2.13` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.11` | `19.2.13` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.11` | `19.2.13` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.12` | `19.2.13` |
| [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `19.4.0` | `19.5.0` |
| [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `19.4.0` | `19.5.0` |
| [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `19.4.0` | `19.5.0` |
| [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `19.4.0` | `19.5.0` |
| [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `19.4.0` | `19.5.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.12` | `19.2.13` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.11` | `19.2.13` |


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from ohenning and TommyBom May 26, 2025 00:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested a review from a team May 26, 2025 00:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 26, 2025 00:30
@github-actions github-actions bot merged commit 1d09196 into main May 26, 2025
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/angular-ad5d09e095 branch May 26, 2025 00:31
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