Skip to content

Bump uplot from 1.4.6 to 1.6.20#244

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 9, 2022

Copy link
Copy Markdown

Bumps uplot from 1.4.6 to 1.6.20.

Release notes

Sourced from uplot's releases.

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)
  • opts.gap for bars pathBuilder
  • formal band manip methods: .addBand(), .setBand(), .delBand(). (#516)
  • new syncRect hook for notifying when .getBoundingClientRect() is called after scroll or resize

... (truncated)

Commits
  • 1b8d313 1.6.20
  • ce30cdf bump rollup
  • fec1527 fix cursor sync dependents inheriting non-dragged selection dim
  • 5957ccc Revert "use ResizeObserver to defer syncRect() updates following setSize() ca...
  • 07ab0dc use ResizeObserver to defer syncRect() updates following setSize() calls
  • 4b8f468 build
  • 01f716b avoid doing DOM stuffs during script import in SSR envs
  • 02100dd reduce width of sine-stream demo to 1920
  • 6030090 DRY
  • 8eafff9 whitespace
  • 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.20.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](leeoniya/uPlot@1.4.6...1.6.20)

---
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 May 9, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2022

Copy link
Copy Markdown
Author

Superseded by #259.

@dependabot dependabot Bot closed this Jun 13, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/uplot-1.6.20 branch June 13, 2022 03:07
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