Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

build(deps): bump plotly.js-dist-min from 2.27.1 to 2.28.0 #399

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps plotly.js-dist-min from 2.27.1 to 2.28.0.

Release notes

Sourced from plotly.js-dist-min's releases.

2.28.0

Added

  • Add align option to sankey nodes to control horizontal alignment [#6800], with thanks to @​adamreeve for the contribution!
  • Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [#6784], with thanks to @​greggman for the contribution!
  • Add options to use base64 encoding (bdata) and shape (for 2 dimensional arrays) to declare various typed arrays i.e. dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8) [#5230]

Fixed

  • Fix scattergl rendering bug on M1 mac devices [#6830], with thanks to @​justinjhendrick for the contribution!
  • Fix hovering over sankey node only fully highlights first trace [#6799], with thanks to @​DominicWuest for the contribution!
  • Fix error when the mouse moves to x=0 while dragging a rangeslider [#6780], with thanks to @​david-bezero for the contribution!
  • Fix duplicated of major and minor ticks in calc data [#6829], with thanks to @​ayjayt for the contribution!
  • Fix charset test dashboard [#6826], with thanks to @​ayjayt for the contribution!
  • Fix range defaults to take into account minallowed and maxallowed values of the axis [#6796]
  • Fix scattergl legend when marker.angle is an array [#6787]
  • Fix plot schema not to show line.shape options for scatterpolargl trace [#6781]
Changelog

Sourced from plotly.js-dist-min's changelog.

[2.28.0] -- 2024-01-05

Added

  • Add align option to sankey nodes to control horizontal alignment [#6800], with thanks to @​adamreeve for the contribution!
  • Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [#6784], with thanks to @​greggman for the contribution!
  • Add options to use base64 encoding (bdata) and shape (for 2 dimensional arrays) to declare various typed arrays i.e. dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8) [#5230]

Fixed

  • Fix scattergl rendering bug on M1 mac devices [#6830], with thanks to @​justinjhendrick for the contribution!
  • Fix hovering over sankey node only fully highlights first trace [#6799], with thanks to @​DominicWuest for the contribution!
  • Fix error when the mouse moves to x=0 while dragging a rangeslider [#6780], with thanks to @​david-bezero for the contribution!
  • Fix duplicated of major and minor ticks in calc data [#6829], with thanks to @​ayjayt for the contribution!
  • Fix charset test dashboard [#6826], with thanks to @​ayjayt for the contribution!
  • Fix range defaults to take into account minallowed and maxallowed values of the axis [#6796]
  • Fix scattergl legend when marker.angle is an array [#6787]
  • Fix plot schema not to show line.shape options for scatterpolargl trace [#6781]
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2024
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a5d495b) 73.94% compared to head (49824e0) 73.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #399   +/-   ##
=======================================
  Coverage   73.94%   73.94%           
=======================================
  Files          10       10           
  Lines         902      902           
=======================================
  Hits          667      667           
  Misses        235      235           
Flag Coverage Δ
Linux-x64 69.51% <ø> (ø)
Windows-x64 73.17% <ø> (ø)
Windows-x86 ?
macOS-x64 73.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/plotly.js-dist-min-2.28.0 branch from 772de5f to 0cb52c2 Compare January 21, 2024 00:20
@ReenigneArcher
Copy link
Member

@dependabot rebase

Bumps [plotly.js-dist-min](https://github.com/plotly/plotly.js) from 2.27.1 to 2.28.0.
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v2.27.1...v2.28.0)

---
updated-dependencies:
- dependency-name: plotly.js-dist-min
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/plotly.js-dist-min-2.28.0 branch from 0cb52c2 to 49824e0 Compare January 21, 2024 01:45
@ReenigneArcher ReenigneArcher merged commit eda2440 into master Jan 21, 2024
21 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/npm_and_yarn/plotly.js-dist-min-2.28.0 branch January 21, 2024 01:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

1 participant