Skip to content

Update dependency simple-git to v3.30.0#44011

Merged
atoulme merged 1 commit into
mainfrom
renovate/simple-git-3.x
Nov 4, 2025
Merged

Update dependency simple-git to v3.30.0#44011
atoulme merged 1 commit into
mainfrom
renovate/simple-git-3.x

Conversation

@renovate

@renovate renovate Bot commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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


Configuration

📅 Schedule: Branch creation - "on tuesday" (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 added the dependencies Pull requests that update a dependency file label Nov 4, 2025
@renovate renovate Bot requested a review from a team as a code owner November 4, 2025 05:26
@renovate renovate Bot added the renovatebot label Nov 4, 2025
@renovate renovate Bot requested a review from songy23 November 4, 2025 05:26
@atoulme atoulme merged commit 80b3a16 into main Nov 4, 2025
211 of 212 checks passed
@atoulme atoulme deleted the renovate/simple-git-3.x branch November 4, 2025 05:52
@github-actions github-actions Bot added this to the next release milestone Nov 4, 2025
jelly-afk pushed a commit to jelly-afk/opentelemetry-collector-contrib that referenced this pull request Nov 6, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| [`3.28.0` ->
`3.30.0`](https://renovatebot.com/diffs/npm/simple-git/3.28.0/3.30.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/simple-git/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/simple-git/3.28.0/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.30.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3300)

[Compare
Source](https://github.com/steveukx/git-js/compare/0b326b4f004ca53c7d406a223dce4cdcb19e6944...simple-git@3.30.0)

##### Minor Changes

-
[`bc77774`](https://github.com/steveukx/git-js/commit/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
[@&open-telemetry#8203;MaddyGuthridge](https://github.com/MaddyGuthridge) for
identifying this issue.

###
[`v3.29.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3290)

[Compare
Source](https://github.com/steveukx/git-js/compare/simple-git@3.28.0...0b326b4f004ca53c7d406a223dce4cdcb19e6944)

##### Minor Changes

-
[`240ec64`](https://github.com/steveukx/git-js/commit/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
[@&open-telemetry#8203;Maxim-Mazurok](https://github.com/Maxim-Mazurok) for
reporting this issue.

-
[`9872f84`](https://github.com/steveukx/git-js/commit/9872f84):
Support the use of `git.branch(['--show-current'])` to limit the branch
list to only the current branch.

Thanks to [@&open-telemetry#8203;peterbe](https://github.com/peterbe) for
pointing out the use-case.

-
[`5736bd8`](https://github.com/steveukx/git-js/commit/5736bd8):
Change to biome for lint and format

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dyl10s pushed a commit to dyl10s/opentelemetry-collector-contrib that referenced this pull request Nov 21, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [simple-git](https://github.com/steveukx/git-js)
([source](https://github.com/steveukx/git-js/tree/HEAD/simple-git))
| [`3.28.0` ->
`3.30.0`](https://renovatebot.com/diffs/npm/simple-git/3.28.0/3.30.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/simple-git/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/simple-git/3.28.0/3.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>steveukx/git-js (simple-git)</summary>

###
[`v3.30.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3300)

[Compare
Source](https://github.com/steveukx/git-js/compare/0b326b4f004ca53c7d406a223dce4cdcb19e6944...simple-git@3.30.0)

##### Minor Changes

-
[`bc77774`](https://github.com/steveukx/git-js/commit/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
[@&open-telemetry#8203;MaddyGuthridge](https://github.com/MaddyGuthridge) for
identifying this issue.

###
[`v3.29.0`](https://github.com/steveukx/git-js/blob/HEAD/simple-git/CHANGELOG.md#3290)

[Compare
Source](https://github.com/steveukx/git-js/compare/simple-git@3.28.0...0b326b4f004ca53c7d406a223dce4cdcb19e6944)

##### Minor Changes

-
[`240ec64`](https://github.com/steveukx/git-js/commit/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
[@&open-telemetry#8203;Maxim-Mazurok](https://github.com/Maxim-Mazurok) for
reporting this issue.

-
[`9872f84`](https://github.com/steveukx/git-js/commit/9872f84):
Support the use of `git.branch(['--show-current'])` to limit the branch
list to only the current branch.

Thanks to [@&open-telemetry#8203;peterbe](https://github.com/peterbe) for
pointing out the use-case.

-
[`5736bd8`](https://github.com/steveukx/git-js/commit/5736bd8):
Change to biome for lint and format

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants