Bump @poppanator/sveltekit-svg from 4.1.3 to 4.2.0
Bumps @poppanator/sveltekit-svg from 4.1.3 to 4.2.0.
Release notes
Sourced from @poppanator/sveltekit-svg
's releases.
v4.2.0 - Optimize SVGs imported as URLs
SVGs imported as URLs (
import svgUrl from ./some.svg?url
) will now be SVGO optimized before written to disk on production builds.NOTE: SVGs imported as URLs will not be optimized in
dev
mode.This should fix #52
Changelog
Sourced from @poppanator/sveltekit-svg
's changelog.
[4.2.0] 2024-01-08
Added
SVGs imported as URLs (
import svgUrl from ./some.svg?url
) will now be SVGO optimized before written to disk on production builds.NOTE: SVGs imported as URLs will not be optimized in
dev
mode.This should fix #52
Commits
-
4a7ccd8
4.2.0 -
c842d77
chore: Updated changelog -
640fb6e
chore: Added test for the url optimization -
ef1b55c
chore: Improved eslint config -
9c0a55f
feat: Optimize static svg assets -
e03e533
chore: Remvoed the static folder from Vite config -
2fa4d2e
chore: Fixed some stuff in test app -
200c04f
chore: Runplaywright install
in pre-test script -
63cdad1
chore: Upgraded packages in test app -
75fae13
chore: Upgraded packages - 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