Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.3.0 -> 15.5.2 age adoption passing 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 - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 15, 2025

成功

@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from abbd6b4 to 54281c4 Compare March 12, 2025 16:21
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.4.3 chore(deps): update dependency lint-staged to v15.5.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch 2 times, most recently from 57ed829 to e51e5e8 Compare March 17, 2025 13:56
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.5.0 Update dependency lint-staged to v15.5.0 Apr 8, 2025
@renovate renovate bot changed the title Update dependency lint-staged to v15.5.0 chore(deps): update dependency lint-staged to v15.5.0 Apr 9, 2025
@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 branch from e51e5e8 to e70662b Compare April 11, 2025 18:26
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from e70662b to 61c4502 Compare May 6, 2025 11:36
@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 branch from 61c4502 to c3c9e7c Compare June 2, 2025 12:29
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v15.5.2 chore(deps): update dependency lint-staged to v15.5.2 - autoclosed Jun 3, 2025
@renovate renovate bot closed this Jun 3, 2025
@renovate renovate bot deleted the renovate/lint-staged-15.x branch June 3, 2025 16:47
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.

0 participants