[PR #821] [MERGED] fix(deps): bump chart.js from 4.5.0 to 4.5.1 in /web #820

Closed
opened 2026-03-03 16:40:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 1578a55 fix(deps): bump chart.js from 4.5.0 to 4.5.1 in /web

📊 Changes

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

View changed files

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

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps chart.js from 4.5.0 to 4.5.1.

Release notes

Sourced from chart.js's releases.

v4.5.1

Essential Links

Bugs Fixed

  • #12098 Do not notify plugins after their uninstall function has been called
  • #12096 Sync Doughnut chart legend options to legend plugin
  • #12097 Attempt fixing charts shrinking on certain zoom values in Chrome

Types

  • #12122 fix(types): add drawingArea to RadialLinearScale
  • #12120 fix(types): allow null for line chart point values (#12027)
  • #12099 Add data.datasets[].tooltip.callbacks to Typescript types

Development

  • #12132 Bump version to 4.5.1
  • #12118 Bump actions/setup-node from 4 to 5

Thanks to @​LeeLenaleee, @​anshukushwaha07, @​bojidar-bg, @​dependabot[bot] and dependabot[bot]

Commits

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/821 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/chart.js-4.5.1` --- ### 📝 Commits (1) - [`1578a55`](https://github.com/NdoleStudio/httpsms/commit/1578a5544b986c764286cdb26018cbfe11269ba3) fix(deps): bump chart.js from 4.5.0 to 4.5.1 in /web ### 📊 Changes **2 files changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/pnpm-lock.yaml` (+12 -11) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.5.0 to 4.5.1. <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.5.1</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.5.1/migration/v4-migration.html">Migration guide</a></li> <li><a href="https://www.chartjs.org/docs/4.5.1/">Docs</a></li> <li><a href="https://www.chartjs.org/docs/4.5.1/api/">API</a></li> <li><a href="https://www.chartjs.org/docs/4.5.1/samples/information.html">Samples</a></li> </ul> <h2>Bugs Fixed</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12098">#12098</a> Do not notify plugins after their uninstall function has been called</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12096">#12096</a> Sync Doughnut chart legend options to legend plugin</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12097">#12097</a> Attempt fixing charts shrinking on certain zoom values in Chrome</li> </ul> <h2>Types</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12122">#12122</a> fix(types): add drawingArea to RadialLinearScale</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12120">#12120</a> fix(types): allow null for line chart point values (#<!-- raw HTML omitted -->12027)</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12099">#12099</a> Add data.datasets[].tooltip.callbacks to Typescript types</li> </ul> <h2>Development</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12132">#12132</a> Bump version to 4.5.1</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12118">#12118</a> Bump actions/setup-node from 4 to 5</li> </ul> <p>Thanks to <a href="https://github.com/LeeLenaleee"><code>@​LeeLenaleee</code></a>, <a href="https://github.com/anshukushwaha07"><code>@​anshukushwaha07</code></a>, <a href="https://github.com/bojidar-bg"><code>@​bojidar-bg</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] and <a href="https://github.com/apps/dependabot">dependabot[bot]</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chartjs/Chart.js/commit/9c5cf9fac7ec04a71b516e2aff3f7d76876be369"><code>9c5cf9f</code></a> Bump version to 4.5.1 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12132">#12132</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/e27526986d9951ca2fc9f8abf4108dff0db061a8"><code>e275269</code></a> fix(types): add drawingArea to RadialLinearScale (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12122">#12122</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/a5262b1b72b8f64c6804318ce439b2d920467f81"><code>a5262b1</code></a> fix(types): allow null for line chart point values (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12027">#12027</a>) (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12120">#12120</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/be2740b56535cb7f9fb6b8fcd319a7428c56db04"><code>be2740b</code></a> Bump actions/setup-node from 4 to 5 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12118">#12118</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/6372280085625b43ef34d7b70f3e86b063d22a10"><code>6372280</code></a> Do not notify plugins after their uninstall function has been called (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12098">#12098</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/4a62c17b1cebbd3190a6c76a5d4073e62cea88e7"><code>4a62c17</code></a> Add data.datasets[].tooltip.callbacks to Typescript types (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12099">#12099</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/beb77e475b41c726dacc0b4899640a237a409b29"><code>beb77e4</code></a> Sync Doughnut chart legend options to legend plugin (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12096">#12096</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/5feebdf7b7d9ccbade9bbbf736b8464c97ecbf06"><code>5feebdf</code></a> Fix charts shinking in size on certain Zoom values in Chrome (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12097">#12097</a>)</li> <li>See full diff in <a href="https://github.com/chartjs/Chart.js/compare/v4.5.0...v4.5.1">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.5.0&new-version=4.5.1)](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:40:17 +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#820
No description provided.