Skip to content

Bump uplot from 1.4.6 to 1.6.23#315

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/uplot-1.6.23
Open

Bump uplot from 1.4.6 to 1.6.23#315
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/uplot-1.6.23

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps uplot from 1.4.6 to 1.6.23.

Release notes

Sourced from uplot's releases.

1.6.23

leeoniya/uPlot@1.6.22...1.6.23

1.6.22

leeoniya/uPlot@1.6.21...1.6.22

1.6.21

leeoniya/uPlot@1.6.20...1.6.21

1.6.20

leeoniya/uPlot@1.6.19...1.6.20

1.6.19

leeoniya/uPlot@1.6.18...1.6.19

1.6.18

leeoniya/uPlot@1.6.17...1.6.18

1.6.17

leeoniya/uPlot@1.6.16...1.6.17

1.6.16

leeoniya/uPlot@1.6.15...1.6.16

1.6.15

leeoniya/uPlot@1.6.14...1.6.15

1.6.14

leeoniya/uPlot@1.6.13...1.6.14

1.6.13

leeoniya/uPlot@1.6.12...1.6.13

  • detect & sync devicePixelRatio changes (e.g. browser zoom). this makes for an SVG-like experience on desktop but not mobile, where pinch zooming does not trigger dppx MediaQueryList change events :(
  • accept null values in Range.MinMax tuple to indicate auto-ranging. (#526)
  • add series.points.filter() for custom per-point show/hide logic & pass in gaps array from series.paths()
  • add cursor.idxs which holds indices returned by cursor.dataIdx() (for read-back)
  • fix uPlot.rangeNum() in softMode: 2 auto-ranging flat/all-0 values to -100,100
  • improve axis auto-size logic in demo to actually use measureText() and add in the required axis.ticks.size and axis.gap

1.6.12

leeoniya/uPlot@1.6.11...1.6.12

  • bars pathBuilder now uses the minimum x distance between all adjacent points in dataset to determine available space for a bar. previously only the first two points were used, which may create too-wide bars when dataset is not evenly spaced.
  • auto point visibility now uses x distance between first and last in-view points to determine avg point density. previously it always used points-in-view and full width of chart, which was inaccurate if dataset does not actually span full chart (x scale is wider than dataset).

1.6.11

leeoniya/uPlot@1.6.10...1.6.11

  • fix stroke being wrongly clipped (along with fill) when using bands with non-bars pathbuilders. see grafana/grafana#34904

... (truncated)

Commits
  • 4e05e3c 1.6.23
  • 710b547 fix gaps gen with leading/trailing nulls. close #768.
  • d2b126f don't try to contract out-of-view idxs when same or adjacent. (improves zoomi...
  • 9a3db41 fix cursor on Chrome-based mobile/touch devices (regressed by workaround for ...
  • 27f1aaf work around Windows Chrome bug that causes phantom mousemove after mousedown....
  • a75b6f9 fix grouped/stacked bars logic. close #763.
  • 9e33b12 add extend opt to stepped pathBuilders to interpolate to plot extents
  • 5bebae5 pass gaps array to points.show (in addition to points.filter)
  • f8f5fa1 treat numeric scale ranges > 10 magnitudes below raw min/max values as flat. ...
  • 4805a2e handle absent legendEl in destroy()
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.4.6 to 1.6.23.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](leeoniya/uPlot@1.4.6...1.6.23)

---
updated-dependencies:
- dependency-name: uplot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2022
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