Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular-dependencies group with 20 updates in the / directory:

Package From To
@angular/animations 20.3.2 20.3.6
@angular/cdk 20.2.5 20.2.9
@angular/common 20.3.2 20.3.6
@angular/compiler 20.3.2 20.3.6
@angular/core 20.3.2 20.3.6
@angular/forms 20.3.2 20.3.6
@angular/localize 20.3.2 20.3.6
@angular/material 20.2.5 20.2.9
@angular/platform-browser 20.3.2 20.3.6
@angular/platform-browser-dynamic 20.3.2 20.3.6
@angular/router 20.3.2 20.3.6
@angular-devkit/build-angular 20.3.3 20.3.6
@angular-eslint/builder 20.3.0 20.4.0
@angular-eslint/eslint-plugin 20.3.0 20.4.0
@angular-eslint/eslint-plugin-template 20.3.0 20.4.0
@angular-eslint/schematics 20.3.0 20.4.0
@angular-eslint/template-parser 20.3.0 20.4.0
@angular/cli 20.3.3 20.3.6
@angular/compiler-cli 20.3.2 20.3.6
@angular/language-service 20.3.2 20.3.6

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

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)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

... (truncated)

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

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)

20.2.7

material

Commit Description
fix - 85ed6550c2 menu: prevent child menu reopening while parent is animating away (#31958)

20.2.6

material

Commit Description
fix - a6f0bd8e7 menu: switch internal state to signals (#31934)
fix - 94716a805 select: rotate arrow while open (#31936)

cdk

Commit Description
fix - e8e8662ab scrolling: Fix undefined error when documentElement.style is undefined (#31904)
fix - a9b1afdb6 scrolling: prevent subpixel gaps in virtual scroll viewport (#31940)
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)

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)

... (truncated)

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

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)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

... (truncated)

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

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)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

... (truncated)

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.2 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)
…ith 20 updates Bumps the angular-dependencies group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.3.2` | `20.3.6` | | [@angular/cdk](https://github.com/angular/components) | `20.2.5` | `20.2.9` | | [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.3.2` | `20.3.6` | | [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.3.2` | `20.3.6` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.3.2` | `20.3.6` | | [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.3.2` | `20.3.6` | | [@angular/localize](https://github.com/angular/angular) | `20.3.2` | `20.3.6` | | [@angular/material](https://github.com/angular/components) | `20.2.5` | `20.2.9` | | [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.3.2` | `20.3.6` | | [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.3.2` | `20.3.6` | | [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.3.2` | `20.3.6` | | [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.6` | | [@angular-eslint/builder](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/builder) | `20.3.0` | `20.4.0` | | [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin) | `20.3.0` | `20.4.0` | | [@angular-eslint/eslint-plugin-template](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin-template) | `20.3.0` | `20.4.0` | | [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) | `20.3.0` | `20.4.0` | | [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) | `20.3.0` | `20.4.0` | | [@angular/cli](https://github.com/angular/angular-cli) | `20.3.3` | `20.3.6` | | [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.3.2` | `20.3.6` | | [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `20.3.2` | `20.3.6` | Updates `@angular/animations` from 20.3.2 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.5 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.5...20.2.9) Updates `@angular/common` from 20.3.2 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.2 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.2 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.2 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.2 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.2...20.3.6) Updates `@angular/material` from 20.2.5 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.5...20.2.9) Updates `@angular/platform-browser` from 20.3.2 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.2 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.2 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 `@angular-devkit/build-angular` from 20.3.3 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.3...20.3.6) Updates `@angular-eslint/builder` from 20.3.0 to 20.4.0 - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/builder/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/builder) Updates `@angular-eslint/eslint-plugin` from 20.3.0 to 20.4.0 - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/eslint-plugin) Updates `@angular-eslint/eslint-plugin-template` from 20.3.0 to 20.4.0 - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/eslint-plugin-template) Updates `@angular-eslint/schematics` from 20.3.0 to 20.4.0 - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/schematics/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/schematics) Updates `@angular-eslint/template-parser` from 20.3.0 to 20.4.0 - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.4.0/packages/template-parser) Updates `@angular/cli` from 20.3.3 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.3...20.3.6) Updates `@angular/compiler-cli` from 20.3.2 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.2 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) --- updated-dependencies: - dependency-name: "@angular/animations" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/cdk" dependency-version: 20.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/common" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/compiler" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/core" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/forms" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/localize" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/material" dependency-version: 20.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/platform-browser" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/platform-browser-dynamic" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/router" dependency-version: 20.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular-devkit/build-angular" dependency-version: 20.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular-eslint/builder" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: "@angular-eslint/eslint-plugin" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: "@angular-eslint/eslint-plugin-template" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: "@angular-eslint/schematics" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: "@angular-eslint/template-parser" dependency-version: 20.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: angular-dependencies - dependency-name: "@angular/cli" dependency-version: 20.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/compiler-cli" dependency-version: 20.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular-dependencies - dependency-name: "@angular/language-service" dependency-version: 20.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular-dependencies ... 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 18, 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

0 participants