Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency simple-git to v2.31.0 #8132

Merged
merged 2 commits into from
Dec 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
simple-git 2.24.0 -> 2.31.0 age adoption passing confidence

Release Notes

steveukx/git-js

v2.31.0

Compare Source

  • Adds a root: boolean property to the CommitResult interface representing whether the commit was a 'root' commit
    (which is a commit that has no parent, most commonly the first commit in a repo).

v2.30.0

Compare Source

  • Reinstates native support for node.js v10 by removing use of ES6 constructs

v2.29.0

Compare Source

  • Update type definition for git.mergeFromTo to be the MergeResult returned
    when using the more generic git.merge method.
    Thanks to @​ofirelias for the pull request.

v2.28.0

Compare Source

  • Adds support for git.applyPatch to apply patches generated in a git diff to the working index,
    TypeScript consumers can make use of the ApplyOptions type definition to make use of strong types
    for the supported options. Thanks to @​andreterron for the pull request.

  • Integration tests converted to TypeScript to ensure type safety across all tests.

v2.27.0

Compare Source

  • Update the git.status parser to account for staged deleted/modified files and staged files with subsequent
    modifications meaning a status of:
    • RM old -> new will now appear in renamed and new will also appear in modified
    • D file will now appear in both deleted and staged where D file would only appear in deleted

v2.26.0

Compare Source

  • Resolves an issue whereby using git.log with a callback (or awaiting the promise created from the now deprecated
    simple-git/promise import) would fail to return the response to the caller.

v2.25.0

Compare Source

  • See Legacy Node Versions for details of how to use simple-git with node.js
    versions 11 and below.
  • To help keep the TypeScript definitions in line with functionality, unit tests are now written in TypeScript.
  • When using git.commit, the first argument must be a string or array of strings. Passing another data type has long
    been considered an error, but now a deprecation warning will be shown in the log and will be switched to an error
    in version 3.
  • Fixes an issue in git.commit whereby a commit that included only deleted lines would be parsed as though the
    deletions were inclusions.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 has been generated by WhiteSource Renovate. View repository job log here.

renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 24, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 24, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 24, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 24, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 26, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 26, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 28, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 28, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 28, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 28, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 28, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 28, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 29, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 29, 2020
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 29, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 29, 2020
@rarkins rarkins assigned JamieMagee and unassigned viceice and rarkins Dec 30, 2020
@rarkins
Copy link
Collaborator

rarkins commented Dec 30, 2020

This fails a type check in the git submodules extract:

image

renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 30, 2020
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Dec 30, 2020
@JamieMagee JamieMagee merged commit 4115f22 into master Dec 30, 2020
@JamieMagee JamieMagee deleted the renovate/simple-git-2.x branch December 30, 2020 16:27
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 24.11.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants