chore(deps): update dependency lint-staged to v15.2.7 #12

Merged
renovate-bot merged 1 commit from renovate/lint-staged-15.x into master 2024-06-21 19:02:52 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.0 -> 15.2.7 age adoption passing confidence

Release Notes

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

Configuration

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

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://github.com/okonet/lint-staged) | [`15.2.0` -> `15.2.7`](https://renovatebot.com/diffs/npm/lint-staged/15.2.0/15.2.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.0/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.0/15.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>okonet/lint-staged (lint-staged)</summary> ### [`v15.2.7`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1527) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.6...v15.2.7) ##### Patch Changes - [#&#8203;1440](https://github.com/lint-staged/lint-staged/pull/1440) [`a51be80`](https://github.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version drops the `--path-format=absolute` option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading `git` to the latest version. ### [`v15.2.6`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1526) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.5...v15.2.6) ##### Patch Changes - [#&#8203;1433](https://github.com/lint-staged/lint-staged/pull/1433) [`119adb2`](https://github.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems. ### [`v15.2.5`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1525) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.4...v15.2.5) ##### Patch Changes - [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424) [`31a1f95`](https://github.com/lint-staged/lint-staged/commit/31a1f9548ea8202bc5bd718076711f747396e3ca) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available. - [#&#8203;1423](https://github.com/lint-staged/lint-staged/pull/1423) [`91abea0`](https://github.com/lint-staged/lint-staged/commit/91abea0d298154d92113ba34bae4020704e22918) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Improve error logging when failing to read or parse a configuration file - [#&#8203;1424](https://github.com/lint-staged/lint-staged/pull/1424) [`ee43f15`](https://github.com/lint-staged/lint-staged/commit/ee43f154097753dd5448766f792387e60e0ea453) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Upgrade micromatch@4.0.7 ### [`v15.2.4`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1524) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.4) ##### Patch Changes - [`4f4537a`](https://github.com/lint-staged/lint-staged/commit/4f4537a75ebfba816826f6f67a325dbc7f25908a) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Fix release issue with previous version; update dependencies ### [`v15.2.2`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1522) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.1...v15.2.2) ##### Patch Changes - [#&#8203;1391](https://github.com/lint-staged/lint-staged/pull/1391) [`fdcdad4`](https://github.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - *Lint-staged* no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout. ### [`v15.2.1`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1521) [Compare Source](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.1) ##### Patch Changes - [#&#8203;1387](https://github.com/lint-staged/lint-staged/pull/1387) [`e4023f6`](https://github.com/lint-staged/lint-staged/commit/e4023f687616dcf4816545b8eefbcce50e255c9c) Thanks [@&#8203;iiroj](https://github.com/iiroj)! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, *lint-staged* has used the default settings to spawn linter commands. This means the `stdin` of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the `stdin` is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41Ny40IiwidXBkYXRlZEluVmVyIjoiMzYuNTcuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2024-02-01 11:02:59 +01:00
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-02-01 11:02:59 +01:00
renovate-bot force-pushed renovate/lint-staged-15.x from 68c8b4b877 to bc9797ceb8 2024-02-05 16:02:50 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency lint-staged to v15.2.1 to chore(deps): update dependency lint-staged to v15.2.2 2024-02-05 16:02:51 +01:00
renovate-bot force-pushed renovate/lint-staged-15.x from bc9797ceb8 to 59715d0c28 2024-05-21 22:04:02 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency lint-staged to v15.2.2 to chore(deps): update dependency lint-staged to v15.2.4 2024-05-21 22:04:04 +02:00
renovate-bot force-pushed renovate/lint-staged-15.x from 59715d0c28 to f2a32e8fe8 2024-05-25 14:03:23 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency lint-staged to v15.2.4 to chore(deps): update dependency lint-staged to v15.2.5 2024-05-25 14:03:25 +02:00
renovate-bot force-pushed renovate/lint-staged-15.x from f2a32e8fe8 to d76077353f 2024-06-11 19:05:18 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency lint-staged to v15.2.5 to chore(deps): update dependency lint-staged to v15.2.6 2024-06-11 19:05:21 +02:00
renovate-bot force-pushed renovate/lint-staged-15.x from d76077353f to 508398c2da 2024-06-12 20:03:41 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency lint-staged to v15.2.6 to chore(deps): update dependency lint-staged to v15.2.7 2024-06-12 20:03:44 +02:00
renovate-bot force-pushed renovate/lint-staged-15.x from 508398c2da to 907364aae1 2024-06-21 19:02:31 +02:00 Compare
renovate-bot merged commit 907364aae1 into master 2024-06-21 19:02:52 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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: saluu/darkness-dependent-vision#12
No description provided.