okonet/lint-staged
### [`v10.1.7`](https://togithub.com/okonet/lint-staged/releases/v10.1.7)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.6...v10.1.7)
##### Bug Fixes
- use stash create/store to prevent files from disappearing from disk ([c9adca5](https://togithub.com/okonet/lint-staged/commit/c9adca5))
### [`v10.1.6`](https://togithub.com/okonet/lint-staged/releases/v10.1.6)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.5...v10.1.6)
##### Bug Fixes
- **deps:** update dependencies ([e093b1d](https://togithub.com/okonet/lint-staged/commit/e093b1d))
### [`v10.1.5`](https://togithub.com/okonet/lint-staged/releases/v10.1.5)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.4...v10.1.5)
##### Bug Fixes
- pass correct path to unstaged patch during cleanup ([6066b07](https://togithub.com/okonet/lint-staged/commit/6066b07))
### [`v10.1.4`](https://togithub.com/okonet/lint-staged/releases/v10.1.4)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.3...v10.1.4)
##### Bug Fixes
- allow lint-staged to run on empty git repo by disabling backup ([0bf1fb0](https://togithub.com/okonet/lint-staged/commit/0bf1fb0))
### [`v10.1.3`](https://togithub.com/okonet/lint-staged/releases/v10.1.3)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.2...v10.1.3)
##### Bug Fixes
- only run git add on staged files matched to a task ([d39573b](https://togithub.com/okonet/lint-staged/commit/d39573b))
- run `git add` for staged file chunks serially ([69acfa3](https://togithub.com/okonet/lint-staged/commit/69acfa3))
### [`v10.1.2`](https://togithub.com/okonet/lint-staged/releases/v10.1.2)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.1...v10.1.2)
##### Bug Fixes
- no longer include untracked files in backup stash ([#827](https://togithub.com/okonet/lint-staged/issues/827)) ([2f15336](https://togithub.com/okonet/lint-staged/commit/2f15336))
### [`v10.1.1`](https://togithub.com/okonet/lint-staged/releases/v10.1.1)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.0...v10.1.1)
##### Bug Fixes
- add `--` to `git add` command to denote pathspec starting ([#821](https://togithub.com/okonet/lint-staged/issues/821)) ([226ccdb](https://togithub.com/okonet/lint-staged/commit/226ccdb7727c9837fa04528047ced89466c4b833))
### [`v10.1.0`](https://togithub.com/okonet/lint-staged/releases/v10.1.0)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.10...v10.1.0)
##### Bug Fixes
- do not return string from runAll, add info symbol to "No staged files found." message ([1e7298a](https://togithub.com/okonet/lint-staged/commit/1e7298a23c3c2d09810f6e1a54ead8a449d7fd7d))
- force src and dst prefixes in diff to work around local diff.noprefix setting ([7f2ef33](https://togithub.com/okonet/lint-staged/commit/7f2ef33dde170e83a8943886a4f1502113dcb50c))
- unset GIT_LITERAL_PATHSPECS env variable before running ([a653c55](https://togithub.com/okonet/lint-staged/commit/a653c55a397e7e6f04fa5aefb0ddf2c7543569d9))
##### Features
- add `--no-stash` option to disable the backup stash, and not revert in case of errors ([c386e4c](https://togithub.com/okonet/lint-staged/commit/c386e4cf9646dc0953213e9a0ef857cb9664af37))
- only hide/restore unstaged modifications to partially staged files ([52125a9](https://togithub.com/okonet/lint-staged/commit/52125a9d557e3fc117a421662cf45d6462517d87))
### [`v10.0.10`](https://togithub.com/okonet/lint-staged/releases/v10.0.10)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.9...v10.0.10)
##### Bug Fixes
- support non-ASCII filenames when git is configured with `core.quotepath on` ([2cb26a6](https://togithub.com/okonet/lint-staged/commit/2cb26a635a313a32c208caf5ba6a9215a68b9c6d))
### [`v10.0.9`](https://togithub.com/okonet/lint-staged/releases/v10.0.9)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.8...v10.0.9)
##### Bug Fixes
- use `path.join` and `normalize` to improve msys compatibility in resolveGitRepo ([1ad263a](https://togithub.com/okonet/lint-staged/commit/1ad263a5c03d0f3fd90f2dffd0d9083f0ef8112e))
Renovate configuration
:date: Schedule: "on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^10.0.8
->^10.1.7
Release Notes
okonet/lint-staged
### [`v10.1.7`](https://togithub.com/okonet/lint-staged/releases/v10.1.7) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.6...v10.1.7) ##### Bug Fixes - use stash create/store to prevent files from disappearing from disk ([c9adca5](https://togithub.com/okonet/lint-staged/commit/c9adca5)) ### [`v10.1.6`](https://togithub.com/okonet/lint-staged/releases/v10.1.6) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.5...v10.1.6) ##### Bug Fixes - **deps:** update dependencies ([e093b1d](https://togithub.com/okonet/lint-staged/commit/e093b1d)) ### [`v10.1.5`](https://togithub.com/okonet/lint-staged/releases/v10.1.5) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.4...v10.1.5) ##### Bug Fixes - pass correct path to unstaged patch during cleanup ([6066b07](https://togithub.com/okonet/lint-staged/commit/6066b07)) ### [`v10.1.4`](https://togithub.com/okonet/lint-staged/releases/v10.1.4) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.3...v10.1.4) ##### Bug Fixes - allow lint-staged to run on empty git repo by disabling backup ([0bf1fb0](https://togithub.com/okonet/lint-staged/commit/0bf1fb0)) ### [`v10.1.3`](https://togithub.com/okonet/lint-staged/releases/v10.1.3) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.2...v10.1.3) ##### Bug Fixes - only run git add on staged files matched to a task ([d39573b](https://togithub.com/okonet/lint-staged/commit/d39573b)) - run `git add` for staged file chunks serially ([69acfa3](https://togithub.com/okonet/lint-staged/commit/69acfa3)) ### [`v10.1.2`](https://togithub.com/okonet/lint-staged/releases/v10.1.2) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.1...v10.1.2) ##### Bug Fixes - no longer include untracked files in backup stash ([#827](https://togithub.com/okonet/lint-staged/issues/827)) ([2f15336](https://togithub.com/okonet/lint-staged/commit/2f15336)) ### [`v10.1.1`](https://togithub.com/okonet/lint-staged/releases/v10.1.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.1.0...v10.1.1) ##### Bug Fixes - add `--` to `git add` command to denote pathspec starting ([#821](https://togithub.com/okonet/lint-staged/issues/821)) ([226ccdb](https://togithub.com/okonet/lint-staged/commit/226ccdb7727c9837fa04528047ced89466c4b833)) ### [`v10.1.0`](https://togithub.com/okonet/lint-staged/releases/v10.1.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.10...v10.1.0) ##### Bug Fixes - do not return string from runAll, add info symbol to "No staged files found." message ([1e7298a](https://togithub.com/okonet/lint-staged/commit/1e7298a23c3c2d09810f6e1a54ead8a449d7fd7d)) - force src and dst prefixes in diff to work around local diff.noprefix setting ([7f2ef33](https://togithub.com/okonet/lint-staged/commit/7f2ef33dde170e83a8943886a4f1502113dcb50c)) - unset GIT_LITERAL_PATHSPECS env variable before running ([a653c55](https://togithub.com/okonet/lint-staged/commit/a653c55a397e7e6f04fa5aefb0ddf2c7543569d9)) ##### Features - add `--no-stash` option to disable the backup stash, and not revert in case of errors ([c386e4c](https://togithub.com/okonet/lint-staged/commit/c386e4cf9646dc0953213e9a0ef857cb9664af37)) - only hide/restore unstaged modifications to partially staged files ([52125a9](https://togithub.com/okonet/lint-staged/commit/52125a9d557e3fc117a421662cf45d6462517d87)) ### [`v10.0.10`](https://togithub.com/okonet/lint-staged/releases/v10.0.10) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.9...v10.0.10) ##### Bug Fixes - support non-ASCII filenames when git is configured with `core.quotepath on` ([2cb26a6](https://togithub.com/okonet/lint-staged/commit/2cb26a635a313a32c208caf5ba6a9215a68b9c6d)) ### [`v10.0.9`](https://togithub.com/okonet/lint-staged/releases/v10.0.9) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v10.0.8...v10.0.9) ##### Bug Fixes - use `path.join` and `normalize` to improve msys compatibility in resolveGitRepo ([1ad263a](https://togithub.com/okonet/lint-staged/commit/1ad263a5c03d0f3fd90f2dffd0d9083f0ef8112e))Renovate configuration
:date: Schedule: "on the first day of the month" (UTC).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.