chore(deps): update dependency lint-staged to v16
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
lint-staged | ^15.5.1 -> ^16.0.0 |
Release Notes
lint-staged/lint-staged (lint-staged)
v16.0.0
Major Changes
-
#1546
158d15c
Thanks @iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them withnode
, especially when using Windows:{ "*.js": "node my-js-linter.js" }
-
#1546
158d15c
Thanks @iiroj! - The--shell
flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via"$@​"
:
v15.5.2
Patch Changes
-
#1544
5561321
Thanks @YimingIsCOLD! - Correctly handle colon (:
) characters in staged filenames.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.