-
Notifications
You must be signed in to change notification settings - Fork 647
Commit a4f9938
committed
Auto merge of #4079 - rust-lang:renovate/chart.js-3.x, r=Turbo87
Update dependency chart.js to v3.6.0
[](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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/)
<!---->
- [#​9757](https://github.com/chartjs/Chart.js/issues/9757) ci(workflow): add cache to workflows using actions/setup-node
- [#​9587](https://github.com/chartjs/Chart.js/issues/9587) Ensure that controllers derived from the bar controller work correct in stacked charts
#### Enhancements
- [#​9761](https://github.com/chartjs/Chart.js/issues/9761) Add chart, p0.raw, p1.raw to segment context
- [#​9758](https://github.com/chartjs/Chart.js/issues/9758) Support nested scriptable options for datasets
- [#​9751](https://github.com/chartjs/Chart.js/issues/9751) Disable animations for BasicPlatform (offcreen)
- [#​9716](https://github.com/chartjs/Chart.js/issues/9716) Add layout.autoPadding option
- [#​9679](https://github.com/chartjs/Chart.js/issues/9679) Add sanity check for stepSize
- [#​9625](https://github.com/chartjs/Chart.js/issues/9625) Configurable tooltip box padding
- [#​9624](https://github.com/chartjs/Chart.js/issues/9624) Add sanity checks for scale options
- [#​9622](https://github.com/chartjs/Chart.js/issues/9622) Add parsing support to pie/doughnut charts
- [#​9620](https://github.com/chartjs/Chart.js/issues/9620) Enable per-corner border radius in tooltip
- [#​9557](https://github.com/chartjs/Chart.js/issues/9557) Detect attach/detach from any level
#### Performance
- [#​9661](https://github.com/chartjs/Chart.js/issues/9661) cache also undefined values in option resolver
#### Bugs Fixed
- [#​9656](https://github.com/chartjs/Chart.js/issues/9656) Fix cleaning up metasets
- [#​9767](https://github.com/chartjs/Chart.js/issues/9767) Fix stacked fill with lines over multiple scales
- [#​9764](https://github.com/chartjs/Chart.js/issues/9764) Bubble: Properly parse radius for non-object data
- [#​9770](https://github.com/chartjs/Chart.js/issues/9770) Support nested scriptable defaults for datasets
- [#​9766](https://github.com/chartjs/Chart.js/issues/9766) Fix controller.getMinMax for stacked charts
- [#​9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin
- [#​9719](https://github.com/chartjs/Chart.js/issues/9719) Linear: determine grace amount from range
- [#​9718](https://github.com/chartjs/Chart.js/issues/9718) Fix chart crashing when only min is defined
- [#​9641](https://github.com/chartjs/Chart.js/issues/9641) Fix chart crashing when max is defined but ticks are empty
- [#​9678](https://github.com/chartjs/Chart.js/issues/9678) Bar: fix too thick borders
- [#​9644](https://github.com/chartjs/Chart.js/issues/9644) Fix segment styling with gaps
- [#​9613](https://github.com/chartjs/Chart.js/issues/9613) Fix plugin event filtering of renamed events
- [#​9592](https://github.com/chartjs/Chart.js/issues/9592) Fix control points on animated line w/o border
#### Types
- [#​9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin
- [#​9699](https://github.com/chartjs/Chart.js/issues/9699) Support false for doughnut and polar area chart animation options
- [#​9680](https://github.com/chartjs/Chart.js/issues/9680) Fix some typings issues
- [#​9634](https://github.com/chartjs/Chart.js/issues/9634) Add align to interface of scale title config
- [#​9610](https://github.com/chartjs/Chart.js/issues/9610) fix getRelativePosition type definition
- [#​9617](https://github.com/chartjs/Chart.js/issues/9617) Remove offscreen canvas types
- [#​9570](https://github.com/chartjs/Chart.js/issues/9570) Add missing typings of helpers, add automatic test
#### Documentation
- [#​9741](https://github.com/chartjs/Chart.js/issues/9741) Added hyperlink on Chart.js LOGO
- [#​9720](https://github.com/chartjs/Chart.js/issues/9720) Fixed 4 links
- [#​9747](https://github.com/chartjs/Chart.js/issues/9747) linked LICENSE.md to README
- [#​9724](https://github.com/chartjs/Chart.js/issues/9724) docs: fix small error
- [#​9710](https://github.com/chartjs/Chart.js/issues/9710) Fix: Typo spaning--> spanning
- [#​9711](https://github.com/chartjs/Chart.js/issues/9711) Fix: Typo ingnore-->ignore
- [#​9708](https://github.com/chartjs/Chart.js/issues/9708) Fix: Typo that-->than
- [#​9697](https://github.com/chartjs/Chart.js/issues/9697) Document sample components file
- [#​9626](https://github.com/chartjs/Chart.js/issues/9626) fix: broken link to \`cubicInterpolationMode\`
- [#​9618](https://github.com/chartjs/Chart.js/issues/9618) Update tooltip callback docs
- [#​9619](https://github.com/chartjs/Chart.js/issues/9619) Update old codepen links to ones for v3
#### Development
- [#​9784](https://github.com/chartjs/Chart.js/issues/9784) Bump to 3.6.0
- [#​9755](https://github.com/chartjs/Chart.js/issues/9755) Fix: Typo 'is less' -> 'are lesser'
- [#​9744](https://github.com/chartjs/Chart.js/issues/9744) Changed var to const/let in the docs
- [#​9646](https://github.com/chartjs/Chart.js/issues/9646) Remove const me = this pattern
Thanks to [`@​0xflotus](https://github.com/0xflotus),` [`@​Flupp](https://github.com/Flupp),` [`@​KurtPreston](https://github.com/KurtPreston),` [`@​Prashoon123](https://github.com/Prashoon123),` [`@​SandeepKrSuman](https://github.com/SandeepKrSuman),` [`@​aha-oretama](https://github.com/aha-oretama),` [`@​atharva01903](https://github.com/atharva01903),` [`@​davidsandoz](https://github.com/davidsandoz),` [`@​etimberg](https://github.com/etimberg),` [`@​gautammsuthar](https://github.com/gautammsuthar),` [`@​igolskyi](https://github.com/igolskyi),` [`@​joshkel](https://github.com/joshkel),` [`@​kurkle](https://github.com/kurkle),` [`@​mikidoodle](https://github.com/mikidoodle),` [`@​nikethanrai](https://github.com/nikethanrai),` [`@​oscard0m](https://github.com/oscard0m)` and [`@​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).File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4932 | 4932 |
| |
4933 | 4933 |
| |
4934 | 4934 |
| |
4935 |
| - | |
4936 |
| - | |
4937 |
| - | |
4938 |
| - | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
| 4938 | + | |
4939 | 4939 |
| |
4940 | 4940 |
| |
4941 | 4941 |
| |
|
0 commit comments