unjs / ipx

🖼️ High performance, secure and easy-to-use image optimizer.
MIT License
1.2k stars 59 forks source link

chore(deps): upgrade to svgo@v4.0.0 #231

Open SethFalco opened 3 weeks ago

SethFalco commented 3 weeks ago

Reference: N/A

Note: this PR should not be merged yet. SVGO v4 is still a release candidate for now. I just wanted to help with migrating, and to review the migration to SVGO v4 to see if there'd be any regressions downstream that we didn't spot in our testing.

Summary

Migrate to SVGO v4.

Changes

In your project, I think this changes virtually nothing, actually. It's just nice to use the recent name for removeScripts to avoid the alias warning.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 56.02%. Comparing base (f666cb4) to head (f2e8e38). Report is 14 commits behind head on main.

Files Patch % Lines
src/ipx.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #231 +/- ## ======================================= Coverage 56.02% 56.02% ======================================= Files 14 14 Lines 1203 1203 Branches 83 84 +1 ======================================= Hits 674 674 Misses 526 526 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.