Skip to content

Bump the production-dependencies group across 1 directory with 15 updates#226

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda
Closed

Bump the production-dependencies group across 1 directory with 15 updates#226
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

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

Package From To
@angular/animations 19.2.5 20.0.3
@angular/cdk 19.2.8 20.0.3
@angular/common 19.2.5 20.0.3
@angular/compiler 19.2.5 20.0.3
@angular/core 19.2.5 20.0.3
@angular/forms 19.2.5 20.0.3
@angular/material 19.2.8 20.0.3
@angular/platform-browser 19.2.5 20.0.3
@angular/platform-browser-dynamic 19.2.5 20.0.3
@angular/router 19.2.5 20.0.3
@octokit/types 13.10.0 14.1.0
cronstrue 2.57.0 2.61.0
highcharts 11.4.8 12.2.0
highcharts-angular 4.0.1 5.0.0
rxjs 7.8.1 7.8.2

Updates @angular/animations from 19.2.5 to 20.0.3

Release notes

Sourced from @​angular/animations's releases.

20.0.3

No release notes provided.

20.0.2

core

Commit Description
fix - 1e8158baee components marked for traversal resets reactive context (#61663)
fix - 1cd23be57e unregister onDestroy in outputToObservable (#61882)

20.0.1

compiler

Commit Description
fix - 66a0ec6510 move defer trigger assertions out of parser (#61747)
fix - 8ecb1ba027 recover invalid parenthesized expressions (#61815)

core

Commit Description
fix - 8c60cbfd1c takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
fix - b1d960d082 produce an error when incremental hydration is expected, but not configured (#61741)
fix - b4ed62ddf6 properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
fix - ddd22bea48 unregister onDestroy in ResourceImpl when destroy() is called (#61870)
fix - 5c31e7e28d unregister onDestroy when observable errors in toSignal (#61596)

migrations

Commit Description
fix - e9820a6d48 avoid trailing whitespaces in unused imports migration (#61698)

service-worker

Commit Description
fix - b93fa22f25 prevent duplicate fetches during concurrent update checks (#61443)
fix - 9743bd1317 update service worker to handle seeking better for videos (#60029)

20.0.0

Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301

common

Commit Description
feat - 2e5362a469 accept undefined inputs in NgTemplateOutlet (#61404)
feat - b7d3f3dbfc Allow passing ScrollOptions to ViewportScroller (#61002)
feat - 74cceba587 throw error for suspicious date patterns (#59798)
fix - 255c79e048 cleanup updateLatestValue if view is destroyed before promise resolves (#58041)
fix - 739cadae62 Handle errors in async pipe subscriptions (#60057)
fix - cbbea70fa3 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60879)
fix - fc4a56d5c5 rename httpResource function in factory (#60022)
fix - 785a1110e6 resolve host binding type issues (#60481)

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

20.0.3 (2025-06-11)

20.0.2 (2025-06-06)

core

Commit Type Description
1e8158baee fix components marked for traversal resets reactive context (#61663)
1cd23be57e fix unregister onDestroy in outputToObservable (#61882)

20.1.0-next.0 (2025-06-04)

compiler

Commit Type Description
5a76826d26 fix only report parser errors on invalid expression (#61793)
e9fcbb8af1 fix remove TypeScript from linker (#61618)

compiler-cli

Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#61469)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#61353)
c439d6938d fix symbol builder duplicating host directives (#61240)
3e1baa5a95 fix typo in NG2026 message (#61325)

core

Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#61849)
4356e85456 fix fakeAsync should not depend on module import order (#61375)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
b785256b9e perf avoid intermediate arrays in definition (#61445)

forms

Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#55860)

language-service

Commit Type Description
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#61122)

service-worker

Commit Type Description
c67dbda8ff feat support notification closes (#61442)
6e1df54799 feat support push subscription changes (#61856)

... (truncated)

Commits
  • 8564cf4 build: replace all ng_package with new rule from rules_angular (#61862)
  • e910893 build: adjust bundling tests to use Angular CLI
  • 9df5f50 docs: update API examples to modern angular (#61688)
  • 30e0812 fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61500)
  • 3433021 build: move private testing helpers outside platform-browser/testing (#61476)
  • 6f74458 build: migrate animations to use rules_js based toolchain (#61479)
  • bc830ce refactor(animations): mark non-default new expressions as pure (#61452)
  • 051d90a build: remove irrelevant madge circular deps tests (#61197)
  • 4b365c7 docs: fix non-working link (#61131)
  • 9793693 refactor: add Node.js 24 as supported version (#61142)
  • Additional commits viewable in compare view

Updates @angular/cdk from 19.2.8 to 20.0.3

Release notes

Sourced from @​angular/cdk's releases.

20.0.3

material

Commit Description
fix - 13e661e5c6 core: output tokens from theme under same selector (#31295)
fix - 567ddbe84c radio: color tokens excluded when passing in variant (#31321)
fix - af811091cd slider: ensure disabled slider thumb input has 'auto' c… (#31311)

20.0.2

material

Commit Description
fix - 45fcf24b6 core: brand family not set for plain value (#31260)
fix - 3a3a9b1c2 schematics: avoid overwriting files that didn't change (#31270)
fix - 1af07e3b2 schematics: token migration not replacing all instances (#31277)

20.0.1

material

Commit Description
fix - ecd17ad75 button: add token for icon button shape (#31223)
fix - 20fa71807 schematics: filter paths when renaming tokens (#31249)

20.0.0

cdk

Commit Description
feat - 06821d85a dialog: add closePredicate option
feat - cf619601a drag-drop: introduce resetToBoundary (#30436)
fix - 77c8534ff accordion: resolve changed after checked error
fix - 1167d0638 collections: breaking changes for v20
fix - 79e887219 dialog: breaking changes for v20
fix - a2ab84da1 dialog: provide proper shaped Directionality (#30898)
fix - b3e516f2d drag-drop: breaking changes for v20
fix - 69eedd75f drag-drop: incorrect type DragConstrainPosition (#30510)
fix - f9973ee23 overlay: use MutationObserver to detach overlay (#30703)
fix - 11599f808 portal: remove deprecated symbols (#30584)
fix - 87501e866 schematics: support project index file discovery for object-form and default (#30967)
fix - 8078efc21 table: breaking changes for v20
fix - 0f48b04dd table: move out unused style scheduler (#30963)
fix - 6ffe9c748 table: remove private symbols from public API (#30956)
perf - 08f4acfef overlay: add tree-shakeable alternatives for overlay APIs (#30904)

material

Commit Description
feat - fb81ab4f2 button: add support for tonal button (#30638)
feat - e79f60558 button: allow appearance to be set dynamically
feat - 663585a1c card: support filled variant (#29868)
feat - 82f0fa6fa core: handle prefers-reduced-motion automatically (#30796)
feat - 3daa36030 core: introduce custom token for controlling animations (#30749)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

20.0.3 "plastic-tube" (2025-06-11)

material

Commit Type Description
13e661e5c6 fix core: output tokens from theme under same selector (#31295)
567ddbe84c fix radio: color tokens excluded when passing in variant (#31321)
af811091cd fix slider: ensure disabled slider thumb input has 'auto' c… (#31311)

20.1.0-next.0 "amicite-amp" (2025-06-04)

cdk

Commit Type Description
f446d7c41 feat drag-drop: add opt-in indicator of pick-up position (#31288)
cfa97bb78 fix dialog: avoid setting aria-hidden before focus has moved (#31030)

material

Commit Type Description
243845460 feat chips: add (optional) edit icon to input chips (#31041)
4de7c0fb2 feat testing: Extend Angular harness testing functionality (#30960)
512433b6d fix badge: remove badge opacity color mix (#31213)
92a8253e2 fix badge: use system disabled states (#31266)
a7150d42c fix button-toggle: simplify divider color (#31214)
1f8b1302f fix button-toggle: use system colors (#31231)
5ee7d79e4 fix button: FAB emitting invalid elevation tokens (#31028)
afe36e4d4 fix button: remove internal-only M2 styles (#31017)
589ea5905 fix button: remove internal-only M2 styles (#31018)
203c1737e fix card: subtitle text token should be on-surface-variant (#31261)
55b7ba081 fix card: use system outline (#31218)
eb9abc366 fix checkbox: remove internal-only M2 styles (#31019)
68d7ea035 fix chips: provide ability to edit for all screen readers with a click on already focused chip (#30983)
a24081f2b fix dialog: remove internal-only M2 styles (#31020)
ecc6a09ca fix expansion: align state layer colors (#31236)
82ab91e58 fix form-field: remove internal-only M2 styles (#31021)
6d27e0405 fix form-field: use system for neutral colors (#31272)
a62164db5 fix menu: do not auto-focus when hover opens menu (#31257)
9a96db323 fix select: remove internal-only M2 styles (#31022)
d22191a61 fix sort: simplify m2 sort color (#31165)
680dd6fa8 fix stepper: align state colors (#31227)
4b85f9f62 fix toolbar: use system surface for neutral background (#31234)

cdk-experimental

Commit Type Description
4f9ab216c feat accordion: add accordion directives, example, and tests (#31134)
3704b7e32 feat radio: add radio demo to dev-app (#31180)
50c3e0e12 feat radio: create radio group and button directives (#31050)
ff0f6c61b feat ui-patterns: accordion (#31034)
ce145fa9a feat ui-patterns: create the grid focus behavior (#31055)

... (truncated)

Commits
  • 7cf8498 release: cut the v20.0.3 release
  • c090922 build: update typescript sha (#31329)
  • 567ddbe fix(material/radio): color tokens excluded when passing in variant (#31321)
  • af81109 fix(material/slider): ensure disabled slider thumb input has 'auto' c… (#31311)
  • 3ed3c40 docs(multiple): remove invalid tags from doc strings (#31317)
  • 13e661e fix(material/core): output tokens from theme under same selector (#31295)
  • 3272ca4 build: fix up naming for Stackblitz (#31312)
  • 243f00f docs: update link to Angular security policy (#31309)
  • 8d4b791 build: remove git validation from default vscode settings (#31310)
  • 476577f refactor: fix schematics not respecting new -module.ts suffix (#31299)
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.5 to 20.0.3

Release notes

Sourced from @​angular/common's releases.

20.0.3

No release notes provided.

20.0.2

core

Commit Description
fix - 1e8158baee components marked for traversal resets reactive context (#61663)
fix - 1cd23be57e unregister onDestroy in outputToObservable (#61882)

20.0.1

compiler

Commit Description
fix - 66a0ec6510 move defer trigger assertions out of parser (#61747)
fix - 8ecb1ba027 recover invalid parenthesized expressions (#61815)

core

Commit Description
fix - 8c60cbfd1c takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
fix - b1d960d082 produce an error when incremental hydration is expected, but not configured (#61741)
fix - b4ed62ddf6 properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
fix - ddd22bea48 unregister onDestroy in ResourceImpl when destroy() is called (#61870)
fix - 5c31e7e28d unregister onDestroy when observable errors in toSignal (#61596)

migrations

Commit Description
fix - e9820a6d48 avoid trailing whitespaces in unused imports migration (#61698)

service-worker

Commit Description
fix - b93fa22f25 prevent duplicate fetches during concurrent update checks (#61443)
fix - 9743bd1317 update service worker to handle seeking better for videos (#60029)

20.0.0

Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301

common

Commit Description
feat - 2e5362a469 accept undefined inputs in NgTemplateOutlet (#61404)
feat - b7d3f3dbfc Allow passing ScrollOptions to ViewportScroller (#61002)
feat - 74cceba587 throw error for suspicious date patterns (#59798)
fix - 255c79e048 cleanup updateLatestValue if view is destroyed before promise resolves (#58041)
fix - 739cadae62 Handle errors in async pipe subscriptions (#60057)
fix - cbbea70fa3 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60879)
fix - fc4a56d5c5 rename httpResource function in factory (#60022)
fix - 785a1110e6 resolve host binding type issues (#60481)

compiler

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

20.0.3 (2025-06-11)

20.0.2 (2025-06-06)

core

Commit Type Description
1e8158baee fix components marked for traversal resets reactive context (#61663)
1cd23be57e fix unregister onDestroy in outputToObservable (#61882)

20.1.0-next.0 (2025-06-04)

compiler

Commit Type Description
5a76826d26 fix only report parser errors on invalid expression (#61793)
e9fcbb8af1 fix remove TypeScript from linker (#61618)

compiler-cli

Commit Type Description
e62fb359d6 feat add experimental support for fast type declaration emission (#61334)
0cf1001715 feat support host directives with direct external references in fast type declaration emission (#61469)
77fa204ad1 fix rename flag for enabling fast type declaration emission (#61353)
c439d6938d fix symbol builder duplicating host directives (#61240)
3e1baa5a95 fix typo in NG2026 message (#61325)

core

Commit Type Description
8163a8995e feat Add destroyed property on DestroyRef (#61849)
4356e85456 fix fakeAsync should not depend on module import order (#61375)
583b9a7be5 fix missing useExisting providers throwing for optional calls (#61137)
8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
b785256b9e perf avoid intermediate arrays in definition (#61445)

forms

Commit Type Description
610bebfce9 fix Allow ControlState as reset arguments for FormGroup/FormRecord (#55860)

language-service

Commit Type Description
cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#61122)

service-worker

Commit Type Description
c67dbda8ff feat support notification closes (#61442)
6e1df54799 feat support push subscription changes (#61856)

... (truncated)

Commits
  • 135c594 refactor: use zone.js from npm instead of packages/zone.js throughout repo (#...
  • 8ccd496 build: remove unnecessary zone.js dep from various build targets (#61903)
  • 8564cf4 build: replace all ng_package with new rule from rules_angular (#61862)
  • 3f7b77d refactor(common): use ngServerMode in HttpInterceptorHandler (#61605)
  • 2bf7249 docs: update resource docs (#61846)
  • e910893 build: adjust bundling tests to use Angular CLI
  • 308404e build: update common's locales to use rules_js (#61629)
  • 2e5362a feat(common): accept undefined inputs in NgTemplateOutlet (#61404)
  • aa7190d fix(common): avoid injecting ApplicationRef in FetchBackend (#61649)
  • a89f1cf fix(core): narrow error type for resources API (#61441)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.2.5 to 20.0.3

Release notes

Sourced from @​angular/compiler's releases.

20.0.3

No release notes provided.

20.0.2

core

Commit Description
fix - 1e8158baee components marked for traversal resets reactive context (#61663)
fix - 1cd23be57e unregister onDestroy in outputToObservable (#61882)

20.0.1

compiler

Commit Description
fix - 66a0ec6510 move defer trigger assertions out of parser (#61747)
fix - 8ecb1ba027 recover invalid parenthesized expressions (#61815)

core

Commit Description
fix - 8c60cbfd1c takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
fix - b1d960d082 produce an error when incremental hydration is expected, but not configured (#61741)
fix - b4ed62ddf6 properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
fix - ddd22bea48 unregister onDestroy in ResourceImpl when destroy() is called (#61870)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2025
@github-actions
Copy link

github-actions bot commented Jun 16, 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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda branch from 0c343d8 to 02b6f55 Compare July 7, 2025 23:25
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 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.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 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.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda branch from 02b6f55 to d8aca92 Compare August 12, 2025 04:34
…ates

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

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.5` | `20.0.3` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.8` | `20.0.3` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.5` | `20.0.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.5` | `20.0.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.5` | `20.0.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.5` | `20.0.3` |
| [@angular/material](https://github.com/angular/components) | `19.2.8` | `20.0.3` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.5` | `20.0.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.5` | `20.0.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.5` | `20.0.3` |
| [@octokit/types](https://github.com/octokit/types.ts) | `13.10.0` | `14.1.0` |
| [cronstrue](https://github.com/bradymholt/cronstrue) | `2.57.0` | `2.61.0` |
| [highcharts](https://github.com/highcharts/highcharts-dist) | `11.4.8` | `12.2.0` |
| [highcharts-angular](https://github.com/highcharts/highcharts-angular) | `4.0.1` | `5.0.0` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |



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

Updates `@angular/cdk` from 19.2.8 to 20.0.3
- [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.0.3)

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

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

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

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

Updates `@angular/material` from 19.2.8 to 20.0.3
- [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.0.3)

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

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

Updates `@angular/router` from 19.2.5 to 20.0.3
- [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.0.3/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 2.61.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...v2.61.0)

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

Updates `highcharts-angular` from 4.0.1 to 5.0.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.0.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.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/material"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 20.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-version: 20.0.3
  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: 2.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: highcharts
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: highcharts-angular
  dependency-version: 5.0.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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda branch from d8aca92 to a91e43a Compare August 26, 2025 11:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/production-dependencies-3be5cd2fda branch September 8, 2025 20:21
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