Skip to content

chore(deps): update dependency lint-staged to 17.4.1 - #2964

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update-lint-staged
Open

chore(deps): update dependency lint-staged to 17.4.1#2964
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update-lint-staged

Conversation

@github-actions

@github-actions github-actions Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
lint-staged (source) 16.4.0 -> 17.4.1 age adoption passing confidence

Release Notes

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

16.4.0 -> 17.4.1

v17.4.1

Compare Source

17.4.1

Patch Changes

  • #1840 efe5b63 - This is a version-bump-only release because the previous version 17.4.0 was not published to npmjs.com due to problems with GitHub Actions and Changesets.

17.4.0

Minor Changes

  • #1836 90ec282 - Added a new defineConfig helper for type-checking the lint-staged configuration:

    // lint-staged.config.ts
    
    import { defineConfig } from 'lint-staged/config'
    
    export default defineConfig({
      '*.js': ['prettier --check', 'eslint'],
    })
  • #1832 510a27c - Added a new flag --all to make lint-staged include all files trac...

[View full release notes]

Released by github-actions[bot] on 8/27/2026

v17.3.0

Compare Source

Minor Changes

  • #1825 16b3f74 - It is now possible to run multiple tasks in parallel for a single glob by configuring it with an array of tasks (which run sequentially), and then placing another array inside it (where the tasks will run in parallel). The following demonstrates the order tasks will start in:

    {
      "*.ts": ["first", "second", ["third", "third"], "fourth"]
    }

    As a concrete example, lint-staged's own configuration is:

    /** @type {import('./lib/index.js').Configuration} */
    export default {
      "*": [
        [
          "oxfmt --check --no-error-on-unmatched-pattern",
          "oxlint --no-error-on-unmatched-pattern",
        ],
      ],
      "*.ts": () => "tsc",
    };

    which means:

    1. for all staged files, run the two commands in parallel with staged filenames...

[View full release notes]

Released by github-actions[bot] on 7/31/2026

v17.2.0

Compare Source

Minor Changes

  • #1823 ee156cc - The chunking of tasks based on maximum command line argument length has been re-implemented to be more precise. Now the chunking happens based on the final generated command string, instead of just the list of staged files like previously. This benefits mainly Windows platforms and function commands like:

    /** @type {import('lint-staged').Configuration} */
    export default {
      "*.ts": () => "tsc", // Run "tsc" when any TS file is changed (for entire project)
    };

    Where the spawned command is literally "tsc" without any extra arguments. Previously, this was still chunked when a lot of files were staged. Now, it probably won't be chunked because the length of the command is just three letters.

    Also, native JavaScript/Node.js function tasks won't be chunked at all, when previousl...

[View full release notes]

Released by github-actions[bot] on 7/23/2026


📊 Package Statistics

  • lint-staged: 29,123,348 weekly downloads

Configuration

📅 Schedule: 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 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 Buddy 🤖

@netlify

netlify Bot commented May 6, 2026

Copy link
Copy Markdown

Deploy Preview for ts-inputs failed. Why did it fail? →

Name Link
🔨 Latest commit 40902ca
🔍 Latest deploy log https://app.netlify.com/projects/ts-inputs/deploys/6a6c79fe9e29f50008493513

@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.0 chore(deps): update dependency lint-staged to 17.0.2 May 6, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from e9ffb6e to 38e3c7e Compare May 6, 2026 12:37
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.2 chore(deps): update dependency lint-staged to 17.0.3 May 8, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 38e3c7e to fcef94f Compare May 8, 2026 14:36
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.3 chore(deps): update dependency lint-staged to 17.0.4 May 9, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from fcef94f to 83e540e Compare May 9, 2026 20:14
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.4 chore(deps): update dependency lint-staged to 17.0.5 May 16, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 83e540e to 4ecb2f9 Compare May 16, 2026 12:21
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.5 chore(deps): update dependency lint-staged to 17.0.6 May 30, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 4ecb2f9 to 7489228 Compare May 30, 2026 12:25
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.6 chore(deps): update dependency lint-staged to 17.0.7 May 31, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 7489228 to f1dd380 Compare May 31, 2026 12:28
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.7 chore(deps): update dependency lint-staged to 17.0.8 Jun 20, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from f1dd380 to 8164cf0 Compare June 20, 2026 20:29
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.0.8 chore(deps): update dependency lint-staged to 17.1.0 Jul 18, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 8164cf0 to 8522808 Compare July 18, 2026 14:46
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.1.0 chore(deps): update dependency lint-staged to 17.1.1 Jul 22, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 8522808 to ce60cea Compare July 22, 2026 06:24
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.1.1 chore(deps): update dependency lint-staged to 17.2.0 Jul 23, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from ce60cea to 20d1866 Compare July 23, 2026 10:15
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.2.0 chore(deps): update dependency lint-staged to 17.3.0 Jul 31, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 20d1866 to 40902ca Compare July 31, 2026 10:33
@github-actions github-actions Bot changed the title chore(deps): update dependency lint-staged to 17.3.0 chore(deps): update dependency lint-staged to 17.4.1 Aug 27, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-lint-staged branch from 40902ca to 6109fc1 Compare August 27, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants