Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 18:37
· 206 commits to master since this release
7240f61

12.0.0 (2021-11-13)

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'