Bump lint-staged from 17.0.3 to 17.0.5
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(26 days ago)
(26 days ago)
dependencies
Bumps lint-staged from 17.0.3 to 17.0.5.
Release notes
Sourced from lint-staged's releases.
v17.0.5
Patch Changes
- #1792
1f67271- Correctly set the--max-arg-lengthdefault value based on the running platform. This controls how very long lists of staged files are split into multiple chunks.v17.0.4
Patch Changes
#1788
f95c1f8- Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:
- after editing
<file>it is staged withgit add <file>, and then committed withgit commit- after editing
<file>it is committed withgit commit --allwithout explicitgit add- after editing
<file>it is committed withgit commit <pathspec>without explicitgit addThere's new test cases which actually setup the Git
pre_commithook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.
Changelog
Sourced from lint-staged's changelog.
17.0.5
Patch Changes
- #1792
1f67271- Correctly set the--max-arg-lengthdefault value based on the running platform. This controls how very long lists of staged files are split into multiple chunks.17.0.4
Patch Changes
#1788
f95c1f8- Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:
- after editing
<file>it is staged withgit add <file>, and then committed withgit commit- after editing
<file>it is committed withgit commit --allwithout explicitgit add- after editing
<file>it is committed withgit commit <pathspec>without explicitgit addThere's new test cases which actually setup the Git
pre_commithook to run lint-staged and verify them. These issues started in v17.0.0 when trying to improve support for committig without having explicitly staged files.
Commits
cbd822eMerge pull request #1793 from lint-staged/changeset-release/main1911244chore(changeset): release7339d7dMerge pull request #1792 from lint-staged/fix-max-arg-length-default1f67271fix: defaultmaxArgLengthtoundefinedinstead ofNaNwhen parsing cli ...2862964Merge pull request #1789 from lint-staged/changeset-release/mainc9ecd54chore(changeset): releasecc6b51aMerge pull request #1788 from lint-staged/fix-update-index-againf95c1f8fix: update both default index.lock and non-standard lock when latter existsf44ee68Merge pull request #1786 from lint-staged/update-repo-urla61cf18build(deps): update dependencies- 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 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)
Package Dependencies
Technical Details
| ID: | 15836642 |
| UUID: | 4465491391 |
| Node ID: | PR_kwDOOSgL7c7cd7UU |
| Host: | GitHub |
| Repository: | Scc33/algorithm-visualizer |