chore(deps): update dependency lint-staged to ^15.2.1 [skip ci]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
lint-staged | devDependencies | patch | ^15.2.0 -> ^15.2.1 |
Release Notes
okonet/lint-staged (lint-staged)
v15.2.1
Patch Changes
-
#1387
e4023f6
Thanks @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 thestdin
of the spawned commands has accepted input, and essentially gotten stuck waiting. Now thestdin
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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.