Skip to content

Commit 03e42f3

Browse files
committed
Auto merge of #3771 - rust-lang:renovate/chart.js-3.x, r=Turbo87
Update dependency chart.js to v3.4.1 [![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.0` -> `3.4.1`](https://renovatebot.com/diffs/npm/chart.js/3.4.0/3.4.1) | [![age](https://badges.renovateapi.com/packages/npm/chart.js/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chart.js/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chart.js/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chart.js/3.4.1/confidence-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/Chart.js</summary> ### [`v3.4.1`](https://togithub.com/chartjs/Chart.js/releases/v3.4.1) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v3.4.0...v3.4.1) ### 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;9349](https://togithub.com/chartjs/Chart.js/issues/9349) Update deps #### Bugs Fixed - [#&#8203;9345](https://togithub.com/chartjs/Chart.js/issues/9345) Timeseries: support panning - [#&#8203;9343](https://togithub.com/chartjs/Chart.js/issues/9343) Account for floating point error in niceNum helper - [#&#8203;9341](https://togithub.com/chartjs/Chart.js/issues/9341) Enable pointStyle for doughnut, pie, and polar area charts - [#&#8203;9340](https://togithub.com/chartjs/Chart.js/issues/9340) Ensure correct item is clicked when a horizontal legend is in RTL mode - [#&#8203;9326](https://togithub.com/chartjs/Chart.js/issues/9326) Fix comma causing Terser issue #### Types - [#&#8203;9348](https://togithub.com/chartjs/Chart.js/issues/9348) Add type tests for float bar / object data arrays - [#&#8203;9336](https://togithub.com/chartjs/Chart.js/issues/9336) Update types with more possible events - [#&#8203;9330](https://togithub.com/chartjs/Chart.js/issues/9330) Fix typing of the isoWeekday field #### Documentation - [#&#8203;9338](https://togithub.com/chartjs/Chart.js/issues/9338) Fixes spacing options in the documentation for doughnuts charts #### Development - [#&#8203;9350](https://togithub.com/chartjs/Chart.js/issues/9350) Bump version to 3.4.1 Thanks to [`@&#8203;LeeLenaleee](https://togithub.com/LeeLenaleee),` [`@&#8203;TriPSs](https://togithub.com/TriPSs),` [`@&#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 f508a63 + d3b16bb commit 03e42f3

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.8.0",
4141
"@sentry/integrations": "6.8.0",
42-
"chart.js": "3.4.0",
42+
"chart.js": "3.4.1",
4343
"copy-text-to-clipboard": "3.0.1",
4444
"date-fns": "2.22.1",
4545
"fastboot-app-server": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5109,10 +5109,10 @@ charm@^1.0.0:
51095109
dependencies:
51105110
inherits "^2.0.1"
51115111

5112-
chart.js@3.4.0:
5113-
version "3.4.0"
5114-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.0.tgz#4fb2a750225fcc1b387221422f5d4260b55b4579"
5115-
integrity sha512-mJsRm2apQm5mwz2OgYqGNG4erZh/qljcRZkWSa0kLkFr3UC3e1wKRMgnIh6WdhUrNu0w/JT9PkjLyylqEqHXEQ==
5112+
chart.js@3.4.1:
5113+
version "3.4.1"
5114+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.4.1.tgz#ff3b2b2a04a37b83618b4a6399a5f87ccc0f1e8a"
5115+
integrity sha512-0R4mL7WiBcYoazIhrzSYnWcOw6RmrRn7Q4nKZNsBQZCBrlkZKodQbfeojCCo8eETPRCs1ZNTsAcZhIfyhyP61g==
51165116

51175117
cheerio@^0.22.0:
51185118
version "0.22.0"

0 commit comments

Comments
 (0)