image-sequencer
image-sequencer copied to clipboard
Bump imagemin from 7.0.1 to 8.0.1
Bumps imagemin from 7.0.1 to 8.0.1.
Release notes
Sourced from imagemin's releases.
v8.0.1
https://github.com/imagemin/imagemin/compare/v8.0.0...v8.0.1
v8.0.0
Breaking
- Require Node.js 12 d363bde
- This package is now pure ESM. Please read this.
https://github.com/imagemin/imagemin/compare/v7.0.1...v8.0.0
Commits
68327178.0.16c5e6a8Minor tweaksa88735fFix handling of SVG (#390)7993551Fix Windows compatibility (#358)1055059Meta tweakse2267f1Meta tweaks4a6d8958.0.0d363bdeRequire Node.js 12 and move to ESM11dfcb7Meta tweaks9cb2566Fix the status badge- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I think this is failing due to ES6 syntax:
description: 'Unexpected token =>',
It says it requires Node 12, which we are on. I'm not sure why this would fail as i believe we are uglifying ES6 code, aren't we?