Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the angular group in /turing-ui with 18 updates:

Package From To
@angular/animations 20.3.4 20.3.6
@angular/cdk 20.2.8 20.2.9
@angular/common 20.3.4 20.3.6
@angular/compiler 20.3.4 20.3.6
@angular/core 20.3.4 20.3.6
@angular/forms 20.3.4 20.3.6
@angular/localize 20.3.4 20.3.6
@angular/platform-browser 20.3.4 20.3.6
@angular/platform-browser-dynamic 20.3.4 20.3.6
@angular/router 20.3.4 20.3.6
@primer/view-components 0.45.2 0.46.0
ace-builds 1.43.3 1.43.4
@angular/build 20.3.5 20.3.6
@angular/cli 20.3.5 20.3.6
@angular/compiler-cli 20.3.4 20.3.6
@angular/language-service 20.3.4 20.3.6
@types/jasmine 5.1.9 5.1.12
@types/node 24.7.2 24.8.1

Updates @angular/animations from 20.3.4 to 20.3.6

Release notes

Sourced from @​angular/animations's releases.

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

router

Commit Description
fix - 6e4bcc7d22 Scroll restoration should use instant scroll behavior for traversals (#64299)
Changelog

Sourced from @​angular/animations's changelog.

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description
2a7a5de53f feat Allow passing application providers in bootstrapModule options (#64354)
ad2376435b feat support IntersectionObserver options in viewport triggers (#64130)
ab415f3d7f fix control not recognized when input has directive injecting ViewContainerRef (#64368)
0ed6c93960 fix fixes regression in animate.leave function bindings (#64413)
e228102378 fix Prevents early style pruning with leave animations (#64335)

forms

Commit Type Description
f4d1017c25 fix test that common field states are propagated to controls (#63884)
acd7c83597 fix test that min/max properties are propagated to controls (#63884)
71e8672837 fix test that minLength/maxLength properties are propagated to controls (#63884)
32f86d35f7 perf optimize [field] binding instructions (#64351)

http

Commit Type Description
2739b7975b feat add referrerPolicy option to HttpResource (#64283)

migrations

Commit Type Description
861cee34e0 feat Adds migration for deprecated router testing module (#64217)
1ffcfb625a feat Adds migration for deprecated router testing module (#64217)
e99bbd3d2a fix migrating input with more than 1 usage in a method (#64367)

router

Commit Type Description
e1da41ffdf fix Scroll restoration should use instant scroll behavior for traversals (#64299)

... (truncated)

Commits

Updates @angular/cdk from 20.2.8 to 20.2.9

Release notes

Sourced from @​angular/cdk's releases.

20.2.9

material

Commit Description
fix - af3b961214 checkbox: use GrayText for disabled colors in high contrast mode (#32066)
fix - a90abb0a77 snack-bar: add max height for snack bar (#32000)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.9 "plastic-spoon" (2025-10-15)

material

Commit Type Description
af3b961214 fix checkbox: use GrayText for disabled colors in high contrast mode (#32066)
a90abb0a77 fix snack-bar: add max height for snack bar (#32000)

21.0.0-next.8 "osmium-summit" (2025-10-08)

21.0.0-next.7 "selenium-summit" (2025-10-08)

cdk

Commit Type Description
82cd076bf feat overlay: Allow passing separate X and Y values for the viewportMargin (#29563)

material

Commit Type Description
527fc3718 feat bottom-sheet: add injector to MatBottomSheetConfig (#31965)
3665b433e fix datepicker: error due to synchronous change detection
2d5942cb0 fix datepicker: make date filter nullable (#31980)
05d71e53a fix menu: fix divider color property (#31815)
c848d24db fix timepicker: assign form control value before emitting events (#31981)

material-date-fns-adapter

Commit Type Description
b61d8841a fix parse time string containing only hours (#31978)

Commits
  • 7fce98f release: cut the v20.2.9 release
  • 26f8cb8 build: update cross-repo angular dependencies (#32070)
  • af3b961 fix(material/checkbox): use GrayText for disabled colors in high contrast mod...
  • a044def build: update github/codeql-action action to v3.30.8 (#32062)
  • 9676990 build: update pnpm to v10.18.2 (#32057)
  • 97c5bdd docs: sync border-radius with by replacing --mat-sys-corner-large to --mat-sy...
  • fe71433 docs: fix nav tabs overlapping (#32043)
  • 8165524 docs: menu items consistency (#32046)
  • 96b9cd8 docs: add StackBlitz to provide live example (#32034)
  • d1fa75f refactor: remove redundant 'this' for cleaner templates (#32035)
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.4 to 20.3.6

Release notes

Sourced from @​angular/common's releases.

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

router

Commit Description
fix - 6e4bcc7d22 Scroll restoration should use instant scroll behavior for traversals (#64299)
Changelog

Sourced from @​angular/common's changelog.

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description
2a7a5de53f feat Allow passing application providers in bootstrapModule options (#64354)
ad2376435b feat support IntersectionObserver options in viewport triggers (#64130)
ab415f3d7f fix control not recognized when input has directive injecting ViewContainerRef (#64368)
0ed6c93960 fix fixes regression in animate.leave function bindings (#64413)
e228102378 fix Prevents early style pruning with leave animations (#64335)

forms

Commit Type Description
f4d1017c25 fix test that common field states are propagated to controls (#63884)
acd7c83597 fix test that min/max properties are propagated to controls (#63884)
71e8672837 fix test that minLength/maxLength properties are propagated to controls (#63884)
32f86d35f7 perf optimize [field] binding instructions (#64351)

http

Commit Type Description
2739b7975b feat add referrerPolicy option to HttpResource (#64283)

migrations

Commit Type Description
861cee34e0 feat Adds migration for deprecated router testing module (#64217)
1ffcfb625a feat Adds migration for deprecated router testing module (#64217)
e99bbd3d2a fix migrating input with more than 1 usage in a method (#64367)

router

Commit Type Description
e1da41ffdf fix Scroll restoration should use instant scroll behavior for traversals (#64299)

... (truncated)

Commits

Updates @angular/compiler from 20.3.4 to 20.3.6

Release notes

Sourced from @​angular/compiler's releases.

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

router

Commit Description
fix - 6e4bcc7d22 Scroll restoration should use instant scroll behavior for traversals (#64299)
Changelog

Sourced from @​angular/compiler's changelog.

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description
2a7a5de53f feat Allow passing application providers in bootstrapModule options (#64354)
ad2376435b feat support IntersectionObserver options in viewport triggers (#64130)
ab415f3d7f fix control not recognized when input has directive injecting ViewContainerRef (#64368)
0ed6c93960 fix fixes regression in animate.leave function bindings (#64413)
e228102378 fix Prevents early style pruning with leave animations (#64335)

forms

Commit Type Description
f4d1017c25 fix test that common field states are propagated to controls (#63884)
acd7c83597 fix test that min/max properties are propagated to controls (#63884)
71e8672837 fix test that minLength/maxLength properties are propagated to controls (#63884)
32f86d35f7 perf optimize [field] binding instructions (#64351)

http

Commit Type Description
2739b7975b feat add referrerPolicy option to HttpResource (#64283)

migrations

Commit Type Description
861cee34e0 feat Adds migration for deprecated router testing module (#64217)
1ffcfb625a feat Adds migration for deprecated router testing module (#64217)
e99bbd3d2a fix migrating input with more than 1 usage in a method (#64367)

router

Commit Type Description
e1da41ffdf fix Scroll restoration should use instant scroll behavior for traversals (#64299)

... (truncated)

Commits

Updates @angular/core from 20.3.4 to 20.3.6

Release notes

Sourced from @​angular/core's releases.

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

router

Commit Description
fix - 6e4bcc7d22 Scroll restoration should use instant scroll behavior for traversals (#64299)
Changelog

Sourced from @​angular/core's changelog.

20.3.6 (2025-10-16)

core

Commit Type Description
911d6822cb fix update animation scheduling (#64441)

platform-browser

Commit Type Description
2ece42866d fix DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

21.0.0-next.8 (2025-10-15)

compiler-cli

Commit Type Description
563dbd998c feat Adds diagnostic for misconfigured @defer triggers (#64069)
ab98b2425f fix capture metadata for undecorated fields (#63957)
49377d274a perf fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Type Description
2a7a5de53f feat Allow passing application providers in bootstrapModule options (#64354)
ad2376435b feat support IntersectionObserver options in viewport triggers (#64130)
ab415f3d7f fix control not recognized when input has directive injecting ViewContainerRef (#64368)
0ed6c93960 fix fixes regression in animate.leave function bindings (#64413)
e228102378 fix Prevents early style pruning with leave animations (#64335)

forms

Commit Type Description
f4d1017c25 fix test that common field states are propagated to controls (#63884)
acd7c83597 fix test that min/max properties are propagated to controls (#63884)
71e8672837 fix test that minLength/maxLength properties are propagated to controls (#63884)
32f86d35f7 perf optimize [field] binding instructions (#64351)

http

Commit Type Description
2739b7975b feat add referrerPolicy option to HttpResource (#64283)

migrations

Commit Type Description
861cee34e0 feat Adds migration for deprecated router testing module (#64217)
1ffcfb625a feat Adds migration for deprecated router testing module (#64217)
e99bbd3d2a fix migrating input with more than 1 usage in a method (#64367)

router

Commit Type Description
e1da41ffdf fix Scroll restoration should use instant scroll behavior for traversals (#64299)

... (truncated)

Commits
  • 911d682 fix(core): update animation scheduling (#64441)
  • 80907b2 docs: Fixes DI guide reference missing ')' in see tag (#64457)
  • 60eba9b build: update cross-repo angular dependencies (#64447)
  • 0bf157c refactor(migrations): unit test signal migration adjustment (#64393)
  • 43cb583 refactor(devtools): add debug router APIs (#64411)
  • 5f4f624 Revert "refactor(core): add debug name to resource (#64172)" (#64418)
  • f15cfa4 fix(core): fixes regression in animate.leave function bindings (#64413)
  • 5b0363c refactor(core): warning when hydration trigger is used without hydration b...
  • 623c284 refactor(core): add debug name to resource (#64172)
  • d54dd67 fix(core): Prevents early style pruning with leave animations (#64335)
  • Additional commits viewable in compare view

Updates @angular/forms from 20.3.4 to 20.3.6

Release notes

Sourced from @​angular/forms's releases.

20.3.6

core

Commit Description
fix - 911d6822cb update animation scheduling (#64441)

platform-browser

Commit Description
fix - 2ece42866d DomEventsPlugin should always be the last plugin to be called for supports(). (#50394)

20.3.5

compiler-cli

Commit Description
fix - 8dec92ff9f capture metadata for undecorated fields (#63957) (#64317)
perf - c2e817b0ef fix performance of "interpolated signal not invoked" check (#64410)

core

Commit Description
fix - f15cfa4cc4 fixes regression in animate.leave function bindings (#64413)
fix - d54dd674ca Prevents early style pruning with leave animations (#64335)

migrations

Commit Description
fix - 554573e524 migrating input with more than 1 usage in a method (#64367)
fix - 2c79ca0b57 remove error for no matching files in control flow migration (#64253) (#64314)

router

Commit Description
fix - 6e4bcc7d22 Scroll restoration should use instant scroll behavior for traversals (#64299)
Changelog

Sourced from @​angular/forms's cha...

Description has been truncated

Bumps the angular group in /turing-ui with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.4` | `20.3.6` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.8` | `20.2.9` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.4` | `20.3.6` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.4` | `20.3.6` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.4` | `20.3.6` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.4` | `20.3.6` |
| [@angular/localize](https://github.com/angular/angular) | `20.3.4` | `20.3.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.4` | `20.3.6` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.4` | `20.3.6` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.4` | `20.3.6` |
| [@primer/view-components](https://github.com/primer/view_components) | `0.45.2` | `0.46.0` |
| [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.43.3` | `1.43.4` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.5` | `20.3.6` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.5` | `20.3.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.4` | `20.3.6` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.3.4` | `20.3.6` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.9` | `5.1.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.2` | `24.8.1` |


Updates `@angular/animations` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/animations)

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

Updates `@angular/common` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/common)

Updates `@angular/compiler` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/compiler)

Updates `@angular/core` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/core)

Updates `@angular/forms` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/forms)

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

Updates `@angular/platform-browser` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/router)

Updates `@primer/view-components` from 0.45.2 to 0.46.0
- [Release notes](https://github.com/primer/view_components/releases)
- [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md)
- [Commits](primer/view_components@v0.45.2...v0.46.0)

Updates `ace-builds` from 1.43.3 to 1.43.4
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.43.3...v1.43.4)

Updates `@angular/build` from 20.3.5 to 20.3.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@20.3.5...20.3.6)

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

Updates `@angular/compiler-cli` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/compiler-cli)

Updates `@angular/language-service` from 20.3.4 to 20.3.6
- [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/20.3.6/packages/language-service)

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

Updates `@types/node` from 24.7.2 to 24.8.1
- [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: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@primer/view-components"
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: ace-builds
  dependency-version: 1.43.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 20.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 20.3.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@types/node"
  dependency-version: 24.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Oct 20, 2025
@alegauss alegauss merged commit 4c1367f into 2025.3 Oct 20, 2025
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/turing-ui/2025.3/angular-94a9a55aa2 branch October 20, 2025 13:04
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.

1 participant