Skip to content

chore(deps): bump github.com/ipfs/go-graphsync from 0.13.1 to 0.14.1#115

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1
Closed

chore(deps): bump github.com/ipfs/go-graphsync from 0.13.1 to 0.14.1#115
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps github.com/ipfs/go-graphsync from 0.13.1 to 0.14.1.

Changelog

Sourced from github.com/ipfs/go-graphsync's changelog.

go-graphsync changelog

go-graphsync v0.14.0

Change to request acceptance ordering, deprecation of protobuf protocol, and libp2p upgrade

Changelog

Contributors

Contributor Commits Lines ± Files Changed
Will 1 +1177/-907 67
GitHub 1 +0/-0 0
3 +0/-0 0

go-graphsync v0.13.2

Minor stability and depedency upgrade prior to future breaking library changes

Changelog

  • github.com/ipfs/go-graphsync:
    • chore(deps): upgrade libp2p & ipld-prime (#389) (ipfs/go-graphsync#389)
    • Add .github/workflows/stale.yml
    • chore(ipld): switch to using top-level ipld-prime codec helpers (#383) (ipfs/go-graphsync#383)
    • feat(requestmanager): read request from context (#381) (ipfs/go-graphsync#381)
    • fix: minor typo in error msg
    • fix(panics): lift panic recovery up to top of network handling
    • feat: expand use of panic handler to cover network and codec interaction
    • feat(panics): capture panics from selector execution

Contributors

Contributor Commits Lines ± Files Changed
Rod Vagg 4 +463/-445 50
Hannah Howard 2 +246/-108 10
hannahhoward 1 +116/-38 10
ipfs-mgmt-read-write[bot] 1 +26/-0 1
Commits
  • b73cd96 chore: version 0.14.1 (#400)
  • d1e3032 chore: migrate files (#399)
  • 9be83c9 chore(deps): bump github.com/btcsuite/btcd in /testplans/graphsync
  • b054973 fix: mod tidy
  • 0d0fcc4 chore(deps): bump github.com/ipld/go-codec-dagpb from 1.3.1 to 1.5.0
  • 2f316f9 chore(deps): bump github.com/ipfs/go-merkledag from 0.5.1 to 0.8.1
  • 07d9746 chore(deps): bump github.com/ipfs/go-merkledag in /testplans/graphsync
  • 386a1d8 docs(CHANGELOG): update for v0.14.0 release
  • b4ac1a6 updates for libp2p v0.22 (#392)
  • 2f8f696 chore: Update .github/workflows/stale.yml [skip ci]
  • 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 dependabot bot requested a review from neelvirdy January 23, 2023 20:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

The following labels could not be found: gomod dependencies.

@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch 3 times, most recently from 143d483 to 06e12c6 Compare January 23, 2023 21:13
@neelvirdy
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch from 06e12c6 to 23585ee Compare January 24, 2023 05:14
@github-actions github-actions bot enabled auto-merge January 24, 2023 05:14
@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch from 23585ee to 97a302b Compare January 24, 2023 05:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch from 97a302b to 4d60a32 Compare January 25, 2023 04:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch from 4d60a32 to 7532961 Compare January 25, 2023 05:14
@neelvirdy
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2023

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/ipfs/go-graphsync/releases)
- [Changelog](https://github.com/ipfs/go-graphsync/blob/main/CHANGELOG.md)
- [Commits](ipfs/go-graphsync@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/ipfs/go-graphsync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch from 7532961 to 7052ed7 Compare February 2, 2023 04:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #154.

@dependabot dependabot bot closed this Feb 13, 2023
auto-merge was automatically disabled February 13, 2023 05:34

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/master/github.com/ipfs/go-graphsync-0.14.1 branch February 13, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant