[PR #488] [MERGED] Bump svgo from 1.0.5 to 1.1.0 #822

Closed
opened 2026-03-03 14:40:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/488
Author: @dependabot-preview[bot]
Created: 9/17/2018
Status: Merged
Merged: 9/17/2018
Merged by: @lipis

Base: masterHead: dependabot/npm_and_yarn/svgo-1.1.0


📝 Commits (4)

  • 16c1d90 Bump svgo from 1.0.5 to 1.1.0
  • 58b5f02 Merge branch 'master' of github.com:lipis/flag-icon-css into dependabot/npm_and_yarn/svgo-1.1.0
  • c8cbba9 Run svgo
  • 3a21eed Run svgo

📊 Changes

514 files changed (+2106 additions, -2117 deletions)

View changed files

📝 flags/1x1/ad.svg (+26 -26)
📝 flags/1x1/ae.svg (+1 -1)
📝 flags/1x1/af.svg (+10 -10)
📝 flags/1x1/ag.svg (+1 -1)
📝 flags/1x1/ai.svg (+2 -2)
📝 flags/1x1/al.svg (+2 -2)
📝 flags/1x1/am.svg (+1 -1)
📝 flags/1x1/ao.svg (+2 -2)
📝 flags/1x1/aq.svg (+1 -1)
📝 flags/1x1/ar.svg (+1 -1)
📝 flags/1x1/as.svg (+3 -3)
📝 flags/1x1/at.svg (+1 -1)
📝 flags/1x1/au.svg (+1 -1)
📝 flags/1x1/aw.svg (+2 -2)
📝 flags/1x1/ax.svg (+1 -1)
📝 flags/1x1/az.svg (+1 -1)
📝 flags/1x1/ba.svg (+2 -2)
📝 flags/1x1/bb.svg (+1 -1)
📝 flags/1x1/bd.svg (+1 -1)
📝 flags/1x1/be.svg (+1 -1)

...and 80 more files

📄 Description

Bumps svgo from 1.0.5 to 1.1.0.

Release notes

Sourced from svgo's releases.

1.1.0 / 16.09.2018

  • Fixed collapseGroups plugin removing property with a child having inherit value.
  • version attribute value is not more being rounded.
  • Fixed jsAPI clone method with respect to the introduced CSS classes.
  • Fixed scaling strokes with vector-effect="non-scaling-stroke" (by alexjlockwood).
  • Fixed passing properties from groups in collapseGroups plugin if child have a filter (by stristr).
  • Fixed arc path commands parsing without separators after flags, effectively producing a JS error.
  • Fixed viewBox separators parsing.
  • Fixed removeNonInheritableGroupAttrs plugin to work as intended.
  • Fixed removing path segments without length in presence of stroke-linecap.
  • Fixed removeUnknownsAndDefaults plugin removing attributes from elements with id.
  • Fixed converting to large arcs from nearly straight lines curves.
  • Fixed collapseGroups plugin affecting <switch> and its subgroups.
  • Fixed convertTransform plugin converting to rotate() with wrong sign in some case.
  • Fixed cleanupListOfValues plugin not preserving non-numeric values.
  • Fixed !important being passed to attributes in convertStyleToAttrs plugin.
  • Added option keepImportant to convertStyleToAttrs plugin to preserve styles with !important.
  • removeHiddenElems plugin now also removes elements with visibility="hidden" attribute (by mikolaj92).
  • Added forceAbsolutePath option to convertPathData plugin to always use absolute coordinates (by cool).
  • Added keepRoleAttr for removeUnknownsAndDefaults plugin to preserve role- attributes (by himedlooff).
  • Added xmlns order option in sortAttrs plugin (by hellatan).
  • Added an option to prefixIds plugin to pass prefix as false or as a function that returns false (by vzaidman).
  • prefixIds plugin now adds prefix to every class (by vzaidman).
  • Updated and improved docs a bit (multiple authors).
Changelog

Sourced from svgo's changelog.

[ > ] 1.1.0 / 16.09.2018

  • Fixed collapseGroups plugin removing property with a child having inherit value.
  • version attribute value is not more being rounded.
  • Fixed jsAPI clone method with respect to the introduced CSS classes.
  • Fixed scaling strokes with vector-effect="non-scaling-stroke" (by alexjlockwood).
  • Fixed passing properties from groups in collapseGroups plugin if child have a filter (by stristr).
  • Fixed arc path commands parsing without separators after flags, effectively producing a JS error.
  • Fixed viewBox separators parsing.
  • Fixed removeNonInheritableGroupAttrs plugin to work as intended.
  • Fixed removing path segments without length in presence of stroke-linecap.
  • Fixed removeUnknownsAndDefaults plugin removing attributes from elements with id.
  • Fixed converting to large arcs from nearly straight lines curves.
  • Fixed collapseGroups plugin affecting <switch> and its subgroups.
  • Fixed convertTransform plugin converting to rotate() with wrong sign in some case.
  • Fixed cleanupListOfValues plugin not preserving non-numeric values.
  • Fixed !important being passed to attributes in convertStyleToAttrs plugin.
  • Added option keepImportant to convertStyleToAttrs plugin to preserve styles with !important.
  • removeHiddenElems plugin now also removes elements with visibility="hidden" attribute (by mikolaj92).
  • Added forceAbsolutePath option to convertPathData plugin to always use absolute coordinates (by cool).
  • Added keepRoleAttr for removeUnknownsAndDefaults plugin to preserve role- attributes (by himedlooff).
  • Added xmlns order option in sortAttrs plugin (by hellatan).
  • Added an option to prefixIds plugin to pass prefix as false or as a function that returns false (by vzaidman).
  • prefixIds plugin now adds prefix to every class (by vzaidman).
  • Updated and improved docs a bit (multiple authors).
Commits
  • e7bdce6 v1.1.0
  • 37d4ca8 Fix cleanupListOfValues to preserve non-numeric values
  • eeeb67d Fix convertTransform wrong rotate sign
  • 7a07b84 Fix collapseGroups plugin affecting switch and subgroups
  • 5800635 Fix converting to large arcs from nearly straight lines curves
  • a4fb3a4 Prevent removeUnknownsAndDefaults removing attributes from elements with id
  • 831f95f Fix empty path segments removing with stroke-linecap
  • a165206 Update presentation attribute collection for removeNonInheritableGroupAttrs p...
  • 36db31a Fix removeNonInheritableGroupAttrs not working as intended
  • f3bcbcc Fix viewBox value parsing
  • 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/488 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/17/2018 **Status:** ✅ Merged **Merged:** 9/17/2018 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/svgo-1.1.0` --- ### 📝 Commits (4) - [`16c1d90`](https://github.com/lipis/flag-icons/commit/16c1d909e45ada6b9e5c8b7420637503f41163af) Bump svgo from 1.0.5 to 1.1.0 - [`58b5f02`](https://github.com/lipis/flag-icons/commit/58b5f02dd2f2f16ad3caf33846d74fae748911d5) Merge branch 'master' of github.com:lipis/flag-icon-css into dependabot/npm_and_yarn/svgo-1.1.0 - [`c8cbba9`](https://github.com/lipis/flag-icons/commit/c8cbba9b3b74a852e21da84bdacc7ea5cbd823e1) Run svgo - [`3a21eed`](https://github.com/lipis/flag-icons/commit/3a21eed733d7c56b0a80baa11524b4aa8510179b) Run svgo ### 📊 Changes **514 files changed** (+2106 additions, -2117 deletions) <details> <summary>View changed files</summary> 📝 `flags/1x1/ad.svg` (+26 -26) 📝 `flags/1x1/ae.svg` (+1 -1) 📝 `flags/1x1/af.svg` (+10 -10) 📝 `flags/1x1/ag.svg` (+1 -1) 📝 `flags/1x1/ai.svg` (+2 -2) 📝 `flags/1x1/al.svg` (+2 -2) 📝 `flags/1x1/am.svg` (+1 -1) 📝 `flags/1x1/ao.svg` (+2 -2) 📝 `flags/1x1/aq.svg` (+1 -1) 📝 `flags/1x1/ar.svg` (+1 -1) 📝 `flags/1x1/as.svg` (+3 -3) 📝 `flags/1x1/at.svg` (+1 -1) 📝 `flags/1x1/au.svg` (+1 -1) 📝 `flags/1x1/aw.svg` (+2 -2) 📝 `flags/1x1/ax.svg` (+1 -1) 📝 `flags/1x1/az.svg` (+1 -1) 📝 `flags/1x1/ba.svg` (+2 -2) 📝 `flags/1x1/bb.svg` (+1 -1) 📝 `flags/1x1/bd.svg` (+1 -1) 📝 `flags/1x1/be.svg` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Bumps [svgo](https://github.com/svg/svgo) from 1.0.5 to 1.1.0. <details> <summary>Release notes</summary> *Sourced from [svgo's releases](https://github.com/svg/svgo/releases).* > ## 1.1.0 / 16.09.2018 > * Fixed `collapseGroups` plugin removing property with a child having `inherit` value. > * `version` attribute value is not more being rounded. > * Fixed jsAPI `clone` method with respect to the introduced CSS classes. > * Fixed scaling strokes with `vector-effect="non-scaling-stroke"` (by [**alexjlockwood**](https://github.com/alexjlockwood)). > * Fixed passing properties from groups in `collapseGroups` plugin if child have a filter (by [**stristr**](https://github.com/stristr)). > * Fixed arc path commands parsing without separators after flags, effectively producing a JS error. > * Fixed `viewBox` separators parsing. > * Fixed `removeNonInheritableGroupAttrs` plugin to work as intended. > * Fixed removing path segments without length in presence of `stroke-linecap`. > * Fixed `removeUnknownsAndDefaults` plugin removing attributes from elements with `id`. > * Fixed converting to large arcs from nearly straight lines curves. > * Fixed `collapseGroups` plugin affecting `<switch>` and its subgroups. > * Fixed `convertTransform` plugin converting to `rotate()` with wrong sign in some case. > * Fixed `cleanupListOfValues` plugin not preserving non-numeric values. > * Fixed `!important` being passed to attributes in `convertStyleToAttrs` plugin. > * Added option `keepImportant` to `convertStyleToAttrs` plugin to preserve styles with `!important`. > * `removeHiddenElems` plugin now also removes elements with `visibility="hidden"` attribute (by [**mikolaj92**](https://github.com/mikolaj92)). > * Added `forceAbsolutePath` option to `convertPathData` plugin to always use absolute coordinates (by [**cool**](https://github.com/cool)). > * Added `keepRoleAttr` for `removeUnknownsAndDefaults` plugin to preserve `role-` attributes (by [**himedlooff**](https://github.com/himedlooff)). > * Added `xmlns` order option in `sortAttrs` plugin (by [**hellatan**](https://github.com/hellatan)). > * Added an option to `prefixIds` plugin to pass prefix as false or as a function that returns false (by [**vzaidman**](https://github.com/vzaidman)). > * `prefixIds` plugin now adds prefix to every class (by [**vzaidman**](https://github.com/vzaidman)). > * Updated and improved docs a bit (multiple authors). </details> <details> <summary>Changelog</summary> *Sourced from [svgo's changelog](https://github.com/svg/svgo/blob/master/CHANGELOG.md).* > ### [ [>](https://github.com/svg/svgo/tree/v1.1.0) ] 1.1.0 / 16.09.2018 > * Fixed `collapseGroups` plugin removing property with a child having `inherit` value. > * `version` attribute value is not more being rounded. > * Fixed jsAPI `clone` method with respect to the introduced CSS classes. > * Fixed scaling strokes with `vector-effect="non-scaling-stroke"` (by [**alexjlockwood**](https://github.com/alexjlockwood)). > * Fixed passing properties from groups in `collapseGroups` plugin if child have a filter (by [**stristr**](https://github.com/stristr)). > * Fixed arc path commands parsing without separators after flags, effectively producing a JS error. > * Fixed `viewBox` separators parsing. > * Fixed `removeNonInheritableGroupAttrs` plugin to work as intended. > * Fixed removing path segments without length in presence of `stroke-linecap`. > * Fixed `removeUnknownsAndDefaults` plugin removing attributes from elements with `id`. > * Fixed converting to large arcs from nearly straight lines curves. > * Fixed `collapseGroups` plugin affecting `<switch>` and its subgroups. > * Fixed `convertTransform` plugin converting to `rotate()` with wrong sign in some case. > * Fixed `cleanupListOfValues` plugin not preserving non-numeric values. > * Fixed `!important` being passed to attributes in `convertStyleToAttrs` plugin. > * Added option `keepImportant` to `convertStyleToAttrs` plugin to preserve styles with `!important`. > * `removeHiddenElems` plugin now also removes elements with `visibility="hidden"` attribute (by [**mikolaj92**](https://github.com/mikolaj92)). > * Added `forceAbsolutePath` option to `convertPathData` plugin to always use absolute coordinates (by [**cool**](https://github.com/cool)). > * Added `keepRoleAttr` for `removeUnknownsAndDefaults` plugin to preserve `role-` attributes (by [**himedlooff**](https://github.com/himedlooff)). > * Added `xmlns` order option in `sortAttrs` plugin (by [**hellatan**](https://github.com/hellatan)). > * Added an option to `prefixIds` plugin to pass prefix as false or as a function that returns false (by [**vzaidman**](https://github.com/vzaidman)). > * `prefixIds` plugin now adds prefix to every class (by [**vzaidman**](https://github.com/vzaidman)). > * Updated and improved docs a bit (multiple authors). </details> <details> <summary>Commits</summary> - [`e7bdce6`](https://github.com/svg/svgo/commit/e7bdce66ed1f47bed291ddda2ce9871eb78bd327) v1.1.0 - [`37d4ca8`](https://github.com/svg/svgo/commit/37d4ca88efa1c85b8761e63ad3ddaf207196a1ce) Fix cleanupListOfValues to preserve non-numeric values - [`eeeb67d`](https://github.com/svg/svgo/commit/eeeb67d5a8cc18168027064088312f25e8eac823) Fix convertTransform wrong rotate sign - [`7a07b84`](https://github.com/svg/svgo/commit/7a07b8436d14df671f4372317066904d5ade27aa) Fix collapseGroups plugin affecting switch and subgroups - [`5800635`](https://github.com/svg/svgo/commit/580063522638e9e301d32effa7035a577db96354) Fix converting to large arcs from nearly straight lines curves - [`a4fb3a4`](https://github.com/svg/svgo/commit/a4fb3a4a7e27c89a8947a14ebbb8ea683c18fd7a) Prevent removeUnknownsAndDefaults removing attributes from elements with id - [`831f95f`](https://github.com/svg/svgo/commit/831f95fccc93646b7157b4f8cf7328a291b08dc1) Fix empty path segments removing with stroke-linecap - [`a165206`](https://github.com/svg/svgo/commit/a165206632d322cf0dd03ef1fc8c4fe3cd2e658f) Update presentation attribute collection for removeNonInheritableGroupAttrs p... - [`36db31a`](https://github.com/svg/svgo/commit/36db31adcfb733f357dee2a882de16122c4aefe9) Fix removeNonInheritableGroupAttrs not working as intended - [`f3bcbcc`](https://github.com/svg/svgo/commit/f3bcbcc6a6c077af6763dd15762b34f881320af3) Fix viewBox value parsing - Additional commits viewable in [compare view](https://github.com/svg/svgo/compare/v1.0.5...v1.1.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.1.0)](https://dependabot.com/compatibility-score.html?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.1.0) 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`. --- <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 merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </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:40:55 +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#822
No description provided.