Bump lint-staged from 13.2.2 to 15.5.2
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(7 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps lint-staged from 13.2.2 to 15.5.2.
Release notes
Sourced from lint-staged's releases.
v15.5.2
Patch Changes
- #1544
5561321Thanks@YimingIsCOLD! - Correctly handle colon (:) characters in staged filenames.v15.5.1
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:✖ Failed to get staged files!v15.5.0
Minor Changes
#1526
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
- Stage
file.jswith only double quotes"changed to'- Run
git commit -am "I don't like double quotes"- Lint-staged runs
prettier --write file.js, converting all the'back to"- Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'are stagedNow
- Stage
file.jswith only double-quotes"changed to'- Run
git commit -am "I don't like double quotes"- Lint-staged runs
prettier --write file.js, converting all the'back to"- Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
v15.4.3
Patch Changes
- #1512
cbfed1dThanks@tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2
Patch Changes
- #1509
8827ebfThanks@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
Patch Changes
... (truncated)
Changelog
Sourced from lint-staged's changelog.
15.5.2
Patch Changes
- #1544
5561321Thanks@YimingIsCOLD! - Correctly handle colon (:) characters in staged filenames.15.5.1
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:✖ Failed to get staged files!15.5.0
Minor Changes
#1526
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
- Stage
file.jswith only double quotes"changed to'- Run
git commit -am "I don't like double quotes"- Lint-staged runs
prettier --write file.js, converting all the'back to"- Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
- Commit was not done, original state is restored and single quotes
'are stagedNow
- Stage
file.jswith only double-quotes"changed to'- Run
git commit -am "I don't like double quotes"- Lint-staged runs
prettier --write file.js, converting all the'back to"- Because there are now no changes, lint-staged fails and cancels the commit
- Commit was not done, and there are no staged changes
15.4.3
Patch Changes
- #1512
cbfed1dThanks@tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.15.4.2
... (truncated)
Commits
8e91302chore(changeset): release64148fdMerge pull request #1545 from lint-staged/revert-v16-changes46f47b2Revert "build(deps): update dependencies"9472af9Revert "build(execa): upgrade execa@9.5.2, require Node.js ^18.19.0 || >=20.5.0"9e17c9cRevert "chore: remove validation of deprecated advanced config options"6fda79aRevert "feat: remove--shellflag support"e1ea676Revert "feat: replaceexecawithnano-spawn"5561321fix: handle colon characters in staged filenames (#1544)dcc9a51feat: replaceexecawithnano-spawn2fa909dfeat: remove--shellflag support- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+188
-151
Package Dependencies
Technical Details
| ID: | 965040 |
| UUID: | 2503385605 |
| Node ID: | PR_kwDOAyKKHs6VNqIF |
| Host: | GitHub |
| Repository: | draft-js-plugins/draft-js-plugins |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |