Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Confidence
lint-staged 15.3.015.5.2 age confidence

Release Notes

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

v15.5.2

Compare Source

Patch Changes

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/Montreal, 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 Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Jan 16, 2025
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.4.0 chore(deps): update dependency lint-staged to v15.4.1 Jan 16, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from 639870c to 9aa8995 Compare January 21, 2025 09:31
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.4.1 chore(deps): update dependency lint-staged to v15.4.2 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 9aa8995 to 4c4230e Compare January 23, 2025 13:36
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.4.2 chore(deps): update dependency lint-staged to v15.4.3 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from c0054aa to f6b7e63 Compare January 29, 2025 13:36
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from 7571f3e to 70afe46 Compare February 4, 2025 14:53
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 5 times, most recently from 7b97238 to daf446c Compare February 18, 2025 10:35
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from 22afd03 to 37743d1 Compare February 27, 2025 10:11
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 5 times, most recently from b261d0b to fcbae38 Compare March 8, 2025 11:02
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 2 times, most recently from 50108cc to 76358de Compare March 11, 2025 11:14
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from 756a9fa to 51dc97c Compare October 4, 2025 09:02
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from eade305 to 5312fd6 Compare October 14, 2025 08:32
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from 8456e20 to f812481 Compare October 21, 2025 22:47
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from ca2ea91 to 71679ba Compare November 4, 2025 10:39
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 2 times, most recently from 884f12f to edb3677 Compare November 12, 2025 13:13
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 2 times, most recently from a46676f to 20847c7 Compare November 26, 2025 09:10
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 2 times, most recently from 3458cbe to d66fd49 Compare December 3, 2025 09:49
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from 99d5a9c to 97534a3 Compare December 15, 2025 08:32
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 97534a3 to 100a3b3 Compare December 17, 2025 13:38
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from 100a3b3 to a56c89d Compare December 25, 2025 13:42
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from a56c89d to e3828b9 Compare December 30, 2025 09:37
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.

1 participant