Skip to content

chore(deps): update dependency lint-staged to v17.1.0 - #303

Merged
la3rence merged 1 commit into
mainfrom
renovate/lint-staged-17.x-lockfile
Jul 20, 2026
Merged

chore(deps): update dependency lint-staged to v17.1.0#303
la3rence merged 1 commit into
mainfrom
renovate/lint-staged-17.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
lint-staged17.0.817.1.0ageconfidence

Release Notes

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

v17.1.0

Compare Source

Minor Changes
  • #​18167568d4f - The console output of lint-staged has been simplified so that there's less interactive spinners and more explicit messages like "Started…" -> "Done!". The primary purpose of this was to remove Listr2, a very large dependency.

    Before:

    Size of node_modules/ after installing: 1561.7 kB with 29 packages.

    Fancy interactive spinners, but output dynamically changes:

    ✔ Backed up original state in git stash (0b191303)
    ✔ Running tasks for staged files...
    ✔ Staging changes from tasks...
    ✔ Cleaning up temporary files...

    After:

    Size of node_modules/ after installing: 974.0 kB with 5 packages (37.6 % smaller, 82.7 % less transitive dependencies).

    Simpler but more explicit output:

    ⋯ Backing up original state…
    ✔ Done backing up original state (35b38ed1)!
    ⋯ Running tasks for staged files…
    *.js — 1 file
    ⋯ oxlint --fix
    *.{json,md} — 1 file
    ⋯ oxfmt --write
    ✔ oxfmt --write
    ✔ oxlint --fix
    ✔ Done running tasks for staged files!
    ⋯ Staging changes from tasks…
    ✔ Done staging changes from tasks!
    ⋯ Cleaning up temporary files…
    ✔ Done cleaning up temporary files!
Patch Changes
  • #​1816c19079d - Try to restore hidden unstaged changes when using --no-revert.

  • #​1818efb23a2 - Console output colors are enabled/disabled more consistently.

  • #​181826112a1 - Failed JS function tasks now properly kill other tasks, unless --continue-on-error is used. Previously their failure didn't affect other tasks.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@vercel

vercelBot commented Jul 19, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
express-exampleReadyReadyPreviewJul 19, 2026 4:07pm

@github-actions

Copy link
Copy Markdown
Contributor

6 passed

@codecov

codecovBot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.55%. Comparing base (83cdc29) to head (6d95919).

Additional details and impacted files
@@ Coverage Diff @@## main #303 +/- ##
=======================================
Coverage 96.55% 96.55% =======================================
Files 8 8 Lines 203 203 =======================================
Hits 196 196 Misses 7 7 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

@la3rence
la3rence merged commit a3df74a into mainJul 20, 2026
6 checks passed
@la3rence
la3rence deleted the renovate/lint-staged-17.x-lockfile branch July 20, 2026 03:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@la3rence@k8s-ci-bot