APTG / dedx_web

Web interface for libdedx library
https://aptg.github.io/web/
GNU General Public License v3.0
3 stars 2 forks source link

An in-range update of plotly.js is breaking the build 🚨 #25

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

The dependency plotly.js was updated from 1.52.2 to 1.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

  • Make identical bundles on different nodes [#4601]
  • Fix (regression introduced in 1.52.1) and improve interactive display of narrow points of bar-like traces [#4568]
  • Ensure text fits inside sunburst sectors with zero values [#4580]
  • Reset splom selectBatch and unselectBatch on updates [#4595]
  • Retry different mobile/tablet config to render gl3d subplots on various devices & browsers e.g. Brave [#4549]
  • Bump is-mobile to handle iPad Pro & iPad 7th + iOs v13 + Safari [#4548]
  • Fix orthographic hover after scroll zoom [#4562]
  • Preserve gl3d scene aspectratio after orthographic scroll zoom [#4578]
  • Include gl3d scene.aspectmode changes in relayout updates [#4579]
  • Apply utf-8 charset in test_dashboard [#4554]
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:

greenkeeper[bot] commented 4 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.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.53.0

Added

Changed

  • Improve contour labels (add extra pad) and correct minus sign [#4540]
  • Improve sizing text inside pie and sunburst (add extra pad) [#4519]
  • Improve display of spikelines when spikedistance is set to -1 [#4637]
  • Improve compare hovermode to include all points at same coordinate [#4664]
  • Improve histogram hover labels (harmonize start & end values) [#4662]
  • Display new colors on Plotly's logo [#4691]
  • Update links & descriptions to Chart Studio Cloud and plotly.com website [#4694]
  • Update contributing guidelines & add info about trace module architecture [#4624]
  • Require config.plotlyServerURL to be set for Chart Studio export [#4690]

Fixed

  • Fix Plotly.downloadImage to match transparencies in gl3d plots with the on-screen render [#4566]
  • Fix amount of transparency applied by opacity in surface traces [#4480, #4642]
  • Fix gaps in bar traces (regression introduced in 1.50.0) [#4634]
  • Fix gaps in funnel & waterfall [#4663]
  • Fix template to set axis type, tickformatstops, tick0, dtick, tickvals and tickmode [#4670, #4685]
Commits

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.54.0

Added

  • Introduce new drag modes "drawline", "drawrect", "drawcircle", "drawopenpath", "drawclosedpath" &
    add optional modebar buttons for drawing & removing new shapes inside cartesian subplots &
    add newshape and activeshape attributes to layout &
    add editable and fillrule attributes to layout.shapes [#4775]
  • Add angle and allowoverlap attributes to marker of scattermapbox traces [#4575, #4794]
  • Add Portuguese (Portugal) pt-pt locale [#4736]

Changed

Fixed

  • Sanitize sourceattribution in mapbox layers [#4793]
  • Fix reactto mapbox style changes [#4720]
  • Fix transform sort order with gaps [#4783]
  • Fix autorange for bar and waterfall when base is present [#4714]
  • Fix "extremes" opacityscale option for volume and surface [#4725]
  • Fix no-WebGL warning for scattergl and splom traces [#4777]
  • Fix notifier CSS to have a fallback in font stack [#4778]
Commits

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.54.1

[1.54.1] -- 2020-05-04

Changed

Fixed

  • Set pointer-events only for editable shapes to allow pan, zoom & hover
    events to work inside shapes (regression introduced in 1.54.0) [#4810]
  • Update and validate various mocks [#4762]
Commits

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