Skip to content

chore(deps): update dependency lint-staged to v15.5.2#482

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lint-staged-15.x-lockfile
Open

chore(deps): update dependency lint-staged to v15.5.2#482
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lint-staged-15.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
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 349e337 to f388b6b Compare April 8, 2025 12:47
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch from f388b6b to 76913ee Compare April 11, 2025 12:37
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.5.0 chore(deps): update dependency lint-staged to v15.5.1 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from 80a93d9 to c6b359f Compare April 15, 2025 10:54
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from 615572c to b7c6484 Compare April 25, 2025 12:30
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from c6def75 to 3e88b14 Compare May 6, 2025 13:21
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.5.1 chore(deps): update dependency lint-staged to v15.5.2 May 6, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 5 times, most recently from 6da242f to d8ae5ec Compare May 9, 2025 16:05
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 4 times, most recently from 941b2a0 to c870a29 Compare May 21, 2025 13:09
@renovate renovate bot force-pushed the renovate/lint-staged-15.x-lockfile branch 3 times, most recently from 4b9df0e to 6377ed4 Compare May 29, 2025 10:40
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