Skip to content

Commit a4f9938

Browse files
committed
Auto merge of #4079 - rust-lang:renovate/chart.js-3.x, r=Turbo87
Update dependency chart.js to v3.6.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chart.js](https://www.chartjs.org) ([source](https://github.com/chartjs/Chart.js)) | [`3.5.1` -> `3.6.0`](https://renovatebot.com/diffs/npm/chart.js/3.5.1/3.6.0) | [![age](https://badges.renovateapi.com/packages/npm/chart.js/3.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chart.js/3.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chart.js/3.6.0/compatibility-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chart.js/3.6.0/confidence-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/Chart.js</summary> ### [`v3.6.0`](https://github.com/chartjs/Chart.js/releases/v3.6.0) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.5.1...v3.6.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) <!----> - [#&#8203;9757](https://github.com/chartjs/Chart.js/issues/9757) ci(workflow): add cache to workflows using actions/setup-node - [#&#8203;9587](https://github.com/chartjs/Chart.js/issues/9587) Ensure that controllers derived from the bar controller work correct in stacked charts #### Enhancements - [#&#8203;9761](https://github.com/chartjs/Chart.js/issues/9761) Add chart, p0.raw, p1.raw to segment context - [#&#8203;9758](https://github.com/chartjs/Chart.js/issues/9758) Support nested scriptable options for datasets - [#&#8203;9751](https://github.com/chartjs/Chart.js/issues/9751) Disable animations for BasicPlatform (offcreen) - [#&#8203;9716](https://github.com/chartjs/Chart.js/issues/9716) Add layout.autoPadding option - [#&#8203;9679](https://github.com/chartjs/Chart.js/issues/9679) Add sanity check for stepSize - [#&#8203;9625](https://github.com/chartjs/Chart.js/issues/9625) Configurable tooltip box padding - [#&#8203;9624](https://github.com/chartjs/Chart.js/issues/9624) Add sanity checks for scale options - [#&#8203;9622](https://github.com/chartjs/Chart.js/issues/9622) Add parsing support to pie/doughnut charts - [#&#8203;9620](https://github.com/chartjs/Chart.js/issues/9620) Enable per-corner border radius in tooltip - [#&#8203;9557](https://github.com/chartjs/Chart.js/issues/9557) Detect attach/detach from any level #### Performance - [#&#8203;9661](https://github.com/chartjs/Chart.js/issues/9661) cache also undefined values in option resolver #### Bugs Fixed - [#&#8203;9656](https://github.com/chartjs/Chart.js/issues/9656) Fix cleaning up metasets - [#&#8203;9767](https://github.com/chartjs/Chart.js/issues/9767) Fix stacked fill with lines over multiple scales - [#&#8203;9764](https://github.com/chartjs/Chart.js/issues/9764) Bubble: Properly parse radius for non-object data - [#&#8203;9770](https://github.com/chartjs/Chart.js/issues/9770) Support nested scriptable defaults for datasets - [#&#8203;9766](https://github.com/chartjs/Chart.js/issues/9766) Fix controller.getMinMax for stacked charts - [#&#8203;9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin - [#&#8203;9719](https://github.com/chartjs/Chart.js/issues/9719) Linear: determine grace amount from range - [#&#8203;9718](https://github.com/chartjs/Chart.js/issues/9718) Fix chart crashing when only min is defined - [#&#8203;9641](https://github.com/chartjs/Chart.js/issues/9641) Fix chart crashing when max is defined but ticks are empty - [#&#8203;9678](https://github.com/chartjs/Chart.js/issues/9678) Bar: fix too thick borders - [#&#8203;9644](https://github.com/chartjs/Chart.js/issues/9644) Fix segment styling with gaps - [#&#8203;9613](https://github.com/chartjs/Chart.js/issues/9613) Fix plugin event filtering of renamed events - [#&#8203;9592](https://github.com/chartjs/Chart.js/issues/9592) Fix control points on animated line w/o border #### Types - [#&#8203;9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin - [#&#8203;9699](https://github.com/chartjs/Chart.js/issues/9699) Support false for doughnut and polar area chart animation options - [#&#8203;9680](https://github.com/chartjs/Chart.js/issues/9680) Fix some typings issues - [#&#8203;9634](https://github.com/chartjs/Chart.js/issues/9634) Add align to interface of scale title config - [#&#8203;9610](https://github.com/chartjs/Chart.js/issues/9610) fix getRelativePosition type definition - [#&#8203;9617](https://github.com/chartjs/Chart.js/issues/9617) Remove offscreen canvas types - [#&#8203;9570](https://github.com/chartjs/Chart.js/issues/9570) Add missing typings of helpers, add automatic test #### Documentation - [#&#8203;9741](https://github.com/chartjs/Chart.js/issues/9741) Added hyperlink on Chart.js LOGO - [#&#8203;9720](https://github.com/chartjs/Chart.js/issues/9720) Fixed 4 links - [#&#8203;9747](https://github.com/chartjs/Chart.js/issues/9747) linked LICENSE.md to README - [#&#8203;9724](https://github.com/chartjs/Chart.js/issues/9724) docs: fix small error - [#&#8203;9710](https://github.com/chartjs/Chart.js/issues/9710) Fix: Typo spaning--> spanning - [#&#8203;9711](https://github.com/chartjs/Chart.js/issues/9711) Fix: Typo ingnore-->ignore - [#&#8203;9708](https://github.com/chartjs/Chart.js/issues/9708) Fix: Typo that-->than - [#&#8203;9697](https://github.com/chartjs/Chart.js/issues/9697) Document sample components file - [#&#8203;9626](https://github.com/chartjs/Chart.js/issues/9626) fix: broken link to \`cubicInterpolationMode\` - [#&#8203;9618](https://github.com/chartjs/Chart.js/issues/9618) Update tooltip callback docs - [#&#8203;9619](https://github.com/chartjs/Chart.js/issues/9619) Update old codepen links to ones for v3 #### Development - [#&#8203;9784](https://github.com/chartjs/Chart.js/issues/9784) Bump to 3.6.0 - [#&#8203;9755](https://github.com/chartjs/Chart.js/issues/9755) Fix: Typo 'is less' -> 'are lesser' - [#&#8203;9744](https://github.com/chartjs/Chart.js/issues/9744) Changed var to const/let in the docs - [#&#8203;9646](https://github.com/chartjs/Chart.js/issues/9646) Remove const me = this pattern Thanks to [`@&#8203;0xflotus](https://github.com/0xflotus),` [`@&#8203;Flupp](https://github.com/Flupp),` [`@&#8203;KurtPreston](https://github.com/KurtPreston),` [`@&#8203;Prashoon123](https://github.com/Prashoon123),` [`@&#8203;SandeepKrSuman](https://github.com/SandeepKrSuman),` [`@&#8203;aha-oretama](https://github.com/aha-oretama),` [`@&#8203;atharva01903](https://github.com/atharva01903),` [`@&#8203;davidsandoz](https://github.com/davidsandoz),` [`@&#8203;etimberg](https://github.com/etimberg),` [`@&#8203;gautammsuthar](https://github.com/gautammsuthar),` [`@&#8203;igolskyi](https://github.com/igolskyi),` [`@&#8203;joshkel](https://github.com/joshkel),` [`@&#8203;kurkle](https://github.com/kurkle),` [`@&#8203;mikidoodle](https://github.com/mikidoodle),` [`@&#8203;nikethanrai](https://github.com/nikethanrai),` [`@&#8203;oscard0m](https://github.com/oscard0m)` and [`@&#8203;shubham242k](https://github.com/shubham242k)` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 1cfddfc + 66239c2 commit a4f9938

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@juggle/resize-observer": "3.3.1",
4141
"@sentry/browser": "6.13.3",
4242
"@sentry/integrations": "6.13.3",
43-
"chart.js": "3.5.1",
43+
"chart.js": "3.6.0",
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.25.0",
4646
"fastboot-app-server": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4932,10 +4932,10 @@ charm@^1.0.0:
49324932
dependencies:
49334933
inherits "^2.0.1"
49344934

4935-
chart.js@3.5.1:
4936-
version "3.5.1"
4937-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.5.1.tgz#73e24d23a4134a70ccdb5e79a917f156b6f3644a"
4938-
integrity sha512-m5kzt72I1WQ9LILwQC4syla/LD/N413RYv2Dx2nnTkRS9iv/ey1xLTt0DnPc/eWV4zI+BgEgDYBIzbQhZHc/PQ==
4935+
chart.js@3.6.0:
4936+
version "3.6.0"
4937+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.6.0.tgz#a87fce8431d4e7c5523d721f487f53aada1e42fe"
4938+
integrity sha512-iOzzDKePL+bj+ccIsVAgWQehCXv8xOKGbaU2fO/myivH736zcx535PGJzQGanvcSGVOqX6yuLZsN3ygcQ35UgQ==
49394939

49404940
cheerio@^0.22.0:
49414941
version "0.22.0"

0 commit comments

Comments
 (0)