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

chore(deps): bump github.com/libp2p/go-libp2p-routing-helpers from 0.6.1 to 0.7.0 #2379

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps github.com/libp2p/go-libp2p-routing-helpers from 0.6.1 to 0.7.0.

Release notes

Sourced from github.com/libp2p/go-libp2p-routing-helpers's releases.

v0.7.0

What's Changed

Full Changelog: libp2p/go-libp2p-routing-helpers@v0.6.2...v0.7.0

v0.6.2

What's Changed

Full Changelog: libp2p/go-libp2p-routing-helpers@v0.6.1...v0.6.2

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Jun 19, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-routing-helpers-0.7.0 branch from 0c417aa to f368cef Compare July 12, 2023 16:35
Bumps [github.com/libp2p/go-libp2p-routing-helpers](https://github.com/libp2p/go-libp2p-routing-helpers) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/libp2p/go-libp2p-routing-helpers/releases)
- [Commits](libp2p/go-libp2p-routing-helpers@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-routing-helpers
  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/github.com/libp2p/go-libp2p-routing-helpers-0.7.0 branch from f368cef to 3846ee3 Compare July 13, 2023 15:04
@codecov-commenter
Copy link

Codecov Report

Merging #2379 (3846ee3) into main (11dced4) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2379      +/-   ##
==========================================
- Coverage   52.88%   52.86%   -0.03%     
==========================================
  Files         156      156              
  Lines        9971     9971              
==========================================
- Hits         5273     5271       -2     
+ Misses       4236     4235       -1     
- Partials      462      465       +3     

see 5 files with indirect coverage changes

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #2523.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-routing-helpers-0.7.0 branch July 31, 2023 11:56
renaynay added a commit that referenced this pull request Aug 18, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format 
- 	github.com/ipfs/go-blockservice 
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag 
 - 	github.com/ipld/go-car 
 - 	github.com/multiformats/go-multihash 

Supersedes:
#2268
#2378
#2379
#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
renaynay added a commit to renaynay/celestia-node that referenced this pull request Aug 23, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format 
- 	github.com/ipfs/go-blockservice 
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag 
 - 	github.com/ipld/go-car 
 - 	github.com/multiformats/go-multihash 

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
#2268
#2378
#2379
#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 22, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
walldiss added a commit to walldiss/celestia-node that referenced this pull request Sep 25, 2023
## Overview
Main change is update of github.com/ipfs/go-libipfs , that is now
located in github.com/ipfs/boxo

Updates libs and their dependancies:
- github.com/libp2p/go-libp2p-kad-dht
- github.com/libp2p/go-libp2p-routing-helpers
 - github.com/ipfs/go-block-format
- 	github.com/ipfs/go-blockservice
 - 	github.com/ipfs/go-ipld-format
 - 	github.com/ipfs/go-merkledag
 - 	github.com/ipld/go-car
 - 	github.com/multiformats/go-multihash

Supersedes:
celestiaorg#2268
celestiaorg#2378
celestiaorg#2379
celestiaorg#1957

---------

Co-authored-by: Ryan <ryanford@poluglottos.com>
Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
(cherry picked from commit 8eef855)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants