Skip to content

chore(deps-dev): bump the angular group with 14 updates #4251

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 14 updates:

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

Updates @angular-devkit/build-angular from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular-devkit/build-angular's releases.

19.2.13

@​angular/pwa

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

Sourced from @​angular-devkit/build-angular's changelog.

19.2.13 (2025-05-21)

@​angular/pwa

Commit Type Description
ad2fb2959 fix remove background_color and theme_color from manifest

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

@​angular/build

Commit Type Description
d2bfc6bd4 fix revert setup unit-test polyfills before TestBed init

20.0.0-rc.1 (2025-05-14)

@​angular/cli

Commit Type Description
5093ce0a6 fix properly handle Node.js require() errors with ESM modules

@​schematics/angular

Commit Type Description
3cf6ab0f7 fix support using default browser option when not present

@​angular/build

Commit Type Description
e36bf964a fix allow TestBed provider configuration with vitest unit-testing
769961e4a fix allow vitest-based unit testing to use watch option
c7f2cb596 fix provide vitest globals in unit-test builder
0d40cdecd fix setup unit-test polyfills before TestBed init
fa3dc6387 fix show unit-test error for missing vitest browser package
247cd3352 fix show unit-test error for missing vitest package

... (truncated)

Commits
  • 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
  • 289a90c refactor: disable chrome sandbox as it no longer works in CI
  • See full diff in compare view

Updates @angular/animations from 19.2.11 to 19.2.12

Release notes

Sourced from @​angular/animations's releases.

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

platform-server

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

20.0.0-rc.1 (2025-05-15)

compiler

Commit Type Description
e0d378d20e7 fix incorrectly handling let declarations inside i18n (#60512)
768239a89cb perf reduce allocations for let declarations only used in the same view (#60512)

compiler-cli

Commit Type Description
9ec9c7e1b84 fix avoid fatal diagnostics for invalid module schemas (#61220)

core

Commit Type Description
4fe34f4cfea fix enable stashing only when withEventReplay() is invoked (#61077)

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/build from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular/build's releases.

19.2.13

@​angular/pwa

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

Sourced from @​angular/build's changelog.

19.2.13 (2025-05-21)

@​angular/pwa

Commit Type Description
ad2fb2959 fix remove background_color and theme_color from manifest

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

@​angular/build

Commit Type Description
d2bfc6bd4 fix revert setup unit-test polyfills before TestBed init

20.0.0-rc.1 (2025-05-14)

@​angular/cli

Commit Type Description
5093ce0a6 fix properly handle Node.js require() errors with ESM modules

@​schematics/angular

Commit Type Description
3cf6ab0f7 fix support using default browser option when not present

@​angular/build

Commit Type Description
e36bf964a fix allow TestBed provider configuration with vitest unit-testing
769961e4a fix allow vitest-based unit testing to use watch option
c7f2cb596 fix provide vitest globals in unit-test builder
0d40cdecd fix setup unit-test polyfills before TestBed init
fa3dc6387 fix show unit-test error for missing vitest browser package
247cd3352 fix show unit-test error for missing vitest package

... (truncated)

Commits
  • 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
  • 289a90c refactor: disable chrome sandbox as it no longer works in CI
  • See full diff in compare view

Updates @angular/cli from 19.2.12 to 19.2.13

Release notes

Sourced from @​angular/cli's releases.

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.13 (2025-05-21)

@​angular/pwa

Commit Type Description
ad2fb2959 fix remove background_color and theme_color from manifest

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

@​angular/build

Commit Type Description
d2bfc6bd4 fix revert setup unit-test polyfills before TestBed init

20.0.0-rc.1 (2025-05-14)

@​angular/cli

Commit Type Description
5093ce0a6 fix properly handle Node.js require() errors with ESM modules

@​schematics/angular

Commit Type Description
3cf6ab0f7 fix support using default browser option when not present

@​angular/build

Commit Type Description
e36bf964a fix allow TestBed provider configuration with vitest unit-testing
769961e4a fix allow vitest-based unit testing to use watch option
c7f2cb596 fix provide vitest globals in unit-test builder
0d40cdecd fix setup unit-test polyfills before TestBed init
fa3dc6387 fix show unit-test error for missing vitest browser package
247cd3352 fix show unit-test error for missing vitest package

... (truncated)

Commits
  • 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
  • 289a90c refactor: disable chrome sandbox as it no longer works in CI
  • See full diff in compare view

Updates @angular/common from 19.2.11 to 19.2.12

Release notes

Sourced from @​angular/common's releases.

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

platform-server

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

20.0.0-rc.1 (2025-05-15)

compiler

Commit Type Description
e0d378d20e7 fix incorrectly handling let declarations inside i18n (#60512)
768239a89cb perf reduce allocations for let declarations only used in the same view (#60512)

compiler-cli

Commit Type Description
9ec9c7e1b84 fix avoid fatal diagnostics for invalid module schemas (#61220)

core

Commit Type Description
4fe34f4cfea fix enable stashing only when withEventReplay() is invoked (#61077)

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

Release notes

Sourced from @​angular/compiler's releases.

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

platform-server

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

20.0.0-rc.1 (2025-05-15)

compiler

Commit Type Description
e0d378d20e7 fix incorrectly handling let declarations inside i18n (#60512)
768239a89cb perf reduce allocations for let declarations only used in the same view (#60512)

compiler-cli

Commit Type Description
9ec9c7e1b84 fix avoid fatal diagnostics for invalid module schemas (#61220)

core

Commit Type Description
4fe34f4cfea fix enable stashing only when withEventReplay() is invoked (#61077)

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/compiler-cli from 19.2.11 to 19.2.12

Release notes

Sourced from @​angular/compiler-cli's releases.

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-cli's changelog.

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)

platform-server

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

20.0.0-rc.1 (2025-05-15)

compiler

Commit Type Description
e0d378d20e7 fix incorrectly handling let declarations inside i18n (#60512)
768239a89cb perf reduce allocations for let declarations only used in the same view (#60512)

compiler-cli

Commit Type Description
9ec9c7e1b84 fix avoid fatal diagnostics for invalid module schemas (#61220)

core

Commit Type Description
4fe34f4cfea fix enable stashing only when withEventReplay() is invoked (#61077)

Commits
  • 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...
  • 1071802 fix(compiler-cli): Always retain prior results for all files (#61487)
  • 7198905 build: use an unstamped version of compiler-cli for running the angular compi...
  • fd29dab build: fix golden approval script (#61407)
  • 1191e62 fix(compiler-cli): avoid ECMAScript private field metadata emit (#61227)
  • See full diff in compare view

Updates @angular/core from 19.2.11 to 19.2.12

Release notes

Sourced from Description has been truncated

Bumps the angular group with 14 updates:

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


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/animations` from 19.2.11 to 19.2.12
- [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.12/packages/animations)

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

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

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

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

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

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

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

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

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

Updates `@angular/ssr` 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)

---
updated-dependencies:
- 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/animations"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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/common"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-server"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 19.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/ssr"
  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 the dependencies Pull requests that update a dependency file label May 21, 2025
@dependabot dependabot bot requested a review from mfranzke as a code owner May 21, 2025 21:20
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label May 21, 2025
@dependabot dependabot bot requested a review from nmerget as a code owner May 21, 2025 21:20
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels May 21, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 21, 2025 21:24
Copy link
Contributor

@github-actions github-actions bot merged commit 3e446b1 into main May 21, 2025
74 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-angular-e9eb925df9 branch May 21, 2025 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants