Skip to content

Commit 52f6eef

Browse files
chore(changeset): release (#1462)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d8fe23 commit 52f6eef

10 files changed

+11
-22
lines changed

.changeset/beige-socks-cover.md

-2
This file was deleted.

.changeset/eighty-tips-sparkle.md

-2
This file was deleted.

.changeset/fifty-flies-bow.md

-2
This file was deleted.

.changeset/orange-pans-share.md

-2
This file was deleted.

.changeset/pink-ways-nail.md

-2
This file was deleted.

.changeset/smart-planes-crash.md

-7
This file was deleted.

.changeset/yellow-worms-shop.md

-2
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# lint-staged
22

3+
## 15.2.8
4+
5+
### Patch Changes
6+
7+
- [`f0480f0`](https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@iiroj](https://github.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue.
8+
9+
The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
10+
311
## 15.2.7
412

513
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lint-staged",
3-
"version": "15.2.7",
3+
"version": "15.2.8",
44
"description": "Lint files staged by git",
55
"license": "MIT",
66
"repository": "https://github.com/lint-staged/lint-staged",

0 commit comments

Comments
 (0)