Skip to content
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

build(deps-dev): bump svgo from 2.8.0 to 3.0.2 #1516

Merged
merged 1 commit into from Mar 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2022

Bumps svgo from 2.8.0 to 3.0.2.

Release notes

Sourced from svgo's releases.

v3.0.2

Installing @types/csso no longer required

v3.0.1

  • store exposed types only in .d.ts files, no longer need to enable js checking
  • update svgo.browser.js
  • fixed "begin" attribute cleanup

Thanks to @​Kreeg, @​XhmikosR and @​TrySound

v3.0.0

SVGO v3

Improvements and fixes

  • fixed datauri option when multipass is not enabled
  • improved default preset warnings

Breaking channges

  • Node.js 14+ is required for version
  • stable package is replaced with native stable sort (required node 12+)

Config

Typescript types are exposed out of the box. No longer need to install @types/svgo

// svgo.config.js
/**
 * @type {import('svgo').Config}
 */
export default {
  // svgo configuration
}

Active flag is no longer supported

export default {
  plugins: [
    {
      name: 'removeDoctype',
      active: true
    },
    {
      name: 'removeComments',
      active: false
</tr></table> 

... (truncated)

Commits

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)

@XhmikosR
Copy link
Member

This needs

  1. some config updates if needed
  2. svg-sprite to be updated to svgo 3.x too, see Update svgo to v3.x and csso to v5.x svg-sprite/svg-sprite#741

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch 2 times, most recently from 33a7982 to 35c0166 Compare December 1, 2022 14:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch from 35c0166 to 12975a4 Compare December 6, 2022 06:24
@XhmikosR XhmikosR marked this pull request as draft December 26, 2022 20:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch 6 times, most recently from c289a93 to 0d5fd00 Compare January 1, 2023 21:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch 3 times, most recently from 7d1a32b to 93164ad Compare February 9, 2023 20:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch 5 times, most recently from 34dad0e to 73e8b78 Compare March 13, 2023 19:38
Bumps [svgo](https://github.com/svg/svgo) from 2.8.0 to 3.0.2.
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](svg/svgo@v2.8.0...v3.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svgo-3.0.2 branch from 73e8b78 to e001fa9 Compare March 13, 2023 19:50
@XhmikosR XhmikosR marked this pull request as ready for review March 13, 2023 19:51
@XhmikosR XhmikosR merged commit a7c0bc0 into main Mar 13, 2023
@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/svgo-3.0.2 branch March 13, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant