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-kad-dht from 0.25.1 to 0.25.2 #3058

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v0.25.2

What's Changed

New Contributors

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

Commits
  • bdca144 Merge pull request #961 from libp2p/release-v0.25.2
  • bea8743 release v0.25.2
  • ef7d2b1 Merge pull request #960 from godeamon/bug/send-request-read-msg-ctx-err-check
  • ae0987e reset stream and return err when ctx canceled
  • 097cb9a return canceled err not retry
  • 12fcd27 add ctx canceled err check
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from renaynay as a code owner December 25, 2023 11:05
@dependabot dependabot bot added the kind:deps Pull requests that update a dependency file label Dec 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (43ce44a) 50.99% compared to head (a6834b3) 50.66%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3058      +/-   ##
==========================================
- Coverage   50.99%   50.66%   -0.34%     
==========================================
  Files         176      176              
  Lines       11172    11172              
==========================================
- Hits         5697     5660      -37     
- Misses       4977     5012      +35     
- Partials      498      500       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p-kad-dht
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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.2 branch from 8abcc89 to a6834b3 Compare January 2, 2024 10:13
Copy link
Contributor

@ramin ramin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving as looks like a trivial change upstream

@ramin ramin enabled auto-merge (squash) January 2, 2024 10:32
@ramin ramin merged commit 5605f15 into main Jan 2, 2024
15 of 17 checks passed
@ramin ramin deleted the dependabot/go_modules/github.com/libp2p/go-libp2p-kad-dht-0.25.2 branch January 2, 2024 10:36
renaynay pushed a commit to renaynay/celestia-node that referenced this pull request Jan 15, 2024
…0.25.2 (celestiaorg#3058)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht)
from 0.25.1 to 0.25.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/libp2p/go-libp2p-kad-dht/releases">github.com/libp2p/go-libp2p-kad-dht's
releases</a>.</em></p>
<blockquote>
<h2>v0.25.2</h2>
<h2>What's Changed</h2>
<ul>
<li>add ctx canceled err check by <a
href="https://github.com/godeamon"><code>@​godeamon</code></a> in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/960">libp2p/go-libp2p-kad-dht#960</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/godeamon"><code>@​godeamon</code></a>
made their first contribution in <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/pull/960">libp2p/go-libp2p-kad-dht#960</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.1...v0.25.2">https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.1...v0.25.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/bdca14419ec5f7ad0790f17856964bb99bee7436"><code>bdca144</code></a>
Merge pull request <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/961">#961</a>
from libp2p/release-v0.25.2</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/bea874333ab1c19c1bc61a0c5b4df1876259b822"><code>bea8743</code></a>
release v0.25.2</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/ef7d2b1f0c06c5023ce92df0b07ff10aaa066c9a"><code>ef7d2b1</code></a>
Merge pull request <a
href="https://redirect.github.com/libp2p/go-libp2p-kad-dht/issues/960">#960</a>
from godeamon/bug/send-request-read-msg-ctx-err-check</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/ae0987ef008585b248237a7b2aabc39dde003765"><code>ae0987e</code></a>
reset stream and return err when ctx canceled</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/097cb9ab4e3a962a52023ec139ab116f7cba724c"><code>097cb9a</code></a>
return canceled err not retry</li>
<li><a
href="https://github.com/libp2p/go-libp2p-kad-dht/commit/12fcd27cd412f33eee3c7f0def93f14c6339f1fa"><code>12fcd27</code></a>
add ctx canceled err check</li>
<li>See full diff in <a
href="https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.25.1...v0.25.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/libp2p/go-libp2p-kad-dht&package-manager=go_modules&previous-version=0.25.1&new-version=0.25.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ramin <raminkeene@gmail.com>
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.

3 participants