fotingo
fotingo copied to clipboard
chore(deps)(deps): bump simple-git from 3.15.1 to 3.17.0
Bumps simple-git from 3.15.1 to 3.17.0.
Release notes
Sourced from simple-git's releases.
[email protected]
Minor Changes
- a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.
[email protected]
Patch Changes
- 066b228: Fix overly permissive regex in push parser
[email protected]
Minor Changes
- 97fde2c: Support the use of
-B
in place of the default-b
in checkout methods- 0a623e5: Adds vulnerability detection to prevent use of
--upload-pack
and--receive-pack
without explicitly opting in.Patch Changes
- ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to
@stsewd
for the suggestion.
Changelog
Sourced from simple-git's changelog.
3.17.0
Minor Changes
- a63cfc2: Timeout plugin can now be configured to ignore data on either stdOut or stdErr in the git process when determining whether to kill the spawned process.
3.16.1
Patch Changes
- 066b228: Fix overly permissive regex in push parser
3.16.0
Minor Changes
- 97fde2c: Support the use of
-B
in place of the default-b
in checkout methods- 0a623e5: Adds vulnerability detection to prevent use of
--upload-pack
and--receive-pack
without explicitly opting in.Patch Changes
- ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to
@stsewd
for the suggestion.
Commits
6752835
Version Packages (#903)a63cfc2
Fix/timeout progress combo (#900)3a0ac21
Version Packages9971b23
Update push.spec.tsd5c11b5
Fix regex in parse-push.tscca9ca7
Add test to show support for using-- *
in agit stash push
e554510
Fixgit().pull
typo in readme1a12952
Version Packagesec97a39
Block unsafe pack (push --exec) (#882)0a623e5
Feat/unsafe pack (#881)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
A newer version of simple-git exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.