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

bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to 0.25.1 #1910

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to 0.25.1.

Release notes

Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.

v0.25.1

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.25.0...v0.25.1

v0.25.0

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.3...v0.25.0

v0.24.3

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.2...v0.24.3

v0.24.2

What's Changed

Bump go-libp2p to avoid deadlock.

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.1...v0.24.2

v0.24.1

What's Changed

Full Changelog: libp2p/go-libp2p-kad-dht@v0.24.0...v0.24.1

v0.24.0

What's Changed

... (truncated)

Commits
  • b63ad60 chore: release v0.25.1
  • 68c5dee perf: don't buffer the output of FindProvidersAsync
  • f901041 chore: use go-libp2p-routing-helpers for tracing needs
  • 134f7e4 fix: properly iterate in tracing for protocol messenger
  • 0c90569 fix: apply addrFilters in the dht (#872)
  • 2cbe38a Merge pull request #870 from libp2p/issue-868
  • b564493 fixing base32 import
  • 777160f add provider record addresses to peerstore
  • 2a515e8 Merge pull request #863 from libp2p/uci/copy-templates
  • 079d352 Merge remote-tracking branch 'origin/master' into uci/copy-templates
  • 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 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)

@dependabot dependabot bot added the dependencies Related to dependencies label Sep 25, 2023
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (d8466cf) 74.67% compared to head (3a4b526) 74.69%.
Report is 1 commits behind head on develop.

❗ Current head 3a4b526 differs from pull request most recent head df391fe. Consider uploading reports for the commit df391fe to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1910      +/-   ##
===========================================
+ Coverage    74.67%   74.69%   +0.01%     
===========================================
  Files          234      234              
  Lines        23114    23114              
===========================================
+ Hits         17260    17263       +3     
+ Misses        4673     4671       -2     
+ Partials      1181     1180       -1     
Flag Coverage Δ
all-tests 74.69% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81fb509...df391fe. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.25.1 branch 2 times, most recently from e7dfb0d to 3a4b526 Compare October 4, 2023 21:36
shahzadlone pushed a commit that referenced this pull request Oct 4, 2023
✅ This PR was created by the Combine PRs action by combining the
following PRs:
#1930 bot: Bump postcss from 8.4.27 to 8.4.31 in /playground
#1919 bot: Bump react-hook-form from 7.46.1 to 7.47.0 in /playground
#1918 bot: Bump @typescript-eslint/parser from 6.7.0 to 6.7.3 in
/playground
#1917 bot: Bump @types/react from 18.2.21 to 18.2.24 in /playground
#1910 bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to
0.25.1
#1909 bot: Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0
#1908 bot: Bump github.com/go-errors/errors from 1.5.0 to 1.5.1
#1906 bot: Bump eslint from 8.49.0 to 8.50.0 in /playground

⚠️ The following PRs were left out due to merge conflicts:
#1904 bot: Bump @vitejs/plugin-react-swc from 3.3.2 to 3.4.0 in
/playground

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.25.1 branch from 3a4b526 to e43943a Compare October 4, 2023 22:40
@shahzadlone
Copy link
Member

@dependabot recreate

Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.23.0 to 0.25.1.
- [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases)
- [Commits](libp2p/go-libp2p-kad-dht@v0.23.0...v0.25.1)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  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-kad-dht-0.25.1 branch from e43943a to df391fe Compare October 4, 2023 22:48
@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

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

@shahzadlone shahzadlone closed this Oct 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.25.1 branch October 4, 2023 22:59
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
✅ This PR was created by the Combine PRs action by combining the
following PRs:
sourcenetwork#1930 bot: Bump postcss from 8.4.27 to 8.4.31 in /playground
sourcenetwork#1919 bot: Bump react-hook-form from 7.46.1 to 7.47.0 in /playground
sourcenetwork#1918 bot: Bump @typescript-eslint/parser from 6.7.0 to 6.7.3 in
/playground
sourcenetwork#1917 bot: Bump @types/react from 18.2.21 to 18.2.24 in /playground
sourcenetwork#1910 bot: Bump github.com/libp2p/go-libp2p-kad-dht from 0.23.0 to
0.25.1
sourcenetwork#1909 bot: Bump github.com/evanphx/json-patch/v5 from 5.6.0 to 5.7.0
sourcenetwork#1908 bot: Bump github.com/go-errors/errors from 1.5.0 to 1.5.1
sourcenetwork#1906 bot: Bump eslint from 8.49.0 to 8.50.0 in /playground

⚠️ The following PRs were left out due to merge conflicts:
sourcenetwork#1904 bot: Bump @vitejs/plugin-react-swc from 3.3.2 to 3.4.0 in
/playground

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant