Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-dependencies group in /frontend with 20 updates:

Package From To
@angular/animations 20.2.0 20.3.9
@angular/cdk 20.2.0 20.2.10
@angular/common 20.2.0 20.3.9
@angular/compiler 20.2.0 20.3.9
@angular/core 20.2.0 20.3.9
@angular/forms 20.2.0 20.3.9
@angular/material 20.2.0 20.2.10
@angular/platform-browser 20.2.0 20.3.9
@angular/platform-browser-dynamic 20.2.0 20.3.9
@angular/router 20.2.0 20.3.9
plotly.js-dist-min 3.1.0 3.1.2
@angular/build 20.2.0 20.3.8
@angular/cli 20.2.0 20.3.8
@angular/compiler-cli 20.2.0 20.3.9
@types/jasmine 5.1.9 5.1.12
angular-eslint 20.1.1 20.5.0
eslint 9.33.0 9.38.0
jasmine-core 5.9.0 5.12.1
typescript 5.9.2 5.9.3
typescript-eslint 8.40.0 8.46.2

Updates @angular/animations from 20.2.0 to 20.3.9

Release notes

Sourced from @​angular/animations's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

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

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits
  • 4c89a26 fix(core): pass element removal property through in all locations (#64565)
  • bd38cd4 fix(animations): account for Element.animate exceptions (#64506)
  • e78451c fix(core): prevent animations renderer from impacting animate.leave (#63921)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • See full diff in compare view

Updates @angular/cdk from 20.2.0 to 20.2.10

Release notes

Sourced from @​angular/cdk's releases.

20.2.10

material

Commit Description
fix - b2cd596d3 core: differentiate container colors in m2 (#32076)

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)

20.2.5

material

Commit Description
fix - 36be42637 core: move internal tokens (#31907)
fix - 3ac762be5 form-field: restore error message animation (#31774)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.10 "aleutite-anchovy" (2025-10-22)

material

Commit Type Description
b2cd596d3 fix core: differentiate container colors in m2 (#32076)

21.0.0-next.9 "plastic-fork" (2025-10-15)

Breaking Changes

cdk

    • TestElement implementations need to provide a setContenteditableValue.

material

Commit Type Description
71d590796c feat sort: add content projection slot for custom icon (#32016)
85f596b3c3 feat table: add harness for "no data" row (#32075)
ff9059d8d1 fix checkbox: use GrayText for disabled colors in high contrast mode (#32066)
5f12b26ab3 fix snack-bar: add max height for snack bar (#32000)
7dfabca03d fix timepicker: add interface for timepicker input (#32050)

cdk

Commit Type Description
544438c865 fix testing: make setContenteditableValue required (#32058)

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

... (truncated)

Commits

Updates @angular/common from 20.2.0 to 20.3.9

Release notes

Sourced from @​angular/common's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

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

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits
  • 5ce9d88 docs: Adds guide links to HTTP API docs for better discoverability
  • 020f176 feat(common): Blocks IPv6 localhost from preconnect checks
  • 752986b refactor(common): Add missing OnDestroy interface in PreconnectLinkChecker
  • 5f4f624 Revert "refactor(core): add debug name to resource (#64172)" (#64418)
  • 623c284 refactor(core): add debug name to resource (#64172)
  • 1ca0d05 docs: Adds documentation for image decoding attribute (#64261)
  • 9515a70 fix(core): fix narrowing of Resource.hasValue() (#63994)
  • 423cc17 refactor(common): trim undefined from locale data. (#63520)
  • b05552f docs: add documentation for NG02802 warning about HttpTransferCache headers (...
  • 1b7f530 build: add a noDuplicateEnumValue rule (#63483)
  • Additional commits viewable in compare view

Updates @angular/compiler from 20.2.0 to 20.3.9

Release notes

Sourced from @​angular/compiler's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

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

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.3.9 (2025-10-29)

21.0.0-next.9 (2025-10-22)

Breaking Changes

zone.js

  • IE/Non-Chromium Edge are not supported anymore.

animations

Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#64506)

common

Commit Type Description
a1868c9d13 feat update to cldr 47 (#64032)
196fa500a3 fix properly type ngComponentOutlet (#64561)

compiler

Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#64579)

core

Commit Type Description
c2d376b85a feat make SimpleChanges generic (#64535)
70332b0453 fix pass element removal property through in all locations (#64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)
aab73671e4 fix update animation scheduling (#64441)
c241038111 fix update symbols (#64481)

forms

Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#64446)

language-service

Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#64392)

migrations

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 20.2.0 to 20.3.9

Release notes

Sourced from @​angular/core's releases.

20.3.9

No release notes provided.

20.3.8

common

Commit Description
feat - 020f17694b Blocks IPv6 localhost from preconnect checks

core

Commit Description
fix - ca3fd7847f Clear lView from IcuIteratorState when stack is empty to prevent memory leak

migrations

Commit Description
fix - 2edc82abe0 Do not remove a template if it is referenced even with a trailing semilocon

router

Commit Description
fix - bfa53cdd3f handle parenthesized outlets without a name in DefaultUrlSerializer (#64507)

20.3.7

animations

Commit Description
fix - bd38cd45a5 account for Element.animate exceptions (#64506)

compiler

Commit Description
fix - 891f180262 correctly compile long numeric HTML entities (#64297)

compiler-cli

Commit Description
fix - 371274bfc6 missingStructuralDirective diagnostic produces false negatives (#64470)

core

Commit Description
fix - 4c89a267c3 pass element removal property through in all locations (#64565)
fix - 2fad4d4ab6 prevent duplicate nodes from being retained with fast `animate.leave`` calls (#64592)

router

Commit Description
fix - cfd8ed3fff Fix outlet serialization and parsing with no primary children (#64505)
fix - 182fe78f91 Surface parse errors in Router.parseUrl (#64503)

20.3.6

core

Commit Description

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 30, 2025
Bumps the all-dependencies group in /frontend with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `20.2.0` | `20.3.9` |
| [@angular/cdk](https://github.com/angular/components) | `20.2.0` | `20.2.10` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `20.2.0` | `20.3.9` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `20.2.0` | `20.3.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `20.2.0` | `20.3.9` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `20.2.0` | `20.3.9` |
| [@angular/material](https://github.com/angular/components) | `20.2.0` | `20.2.10` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `20.2.0` | `20.3.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `20.2.0` | `20.3.9` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `20.2.0` | `20.3.9` |
| [plotly.js-dist-min](https://github.com/plotly/plotly.js) | `3.1.0` | `3.1.2` |
| [@angular/build](https://github.com/angular/angular-cli) | `20.2.0` | `20.3.8` |
| [@angular/cli](https://github.com/angular/angular-cli) | `20.2.0` | `20.3.8` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `20.2.0` | `20.3.9` |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `5.1.9` | `5.1.12` |
| [angular-eslint](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/angular-eslint) | `20.1.1` | `20.5.0` |
| [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.38.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `5.9.0` | `5.12.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.40.0` | `8.46.2` |


Updates `@angular/animations` from 20.2.0 to 20.3.9
- [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.9/packages/animations)

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

Updates `@angular/common` from 20.2.0 to 20.3.9
- [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.9/packages/common)

Updates `@angular/compiler` from 20.2.0 to 20.3.9
- [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.9/packages/compiler)

Updates `@angular/core` from 20.2.0 to 20.3.9
- [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.9/packages/core)

Updates `@angular/forms` from 20.2.0 to 20.3.9
- [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.9/packages/forms)

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

Updates `@angular/platform-browser` from 20.2.0 to 20.3.9
- [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.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 20.2.0 to 20.3.9
- [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.9/packages/platform-browser-dynamic)

Updates `@angular/router` from 20.2.0 to 20.3.9
- [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.9/packages/router)

Updates `plotly.js-dist-min` from 3.1.0 to 3.1.2
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v3.1.0...v3.1.2)

Updates `@angular/build` from 20.2.0 to 20.3.8
- [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.2.0...20.3.8)

Updates `@angular/cli` from 20.2.0 to 20.3.8
- [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.2.0...20.3.8)

Updates `@angular/compiler-cli` from 20.2.0 to 20.3.9
- [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.9/packages/compiler-cli)

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 `angular-eslint` from 20.1.1 to 20.5.0
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases)
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/angular-eslint/CHANGELOG.md)
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v20.5.0/packages/angular-eslint)

Updates `eslint` from 9.33.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.33.0...v9.38.0)

Updates `jasmine-core` from 5.9.0 to 5.12.1
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v5.9.0...v5.12.1)

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.40.0 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: plotly.js-dist-min
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@angular/build"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/cli"
  dependency-version: 20.3.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@angular/compiler-cli"
  dependency-version: 20.3.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/jasmine"
  dependency-version: 5.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: angular-eslint
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: jasmine-core
  dependency-version: 5.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/all-dependencies-9381102ff8 branch from 01144bf to 9b69b03 Compare November 3, 2025 11:45
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