Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump simple-git from 3.26.0 to 3.27.0 (#1048)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.26.0 to 3.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/steveukx/git-js/releases">simple-git's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li>52f767b: Add <code>similarity</code> to the <code>DiffResultNameStatusFile</code> interface used when fetching log/diff with the <code>--name-status</code> option.</li> <li>739b0d9: Diff summary includes original name of renamed files when run wiht the <code>--name-status</code> option.</li> <li>bc90e7e: Fixes an issue with reporting name changes in the <code>files</code> array returned by <code>git.status</code>. Thank you <a href="https://github.com/mark-codesphere"><code>@mark-codesphere</code></a> for the contribution.</li> </ul> <h3>Patch Changes</h3> <ul> <li>03e1c64: Resolve error in log parsing when fields have empty values.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's changelog</a>.</em></p> <blockquote> <h2>3.27.0</h2> <h3>Minor Changes</h3> <ul> <li>52f767b: Add <code>similarity</code> to the <code>DiffResultNameStatusFile</code> interface used when fetching log/diff with the <code>--name-status</code> option.</li> <li>739b0d9: Diff summary includes original name of renamed files when run wiht the <code>--name-status</code> option.</li> <li>bc90e7e: Fixes an issue with reporting name changes in the <code>files</code> array returned by <code>git.status</code>. Thank you <a href="https://github.com/mark-codesphere"><code>@mark-codesphere</code></a> for the contribution.</li> </ul> <h3>Patch Changes</h3> <ul> <li>03e1c64: Resolve error in log parsing when fields have empty values.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/steveukx/git-js/commit/4a6126b3474897f82d355b40df96f81462da7127"><code>4a6126b</code></a> Version Packages</li> <li><a href="https://github.com/steveukx/git-js/commit/52f767b6a66a2fab6ed2e5085615a6b0b2f9d4a3"><code>52f767b</code></a> Feat/name status similarity (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1025">#1025</a>)</li> <li><a href="https://github.com/steveukx/git-js/commit/03e1c64e36bd6aa2622a3a05defe18806af82cbf"><code>03e1c64</code></a> Resolve an issue when parsing the response to <code>git.log</code> that could leave part...</li> <li><a href="https://github.com/steveukx/git-js/commit/739b0d9b931de0b25f0086a765bb84943868e3c5"><code>739b0d9</code></a> Renamed files in <code>git diff --name-status</code> (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1023">#1023</a>)</li> <li><a href="https://github.com/steveukx/git-js/commit/bc90e7e0c14171c18d45fa264f583713523e3d05"><code>bc90e7e</code></a> Pr/1019 (<a href="https://github.com/steveukx/git-js/tree/HEAD/simple-git/issues/1021">#1021</a>)</li> <li>See full diff in <a href="https://github.com/steveukx/git-js/commits/[email protected]/simple-git">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-git&package-manager=npm_and_yarn&previous-version=3.26.0&new-version=3.27.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information