chore(deps): update dependency simple-git to ^3.30.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| simple-git (source) | devDependencies | minor | ^3.28.0 -> ^3.30.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
steveukx/git-js (simple-git)
v3.30.0
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.0
Minor Changes
-
240ec64: Support for absolute paths on Windows when usinggit.checkIngore, previously Windows would report paths 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 thegitbinary doesn't wrap absolute paths with quotes.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 format
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.