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 coverageSourced from eslint's releases.
v8.55.0
Features
Documentation
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)Chores
eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for@eslint/js
release (Jenkins)fe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799) (Milos Djermanovic)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
Sourced from eslint's changelog.
v8.55.0 - December 1, 2023
eb8950c
chore: upgrade@eslint/js
@8
.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for@eslint/js
release (Jenkins)fe4b954
chore: upgrade@eslint/eslintrc
@2
.1.4 (#17799) (Milos Djermanovic)8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)
e0cb960
8.55.0969b272
Build: changelog update for 8.55.0eb8950c
chore: upgrade @eslint/js
@8
.55.0 (#17811)93df384
chore: package.json update for @eslint/js
releasefe4b954
chore: upgrade @eslint/eslintrc
@2
.1.4 (#17799)8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721)83ece2a
docs: fix typo --rules
-> --rule
(#17806)bd8911d
ci: pin Node.js 21.2.0 (#17809)b29a16b
chore: fix several cli
tests to run in the intended flat
config mode (#17797)fffca5c
docs: remove "Open in Playground" buttons for removed rules
(#17791)Sourced from eslint-config-prettier's changelog.
Version 9.1.0 (2023-12-02)
- Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (
@gurgunday
)!- Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the
ESLINT_CONFIG_PRETTIER_NO_DEPRECATED
environment variable.
40c7f3d
eslint-config-prettier v9.1.04110dff
Merge pull request #271
from prettier/deprecated6d0bd92
Update tests to handle newly deprecated rules4c876b9
Move rules deprecated in ESLint 8.53.0 to the deprecated section24445c0
Use specialRule constant7827196
Group deprecated and removed rules by version48f804c
Roll back to ESLint 8.52.0 for now16f03b8
Update Prettierb06d618
Update npm packages25fc427
turn off unicorn/template-indent
(#269)