cncf / svg-autocrop

šŸš—šŸŒ½šŸ”³An NPM module to autocrop and slim down SVGs
https://autocrop.cncf.io
Apache License 2.0
105 stars 16 forks source link

An in-range update of svgo is breaking the build šŸšØ #16

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency svgo was updated from 1.2.0 to 1.2.1.

šŸšØ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

svgo is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - āŒ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/cncf/svg-autocrop/108?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 4 commits.

  • 5969899 v1.2.1
  • 593ea85 Merge pull request #1089 from eugestarr/master
  • bfae928 Bump up js-yaml version to fix DoS vulnerability
  • aa0df73 bump package-lock.json version

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.2.2 / 16.04.2019
  • Update js-yaml for Code Injection warning (by @kaungst).
Commits

The new version differs by 4 commits.

  • fe0ecaf Updage changelog and documentation parts
  • 71188f8 Document multipass option
  • db45845 šŸ”§fix: update js-yaml for Code Injection warning
  • d9ae161 Update changelog [skip ci]

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.3.0 / 14.07.2019
  • Custom plugins now can be loaded from external js through path plugin param.
  • New plugin convertEllipseToCircle to convert ellipse with equal radius measures to circle (by @tigt).
  • New plugin sortDefsChildren for improved compression (by @davidleston).
  • SVGO now removes unnecessary spaces after arcto path command flags.
  • removeDimensions plugin now adds viewBox if it's missing (by @adipascu).
  • Fixed removeUnusedNS not counting attributes in <svg> tag itself.
  • Fixed an issue with incorrect processing multiple images (by @cyberalien).
  • Fixed an error with incorrect converting multiple segmented curve to an arc.
  • Fixed an error with matrix decomposition in convertTransform due to rounding error leading to illegal value.
  • Added force option for mergePaths plugin (by @goyney).
  • Added options to prefixIds plugin for selectively prefixing IDs and/or classes (by @strarsis).
  • Exported config function (by @1000ch).
Commits

The new version differs by 25 commits.

  • 10a302f v1.3.0
  • cc9ad33 Add ā€˜sortDefsChildrenā€™ to default plugins list and readme
  • 023013a Use ā€™forceā€™ option in ā€˜mergePathsā€™ only for paths with same attributes
  • e1dd31c Fix 180deg ā€˜convertTransformā€™
  • 8671c4c Fix incorrect prev arc segment angle calculation.
  • 27cdeb7 Add a warning about plugin configuration error
  • ac34386 Copy plugin params when initializing plugin by name
  • d3e9141 Export config function to enable to use
  • 5ee68c4 Add options to prefixIds plugin for selectively prefixing IDs and/or classes.
  • 3d6d804 lib/config: load custom plugin defined via path in config
  • 357de5f lib/config: add setPluginActiveState function
  • b533063 Add ā€˜convertEllipseToCircleā€˜ plugin to readme
  • 7d0c471 Add ā€˜convertEllipseToCircleā€˜ to default plugins list
  • 8e45fa2 Add ā€˜ellipseToCircleā€™ plugin
  • 31e6a8c Make removeDimensions add viewBox if it's missing

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.3.1 / 29.10.2019
  • Updated CSSO version to 4.0.2 fixing the issue with empty semicolons ";;" in styles (thanks to @strarsis and @lahmatiy).
  • prefixIds plugin now runs only once with --multipass option (by @strarsis).
  • cleanupIDs plugin is prevented from producing a preserved ID, including one which matches a preserved prefix, when minifying (by @thomsj).
Commits

The new version differs by 6 commits.

  • 58232a3 v1.3.1
  • 0e6b0ad Fix 'cleanupIDs' minify bug due to preserved IDs
  • 71c7fe7 Add multipassCount to info object passed to the plugins.
  • 67be534 Update csso to 4.0.2 (+semicola in styles test) (#1172)
  • 11f9c79 Add active column in plugins table to readme
  • 9160a41 added node v12 in travis

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for 1.3.2 / 30.10.2019
  • Fixed TypeError: Cannot set property 'multipassCount' of undefined
Commits

The new version differs by 2 commits.

See the full diff