Skip to content

Bump uplot from 1.4.6 to 1.6.21#259

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/uplot-1.6.21
Closed

Bump uplot from 1.4.6 to 1.6.21#259
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/uplot-1.6.21

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 13, 2022

Bumps uplot from 1.4.6 to 1.6.21.

Release notes

Sourced from uplot's releases.

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

1.6.10

leeoniya/uPlot@1.6.9...1.6.10

  • [BREAKING] legend marker options (width, stroke, fill, dash) have moved from legend inwards to the new legend.markers. these are not commonly used opts, so it felt okay to break them mechanically as part of introducing another marker-specific option (below)
  • legend.markers.show can now be set to false to disable markers and render the labels with the stroke or fill color. (#514)

... (truncated)

Commits
  • a885446 1.6.21
  • 06882a9 add alignGaps option to linear/stepped/spline
  • 2d35768 add undefined points to stepped/gap demos that simulate joining
  • 5c40b75 bump rollup
  • d11d678 extract & unify gap detection in all pathBuilders
  • e9e1c65 ensure data.length > 0 in accScale()
  • ad85ee2 improve filter in sparse points demo
  • 1b8d313 1.6.20
  • ce30cdf bump rollup
  • fec1527 fix cursor sync dependents inheriting non-dragged selection dim
  • 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.21.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](leeoniya/uPlot@1.4.6...1.6.21)

---
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 Jun 13, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 11, 2022

Superseded by #270.

@dependabot dependabot Bot closed this Jul 11, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/uplot-1.6.21 branch July 11, 2022 03:20
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