[PR #582] [MERGED] Bump svgo from 1.2.2 to 1.3.0 #878

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/582
Author: @dependabot-preview[bot]
Created: 7/15/2019
Status: Merged
Merged: 7/15/2019
Merged by: @dependabot-preview[bot]

Base: masterHead: dependabot/npm_and_yarn/svgo-1.3.0


📝 Commits (1)

  • 6833df9 Bump svgo from 1.2.2 to 1.3.0

📊 Changes

2 files changed (+20 additions, -21 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+19 -20)

📄 Description

Bumps svgo from 1.2.2 to 1.3.0.

Changelog

Sourced from svgo's changelog.

[ > ] 1.3.0 / 14.07.2019

  • Custom plugins now can be loaded from external js through path plugin param.
  • New plugin convertEllipseToCircle to convert ellipse with equal radius measures to circle (by @​tigt).
  • New plugin sortDefsChildren for improved compression (by @​davidleston).
  • SVGO now removes unnecessary spaces after arcto path command flags.
  • removeDimensions plugin now adds viewBox if it's missing (by @​adipascu).
  • Fixed removeUnusedNS not counting attributes in <svg> tag itself.
  • Fixed an issue with incorrect processing multiple images (by @​cyberalien).
  • Fixed an error with incorrect converting multiple segmented curve to an arc.
  • Fixed an error with matrix decomposition in convertTransform due to rounding error leading to illegal value.
  • Added force option for mergePaths plugin (by @​goyney).
  • Added options to prefixIds plugin for selectively prefixing IDs and/or classes (by @​strarsis).
  • Exported config function (by @​1000ch).
Commits
  • 10a302f v1.3.0
  • cc9ad33 Add ‘sortDefsChildren’ to default plugins list and readme
  • 023013a Use ’force’ option in ‘mergePaths’ only for paths with same attributes
  • e1dd31c Fix 180deg ‘convertTransform’
  • 8671c4c Fix incorrect prev arc segment angle calculation.
  • 27cdeb7 Add a warning about plugin configuration error
  • ac34386 Copy plugin params when initializing plugin by name
  • d3e9141 Export config function to enable to use
  • 5ee68c4 Add options to prefixIds plugin for selectively prefixing IDs and/or classes.
  • 3d6d804 lib/config: load custom plugin defined via path in config
  • 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 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). To ignore the version in this PR you can just close it
  • @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/582 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/15/2019 **Status:** ✅ Merged **Merged:** 7/15/2019 **Merged by:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/svgo-1.3.0` --- ### 📝 Commits (1) - [`6833df9`](https://github.com/lipis/flag-icons/commit/6833df97090e97713becf8e4f15a6f55f3e6b2f6) Bump svgo from 1.2.2 to 1.3.0 ### 📊 Changes **2 files changed** (+20 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+19 -20) </details> ### 📄 Description Bumps [svgo](https://github.com/svg/svgo) from 1.2.2 to 1.3.0. <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.3.0) ] 1.3.0 / 14.07.2019 > * Custom plugins now can be loaded from external js through `path` plugin param. > * New plugin `convertEllipseToCircle` to convert ellipse with equal radius measures to circle (by [@&#8203;tigt](https://github.com/tigt)). > * New plugin `sortDefsChildren` for improved compression (by [@&#8203;davidleston](https://github.com/davidleston)). > * SVGO now removes unnecessary spaces after `arcto` path command flags. > * `removeDimensions` plugin now adds `viewBox` if it's missing (by [@&#8203;adipascu](https://github.com/adipascu)). > * Fixed `removeUnusedNS` not counting attributes in `<svg>` tag itself. > * Fixed an issue with incorrect processing multiple images (by [@&#8203;cyberalien](https://github.com/cyberalien)). > * Fixed an error with incorrect converting multiple segmented curve to an arc. > * Fixed an error with matrix decomposition in `convertTransform` due to rounding error leading to illegal value. > * Added `force` option for `mergePaths` plugin (by [@&#8203;goyney](https://github.com/goyney)). > * Added options to `prefixIds` plugin for selectively prefixing IDs and/or classes (by [@&#8203;strarsis](https://github.com/strarsis)). > * Exported config function (by [@&#8203;1000ch](https://github.com/1000ch)). </details> <details> <summary>Commits</summary> - [`10a302f`](https://github.com/svg/svgo/commit/10a302f73dd81122c8363ae164ba5a6af1de46e2) v1.3.0 - [`cc9ad33`](https://github.com/svg/svgo/commit/cc9ad33082c11044e175c806b37620d5ac4289f4) Add ‘sortDefsChildren’ to default plugins list and readme - [`023013a`](https://github.com/svg/svgo/commit/023013abf904e16dcd6b8724370c2a342a9ac6b5) Use ’force’ option in ‘mergePaths’ only for paths with same attributes - [`e1dd31c`](https://github.com/svg/svgo/commit/e1dd31cf84fa2d6e95d82d6154f1e4dac8bb0b69) Fix 180deg ‘convertTransform’ - [`8671c4c`](https://github.com/svg/svgo/commit/8671c4c3df824d1a836205fee9e752d679abaf2b) Fix incorrect prev arc segment angle calculation. - [`27cdeb7`](https://github.com/svg/svgo/commit/27cdeb7c1ca550466fc4e4637a6ebd255d948f2a) Add a warning about plugin configuration error - [`ac34386`](https://github.com/svg/svgo/commit/ac3438646629860e8b8e32ca6d41a3c8034905ec) Copy plugin params when initializing plugin by name - [`d3e9141`](https://github.com/svg/svgo/commit/d3e91418aaadad1557d4c5999098f235cf08be08) Export config function to enable to use - [`5ee68c4`](https://github.com/svg/svgo/commit/5ee68c480847c047ef681abf2d068cec1f23d6c3) Add options to prefixIds plugin for selectively prefixing IDs and/or classes. - [`3d6d804`](https://github.com/svg/svgo/commit/3d6d8045d999cbf309665e3b2e6bec34e7fbd72d) lib/config: load custom plugin defined via path in config - Additional commits viewable in [compare view](https://github.com/svg/svgo/compare/v1.2.2...v1.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=svgo&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.3.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`. [//]: # (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 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). To ignore the version in this PR you can just close it - `@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:41:09 +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#878
No description provided.