[Snyk] Upgrade svgo from 1.3.2 to 3.3.2 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade svgo from 1.3.2 to 3.3.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 27 versions ahead of your current version.
The recommended version was released on 2 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-NTHCHECK-1586032
SNYK-JS-SEMVER-3247795
Release notes
Package name: svgo
Notice
An update on what happened with v3.3.0 and v3.3.1. While we have retained CJS support, the migration to ESM has changed the acceptable ways to import SVGO, in ways that users depended on before. This effectively made SVGO v3 a breaking change.
Rather than resolve or workaround these differences, we've opted to release SVGO v3.3.2, which is effectively a revert to v3.2.0, and deprecate versions v3.3.0 and v3.3.1. We'll then proceed to work on releasing v4 which will document the breaking changes, and feature further breaking changes that were slated for v4, like disabling
removeViewBox
by default.Before the v4.0.0 release, I'll put more focus on testing and use release candidates, just to make the release go smoothly! 👍🏽
Sorry for the headache, and thanks for your patience.
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.
Deprecated
This release introduced breaking changes, which have been reverted in v3.3.2. The bug fixes will be reintroduced in v4.0.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
convertCase
tofalse
.Bug Fixes
filter
attribute. By @ johnkenny54 in #1933path[opacity=0]
as a non-rendering node. By @ johnkenny54 in #1948-o
argument) ends with a trailing slash to a location that didn't exist. By @ SethFalco in #1954SVG Optimization
Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
What's Changed
Bug Fixes
q
was incorrectly converted tot
. By @ KTibow in #1889SVG Optimization
smartArcRounding
tofalse
. By @ KTibow in #1873convertToQ
tofalse
. By @ KTibow in #1889Performance
#stringifyPathData
for performance. By @ SethFalco in #1900Set
instead ofArray
for faster lookups. By @ SethFalco in #1899Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
What's Changed
Bug Fixes
<style>
tag contains XML comments. By @ john-neptune in #1736<defs>
), namely when<defs>
are defined at the end of the document. By @ KTibow in #1879url('#a')
) across various plugins. By @ SethFalco in #1881SVG Optimization
defaultMarkupDeclarations
. By @ SethFalco in #1872Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
What's Changed
Bug Fixes
Z
between mergableM
/m
commands. By @ KTibow in #1856z
conversions. By @ KTibow in #1842<switch>
, as empty containers can be used for attributes likerequiredFeatures
. By @ vincentbernat in #1747.d.ts
file extension instead of.ts
. By @ Exotelis in #1780Chores
#loadConfig
method. By @ nuintun in #1844Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
Includes various bug fixes for existing plugins and a new optimization. Also splits
removeXMLNS
, which removed XLink, into two separate plugins,removeXMLNS
andremoveXlink
.What's Changed
Default Behavior
xmlns:xlink
) namespace. If that is desirable, you should enable the new removeXlink plugin, which does more while being safer. By @ TrySound and @ SethFalco in #1535Bug Fixes
pre
elements inforeignObject
. By @ SethFalco in #1796@-webkit-keyframes
in<style>
node. By @ SethFalco in #1826SVG Optimization
z
command if going back to initial position, or dropz
if redundant. By @ KTibow in #1822xmlns:xlink
) namespace and migrates from XLink attributes to the SVG 2 equivalent. Disabled by default. By @ TrySound and @ SethFalco in #1535Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
Before and after of the browser bundle of each respective version:
Includes various bug fixes and optimizations for existing plugins.
We're also revamped the documentation for the project. You can find it on svgo.dev!
The frontend for svgo.dev is maintained in svg/svgo.dev, contributions are welcome.
What's Changed
Default Behavior
preservePatterns
parameter. Preserves legal comments by default, same as the previous behavior, but can now be overridden. By @ SethFalco in #1812removeAny
parameter tofalse
by default for accessibility. By @ SethFalco in #1806Bug Fixes
defs
children after optimization. By @ SethFalco in #1785null
,undefined
, or empty plugin. Instead, log a warning and ignore it. By @ SethFalco in #1128SVG Optimization
on*
) andhref
attributes withjavascript:
URIs. By @ cakeinpanic and @ SethFalco in #1807, #1818, #1819, #1820Performance
Chores