Skip to content

chore(deps-dev): bump the angular group with 10 updates #4263

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 23, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 10 updates:

Package From To
@angular/animations 19.2.12 19.2.13
@angular/common 19.2.12 19.2.13
@angular/compiler 19.2.12 19.2.13
@angular/compiler-cli 19.2.12 19.2.13
@angular/core 19.2.12 19.2.13
@angular/forms 19.2.12 19.2.13
@angular/platform-browser 19.2.12 19.2.13
@angular/platform-browser-dynamic 19.2.12 19.2.13
@angular/platform-server 19.2.12 19.2.13
@angular/router 19.2.12 19.2.13

Updates @angular/animations from 19.2.12 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)
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

Updates @angular/common from 19.2.12 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)
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

Updates @angular/compiler from 19.2.12 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)
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

Updates @angular/compiler-cli from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular/compiler-cli'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)
Changelog

Sourced from @​angular/compiler-cli'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

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

Updates @angular/forms from 19.2.12 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)
Changelog

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

Updates @angular/platform-browser from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular/platform-browser'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)
Changelog

Sourced from @​angular/platform-browser'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
  • 2a26944 build: migrate platform-browser and platform-browser-dynamic package to use r...
  • See full diff in compare view

Updates @angular/platform-browser-dynamic from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular/platform-browser-dynamic'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)
Changelog

Sourced from @​angular/platform-browser-dynamic'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

Bumps the angular group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.12` | `19.2.13` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.12` | `19.2.13` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.12` | `19.2.13` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.2.12` | `19.2.13` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.12` | `19.2.13` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.12` | `19.2.13` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.12` | `19.2.13` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.12` | `19.2.13` |
| [@angular/platform-server](https://github.com/angular/angular/tree/HEAD/packages/platform-server) | `19.2.12` | `19.2.13` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.12` | `19.2.13` |


Updates `@angular/animations` from 19.2.12 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.12 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.12 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/compiler-cli` from 19.2.12 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)

Updates `@angular/core` from 19.2.12 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.12 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.12 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.12 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/platform-server` from 19.2.12 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-server)

Updates `@angular/router` from 19.2.12 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)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  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
- dependency-name: "@angular/core"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-server"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

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 May 23, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners May 23, 2025 21:56
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels May 23, 2025
Copy link
Contributor

@github-actions github-actions bot enabled auto-merge (squash) May 23, 2025 22:00
@github-actions github-actions bot merged commit 7150bf8 into main May 23, 2025
74 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-angular-033c96a707 branch May 23, 2025 23:10
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