react-world-flags
react-world-flags copied to clipboard
Bump svgo from 2.8.0 to 3.0.0
Bumps svgo from 2.8.0 to 3.0.0.
Release notes
Sourced from svgo's releases.
v3.0.0
SVGO v3
Improvements and fixes
- fixed
dataurioption whenmultipassis not enabled- improved default preset warnings
Breaking channges
- Node.js 14+ is required for version
- stable package is replaced with native stable sort (required node 12+)
Config
Typescript types are exposed out of the box. No longer need to install
@types/svgo// svgo.config.js /** * @type {import('svgo').Config} */ export default { // svgo configuration }Active flag is no longer supported
export default { plugins: [ { name: 'removeDoctype', active: true }, { name: 'removeComments', active: false } ] }
extendDefaultPluginsis removed,preset-defaultplugin should be used instead when need to customize plugins defaults</tr></table>
... (truncated)
Commits
a40fa213.0.0cb1569bUpdate readme6295c60Rename cleanupIDs to cleanupIds for consistency with prefixIdsbc07c48Remove prefix param from cleanupIDs plugin53ed57cExpose typescript typesf5d1dd0Loosly cover with types convertPathData5857816Remove result.info.width and result.info.height420ae9dThrow SvgoParserErrordd9cad1Add sortAttrs to default presete6bd703Remove unused active and type fields from plugins- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)