[PR #431] [MERGED] fix(deps): bump chart.js from 4.4.1 to 4.4.2 in /web #448

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • ba519db fix(deps): bump chart.js from 4.4.1 to 4.4.2 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.1 to 4.4.2.

Release notes

Sourced from chart.js's releases.

v4.4.2

Essential Links

Bugs Fixed

  • #11685 addListener and removeListener should be only invoked on truthy values
  • #11682 fix #11503, autoskipping 0 tick when min is below 0
  • #11616 fix(#11615): fix calculating caretX position on stacked bar with index interaction.

Types

  • #11662 bugfix #10896 - Changed 'r' to optional for BubbleChart

Documentation

  • #11674 docs(types): fix description in index.d.ts
  • #11614 Add extra calrification for html legend

Development

  • #11689 Bump to 4.4.2
  • #11664 Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • #11657 Bump release-drafter/release-drafter from 5 to 6
  • #11650 Bump dorny/paths-filter from 2 to 3
  • #11636 Bump socket.io-parser from 4.2.2 to 4.2.4
  • #11635 Bump follow-redirects from 1.15.2 to 1.15.4
  • #11633 Update pnpm lockfile

Thanks to @​DAcodedBEAT, @​LeeLenaleee, @​Megaemce, @​dependabot, @​dependabot[bot], @​mirumirumi, @​smoonsf and @​waszkiewiczja

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/431 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/chart.js-4.4.2` --- ### 📝 Commits (1) - [`ba519db`](https://github.com/NdoleStudio/httpsms/commit/ba519db0672a9a7ee613d2c1a806370189027723) fix(deps): bump chart.js from 4.4.1 to 4.4.2 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.1 to 4.4.2. <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.2</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.2/migration/v4-migration.html">Migration guide</a></li> <li><a href="https://www.chartjs.org/docs/4.4.2/">Docs</a></li> <li><a href="https://www.chartjs.org/docs/4.4.2/api/">API</a></li> <li><a href="https://www.chartjs.org/docs/4.4.2/samples/">Samples</a></li> </ul> <h2>Bugs Fixed</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11685">#11685</a> addListener and removeListener should be only invoked on truthy values</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11682">#11682</a> fix #<!-- raw HTML omitted -->11503, autoskipping 0 tick when min is below 0</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11616">#11616</a> fix(#<!-- raw HTML omitted -->11615): fix calculating caretX position on stacked bar with index interaction.</li> </ul> <h2>Types</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11662">#11662</a> bugfix #<!-- raw HTML omitted -->10896 - Changed 'r' to optional for BubbleChart</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11674">#11674</a> docs(types): fix description in index.d.ts</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11614">#11614</a> Add extra calrification for html legend</li> </ul> <h2>Development</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11689">#11689</a> Bump to 4.4.2</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11664">#11664</a> Bump pnpm/action-setup from 2.4.0 to 3.0.0</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11657">#11657</a> Bump release-drafter/release-drafter from 5 to 6</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11650">#11650</a> Bump dorny/paths-filter from 2 to 3</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11636">#11636</a> Bump socket.io-parser from 4.2.2 to 4.2.4</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11635">#11635</a> Bump follow-redirects from 1.15.2 to 1.15.4</li> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/11633">#11633</a> Update pnpm lockfile</li> </ul> <p>Thanks to <a href="https://github.com/DAcodedBEAT"><code>@​DAcodedBEAT</code></a>, <a href="https://github.com/LeeLenaleee"><code>@​LeeLenaleee</code></a>, <a href="https://github.com/Megaemce"><code>@​Megaemce</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/mirumirumi"><code>@​mirumirumi</code></a>, <a href="https://github.com/smoonsf"><code>@​smoonsf</code></a> and <a href="https://github.com/waszkiewiczja"><code>@​waszkiewiczja</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chartjs/Chart.js/commit/7736ea32da0a93f89d20d59861dd8821a2802447"><code>7736ea3</code></a> Bump to 4.4.2 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11689">#11689</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/bbdaa6a14b5b0e9dcce59396f53a2dd51883727d"><code>bbdaa6a</code></a> addListener and removeListener are only invoked on defined (and valid) values...</li> <li><a href="https://github.com/chartjs/Chart.js/commit/4068bd8c47497c3e05688d0c939b711e8c5e1c33"><code>4068bd8</code></a> fix <a href="https://redirect.github.com/chartjs/Chart.js/issues/11503">#11503</a>, autoskipping 0 ticks when min is below 0 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11682">#11682</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/ef5e4d4692a3e7fc3d24b6e780f18652287907ca"><code>ef5e4d4</code></a> docs(types): fix description in index.d.ts (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11674">#11674</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/bfce645fd35a14c83e55d7545e4e486ad156b3db"><code>bfce645</code></a> Bump pnpm/action-setup from 2.4.0 to 3.0.0 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11664">#11664</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/caa56ce87dd56c8f11e708e60964f60f10803adc"><code>caa56ce</code></a> changed r to optional in BubbleDataPoint (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11662">#11662</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/aca90172f4d0943ab35bbea5235db254c1b5c971"><code>aca9017</code></a> Bump release-drafter/release-drafter from 5 to 6 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11657">#11657</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/df7f1c284bd70b06ec6fd05b3bffbb654866eee3"><code>df7f1c2</code></a> Bump dorny/paths-filter from 2 to 3 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11650">#11650</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/767d64e7a90dbfe94f9c5d159a890054818c1680"><code>767d64e</code></a> Bump socket.io-parser from 4.2.2 to 4.2.4 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11636">#11636</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/fcdecf1720f37d0a44d15faf59a84c50a3ec6eed"><code>fcdecf1</code></a> Bump follow-redirects from 1.15.2 to 1.15.4 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/11635">#11635</a>)</li> <li>Additional commits viewable in <a href="https://github.com/chartjs/Chart.js/compare/v4.4.1...v4.4.2">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.1&new-version=4.4.2)](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:26 +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#448
No description provided.