Skip to content

Bump uplot from 1.4.6 to 1.6.22#270

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 11, 2022

Bumps uplot from 1.4.6 to 1.6.22.

Release notes

Sourced from uplot's releases.

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

1.6.10

leeoniya/uPlot@1.6.9...1.6.10

... (truncated)

Commits
  • b9eebd3 1.6.22
  • 1869ae9 force recalcAxes following setData() when x scale is ordinal
  • f0af226 types: add TypedArray[] variant to AlignedData
  • ddaf5d8 dont band-clip bars paths in places with alignment artifacts (undefined vals)
  • 7dee2c6 bump rollup
  • d27fbc9 add stacked snafu test when mixing stacked bars with unaligned/unstacked line...
  • d698562 use typed arrays in area-fill demo
  • d3f5b59 handle typed arrays in copy(). close #706.
  • a885446 1.6.21
  • 06882a9 add alignGaps option to linear/stepped/spline
  • 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.22.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](leeoniya/uPlot@1.4.6...1.6.22)

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

dependabot Bot commented on behalf of github Dec 5, 2022

Superseded by #315.

@dependabot dependabot Bot closed this Dec 5, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/uplot-1.6.22 branch December 5, 2022 03:31
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