c-base / infoscreens

Information screens for c-base infodisplays
5 stars 3 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.40.0 of plotly.js was just published.

Branch Build failing 🚨
Dependency plotly.js
Current Version 1.39.4
Type dependency

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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/c-base/infoscreens/builds/417165930?utm_source=github_status&utm_medium=notification)).

Release Notes v1.40.0

Added

  • Allow contour, contourcarpet and histogram2dcontour to have
    corresponding legend items using showlegend [#2891, #2914]
  • Add scatterpolar and scatterpolargl attributes r0, dr, theta0 and
    dtheta [#2895]
  • Add layout attributes piecolorway and extendpiecolors
    for more control over pie colors [#2870]
  • Add splom attribute dimensions[i].axis.type to easily override axis type
    in splom-generated axes [#2899]
  • Add support for on-graph text in scatterpolargl traces [#2895]

Changed

  • Use derequire browserify plugin to make bundling distributed npm package
    with browserify possible [#2905]
  • Speed up cartesian axis autorange edits (and thus double-click interactions) [#2823]
  • Do not clear WebGL context when scattergl graph has no visible:true
    traces, which speeds up e.g. legend interactions [#2860]
  • Compute data extremes per trace, which improves performance in some cases [#2860]
  • Use <linearGradient> to render filled colorbars [#2910, #2914]
  • Rename trace module setPositions methods crossTraceCalc [#2868]
  • Use regl@1.3.7 [#2863]

Fixed

  • Fix scalar marker.size bounds in legend items [#2840]
  • Fix positioning of legend symbols for traces with fills [#2891]
  • Fix scattergl select -> double-click -> pan behavior [#2815]
  • Fix scattergl marker for IE11 [#2863]
  • Fix inheritance of explicit pie colors by later traces [#2870]
  • Fix layer ordering on graphs with multiple contour traces with heatmap
    coloring [#2891]
  • Fix layer ordering on visible toggling for contour-like traces [#2891]
  • Fix cases where colorbars would be drawn over its bounds [#2910]
  • Fix tickwidth edits on ohlc traces [#2823]
  • Fix labels on splom-generated axes with categorical data [#2899]
  • Fix handling of splom dimensions on axes of conflicting types [#2899]
  • Fix splom trace visible edits [#2860]
  • Fix splom select -> double-click -> pan behavior [#2899]
  • Fix scatterpolargl behavior during angular and radial drag interactions [#2888]
  • Fix handling of auto date ticks below our 100 microseconds limit [#2912]
  • Fix scatter3d attributes which had incorrectly labeled textposition
    and textfont.family as arrayOk and contained unimplemented line.showscale
    and line.colorbar [#2879]
  • Fix scattergl and scatterpolargl attribute declarations for hoveron [#2895]
Commits

The new version differs by 128 commits.

  • f996446 1.40.0
  • 6e899ab update changelog fo 1.40.0
  • fb9e903 Merge pull request #2914 from plotly/fix-linearGradient-tosvg
  • 0557bb1 Revert "set url to gradient definition as an 'attribute', not in 'style'"
  • 24a0f91 Merge pull request #2912 from plotly/date-precision-bug
  • 1c8017e set url to gradient definition as an 'attribute', not in 'style'
  • b32aac0 fix toSVG for contour legend items & colorbars
  • 5bd5783 Merge pull request #2913 from SKalt/patch-1
  • 89fae05 replace fail -> failTest
  • 195cf19 add ability to run just 'jasmine' or just 'image' noci tests
  • 042c359 Corrected relative paths to related comments
  • 92864b8 more robust limiting of date dtick to 100 microseconds
  • c62896b fix #2892 - don't allow auto date ticks < our 100 microseconds limit
  • 27c9e55 Merge pull request #2863 from plotly/scatter2d-ie
  • fe709d0 Merge pull request #2910 from plotly/gradient-colorbar

There are 128 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 6 years ago

After pinning to 1.39.4 your tests are passing again. Downgrade this dependency 📌.