[PR #803] [MERGED] Bump svgo from 2.0.1 to 2.0.3 #1032

Closed
opened 2026-03-03 14:41:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/803
Author: @dependabot-preview[bot]
Created: 2/22/2021
Status: Merged
Merged: 2/22/2021
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/svgo-2.0.3


📝 Commits (1)

  • 89ff500 Bump svgo from 2.0.1 to 2.0.3

📊 Changes

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

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps svgo from 2.0.1 to 2.0.3.

Release notes

Sourced from svgo's releases.

v2.0.3

Thanks to @ChrisRu @XhmikosR @yisibl @TrySound

v2.0.2

Thanks to @XhmikosR and @TrySound

Commits
  • 4ad91f2 2.0.3
  • c1edce4 Fix error message in addAttributesToSVGElement plugin
  • 8d7cfa0 After ‘arcto’ path command(a or A) flags, spaces are no longer removed by def...
  • 26f5e32 Switch to c8 for coverage (#1350)
  • 6c0f8c5 reusePaths: fix redundant variable assignment (#1349)
  • df14f37 test/coa/_index.js: Fix regex (#1347)
  • 1b2c262 CI: specify FORCE_COLOR: 2 (#1351)
  • d9f68d3 [removeElementsByAttr] fix removing elements when class is empty
  • 4490d62 Add mask-type to the list of <mask> attributes
  • 7f4e052 [convertEllipseToCircle] fix ellipse without radius
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/lipis/flag-icons/pull/803 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/22/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/svgo-2.0.3` --- ### 📝 Commits (1) - [`89ff500`](https://github.com/lipis/flag-icons/commit/89ff50061ecee7f4278c73adbd0ce739c37b66c0) Bump svgo from 2.0.1 to 2.0.3 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [svgo](https://github.com/svg/svgo) from 2.0.1 to 2.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/svg/svgo/releases">svgo's releases</a>.</em></p> <blockquote> <h2>v2.0.3</h2> <ul> <li>reduced browser build size 1450kB -&gt; 820kB (<a href="https://github.com/svg/svgo/commit/82778c872d9fb990c22c431b63843a5bd50175f7">https://github.com/svg/svgo/commit/82778c872d9fb990c22c431b63843a5bd50175f7</a>)</li> <li>fixed adding empty <code>&lt;defs&gt;</code> by reusePaths plugin (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1201">svg/svgo#1201</a>)</li> <li>fixed reporting parsing errors (<a href="https://github.com/svg/svgo/commit/ea82cc28807a1d77220b9c8bb94ad657f9285e31">https://github.com/svg/svgo/commit/ea82cc28807a1d77220b9c8bb94ad657f9285e31</a>)</li> <li>fixed convertEllipseToCircle plugin when <code>rx</code> or <code>ry</code> attributes are not specified (<a href="https://github.com/svg/svgo/commit/7f4e05297ade6747a2b6ca63109d75dc9c4ea3c0">https://github.com/svg/svgo/commit/7f4e05297ade6747a2b6ca63109d75dc9c4ea3c0</a>)</li> <li>fixed removing mask-type on <code>&lt;mask&gt;</code> (<a href="https://github.com/svg/svgo/commit/4490d62ee9f83febeb18f4a83a297c544459514a">https://github.com/svg/svgo/commit/4490d62ee9f83febeb18f4a83a297c544459514a</a>)</li> <li>fixed removing elements when class is empty in removeElementsByAttr plugin (<a href="https://github.com/svg/svgo/commit/d9f68d3be0958f5d0899ae0a361d5f3b1ce12b95">https://github.com/svg/svgo/commit/d9f68d3be0958f5d0899ae0a361d5f3b1ce12b95</a>)</li> <li>disable removing spaces in <code>&lt;path&gt;</code> by default to support many broken non-browser environments (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1353">svg/svgo#1353</a>)</li> <li>fixed error message in addAttributesToSVGElement plugin (<a href="https://github.com/svg/svgo/commit/c1edce4d2d9e64d026d9cb3de544181198cad5f3">https://github.com/svg/svgo/commit/c1edce4d2d9e64d026d9cb3de544181198cad5f3</a>)</li> </ul> <p>Thanks to <a href="https://github.com/ChrisRu"><code>@ChrisRu</code></a> <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> <a href="https://github.com/yisibl"><code>@yisibl</code></a> <a href="https://github.com/TrySound"><code>@TrySound</code></a></p> <h2>v2.0.2</h2> <ul> <li>added better docs (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1337">svg/svgo#1337</a>)</li> <li>removed unsafe usage of Buffer constructor (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1341">svg/svgo#1341</a>)</li> <li>fixed incorrect regexp in convertStyleToAttrs plugin (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1338">svg/svgo#1338</a>)</li> <li>fixed swallowing errors in config files (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1342">svg/svgo#1342</a>)</li> </ul> <p>Thanks to <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> and <a href="https://github.com/TrySound"><code>@TrySound</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svg/svgo/commit/4ad91f2323d3d290811fee79d86115bba2893a93"><code>4ad91f2</code></a> 2.0.3</li> <li><a href="https://github.com/svg/svgo/commit/c1edce4d2d9e64d026d9cb3de544181198cad5f3"><code>c1edce4</code></a> Fix error message in addAttributesToSVGElement plugin</li> <li><a href="https://github.com/svg/svgo/commit/8d7cfa02c79d5f686e7c350b4cfc6759bf7324c2"><code>8d7cfa0</code></a> After ‘arcto’ path command(a or A) flags, spaces are no longer removed by def...</li> <li><a href="https://github.com/svg/svgo/commit/26f5e323ddb0cb898886f5958066f1a375010f50"><code>26f5e32</code></a> Switch to c8 for coverage (<a href="https://github-redirect.dependabot.com/svg/svgo/issues/1350">#1350</a>)</li> <li><a href="https://github.com/svg/svgo/commit/6c0f8c5efb56936e25cd05bfb074631853e3f780"><code>6c0f8c5</code></a> reusePaths: fix redundant variable assignment (<a href="https://github-redirect.dependabot.com/svg/svgo/issues/1349">#1349</a>)</li> <li><a href="https://github.com/svg/svgo/commit/df14f37c4884df8a602f638e34e18760432d7028"><code>df14f37</code></a> test/coa/_index.js: Fix regex (<a href="https://github-redirect.dependabot.com/svg/svgo/issues/1347">#1347</a>)</li> <li><a href="https://github.com/svg/svgo/commit/1b2c2625e36aabe208a0998281cbda69c1955b88"><code>1b2c262</code></a> CI: specify <code>FORCE_COLOR: 2</code> (<a href="https://github-redirect.dependabot.com/svg/svgo/issues/1351">#1351</a>)</li> <li><a href="https://github.com/svg/svgo/commit/d9f68d3be0958f5d0899ae0a361d5f3b1ce12b95"><code>d9f68d3</code></a> [removeElementsByAttr] fix removing elements when class is empty</li> <li><a href="https://github.com/svg/svgo/commit/4490d62ee9f83febeb18f4a83a297c544459514a"><code>4490d62</code></a> Add mask-type to the list of &lt;mask&gt; attributes</li> <li><a href="https://github.com/svg/svgo/commit/7f4e05297ade6747a2b6ca63109d75dc9c4ea3c0"><code>7f4e052</code></a> [convertEllipseToCircle] fix ellipse without radius</li> <li>Additional commits viewable in <a href="https://github.com/svg/svgo/compare/v2.0.1...v2.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.3)](https://dependabot.com/compatibility-score/?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.3) 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) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:41:51 +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/flag-icons#1032
No description provided.