Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 11, 2025

This PR contains the following updates:

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

Release Notes

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

v16.1.5

Compare Source

Patch Changes

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

v16.1.1

Compare Source

Patch Changes
  • #​1565 3686977 Thanks @​iiroj! - Lint-staged now explicitly warns about potential data loss when using --no-stash.

  • #​1571 02299a9 Thanks @​iiroj! - Function tasks (introduced in v16.0.0) only received the staged files matching the conpmnfigured glob, instead of all staged files.

  • #​1563 bc61c74 Thanks @​iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the --no-stash option. This happened because --no-stash implied --no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.

    The previous (incorrect) behavior can still be achieved by using both options --no-stash --no-hide-partially-staged at the same time.

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 - "on sunday before 6:00am" in timezone 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 renovate bot added the dependencies Pull requests that update a dependency file label May 11, 2025
@vercel
Copy link

vercel bot commented May 11, 2025

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

Project Deployment Preview Comments Updated (UTC)
lobe-chat-database Ready Ready Preview Comment Aug 28, 2025 7:54pm
lobe-chat-preview Ready Ready Preview Comment Aug 28, 2025 7:54pm

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 11, 2025
@lobehubbot
Copy link
Member

👍 @renovate[bot]

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

@codecov
Copy link

codecov bot commented May 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.04%. Comparing base (4b3f8d4) to head (5e5d688).
⚠️ Report is 751 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #7791     +/-   ##
=========================================
  Coverage   84.04%   84.04%             
=========================================
  Files         864      864             
  Lines       70148    70148             
  Branches     6211     4829   -1382     
=========================================
  Hits        58955    58955             
  Misses      11187    11187             
  Partials        6        6             
Flag Coverage Δ
app 85.96% <ø> (ø)
database 96.26% <ø> (ø)
packages/electron-server-ipc 74.61% <ø> (ø)
packages/file-loaders 83.59% <ø> (ø)
packages/model-runtime 74.14% <ø> (ø)
packages/prompts 100.00% <ø> (ø)
packages/utils 61.13% <ø> (ø)
packages/web-crawler 59.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Store 68.86% <ø> (ø)
Services 61.98% <ø> (ø)
Server 66.35% <ø> (ø)
Libs 46.10% <ø> (ø)
Utils 70.63% <ø> (ø)
🚀 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 force-pushed the renovate/lint-staged-16.x branch from 12c10f4 to c7e07fb Compare May 20, 2025 04:51
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from c7e07fb to 749e950 Compare August 3, 2025 18:13
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 749e950 to af53d27 Compare August 8, 2025 15:52
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from af53d27 to df21785 Compare August 10, 2025 11:11
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from df21785 to ad4f16e Compare August 13, 2025 13:37
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from ad4f16e to 7b14e51 Compare August 19, 2025 13:57
@renovate renovate bot changed the title Update dependency lint-staged to v16 chore(deps): update dependency lint-staged to v16 Aug 27, 2025
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16 Update dependency lint-staged to v16 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from 7b14e51 to 5e5d688 Compare August 28, 2025 15:04
@renovate renovate bot changed the base branch from main to master August 28, 2025 15:04
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency lint-staged to v16 Update dependency lint-staged to v16 - autoclosed Nov 3, 2025
@renovate renovate bot closed this Nov 3, 2025
@renovate renovate bot deleted the renovate/lint-staged-16.x branch November 3, 2025 04:59
@gru-agent
Copy link
Contributor

gru-agent bot commented Nov 3, 2025

⏳ Processing in progress

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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants