CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

[Snyk] Upgrade chart.js from 2.9.4 to 3.7.0 #109

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade chart.js from 2.9.4 to 3.7.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

Release notes
Package name: chart.js
  • 3.7.0 - 2021-12-23

    Essential Links

    Enhancements

    • #9949 Add centerPointLabels option for linear radial scale
    • #9970 Limit active element changes to chartArea
    • #9944 Improvements to tooltip positioners
    • #9933 add beforeDestroy hook
    • #9919 Support "r" axis for non-intersecting interaction
    • #9920 Feature/active elements on top
    • #9877 Add borderJoinStyle option for arc elements

    Bugs Fixed

    • #10021 radialLinear: fix positioning & scaling
    • #10020 radialLinear: fix getIndexAngle when there are no labels (left)
    • #10018 radialLinear: Hide pointLabels of hidden data
    • #9992 Fix setActiveElements behavior after a mouse event
    • #9970 Limit active element changes to chartArea
    • #9969 Pass object from array as value to _fallback

    Types

    • #9986 Types/ type suggestedMin and suggestedMax for time scale
    • #9985 Types/Allow min-max as string timescale
    • #9937 Types/allow for multiline labels in tick callback

    Documentation

    • #10013 Docs/Add sample for centered point labels
    • #9994 Docs/clarify usage of ticks callback (#9991)
    • #9960 Docs/clarify samples
    • #9952 Try to improve documentation for new users

    Development

    • #10011 Bump version to 3.7.0, update deps

    Thanks to @ LeeLenaleee, @ doug-a-brunner, @ joshkel, @ kurkle, @ luukdv and @ t-mangoe

  • 3.6.2 - 2021-12-05

    Essential Links

    Bugs Fixed

    • #9939 Stop modifying options in interaction handlers
    • #9938 Fix resolver caching issue when setting values

    Development

    • #9953 Bump version to 3.6.2

    Thanks to @ kurkle

  • 3.6.1 - 2021-11-30
    Read more
  • 3.6.0 - 2021-10-23
    Read more
  • 3.5.1 - 2021-08-18

    Essential Links

    • #9563 support crossAlign on mirrored y-axis

    Bugs Fixed

    • #9525 Keep track of parsed array changes when parsing===false
    • #9489 Fix _isPointInArea helper when no area is provided
    • #9469 Remove index interaction override barChart

    Types

    • #9550 Grid line z property in TS types
    • #9546 Add number to the title scale padding as type
    • #9490 Types: Add `tooltip` to chart instance
    • #9477 Types: Change `context.chart` to plain `Chart`

    Documentation

    • #9555 Fix broken link.
    • #9549 Ensure that docs have more width in the page
    • #9516 fix 2 broken links, clarify order property
    • #9524 Add more details on legend sort function
    • #9503 Fix typo in docs on axes labelling
    • #9479 Move pointStyle types and update plugin link&render chart
    • #9465 Longhand labels key in getting started
    • #9475 Adjust text to code example
    • #9472 Update charts.md

    Development

    • #9565 Update to 3.5.1 version number
    • #9556 Remove chart.scale property (always undefined)

    Thanks to @ LeeLenaleee, @ M4sterShake, @ Yash-Singh1, @ etimberg, @ ewanmellor, @ juan-cortes, @ kurkle, @ niklasnoldin and @ snoozbuster

  • 3.5.0 - 2021-07-25
    Read more
  • 3.4.1 - 2021-07-04
    Read more
  • 3.4.0 - 2021-06-26
    Read more
  • 3.3.2 - 2021-05-30
    Read more
  • 3.3.1 - 2021-05-29
    Read more
  • 3.3.0 - 2021-05-24
  • 3.2.1 - 2021-05-01
  • 3.2.0 - 2021-04-24
  • 3.1.1 - 2021-04-17
  • 3.1.0 - 2021-04-10
  • 3.0.2 - 2021-04-04
  • 3.0.1 - 2021-04-02
  • 3.0.0 - 2021-04-02
  • 3.0.0-rc.7 - 2021-04-02
  • 3.0.0-rc.6 - 2021-03-27
  • 3.0.0-rc.5 - 2021-03-25
  • 3.0.0-rc.4 - 2021-03-25
  • 3.0.0-rc.3 - 2021-03-23
  • 3.0.0-rc.2 - 2021-03-21
  • 3.0.0-rc - 2021-03-18
  • 3.0.0-beta.14 - 2021-03-16
  • 3.0.0-beta.13 - 2021-03-06
  • 3.0.0-beta.12 - 2021-02-27
  • 3.0.0-beta.11 - 2021-02-20
  • 3.0.0-beta.10 - 2021-02-01
  • 3.0.0-beta.9 - 2021-01-16
  • 3.0.0-beta.8 - 2021-01-13
  • 3.0.0-beta.7 - 2020-12-04
  • 3.0.0-beta.6 - 2020-11-08
  • 3.0.0-beta.5 - 2020-11-01
  • 3.0.0-beta.4 - 2020-10-15
  • 3.0.0-beta.3 - 2020-10-01
  • 3.0.0-beta.2 - 2020-10-01
  • 3.0.0-beta - 2020-09-01
  • 3.0.0-alpha.2 - 2020-07-17
  • 3.0.0-alpha - 2020-03-12
  • 2.9.4 - 2020-10-18
from chart.js GitHub release notes
Commit messages
Package name: chart.js
  • a5b46a8 Bump version to 3.7.0, update deps (#10011)
  • 1da9fdd radialLinear: fix positioning & scaling (#10021)
  • d24fe14 radialLinear: fix getIndexAngle when there are no labels (left) (#10020)
  • f1c9931 radialLinear: Hide pointLabels of hidden data (#10018)
  • 2970e70 Docs/Add sample for centered point labels (#10013)
  • 961533c Add centerPointLabels option for linear radial scale (#9949)
  • 0d250a1 Fix setActiveElements behavior after a mouse event (#9992)
  • 977a4b8 Docs/clarify usage of ticks callback (#9991) (#9994)
  • 30bebef Types/ type suggestedMin and suggestedMax for time scale (#9986)
  • 0a5c058 Types/Allow min-max as string timescale (#9985)
  • 5bea389 Add random seed reporting to test runs (#9977)
  • ba6b446 Limit active element changes to chartArea (#9970)
  • d2d5f49 Pass object from array as value to _fallback (#9969)
  • 4a9f446 Docs/clarify samples (#9960)
  • d83f046 Improvements to tooltip positioners (#9944)
  • 957ca83 Specify UTC time zone for the test suite (#9945)
  • 4ac11a7 Try to improve documentation for new users (#9952)
  • e7aec8c add beforeDestroy hook (#9933)
  • d1daf1a allow for multiline labels in tick callback (#9937)
  • 7784fbf Support "r" axis for non-intersecting interaction (#9919)
  • 6d3a1c5 Feature/active elements on top (#9920)
  • cd9d528 Add borderJoinStyle option for arc elements (#9877)
  • 9fa26f9 Bump version to 3.6.2 (#9953)
  • 6552a01 Stop modifying options in interaction handlers (#9939)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 8980b44f and detected 0 issues on this pull request.

View more on Code Climate.