⬆️ Update dependency lint-staged to v13 #4

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

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies major >=10 -> 13.0.3

Release Notes

okonet/lint-staged

v13.0.3

Compare Source

Bug Fixes

v13.0.2

Compare Source

Bug Fixes
  • use new --diff and --diff-filter options when checking task modifications (1a5a66a)

v13.0.1

Compare Source

Bug Fixes
  • correct spelling of "0 files" (f27f1d4)
  • suppress error from process.kill when killing tasks on failure (f2c6bdd)
  • deps: update pidtree@^0.6.0 to fix screen size error in WSL (1a77e42)
  • ignore "No matching pid found" error (cb8a432)
  • prevent possible race condition when killing tasks on failure (bc92aff)
Performance Improvements
  • use EventsEmitter instead of setInterval for killing tasks on failure (c508b46)

v13.0.0

Compare Source

Bug Fixes
  • deps: update execa@^6.1.0 (659c85c)
  • deps: update yaml@^2.1.1 (2750a3d)
Features
  • remove support for Node.js 12 (5fb6df9)
BREAKING CHANGES
  • lint-staged will no longer support Node.js 12, which is EOL since 30 April 2022

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 | major | [`>=10` -> `13.0.3`](https://renovatebot.com/diffs/npm/lint-staged/12.3.4/13.0.3) | --- ### Release Notes <details> <summary>okonet/lint-staged</summary> ### [`v13.0.3`](https://github.com/okonet/lint-staged/releases/tag/v13.0.3) [Compare Source](https://github.com/okonet/lint-staged/compare/v13.0.2...v13.0.3) ##### Bug Fixes - correctly handle git stash when using MSYS2 ([#&#8203;1178](https://github.com/okonet/lint-staged/issues/1178)) ([0d627a5](https://github.com/okonet/lint-staged/commit/0d627a52846d63cd6fc6018a8d7779ef454a99b2)) ### [`v13.0.2`](https://github.com/okonet/lint-staged/releases/tag/v13.0.2) [Compare Source](https://github.com/okonet/lint-staged/compare/v13.0.1...v13.0.2) ##### Bug Fixes - use new `--diff` and `--diff-filter` options when checking task modifications ([1a5a66a](https://github.com/okonet/lint-staged/commit/1a5a66a9574e2a8b857bd62545a6f2a6da5811aa)) ### [`v13.0.1`](https://github.com/okonet/lint-staged/releases/tag/v13.0.1) [Compare Source](https://github.com/okonet/lint-staged/compare/v13.0.0...v13.0.1) ##### Bug Fixes - correct spelling of "0 files" ([f27f1d4](https://github.com/okonet/lint-staged/commit/f27f1d45ea20904e81dda155a802b2eb07d50942)) - suppress error from `process.kill` when killing tasks on failure ([f2c6bdd](https://github.com/okonet/lint-staged/commit/f2c6bdd9114a8d5ba8473cc647ef55a6ee5664e1)) - **deps:** update pidtree@^0.6.0 to fix screen size error in WSL ([1a77e42](https://github.com/okonet/lint-staged/commit/1a77e4224a273bbc192b654d0a0120187e850a61)) - ignore "No matching pid found" error ([cb8a432](https://github.com/okonet/lint-staged/commit/cb8a4328eddbc99a0806276f68b55f6c5ecb3d8a)) - prevent possible race condition when killing tasks on failure ([bc92aff](https://github.com/okonet/lint-staged/commit/bc92aff5fdb6293045c556326df3c0529e59b7e3)) ##### Performance Improvements - use `EventsEmitter` instead of `setInterval` for killing tasks on failure ([c508b46](https://github.com/okonet/lint-staged/commit/c508b46a153970114495d3f7fef05d45df0f2e10)) ### [`v13.0.0`](https://github.com/okonet/lint-staged/releases/tag/v13.0.0) [Compare Source](https://github.com/okonet/lint-staged/compare/v12.5.0...v13.0.0) ##### Bug Fixes - **deps:** update `execa@^6.1.0` ([659c85c](https://github.com/okonet/lint-staged/commit/659c85c5cd4c4040a505bbe9fddbe7d416ac15c8)) - **deps:** update `yaml@^2.1.1` ([2750a3d](https://github.com/okonet/lint-staged/commit/2750a3d9d909fd834b95da752f0f6800340922b7)) ##### Features - remove support for Node.js 12 ([5fb6df9](https://github.com/okonet/lint-staged/commit/5fb6df94ccd6de6f5fdd743474c094ff366cc671)) ##### BREAKING CHANGES - `lint-staged` will no longer support Node.js 12, which is EOL since 30 April 2022 ### [`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:09:33 +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#4
No description provided.