chore(deps): update dependency lint-staged to v12 #23

Merged
nemunaire merged 1 commits from renovate/lint-staged-12.x into master 2021-11-14 09:47:16 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies major ^11.0.0 -> ^12.0.0

Release Notes

okonet/lint-staged

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

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'

v11.2.6

Compare Source

Bug Fixes

v11.2.5

Compare Source

Bug Fixes

v11.2.4

Compare Source

Performance Improvements

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lint-staged](https://github.com/okonet/lint-staged) | devDependencies | major | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/lint-staged/11.2.3/12.0.1) | --- ### Release Notes <details> <summary>okonet/lint-staged</summary> ### [`v12.0.1`](https://github.com/okonet/lint-staged/releases/v12.0.1) [Compare Source](https://github.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 ([#&#8203;1043](https://github.com/okonet/lint-staged/issues/1043)) ([#&#8203;1044](https://github.com/okonet/lint-staged/issues/1044)) ([9f9213d](https://github.com/okonet/lint-staged/commit/9f9213d5fbc74e3c3fb11db2a1bd239888c2960c)) ### [`v12.0.0`](https://github.com/okonet/lint-staged/releases/v12.0.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v11.2.6...v12.0.0) ##### Features - convert to native ESM module ([#&#8203;1038](https://github.com/okonet/lint-staged/issues/1038)) ([7240f61](https://github.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' ``` ### [`v11.2.6`](https://github.com/okonet/lint-staged/releases/v11.2.6) [Compare Source](https://github.com/okonet/lint-staged/compare/v11.2.5...v11.2.6) ##### Bug Fixes - revert back to `cosmiconfig` from `lilconfig` ([#&#8203;1035](https://github.com/okonet/lint-staged/issues/1035)) ([e035b80](https://github.com/okonet/lint-staged/commit/e035b80e39da355da57c02db6565b55271ab1afa)), closes [#&#8203;1033](https://github.com/okonet/lint-staged/issues/1033) [#&#8203;981](https://github.com/okonet/lint-staged/issues/981) ### [`v11.2.5`](https://github.com/okonet/lint-staged/releases/v11.2.5) [Compare Source](https://github.com/okonet/lint-staged/compare/v11.2.4...v11.2.5) ##### Bug Fixes - correctly import `js-yaml` to fix yaml config loading ([#&#8203;1033](https://github.com/okonet/lint-staged/issues/1033)) ([612d806](https://github.com/okonet/lint-staged/commit/612d8066aa2c95573a06c125a311dc4aed8f2e71)) ### [`v11.2.4`](https://github.com/okonet/lint-staged/releases/v11.2.4) [Compare Source](https://github.com/okonet/lint-staged/compare/v11.2.3...v11.2.4) ##### Performance Improvements - replace `cosmiconfig` with `lilconfig` ([#&#8203;981](https://github.com/okonet/lint-staged/issues/981)) ([04529e2](https://github.com/okonet/lint-staged/commit/04529e2b9040adc54cc8e5efc66b95bc0023477c)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-11-14 00:39:40 +00:00
chore(deps): update dependency lint-staged to v12
Some checks failed
continuous-integration/drone/push Build is failing
8646c35684
nemunaire merged commit 2444e07eb1 into master 2021-11-14 09:47:16 +00:00
nemunaire deleted branch renovate/lint-staged-12.x 2021-11-14 09:47:17 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: happyDomain/happyDomain#23
No description provided.