Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
simple-git (source) devDependencies minor ^3.16.0 -> ^3.27.0

Release Notes

steveukx/git-js (simple-git)

v3.27.0

Compare Source

Minor Changes
  • 52f767b: Add similarity to the DiffResultNameStatusFile interface used when fetching log/diff with the --name-status option.
  • 739b0d9: Diff summary includes original name of renamed files when run wiht the --name-status option.
  • bc90e7e: Fixes an issue with reporting name changes in the files array returned by git.status.
    Thank you @​mark-codesphere for the contribution.
Patch Changes
  • 03e1c64: Resolve error in log parsing when fields have empty values.

v3.26.0

Compare Source

Minor Changes
  • 28d545b: Upgrade build tools and typescript

v3.25.0

Compare Source

Minor Changes
  • 0a5378d: Add support for parsing count-objects
Patch Changes
  • 4aceb15: Upgrade dependencies and build tools

v3.24.0

Compare Source

Minor Changes
  • c355317: Enable the use of a two part custom binary

v3.23.0

Compare Source

Minor Changes
  • 9bfdf08: Bump package manager from yarn v1 to v4
Patch Changes
  • 8a3118d: Fixed a performance issue when parsing stat diff summaries
  • 9f1a174: Update build tools and workflows for Yarn 4 compatibility

v3.22.0

Compare Source

Minor Changes
  • df14065: add status to DiffResult when using --name-status

v3.21.0

Compare Source

Minor Changes
  • 709d80e: Add firstCommit utility interface
Patch Changes

v3.20.0

Compare Source

Minor Changes
  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

v3.19.1

Compare Source

Patch Changes
  • 2ab1936: keep path splitter without path specs

v3.19.0

Compare Source

Minor Changes
  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object

v3.18.0

Compare Source

Minor Changes
  • 5100f04: Add new interface for showBuffer to allow using git show on binary files.
Patch Changes
  • f54cd0d: Examples and documentation for outputHandler

v3.17.0

Compare Source

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.

v3.16.1

Compare Source

Patch Changes
  • 066b228: Fix overly permissive regex in push parser

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Operations Kibana-Operations Team labels Jan 10, 2025
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team January 10, 2025 02:29
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/main-simple-git branch from 5995468 to 3ce9509 Compare June 1, 2025 04:33
@Ikuni17
Copy link
Contributor

Ikuni17 commented Jun 4, 2025

buildkite test this

@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

@Ikuni17 Ikuni17 assigned Ikuni17 and unassigned Ikuni17 Jun 4, 2025
@Ikuni17 Ikuni17 merged commit 04da0c4 into main Jun 4, 2025
11 checks passed
@Ikuni17 Ikuni17 deleted the renovate/main-simple-git branch June 4, 2025 19:30
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 7.17, 8.17, 8.18, 8.19, 9.0

https://github.com/elastic/kibana/actions/runs/15451036499

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 4, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| devDependencies | minor | [`^3.16.0` ->
`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0) |

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.27.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)

##### Minor Changes

-
[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):
Add `similarity` to the `DiffResultNameStatusFile` interface used when
fetching log/diff with the `--name-status` option.
-
[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):
Diff summary includes original name of renamed files when run wiht the
`--name-status` option.
-
[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):
Fixes an issue with reporting name changes in the `files` array returned
by `git.status`.
Thank you
[@&elastic#8203;mark-codesphere](https://github.com/mark-codesphere)
for the contribution.

##### Patch Changes

-
[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):
Resolve error in log parsing when fields have empty values.

###
[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)

##### Minor Changes

-
[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):
Upgrade build tools and typescript

###
[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)

##### Minor Changes

-
[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):
Add support for parsing `count-objects`

##### Patch Changes

-
[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):
Upgrade dependencies and build tools

###
[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)

##### Minor Changes

-
[`c355317`](https://github.com/steveukx/git-js/commit/c355317):
Enable the use of a two part custom binary

###
[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)

##### Minor Changes

-
[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):
Bump package manager from yarn v1 to v4

##### Patch Changes

-
[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):
Fixed a performance issue when parsing stat diff summaries
-
[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):
Update build tools and workflows for Yarn 4 compatibility

###
[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)

##### Minor Changes

-
[`df14065`](https://github.com/steveukx/git-js/commit/df14065):
add status to DiffResult when using --name-status

###
[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)

##### Minor Changes

-
[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):
Add firstCommit utility interface

##### Patch Changes

-
[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):
Add trailing callback support to git.firstCommit
-
[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):
chore(deps): bump
[@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.5 to 7.23.2
-
[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):
chore(deps): bump axios from 1.1.3 to 1.6.1

###
[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)

##### Minor Changes

-
[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):
Use `pathspec` in `git.log` to allow use of previously deleted files in
`file` argument

###
[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)

##### Patch Changes

-
[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):
keep path splitter without path specs

###
[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)

##### Minor Changes

-
[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):
Create a utility to append pathspec / file lists to tasks through the
TaskOptions array/object

###
[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)

##### Minor Changes

-
[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):
Add new interface for showBuffer to allow using `git show` on binary
files.

##### Patch Changes

-
[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):
Examples and documentation for outputHandler

###
[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)

##### Minor Changes

-
[`a63cfc2`](https://github.com/steveukx/git-js/commit/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.

###
[`v3.16.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)

