Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

This PR contains the following updates:

Package Change Age Confidence
simple-git (source) 3.19.1 -> 3.30.0 age confidence

Release Notes

steveukx/git-js (simple-git)

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

v3.21.0

Compare Source

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

v3.20.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), 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 Update dependency simple-git to v3.20.0 Update dependency simple-git to v3.21.0 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from bdb6380 to 992cfa7 Compare November 20, 2023 10:24
@renovate renovate bot changed the title Update dependency simple-git to v3.21.0 Update dependency simple-git to v3.22.0 Dec 29, 2023
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 992cfa7 to e4e0eea Compare December 29, 2023 13:07
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from e4e0eea to 7e1a2d0 Compare March 17, 2024 11:09
@renovate renovate bot changed the title Update dependency simple-git to v3.22.0 Update dependency simple-git to v3.23.0 Mar 17, 2024
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 7e1a2d0 to 7fbc456 Compare March 28, 2024 21:21
@renovate renovate bot changed the title Update dependency simple-git to v3.23.0 Update dependency simple-git to v3.24.0 Mar 28, 2024
@renovate renovate bot changed the title Update dependency simple-git to v3.24.0 Update dependency simple-git to v3.25.0 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 7fbc456 to ce46c86 Compare June 10, 2024 12:31
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from ce46c86 to 4f9c74f Compare September 1, 2024 17:09
@renovate renovate bot changed the title Update dependency simple-git to v3.25.0 Update dependency simple-git to v3.26.0 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 4f9c74f to da955e3 Compare September 19, 2024 13:51
@renovate renovate bot changed the title Update dependency simple-git to v3.26.0 Update dependency simple-git to v3.27.0 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from da955e3 to 9c0ab03 Compare June 6, 2025 20:28
@renovate renovate bot changed the title Update dependency simple-git to v3.27.0 Update dependency simple-git to v3.28.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 9c0ab03 to c834110 Compare August 10, 2025 15:33
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from c834110 to 444f330 Compare September 25, 2025 17:27
@renovate renovate bot changed the title Update dependency simple-git to v3.28.0 Update dependency simple-git to v3.29.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 444f330 to 8daba41 Compare October 30, 2025 08:49
@renovate renovate bot changed the title Update dependency simple-git to v3.29.0 Update dependency simple-git to v3.30.0 Nov 2, 2025
@renovate renovate bot force-pushed the renovate/simple-git-3.x branch from 8daba41 to 4e31a6c Compare November 2, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant