Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v16.2.1

Compare Source

Patch Changes
  • #​1664 8277b3b Thanks @​iiroj! - The built-in TypeScript types have been updated to more closely match the implementation. Notably, the list of staged files supplied to task functions is readonly string[] and can't be mutated. Thanks @​outslept!

    export default {
    ---  "*": (files: string[]) => void console.log('staged files', files)
    +++  "*": (files: readonly string[]) => void console.log('staged files', files)
    }
  • #​1654 70b9af3 Thanks @​iiroj! - This version has been published from GitHub Actions using Trusted Publishing for npm packages.

  • #​1659 4996817 Thanks @​iiroj! - Fix searching configuration files when the working directory is a subdirectory of a git repository, and there are package.json files in the working directory. This situation might happen when running lint-staged for a single package in a monorepo.

  • #​1654 7021f0a Thanks @​iiroj! - Return the caret semver range (^) to direct dependencies so that future patch and minor versions are allowed. This enables projects to better maintain and deduplicate their own transitive dependencies while not requiring direct updates to lint-staged. This was changed in 16.2.0 after the vulnerability issues with chalk and debug, which were also removed in the same version.

    Given the recent vulnerabilities in the npm ecosystem, it's best to be very careful when updating dependencies.


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner September 27, 2025 18:13
@renovate renovate bot requested review from Fluf22 and shortcuts and removed request for a team September 27, 2025 18:13
@algolia-bot
Copy link
Collaborator

algolia-bot commented Sep 27, 2025

✔️ Code generated!

Name Link
🪓 Triggered by 1778147fcd82c2ee5f50de8eea9d6086d93fbdb0
🍃 Generated commit bf1e5de152dfcc09f49e02fdb62c0c55392201ef
🌲 Generated branch generated/renovate/lint-staged-16.x
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
go 1766
javascript 1663
php 1454
csharp 1425
python 1163
java 1002
ruby 724
swift 687
scala 23

@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch 6 times, most recently from 98209fe to e9325cb Compare September 27, 2025 19:57
@renovate renovate bot force-pushed the renovate/lint-staged-16.x branch from e9325cb to 98716d4 Compare September 27, 2025 20:16
@renovate renovate bot merged commit 463582a into chore/renovateBaseBranch Sep 27, 2025
29 checks passed
@renovate renovate bot deleted the renovate/lint-staged-16.x branch September 27, 2025 20:34
algolia-bot added a commit that referenced this pull request Sep 27, 2025
…ted)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant