directory-connector icon indicating copy to clipboard operation
directory-connector copied to clipboard

[deps]: Update lint-staged to v16

Open renovate[bot] opened this issue 5 months ago • 4 comments
trafficstars

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.5.2 -> 16.1.0 age adoption passing confidence

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 - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.

renovate[bot] avatar May 26 '25 01:05 renovate[bot]

Internal tracking:

  • ID: PM-22066
  • Link: https://bitwarden.atlassian.net/browse/PM-22066

bitwarden-bot avatar May 26 '25 01:05 bitwarden-bot

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 7.72%. Comparing base (a462ae7) to head (6ed8317). Report is 1 commits behind head on main.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #789   +/-   ##
=====================================
  Coverage   7.72%   7.72%           
=====================================
  Files         68      68           
  Lines       2757    2757           
  Branches     475     475           
=====================================
  Hits         213     213           
  Misses      2529    2529           
  Partials      15      15           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar May 26 '25 01:05 codecov[bot]

Logo Checkmarx One – Scan Summary & Detailsf88e087e-09dc-42ea-9c2a-06319adfb782

Great job, no security vulnerabilities found in this Pull Request

github-actions[bot] avatar May 29 '25 15:05 github-actions[bot]