Skip to content

Commit a6ca713

Browse files
committed
Auto merge of #4233 - rust-lang:renovate/chart.js-3.x, r=Turbo87
Update dependency chart.js to v3.6.2 [![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.6.1` -> `3.6.2`](https://renovatebot.com/diffs/npm/chart.js/3.6.1/3.6.2) | [![age](https://badges.renovateapi.com/packages/npm/chart.js/3.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/chart.js/3.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/chart.js/3.6.2/compatibility-slim/3.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/chart.js/3.6.2/confidence-slim/3.6.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>chartjs/Chart.js</summary> ### [`v3.6.2`](https://togithub.com/chartjs/Chart.js/releases/v3.6.2) [Compare Source](https://togithub.com/chartjs/Chart.js/compare/v3.6.1...v3.6.2) ### 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/) #### Bugs Fixed - [#&#8203;9939](https://togithub.com/chartjs/Chart.js/issues/9939) Stop modifying options in interaction handlers - [#&#8203;9938](https://togithub.com/chartjs/Chart.js/issues/9938) Fix resolver caching issue when setting values #### Development - [#&#8203;9953](https://togithub.com/chartjs/Chart.js/issues/9953) Bump version to 3.6.2 Thanks to [`@&#8203;kurkle](https://togithub.com/kurkle)` </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 1bff52f + dac870e commit a6ca713

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.15.0",
4242
"@sentry/integrations": "6.15.0",
43-
"chart.js": "3.6.1",
43+
"chart.js": "3.6.2",
4444
"copy-text-to-clipboard": "3.0.1",
4545
"date-fns": "2.27.0",
4646
"fastboot-app-server": "3.0.0",

yarn.lock

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

4936-
chart.js@3.6.1:
4937-
version "3.6.1"
4938-
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.6.1.tgz#edcb6584b8d810306f655f89538c00a4f440c58e"
4939-
integrity sha512-AycnixR0I325Fp3bqQ7wRJbkIJPwz/9IZtUBvdBWMjK5+nKCy6FZ3VejkDTtB9udePEXNt1UYoGTsNL49JoIbg==
4936+
chart.js@3.6.2:
4937+
version "3.6.2"
4938+
resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.6.2.tgz#47342c551f688ffdda2cd53b534cb7e461ecec33"
4939+
integrity sha512-Xz7f/fgtVltfQYWq0zL1Xbv7N2inpG+B54p3D5FSvpCdy3sM+oZhbqa42eNuYXltaVvajgX5UpKCU2GeeJIgxg==
49404940

49414941
cheerio@^0.22.0:
49424942
version "0.22.0"

0 commit comments

Comments
 (0)