[9.0] Update dependency simple-git to ^3.27.0 (main) (#206178) (#222648)

# Backport

This will backport the following commits from `main` to `9.0`:
- [Update dependency simple-git to ^3.27.0 (main)
(#206178)](https://github.com/elastic/kibana/pull/206178)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-04T19:30:36Z","message":"Update
dependency simple-git to ^3.27.0 (main) (#206178)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[simple-git](https://redirect.github.com/steveukx/git-js)\n([source](https://redirect.github.com/steveukx/git-js/tree/HEAD/simple-git))\n|
devDependencies | minor | [`^3.16.0`
->\n`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>steveukx/git-js
(simple-git)</summary>\n\n###\n[`v3.27.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.26.0...simple-git@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://redirect.github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.25.0...simple-git@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.24.0...simple-git@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.23.0...simple-git@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.22.0...simple-git@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.21.0...simple-git@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.20.0...simple-git@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://redirect.github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.1...simple-git@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.0...simple-git@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.18.0...simple-git@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.17.0...simple-git@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.1...simple-git@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](a63cfc2):\nTimeout
plugin can now be configured to ignore data on either stdOut or\nstdErr
in the git process when determining whether to kill the
spawned\nprocess.\n\n###\n[`v3.16.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.0...simple-git@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](066b228):\nFix
overly permissive regex in push parser\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<brad.white@elastic.co>","sha":"04da0c4c16161a1810023b96b5d4576b992625db","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.1.0"],"title":"Update
dependency simple-git to ^3.27.0
(main)","number":206178,"url":"https://github.com/elastic/kibana/pull/206178","mergeCommit":{"message":"Update
dependency simple-git to ^3.27.0 (main) (#206178)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[simple-git](https://redirect.github.com/steveukx/git-js)\n([source](https://redirect.github.com/steveukx/git-js/tree/HEAD/simple-git))\n|
devDependencies | minor | [`^3.16.0`
->\n`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>steveukx/git-js
(simple-git)</summary>\n\n###\n[`v3.27.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.26.0...simple-git@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://redirect.github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.25.0...simple-git@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.24.0...simple-git@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.23.0...simple-git@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.22.0...simple-git@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.21.0...simple-git@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.20.0...simple-git@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://redirect.github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.1...simple-git@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.0...simple-git@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.18.0...simple-git@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.17.0...simple-git@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.1...simple-git@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](a63cfc2):\nTimeout
plugin can now be configured to ignore data on either stdOut or\nstdErr
in the git process when determining whether to kill the
spawned\nprocess.\n\n###\n[`v3.16.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.0...simple-git@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](066b228):\nFix
overly permissive regex in push parser\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<brad.white@elastic.co>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206178","number":206178,"mergeCommit":{"message":"Update
dependency simple-git to ^3.27.0 (main) (#206178)\n\nThis PR contains
the following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[simple-git](https://redirect.github.com/steveukx/git-js)\n([source](https://redirect.github.com/steveukx/git-js/tree/HEAD/simple-git))\n|
devDependencies | minor | [`^3.16.0`
->\n`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>steveukx/git-js
(simple-git)</summary>\n\n###\n[`v3.27.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.26.0...simple-git@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://redirect.github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.25.0...simple-git@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.24.0...simple-git@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.23.0...simple-git@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.22.0...simple-git@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.21.0...simple-git@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.20.0...simple-git@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://redirect.github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.1...simple-git@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.19.0...simple-git@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.18.0...simple-git@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.17.0...simple-git@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.1...simple-git@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](a63cfc2):\nTimeout
plugin can now be configured to ignore data on either stdOut or\nstdErr
in the git process when determining whether to kill the
spawned\nprocess.\n\n###\n[`v3.16.1`](https://redirect.github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://redirect.github.com/steveukx/git-js/compare/simple-git@3.16.0...simple-git@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](066b228):\nFix
overly permissive regex in push parser\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://redirect.github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<brad.white@elastic.co>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <brad.white@elastic.co>
This commit is contained in:
Kibana Machine 2025-06-05 00:09:15 +02:00 committed by GitHub
parent c888f41fa2
commit 2308d6607f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1839,7 +1839,7 @@
"sass-loader": "^10.5.2",
"selenium-webdriver": "^4.33.0",
"sharp": "0.32.6",
"simple-git": "^3.16.0",
"simple-git": "^3.27.0",
"sinon": "^7.4.2",
"sort-package-json": "^1.53.1",
"source-map": "^0.7.4",

View file

@ -28060,14 +28060,14 @@ simple-get@^4.0.0, simple-get@^4.0.1:
once "^1.3.1"
simple-concat "^1.0.0"
simple-git@^3.16.0:
version "3.16.0"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.16.0.tgz#421773e24680f5716999cc4a1d60127b4b6a9dec"
integrity sha512-zuWYsOLEhbJRWVxpjdiXl6eyAyGo/KzVW+KFhhw9MqEEJttcq+32jTWSGyxTdf9e/YCohxRE+9xpWFj9FdiJNw==
simple-git@^3.27.0:
version "3.27.0"
resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.27.0.tgz#f4b09e807bda56a4a3968f635c0e4888d3decbd5"
integrity sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"
debug "^4.3.4"
debug "^4.3.5"
simple-sha256@^1.1.0:
version "1.1.0"