chore(deps): update dependency simple-git to ^3.36.0#97
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
March 17, 2024 11:17
511afb3 to
6ed5948
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
March 28, 2024 20:12
6ed5948 to
13e5646
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
June 10, 2024 13:01
13e5646 to
a070f5b
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
September 1, 2024 15:42
a070f5b to
7c6ead3
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
September 19, 2024 14:52
7c6ead3 to
7b94462
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
December 8, 2024 23:38
d09cd42 to
7b94462
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
June 6, 2025 19:58
7b94462 to
1a93e9a
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
September 25, 2025 19:54
1a93e9a to
7b16d64
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
2 times, most recently
from
November 2, 2025 10:36
ea9cff9 to
22cc35a
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
February 14, 2026 14:11
22cc35a to
a60485a
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
February 21, 2026 17:50
a60485a to
74732ba
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
February 21, 2026 21:49
74732ba to
507d84e
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
February 23, 2026 00:53
507d84e to
957a512
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
February 26, 2026 08:48
957a512 to
ec5bb4b
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
March 10, 2026 18:59
ec5bb4b to
13f027f
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
April 6, 2026 09:00
13f027f to
f5a1173
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
2 times, most recently
from
April 6, 2026 21:07
89dc429 to
b99efff
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
April 12, 2026 09:41
b99efff to
7baf97b
Compare
renovate
Bot
force-pushed
the
renovate/simple-git-3.x
branch
from
May 1, 2026 16:15
7baf97b to
27cc640
Compare
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
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.
This PR contains the following updates:
^3.21.0→^3.36.0Release Notes
steveukx/git-js (simple-git)
v3.36.0Compare Source
Minor Changes
89a2294: Extend known exploitable configuration keys and per-task environment variables.Note -
ParsedVulnerabilitiesfromargv-parseris removed in favour of a readonly array ofVulnerabilityto match usage insimple-git, rolled into the newvulnerabilityCheckfor simpler access to the identified issues.Thanks to @zebbern for identifying the need to block
core.fsmonitor.Thanks to @kodareef5 for identifying the need to block
GIT_CONFIG_COUNTenvironment variables and--template/mergerelated config.Patch Changes
1ad57e8: Remove conflicting node:buffer import89a2294]675570a]v3.35.2Compare Source
Patch Changes
0cf9d8c: Improvements for mono-repo publishing pipeline0cf9d8c]v3.35.1Compare Source
Patch Changes
0de400e: Update monorepo version handling during publish0de400e]v3.35.0Compare Source
Minor Changes
3d8708b: Updating publish configPatch Changes
3d8708b]v3.34.0Compare Source
Minor Changes
2b68331: Revised dependency tree to add helper modules as dependencies in mainsimple-gitPatch Changes
2e1f51c: Enhances scanning of arguments before passing on to the spawnedchild_process.Caters for
-cflags prefixing thegittask (used when setting global inline config) and suffixing with either-c,--configor--config-env. Detectsgit configoperations that write to the configuration.Updated dependencies [
2e1f51c]v3.33.0Compare Source
Minor Changes
a263635: Usepathspecwrappers for remote and local paths when running eithergit.cloneorgit.mirrortoavoid leaving them less open for unexpected outcomes when passing unsanitised data into these tasks.
Patch Changes
e253a0d: Enhancedgit -cchecks inunsafeplugin.Thanks to @JohannesLks for identifying the issue
v3.32.3Compare Source
Patch Changes
f704208: Enhancedprotocol.allowchecks inallowUnsafeExtProtocolhandling.Thanks to @CodeAnt-AI-Security for identifying the issue
v3.32.2Compare Source
Patch Changes
8d02097: Enhanced clone unsafe switch detection.v3.32.1Compare Source
Patch Changes
23b070f: Fix regex for detecting unsafe clone optionsThanks to @stevenwdv for reporting this issue.
v3.32.0Compare Source
Minor Changes
1effd8e: Enhances theunsafeplugin to block additional cases where the-uswitch may be disguisedalong with other single character options.
Thanks to @JuHwiSang for identifying this as vulnerability.
Patch Changes
d5fd4fe: Use task runner for logging use of deprecated (already no-op) functions.v3.31.1Compare Source
Patch Changes
a44184f: Resolve NPM publish stepsv3.30.0Compare Source
Minor Changes
bc77774: Correctly identify current branch name when usinggit.statusin a cloned empty repo.Previously
git.statuswould report the current branch name asNo. Thank you to @MaddyGuthridge for identifying this issue.v3.29.0Compare Source
Minor Changes
240ec64: Support for absolute paths on Windows when usinggit.checkIngore, previously Windows would reportpaths with duplicate separators
\\\\between directories.Following this change all paths returned from
git.checkIgnorewill be normalized throughnode:path,this should have no impact on non-windows users where the
gitbinary doesn't wrap absolute paths withquotes.
Thanks to @Maxim-Mazurok for reporting this issue.
9872f84: Support the use ofgit.branch(['--show-current'])to limit the branch list to only the current branch.Thanks to @peterbe for pointing out the use-case.
5736bd8: Change to biome for lint and formatv3.28.0Compare Source
Minor Changes
2adf47d: Allow repeating git options like{'--opt': ['value1', 'value2']}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-statusConfiguration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.