michaelhettmer / react-hooks-use-previous

Strongly typed and well tested React Hooks to store and retrieve previous values from any component property.
MIT License
7 stars 1 forks source link

chore(deps): update dependency lint-staged to v12.5.0 #96

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 12.3.4 -> 12.5.0 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged) ### [`v12.5.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1250---31-May-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.4.3...v12.5.0) ##### Bug Fixes - include all files when using `--config ` ([641d1c2](https://redirect.github.com/okonet/lint-staged/commit/641d1c2fd00992e926ae07defbb98c4d324f3b13)) - skip backup stash when using the `--diff` option ([d4da24d](https://redirect.github.com/okonet/lint-staged/commit/d4da24d90cfa85ef8589a5f8c6ba5f51c3b45275)) ##### Features - add `--diff-filter` option for overriding list of (staged) files ([753ef72](https://redirect.github.com/okonet/lint-staged/commit/753ef7281562e0a25a9fe01400d7108143116b39)) - add `--diff` option for overriding list of (staged) files ([35fcce9](https://redirect.github.com/okonet/lint-staged/commit/35fcce9040c8de2926a9113d09f13517e6b23a2e)) ### [`v12.4.3`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1243---30-May-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.4.2...v12.4.3) ##### Bug Fixes - **deps:** downgrade yaml@1.10.2 to support Node.js 12 ([383a96e](https://redirect.github.com/okonet/lint-staged/commit/383a96e17a21d10278e91ecdb8d80385886ce82f)) - **deps:** update commander@^9.2.0 ([22ebf52](https://redirect.github.com/okonet/lint-staged/commit/22ebf524e20b2bf239e22fab83df3edc76327394)) - **deps:** update yaml@^2.0.1 ([ec73af0](https://redirect.github.com/okonet/lint-staged/commit/ec73af0ddb3541f5a12e0c83b6112ab747d05d73)) ### [`v12.4.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1242---24-May-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.4.1...v12.4.2) ##### Bug Fixes - correctly handle --max-arg-length cli option ([1db5f26](https://redirect.github.com/okonet/lint-staged/commit/1db5f2651d7f41c56f3ee1eacb57f1be1566bce2)) ### [`v12.4.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1241---26-Apr-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.4.0...v12.4.1) ##### Bug Fixes - correctly handle symlinked config files ([b3f63ec](https://redirect.github.com/okonet/lint-staged/commit/b3f63ec43c04158e0ba00f541aa8ffb609d037d9)) ### [`v12.4.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1240---20-Apr-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.3.8...v12.4.0) ##### Bug Fixes - handle empty input by returning empty array from `parseGitZOutput` ([a118817](https://redirect.github.com/okonet/lint-staged/commit/a118817189a5b41168179fe7268903b1d7f4413a)) - limit configuration discovery to cwd ([d8fdf1d](https://redirect.github.com/okonet/lint-staged/commit/d8fdf1d9232fde6d65e6b1f4313edbf8d32f9dcb)) - restore functionality of parent globs for a single configuration file ([877ab4c](https://redirect.github.com/okonet/lint-staged/commit/877ab4cc66dfa51f5d8d14c89aeadc3ea41a1916)) ##### Features - expose `--max-arg-length` cli option ([e8291b0](https://redirect.github.com/okonet/lint-staged/commit/e8291b03fa3f3210795b808f40b9a11968f2d988)) ### [`v12.3.8`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1238---15-Apr-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.3.7...v12.3.8) ##### Bug Fixes - avoid passing unexpected arguments from forEach to process.kill() ([1b1f0e4](https://redirect.github.com/okonet/lint-staged/commit/1b1f0e4f529dbcb5f73ab7d49c5f7908c3b8a866)) - clear execution interruption interval on first catch ([46952cb](https://redirect.github.com/okonet/lint-staged/commit/46952cb0306bb5b54d839f63aecff7288389b195)) ### [`v12.3.7`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1237---17-Mar-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.3.6...v12.3.7) ##### Bug Fixes - improve renderer logic for `--silent` and `FORCE_COLOR` settings ([d327873](https://redirect.github.com/okonet/lint-staged/commit/d327873b1c0b6fbdeb6fd276e523043d51d6de37)) ### [`v12.3.6`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1236---16-Mar-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.3.5...v12.3.6) ##### Bug Fixes - kill other running tasks on failure ([#​1117](https://redirect.github.com/okonet/lint-staged/issues/1117)) ([34fe319](https://redirect.github.com/okonet/lint-staged/commit/34fe31986201983c33ea2bde41f4b451947b826b)) ### [`v12.3.5`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#v1235---05-Mar-2022) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v12.3.4...v12.3.5) ##### Bug Fixes - search all configs regardless of staged files ([4b605cd](https://redirect.github.com/okonet/lint-staged/commit/4b605cd3694cc5bfcf6c5a1a2e75c80ef234ab1a))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: commitlint-circle@1.0.0
npm ERR! Found: @commitlint/cli@11.0.0
npm ERR! node_modules/@commitlint/cli
npm ERR!   dev @commitlint/cli@"11.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @commitlint/cli@"^7.0.0" from commitlint-circle@1.0.0
npm ERR! node_modules/commitlint-circle
npm ERR!   dev commitlint-circle@"1.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @commitlint/cli@7.6.1
npm ERR! node_modules/@commitlint/cli
npm ERR!   peer @commitlint/cli@"^7.0.0" from commitlint-circle@1.0.0
npm ERR!   node_modules/commitlint-circle
npm ERR!     dev commitlint-circle@"1.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/1ed8db/e621c8/cache/others/npm/_logs/2023-08-12T13_24_19_576Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/1ed8db/e621c8/cache/others/npm/_logs/2023-08-12T13_24_19_576Z-debug-0.log
stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.