⬆️ Update dependency lint-staged to v12.5.0 #2

Closed
renovate-bot wants to merge 1 commits from renovate/lint-staged-12.x into master
Member

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies minor >=10 -> 12.5.0

Release Notes

okonet/lint-staged

v12.5.0

Compare Source

Bug Fixes
  • include all files when using --config <path> (641d1c2)
  • skip backup stash when using the --diff option (d4da24d)
Features
  • add --diff-filter option for overriding list of (staged) files (753ef72)
  • add --diff option for overriding list of (staged) files (35fcce9)

v12.4.3

Compare Source

Bug Fixes
  • deps: downgrade yaml@1.10.2 to support Node.js 12 (383a96e)
  • deps: update commander@^9.2.0 (22ebf52)
  • deps: update yaml@^2.0.1 (ec73af0)

v12.4.2

Compare Source

Bug Fixes
  • correctly handle --max-arg-length cli option (1db5f26)

v12.4.1

Compare Source

Bug Fixes
  • correctly handle symlinked config files (b3f63ec)

v12.4.0

Compare Source

Bug Fixes
  • handle empty input by returning empty array from parseGitZOutput (a118817)
  • limit configuration discovery to cwd (d8fdf1d)
  • restore functionality of parent globs for a single configuration file (877ab4c)
Features
  • expose --max-arg-length cli option (e8291b0)

v12.3.8

Compare Source

Bug Fixes
  • avoid passing unexpected arguments from forEach to process.kill() (1b1f0e4)
  • clear execution interruption interval on first catch (46952cb)

v12.3.7

Compare Source

Bug Fixes
  • improve renderer logic for --silent and FORCE_COLOR settings (d327873)

v12.3.6

Compare Source

Bug Fixes

v12.3.5

Compare Source

Bug Fixes
  • search all configs regardless of staged files (4b605cd)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 | minor | [`>=10` -> `12.5.0`](https://renovatebot.com/diffs/npm/lint-staged/12.3.4/12.5.0) | --- ### Release Notes <details> <summary>okonet/lint-staged</summary> ### [`v12.5.0`](https://github.com/okonet/lint-staged/releases/tag/v12.5.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.4.3...v12.5.0) ##### Bug Fixes - include all files when using `--config <path>` ([641d1c2](https://github.com/okonet/lint-staged/commit/641d1c2fd00992e926ae07defbb98c4d324f3b13)) - skip backup stash when using the `--diff` option ([d4da24d](https://github.com/okonet/lint-staged/commit/d4da24d90cfa85ef8589a5f8c6ba5f51c3b45275)) ##### Features - add `--diff-filter` option for overriding list of (staged) files ([753ef72](https://github.com/okonet/lint-staged/commit/753ef7281562e0a25a9fe01400d7108143116b39)) - add `--diff` option for overriding list of (staged) files ([35fcce9](https://github.com/okonet/lint-staged/commit/35fcce9040c8de2926a9113d09f13517e6b23a2e)) ### [`v12.4.3`](https://github.com/okonet/lint-staged/releases/tag/v12.4.3) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.4.2...v12.4.3) ##### Bug Fixes - **deps:** downgrade yaml@1.10.2 to support Node.js 12 ([383a96e](https://github.com/okonet/lint-staged/commit/383a96e17a21d10278e91ecdb8d80385886ce82f)) - **deps:** update commander@^9.2.0 ([22ebf52](https://github.com/okonet/lint-staged/commit/22ebf524e20b2bf239e22fab83df3edc76327394)) - **deps:** update yaml@^2.0.1 ([ec73af0](https://github.com/okonet/lint-staged/commit/ec73af0ddb3541f5a12e0c83b6112ab747d05d73)) ### [`v12.4.2`](https://github.com/okonet/lint-staged/releases/tag/v12.4.2) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.4.1...v12.4.2) ##### Bug Fixes - correctly handle --max-arg-length cli option ([1db5f26](https://github.com/okonet/lint-staged/commit/1db5f2651d7f41c56f3ee1eacb57f1be1566bce2)) ### [`v12.4.1`](https://github.com/okonet/lint-staged/releases/tag/v12.4.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.4.0...v12.4.1) ##### Bug Fixes - correctly handle symlinked config files ([b3f63ec](https://github.com/okonet/lint-staged/commit/b3f63ec43c04158e0ba00f541aa8ffb609d037d9)) ### [`v12.4.0`](https://github.com/okonet/lint-staged/releases/tag/v12.4.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0) ##### Bug Fixes - handle empty input by returning empty array from `parseGitZOutput` ([a118817](https://github.com/okonet/lint-staged/commit/a118817189a5b41168179fe7268903b1d7f4413a)) - limit configuration discovery to cwd ([d8fdf1d](https://github.com/okonet/lint-staged/commit/d8fdf1d9232fde6d65e6b1f4313edbf8d32f9dcb)) - restore functionality of parent globs for a single configuration file ([877ab4c](https://github.com/okonet/lint-staged/commit/877ab4cc66dfa51f5d8d14c89aeadc3ea41a1916)) ##### Features - expose `--max-arg-length` cli option ([e8291b0](https://github.com/okonet/lint-staged/commit/e8291b03fa3f3210795b808f40b9a11968f2d988)) ### [`v12.3.8`](https://github.com/okonet/lint-staged/releases/tag/v12.3.8) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.3.7...v12.3.8) ##### Bug Fixes - avoid passing unexpected arguments from forEach to process.kill() ([1b1f0e4](https://github.com/okonet/lint-staged/commit/1b1f0e4f529dbcb5f73ab7d49c5f7908c3b8a866)) - clear execution interruption interval on first catch ([46952cb](https://github.com/okonet/lint-staged/commit/46952cb0306bb5b54d839f63aecff7288389b195)) ### [`v12.3.7`](https://github.com/okonet/lint-staged/releases/tag/v12.3.7) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.3.6...v12.3.7) ##### Bug Fixes - improve renderer logic for `--silent` and `FORCE_COLOR` settings ([d327873](https://github.com/okonet/lint-staged/commit/d327873b1c0b6fbdeb6fd276e523043d51d6de37)) ### [`v12.3.6`](https://github.com/okonet/lint-staged/releases/tag/v12.3.6) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.3.5...v12.3.6) ##### Bug Fixes - kill other running tasks on failure ([#&#8203;1117](https://github.com/okonet/lint-staged/issues/1117)) ([34fe319](https://github.com/okonet/lint-staged/commit/34fe31986201983c33ea2bde41f4b451947b826b)) ### [`v12.3.5`](https://github.com/okonet/lint-staged/releases/tag/v12.3.5) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.3.4...v12.3.5) ##### Bug Fixes - search all configs regardless of staged files ([4b605cd](https://github.com/okonet/lint-staged/commit/4b605cd3694cc5bfcf6c5a1a2e75c80ef234ab1a)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzIuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzMi4wIn0=-->
renovate-bot added 1 commit 2022-10-11 11:08:24 +02:00
sebclem closed this pull request 2022-10-11 11:09:59 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ansible-roles/ansible-nginx-vts-role#2
No description provided.