Skip to content

Releases: lint-staged/lint-staged

v16.4.0

14 Mar 10:09

Choose a tag to compare

Minor Changes

v16.3.4

14 Mar 07:25

Choose a tag to compare

Patch Changes

v16.3.3

10 Mar 05:13

Choose a tag to compare

Patch Changes

  • #1740 0109e8d Thanks @iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

03 Mar 17:35

Choose a tag to compare

Patch Changes

  • #1735 2adaf6c Thanks @iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

01 Mar 09:16

Choose a tag to compare

Patch Changes

  • #1729 cd5d762 Thanks @iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

28 Feb 12:05

Choose a tag to compare

Minor Changes

  • #1698 feda37a Thanks @iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.

v16.2.7

19 Nov 17:28

Choose a tag to compare

Patch Changes

  • #1711 ef74c8d Thanks @iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

v16.2.6

22 Oct 17:12

Choose a tag to compare

Patch Changes

  • #1693 33d4502 Thanks @Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

20 Oct 16:49

Choose a tag to compare

Patch Changes

  • #1687 9e02d9d Thanks @iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

11 Oct 06:44

Choose a tag to compare

Patch Changes