chore(deps-dev): update lint-staged requirement from ^15.5.0 to ^15.5.1
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
Updates the requirements on lint-staged to permit the latest version.
Changelog
Sourced from lint-staged's changelog.
15.5.1
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!
15.5.0
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
- 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 stagedNow
- 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
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.15.4.1
... (truncated)
Commits
6a73e5b
chore(changeset): releasecf7f1a5
Merge pull request #1533 from lint-staged/fix-submodules-filter6acd5bf
ci: bump Cygwin action v55d53534
fix: handle uninitialized submodules when listing staged filesccf8fa5
docs(package): fix repository url and bin; add homepage and bugs urls (#1532)- See full diff 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 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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 388131 |
UUID: | 3033085581 |
Node ID: | PR_kwDOLi4rAM6UmdAJ |
Host: | GitHub |
Repository: | archoleat/commitlint-define-config |