Skip to content

chore(deps)(deps): bump the charts group across 1 directory with 2 updates#84

Open
dependabot[bot] wants to merge 1 commit into
v2from
dependabot/npm_and_yarn/keeltrader/apps/web/charts-00a526451e
Open

chore(deps)(deps): bump the charts group across 1 directory with 2 updates#84
dependabot[bot] wants to merge 1 commit into
v2from
dependabot/npm_and_yarn/keeltrader/apps/web/charts-00a526451e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown

Bumps the charts group with 2 updates in the /keeltrader/apps/web directory: lightweight-charts and recharts.

Updates lightweight-charts from 5.1.0 to 5.2.0

Release notes

Sourced from lightweight-charts's releases.

v5.2.0

Enhancements

  • Added hoveredSeriesOnTop option (default: true) that renders the currently hovered series above other series in the same pane. (PR #2076)
  • Added series hit testing for built-in and custom series. Mouse event payloads now include hoveredItem and hoveredTarget, exposing the hovered series and associated object metadata. Built-in line-like, range-like, and composite renderers all support hit testing, while custom series can opt in via an optional ICustomSeriesPaneRenderer.hitTest() hook (a geometry-based fallback is used when the hook isn't provided). (PR #2076)
  • Added defaultVisiblePriceScaleId chart option to control which visible price scale ('left' or 'right') is preferred as the default when both are available. Defaults to 'right'. (PR #2079)
  • Added tickMarkDensity option to price scale options, providing control over tick mark label density. A higher value results in more spacing between tick marks and fewer tick marks; a lower value results in less spacing and more tick marks. Defaults to 2.5. (PR #2050)
  • Improved dashed and dotted line rendering so that the dash phase remains continuous when a series changes stroke color per data item. Previously, dash patterns would restart at each color boundary, producing visual discontinuities. (PR #2067)

Bug Fixes

  • Fixed line series point markers not being drawn correctly when per-point colors change. (PR #2064, fixes #2017)
  • Fixed a visual bug where a pane's DOM element could persist on screen after removing the last series from that pane via removeSeries() when the series contained large values. (PR #2063)
  • Fixed visual jitter that occurred when charts with autoSize enabled were resized within dynamic containers. Resize behaviour triggered by ResizeObserver now paints synchronously, avoiding the timing mismatch with container resize. (PR #2055, contributed by @​DarrenHaba)
  • Fixed the description of the timeToIndex() method. (PR #2072)

Development

  • Added continuous preview releases from the master branch via pkg.pr.new. Each push to master now publishes a compact preview package, making it easier to test unreleased changes. See the README for installation instructions. (PR #2053)

Contributors

We'd like to thank our external contributors for their valuable contributions to this release:

Changes since the last published version.

Commits

Updates recharts from 2.12.7 to 3.8.1

Release notes

Sourced from recharts's releases.

v3.8.1

What's Changed

Bugfixes!

New Contributors

Full Changelog: recharts/recharts@v3.8.0...v3.8.1

v3.8.0

What's Changed

We added generics to our data and dataKey props and now you can have your charts validated by TypeScript. See the full guide here: https://recharts.github.io/en-US/guide/typescript/

We are releasing new helper functions and hooks that will allow you to precisely target mouse interactions, and convert coordinates. See the guide here: https://recharts.github.io/en-US/guide/coordinateSystems/

And new functions and hooks:

getRelativeCoordinate - converts mouse events to pixel positions

Convert Data → Pixels:

useXAxisScale - returns a function to convert X data values to pixel positions useYAxisScale - returns a function to convert Y data values to pixel positions useCartesianScale - convenience hook for converting both at once

Pixels → Data:

... (truncated)

Commits
  • 5b10788 chore(deps-dev): bump diff from 8.0.3 to 8.0.4 (#7156)
  • 222396f chore(deps): bump react-router-dom from 7.13.1 to 7.13.2 (#7164)
  • c2642da chore(deps-dev): bump typescript-eslint from 8.57.1 to 8.57.2 (#7166)
  • b186929 fix(RechartsWrapper): prevent ResizeObserver memory leak on ref update (#7161)
  • 738f71f fix(Tooltip): prevent crash on sparse or undefined payload entries (#7149)
  • 00daf0b chore(deps-dev): bump rollup from 4.59.0 to 4.60.0 (#7158)
  • eba4f2a chore(deps-dev): bump marked from 17.0.4 to 17.0.5 (#7157)
  • 201d060 fix: resolve keyboard navigation and tooltip issues for Pie charts (#6921) (#...
  • 670d092 chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 (#7150)
  • 86ca8de fix: stackOffset expand should not override numerical XAxis domain (#7152)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by corkscreewe, a new releaser for recharts since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


@dependabot @github

dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/keeltrader/apps/web/charts-00a526451e branch from 767d340 to 126ebae Compare May 25, 2026 13:49
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/keeltrader/apps/web/charts-00a526451e branch 2 times, most recently from 302e473 to 2bc05b2 Compare June 8, 2026 09:19
…dates

Bumps the charts group with 2 updates in the /keeltrader/apps/web directory: [lightweight-charts](https://github.com/tradingview/lightweight-charts) and [recharts](https://github.com/recharts/recharts).


Updates `lightweight-charts` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/tradingview/lightweight-charts/releases)
- [Commits](tradingview/lightweight-charts@v5.1.0...v5.2.0)

Updates `recharts` from 2.12.7 to 3.8.1
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md)
- [Commits](recharts/recharts@v2.12.7...v3.8.1)

---
updated-dependencies:
- dependency-name: lightweight-charts
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: charts
- dependency-name: recharts
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: charts
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/keeltrader/apps/web/charts-00a526451e branch from 2bc05b2 to 4d05a68 Compare June 15, 2026 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants