-
Notifications
You must be signed in to change notification settings - Fork 467
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: release main #2693
Merged
Merged
chore: release main #2693
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The commits here get force-pushed by Need to manually apply this diff each time main changes (see googleapis/release-please#2373): diff --git a/interop/package.json b/interop/package.json
index 299ba4742..7c97584e0 100644
--- a/interop/package.json
+++ b/interop/package.json
@@ -20,18 +20,18 @@
"devDependencies": {
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
- "@libp2p/circuit-relay-v2": "^1.0.24",
- "@libp2p/interface": "^1.7.0",
- "@libp2p/identify": "^2.0.2",
- "@libp2p/mplex": "^10.0.24",
- "@libp2p/ping": "^1.0.19",
- "@libp2p/tcp": "^9.0.26",
- "@libp2p/webrtc": "^4.0.33",
- "@libp2p/websockets": "^8.0.24",
- "@libp2p/webtransport": "^4.0.32",
+ "@libp2p/circuit-relay-v2": "^2.0.0",
+ "@libp2p/interface": "^2.0.0",
+ "@libp2p/identify": "^3.0.0",
+ "@libp2p/mplex": "^11.0.0",
+ "@libp2p/ping": "^2.0.0",
+ "@libp2p/tcp": "^10.0.0",
+ "@libp2p/webrtc": "^5.0.0",
+ "@libp2p/websockets": "^9.0.0",
+ "@libp2p/webtransport": "^5.0.0",
"@multiformats/multiaddr": "^12.2.3",
"aegir": "^44.0.1",
- "libp2p": "^1.6.0",
+ "libp2p": "^2.0.0",
"p-event": "^6.0.1",
"redis": "^4.6.14"
},
diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json
index 49e4084f1..277b1f7c3 100644
--- a/packages/integration-tests/package.json
+++ b/packages/integration-tests/package.json
@@ -36,32 +36,32 @@
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
- "@libp2p/bootstrap": "^10.0.23",
- "@libp2p/circuit-relay-v2": "^1.0.23",
- "@libp2p/crypto": "^4.1.1",
+ "@libp2p/bootstrap": "^11.0.0",
+ "@libp2p/circuit-relay-v2": "^2.0.0",
+ "@libp2p/crypto": "^5.0.0",
"@libp2p/daemon-client": "^8.0.5",
"@libp2p/daemon-server": "^7.0.5",
- "@libp2p/dcutr": "^1.0.20",
- "@libp2p/echo": "^1.0.7",
- "@libp2p/fetch": "^1.0.17",
- "@libp2p/floodsub": "^9.0.19",
- "@libp2p/identify": "^2.0.1",
- "@libp2p/interface": "^1.7.0",
- "@libp2p/interface-compliance-tests": "^5.4.4",
- "@libp2p/interface-internal": "^1.2.1",
+ "@libp2p/dcutr": "^2.0.0",
+ "@libp2p/echo": "^2.0.0",
+ "@libp2p/fetch": "^2.0.0",
+ "@libp2p/floodsub": "^10.0.0",
+ "@libp2p/identify": "^3.0.0",
+ "@libp2p/interface": "^2.0.0",
+ "@libp2p/interface-compliance-tests": "^6.0.0",
+ "@libp2p/interface-internal": "^2.0.0",
"@libp2p/interop": "^12.2.0",
- "@libp2p/kad-dht": "^12.0.16",
- "@libp2p/logger": "^4.0.12",
- "@libp2p/mdns": "^10.0.23",
- "@libp2p/mplex": "^10.0.23",
- "@libp2p/peer-id": "^4.2.4",
- "@libp2p/ping": "^1.0.18",
- "@libp2p/plaintext": "^1.1.5",
- "@libp2p/tcp": "^9.0.25",
- "@libp2p/tls": "^1.0.10",
- "@libp2p/webrtc": "^4.0.32",
- "@libp2p/websockets": "^8.0.23",
- "@libp2p/webtransport": "^4.0.32",
+ "@libp2p/kad-dht": "^13.0.0",
+ "@libp2p/logger": "^5.0.0",
+ "@libp2p/mdns": "^11.0.0",
+ "@libp2p/mplex": "^11.0.0",
+ "@libp2p/peer-id": "^5.0.0",
+ "@libp2p/ping": "^2.0.0",
+ "@libp2p/plaintext": "^2.0.0",
+ "@libp2p/tcp": "^10.0.0",
+ "@libp2p/tls": "^2.0.0",
+ "@libp2p/webrtc": "^5.0.0",
+ "@libp2p/websockets": "^9.0.0",
+ "@libp2p/webtransport": "^5.0.0",
"@multiformats/mafmt": "^12.1.6",
"@multiformats/multiaddr": "^12.2.3",
"@multiformats/multiaddr-matcher": "^1.2.1",
@@ -72,7 +72,7 @@
"go-libp2p": "^1.5.0",
"it-all": "^3.0.6",
"it-pipe": "^3.0.1",
- "libp2p": "^1.5.2",
+ "libp2p": "^2.0.0",
"merge-options": "^3.0.4",
"multiformats": "^13.1.0",
"p-defer": "^4.0.1", |
9deacd7
to
6f5406d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release is too large to preview in the pull request body. View the full release notes here: https://github.com/libp2p/js-libp2p/blob/release-please--branches--main--release-notes/release-notes.md