Skip to content

Bump svg-sprite from 1.0.20 to 2.0.0 #188

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps svg-sprite from 1.0.20 to 2.0.0.

Release notes

Sourced from svg-sprite's releases.

v2.0.0

Breaking changes

  • Dropped Node.js < 12 support
  • Update svgo to v2.x

UI and CLI updates:

  • Added namespaceIDPrefix option
  • Added rel="noopener noreferrer" to all links in generated HTML pages.
  • Added compileAsync method
  • Added support for disabling root viewBox attribute in stack mode
  • Added ID references substitution in href attributes (earlier worked with xlink:href only)
  • Drop support for Node.js < 12
  • Removed the deprecated transform option
  • Added milliseconds in logger's output
  • Changed SVG dimensions calculation from phantomjs to resvg-js, dropped PhantomJS direct dependency (replaced with resvg-js)
  • Fixed a rare issue with valid SVG files marked as invalid
  • Fixed a rare bug with checking if passed config.log option is an instance of winston.Logger
  • Fixed missing shape names when adding input files with a relative path

Dev updates

  • Updated all devDepedencies
  • Switched to xo for linting
  • Replaced mocha + should + c8 with jest test runner
  • Replaced PhantomJS + image-diff with playwright + pixelmatch as for regression tests
  • A lot of docs tweaks
  • Massively reduced lodash and other direct dependencies. Switched to native JS alternatives
  • A lot of code refactoring
    • Massively switched to async methods whenever possible
    • Switched to ES6 classes whenever possible
    • Fixed JSDoc documentation
  • Added regression tests for SVGs without dimensions
  • Added regression tests for all modes
  • Added tests and coverage reports to CI (Linux, Windows support)
  • Added unit tests
  • Replaced cssmin with csso

Full Changelog: https://github.com/svg-sprite/svg-sprite/compare/v1.5.4...v2.0.0?w=1

v2.0.0-beta7

What's Changed

Full Changelog: svg-sprite/svg-sprite@v2.0.0-beta6...v2.0.0-beta7

v2.0.0-beta6

⚠⚠⚠**DEPRECATED DUE TO #702**⚠⚠⚠

... (truncated)

Changelog

Sourced from svg-sprite's changelog.

Newer release notes are published on the GitHub release page: https://github.com/svg-sprite/svg-sprite/releases


1.6.0-alpha Maintenance pre-release (2020-01-18)

  • Remove support for Node < 8.0
  • Update dependencies (#306, #310)
  • Update documentation to use updated SVGO plugin name (#275)
  • Move mocha and should dependencies back to devDependencies again (#297, #285)
  • Add built-in templating function to encode hash signs (#294)
  • Fix verbose logging output (#279, #291)
  • Add option to prefix auto-generated namespace IDs (#292, #293)
  • Update preview templates to use SVG checker image (#287)

1.5.0 Maintenance release (2018-09-18)

  • Updated dependencies
  • Dropped support for Node.js < 6.4

1.4.1 Maintenance release (2018-09-18)

1.4.0 Maintenance release (2018-03-17)

  • Added more Node.js versions to Travis instructions
  • Updated dependencies
  • Updated SVGO version & test fixture (#258, #259)
  • Reformatted documentation code examples (#236)
  • Fix JSHint errors (#261)
  • Add support for simple shape ID generator (#240)
  • Add failing CPU detection workaround (#252)
  • Changed SVGO plugin defaults (#249)

1.3.7 Bugfix release (2017-06-01)

  • Updated dependencies
  • Fixed invalid markup in <defs> example html (#229)
  • Fallback for failing CPU detection (#217)
  • Fixed broken SVGO configuration in CLI (#216, #199)
  • Added glob base directory option to CLI (#220)
  • Fixed broken rootAttributes option in CLI (#228)

1.3.6 Bugfix release (2016-08-29)

... (truncated)

Commits
  • d5031aa 2.0.0
  • 9681f5d Update minor dependencies (#733)
  • 5bf5b55 Replaced Error.errno with Error classes (#726)
  • 396d56e Added snapshots testing for regression tests
  • 9527e18 Fixed #288: Preserving @font-face in style defs
  • 697db77 Fixed mock import address
  • 05d5ee8 add tests for SVGShape reference methods
  • 7ccd2d2 add tests for SVGShape._initSVG
  • 6da97fd add tests for SVGShape.distribute
  • 758016b add tests for SVGShape dimension methods
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by xhmikosr, a new releaser for svg-sprite since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [svg-sprite](https://github.com/svg-sprite/svg-sprite) from 1.0.20 to 2.0.0.
- [Release notes](https://github.com/svg-sprite/svg-sprite/releases)
- [Changelog](https://github.com/svg-sprite/svg-sprite/blob/main/CHANGELOG.md)
- [Commits](svg-sprite/svg-sprite@v1.0.20...v2.0.0)

---
updated-dependencies:
- dependency-name: svg-sprite
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 27, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #194.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svg-sprite-2.0.0 branch October 31, 2022 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants