[PR #1192] [MERGED] Bump svgo from 3.0.5 to 3.1.0 #1259

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1192
Author: @dependabot[bot]
Created: 12/11/2023
Status: Merged
Merged: 12/11/2023
Merged by: @lipis

Base: mainHead: dependabot/npm_and_yarn/svgo-3.1.0


📝 Commits (1)

  • ff2bb1c Bump svgo from 3.0.5 to 3.1.0

📊 Changes

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

View changed files

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

📄 Description

Bumps svgo from 3.0.5 to 3.1.0.

Release notes

Sourced from svgo's releases.

v3.1.0

What's Changed

Bug Fixes

SVG Optimization

Metrics

Before and after using vectors from various sources, with the default preset of each respective version:

SVG Original v3.0.5 v3.1.0 Delta
Arch Linux Logo 9.529 KiB 4.608 KiB 4.162 KiB ⬇️ 0.446 KiB
Blobs 50.45 KiB 42.949 KiB 42.949 KiB
Isometric Madness 869.034 KiB 550.153 KiB 550.153 KiB
tldr-pages Banner 2.071 KiB 1.07 KiB 1.07 KiB
Wikipedia Logo 161.551 KiB 117.146 KiB 116 KiB ⬇️ 1.146 KiB

Before and after of the browser bundle of each respective version:

v3.0.5 v3.1.0 Delta
svgo.browser.js 657.5 kB 660.9 kB ⬆️ 3.4 kB
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/lipis/flag-icons/pull/1192 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/svgo-3.1.0` --- ### 📝 Commits (1) - [`ff2bb1c`](https://github.com/lipis/flag-icons/commit/ff2bb1c8ecac5e08c4229a91a198501bce6e29ca) Bump svgo from 3.0.5 to 3.1.0 ### 📊 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 3.0.5 to 3.1.0. <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>v3.1.0</h2> <h2>What's Changed</h2> <h3>Bug Fixes</h3> <ul> <li><a href="https://svgo.dev/docs/plugins/prefix-ids/"><strong>Prefix IDs</strong></a>, correctly prefix IDs when <code>&lt;style&gt;</code> tag contains XML comments. By <a href="https://github.com/john-neptune"><code>@​john-neptune</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1736">svg/svgo#1736</a></li> <li><a href="https://svgo.dev/docs/plugins/remove-hidden-elems/"><strong>Remove Hidden Elements</strong></a>, improve handling of definitions (<code>&lt;defs&gt;</code>), namely when <code>&lt;defs&gt;</code> are defined at the end of the document. By <a href="https://github.com/KTibow"><code>@​KTibow</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1879">svg/svgo#1879</a></li> <li><a href="https://svgo.dev/docs/plugins/cleanup-enable-background/"><strong>Cleanup Enable Background</strong></a>, clean up inline-styles too. By <a href="https://github.com/SethFalco"><code>@​SethFalco</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1866">svg/svgo#1866</a></li> <li><a href="https://svgo.dev/docs/plugins/cleanup-ids/"><strong>Cleanup IDs</strong></a>, handle URI encoded references properly. By <a href="https://github.com/SethFalco"><code>@​SethFalco</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1880">svg/svgo#1880</a></li> <li><a href="https://svgo.dev/docs/plugins/inline-styles/"><strong>Inline Styles</strong></a>, no longer crashes on non-inlined selectors with a pseudo-class. By <a href="https://github.com/SethFalco"><code>@​SethFalco</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1865">svg/svgo#1865</a></li> <li>Improve handling of URL references in reference attributes (<code>url('#a')</code>) across various plugins. By <a href="https://github.com/SethFalco"><code>@​SethFalco</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1881">svg/svgo#1881</a></li> </ul> <h3>SVG Optimization</h3> <ul> <li><a href="https://svgo.dev/docs/plugins/remove-unknowns-and-defaults/"><strong>Remove Unknowns and Defaults</strong></a>, now removes defaults in XML declarations too, enabled by default and can be toggled with <code>defaultMarkupDeclarations</code>. By <a href="https://github.com/SethFalco"><code>@​SethFalco</code></a> in <a href="https://redirect.github.com/svg/svgo/pull/1872">svg/svgo#1872</a></li> </ul> <h2>Metrics</h2> <p>Before and after using vectors from various sources, with the default preset of each respective version:</p> <table> <thead> <tr> <th>SVG</th> <th>Original</th> <th>v3.0.5</th> <th>v3.1.0</th> <th>Delta</th> </tr> </thead> <tbody> <tr> <td><a href="https://archlinux.org/art/">Arch Linux Logo</a></td> <td>9.529 KiB</td> <td>4.608 KiB</td> <td>4.162 KiB</td> <td>⬇️ 0.446 KiB</td> </tr> <tr> <td><a href="https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/blob/main/backgrounds/blobs-d.svg">Blobs</a></td> <td>50.45 KiB</td> <td>42.949 KiB</td> <td>42.949 KiB</td> <td></td> </tr> <tr> <td><a href="https://inkscape.org/~Denis_Kuznetsky/%E2%98%85isometric-madness">Isometric Madness</a></td> <td>869.034 KiB</td> <td>550.153 KiB</td> <td>550.153 KiB</td> <td></td> </tr> <tr> <td><a href="https://github.com/tldr-pages/tldr/blob/main/images/banner.svg">tldr-pages Banner</a></td> <td>2.071 KiB</td> <td>1.07 KiB</td> <td>1.07 KiB</td> <td></td> </tr> <tr> <td><a href="https://en.wikipedia.org/wiki/File:Wikipedia-logo-v2.svg">Wikipedia Logo</a></td> <td>161.551 KiB</td> <td>117.146 KiB</td> <td>116 KiB</td> <td>⬇️ 1.146 KiB</td> </tr> </tbody> </table> <p>Before and after of the browser bundle of each respective version:</p> <table> <thead> <tr> <th></th> <th>v3.0.5</th> <th>v3.1.0</th> <th>Delta</th> </tr> </thead> <tbody> <tr> <td>svgo.browser.js</td> <td>657.5 kB</td> <td>660.9 kB</td> <td>⬆️ 3.4 kB</td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/svg/svgo/commit/d17b001cbddf22ead8feeb4943163aa89beb323a"><code>d17b001</code></a> chore: increment version (<a href="https://redirect.github.com/svg/svgo/issues/1884">#1884</a>)</li> <li><a href="https://github.com/svg/svgo/commit/e6deecac90fa99dadb4167475c64b785410aaf37"><code>e6deeca</code></a> fix: improve handling of url references in reference attributes (<a href="https://redirect.github.com/svg/svgo/issues/1881">#1881</a>)</li> <li><a href="https://github.com/svg/svgo/commit/c172c9e6d6ac049faca28c1ffbc41af3670afb59"><code>c172c9e</code></a> fix(cleanupIds): handle uri encoded references (<a href="https://redirect.github.com/svg/svgo/issues/1880">#1880</a>)</li> <li><a href="https://github.com/svg/svgo/commit/6a814cd2e75809ab307e87cb32941351cd179a7a"><code>6a814cd</code></a> fix(prefixIds): update all nodes in style tags (<a href="https://redirect.github.com/svg/svgo/issues/1736">#1736</a>)</li> <li><a href="https://github.com/svg/svgo/commit/2d9e101ded04beb96b60dafd7abd3636d9b70fb6"><code>2d9e101</code></a> fix(removeHiddenElems): handle defs better (<a href="https://redirect.github.com/svg/svgo/issues/1879">#1879</a>)</li> <li><a href="https://github.com/svg/svgo/commit/3dc2f6fef7f67596eab64b0a98cfa68872e5609c"><code>3dc2f6f</code></a> chore: Update CI versions (<a href="https://redirect.github.com/svg/svgo/issues/1875">#1875</a>)</li> <li><a href="https://github.com/svg/svgo/commit/74f8bd7af0a496fc0b1322dd81ae4e1b96d4b5aa"><code>74f8bd7</code></a> chore: fix typo (<a href="https://redirect.github.com/svg/svgo/issues/1874">#1874</a>)</li> <li><a href="https://github.com/svg/svgo/commit/8390add9abc422c44c582ec1f26aef681f168a21"><code>8390add</code></a> feat(removeUnknownAndDefaults): apply to xml declarations (<a href="https://redirect.github.com/svg/svgo/issues/1872">#1872</a>)</li> <li><a href="https://github.com/svg/svgo/commit/d6ff70baf96bd0c7801b809aeaef6764ff2b6b73"><code>d6ff70b</code></a> chore: fix several typos (<a href="https://redirect.github.com/svg/svgo/issues/1868">#1868</a>)</li> <li><a href="https://github.com/svg/svgo/commit/a663d8d683cc2f45d9054a9690e269731f7d5e70"><code>a663d8d</code></a> fix(cleanupEnableBackground): clean up inline styles too (<a href="https://redirect.github.com/svg/svgo/issues/1866">#1866</a>)</li> <li>Additional commits viewable in <a href="https://github.com/svg/svgo/compare/v3.0.5...v3.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=3.0.5&new-version=3.1.0)](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 14:42: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#1259
No description provided.