Skip to content

Bump nodegit from 0.25.1 to 0.27.0 #8

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps nodegit from 0.25.1 to 0.27.0.

Release notes

Sourced from nodegit's releases.

v0.27.0 (2020-07-28)

Summary of changes

  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises
  • Prebuilds for Node 14, deprecate Node 8
  • Persist RemoteCallbacks and ProxyOptions on the remote if using Remote.prototype.connect. This fixes a segfault when using any routines on a connected remote.

Merged PRs into NodeGit

v0.27.0-alpha.1 (2020-03-26)

Summary of changes

  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises

#Merged PRs into NodeGit

v0.26.5 (2020-02-27)

Summary of changes

  • Bring in improvement to client certificate handling on Windows from [winhttp: support optional client cert #5384](libgit2/libgit2#5384)
  • Commit.prototype.parent() now correctly assigns the repo property on the retrieved commit. This should solve certain bugs when working with a commit retrieved from parent.

Merged PRs into NodeGit

Merged PRs into LibGit2

v0.26.4 (2020-01-14)

Summary of changes

Changelog

Sourced from nodegit's changelog.

v0.27.0 (2020-07-28)

Full Changelog

Summary of changes

  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises
  • Prebuilds for Node 14, deprecate Node 8
  • Persist RemoteCallbacks and ProxyOptions on the remote if using Remote.prototype.connect. This fixes a segfault when using any routines on a connected remote.

#Merged PRs into NodeGit

v0.27.0-alpha.1 (2020-03-26)

Full Changelog

Summary of changes

  • Expose git_remote_rename
  • Bump OpenSSL from 1.1.0i -> 1.1.1c in Windows/Mac OS Electron builds
  • Replace unmaintained request library with got
  • Remove promisify-node and use vanilla promises for all NodeGit promises

#Merged PRs into NodeGit

v0.26.5 (2020-02-27)

Full Changelog

Summary of changes

  • Bring in improvement to client certificate handling on Windows from [winhttp: support optional client cert #5384](libgit2/libgit2#5384)
  • Commit.prototype.parent() now correctly assigns the repo property on the retrieved commit. This should solve certain bugs when working with a commit retrieved from parent.

Merged PRs into NodeGit

Commits
  • 0327c08 Bump to v0.27.0
  • 7f24632 Merge pull request #1785 from nodegit/node-14
  • e71eea7 Upgrade build environments
  • b7c1259 Merge pull request #1784 from themadtitanmathos/fix/remote-callbacks-pointer-...
  • d5ad62c Remote needs to REALLY persist the callback/proxyOpts/headers
  • 69b010a Use a different folder for ssh test keys
  • 8a59c1c Bump to 0.27.0-alpha.1
  • dcb94e9 Merge pull request #1772 from implausible/get-rid-of-promisify-node
  • 5d008e0 Remove promisify-node and remove old callback api remnants
  • be55439 Merge pull request #1771 from implausible/replace-request-with-got
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [nodegit](https://github.com/nodegit/nodegit) from 0.25.1 to 0.27.0.
- [Release notes](https://github.com/nodegit/nodegit/releases)
- [Changelog](https://github.com/nodegit/nodegit/blob/master/CHANGELOG.md)
- [Commits](nodegit/nodegit@v0.25.1...v0.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 29, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants