-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Update dependency simple-git to ^3.27.0 (main) #206178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
5995468 to
3ce9509
Compare
|
buildkite test this |
Edited/Blocked NotificationRenovate 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. |
💚 Build Succeeded
Metrics [docs]
|
|
Starting backport for target branches: 7.17, 8.17, 8.18, 8.19, 9.0 https://github.com/elastic/kibana/actions/runs/15451036499 |
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)
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)
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)
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)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
) # 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[@​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[@​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[@​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[@​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[@​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[@​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]>
) # 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[@​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[@​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[@​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[@​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[@​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[@​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]>
) # 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[@​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[@​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[@​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[@​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[@​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[@​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]>
# 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[@​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[@​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[@​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[@​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[@​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[@​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]>
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]>
This PR contains the following updates:
^3.16.0->^3.27.0Release Notes
steveukx/git-js (simple-git)
v3.27.0Compare Source
Minor Changes
52f767b: Addsimilarityto theDiffResultNameStatusFileinterface used when fetching log/diff with the--name-statusoption.739b0d9: Diff summary includes original name of renamed files when run wiht the--name-statusoption.bc90e7e: Fixes an issue with reporting name changes in thefilesarray returned bygit.status.Thank you @mark-codesphere for the contribution.
Patch Changes
03e1c64: Resolve error in log parsing when fields have empty values.v3.26.0Compare Source
Minor Changes
28d545b: Upgrade build tools and typescriptv3.25.0Compare Source
Minor Changes
0a5378d: Add support for parsingcount-objectsPatch Changes
4aceb15: Upgrade dependencies and build toolsv3.24.0Compare Source
Minor Changes
c355317: Enable the use of a two part custom binaryv3.23.0Compare Source
Minor Changes
9bfdf08: Bump package manager from yarn v1 to v4Patch Changes
8a3118d: Fixed a performance issue when parsing stat diff summaries9f1a174: Update build tools and workflows for Yarn 4 compatibilityv3.22.0Compare Source
Minor Changes
df14065: add status to DiffResult when using --name-statusv3.21.0Compare Source
Minor Changes
709d80e: Add firstCommit utility interfacePatch Changes
b4ab430: Add trailing callback support to git.firstCommitd3f9320: chore(deps): bump @babel/traverse from 7.9.5 to 7.23.2b76857f: chore(deps): bump axios from 1.1.3 to 1.6.1v3.20.0Compare Source
Minor Changes
2eda817: Usepathspecingit.logto allow use of previously deleted files infileargumentv3.19.1Compare Source
Patch Changes
2ab1936: keep path splitter without path specsv3.19.0Compare Source
Minor Changes
f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/objectv3.18.0Compare Source
Minor Changes
5100f04: Add new interface for showBuffer to allow usinggit showon binary files.Patch Changes
f54cd0d: Examples and documentation for outputHandlerv3.17.0Compare 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.1Compare Source
Patch Changes
066b228: Fix overly permissive regex in push parserConfiguration
📅 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.
This PR has been generated by Renovate Bot.