Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Confidence
lint-staged 15.4.3 -> 15.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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

cloudflare-workers-and-pages bot commented Mar 12, 2025

Deploying handbook-floeproject-org with  Cloudflare Pages  Cloudflare Pages

Latest commit: 12c45e1
Status: ✅  Deploy successful!
Preview URL: https://23e342a0.handbook-floeproject-org.pages.dev
Branch Preview URL: https://renovate-lint-staged-15-x.handbook-floeproject-org.pages.dev

View logs

@renovate renovate bot enabled auto-merge (squash) March 12, 2025 19:29
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 6de50c8 to 8fbcf31 Compare March 20, 2025 12:35
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 8fbcf31 to 20d84e4 Compare April 3, 2025 23:57
@renovate renovate bot force-pushed the renovate/lint-staged-15.x branch from 20d84e4 to cfd1fcf Compare April 11, 2025 18:32
@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 cfd1fcf to 12c45e1 Compare May 6, 2025 12:38
@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
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