Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Coverage remained the same at 93.939% when pulling 6c1c9d389385860f2f6bee42c7584ef3a07a21d9 on depfu/update/npm/impro-0.9.0 into 0900634c0ded66520f77e79de264bc1c05c24fb3 on master.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ impro (~0.8.0 → ~0.9.0) · Repo
Commits
See the full diff on Github. The new version differs by 20 commits:
0.9.0
Bump timeout in an attempt to fix CI.
Amend test warmup code for on macOS so no UI opens with inkscape v1+.
Differentiate between test files and utility code after 7321c59.
Switch to GitHub Actions
Support avif
prettier --write '**/*.{js,json,md}'
Add missing stuff to .prettierignore
Also use prettier for *.json and *.md
Update prettier to ~2.2.1
for f in $(find src test -name '*.js'); do lebab --transform for-of,arg-rest,arg-spread,arrow,arrow-return,let --replace $f ; done
npm i --save-dev eslint-plugin-promise
npm i --save-dev eslint@latest eslint-config-{prettier,standard} eslint-plugin-{import,node,prettier,standard}@latest eslint-plugin-mocha@7
npm uninstall eslint-config-pretty-standard
Switch to a json-based eslint config
Fix duplicate require
Move the unexpected setup to a separate file
Fix typo in test description
Update mocha to ^8.2.1, switch to .mocharc.json
Update sharp to ~0.27.0
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands