-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[9.0] Update dependency simple-git to ^3.27.0 (main) (#206178) #222648
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
Merged
kibanamachine
merged 1 commit into
elastic:9.0
from
kibanamachine:backport/9.0/pr-206178
Jun 4, 2025
Merged
[9.0] Update dependency simple-git to ^3.27.0 (main) (#206178) #222648
kibanamachine
merged 1 commit into
elastic:9.0
from
kibanamachine:backport/9.0/pr-206178
Jun 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)
1 task
Contributor
💚 Build Succeeded
Metrics [docs]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.0:Questions ?
Please refer to the Backport tool documentation