Closed greenkeeper[bot] closed 3 years ago
After pinning to 1.52.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
plotly.js was updated from 1.52.3
to 1.53.0
.Your tests are still failing with this version. Compare changes
rangebreaks
on date axes mainly thanks to [#4614] with API revision & improvements inhovermode
[#4620, #4664, #4669, #4687]spikesnap
[#4665]Plotly.toImage
and Plotly.dowloadImage
[#4593]node.customdata
and link.customdata
to sankey
traces [#4621]opacityscale
for surface
traces [#4480]contour
labels (add extra pad) and correct minus sign [#4540]pie
and sunburst
(add extra pad) [#4519]spikedistance
is set to -1 [#4637]hovermode
to include all points at same coordinate [#4664]histogram
hover labels (harmonize start & end values) [#4662]config.plotlyServerURL
to be set for Chart Studio export [#4690]Plotly.downloadImage
to match transparencies in gl3d plots with the on-screen render [#4566]opacity
in surface
traces [#4480, #4642]bar
traces (regression introduced in 1.50.0) [#4634]funnel
& waterfall
[#4663]template
to set axis type
, tickformatstops
, tick0
, dtick
, tickvals
and tickmode
[#4670, #4685]The new version differs by 288 commits.
d37895b
1.53.0
7eafb8a
changelog v1.53.0
b8a452c
Merge pull request #4708 from plotly/fix4705-edit-mocks
f9bff4d
remove duplicate keys from two mocks
f065405
edit mocks - false is not a valid barmode
ebab12b
Merge pull request #4699 from plotly/rangebreak-hover
ff5db2b
add new hover tests
749430d
fix autorange reversed
18099ae
reduce if block
ce2e206
apply only one sign
7511cb1
avoid reverse array twice
2ed2ec8
fixup test for m2
5876608
optimize fns more - pass 2
50a2681
optimize fns a bit - pass 1
077b34f
make tick loop readable
There are 250 commits in total.
See the full diff
dependency
plotly.js was updated from 1.53.0
to 1.54.0
.Your tests are still failing with this version. Compare changes
newshape
and activeshape
attributes to layout
&editable
and fillrule
attributes to layout.shapes
[#4775]angle
and allowoverlap
attributes to marker
of scattermapbox
traces [#4575, #4794]pt-pt
locale [#4736]sourceattribution
in mapbox layers
[#4793]react
to mapbox style
changes [#4720]bar
and waterfall
when base
is present [#4714]opacityscale
option for volume
and surface
[#4725]scattergl
and splom
traces [#4777]The new version differs by 148 commits.
f24c765
1.54.0
0066143
changelog v1.54.0
5227793
Merge pull request #4794 from plotly/scattermapbox-marker-angle-dflt
8654c38
apply auto default
342c904
reset scattermapbox.marker.rotation dflt to null instead of zero
662f51a
Merge pull request #4793 from plotly/sanitizeHTML
ef3492f
remove extra nesting in new test block
b83c5cb
Merge pull request #4753 from nainardev/patch-1
3a1a62a
add tests for sanitizeHTML
b51e7ef
Update README.md
eeaf204
bypass test-syntax
c74fa42
create sanitizeHTML function and use for sourceattribution
38327b2
Merge pull request #4791 from plotly/bump-mapbox-gl-v1.10.0
ecff28e
bump mapbox-gl v1.10.0
891b6a1
Merge pull request #4775 from plotly/shape-drawing
There are 148 commits in total.
See the full diff
dependency
plotly.js was updated from 1.54.0
to 1.54.1
.Your tests are still failing with this version. Compare changes
The new version differs by 44 commits.
36b478d
1.54.1
e6e6f86
update changelog v1.54.1
aa8ccc6
Merge pull request #4811 from plotly/use-acorn-v6
ff4d016
install acorn v6 so that npm run preversion pass
9112759
Merge pull request #4810 from plotly/fix4808-shape-pointer-events
bb3f858
fixup config editable: true test
078c007
allow activation of editable shapes using opaque fill
3e96a40
fix issue 4806 and 4808 - use and ensure stroke event only to activate editable shapes
245eeec
Merge pull request #4805 from plotly/update-package-lock-May2
10b8419
update package-lock May 2nd
cbd7e6e
Merge pull request #4802 from plotly/rebuild-package-lock-May01-2020
6032aba
keep version of to-px and ndarray for now
e3175fc
update package-lock using not allowing any bump by removing ^ before npm i
f0eebc0
pin down regl version to be v1.3.11
fcceb7a
update package-lock.json
There are 44 commits in total.
See the full diff
The dependency plotly.js was updated from
1.52.2
to1.52.3
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
plotly.js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **Travis CI - Branch:** The build **errored**.Release Notes for v1.52.3
Fixed
bar
-like traces [#4568]sunburst
sectors with zero values [#4580]splom
selectBatch and unselectBatch on updates [#4595]is-mobile
to handle iPad Pro & iPad 7th + iOs v13 + Safari [#4548]orthographic
hover after scroll zoom [#4562]scene aspectratio
afterorthographic
scroll zoom [#4578]scene.aspectmode
changes in relayout updates [#4579]Commits
The new version differs by 51 commits.
80262b5
1.52.3
4df6b21
update changelog for 1.52.3
f5aad90
Merge pull request #4610 from plotly/check-node-12
4cab109
check-node-version: accept any nodejs version in 12.x
31a23fe
Merge pull request #4601 from plotly/fix-diff-bundles
8931f47
bump gl-line3d v1.2.0
5f04bf4
bump dependencies of gl-line3d
daf1e39
patch gl-line3d
cef9304
Merge pull request #4595 from plotly/fix-splom-clear-select-via-api
2cac418
reset splom selectBatch and unselectBatch on updates
15d75db
Merge pull request #4579 from plotly/include-aspectmode-in-relayout
c730f12
record initial aspectmode safely
6ae2809
improve aspectmode tests
1fdc49c
keep track of gl3d scene.aspectmode for modebar buttons
0e444b6
Merge pull request #4580 from plotly/fix4569-sunburst-hide-zero-value
There are 51 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: