[PR #810] [MERGED] Bump svgo from 2.2.0 to 2.2.1 #1038

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

📋 Pull Request Information

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

Base: masterHead: dependabot/npm_and_yarn/svgo-2.2.1


📝 Commits (1)

  • 09557b4 Bump svgo from 2.2.0 to 2.2.1

📊 Changes

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

View changed files

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

📄 Description

Bumps svgo from 2.2.0 to 2.2.1.

Release notes

Sourced from svgo's releases.

v2.2.1

This is a big patch with new style computing (svg/svgo#1399) and landed to master regression tests

A lot of bugs are fixed

435 of 526 regression tests are passing

Thanks to @XhmikosR @sk- and @TrySound

Commits
  • aa803bc 2.2.1
  • 28c01cf Preverve viewBox in nested <svg>
  • a2b0e73 Preserve conditional processing attributes
  • d3e3726 Keep markers with display: none
  • 0e6b0c4 Allow empty pattern when any attribute is present
  • ba7e9bd Fix collapsing repeated with marker-mid in style rule
  • 21c04e4 Keep single point path for markers
  • de4fd79 Prevent merging path when marker-end style is specified
  • 555a961 Remove incorrect filter region assumption
  • c21fef5 Remove useless path commands considering static styles
  • 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/810 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/8/2021 **Status:** ✅ Merged **Merged:** 3/8/2021 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/svgo-2.2.1` --- ### 📝 Commits (1) - [`09557b4`](https://github.com/lipis/flag-icons/commit/09557b4ce1fd7166de6f1885819d23f377c74759) Bump svgo from 2.2.0 to 2.2.1 ### 📊 Changes **2 files changed** (+5 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -10) </details> ### 📄 Description Bumps [svgo](https://github.com/svg/svgo) from 2.2.0 to 2.2.1. <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.2.1</h2> <p>This is a big patch with new style computing (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1399">svg/svgo#1399</a>) and landed to master regression tests</p> <p>A lot of bugs are fixed</p> <ul> <li>fixed scientific notation parsing in paths (<a href="https://github.com/svg/svgo/commit/d6f972c970d3cdd68ccc740e1a610ff0b23fcd34">https://github.com/svg/svgo/commit/d6f972c970d3cdd68ccc740e1a610ff0b23fcd34</a>)</li> <li>forbade invalid <code>&lt;style&gt;</code> type attribute in inlineStyles plugin (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1400">svg/svgo#1400</a>)</li> <li>fixed <code>&lt;style&gt;</code> support in removeHiddenElems plugin (<a href="https://github-redirect.dependabot.com/svg/svgo/pull/1399">svg/svgo#1399</a>)</li> <li>fixed noSpaceAfterFlags option support (<a href="https://github.com/svg/svgo/commit/0e02fd9fdef0d031a8393a97af7207577cb86222">https://github.com/svg/svgo/commit/0e02fd9fdef0d031a8393a97af7207577cb86222</a>)</li> <li>fixed floatPrecision when extending default plugins (<a href="https://github.com/svg/svgo/commit/d58a7e6089ccf15ecc3928427d55e6b9601094af">https://github.com/svg/svgo/commit/d58a7e6089ccf15ecc3928427d55e6b9601094af</a>)</li> <li>fixed <code>&lt;style&gt;</code> support when removing useless path commands (<a href="https://github.com/svg/svgo/commit/c21fef54e1aede8cf9f4b4b73ab79d91b7907d2b">https://github.com/svg/svgo/commit/c21fef54e1aede8cf9f4b4b73ab79d91b7907d2b</a>)</li> <li>fixed <code>&lt;style&gt;</code> support when combining path commands (<a href="https://github.com/svg/svgo/commit/ba7e9bdc0d4ee677336f09b6fb24fd6cc866e97d">https://github.com/svg/svgo/commit/ba7e9bdc0d4ee677336f09b6fb24fd6cc866e97d</a>)</li> <li>prevent removing filter primitive defaults (<a href="https://github.com/svg/svgo/commit/555a9619dbc6273c665818a0ade27e5d4ab27a09">https://github.com/svg/svgo/commit/555a9619dbc6273c665818a0ade27e5d4ab27a09</a>)</li> <li>prevent merging paths with markers (<a href="https://github.com/svg/svgo/commit/de4fd79b5779a2e92f45dd06685cec5192067ecd">https://github.com/svg/svgo/commit/de4fd79b5779a2e92f45dd06685cec5192067ecd</a>)</li> <li>prevent removing single point paths with markers (<a href="https://github.com/svg/svgo/commit/21c04e4d8ae2765f3f00a87de7219d69c075bd22">https://github.com/svg/svgo/commit/21c04e4d8ae2765f3f00a87de7219d69c075bd22</a>)</li> <li>keep empty <code>&lt;pattern&gt;</code> when at least one argument is present (<a href="https://github.com/svg/svgo/commit/0e6b0c4a0182fb79775fb6af2f1df18c12f917d9">https://github.com/svg/svgo/commit/0e6b0c4a0182fb79775fb6af2f1df18c12f917d9</a>)</li> <li>keep <code>&lt;marker&gt;</code> with display none (<a href="https://github.com/svg/svgo/commit/d3e3726ac42bf623572ff06405e12f4ee72873dd">https://github.com/svg/svgo/commit/d3e3726ac42bf623572ff06405e12f4ee72873dd</a>)</li> <li>preserve empty conditional processing attributes (<a href="https://github.com/svg/svgo/commit/a2b0e737670a46955097a5b02fe3daa35c3f231b">https://github.com/svg/svgo/commit/a2b0e737670a46955097a5b02fe3daa35c3f231b</a>)</li> <li>preserve viewBox in nested <code>&lt;svg&gt;</code> (<a href="https://github.com/svg/svgo/commit/28c01cfe65cd87796fb061fe3ede7c6f59d0e1f6">https://github.com/svg/svgo/commit/28c01cfe65cd87796fb061fe3ede7c6f59d0e1f6</a>)</li> </ul> <p>435 of 526 regression tests are passing</p> <p>Thanks to <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> <a href="https://github.com/sk"><code>@sk</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/aa803bc88951d833767cf730bf652280dabaf912"><code>aa803bc</code></a> 2.2.1</li> <li><a href="https://github.com/svg/svgo/commit/28c01cfe65cd87796fb061fe3ede7c6f59d0e1f6"><code>28c01cf</code></a> Preverve viewBox in nested &lt;svg&gt;</li> <li><a href="https://github.com/svg/svgo/commit/a2b0e737670a46955097a5b02fe3daa35c3f231b"><code>a2b0e73</code></a> Preserve conditional processing attributes</li> <li><a href="https://github.com/svg/svgo/commit/d3e3726ac42bf623572ff06405e12f4ee72873dd"><code>d3e3726</code></a> Keep markers with display: none</li> <li><a href="https://github.com/svg/svgo/commit/0e6b0c4a0182fb79775fb6af2f1df18c12f917d9"><code>0e6b0c4</code></a> Allow empty pattern when any attribute is present</li> <li><a href="https://github.com/svg/svgo/commit/ba7e9bdc0d4ee677336f09b6fb24fd6cc866e97d"><code>ba7e9bd</code></a> Fix collapsing repeated with marker-mid in style rule</li> <li><a href="https://github.com/svg/svgo/commit/21c04e4d8ae2765f3f00a87de7219d69c075bd22"><code>21c04e4</code></a> Keep single point path for markers</li> <li><a href="https://github.com/svg/svgo/commit/de4fd79b5779a2e92f45dd06685cec5192067ecd"><code>de4fd79</code></a> Prevent merging path when marker-end style is specified</li> <li><a href="https://github.com/svg/svgo/commit/555a9619dbc6273c665818a0ade27e5d4ab27a09"><code>555a961</code></a> Remove incorrect filter region assumption</li> <li><a href="https://github.com/svg/svgo/commit/c21fef54e1aede8cf9f4b4b73ab79d91b7907d2b"><code>c21fef5</code></a> Remove useless path commands considering static styles</li> <li>Additional commits viewable in <a href="https://github.com/svg/svgo/compare/v2.2.0...v2.2.1">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.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score/?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=2.2.0&new-version=2.2.1) 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:52 +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#1038
No description provided.