webhook-receiver
webhook-receiver copied to clipboard
Bump simple-git from 3.7.1 to 3.19.1
Bumps simple-git from 3.7.1 to 3.19.1.
Release notes
Sourced from simple-git's releases.
[email protected]
Patch Changes
- 2ab1936: keep path splitter without path specs
[email protected]
Minor Changes
- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object
[email protected]
Minor Changes
- 5100f04: Add new interface for showBuffer to allow using
git showon binary files.Patch Changes
- f54cd0d: Examples and documentation for outputHandler
[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
-Bin place of the default-bin checkout methods- 0a623e5: Adds vulnerability detection to prevent use of
--upload-packand--receive-packwithout explicitly opting in.Patch Changes
- ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to
@stsewdfor the suggestion.[email protected]
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.
[email protected]
Minor Changes
- 7746480: Disables the use of inline configuration arguments to prevent unitentionally allowing non-standard remote protocols without explicitly opting in to this practice with the new
allowUnsafeProtocolOverrideproperty having been enabled.Patch Changes
... (truncated)
Changelog
Sourced from simple-git's changelog.
3.19.1
Patch Changes
- 2ab1936: keep path splitter without path specs
3.19.0
Minor Changes
- f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object
3.18.0
Minor Changes
- 5100f04: Add new interface for showBuffer to allow using
git showon binary files.Patch Changes
- f54cd0d: Examples and documentation for outputHandler
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
-Bin place of the default-bin checkout methods- 0a623e5: Adds vulnerability detection to prevent use of
--upload-packand--receive-packwithout explicitly opting in.Patch Changes
- ec97a39: Include restricting the use of git push --exec with other allowUnsafePack exclusions, thanks to
@stsewdfor the suggestion.3.15.1
Patch Changes
- de570ac: Resolves an issue whereby non-strings can be passed into the config switch detector.
... (truncated)
Commits
53e2f7cVersion Packagesfea8551Lint516736fReusable function to append suffix parameters2ab1936fix: keep splitter if no path specs exist (#929)995837aVersion Packages807b3d7Remove circular dependency on test utilitiesf702b61Pathspec / file lists supported in all TaskOptions (#924)a52466dVersion Packages (#917)155c78dAdd new interfacegit.showBufferto allow usinggit.showwith binary file...4f7d401Add example documentation for the output handler- 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 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.