Skip to content

Commit 4f9d2d9

Browse files
committed
Auto merge of #3800 - rust-lang:renovate/chart.js-3.x, r=locks
Update dependency chart.js to v3.5.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://togithub.com/chartjs/Chart.js)) | [`3.4.1` -> `3.5.0`](https://renovatebot.com/diffs/npm/chart.js/3.4.1/3.5.0) | [![age](https://badges.renovateapi.com/packages/npm/chart.js/3.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chart.js/3.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chart.js/3.5.0/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chart.js/3.5.0/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/Chart.js</summary> ### [`v3.5.0`](https://togithub.com/chartjs/Chart.js/releases/v3.5.0) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v3.4.1...v3.5.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/) #### Enhancements - [#&#8203;9452](https://togithub.com/chartjs/Chart.js/issues/9452) Bar: add 'middle' option for borderSkipped - [#&#8203;9450](https://togithub.com/chartjs/Chart.js/issues/9450) Add ability to hide specific data element - [#&#8203;9451](https://togithub.com/chartjs/Chart.js/issues/9451) Add data/dataset indices to line segment context - [#&#8203;9364](https://togithub.com/chartjs/Chart.js/issues/9364) Layout: support box stacking - [#&#8203;9360](https://togithub.com/chartjs/Chart.js/issues/9360) Add 'shape' mode for filler-plugin - [#&#8203;9327](https://togithub.com/chartjs/Chart.js/issues/9327) Adding threshold option to decimation plugin #### Bugs Fixed - [#&#8203;9431](https://togithub.com/chartjs/Chart.js/issues/9431) Ensure getPrototypeOf will not crash on plugin options with no scopes - [#&#8203;9448](https://togithub.com/chartjs/Chart.js/issues/9448) Fix DomPlatform.isAttached - [#&#8203;9447](https://togithub.com/chartjs/Chart.js/issues/9447) Apply segment styles with only single segment - [#&#8203;9446](https://togithub.com/chartjs/Chart.js/issues/9446) Fix interaction on partially visible bar - [#&#8203;9444](https://togithub.com/chartjs/Chart.js/issues/9444) Typescript 4.2+ compatibility - [#&#8203;9443](https://togithub.com/chartjs/Chart.js/issues/9443) Don't draw points outside chartArea - [#&#8203;9442](https://togithub.com/chartjs/Chart.js/issues/9442) Fix: config.platform was ignored - [#&#8203;9433](https://togithub.com/chartjs/Chart.js/issues/9433) Linear scale handle min === max when abs(max) > Number.MAX_SAFE_INTEGER - [#&#8203;9426](https://togithub.com/chartjs/Chart.js/issues/9426) lower default value of grid z index so it draws behind chart elements - [#&#8203;9425](https://togithub.com/chartjs/Chart.js/issues/9425) Properly update stacks when datasets index changes - [#&#8203;9413](https://togithub.com/chartjs/Chart.js/issues/9413) Fix center axis title positions - [#&#8203;9410](https://togithub.com/chartjs/Chart.js/issues/9410) Limit Math.asin inputs to the range \[-1, 1] - [#&#8203;9399](https://togithub.com/chartjs/Chart.js/issues/9399) Bar: inflate rects by 0.33px to avoid artifacts - [#&#8203;9400](https://togithub.com/chartjs/Chart.js/issues/9400) Fix bar direction when minBarLength is applied - [#&#8203;9394](https://togithub.com/chartjs/Chart.js/issues/9394) Fix stacked box dimension calculation with weights - [#&#8203;9353](https://togithub.com/chartjs/Chart.js/issues/9353) Adjust legend hitboxes when RTL and each item has a different size - [#&#8203;9373](https://togithub.com/chartjs/Chart.js/issues/9373) Point label specific scriptable context - [#&#8203;9367](https://togithub.com/chartjs/Chart.js/issues/9367) Decimation: Prevent buffer overflow #### Types - [#&#8203;9462](https://togithub.com/chartjs/Chart.js/issues/9462) Update radar dataset option typings - [#&#8203;9444](https://togithub.com/chartjs/Chart.js/issues/9444) Typescript 4.2+ compatibility - [#&#8203;9432](https://togithub.com/chartjs/Chart.js/issues/9432) Allow dataset specific ChartMeta type extensions - [#&#8203;9438](https://togithub.com/chartjs/Chart.js/issues/9438) Define bounds as a field common to all cartesian axes options - [#&#8203;9403](https://togithub.com/chartjs/Chart.js/issues/9403) Add missing resizeDelay option to types - [#&#8203;9386](https://togithub.com/chartjs/Chart.js/issues/9386) Indicate that \`SubTitle\` is a plugin in TS types - [#&#8203;9385](https://togithub.com/chartjs/Chart.js/issues/9385) Fix type linting for merge between two PRs - [#&#8203;9363](https://togithub.com/chartjs/Chart.js/issues/9363) Resolve warnings from typings - [#&#8203;9376](https://togithub.com/chartjs/Chart.js/issues/9376) Improve LegendElement and TooltipItem type definitions #### Documentation - [#&#8203;9458](https://togithub.com/chartjs/Chart.js/issues/9458) Adds HTMLCanvasElement as possible value for pointStyle option in the documentation - [#&#8203;9384](https://togithub.com/chartjs/Chart.js/issues/9384) Add SubTitle to the list of all esm imports #### Development - [#&#8203;9464](https://togithub.com/chartjs/Chart.js/issues/9464) Bump version to 3.5.0, update deps - [#&#8203;9414](https://togithub.com/chartjs/Chart.js/issues/9414) Update a failing fixture - [#&#8203;9363](https://togithub.com/chartjs/Chart.js/issues/9363) Resolve warnings from typings Thanks to [`@&#8203;LeeLenaleee](https://togithub.com/LeeLenaleee),` [`@&#8203;Nico-DF](https://togithub.com/Nico-DF),` [`@&#8203;boreq](https://togithub.com/boreq),` [`@&#8203;drewsonne](https://togithub.com/drewsonne),` [`@&#8203;etimberg](https://togithub.com/etimberg),` [`@&#8203;kurkle](https://togithub.com/kurkle)` and [`@&#8203;stockiNail](https://togithub.com/stockiNail)` </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, check this box. --- 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 1ad4a02 + f919063 commit 4f9d2d9

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
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@sentry/browser": "6.10.0",
4141
"@sentry/integrations": "6.10.0",
42-
"chart.js": "3.4.1",
42+
"chart.js": "3.5.0",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.23.0",
4545
"fastboot-app-server": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5085,10 +5085,10 @@ charm@^1.0.0:
50855085
dependencies:
50865086
inherits "^2.0.1"
50875087

5088-
chart.js@3.4.1:
5089-
version "3.4.1"
5090-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.1.tgz#ff3b2b2a04a37b83618b4a6399a5f87ccc0f1e8a"
5091-
integrity sha512-0R4mL7WiBcYoazIhrzSYnWcOw6RmrRn7Q4nKZNsBQZCBrlkZKodQbfeojCCo8eETPRCs1ZNTsAcZhIfyhyP61g==
5088+
chart.js@3.5.0:
5089+
version "3.5.0"
5090+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.5.0.tgz#6eb075332d4ebbbb20a94e5a07a234052ed6c4fb"
5091+
integrity sha512-J1a4EAb1Gi/KbhwDRmoovHTRuqT8qdF0kZ4XgwxpGethJHUdDrkqyPYwke0a+BuvSeUxPf8Cos6AX2AB8H8GLA==
50925092

50935093
cheerio@^0.22.0:
50945094
version "0.22.0"

0 commit comments

Comments
 (0)