-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit ca3e7d3
authored
Upgrade: Bump chart.js from 4.4.3 to 4.4.4 (#4788)
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.3 to
4.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chartjs/Chart.js/releases">chart.js's
releases</a>.</em></p>
<blockquote>
<h2>v4.4.4</h2>
<h1>Essential Links</h1>
<ul>
<li><a href="https://www.npmjs.com/package/chart.js">npm</a></li>
<li><a
href="https://www.chartjs.org/docs/4.4.4/migration/v4-migration.html">Migration
guide</a></li>
<li><a href="https://www.chartjs.org/docs/4.4.4/">Docs</a></li>
<li><a href="https://www.chartjs.org/docs/4.4.4/api/">API</a></li>
<li><a
href="https://www.chartjs.org/docs/4.4.4/samples/">Samples</a></li>
</ul>
<h2>Bugs Fixed</h2>
<ul>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11873">#11873</a>
Check if range method exists on element before executing it</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11863">#11863</a>
Return false from the average tooltip positioner on no valid data</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11858">#11858</a>
Bugfix/issue 11804 tooltip show for all invisible</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11851">#11851</a>
fix: Unset _resizeBeforeDraw before _resize() call to avoid possible
recursion</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11844">#11844</a>
fix issue #<!-- raw HTML omitted -->11717</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11788">#11788</a>
Fix drawing angle lines on reversed radial scale</li>
</ul>
<h2>Types</h2>
<ul>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11867">#11867</a>
fix(types): exclude DeepPartial<unknown[]> from ChartOptions
interface</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11862">#11862</a>
fix(types): add xCenter and yCenter properties to RadialLinearScale
interface</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11817">#11817</a>
Remove box padding from legend types</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11796">#11796</a>
Add fit method to LegendElement interface</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11780">#11780</a>
types: Allow passing undefined for chart options</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11871">#11871</a>
Add radial linear scale to docs section of samples</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11823">#11823</a>
Update OffscreenCanvas documentation, as it is widely available now</li>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11781">#11781</a>
Fix some typos</li>
</ul>
<h2>Development</h2>
<ul>
<li><a
href="https://redirect.github.com/chartjs/Chart.js/issues/11874">#11874</a>
Bump package version to 4.4.4</li>
</ul>
<p>Thanks to <a
href="https://github.com/CatchABus"><code>@CatchABus</code></a>, <a
href="https://github.com/LeeLenaleee"><code>@LeeLenaleee</code></a>, <a
href="https://github.com/MichelHMachado"><code>@MichelHMachado</code></a>,
<a href="https://github.com/artus9033"><code>@artus9033</code></a>, <a
href="https://github.com/huqingkun"><code>@huqingkun</code></a>, <a
href="https://github.com/jdufresne"><code>@jdufresne</code></a> and <a
href="https://github.com/joliss"><code>@joliss</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chartjs/Chart.js/commit/dd554e0d87fc525c2a4efcecead9cc3c280936f4"><code>dd554e0</code></a>
Bump package version to 4.4.4 (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11874">#11874</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/2fa724110a25877dff97c8fd5a45c36d5e388b48"><code>2fa7241</code></a>
Check if range method exists on element before executing it (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11873">#11873</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/a1f7355ab827fe716fddeb07b595aed13c1031e5"><code>a1f7355</code></a>
Add radial linear scale to docs section of samples (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11871">#11871</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/3dac05ed004d1b65037bfa80627cc1a0bbc4b41f"><code>3dac05e</code></a>
Return false from the average tooltip positioner on no valid data (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11863">#11863</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/b51b57aca4182e8afbfe988a2bd8eb3abf2c895e"><code>b51b57a</code></a>
fix(types): exclude DeepPartial<unknown[]> from ChartOptions
interface (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11867">#11867</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/74122c1b0febe44f1596b42ee1b4e80e38b6869a"><code>74122c1</code></a>
fix(types): add xCenter and yCenter properties to RadialLinearScale
interface...</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/b9c01414bac867310d192da676c78e8e269f7d8b"><code>b9c0141</code></a>
Bugfix/issue 11804 tooltip show for all invisible (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11858">#11858</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/f3f84fd624e9e7e750c15db0508b573bd09e8563"><code>f3f84fd</code></a>
fix: Unset _resizeBeforeDraw before _resize() call to avoid possible
recursio...</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/147ee593babba3b22d60f79b59180e69edba8e0c"><code>147ee59</code></a>
fix issue <a
href="https://redirect.github.com/chartjs/Chart.js/issues/11717">#11717</a>
(<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11844">#11844</a>)</li>
<li><a
href="https://github.com/chartjs/Chart.js/commit/0ca1b6ef85b4668f28681f1114cc5527360e2ec9"><code>0ca1b6e</code></a>
Update OffscreenCanvas documentation, as it is widely available now (<a
href="https://redirect.github.com/chartjs/Chart.js/issues/11823">#11823</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/chartjs/Chart.js/compare/v4.4.3...v4.4.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5778fc4 commit ca3e7d3Copy full SHA for ca3e7d3
2 files changed
+6
-6
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments