renovate #10

Merged
root merged 1 commits from renovate into master 2024-08-03 08:15:26 +00:00
Contributor

npm

lint-staged

  • ^15.2.7 => ^15.2.8 (dvf)

Patch Changes

  • f0480f0 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 switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

<h1>npm</h1> <h2>lint-staged</h2> <ul> <li> ^15.2.7 => ^15.2.8 (dvf)</li> </ul> > <h3>Patch Changes</h3> > <ul> > <li><p><a href="https://github.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981"><code>f0480f0</code></a> Thanks <a href="https://github.com/iiroj">@iiroj</a>! - In the previous version the native <code>git rev-parse --show-toplevel</code> command was taken into use for resolving the current git repo root. This version switched the <code>--show-toplevel</code> flag with <code>--show-cdup</code>, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js <code>child_process</code>. The new flag returns a path relative to the working directory, avoiding the issue.</p> > <p>The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.</p> > </li> > </ul>
m.schnitzler added 1 commit 2024-08-03 08:14:58 +00:00
root merged commit 428a6e26da into master 2024-08-03 08:15:26 +00:00
root referenced this issue from a commit 2024-08-03 08:15:29 +00:00
root deleted branch renovate 2024-08-03 08:15:31 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/dvf#10
No description provided.