Skip to content

Bump the angular group across 1 directory with 19 updates #1010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 17 updates in the /shio-ui directory:

Package From To
@angular/animations 19.2.9 19.2.13
@angular/cdk 19.2.14 19.2.17
@angular/common 19.2.9 19.2.13
@angular/compiler 19.2.9 19.2.13
@angular/core 19.2.9 19.2.13
@angular/forms 19.2.9 19.2.13
@angular/localize 19.2.9 19.2.13
@angular/platform-browser 19.2.9 19.2.13
@angular/platform-browser-dynamic 19.2.9 19.2.13
@angular/router 19.2.9 19.2.13
@primer/octicons 19.15.1 19.15.2
@primer/styled-octicons 19.15.1 19.15.2
zone.js 0.15.0 0.15.1
@angular-devkit/build-angular 19.2.10 19.2.13
@angular/cli 19.2.10 19.2.13
@angular/language-service 19.2.9 19.2.13
@types/node 22.15.3 22.15.21

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

19.2.11

No release notes provided.

19.2.10

common

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

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)

... (truncated)

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/cdk from 19.2.14 to 19.2.17

Release notes

Sourced from @​angular/cdk's releases.

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)

19.2.16

cdk-experimental

Commit Description
fix - af0b4638f2 column-resize: Obscure weird behavior in tables that are too wide by conditionally disabling resize (#31100)

material

Commit Description
fix - 08f5fda901 button-toggle: use smaller border radius (#31084)
fix - 68928e58aa button: inherit button shape in focus indicator (#31065)
fix - 6abe7510b2 schematics: incorrect on-tertiary color being generated (#31061)

19.2.15

cdk

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

docs

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

Sourced from @​angular/cdk's changelog.

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)

20.0.0-rc.1 "plastic-zebra" (2025-05-14)

material

Commit Type Description
cbffce88e3 fix button-toggle: use smaller border radius (#31084)
aec28e2507 fix button: inherit button shape in focus indicator (#31065)
fd162d2018 fix schematics: add schematic to rename tokens (#31051)
71a9d88b29 fix schematics: incorrect on-tertiary color being generated (#31061)
10a6ea493b perf form-field: split DOM accesses into read and write (#31086)

cdk-experimental

Commit Type Description
08ccf3c685 fix column-resize: Obscure weird behavior in tables that are too wide by conditionally disabling resize (#31100)

19.2.16 "metal-monkey" (2025-05-14)

material

Commit Type Description
08f5fda901 fix button-toggle: use smaller border radius (#31084)
68928e58aa fix button: inherit button shape in focus indicator (#31065)
6abe7510b2 fix schematics: incorrect on-tertiary color being generated (#31061)

cdk-experimental

Commit Type Description
af0b4638f2 fix column-resize: Obscure weird behavior in tables that are too wide by conditionally disabling resize (#31100)

20.0.0-rc.0 "aluminium-axe" (2025-05-07)

cdk-experimental

Commit Type Description

... (truncated)

Commits
  • 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)
  • 117c512 build: update dev-infra for latest RBE changes (#31137)
  • 0e300d1 fix(material/datepicker): prevent calendar from stealing away focus (#31128)
  • Additional commits viewable in compare view

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

19.2.11

No release notes provided.

19.2.10

common

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

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)

... (truncated)

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)
  • 42f203e docs: rename @nodoc to @docs-private (#61196)
  • 899cb4a refactor: add explicit types for exports relying on inferred call return type...
  • 1312eb1 build: remove irrelevant madge circular deps tests (#61209)
  • Additional commits viewable in compare view

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

19.2.11

No release notes provided.

19.2.10

common

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

core

Commit Description
fix - 4623b61448 missing useExisting providers throwing for optional calls (#61152)

... (truncated)

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...
  • 0d025c5 build: support new ng_project rule (#61336)
  • 899cb4a refactor: add explicit types for exports relying on inferred call return type...
  • 1312eb1 build: remove irrelevant madge circular deps tests (#61209)
  • 964b261 refactor(compiler): improve stringify (#60013)
  • See full diff in compare view

Updates @angular/core from 19.2.9 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 (

Bumps the angular group with 17 updates in the /shio-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.9` | `19.2.13` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.14` | `19.2.17` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.9` | `19.2.13` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.9` | `19.2.13` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.9` | `19.2.13` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.9` | `19.2.13` |
| [@angular/localize](https://github.com/angular/angular) | `19.2.9` | `19.2.13` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.9` | `19.2.13` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.9` | `19.2.13` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.9` | `19.2.13` |
| [@primer/octicons](https://github.com/primer/octicons) | `19.15.1` | `19.15.2` |
| [@primer/styled-octicons](https://github.com/primer/octicons) | `19.15.1` | `19.15.2` |
| [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) | `0.15.0` | `0.15.1` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.2.10` | `19.2.13` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.2.10` | `19.2.13` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.2.9` | `19.2.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.3` | `22.15.21` |



Updates `@angular/animations` from 19.2.9 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/cdk` from 19.2.14 to 19.2.17
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.2.14...19.2.17)

Updates `@angular/common` from 19.2.9 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.9 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.9 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.9 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/localize` from 19.2.9 to 19.2.13
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](angular/angular@19.2.9...19.2.13)

Updates `@angular/platform-browser` from 19.2.9 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.9 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.9 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 `@primer/css` from 21.5.1 to 21.4.0
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.5.1...v21.4.0)

Updates `@primer/octicons` from 19.15.1 to 19.15.2
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.15.1...v19.15.2)

Updates `@primer/styled-octicons` from 19.15.1 to 19.15.2
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.15.1...v19.15.2)

Updates `zone.js` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.15.1/packages/zone.js)

Updates `@angular-devkit/build-angular` from 19.2.10 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.10...19.2.13)

Updates `@angular/cli` from 19.2.10 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.10...19.2.13)

Updates `@angular/compiler-cli` from 19.2.9 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/language-service` from 19.2.9 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/language-service)

Updates `@types/node` from 22.15.3 to 22.15.21
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
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/cdk"
  dependency-version: 19.2.17
  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/localize"
  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: "@primer/css"
  dependency-version: 21.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@primer/octicons"
  dependency-version: 19.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@primer/styled-octicons"
  dependency-version: 19.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: zone.js
  dependency-version: 0.15.1
  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/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
- dependency-name: "@angular/language-service"
  dependency-version: 19.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  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 26, 2025
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