Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2025

Bumps lint-staged from 15.5.0 to 16.2.7.

Release notes

Sourced from lint-staged's releases.

v16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

v16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

v16.2.5

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

Patch Changes

v16.2.3

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

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

... (truncated)

Changelog

Sourced from lint-staged's changelog.

16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.

16.2.6

Patch Changes

  • #1693 33d4502 Thanks @​Adrian-Baran-GY! - Fix problems with --continue-on-error option, where tasks might have still been killed (SIGINT) when one of them failed.

16.2.5

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.

16.2.4

Patch Changes

16.2.3

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.

16.2.2

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:

... (truncated)

Commits
  • 0c1b000 chore(changeset): release
  • 595b202 build(deps): update dependencies
  • ef74c8d fix: do display "failed to spawn" message when task fails normally
  • 5cf2a1e style: do not autofix when running lint-staged
  • ba40012 chore: drop npx from commit-msg hook
  • d67de9a chore: fix pre-push hook usage with changeset
  • 8017d1d build(deps): update dependencies
  • 922d7f4 ci: remove dependabot integration, it's not useful
  • 6aeeef1 docs: add PR template
  • a5728b5 docs: add AGENTS.md
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lint-staged since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 5b27441 to 66cf6cb Compare November 25, 2025 09:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 66cf6cb to 0e3c0a2 Compare November 25, 2025 09:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 0e3c0a2 to 7aa04a6 Compare November 25, 2025 09:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 7aa04a6 to 8b21001 Compare November 25, 2025 09:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 8b21001 to 4292656 Compare November 25, 2025 09:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 4292656 to 757235b Compare November 25, 2025 09:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 757235b to 565a42a Compare November 25, 2025 10:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 565a42a to 0f099a9 Compare November 25, 2025 10:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 0f099a9 to 454c1a6 Compare November 25, 2025 10:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 454c1a6 to ee3a2dc Compare November 25, 2025 10:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from ee3a2dc to a3f5638 Compare November 26, 2025 10:50
github-actions[bot]
github-actions bot previously approved these changes Nov 26, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 686b620 to 37d5903 Compare December 10, 2025 15:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 37d5903 to f8eafd7 Compare December 10, 2025 16:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from f8eafd7 to 3d0e31a Compare December 12, 2025 17:29
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 3d0e31a to bd8e6c4 Compare December 12, 2025 17:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from bd8e6c4 to e1ed6ef Compare December 12, 2025 17:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from e1ed6ef to aa90beb Compare December 14, 2025 15:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from aa90beb to 76c524b Compare December 15, 2025 12:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 76c524b to ef44ebe Compare December 15, 2025 12:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from ef44ebe to 6043a8e Compare December 19, 2025 15:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 6043a8e to 111bf95 Compare December 19, 2025 17:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from 111bf95 to b29ca64 Compare December 23, 2025 10:55
Dependabot couldn't find the original pull request head commit, 01c5e48.
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/lint-staged-16.2.7 branch from b29ca64 to c400b15 Compare December 23, 2025 13:24
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Looks like lint-staged is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/lint-staged-16.2.7 branch January 5, 2026 16:22
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.

2 participants