INTECH-RGB / homie-dashboard

🏠 IoT dashboard for Homie
14 stars 7 forks source link

An in-range update of chart.js is breaking the build 🚨 #96

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.7.1 of chart.js was just published.

Branch Build failing 🚨
Dependency chart.js
Current Version 2.7.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

chart.js is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/INTECH-RGB/homie-dashboard/builds/294144583?utm_source=github_status&utm_medium=notification)

Release Notes Version 2.7.1

2.7.1 is a bug fix release and also includes numerous documentation improvements

Enhancements

  • #4793 Added beforeTooltipDraw and afterTooltipDraw to plugins. Thanks @JewelsJLF

Issues Fixed

  • #4295 Fixed min and max in time scale
  • #4762 Fixed regression in x-axis interaction mode
  • #4774 Fixed chart responsiveness
  • #4779 Fixed unit used for auto ticks in time scale
  • #4781 Fixed handling of null style. Thanks @Rydori
  • #4783 Fixed color settings for BeforeLabel and BeforeBody. Thanks @Rittyan
  • #4795 Fixed handling of null labels
  • #4878 Fixed rollup issue caused by early access of the extend and inherits helpers
  • #4840 Fixed tooltip reset

Documentation

  • #4736 Expand scale jsdocs
  • #4765 Consistent formatting for cartesian options
  • #4818 Update supported browser section of documentation
  • #4819 Typo in code comments. Thanks @einfallstoll
  • #4826 Clarification for using x/y coordinates with bar chart
  • #4851 Improved rendering of tables describing options. Thanks @minusf

Development

  • #4880 Address test flakiness

More details in the release PR: #4876

Commits

The new version differs by 24 commits ahead by 24, behind by 1.

  • 0fead21 Release 2.7.1
  • 1e09823 Merge pull request #4876 from chartjs/master
  • 8a6d58d Bump version to 2.7.1 (#4877)
  • 13e9676 Reset tooltip when calling Chart.update (#4840)
  • 26c1936 Move extend and inherits helpers in helpers.core.js (#4878)
  • c81a55f Add jsDelivr as CDN install option (#4881)
  • 9f32f07 Attempt to fix test flakiness (Firefox) (#4880)
  • ee6432b Update supported browser section (#4818)
  • b64fd5d Respect min and max when building ticks (#4860)
  • 11315fb minor doc fixes (#4851)
  • 8ac0257 Add "beforeTooltipDraw" and "afterTooltipDraw" plugin hooks (#4793)
  • c83b03f Fixes #4772: added scope for tooltip position mode call and added docs (#4784)
  • d81afc8 Fix choosing of formatting unit (#4779)
  • d2226b2 Fix markdown (#4827)
  • fa2ca2c Clarify that x/y coordinates only work with the time scale (#4826)

There are 24 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 2.7.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.7.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Version 2.7.2

Documentation: http://www.chartjs.org/docs/2.7.2/

Enhancements

  • #4891 Relax dependencies versions. Thanks @jsg2021
  • #4923 Reset only when animating (optimization)
  • #4994 Equally sized bars for bar charts
  • #5062 Improve point.xRange and point.yRange performance. Thanks @fanthos
  • #5076 Prevent double ticks array reverse for logarithmic scale (optimization). Thanks @jcopperfield
  • #5095 Better default tooltip label format in the time scale
  • #5240 Support multiple font colors for radial chart labels. Thanks @flaurida

Issues Fixed

Documentation

Development

  • #4699 Suppress coveralls errors in forks. Thanks @andig
  • #4738 Upgrade to ESLint 4
  • #5053 Update license year and copyright holders
  • #5112 Use the Chart.js shared ESLint config
  • #5113 Make Chart.layout(Service) importable
  • #5114 Make Chart.plugins importable
  • #5118 Rename Chart.layout to Chart.layouts
  • #5138 Ignore package-lock.json
  • #5143 Log gulp error. Thanks @loicbourgois
  • #5150 Test for showLines in scatter chart. Thanks @loicbourgois
  • #5195 Setup HTML and JS linters for samples. Thanks @loicbourgois
  • #5217 Fix Slack invitation link

More details in the release PR: #5145

Commits

The new version differs by 58 commits ahead by 58, behind by 1.

  • 98f104c Release 2.7.2
  • 1a5dca8 Merge pull request #5145 from chartjs/master
  • ac088a0 Bump version to 2.7.2 (#5307)
  • c2a5b12 Bugfix: Improve polyfill function of log10 to return whole powers of 10 (#5275)
  • c90cf2e Make both README.md and installation.md clearer (#5274)
  • be6660c Improve title of generated documentation (#5256)
  • d6ce5c0 Support multiple font colors for radial chart labels (#5240)
  • 584d1c6 Fix label vertical alignment on vertical scales (#5248)
  • bba29e5 Remove trailing spaces from docs (#5227)
  • 182270e Setup HTML and JS linters for samples (#5195)
  • 97ff458 Add Charba GWT integration to extensions.md (#5225)
  • c268185 Fix Slack invitation link (#5217)
  • e61392a Don't draw tick across axis/border (#5178)
  • 98ef394 Fix variable name error on developer api documentation for (#5173)
  • 274fca6 Update custom tooltip documentation and samples (#5166)

There are 58 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Version 2.7.3

Documentation: http://www.chartjs.org/docs/2.7.3/

Enhancements

Issues Fixed

  • #4620 Fixed responsive in IE11 with padding as percentage. Thanks @andi-b
  • #5172 Avoid updating Chart when responsive: true and Chart is hidden. Thanks @jcopperfield
  • #5209 Fixed min and max option checks in linear scales. Thanks @teroman
  • #5321 Fixed line clipping at the chart area borders. Thanks @serhii-yakymuk
  • #5401 Proper tick position for right positioned axis
  • #5570 Restore original styles when removing hover
  • #5575 Event handling to use target instead currentTarget. Thanks @teroman
  • #5723 Fixed scale when data is all small numbers. Thanks @costerwi

Documentation

Development

  • #5382 Make Chart.Animation/animations/Tooltip importable
  • #5383 Make Chart.Scale/scaleService importable
  • #5478 Update gulpfile.js to use in strict mode. Thanks @ksokolowski7
  • #5595 Use comment for pull request template Thanks @DanielRuf
  • #5629 Disable hardware acceleration for unit tests
  • #5724 Add gulp watch task for docs @wuweiweiwu
  • #5732 Add "point style" image tests

More details in the release PR: #5732

Commits

The new version differs by 107 commits ahead by 107, behind by 1.

  • 924a66b Release 2.7.3
  • 7065c43 Merge pull request #5732 from chartjs/master
  • d7eab1b Bump version to 2.7.3
  • 1ba06a2 Add aspectRatio property to responsive doc (#5756)
  • 9293c30 Add scatter link in charts documentation (#5736)
  • 2f9c663 Added Wicked-Charts to the Popular Extensions Page (#5734)
  • 7a65546 Fix scale when data is all small numbers (#5723)
  • bbd589d Add "Accessibility" documentation page (#5719)
  • 1aa54b0 Add gulp watch task for docs (#5724)
  • 3830216 Event handling to use target instead currentTarget (#5575)
  • ab41173 Fix adding and removing datasets in bar samples (#5663)
  • a9c4e37 Add color to financial time series sample (#5661)
  • 3010173 Disable hardware acceleration for unit tests
  • 9160839 Add "point style" image tests
  • 9a29581 Replace ES6 by Webpack in the integration docs (#5555)

There are 107 commits in total.

See the full diff