##### Patch Changes

-
[`066b228`](https://github.com/steveukx/git-js/commit/066b228):
Fix overly permissive regex in push parser

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
(cherry picked from commit 04da0c4)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 4, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| devDependencies | minor | [`^3.16.0` ->
`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0) |

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.27.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)

##### Minor Changes

-
[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):
Add `similarity` to the `DiffResultNameStatusFile` interface used when
fetching log/diff with the `--name-status` option.
-
[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):
Diff summary includes original name of renamed files when run wiht the
`--name-status` option.
-
[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):
Fixes an issue with reporting name changes in the `files` array returned
by `git.status`.
Thank you
[@&elastic#8203;mark-codesphere](https://github.com/mark-codesphere)
for the contribution.

##### Patch Changes

-
[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):
Resolve error in log parsing when fields have empty values.

###
[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)

##### Minor Changes

-
[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):
Upgrade build tools and typescript

###
[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)

##### Minor Changes

-
[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):
Add support for parsing `count-objects`

##### Patch Changes

-
[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):
Upgrade dependencies and build tools

###
[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)

##### Minor Changes

-
[`c355317`](https://github.com/steveukx/git-js/commit/c355317):
Enable the use of a two part custom binary

###
[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)

##### Minor Changes

-
[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):
Bump package manager from yarn v1 to v4

##### Patch Changes

-
[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):
Fixed a performance issue when parsing stat diff summaries
-
[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):
Update build tools and workflows for Yarn 4 compatibility

###
[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)

##### Minor Changes

-
[`df14065`](https://github.com/steveukx/git-js/commit/df14065):
add status to DiffResult when using --name-status

###
[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)

##### Minor Changes

-
[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):
Add firstCommit utility interface

##### Patch Changes

-
[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):
Add trailing callback support to git.firstCommit
-
[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):
chore(deps): bump
[@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.5 to 7.23.2
-
[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):
chore(deps): bump axios from 1.1.3 to 1.6.1

###
[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)

##### Minor Changes

-
[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):
Use `pathspec` in `git.log` to allow use of previously deleted files in
`file` argument

###
[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)

##### Patch Changes

-
[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):
keep path splitter without path specs

###
[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)

##### Minor Changes

-
[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):
Create a utility to append pathspec / file lists to tasks through the
TaskOptions array/object

###
[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)

##### Minor Changes

-
[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):
Add new interface for showBuffer to allow using `git show` on binary
files.

##### Patch Changes

-
[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):
Examples and documentation for outputHandler

###
[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)

##### Minor Changes

-
[`a63cfc2`](https://github.com/steveukx/git-js/commit/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.

###
[`v3.16.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)

##### Patch Changes

-
[`066b228`](https://github.com/steveukx/git-js/commit/066b228):
Fix overly permissive regex in push parser

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
(cherry picked from commit 04da0c4)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 4, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| devDependencies | minor | [`^3.16.0` ->
`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0) |

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.27.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)

##### Minor Changes

-
[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):
Add `similarity` to the `DiffResultNameStatusFile` interface used when
fetching log/diff with the `--name-status` option.
-
[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):
Diff summary includes original name of renamed files when run wiht the
`--name-status` option.
-
[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):
Fixes an issue with reporting name changes in the `files` array returned
by `git.status`.
Thank you
[@&elastic#8203;mark-codesphere](https://github.com/mark-codesphere)
for the contribution.

##### Patch Changes

-
[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):
Resolve error in log parsing when fields have empty values.

###
[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)

##### Minor Changes

-
[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):
Upgrade build tools and typescript

###
[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)

##### Minor Changes

-
[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):
Add support for parsing `count-objects`

##### Patch Changes

-
[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):
Upgrade dependencies and build tools

###
[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)

##### Minor Changes

-
[`c355317`](https://github.com/steveukx/git-js/commit/c355317):
Enable the use of a two part custom binary

###
[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)

##### Minor Changes

-
[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):
Bump package manager from yarn v1 to v4

##### Patch Changes

-
[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):
Fixed a performance issue when parsing stat diff summaries
-
[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):
Update build tools and workflows for Yarn 4 compatibility

###
[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)

##### Minor Changes

-
[`df14065`](https://github.com/steveukx/git-js/commit/df14065):
add status to DiffResult when using --name-status

###
[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)

##### Minor Changes

-
[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):
Add firstCommit utility interface

##### Patch Changes

-
[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):
Add trailing callback support to git.firstCommit
-
[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):
chore(deps): bump
[@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.5 to 7.23.2
-
[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):
chore(deps): bump axios from 1.1.3 to 1.6.1

###
[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)

##### Minor Changes

-
[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):
Use `pathspec` in `git.log` to allow use of previously deleted files in
`file` argument

###
[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)

##### Patch Changes

-
[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):
keep path splitter without path specs

###
[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)

##### Minor Changes

-
[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):
Create a utility to append pathspec / file lists to tasks through the
TaskOptions array/object

###
[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)

##### Minor Changes

-
[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):
Add new interface for showBuffer to allow using `git show` on binary
files.

##### Patch Changes

-
[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):
Examples and documentation for outputHandler

###
[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)

##### Minor Changes

-
[`a63cfc2`](https://github.com/steveukx/git-js/commit/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.

###
[`v3.16.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)

##### Patch Changes

-
[`066b228`](https://github.com/steveukx/git-js/commit/066b228):
Fix overly permissive regex in push parser

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
(cherry picked from commit 04da0c4)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jun 4, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| devDependencies | minor | [`^3.16.0` ->
`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0) |

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.27.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)

##### Minor Changes

-
[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):
Add `similarity` to the `DiffResultNameStatusFile` interface used when
fetching log/diff with the `--name-status` option.
-
[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):
Diff summary includes original name of renamed files when run wiht the
`--name-status` option.
-
[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):
Fixes an issue with reporting name changes in the `files` array returned
by `git.status`.
Thank you
[@&elastic#8203;mark-codesphere](https://github.com/mark-codesphere)
for the contribution.

##### Patch Changes

-
[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):
Resolve error in log parsing when fields have empty values.

###
[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)

##### Minor Changes

-
[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):
Upgrade build tools and typescript

###
[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)

##### Minor Changes

-
[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):
Add support for parsing `count-objects`

##### Patch Changes

-
[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):
Upgrade dependencies and build tools

###
[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)

##### Minor Changes

-
[`c355317`](https://github.com/steveukx/git-js/commit/c355317):
Enable the use of a two part custom binary

###
[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)

##### Minor Changes

-
[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):
Bump package manager from yarn v1 to v4

##### Patch Changes

-
[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):
Fixed a performance issue when parsing stat diff summaries
-
[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):
Update build tools and workflows for Yarn 4 compatibility

###
[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)

##### Minor Changes

-
[`df14065`](https://github.com/steveukx/git-js/commit/df14065):
add status to DiffResult when using --name-status

###
[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)

##### Minor Changes

-
[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):
Add firstCommit utility interface

##### Patch Changes

-
[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):
Add trailing callback support to git.firstCommit
-
[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):
chore(deps): bump
[@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.5 to 7.23.2
-
[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):
chore(deps): bump axios from 1.1.3 to 1.6.1

###
[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)

##### Minor Changes

-
[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):
Use `pathspec` in `git.log` to allow use of previously deleted files in
`file` argument

###
[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)

##### Patch Changes

-
[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):
keep path splitter without path specs

###
[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)

##### Minor Changes

-
[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):
Create a utility to append pathspec / file lists to tasks through the
TaskOptions array/object

###
[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)

##### Minor Changes

-
[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):
Add new interface for showBuffer to allow using `git show` on binary
files.

##### Patch Changes

-
[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):
Examples and documentation for outputHandler

###
[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)

##### Minor Changes

-
[`a63cfc2`](https://github.com/steveukx/git-js/commit/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.

###
[`v3.16.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)

##### Patch Changes

-
[`066b228`](https://github.com/steveukx/git-js/commit/066b228):
Fix overly permissive regex in push parser

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
(cherry picked from commit 04da0c4)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.17
8.18
8.19
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 206178

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jun 4, 2025
)

# Backport

This will backport the following commits from `main` to `8.18`:
- [Update dependency simple-git to ^3.27.0 (main)
(#206178)](#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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
kibanamachine added a commit that referenced this pull request Jun 4, 2025
)

# Backport

This will backport the following commits from `main` to `8.19`:
- [Update dependency simple-git to ^3.27.0 (main)
(#206178)](#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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
kibanamachine added a commit that referenced this pull request Jun 4, 2025
)

# Backport

This will backport the following commits from `main` to `8.17`:
- [Update dependency simple-git to ^3.27.0 (main)
(#206178)](#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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
kibanamachine added a commit that referenced this pull request Jun 4, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [Update dependency simple-git to ^3.27.0 (main)
(#206178)](#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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","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://github.com/steveukx/git-js)\n([source](https://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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)\n\n#####
Minor
Changes\n\n-\n[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):\nAdd
`similarity` to the `DiffResultNameStatusFile` interface used
when\nfetching log/diff with the `--name-status`
option.\n-\n[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):\nDiff
summary includes original name of renamed files when run wiht
the\n`--name-status`
option.\n-\n[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):\nFixes
an issue with reporting name changes in the `files` array returned\nby
`git.status`.\nThank
you\n[@&#8203;mark-codesphere](https://github.com/mark-codesphere)\nfor
the contribution.\n\n##### Patch
Changes\n\n-\n[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):\nResolve
error in log parsing when fields have empty
values.\n\n###\n[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)\n\n#####
Minor
Changes\n\n-\n[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):\nUpgrade
build tools and
typescript\n\n###\n[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)\n\n#####
Minor
Changes\n\n-\n[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):\nAdd
support for parsing `count-objects`\n\n##### Patch
Changes\n\n-\n[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):\nUpgrade
dependencies and build
tools\n\n###\n[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)\n\n#####
Minor
Changes\n\n-\n[`c355317`](https://github.com/steveukx/git-js/commit/c355317):\nEnable
the use of a two part custom
binary\n\n###\n[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)\n\n#####
Minor
Changes\n\n-\n[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):\nBump
package manager from yarn v1 to v4\n\n##### Patch
Changes\n\n-\n[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):\nFixed
a performance issue when parsing stat diff
summaries\n-\n[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):\nUpdate
build tools and workflows for Yarn 4
compatibility\n\n###\n[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)\n\n#####
Minor
Changes\n\n-\n[`df14065`](https://github.com/steveukx/git-js/commit/df14065):\nadd
status to DiffResult when using
--name-status\n\n###\n[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)\n\n#####
Minor
Changes\n\n-\n[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):\nAdd
firstCommit utility interface\n\n##### Patch
Changes\n\n-\n[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):\nAdd
trailing callback support to
git.firstCommit\n-\n[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):\nchore(deps):
bump\n[@&#8203;babel/traverse](https://github.com/babel/traverse)\nfrom
7.9.5 to
7.23.2\n-\n[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):\nchore(deps):
bump axios from 1.1.3 to
1.6.1\n\n###\n[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)\n\n#####
Minor
Changes\n\n-\n[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):\nUse
`pathspec` in `git.log` to allow use of previously deleted files
in\n`file`
argument\n\n###\n[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)\n\n#####
Patch
Changes\n\n-\n[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):\nkeep
path splitter without path
specs\n\n###\n[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)\n\n#####
Minor
Changes\n\n-\n[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):\nCreate
a utility to append pathspec / file lists to tasks through
the\nTaskOptions
array/object\n\n###\n[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)\n\n#####
Minor
Changes\n\n-\n[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):\nAdd
new interface for showBuffer to allow using `git show` on
binary\nfiles.\n\n##### Patch
Changes\n\n-\n[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):\nExamples
and documentation for
outputHandler\n\n###\n[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)\n\n#####
Minor
Changes\n\n-\n[`a63cfc2`](https://github.com/steveukx/git-js/commit/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://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)\n\n[Compare\nSource](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)\n\n#####
Patch
Changes\n\n-\n[`066b228`](https://github.com/steveukx/git-js/commit/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://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
<[email protected]>","sha":"04da0c4c16161a1810023b96b5d4576b992625db"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
nickpeihl pushed a commit to nickpeihl/kibana that referenced this pull request Jun 12, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| devDependencies | minor | [`^3.16.0` ->
`^3.27.0`](https://renovatebot.com/diffs/npm/simple-git/3.16.0/3.27.0) |

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.27.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3270)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.27.0)

##### Minor Changes

-
[`52f767b`](https://github.com/steveukx/git-js/commit/52f767b):
Add `similarity` to the `DiffResultNameStatusFile` interface used when
fetching log/diff with the `--name-status` option.
-
[`739b0d9`](https://github.com/steveukx/git-js/commit/739b0d9):
Diff summary includes original name of renamed files when run wiht the
`--name-status` option.
-
[`bc90e7e`](https://github.com/steveukx/git-js/commit/bc90e7e):
Fixes an issue with reporting name changes in the `files` array returned
by `git.status`.
Thank you
[@&elastic#8203;mark-codesphere](https://github.com/mark-codesphere)
for the contribution.

##### Patch Changes

-
[`03e1c64`](https://github.com/steveukx/git-js/commit/03e1c64):
Resolve error in log parsing when fields have empty values.

###
[`v3.26.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3260)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.26.0)

##### Minor Changes

-
[`28d545b`](https://github.com/steveukx/git-js/commit/28d545b):
Upgrade build tools and typescript

###
[`v3.25.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3250)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.25.0)

##### Minor Changes

-
[`0a5378d`](https://github.com/steveukx/git-js/commit/0a5378d):
Add support for parsing `count-objects`

##### Patch Changes

-
[`4aceb15`](https://github.com/steveukx/git-js/commit/4aceb15):
Upgrade dependencies and build tools

###
[`v3.24.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3240)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.24.0)

##### Minor Changes

-
[`c355317`](https://github.com/steveukx/git-js/commit/c355317):
Enable the use of a two part custom binary

###
[`v3.23.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3230)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.23.0)

##### Minor Changes

-
[`9bfdf08`](https://github.com/steveukx/git-js/commit/9bfdf08):
Bump package manager from yarn v1 to v4

##### Patch Changes

-
[`8a3118d`](https://github.com/steveukx/git-js/commit/8a3118d):
Fixed a performance issue when parsing stat diff summaries
-
[`9f1a174`](https://github.com/steveukx/git-js/commit/9f1a174):
Update build tools and workflows for Yarn 4 compatibility

###
[`v3.22.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3220)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.22.0)

##### Minor Changes

-
[`df14065`](https://github.com/steveukx/git-js/commit/df14065):
add status to DiffResult when using --name-status

###
[`v3.21.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3210)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.21.0)

##### Minor Changes

-
[`709d80e`](https://github.com/steveukx/git-js/commit/709d80e):
Add firstCommit utility interface

##### Patch Changes

-
[`b4ab430`](https://github.com/steveukx/git-js/commit/b4ab430):
Add trailing callback support to git.firstCommit
-
[`d3f9320`](https://github.com/steveukx/git-js/commit/d3f9320):
chore(deps): bump
[@&elastic#8203;babel/traverse](https://github.com/babel/traverse)
from 7.9.5 to 7.23.2
-
[`b76857f`](https://github.com/steveukx/git-js/commit/b76857f):
chore(deps): bump axios from 1.1.3 to 1.6.1

###
[`v3.20.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3200)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.20.0)

##### Minor Changes

-
[`2eda817`](https://github.com/steveukx/git-js/commit/2eda817):
Use `pathspec` in `git.log` to allow use of previously deleted files in
`file` argument

###
[`v3.19.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3191)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.1)

##### Patch Changes

-
[`2ab1936`](https://github.com/steveukx/git-js/commit/2ab1936):
keep path splitter without path specs

###
[`v3.19.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3190)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.19.0)

##### Minor Changes

-
[`f702b61`](https://github.com/steveukx/git-js/commit/f702b61):
Create a utility to append pathspec / file lists to tasks through the
TaskOptions array/object

###
[`v3.18.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3180)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.18.0)

##### Minor Changes

-
[`5100f04`](https://github.com/steveukx/git-js/commit/5100f04):
Add new interface for showBuffer to allow using `git show` on binary
files.

##### Patch Changes

-
[`f54cd0d`](https://github.com/steveukx/git-js/commit/f54cd0d):
Examples and documentation for outputHandler

###
[`v3.17.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3170)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.17.0)

##### Minor Changes

-
[`a63cfc2`](https://github.com/steveukx/git-js/commit/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.

###
[`v3.16.1`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3161)

[Compare
Source](https://github.com/steveukx/git-js/compare/[email protected]@3.16.1)

##### Patch Changes

-
[`066b228`](https://github.com/steveukx/git-js/commit/066b228):
Fix overly permissive regex in push parser

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Operations Kibana-Operations Team v8.17.8 v8.18.3 v8.19.0 v9.0.3 v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants