chore: bump chart.js from 4.4.1 to 4.4.2 #143

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-chart.js-4.4.2 into develop 2024-03-09 09:30:03 +00:00
martinr92 commented 2024-02-29 03:56:11 +00:00 (Migrated from gitlab.com)

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

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://github.com/chartjs/Chart.js/issues/11685">#11685</a> addListener and removeListener should be only invoked on truthy values</li> <li><a href="https://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://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://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://github.com/chartjs/Chart.js/issues/11674">#11674</a> docs(types): fix description in index.d.ts</li> <li><a href="https://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://github.com/chartjs/Chart.js/issues/11689">#11689</a> Bump to 4.4.2</li> <li><a href="https://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://github.com/chartjs/Chart.js/issues/11657">#11657</a> Bump release-drafter/release-drafter from 5 to 6</li> <li><a href="https://github.com/chartjs/Chart.js/issues/11650">#11650</a> Bump dorny/paths-filter from 2 to 3</li> <li><a href="https://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://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://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://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://github.com/chartjs/Chart.js/issues/11503">#11503</a>, autoskipping 0 ticks when min is below 0 (<a href="https://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://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://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://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://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://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://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://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 />
martinr92 commented 2024-02-29 03:56:12 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-02-29 04:01:17 +00:00 (Migrated from gitlab.com)

SonarCloud Code Analysis

Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

## SonarCloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=119&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=119&metric=new_accepted_issues&view=list) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=119&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data.svg '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=119&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=119)
martinr92 (Migrated from gitlab.com) merged commit into develop 2024-03-09 09:30:03 +00:00
martinr92 commented 2024-03-10 17:12:46 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.4.4-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.4.4-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.4.4-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2024-03-17 12:53:24 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.4.4 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.4.4 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.4.4). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.