Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2025

This PR contains the following updates:

Package Change Age Confidence
lint-staged 16.2.1 -> 16.2.5 age confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v16.2.5

Compare Source

Patch Changes
  • #​1687 9e02d9d Thanks @​iiroj! - Fix unhandled promise rejection when spawning tasks (instead of the tasks themselves failing). Previously when a task failed to spawn, lint-staged also failed and the backup stash might not have been automatically restored.

v16.2.4

Compare Source

Patch Changes

v16.2.3

Compare Source

Patch Changes
  • #​1669 27cd541 Thanks @​iiroj! - When using --fail-on-changes, automatically hidden (partially) unstaged changes are no longer counted to make lint-staged fail.

v16.2.2

Compare Source

Patch Changes
  • #​1667 699f95d Thanks @​iiroj! - The backup stash will not be dropped when using --fail-on-changes and there are errors. When reverting to original state is disabled (via --no-revert or --fail-on-changes), hidden (partially) unstaged changes are still restored automatically so that it's easier to resolve the situation manually.

    Additionally, the example for using the backup stash manually now uses the correct backup hash, if available:

    % npx lint-staged --fail-on-changes
    ✔ Backed up original state in git stash (c18d55a3)
    ✔ Running tasks for staged files...
    ✖ Tasks modified files and --fail-on-changes was used!
    ↓ Cleaning up temporary files...
    
    ✖ lint-staged failed because `--fail-on-changes` was used.
    
    Any lost modifications can be restored from a git stash:
    
      > git stash list --format="%h %s"
      c18d55a3 On main: lint-staged automatic backup
      > git apply --index c18d55a3

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

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

@vercel
Copy link

vercel bot commented Sep 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
express-example Ready Ready Preview Oct 21, 2025 1:49am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@coderabbitai
Copy link

coderabbitai bot commented Sep 28, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

6 passed

@codecov
Copy link

codecov bot commented Sep 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.55%. Comparing base (07e8530) to head (33d8294).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #236   +/-   ##
=======================================
  Coverage   96.55%   96.55%           
=======================================
  Files           8        8           
  Lines         203      203           
=======================================
  Hits          196      196           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.2.2 chore(deps): update dependency lint-staged to v16.2.3 Sep 28, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from 280c260 to 35b82bc Compare September 28, 2025 17:55
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from 35b82bc to b54bbfc Compare October 4, 2025 02:40
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from b54bbfc to 4d8da3c Compare October 10, 2025 05:55
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.2.3 chore(deps): update dependency lint-staged to v16.2.4 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from 4d8da3c to 95c5ade Compare October 11, 2025 09:11
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.2.4 chore(deps): update dependency lint-staged to v16.2.5 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from 95c5ade to 051abc2 Compare October 20, 2025 18:43
@renovate renovate bot force-pushed the renovate/lint-staged-16.x-lockfile branch from 051abc2 to 33d8294 Compare October 21, 2025 01:49
@la3rence la3rence merged commit 2db438f into main Oct 21, 2025
5 checks passed
@la3rence la3rence deleted the renovate/lint-staged-16.x-lockfile branch October 21, 2025 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants