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(i): Bump libp2p and suppress pstoreds warning #1889

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps golang.org/x/net from 0.14.0 to 0.15.0.

Commits
  • 2a0da8b go.mod: update golang.org/x dependencies
  • 97384c1 quic: remove streams from the conn when done
  • 03d5e62 http2: remove unused ClientConn.tconnClosed
  • b82f062 quic: include ignored frames in test log output
  • 7374d34 quic: don't block when closing read-only streams
  • b4d09be dns/dnsmessage: compress all names while appending to a buffer
  • 8b010a5 quic: fix race condition in runAsync test helper
  • fe2abcb quic: validate stream limits in transport params
  • d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets
  • 4332436 quic: send more transport parameters
  • 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 18, 2023
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3f9decc) 74.74% compared to head (1c61734) 74.78%.
Report is 1 commits behind head on develop.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1889      +/-   ##
===========================================
+ Coverage    74.74%   74.78%   +0.03%     
===========================================
  Files          234      234              
  Lines        23114    23114              
===========================================
+ Hits         17276    17284       +8     
+ Misses        4660     4654       -6     
+ Partials      1178     1176       -2     
Flag Coverage Δ
all-tests 74.78% <ø> (+0.03%) ⬆️

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

Files Coverage Δ
net/node.go 87.27% <ø> (ø)

... and 6 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 04a20e3...1c61734. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from f93eafa to ec60ada Compare September 18, 2023 09:59
@shahzadlone
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from ec60ada to 0f1ca1e Compare September 18, 2023 21:12
shahzadlone added a commit that referenced this pull request Sep 20, 2023
✅ This PR was created by the Combine PRs action by combining the
following PRs:
#1893 bot: Bump graphiql from 3.0.5 to 3.0.6 in /playground
#1892 bot: Bump github.com/tidwall/btree from 1.6.0 to 1.7.0
#1891 bot: Bump google.golang.org/grpc from 1.58.0 to 1.58.1

⚠️ The following PRs were left out due to merge conflicts:
#1889 bot: Bump golang.org/x/net from 0.14.0 to 0.15.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from 0f1ca1e to 5d7477c Compare September 20, 2023 20:56
@shahzadlone shahzadlone force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from c32c20a to 1d4f448 Compare October 2, 2023 19:42
@shahzadlone
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from 1d4f448 to 04c9bc6 Compare October 2, 2023 20:40
dependabot bot and others added 2 commits October 4, 2023 17:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
- [Commits](golang/net@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@shahzadlone shahzadlone force-pushed the dependabot/go_modules/golang.org/x/net-0.15.0 branch from 04c9bc6 to 1c61734 Compare October 4, 2023 21:10
@shahzadlone shahzadlone self-assigned this Oct 4, 2023
@shahzadlone shahzadlone changed the title bot: Bump golang.org/x/net from 0.14.0 to 0.15.0 chore: Bump libp2p, suppress peerstore/pstoreds warning Oct 4, 2023
@shahzadlone shahzadlone changed the title chore: Bump libp2p, suppress peerstore/pstoreds warning chore: Bump libp2p and suppress pstoreds warning Oct 4, 2023
@shahzadlone
Copy link
Member

Todo will track: #1902

@shahzadlone shahzadlone changed the title chore: Bump libp2p and suppress pstoreds warning chore(i): Bump libp2p and suppress pstoreds warning Oct 4, 2023
@shahzadlone shahzadlone added this to the DefraDB v0.8 milestone Oct 4, 2023
@shahzadlone shahzadlone merged commit d8466cf into develop Oct 4, 2023
33 checks passed
@shahzadlone shahzadlone deleted the dependabot/go_modules/golang.org/x/net-0.15.0 branch October 4, 2023 21:34
shahzadlone added 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#1893 bot: Bump graphiql from 3.0.5 to 3.0.6 in /playground
sourcenetwork#1892 bot: Bump github.com/tidwall/btree from 1.6.0 to 1.7.0
sourcenetwork#1891 bot: Bump google.golang.org/grpc from 1.58.0 to 1.58.1

⚠️ The following PRs were left out due to merge conflicts:
sourcenetwork#1889 bot: Bump golang.org/x/net from 0.14.0 to 0.15.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <[email protected]>
shahzadlone added a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…1889)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to
0.15.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/2a0da8be5a758b33fa896384d689071e832b4aa2"><code>2a0da8b</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/97384c11dd0db63357820b2cfcb44c40fbc3116a"><code>97384c1</code></a>
quic: remove streams from the conn when done</li>
<li><a
href="https://github.com/golang/net/commit/03d5e623398478fa929c8ba4b8f15de74017d82a"><code>03d5e62</code></a>
http2: remove unused ClientConn.tconnClosed</li>
<li><a
href="https://github.com/golang/net/commit/b82f062c4bc1abcfe993e3750d64c4bdd4a14f87"><code>b82f062</code></a>
quic: include ignored frames in test log output</li>
<li><a
href="https://github.com/golang/net/commit/7374d342a2c3de79d7b96f3aacdb13498c3fc3b5"><code>7374d34</code></a>
quic: don't block when closing read-only streams</li>
<li><a
href="https://github.com/golang/net/commit/b4d09be75101024ceed6b173b49a5630084174e6"><code>b4d09be</code></a>
dns/dnsmessage: compress all names while appending to a buffer</li>
<li><a
href="https://github.com/golang/net/commit/8b010a5243b670aca8d2277a3c989d1b6a198a08"><code>8b010a5</code></a>
quic: fix race condition in runAsync test helper</li>
<li><a
href="https://github.com/golang/net/commit/fe2abcb6e15f7a34d285220b437d421da4c76775"><code>fe2abcb</code></a>
quic: validate stream limits in transport params</li>
<li><a
href="https://github.com/golang/net/commit/d1b0a97d84e0fa88851b5a065e23262afed10400"><code>d1b0a97</code></a>
quic: avoid sending 1-RTT frames in initial/handshake packets</li>
<li><a
href="https://github.com/golang/net/commit/4332436fd1223b60e3127494d5ff771fba2c0adf"><code>4332436</code></a>
quic: send more transport parameters</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/net/compare/v0.14.0...v0.15.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.14.0&new-version=0.15.0)](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 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)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shahzad Lone <[email protected]>
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.

2 participants