chore(deps): update dependency lint-staged to v12
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
lint-staged | devDependencies | major | 11.2.6 -> 12.0.3 |
Release Notes
okonet/lint-staged
v12.0.3
Bug Fixes
- install
enquirer
(e01585f)
v12.0.2
Bug Fixes
v12.0.1
Bug Fixes
- read version number from lint-staged package.json instead of package.json in cwd (#1043) (#1044) (9f9213d)
v12.0.0
Features
BREAKING CHANGES
-
lint-staged is now a pure ESM module, and thus
requires Node.js version
^12.20.0 || ^14.13.1 || >=16.0.0
.
To update your Node.js integration, please use:
// const lintStaged = require('lint-staged')
import lintStaged from 'lint-staged'
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate Bot