Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

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

Package From To
@angular/animations 19.2.5 19.2.6
@angular/cdk 19.2.8 19.2.9
@angular/common 19.2.5 19.2.6
@angular/compiler 19.2.5 19.2.6
@angular/core 19.2.5 19.2.6
@angular/forms 19.2.5 19.2.6
@angular/material 19.2.8 19.2.9
@angular/platform-browser 19.2.5 19.2.6
@angular/platform-browser-dynamic 19.2.5 19.2.6
@angular/router 19.2.5 19.2.6
@octokit/types 13.10.0 14.0.0
cronstrue 2.57.0 2.59.0
highcharts 11.4.8 12.2.0
rxjs 7.8.1 7.8.2

Updates @angular/animations from 19.2.5 to 19.2.6

Release notes

Sourced from @​angular/animations's releases.

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)
Changelog

Sourced from @​angular/animations's changelog.

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/cdk from 19.2.8 to 19.2.9

Release notes

Sourced from @​angular/cdk's releases.

v19.2.9

19.2.9 "abellaite-apron" (2025-04-09)

cdk

Commit Description
fix - 111b0c65a table: error if data is accessed too early (#30817)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.9 "abellaite-apron" (2025-04-09)

cdk

Commit Type Description
111b0c65a fix table: error if data is accessed too early (#30817)

20.0.0-next.5 "chitin-enigma" (2025-04-02)

cdk

Commit Type Description
f9973ee231 fix overlay: use MutationObserver to detach overlay (#30703)
1372f52ae6 perf drag-drop: fix performance regression when destroying items (#30751)

material

Commit Type Description
3daa360300 feat core: introduce custom token for controlling animations (#30749)
907815dc5c fix checkbox: hardcode token renames (#30752)
e9b015737c fix form-field: move error aria-live to parent container (#30678)
ec538b598b fix form-field: use ResizeObserver for label offset calculation (#30702)
2d86ad441e fix slider: fix clobbered token for hover/focus/pressed (#30754)
40d0ab4fc7 fix snack-bar: rename snackbar token prefix (#30750)
387313fc41 fix tabs: allow ID to be set on tab (#30768)

cdk-experimental

Commit Type Description
149fe6129c fix popover-edit: use MutationObserver to detect table rows (#30713)
4bf3591c77 fix ui-patterns: add modifier checks for regexps (#30738)
dd69023340 perf column-resize: improve hover responsiveness of… (#30708)

multiple

Commit Type Description
590971359f fix remove backwards-compatibility code (#30747)

Commits
  • 94c2c0a release: cut the v19.2.9 release
  • 8d29696 build: speed up legacy tests bundle
  • 6c9595c build: switch karma tests to rules_browsers
  • 111b0c6 fix(cdk/table): error if data is accessed too early (#30817)
  • 4d1cacf docs(material/chips): fix aria label binding for reactive and template driven...
  • 1d721e6 docs(material/chips): fix aria-label binding of chips-form-control-example (#...
  • 93ae1ca build: update angular shared dev-infra code to e4bf37a (#30805)
  • 20d4e20 build: update angular shared dev-infra code to f172f3f (#30801)
  • 4fb7912 build: update angular shared dev-infra code to 492cc1f (#30798)
  • 2276f6a build: clean-up to use fine-grained targets for faster rebuilds
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.5 to 19.2.6

Release notes

Sourced from @​angular/common's releases.

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)
Changelog

Sourced from @​angular/common's changelog.

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/compiler from 19.2.5 to 19.2.6

Release notes

Sourced from @​angular/compiler's releases.

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/core from 19.2.5 to 19.2.6

Release notes

Sourced from @​angular/core's releases.

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)
Changelog

Sourced from @​angular/core's changelog.

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits
  • 880ebf4 Revert "refactor(core): use stream in rxResource instead of loader (#59910)" ...
  • 9241615 fix(core): reduce total memory usage of various migration schematics (#60776)
  • a382066 refactor(migrations): simplify integration of tsurge migrations into the CLI ...
  • f2bfa31 fix(core): fix ng generate @​angular/core:output-migration. Fixes angular#5865...
  • 56db79a refactor(core): use stream in rxResource instead of loader (#59910)
  • 4c09fae refactor(platform-browser): remove GenericBrowserDomAdapter (#60760)
  • 3441f7b fix(compiler): error if rawText isn't estimated correctly (#60529) (#60753)
  • ae2fc18 docs: fix typo in documentation for pendingUntilEvent (#60756)
  • 1b36f6e refactor(common): Add hashchange event for traversals (#60682)
  • 8880ed6 refactor(common): Update FakeNavigation deferred commit to use precommitHandl...
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.5 to 19.2.6

Release notes

Sourced from @​angular/forms's releases.

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (#60776)

language-service

Commit Description
fix - 0e82d42774 Do not provide element completions in end tag (#60616)
fix - fcdef1019f Ensure dollar signs are escaped in completions (#60597)
Changelog

Sourced from @​angular/forms's changelog.

19.2.6 (2025-04-09)

compiler

Commit Type Description
3441f7b914 fix error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Type Description
fc946c5f72 fix ensure HMR works with different output module type (#60797)

core

Commit Type Description
00bbd9b382 fix fix docs for output migration (#60764)
f2bfa3151e fix fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
9241615ad0 fix reduce total memory usage of various migration schematics (#60776)

language-service

Commit Type Description
0e82d42774 fix Do not provide element completions in end tag (#60616)
fcdef1019f fix Ensure dollar signs are escaped in completions (#60597)

20.0.0-next.5 (2025-04-02)

Breaking Changes

core

    • Angular no longer supports Node.js v18.
    • Node.js versions 22.0 to 22.10 are also no longer supported.

    Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1. For the full list of supported versions, visit: https://angular.dev/reference/versions

  • Uncaught errors in listeners which were previously only reported to ErrorHandler are now also reported to Angular's internal error handling machinery. For tests, this means that the error will be rethrown by default rather than only logging the error. Developers should fix these errors, catch them in the test if the test is intentionally covering an error case, or use rethrowApplicationErrors: false in configureTestingModule as a last resort.

router

  • The guards arrays on Route no longer include any in the type union. The union includes functions for the functional guards as well as a type matching Injector.get: ProviderToken<T>|string. Note that string is still deprecated on both the route guards and Injector.get.

Deprecations

core

  • ngIf/ngFor/ngSwitch are deprecated. Use the control flow blocks instead (@for/@if/@switch).

| Commit | Type | Description |

... (truncated)

Commits

Updates @angular/material from 19.2.8 to 19.2.9

Release notes

Sourced from @​angular/material's releases.

v19.2.9

19.2.9 "abellaite-apron" (2025-04-09)

cdk

Commit Description
fix - 111b0c65a table: error if data is accessed too early (#30817)
Changelog

Sourced from @​angular/material's changelog.

19.2.9 "abellaite-apron" (2025-04-09)

cdk

Commit Type Description
111b0c65a fix table: error if data is accessed too early (#30817)

20.0.0-next.5 "chitin-enigma" (2025-04-02)

cdk

Commit Type Description
f9973ee231 fix overlay: use MutationObserver to detach overlay (#30703)
1372f52ae6 perf drag-drop: fix performance regression when destroying items (#30751)

material

Commit Type Description
3daa360300 feat core: introduce custom token for controlling animations (#30749)
907815dc5c fix checkbox: hardcode token renames (#30752)
e9b015737c fix form-field: move error aria-live to parent container (#30678)
ec538b598b fix form-field: use ResizeObserver for label offset calculation (#30702)
2d86ad441e fix slider: fix clobbered token for hover/focus/pressed (#30754)
40d0ab4fc7 fix snack-bar: rename snackbar token prefix (#30750)
387313fc41 fix tabs: allow ID to be set on tab (#30768)

cdk-experimental

Commit Type Description
149fe6129c fix popover-edit: use MutationObserver to detect table rows (#30713)
4bf3591c77 fix ui-patterns: add modifier checks for regexps (#30738)
dd69023340 perf column-resize: improve hover responsiveness of… (#30708)

multiple

Commit Type Description
590971359f fix remove backwards-compatibility code (#30747)

Commits
  • 94c2c0a release: cut the v19.2.9 release
  • 8d29696 build: speed up legacy tests bundle
  • 6c9595c build: switch karma tests to rules_browsers
  • 111b0c6 fix(cdk/table): error if data is accessed too early (#30817)
  • 4d1cacf docs(material/chips): fix aria label binding for reactive and template driven...
  • 1d721e6 docs(material/chips): fix aria-label binding of chips-form-control-example (#...
  • 93ae1ca build: update angular shared dev-infra code to e4bf37a (#30805)
  • 20d4e20 build: update angular shared dev-infra code to f172f3f (#30801)
  • 4fb7912 build: update angular shared dev-infra code to 492cc1f (#30798)
  • 2276f6a build: clean-up to use fine-grained targets for faster rebuilds
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 19.2.5 to 19.2.6

Release notes

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

19.2.6

compiler

Commit Description
fix - 3441f7b914 error if rawText isn't estimated correctly (#60529) (#60753)

compiler-cli

Commit Description
fix - fc946c5f72 ensure HMR works with different output module type (#60797)

core

Commit Description
fix - 00bbd9b382 fix docs for output migration (#60764)
fix - f2bfa3151e fix ng generate @​angular/core:output-migration. Fixes angular#58650 (#60763)
fix - 9241615ad0 reduce total memory usage of various migration schematics (<...

Description has been truncated

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

github-actions bot commented Apr 14, 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
  • ⚠️ 1 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.

View full job summary

@austenstone
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/production-dependencies-b1501393b7 branch from 1268d5d to 1f7e8d2 Compare May 22, 2025 14:48
…ates

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

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



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

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

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

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

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

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

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

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

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

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

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

Updates `cronstrue` from 2.57.0 to 2.59.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.59.0)

Updates `highcharts` from 11.4.8 to 12.2.0
- [Commits](highcharts/highcharts-dist@v11.4.8...v12.2.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: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/cdk"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/material"
  dependency-version: 19.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-version: 19.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@octokit/types"
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: cronstrue
  dependency-version: 2.59.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: 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 force-pushed the dependabot/npm_and_yarn/frontend/production-dependencies-b1501393b7 branch from 1f7e8d2 to e83c188 Compare June 2, 2025 20:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

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

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/production-dependencies-b1501393b7 branch June 16, 2025 20:47
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