These bunch of commits are not signed due to using BFG to purge accidentally committed OAuth credentials at one point. It's too much hassle to re-sign past the merge commit.
I'd rather copy fixtures before using them. We know what should happen but not what will happen, and that's why we need tests. Yes, I'm aware of sandboxing, but `--no-sandbox` is still supported.
svgo 0.7.2 (new formula)
========================
- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
- [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
- [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?
-----
`svgo` is an SVG optimizer, similar to `optipng` or `pngcrush` for PNG. ~7000 stars on GitHub. The go-to method of installation is `npm install -g`, but of course some of us hate the mess created by that, and prefer management through brew.