chore(deps): update dependency lint-staged to v15.5.2#279
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying handbook-floeproject-org with
|
| Latest commit: |
ebdc004
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5af45601.handbook-floeproject-org.pages.dev |
| Branch Preview URL: | https://renovate-lint-staged-15-x.handbook-floeproject-org.pages.dev |
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
March 20, 2025 12:35
6de50c8 to
8fbcf31
Compare
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
April 3, 2025 23:57
8fbcf31 to
20d84e4
Compare
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
April 11, 2025 18:32
20d84e4 to
cfd1fcf
Compare
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
May 6, 2025 12:38
cfd1fcf to
12c45e1
Compare
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
September 25, 2025 20:39
12c45e1 to
8bb03a6
Compare
[skip netlify]
renovate
Bot
force-pushed
the
renovate/lint-staged-15.x
branch
from
November 18, 2025 10:07
8bb03a6 to
ebdc004
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.4.3→15.5.2Release Notes
lint-staged/lint-staged (lint-staged)
v15.5.2Compare Source
Patch Changes
5561321Thanks @YimingIsCOLD! - Correctly handle colon (:) characters in staged filenames.v15.5.1Compare Source
Patch Changes
#1533
5d53534Thanks @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:v15.5.0Compare Source
Minor Changes
630af5fThanks @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
file.jswith only double quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"'are stagedNow
file.jswith only double-quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.