Update lint-staged: 10.1.3 → 10.2.0 (minor) #24
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ lint-staged (10.1.3 → 10.2.0) · Repo
Release Notes
10.2.0
10.1.7
10.1.6
10.1.5
10.1.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
Merge pull request #852 from okonet/listr2
fix: all lint-staged output respects the `quiet` option
fix: do not show incorrect error when verbose and no output
style: simplify eslint and prettier config
ci: replace Node.js 13 with 14, since 14 will be next LTS
docs: improve `verbose` description
test: remove redundant, misbehaving test
fix: use test renderer during tests and when TERM=dumb
test: cover `--verbose` option usage
test: restore variable in test output
test: add test for error during merge state restoration
test: integration test targets the full Node.js API instead of just `runAll`
feat: allow specifying `cwd` using the Node.js API
feat: add `--verbose` to show output even when tasks succeed
fix: log task output after running listr to keep everything
refactor: move skip and enable cheks of listr tasks to separate file
refactor: move messages to separate file
refactor: use symbols for errors
feat: replace listr with listr2 and print errors inline
fix: use stash create/store to prevent files from disappearing from disk
fix(deps): update dependencies
fix: pass correct path to unstaged patch during cleanup
fix: allow lint-staged to run on empty git repo by disabling backup
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