Sourced from lint-staged's releases.
v15.2.0
Minor Changes
- #1371
f3378be
Thanks@iiroj
! - Using the--no-stash
flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag--no-hide-partially-staged
that is automatically enabled when--no-stash
is used.Patch Changes
#1362
17bc480
Thanks@antonk52
! - update lilconfig@3.0.0#1368
777d4e9
Thanks@iiroj
! - To improve performance, only uselilconfig
when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.#1373
85eb0dd
Thanks@iiroj
! - When determining git directory, usefs.realpath()
only for symlinks. It looks likefs.realpath()
changes some Windows mapped network filepaths unexpectedly, causing issues.
Sourced from lint-staged's changelog.
15.2.0
Minor Changes
- #1371
f3378be
Thanks@iiroj
! - Using the--no-stash
flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag--no-hide-partially-staged
that is automatically enabled when--no-stash
is used.Patch Changes
#1362
17bc480
Thanks@antonk52
! - update lilconfig@3.0.0#1368
777d4e9
Thanks@iiroj
! - To improve performance, only uselilconfig
when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.#1373
85eb0dd
Thanks@iiroj
! - When determining git directory, usefs.realpath()
only for symlinks. It looks likefs.realpath()
changes some Windows mapped network filepaths unexpectedly, causing issues.
adf50b0
chore(changeset): release85eb0dd
fix: when determining git directory, use fs.realpath()
only
for symlinks82eded4
refactor: use commander implies() syntax for flagf3378be
feat: --no-stash
flag implies
--no-hide-partially-staged
f4f61f3
docs: add workaround for verbose Windows output to README FAQ17bc480
chore(deps): update lilconfig@3.0.0eccda41
style: remove Babel from ESLint077e6bc
test: run Jest tests in native ESM mode8db4a15
refactor: move config file name constants to separate file78a0c23
test: add missing test coverage