Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the production-dependencies group with 16 updates in the /frontend directory:

Package From To
@angular/animations 19.2.5 20.2.4
@angular/cdk 19.2.8 20.2.2
@angular/common 19.2.5 20.2.4
@angular/compiler 19.2.5 20.2.4
@angular/core 19.2.5 20.2.4
@angular/forms 19.2.5 20.2.4
@angular/material 19.2.8 20.2.2
@angular/platform-browser 19.2.5 20.2.4
@angular/platform-browser-dynamic 19.2.5 20.2.4
@angular/router 19.2.5 20.2.4
@octokit/types 13.10.0 14.1.0
cronstrue 2.57.0 3.2.0
dayjs 1.11.13 1.11.18
highcharts 11.4.8 12.4.0
highcharts-angular 4.0.1 5.1.0
rxjs 7.8.1 7.8.2

Updates @angular/animations from 19.2.5 to 20.2.4

Release notes

Sourced from @​angular/animations's releases.

20.2.4

core

Commit Description
fix - dc64f3e478 Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Description
fix - d1d32db972 prevent false warning for duplicate state serialization (#63525)

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.2.4 (2025-09-03)

core

Commit Type Description
dc64f3e478 fix Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Type Description
d1d32db972 fix prevent false warning for duplicate state serialization (#63525)

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

core

Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#63366)

forms

... (truncated)

Commits
  • ed50120 refactor(animations): remove dependency on @angular/common (#63248)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • ec8cd3e refactor(animations): optimize resolveTimeExpression (#62927)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 9766116 refactor(animations): deprecate the animations package (#62795)
  • 8bf97d1 build: remove all usages of the interop_deps attr for ts_project and ng_proje...
  • 23d5877 build: migrate to new toolchain usage for api goldens (#62688)
  • b848590 build: migrate to use web test runner rules (#62292)
  • Additional commits viewable in compare view

Updates @angular/cdk from 19.2.8 to 20.2.2

Release notes

Sourced from @​angular/cdk's releases.

20.2.2

No release notes provided.

20.2.1

material

Commit Description
fix - 04c598ad0 datepicker: add visible labels to calendar buttons (#31777)
fix - 839f3c1c1 sort: error if signal is bound to disabled input (#31776)

cdk

Commit Description
fix - ee808f8f3 tree: resolve memory leak (#31754)

20.2.0

cdk-experimental

Commit Description
feat - 048de4254 toolbar: add toolbar directive and demo (#31676)
feat - 2dbb045bc tree: add nav mode (#31460)
feat - 6716f5024 tree: use shared example classes (#31494)
feat - 50a6d6c4c ui-patterns: add label control (#31459)
feat - 4ce794ca7 ui-patterns: add popup behavior (#31550)
feat - 228aaf1fa ui-patterns: create List behavior (#31601)
feat - 82812760e ui-patterns: toolbar and toolbar widget (#31670)
feat - fa909116c ui-patterns: toolbar ui pattern tests (#31688)
fix - 647616e2e listbox: make CdkOption public (#31588)
fix - e525a412a radio-group: fix activedescendant example (#31499)

material

Commit Description
feat - 20e6e92c0 core: add an m2-theme API to define system vars (#31616)
feat - 9627c2933 table: accept undefined sort and paginator (#31269)
feat - 54d514df6 testing: Add 'type' attribute filter and getter to Mat… (#31657)
fix - 11ad09ff3 button-toggle: skip keyboard navigation when modifier key is pressed (#31651)
fix - 3f2000113 button: allow touch target size to be customized
fix - 2d8f56eb6 checkbox: allow touch target size to be customized
fix - 8da079d34 chips: remove extra span for aria-description (#31609)
fix - 37648cf87 chips: static chips should disable ripple (#31652)
fix - b2c7abfba core: add key validation to m2-theme (#31631)
fix - 839aa3e37 core: fix m2 system color values (#31632)
fix - 7674e5872 core: special-case icon button color token (#31625)
fix - 5d681219f core: use different prefix for m2-theme (#31621)
fix - 700f5bbb2 paginator: allow touch target size to be customized
fix - 1d7ea6822 radio: allow touch target size to be customized
fix - 4f96ef3e6 slide-toggle: add larger touch target (#31486)
fix - b9c7b2723 slide-toggle: allow touch target size to be customized
fix - 9e25efb6f table: return undefined sort and paginator (#31593)

multiple

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.2.2 "plastic-moose" (2025-09-03)

21.0.0-next.1 "althupite-avocado" (2025-08-27)

cdk

Commit Type Description
540637270 fix tree: resolve memory leak (#31754)

material

Commit Type Description
29f0bb238 feat chips: make ChipInput optional for MatChipGrid (#31693)
13a9c48a0 fix chips: refactor non-interactive actions to prevent adding click handlers (#31664)
347963303 fix chips: strengthen edit/remove icons focus/hover styling (#31759)
605e2c9f6 fix core: rename utility-classes to system-classes (#31745)
8010c7cde fix datepicker: add visible labels to calendar buttons (#31777)
46e189569 fix sort: error if signal is bound to disabled input (#31776)

cdk-experimental

Commit Type Description
668a2b4d5 fix ui-patterns: deselectAll unavailable items (#31734)
d2c3bb971 fix ui-patterns: focus list when using active desce… (#31756)
df0d753f1 fix ui-patterns: Tree expand/collapse key should work in follow focus mode (#31747)

20.2.1 "armalcolite-alligator" (2025-08-27)

cdk

Commit Type Description
ee808f8f3 fix tree: resolve memory leak (#31754)

material

Commit Type Description
04c598ad0 fix datepicker: add visible labels to calendar buttons (#31777)
839f3c1c1 fix sort: error if signal is bound to disabled input (#31776)

21.0.0-next.0 "neodymium-fountain" (2025-08-20)

cdk

Commit Type Description
5b45df30c fix table: ensure CdkTable updates view with OnPush and trackBy (#31451)

material

| Commit | Type | Description |

... (truncated)

Commits
  • 94cc573 release: cut the v20.2.2 release
  • bda25e5 build: define typescript version via string in module.bazel file (#31799)
  • f10cf88 release: cut the v20.2.1 release
  • d7d4250 build: update all github actions
  • 45c036f build: update cross-repo angular dependencies
  • 04c598a fix(material/datepicker): add visible labels to calendar buttons (#31777)
  • 839f3c1 fix(material/sort): error if signal is bound to disabled input (#31776)
  • f917c9b [20.2.x] build: move from using WORKSPACE to MODULE.bazel (#31714)
  • 93ddcfb build: update cross-repo angular dependencies (#31739)
  • ee808f8 fix(cdk/tree): resolve memory leak (#31754)
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.5 to 20.2.4

Release notes

Sourced from @​angular/common's releases.

20.2.4

core

Commit Description
fix - dc64f3e478 Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Description
fix - d1d32db972 prevent false warning for duplicate state serialization (#63525)

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.2.4 (2025-09-03)

core

Commit Type Description
dc64f3e478 fix Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Type Description
d1d32db972 fix prevent false warning for duplicate state serialization (#63525)

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

core

Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#63366)

forms

... (truncated)

Commits
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • e8d9bc5 refactor(http): rework the HttpEvent union to improve narrowing. (#63267)
  • 705b94b refactor: remove TODOs which have been corrected (#63421)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 10b0927 refactor: various build and import specificer fixes for strict deps (#63324)
  • 38b9b79 build: move from using WORKSPACE to MODULE.bazel (#63249)
  • ecc86e2 build: explicitly include types for locales in @​angular/common/locales (#63030)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • e5d6fb5 fix(http): Reset headers, progress, and statusCode when using set() in `Htt...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.2.5 to 20.2.4

Release notes

Sourced from @​angular/compiler's releases.

20.2.4

core

Commit Description
fix - dc64f3e478 Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Description
fix - d1d32db972 prevent false warning for duplicate state serialization (#63525)

20.2.3

compiler

Commit Description
fix - 479a919f42 fixes regression with event parsing and animate prefix (#63470)

core

Commit Description
fix - f87fad3fff avoid injecting internal error handler from a destroyed injector (#62275)
fix - 114906d2d6 Fix cancellation of animation enter classes (#63442)
fix - 596b545130 Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

20.2.2

compiler

Commit Description
fix - d7b6045d61 fixes animations on elements with structural directives (#63390)

core

Commit Description
fix - 6c421ed65d Ensures @for loop animations never get cancelled (#63328)
fix - 9093e0e132 fix memory leak with leaving nodes tracking (#63328)
fix - c8f07daf8f Fixes animate.leave binding to a string with spaces (#63366)

20.2.1

compiler

Commit Description
fix - a28672fb70 Keep paraenthesis in Nullish + Boolean expression. (#63292)

20.2.0

animations

Commit Description
refactor - 9766116cea deprecate the animations package (#62795)

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 7b51728813 fixes animation event host bindings not firing (#63217)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

20.2.4 (2025-09-03)

core

Commit Type Description
dc64f3e478 fix Fixed inject migration schematics for migrate destructured properties (#62832)

platform-server

Commit Type Description
d1d32db972 fix prevent false warning for duplicate state serialization (#63525)

20.2.3 (2025-08-29)

compiler

Commit Type Description
479a919f42 fix fixes regression with event parsing and animate prefix (#63470)

core

Commit Type Description
f87fad3fff fix avoid injecting internal error handler from a destroyed injector (#62275)
114906d2d6 fix Fix cancellation of animation enter classes (#63442)
596b545130 fix Prevent an error on cleanup when an rxResource stream threw before returning an Observable (#63342)

21.0.0-next.1 (2025-08-27)

Breaking Changes

common

  • NgModuleFactory has been removed, use NgModule instead.

forms

  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.

common

Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#62838)

compiler

Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#63292)

core

Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#63366)

forms

... (truncated)

Commits
  • 479a919 fix(compiler): fixes regression with event parsing and animate prefix (#63470)
  • d7b6045 fix(compiler): fixes animations on elements with structural directives (#63390)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • a28672f fix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#63292)
  • 7b51728 fix(compiler): fixes animation event host bindings not firing (#63217)
  • 19ed12c fix(compiler): error when ng-content fallback has translated children (#63156)
  • 557e6fe fix(compiler): incorrect source span for expression AST inside template attri...
  • d9f0e6b Revert "feat(platform-browser): Add IsolatedShadowDom encapsulation method (#...
  • 79b9159 fix(compiler): incorrect spans for AST inside input value with leading space ...
  • a409534 feat(core): support as aliases on else if blocks (#63047)
  • Additional commits viewable in compare view

Updates @angular/core from 19.2.5 to 20.2.4

<...

Description has been truncated

…y with 16 updates

Bumps the production-dependencies group with 16 updates in the /frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.5` | `20.2.4` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.8` | `20.2.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.5` | `20.2.4` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.5` | `20.2.4` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.5` | `20.2.4` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.5` | `20.2.4` |
| [@angular/material](https://github.com/angular/components) | `19.2.8` | `20.2.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.5` | `20.2.4` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.5` | `20.2.4` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.5` | `20.2.4` |
| [@octokit/types](https://github.com/octokit/types.ts) | `13.10.0` | `14.1.0` |
| [cronstrue](https://github.com/bradymholt/cronstrue) | `2.57.0` | `3.2.0` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.13` | `1.11.18` |
| [highcharts](https://github.com/highcharts/highcharts-dist) | `11.4.8` | `12.4.0` |
| [highcharts-angular](https://github.com/highcharts/highcharts-angular) | `4.0.1` | `5.1.0` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |



Updates `@angular/animations` from 19.2.5 to 20.2.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.2.4/packages/animations)

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

Updates `@angular/common` from 19.2.5 to 20.2.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.2.4/packages/common)

Updates `@angular/compiler` from 19.2.5 to 20.2.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.2.4/packages/compiler)

Updates `@angular/core` from 19.2.5 to 20.2.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.2.4/packages/core)

Updates `@angular/forms` from 19.2.5 to 20.2.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.2.4/packages/forms)

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

Updates `@angular/platform-browser` from 19.2.5 to 20.2.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.2.4/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.5 to 20.2.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.2.4/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.5 to 20.2.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.2.4/packages/router)

Updates `@octokit/types` from 13.10.0 to 14.1.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v13.10.0...v14.1.0)

Updates `cronstrue` from 2.57.0 to 3.2.0
- [Release notes](https://github.com/bradymholt/cronstrue/releases)
- [Changelog](https://github.com/bradymholt/cRonstrue/blob/main/CHANGELOG.md)
- [Commits](bradymholt/cRonstrue@v2.57.0...v3.2.0)

Updates `dayjs` from 1.11.13 to 1.11.18
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.13...v1.11.18)

Updates `highcharts` from 11.4.8 to 12.4.0
- [Commits](highcharts/highcharts-dist@v11.4.8...v12.4.0)

Updates `highcharts-angular` from 4.0.1 to 5.1.0
- [Release notes](https://github.com/highcharts/highcharts-angular/releases)
- [Changelog](https://github.com/highcharts/highcharts-angular/blob/master/CHANGELOG.md)
- [Commits](highcharts/highcharts-angular@v4.0.1...v5.1.0)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@octokit/types"
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: cronstrue
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: dayjs
  dependency-version: 1.11.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: highcharts
  dependency-version: 12.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: highcharts-angular
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
Copy link

github-actions bot commented Sep 8, 2025

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 4 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.

View full job summary

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants