-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade SVGO to v3 #76
Conversation
🦋 Changeset detectedLatest commit: 547d523 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@natemoo-re pls have a look at pr
Please merge :-) |
I think this would be okay as a minor bump for the existing package code. The Are there any side-effects from updating to v3? |
Thanks for this PR! At this time we're going to forego this and focus on the v1 since this has a workaround and we have published a next version of |
# Note svgo 2.8.0 is not actually used by this repo, however it is used by astro-icon and the build fails unless it has that exact version [according to this](natemoo-re/astro-icon#76) Remove it once astro-icon is updated.
I've gone through the changelog for SVGO v3, and tested my changes with a copy of the demo & an up-to-date Astro v1.8.0 project that used
astro-compress
svgo@3
causes issues #65