Skip to content

Bump svgo from 3.2.0 to 3.3.1

Imanuel Ulbricht requested to merge dependabot-npm_and_yarn-svgo-3.3.1 into main

Bumps svgo from 3.2.0 to 3.3.1.

Release notes

Sourced from svgo's releases.

v3.3.1

Notice

SVGO v3.3.0, which was meant to migrate to ESM without breaking CJS support, unfortunately broke CJS projects. There was a mistake with exports, so the loadConfig function wasn't available in the CJS bundle and lead to issues for many users.

Thanks to everyone who raised the issue, and to @​nuintun who submitted a pull request to resolve it so quickly.

I apologize for letting that breaking change through, and will aim to do better. Namely, by adding more tests to cover our exports, and any other public interface in general for each distribution of SVGO, so this doesn't happen again.

SVGO v3.3.1 should resolve the issue for CJS projects, but if you encounter anything else, do let us know by opening an issue on GitHub.

v3.3.0

What's Changed

ESM

SVGO is now a dual package, serving for both Common JS and ESM usage. We believe there shouldn't be any problems, especially as SVGO as largely stateless, but feel free to open an issue if you encounter problems with this.

To be explicit, this is not a breaking change, and SVGO should continue to work in Common JS projects!

Thanks to @​jdufresne for doing the bulk of the work.

Default Behavior

  • convertColors, now converts all references to colors excluding references to IDs to lowercase. This can be disabled by setting convertCase to false.

Bug Fixes

SVG Optimization

Metrics

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

... (truncated)

Commits
  • 73fe46b chore: increment version to 3.3.1 (#1995)
  • 3964d64 fix: v3.3.0 Common JS missing loadConfig and optimize exports (#1984)
  • 6b162fb docs: fix "purly" typo (#1994)
  • a3ac91a chore: Add CodeQL workflow (#1876)
  • 89b0c6c fix(cleanupIds): handle no-uri-encoded references (#1982)
  • 888d078 fix(makeProgram): specify .mjs and .cjs config files are allowed (#1976)
  • 8d6385b fix(convertPathData): preserve vertex for markers only path (#1967)
  • 53aad59 feat(addClassesToSVGElement): allow function as param (#1966)
  • f49b6a7 fix: transformToMatrix() returns incorrect result for scale(n,0) (#1965)
  • a8d2df6 fix: mergePaths should not merge paths with styles that depend on bounding bo...
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading