Chore(deps-dev): Bump lint-staged from 15.1.0 to 15.2.0
Bumps lint-staged from 15.1.0 to 15.2.0.
Release notes
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.
Changelog
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.
Commits
-
adf50b0
chore(changeset): release -
85eb0dd
fix: when determining git directory, usefs.realpath()
only for symlinks -
82eded4
refactor: use commander implies() syntax for flag -
f3378be
feat:--no-stash
flag implies--no-hide-partially-staged
-
f4f61f3
docs: add workaround for verbose Windows output to README FAQ -
17bc480
chore(deps): update lilconfig@3.0.0 -
eccda41
style: remove Babel from ESLint -
077e6bc
test: run Jest tests in native ESM mode -
8db4a15
refactor: move config file name constants to separate file -
78a0c23
test: add missing test coverage - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts