okonet/lint-staged
### [`v12.0.1`](https://togithub.com/okonet/lint-staged/releases/v12.0.1)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.0...v12.0.1)
##### Bug Fixes
- read version number from lint-staged package.json instead of package.json in cwd ([#1043](https://togithub.com/okonet/lint-staged/issues/1043)) ([#1044](https://togithub.com/okonet/lint-staged/issues/1044)) ([9f9213d](https://togithub.com/okonet/lint-staged/commit/9f9213d5fbc74e3c3fb11db2a1bd239888c2960c))
### [`v12.0.0`](https://togithub.com/okonet/lint-staged/releases/v12.0.0)
[Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.6...v12.0.0)
##### Features
- convert to native ESM module ([#1038](https://togithub.com/okonet/lint-staged/issues/1038)) ([7240f61](https://togithub.com/okonet/lint-staged/commit/7240f61730aa923b18156cc64ff5350f2d5be16d))
##### 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:
```js
// const lintStaged = require('lint-staged')
import lintStaged from 'lint-staged'
```
Configuration
š Schedule: At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^11.2.6
->^12.0.1
Release Notes
okonet/lint-staged
### [`v12.0.1`](https://togithub.com/okonet/lint-staged/releases/v12.0.1) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v12.0.0...v12.0.1) ##### Bug Fixes - read version number from lint-staged package.json instead of package.json in cwd ([#1043](https://togithub.com/okonet/lint-staged/issues/1043)) ([#1044](https://togithub.com/okonet/lint-staged/issues/1044)) ([9f9213d](https://togithub.com/okonet/lint-staged/commit/9f9213d5fbc74e3c3fb11db2a1bd239888c2960c)) ### [`v12.0.0`](https://togithub.com/okonet/lint-staged/releases/v12.0.0) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v11.2.6...v12.0.0) ##### Features - convert to native ESM module ([#1038](https://togithub.com/okonet/lint-staged/issues/1038)) ([7240f61](https://togithub.com/okonet/lint-staged/commit/7240f61730aa923b18156cc64ff5350f2d5be16d)) ##### 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: ```js // const lintStaged = require('lint-staged') import lintStaged from 'lint-staged' ```Configuration
š Schedule: At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.