Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump @amcharts/amcharts4 from 4.10.19 to 4.10.21 (#572)
Browse files Browse the repository at this point in the history
Bumps [@amcharts/amcharts4](https://github.com/amcharts/amcharts4) from 4.10.19 to 4.10.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/amcharts/amcharts4/releases"><code>@​amcharts/amcharts4</code>'s releases</a>.</em></p>
<blockquote>
<h2>4.10.21</h2>
<h2>[4.10.21] - 2021-08-08</h2>
<h3>Added</h3>
<ul>
<li>Export: new setting in CSV options: <code>addBOM</code> (default <code>true</code>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>userClassName</code> now supports multiple class names separated by space.</li>
<li>Exporting CSV will now have add BOM code to exported file.</li>
<li>Upgrading to <code>pdfmake 0.2.2</code> to work around security issues in older version.</li>
<li>Upgrading to <code>xlsx 0.17.0</code> to work around security issues in older version.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>In some cases axis labels could be hidden across multiple data updates.</li>
<li>Fixed issue with stacked/clustered negative values.</li>
<li><code>MapChart</code> now respects <code>home*</code> zoom/position with externally loaded geodata.</li>
<li>Sizing/positioning of 3D charts with titles fixed.</li>
<li>RangeSelector plugin: fixed zoom range resetting issues.</li>
<li>Issue with inverted radial axis fixed.</li>
<li>Axis with <code>snapToSeries</code> set was snapping to hidden series.</li>
<li>Using timezone was causing <code>DateAxis</code> tooltips to show incorrect time in some cases.</li>
<li>Issue with label text with a lot of in-line formatting not wrapping properly fixed.cd dis</li>
</ul>
<h2>4.10.20</h2>
<h2>[4.10.20] - 2021-06-17</h2>
<h3>Fixed</h3>
<ul>
<li>In-line formatting of labels was triggering errors on pages with strict CSP rules.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/amcharts/amcharts4/commit/d542633d312b57484b3a45237e7486c265b6fe9c"><code>d542633</code></a> Version 4.10.21</li>
<li><a href="https://github.com/amcharts/amcharts4/commit/d917386641ddcf317fac95415e7e901984de6c59"><code>d917386</code></a> Version 4.10.20</li>
<li>See full diff in <a href="https://github.com/amcharts/amcharts4/compare/4.10.19...4.10.21">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@amcharts/amcharts4&package-manager=npm_and_yarn&previous-version=4.10.19&new-version=4.10.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>
  • Loading branch information
dependabot[bot] authored Aug 9, 2021
1 parent 5f46060 commit 28a6d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


"@amcharts/amcharts4@^4.9.12":
version "4.10.19"
resolved "https://registry.yarnpkg.com/@amcharts/amcharts4/-/amcharts4-4.10.19.tgz#e47a63ba0fdbe00d27108af35e1d66db43bdbc02"
integrity sha512-O0SgjYkSzzrM+ZobE61BLIaoVbcUAQ0IuPuvXBHWdRTLhVnJDSsPIR6+dZZp5t2E7o4yKNRr5RzFiwDM+ASz9Q==
version "4.10.21"
resolved "https://registry.yarnpkg.com/@amcharts/amcharts4/-/amcharts4-4.10.21.tgz#1c32b7300fb97c1cb9a5ef65ca8012ca9d2e2da5"
integrity sha512-UD2FXYLwgRU7znERAH3ge3S5YKEA1Hs+HkqZHAsf1tLt3gUCS+sfY2aiL3bfJA0JHhUAPR0BsBmd3unxTgctvQ==
dependencies:
"@babel/runtime" "^7.6.3"
core-js "^3.0.0"
Expand Down

0 comments on commit 28a6d5d

Please sign in to comment.