diff --git a/.changeset/empty-gifts-leave.md b/.changeset/empty-gifts-leave.md deleted file mode 100644 index 01d53d7f2..000000000 --- a/.changeset/empty-gifts-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': minor ---- - -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. diff --git a/.changeset/flat-ducks-double.md b/.changeset/flat-ducks-double.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/flat-ducks-double.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/giant-starfishes-vanish.md b/.changeset/giant-starfishes-vanish.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/giant-starfishes-vanish.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/large-dolphins-fail.md b/.changeset/large-dolphins-fail.md deleted file mode 100644 index 2615496bc..000000000 --- a/.changeset/large-dolphins-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': patch ---- - -update lilconfig@3.0.0 diff --git a/.changeset/neat-suits-invite.md b/.changeset/neat-suits-invite.md deleted file mode 100644 index f61ca7ab2..000000000 --- a/.changeset/neat-suits-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': patch ---- - -Update most dependencies diff --git a/.changeset/selfish-pillows-remember.md b/.changeset/selfish-pillows-remember.md deleted file mode 100644 index 4e02cbc09..000000000 --- a/.changeset/selfish-pillows-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'lint-staged': patch ---- - -To improve performance, only use `lilconfig` 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. diff --git a/.changeset/wicked-actors-grin.md b/.changeset/wicked-actors-grin.md deleted file mode 100644 index a845151cc..000000000 --- a/.changeset/wicked-actors-grin.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index ffea85c3a..6c70b1620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # lint-staged +## 15.2.0 + +### Minor Changes + +- [#1371](https://github.com/lint-staged/lint-staged/pull/1371) [`f3378be`](https://github.com/lint-staged/lint-staged/commit/f3378be894fb84800341800b1e4f6f8bc8dfd904) Thanks [@iiroj](https://github.com/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](https://github.com/lint-staged/lint-staged/pull/1362) [`17bc480`](https://github.com/lint-staged/lint-staged/commit/17bc480c0f8767407a87527931558de8d1d1551d) Thanks [@antonk52](https://github.com/antonk52)! - update lilconfig@3.0.0 + +- [#1368](https://github.com/lint-staged/lint-staged/pull/1368) [`7c55ca9`](https://github.com/lint-staged/lint-staged/commit/7c55ca9f410043016e8b33b3b523b9b7e764acf4) Thanks [@iiroj](https://github.com/iiroj)! - Update most dependencies + +- [#1368](https://github.com/lint-staged/lint-staged/pull/1368) [`777d4e9`](https://github.com/lint-staged/lint-staged/commit/777d4e976852af4c181ffbe055f3531343349695) Thanks [@iiroj](https://github.com/iiroj)! - To improve performance, only use `lilconfig` 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. + ## 15.1.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index 33580ca55..0ee735646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lint-staged", - "version": "15.1.0", + "version": "15.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lint-staged", - "version": "15.1.0", + "version": "15.2.0", "license": "MIT", "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index a9363550b..23c2e6b5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lint-staged", - "version": "15.1.0", + "version": "15.2.0", "description": "Lint files staged by git", "license": "MIT", "repository": "https://github.com/okonet/lint-staged",