Skip to content

Bump svgo and laravel-mix - #5

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-6b50f2e053
Open

Bump svgo and laravel-mix#5
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-6b50f2e053

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Bumps svgo to 0.7.2 and updates ancestor dependency laravel-mix. These dependencies need to be updated together.

Updates svgo from 1.0.5 to 0.7.2

Changelog

Sourced from svgo's changelog.

[ > ] 0.7.2 / 29.01.2017

  • Extended currentColor match conditions (string, rx, bool) (by @​AlimovSV)
  • Fixed removing <animate> in <stop>.
  • Fixed removing same transform in inner element in removeUnknownsAndDefaults.
  • Fixed collapsing groups with same non-inheritable attribue.
  • Corrected removing of leading zero in case of exponential notation.

[ > ] 0.7.1 / 27.09.2016

  • Reverted the requirement of Node.js to version 0.10.
  • Added addAttributesToSVGElement to the default config to allow using it with --enable option.
  • Added korean translation of “How it works” doc (by @​primeiros).

[ > ] 0.7.0 / 25.08.2016

  • Required Node.js version has increased to 0.12.
  • New plugins: removeElementsByAttr (by IDs or classes) by @​elidupuis, addAttributesToSVGElement by @​gjjones, removeXMLNS (for SVG inlining) by @​ricardobeat.
  • Tests now correctly pass in Windows with CRLF line endings. Pretty print now accounts system line endings.
  • Fixed bugs with collapsing groups with masks and transforms in collapseGroups.
  • Fixed bugs with erroneous removing IDs in cleanupIDs.
  • Improved attributes sorting in sortAttrs by @​darktrojan.
  • addClassesToSVGElement no more repeats classes (by @​ricardobeat).

[ > ] 0.6.6 / 25.04.2016

  • Corrected CSSO API usage

[ > ] 0.6.5 / 25.04.2016

  • Extra content inserted by editors are now being removed within <foreignObject> as well thus fixing bug “Namespace prefix … is not defined“ after applying SVGO.
  • Doctype with entities declartion is now also being removed since svgo correctly parses them starting from the version 0.6.2.
  • Corrected moveGroupAttrsToElems not to move attributes to g content if it's referenced (has an id).
  • collapseGroups now don't collapse a group if it has an animated attribute (SMIL).

[ > ] 0.6.4 / 05.04.2016

  • Fixed bug in “convertStyleToAttrs” plugin with converting styling properties to non-existent attributes (which are normally removed later by removeUnknownsAndDefaults).
  • Added --indent option to style pretty-printed SVG. (e.g. --indent 2) (by @​scurker).
  • Added currentColor param to convertColors plugin for converting values like fill and stroke to currentColor (by @​scurker).
  • Bumped CSSO to the current version and used its new shiny API (thanks to @​lahmatiy).

[ > ] 0.6.3 / 20.03.2016

  • Smart rounding (introduced in 0.4.5) now applies only when rounding is needed, thus making subsequent passes more stable.
  • Fixed regression in converting curves to arcs.
  • xlink:href references are now being checked by local name href, thus correctly working with another namespace prefix.
  • Fixed id removing with disabled plugins/convertStyleToAttrs.js.

[ > ] 0.6.2 / 08.03.2016

  • Better error handling and messaging improvements.
  • SVG files with XML entities (e.g. from Adobe Illustrator) are now correctly being parsed.
  • Fixed error on converting curves to arcs.
  • Corrected rounding in subsequent passes with --multipass option.
  • Data URI option now handles charset (by @​holymonson)

... (truncated)

Commits
  • ad05378 update russian readme to latest changes
  • ec306c9 0.7.2
  • e582927 update docs
  • 085a4ef Merge pull request #654 from Zearin/patch-1
  • c8e9b45 Use GFM tables for README’s plugins list
  • 443f4bd Merge pull request #641 from elrumordelaluz/master
  • e57ecbd Update CLI help
  • a2a0a1e Microoptimize removing space before minus
  • b6e92f4 Correct leading zero removing in case of exponential notation. Fix #551
  • 11a6068 Collapse groups with non-inherited attr test improvement
  • Additional commits viewable in compare view

Updates laravel-mix from 2.1.11 to 2.1.14

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [svgo](https://github.com/svg/svgo) to 0.7.2 and updates ancestor dependency [laravel-mix](https://github.com/JeffreyWay/laravel-mix). These dependencies need to be updated together.


Updates `svgo` from 1.0.5 to 0.7.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/v0.7.2/CHANGELOG.md)
- [Commits](svg/svgo@v1.0.5...v0.7.2)

Updates `laravel-mix` from 2.1.11 to 2.1.14
- [Release notes](https://github.com/JeffreyWay/laravel-mix/releases)
- [Changelog](https://github.com/laravel-mix/laravel-mix/blob/master/CHANGELOG.md)
- [Commits](laravel-mix/laravel-mix@v2.1.11...v2.1.14)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 0.7.2
  dependency-type: indirect
- dependency-name: laravel-mix
  dependency-version: 2.1.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
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