Bumpslint-staged from 13.2.2 to 15.5.2.
Release notes
Sourced fromlint-staged's releases.
v15.5.2
Patch Changes
v15.5.1
Patch Changes
v15.5.0
Minor Changes
#1526630af5f 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 Prettierprefers double quotes.
Previously
- Stage
file.js with 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 staged
Now
- Stage
file.js with 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
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
Patch Changes
- #1509
8827ebf Thanks@iiroj! - Changelint-staged's dependencies to usecaret (^) ranges instead oftilde (~). 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 fromlint-staged's changelog.
15.5.2
Patch Changes
15.5.1
Patch Changes
15.5.0
Minor Changes
#1526630af5f 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 Prettierprefers double quotes.
Previously
- Stage
file.js with 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 staged
Now
- Stage
file.js with 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
cbfed1d Thanks@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
8e91302 chore(changeset): release64148fd Merge pull request#1545 from lint-staged/revert-v16-changes46f47b2 Revert "build(deps): update dependencies"9472af9 Revert "build(execa): upgrade execa@9.5.2, require Node.js ^18.19.0 || >=20.5.0"9e17c9c Revert "chore: remove validation of deprecated advanced config options"6fda79a Revert "feat: remove--shell flag support"e1ea676 Revert "feat: replaceexeca withnano-spawn"5561321 fix: handle colon characters in staged filenames (#1544)dcc9a51 feat: replaceexeca withnano-spawn2fa909d feat: remove--shell flag support- Additional commits viewable incompare 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 rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumpslint-staged from 13.2.2 to 15.5.2.
Release notes
Sourced fromlint-staged's releases.
... (truncated)
Changelog
Sourced fromlint-staged's changelog.
... (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 supportDependabot 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)