Skip to content

Commit 999dcce

Browse files
github-actions[bot]iiroj
authored andcommitted
chore(changeset): release
1 parent 52a9e3f commit 999dcce

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

.changeset/dirty-eagles-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-planes-rush.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# lint-staged
22

3+
## 15.2.1
4+
5+
### Patch Changes
6+
7+
- [#1387](https://github.com/lint-staged/lint-staged/pull/1387) [`e4023f6`](https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c) Thanks [@iiroj](https://github.com/iiroj)! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, _lint-staged_ has used the default settings to spawn linter commands. This means the `stdin` of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the `stdin` is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
8+
39
## 15.2.0
410

511
### Minor Changes
@@ -378,7 +384,7 @@ To update your Node.js integration, please use:
378384

379385
```js
380386
// const lintStaged = require('lint-staged')
381-
import lintStaged from 'lint-staged'
387+
import lintStaged from "lint-staged";
382388
```
383389

384390
## [v11.3.0-beta.2](https://github.com/okonet/lint-staged/releases/tag/v11.3.0-beta.2) - 30 Oct 2021

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lint-staged",
3-
"version": "15.2.0",
3+
"version": "15.2.1",
44
"description": "Lint files staged by git",
55
"license": "MIT",
66
"repository": "https://github.com/okonet/lint-staged",

0 commit comments

Comments
 (0)