Skip to content

Conversation

@tradeshift-renovate
Copy link

@tradeshift-renovate tradeshift-renovate bot commented Jun 1, 2025

This PR contains the following updates:

Package Type Update Change
lint-staged devDependencies major ^15.5.2 -> ^16.1.0

Release Notes

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

v16.1.0

Compare Source

Minor Changes
  • #​1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #​1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

v16.0.0

Compare Source

Major Changes
  • #​1546 158d15c Thanks @​iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with node, especially when using Windows:

    {
      "*.js": "node my-js-linter.js"
    }
  • #​1546 158d15c Thanks @​iiroj! - The --shell flag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via "$@​":


Configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tradeshift-renovate tradeshift-renovate bot added dependencies Pull requests that update a dependency file dev labels Jun 1, 2025
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/lint-staged-16.x branch from fa5fca5 to d030148 Compare June 1, 2025 04:38
@tradeshift-renovate tradeshift-renovate bot force-pushed the renovate/lint-staged-16.x branch from d030148 to f0dd998 Compare June 2, 2025 13:20
@tradeshift-renovatebot tradeshift-renovatebot merged commit dd9c78f into master Jun 2, 2025
6 checks passed
@tradeshift-renovate tradeshift-renovate bot deleted the renovate/lint-staged-16.x branch June 2, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants