You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1803bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.
#17967508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.
#1802321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.
v17.0.5
Patch Changes
#17921f67271 - Correctly set the --max-arg-length default 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
#1788f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:
after editing <file> it is staged with git add <file>, and then committed with git commit
after editing <file> it is committed with git commit --all without explicit git add
after editing <file> it is committed with git commit <pathspec> without explicit git add
There's new test cases which actually setup the Git pre_commit hook 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.
v17.0.3
Patch Changes
#178206813f9 Thanks @iiroj! - Fix lint-staged behavior when implicitly committing files without using git add by either:
git commit -am "my commit message" where -a (--all) means to automatically stage all tracked modified and deleted files
git commit -m "my commit message" . where . is an example of a pathspec where matching files will be staged
#1803bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.
#17967508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.
#1802321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.
17.0.5
Patch Changes
#17921f67271 - Correctly set the --max-arg-length default 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
#1788f95c1f8 - Another fix for making sure lint-staged adds task modifications correctly to the commit in the following cases:
after editing <file> it is staged with git add <file>, and then committed with git commit
after editing <file> it is committed with git commit --all without explicit git add
after editing <file> it is committed with git commit <pathspec> without explicit git add
There's new test cases which actually setup the Git pre_commit hook 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.
17.0.3
Patch Changes
#178206813f9 Thanks @iiroj! - Fix lint-staged behavior when implicitly committing files without using git add by either:
git commit -am "my commit message" where -a (--all) means to automatically stage all tracked modified and deleted files
git commit -m "my commit message" . where . is an example of a pathspec where matching files will be staged
This version was pushed to npm by GitHub Actions, a new releaser for lint-staged since your current version.
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 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)
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/entities@4.5.0. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
1 participant
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.
Bumps lint-staged from 15.5.2 to 17.0.7.
Release notes
Sourced from lint-staged's releases.
... (truncated)
Changelog
Sourced from lint-staged's changelog.
... (truncated)
Commits
cd11fecMerge pull request #1807 from lint-staged/changeset-release/main15a8ee0chore(changeset): release797bbd9Merge pull request #1808 from lint-staged/add-stashing-faq504e307docs: add FAQ entry on how stashing workseff5cd1Merge pull request #1806 from lint-staged/update-tinyexece692e58build(deps): updatetinyexec@^1.2.4a2dd4eaMerge pull request #1805 from lint-staged/update-github-templatesc928519docs: update GitHub templates094ba56Merge pull request #1798 from lint-staged/changeset-release/main88e19fechore(changeset): releaseMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for lint-staged since your current version.
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)