Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@angular/animations 20.3.3 20.3.4
@angular/cdk 20.2.7 20.2.8
@angular/common 20.3.3 20.3.4
@angular/compiler 20.3.3 20.3.4
@angular/core 20.3.3 20.3.4
@angular/forms 20.3.3 20.3.4
@angular/localize 20.3.3 20.3.4
@angular/platform-browser 20.3.3 20.3.4
@angular/platform-browser-dynamic 20.3.3 20.3.4
@angular/router 20.3.3 20.3.4
@primer/octicons 19.18.0 19.19.0
@primer/styled-octicons 19.18.0 19.19.0
@primer/view-components 0.44.1 0.45.2
@angular/build 20.3.4 20.3.5
@angular/cli 20.3.4 20.3.5
@angular/compiler-cli 20.3.3 20.3.4
@angular/language-service 20.3.3 20.3.4
@types/node 24.7.0 24.7.2

Updates @angular/animations from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/animations's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/animations's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/cdk from 20.2.7 to 20.2.8

Release notes

Sourced from @​angular/cdk's releases.

20.2.8

material-date-fns-adapter

Commit Description
fix - 2d1f8d068 parse time string containing only hours (#31978)

material

Commit Description
fix - 6d61babe7 datepicker: error due to synchronous change detection
fix - e43dcabd0 datepicker: make date filter nullable (#31980)
fix - f30c1c6c3 radio: Hovering over label of a radio will show the pointer cursor (#32015)
fix - de3f9e566 timepicker: assign form control value before emitting events (#31981)
Changelog

Sourced from @​angular/cdk's changelog.

20.2.8 "strontium-summit" (2025-10-08)

material

Commit Type Description
6d61babe7 fix datepicker: error due to synchronous change detection
e43dcabd0 fix datepicker: make date filter nullable (#31980)
f30c1c6c3 fix radio: Hovering over label of a radio will show the pointer cursor (#32015)
de3f9e566 fix timepicker: assign form control value before emitting events (#31981)

material-date-fns-adapter

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

21.0.0-next.6 "carbon-flamingo" (2025-10-01)

Breaking Changes

material

    • AnimationCurves has been removed.
    • AnimationDurations has been removed.
    • NativeDateAdapter.useUtcForDisplay has been removed.

cdk-experimental

Commit Type Description
f9e7eff127 feat combobox: introduce new signals-based combobox (#31872)

material

Commit Type Description
ef70029820 feat chips: allow for modifiers to be specified on separator keys (#31914)
1b06a8ea80 fix core: remove deprecated APIs for v21 (#31924)
81eeff4bed fix menu: prevent child menu reopening while parent is animating away (#31958)
813f66b839 fix menu: switch internal state to signals (#31934)
131c7ff804 fix paginator: trim extraneous announcements (#31943)
6fba2049c3 fix select: rotate arrow while open (#31936)

cdk

Commit Type Description
667a007d0d fix scrolling: Fix undefined error when documentElement.style is undefined (#31904)
2918e2804a fix scrolling: prevent subpixel gaps in virtual scroll viewport (#31940)

Commits
  • 6d85811 release: cut the v20.2.8 release
  • 968e429 build: update cross-repo angular dependencies (#32020)
  • 2344c14 build: update pnpm to v10.18.1 (#32007)
  • fb05fae docs: replace '|' with '•' in title separator for consistency with Angular (#...
  • f30c1c6 fix(material/radio): Hovering over label of a radio will show the pointer cur...
  • 71f0d83 build: update cross-repo angular dependencies (#32003)
  • 4f92ecf build: update pnpm to v10.18.0 (#31987)
  • 25965bd build: lock file maintenance (#31995)
  • 7e80047 build: test-based Stackblitz examples not working
  • dd5108e build: open correct file in Stackblitz editor
  • Additional commits viewable in compare view

Updates @angular/common from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/common's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/common's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/compiler from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/compiler's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/compiler's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/core from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/core's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/core's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits
  • 0f7b877 docs: add mentions host style bindings (#64257)
  • 3b95910 fix(core): prevent early exit from leave animations when multiple transitions...
  • 2490624 refactor(core): allow animationend to process if we don't have a longest anim...
  • 08b8b13 refactor(core): fix animations host binding tests (#64225)
  • 853ed16 fix(core): ensure missing leave animations don't queue leave animations (#64226)
  • 3fe6416 build: update cross-repo angular dependencies (#64213)
  • 6588489 fix(migrations): preserve component imports when pruning NgModules in standal...
  • 6fed986 fix(core): Fixes animations in conjunction with content projection (#63776)
  • 76fe559 fix(core): handle undefined CSS time values in parseCssTimeUnitsToMs function...
  • See full diff in compare view

Updates @angular/forms from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/forms's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/forms's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits

Updates @angular/localize from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/localize's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/localize's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits
  • 28b0d53 release: cut the v20.3.4 release
  • 11d83d1 build: update cross-repo angular dependencies (#64272)
  • b568bc1 docs: add providers caveat on the service (#64269)
  • 0f7b877 docs: add mentions host style bindings (#64257)
  • 67bffa2 docs(docs-infra): refactor navigation code based on angular style guide (#64177)
  • 89f5748 build: remove empty globs (#64270)
  • 0d8fe3e build: update pnpm to v10.18.1 (#64266)
  • 3b95910 fix(core): prevent early exit from leave animations when multiple transitions...
  • 2490624 refactor(core): allow animationend to process if we don't have a longest anim...
  • 08b8b13 refactor(core): fix animations host binding tests (#64225)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 20.3.3 to 20.3.4

Release notes

Sourced from @​angular/platform-browser's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)
Changelog

Sourced from @​angular/platform-browser's changelog.

20.3.4 (2025-10-08)

core

Description has been truncated

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe

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.3` | `20.3.4` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.7` | `20.2.8` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.3` | `20.3.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.3` | `20.3.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.3` | `20.3.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.3` | `20.3.4` |
| [@angular/localize](https://github.com/angular/angular) | `20.3.3` | `20.3.4` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.3` | `20.3.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.3` | `20.3.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.3` | `20.3.4` |
| [@primer/octicons](https://github.com/primer/octicons) | `19.18.0` | `19.19.0` |
| [@primer/styled-octicons](https://github.com/primer/octicons) | `19.18.0` | `19.19.0` |
| [@primer/view-components](https://github.com/primer/view_components) | `0.44.1` | `0.45.2` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.3.4` | `20.3.5` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.3.4` | `20.3.5` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.3` | `20.3.4` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.3.3` | `20.3.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.7.0` | `24.7.2` |


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

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

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

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

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

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

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

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

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

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

Updates `@primer/octicons` from 19.18.0 to 19.19.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.18.0...v19.19.0)

Updates `@primer/styled-octicons` from 19.18.0 to 19.19.0
- [Release notes](https://github.com/primer/octicons/releases)
- [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md)
- [Commits](primer/octicons@v19.18.0...v19.19.0)

Updates `@primer/view-components` from 0.44.1 to 0.45.2
- [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.44.1...v0.45.2)

Updates `@angular/build` from 20.3.4 to 20.3.5
- [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.4...20.3.5)

Updates `@angular/cli` from 20.3.4 to 20.3.5
- [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.4...20.3.5)

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

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

Updates `@types/node` from 24.7.0 to 24.7.2
- [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.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/localize"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@primer/octicons"
  dependency-version: 19.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@primer/styled-octicons"
  dependency-version: 19.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@primer/view-components"
  dependency-version: 0.45.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/build"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-version: 20.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/language-service"
  dependency-version: 20.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@types/node"
  dependency-version: 24.7.2
  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 Oct 13, 2025
@alegauss alegauss merged commit cc30405 into 2025.3 Oct 13, 2025
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/turing-ui/2025.3/angular-1f330042a3 branch October 13, 2025 11:59
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