Skip to content

chore(deps): update dependency simple-git to ^3.36.0#97

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/simple-git-3.x
Open

chore(deps): update dependency simple-git to ^3.36.0#97
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/simple-git-3.x

Conversation

@renovate

@renovate renovate Bot commented Dec 29, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
simple-git (source) ^3.21.0^3.36.0 age confidence

Release Notes

steveukx/git-js (simple-git)

v3.36.0

Compare Source

Minor Changes
  • 89a2294: Extend known exploitable configuration keys and per-task environment variables.

    Note - ParsedVulnerabilities from argv-parser is removed in favour of a readonly array of Vulnerability to match usage in simple-git, rolled into the new vulnerabilityCheck for 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_COUNT environment variables and --template / merge related config.

Patch Changes

v3.35.2

Compare Source

Patch Changes

v3.35.1

Compare Source

Patch Changes

v3.35.0

Compare Source

Minor Changes
Patch Changes

v3.34.0

Compare Source

Minor Changes
  • 2b68331: Revised dependency tree to add helper modules as dependencies in main simple-git
Patch Changes
  • 2e1f51c: Enhances scanning of arguments before passing on to the spawned child_process.

    Caters for -c flags prefixing the git task (used when setting global inline config) and suffixing with either -c, --config or --config-env. Detects git config operations that write to the configuration.

  • Updated dependencies [2e1f51c]

v3.33.0

Compare Source

Minor Changes
  • a263635: Use pathspec wrappers for remote and local paths when running either git.clone or git.mirror to
    avoid leaving them less open for unexpected outcomes when passing unsanitised data into these tasks.
Patch Changes

v3.32.3

Compare Source

Patch Changes

v3.32.2

Compare Source

Patch Changes
  • 8d02097: Enhanced clone unsafe switch detection.

v3.32.1

Compare Source

Patch Changes
  • 23b070f: Fix regex for detecting unsafe clone options

    Thanks to @​stevenwdv for reporting this issue.

v3.32.0

Compare Source

Minor Changes
  • 1effd8e: Enhances the unsafe plugin to block additional cases where the -u switch may be disguised
    along 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.1

Compare Source

Patch Changes
  • a44184f: Resolve NPM publish steps

v3.30.0

Compare Source

Minor Changes
  • bc77774: Correctly identify current branch name when using git.status in a cloned empty repo.

    Previously git.status would report the current branch name as No. Thank you to @​MaddyGuthridge for identifying this issue.

v3.29.0

Compare Source

Minor Changes
  • 240ec64: Support for absolute paths on Windows when using git.checkIngore, previously Windows would report
    paths with duplicate separators \\\\ between directories.

    Following this change all paths returned from git.checkIgnore will be normalized through node:path,
    this should have no impact on non-windows users where the git binary doesn't wrap absolute paths with
    quotes.

    Thanks to @​Maxim-Mazurok for reporting this issue.

  • 9872f84: Support the use of git.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 format

v3.28.0

Compare Source

Minor Changes
  • 2adf47d: Allow repeating git options like {'--opt': ['value1', 'value2']}

v3.27.0

Compare Source

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

v3.26.0

Compare Source

Minor Changes
  • 28d545b: Upgrade build tools and typescript

v3.25.0

Compare Source

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

v3.24.0

Compare Source

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

v3.23.0

Compare Source

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

v3.22.0

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.22.0 chore(deps): update dependency simple-git to ^3.23.0 Mar 17, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 511afb3 to 6ed5948 Compare March 17, 2024 11:17
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.23.0 chore(deps): update dependency simple-git to ^3.24.0 Mar 28, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 6ed5948 to 13e5646 Compare March 28, 2024 20:12
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.24.0 chore(deps): update dependency simple-git to ^3.25.0 Jun 10, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 13e5646 to a070f5b Compare June 10, 2024 13:01
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.25.0 chore(deps): update dependency simple-git to ^3.26.0 Sep 1, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from a070f5b to 7c6ead3 Compare September 1, 2024 15:42
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.26.0 chore(deps): update dependency simple-git to ^3.27.0 Sep 19, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 7c6ead3 to 7b94462 Compare September 19, 2024 14:52
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.27.0 chore(deps): update dependency simple-git to ^3.27.0 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate
renovate Bot deleted the renovate/simple-git-3.x branch December 8, 2024 18:59
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.27.0 - autoclosed chore(deps): update dependency simple-git to ^3.27.0 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from d09cd42 to 7b94462 Compare December 8, 2024 23:38
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 7b94462 to 1a93e9a Compare June 6, 2025 19:58
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.27.0 chore(deps): update dependency simple-git to ^3.28.0 Jun 6, 2025
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 1a93e9a to 7b16d64 Compare September 25, 2025 19:54
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.28.0 chore(deps): update dependency simple-git to ^3.29.0 Oct 30, 2025
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch 2 times, most recently from ea9cff9 to 22cc35a Compare November 2, 2025 10:36
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.29.0 chore(deps): update dependency simple-git to ^3.30.0 Nov 2, 2025
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.30.0 chore(deps): update dependency simple-git to ^3.31.1 Feb 14, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 22cc35a to a60485a Compare February 14, 2026 14:11
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.31.1 chore(deps): update dependency simple-git to ^3.32.0 Feb 21, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from a60485a to 74732ba Compare February 21, 2026 17:50
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.32.0 chore(deps): update dependency simple-git to ^3.32.1 Feb 21, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 74732ba to 507d84e Compare February 21, 2026 21:49
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.32.1 chore(deps): update dependency simple-git to ^3.32.2 Feb 23, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 507d84e to 957a512 Compare February 23, 2026 00:53
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.32.2 chore(deps): update dependency simple-git to ^3.32.3 Feb 26, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 957a512 to ec5bb4b Compare February 26, 2026 08:48
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from ec5bb4b to 13f027f Compare March 10, 2026 18:59
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.32.3 chore(deps): update dependency simple-git to ^3.33.0 Mar 10, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 13f027f to f5a1173 Compare April 6, 2026 09:00
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.33.0 chore(deps): update dependency simple-git to ^3.34.0 Apr 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.34.0 chore(deps): update dependency simple-git to ^3.35.1 Apr 6, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch 2 times, most recently from 89dc429 to b99efff Compare April 6, 2026 21:07
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.35.1 chore(deps): update dependency simple-git to ^3.35.2 Apr 6, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from b99efff to 7baf97b Compare April 12, 2026 09:41
@renovate renovate Bot changed the title chore(deps): update dependency simple-git to ^3.35.2 chore(deps): update dependency simple-git to ^3.36.0 Apr 12, 2026
@renovate
renovate Bot force-pushed the renovate/simple-git-3.x branch from 7baf97b to 27cc640 Compare May 1, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants