renovate #26

Merged
root merged 1 commits from renovate into master 2024-12-29 11:01:43 +00:00
Contributor

npm

lint-staged

  • ^15.2.11 => ^15.3.0 (dvf)

Minor Changes

  • #1495 e69da9e Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
<h1>npm</h1> <h2>lint-staged</h2> <ul> <li> ^15.2.11 => ^15.3.0 (dvf)</li> </ul> > <h3>Minor Changes</h3> > <ul> > <li><p><a href="https://github.com/lint-staged/lint-staged/pull/1495">#1495</a> <a href="https://github.com/lint-staged/lint-staged/commit/e69da9e614db2d45f56e113d45d5ec0157813423"><code>e69da9e</code></a> Thanks <a href="https://github.com/iiroj">@iiroj</a>! - Added more info to the debug logs so that &quot;environment&quot; info doesn&#39;t need to be added separately to GitHub issues.</p> > </li> > <li><p><a href="https://github.com/lint-staged/lint-staged/pull/1493">#1493</a> <a href="https://github.com/lint-staged/lint-staged/commit/fa0fe98104f8885f673b98b8b49ae586de699c5e"><code>fa0fe98</code></a> Thanks <a href="https://github.com/iiroj">@iiroj</a>! - Added more help messages around the automatic <code>git stash</code> that <em>lint-staged</em> creates as a backup (by default). The console output also displays the short git <em>hash</em> of the stash so that it&#39;s easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.</p> > <p>For example:</p> > <pre><code>% npx lint-staged > ✔ Backed up original state in git stash (20addf8) > ✔ Running tasks for staged files... > ✔ Applying modifications from tasks... > ✔ Cleaning up temporary files... > </code></pre> > <p>where the backup can be seen with <code>git show 20addf8</code>, or <code>git stash list</code>:</p> > <pre><code>% git stash list > stash@{0}: lint-staged automatic backup (20addf8) > </code></pre> > </li> > </ul>
m.schnitzler added 1 commit 2024-12-29 03:47:34 +00:00
root merged commit 5ad53cf79c into master 2024-12-29 11:01:43 +00:00
root deleted branch renovate 2024-12-29 11:01:46 +00:00
root referenced this issue from a commit 2024-12-29 11:01:46 +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#26
No description provided.