curbengh / hexo-yam

Yet Another Minifier. Minify static web assets and compress using brotli and zstd.
MIT License
26 stars 2 forks source link

chore(deps): bump svgo from 1.3.2 to 2.0.3 #41

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps svgo from 1.3.2 to 2.0.3.

Release notes

Sourced from svgo's releases.

v2.0.3

Thanks to @ChrisRu @XhmikosR @yisibl @TrySound

v2.0.2

Thanks to @XhmikosR and @TrySound

v2.0.1

Thanks to @sk- @Brooooooklyn @strarsis @AlpayY @TrySound

v2.0.0

Happy to introduce SVGO 2.0. Package size was drastically reduced. Configuration is heavily simplified. Node 10.13+ is required.

  • smaller install size
  • simplified config format
  • added browser ready es module bundle
  • API is synchronous
  • support only svgo.config.js for external configuration

Config changes

Since early versions plugins configuration was affected by yaml syntax. Though it was not practial in json or javascript for writing and for internal work.

plugins:
    - removeViewBox: true
    - removeAttr:
        attrs: '(fill|stroke)'
</tr></table> 

... (truncated)

Commits
  • 4ad91f2 2.0.3
  • c1edce4 Fix error message in addAttributesToSVGElement plugin
  • 8d7cfa0 After ‘arcto’ path command(a or A) flags, spaces are no longer removed by def...
  • 26f5e32 Switch to c8 for coverage (#1350)
  • 6c0f8c5 reusePaths: fix redundant variable assignment (#1349)
  • df14f37 test/coa/_index.js: Fix regex (#1347)
  • 1b2c262 CI: specify FORCE_COLOR: 2 (#1351)
  • d9f68d3 [removeElementsByAttr] fix removing elements when class is empty
  • 4490d62 Add mask-type to the list of <mask> attributes
  • 7f4e052 [convertEllipseToCircle] fix ellipse without radius
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by trysound, a new releaser for svgo since your current version.


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 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[bot] commented 3 years ago

Superseded by #43.