[PR #503] [MERGED] fix(deps): bump chart.js from 4.4.3 to 4.4.4 in /web #512

Closed
opened 2026-03-03 16:38:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/503
Author: @dependabot[bot]
Created: 9/1/2024
Status: Merged
Merged: 9/2/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/chart.js-4.4.4


📝 Commits (1)

  • 077954e fix(deps): bump chart.js from 4.4.3 to 4.4.4 in /web

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 web/package.json (+1 -1)
📝 web/pnpm-lock.yaml (+11 -11)

📄 Description

Bumps chart.js from 4.4.3 to 4.4.4.

Release notes

Sourced from chart.js's releases.

v4.4.4

Essential Links

Bugs Fixed

  • #11873 Check if range method exists on element before executing it
  • #11863 Return false from the average tooltip positioner on no valid data
  • #11858 Bugfix/issue 11804 tooltip show for all invisible
  • #11851 fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion
  • #11844 fix issue #11717
  • #11788 Fix drawing angle lines on reversed radial scale

Types

  • #11867 fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
  • #11862 fix(types): add xCenter and yCenter properties to RadialLinearScale interface
  • #11817 Remove box padding from legend types
  • #11796 Add fit method to LegendElement interface
  • #11780 types: Allow passing undefined for chart options

Documentation

  • #11871 Add radial linear scale to docs section of samples
  • #11823 Update OffscreenCanvas documentation, as it is widely available now
  • #11781 Fix some typos

Development

  • #11874 Bump package version to 4.4.4

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

Commits
  • dd554e0 Bump package version to 4.4.4 (#11874)
  • 2fa7241 Check if range method exists on element before executing it (#11873)
  • a1f7355 Add radial linear scale to docs section of samples (#11871)
  • 3dac05e Return false from the average tooltip positioner on no valid data (#11863)
  • b51b57a fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface (#11867)
  • 74122c1 fix(types): add xCenter and yCenter properties to RadialLinearScale interface...
  • b9c0141 Bugfix/issue 11804 tooltip show for all invisible (#11858)
  • f3f84fd fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursio...
  • 147ee59 fix issue #11717 (#11844)
  • 0ca1b6e Update OffscreenCanvas documentation, as it is widely available now (#11823)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/503 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ✅ Merged **Merged:** 9/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/chart.js-4.4.4` --- ### 📝 Commits (1) - [`077954e`](https://github.com/NdoleStudio/httpsms/commit/077954e4d4b3cea851c9283e2c05b9dba96a7b6d) fix(deps): bump chart.js from 4.4.3 to 4.4.4 in /web ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+11 -11) </details> ### 📄 Description 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&lt;unknown[]&gt; 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&lt;unknown[]&gt; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chart.js&package-manager=npm_and_yarn&previous-version=4.4.3&new-version=4.4.4)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#512
No description provided.