Skip to content

Commit 8bbd436

Browse files
authored
fix: align dependency versions and update project config (#2357)
Updates dependency versions and updates sibling module tsconfig references.
1 parent 2634640 commit 8bbd436

File tree

39 files changed

+144
-169
lines changed

39 files changed

+144
-169
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
time: "10:00"
8-
open-pull-requests-limit: 10
8+
open-pull-requests-limit: 20
99
commit-message:
1010
prefix: "deps"
1111
prefix-development: "deps(dev)"

doc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
},
2525
"dependencies": {
2626
"@chainsafe/libp2p-yamux": "^6.0.1",
27-
"@libp2p/interface": "^1.0.0",
28-
"@libp2p/mplex": "^10.0.0",
27+
"@libp2p/interface": "^1.1.1",
28+
"@libp2p/mplex": "^10.0.10",
2929
"@libp2p/prometheus-metrics": "^3.0.0",
30-
"@libp2p/tcp": "^9.0.0",
30+
"@libp2p/tcp": "^9.0.10",
3131
"aegir": "^42.0.0",
32-
"libp2p": "^1.0.0",
32+
"libp2p": "^1.1.1",
3333
"prom-client": "^15.0.0"
3434
},
3535
"private": true

interop/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"bugs": {
1313
"url": "https://github.com/libp2p/js-libp2p/issues"
1414
},
15+
"publishConfig": {
16+
"access": "public",
17+
"provenance": true
18+
},
1519
"type": "module",
1620
"types": "./dist/src/index.d.ts",
1721
"files": [

packages/connection-encrypter-plaintext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"it-protobuf-stream": "^1.1.1",
5757
"it-stream-types": "^2.0.1",
5858
"protons-runtime": "^5.0.0",
59-
"uint8arraylist": "^2.4.3"
59+
"uint8arraylist": "^2.4.7"
6060
},
6161
"devDependencies": {
6262
"@libp2p/interface-compliance-tests": "^5.1.2",
@@ -65,6 +65,6 @@
6565
"@multiformats/multiaddr": "^12.1.10",
6666
"aegir": "^42.0.0",
6767
"protons": "^7.3.0",
68-
"sinon": "^17.0.0"
68+
"sinon": "^17.0.1"
6969
}
7070
}

packages/integration-tests/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"@chainsafe/libp2p-noise": "^14.0.0",
3838
"@chainsafe/libp2p-yamux": "^6.0.1",
3939
"@libp2p/bootstrap": "^10.0.7",
40-
"@libp2p/circuit-relay-v2": "^1.0.0",
40+
"@libp2p/circuit-relay-v2": "^1.0.10",
4141
"@libp2p/crypto": "^3.0.2",
4242
"@libp2p/daemon-client": "^8.0.1",
4343
"@libp2p/daemon-server": "^7.0.1",
4444
"@libp2p/dcutr": "^1.0.0",
4545
"@libp2p/fetch": "^1.0.0",
4646
"@libp2p/floodsub": "^9.0.0",
47-
"@libp2p/identify": "^1.0.0",
47+
"@libp2p/identify": "^1.0.9",
4848
"@libp2p/interface": "^1.0.0",
49-
"@libp2p/interface-compliance-tests": "^5.0.0",
49+
"@libp2p/interface-compliance-tests": "^5.1.1",
5050
"@libp2p/interface-internal": "^1.0.0",
5151
"@libp2p/interop": "^10.0.0",
5252
"@libp2p/kad-dht": "^12.0.0",
53-
"@libp2p/logger": "^4.0.1",
53+
"@libp2p/logger": "^4.0.4",
5454
"@libp2p/mdns": "^10.0.7",
55-
"@libp2p/mplex": "^10.0.0",
56-
"@libp2p/peer-id": "^4.0.0",
57-
"@libp2p/peer-id-factory": "^4.0.1",
55+
"@libp2p/mplex": "^10.0.10",
56+
"@libp2p/peer-id": "^4.0.4",
57+
"@libp2p/peer-id-factory": "^4.0.3",
5858
"@libp2p/ping": "^1.0.0",
59-
"@libp2p/plaintext": "^1.0.0",
60-
"@libp2p/tcp": "^9.0.0",
59+
"@libp2p/plaintext": "^1.0.10",
60+
"@libp2p/tcp": "^9.0.10",
6161
"@libp2p/webrtc": "^4.0.0",
62-
"@libp2p/websockets": "^8.0.0",
62+
"@libp2p/websockets": "^8.0.10",
6363
"@multiformats/mafmt": "^12.1.6",
6464
"@multiformats/multiaddr": "^12.1.10",
6565
"aegir": "^42.0.0",
@@ -68,14 +68,14 @@
6868
"go-libp2p": "^1.1.1",
6969
"it-all": "^3.0.3",
7070
"it-pipe": "^3.0.1",
71-
"libp2p": "^1.0.0",
71+
"libp2p": "^1.1.1",
7272
"merge-options": "^3.0.4",
7373
"multiformats": "^13.0.0",
7474
"p-defer": "^4.0.0",
7575
"p-event": "^6.0.0",
7676
"p-retry": "^6.1.0",
7777
"p-wait-for": "^5.0.2",
78-
"sinon": "^17.0.0",
78+
"sinon": "^17.0.1",
7979
"uint8arraylist": "^2.4.3",
8080
"uint8arrays": "^5.0.0",
8181
"wherearewe": "^2.0.1"

packages/integration-tests/tsconfig.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{
1212
"path": "../connection-encrypter-plaintext"
1313
},
14+
{
15+
"path": "../crypto"
16+
},
1417
{
1518
"path": "../interface"
1619
},
@@ -20,9 +23,21 @@
2023
{
2124
"path": "../interface-internal"
2225
},
26+
{
27+
"path": "../kad-dht"
28+
},
2329
{
2430
"path": "../libp2p"
2531
},
32+
{
33+
"path": "../logger"
34+
},
35+
{
36+
"path": "../peer-discovery-bootstrap"
37+
},
38+
{
39+
"path": "../peer-discovery-mdns"
40+
},
2641
{
2742
"path": "../peer-id"
2843
},
@@ -41,6 +56,9 @@
4156
{
4257
"path": "../protocol-ping"
4358
},
59+
{
60+
"path": "../pubsub-floodsub"
61+
},
4462
{
4563
"path": "../stream-multiplexer-mplex"
4664
},

packages/interface-compliance-tests/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"bugs": {
1212
"url": "https://github.com/libp2p/js-libp2p/issues"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
1418
"keywords": [
1519
"interface",
1620
"libp2p"
@@ -121,8 +125,8 @@
121125
"it-ndjson": "^1.0.3",
122126
"it-pair": "^2.0.6",
123127
"it-pipe": "^3.0.1",
124-
"it-protobuf-stream": "^1.0.2",
125-
"it-pushable": "^3.2.1",
128+
"it-protobuf-stream": "^1.1.1",
129+
"it-pushable": "^3.2.3",
126130
"it-stream-types": "^2.0.1",
127131
"it-to-buffer": "^4.0.2",
128132
"merge-options": "^3.0.4",
@@ -132,7 +136,7 @@
132136
"p-wait-for": "^5.0.2",
133137
"protons-runtime": "^5.0.0",
134138
"sinon": "^17.0.0",
135-
"uint8arraylist": "^2.4.3",
139+
"uint8arraylist": "^2.4.7",
136140
"uint8arrays": "^5.0.0"
137141
},
138142
"devDependencies": {

packages/interface-compliance-tests/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
},
2929
{
3030
"path": "../peer-id-factory"
31+
},
32+
{
33+
"path": "../utils"
3134
}
3235
]
3336
}

packages/interface-internal/package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@
2121
],
2222
"type": "module",
2323
"types": "./dist/src/index.d.ts",
24-
"typesVersions": {
25-
"*": {
26-
"*": [
27-
"*",
28-
"dist/*",
29-
"dist/src/*",
30-
"dist/src/*/index"
31-
],
32-
"src/*": [
33-
"*",
34-
"dist/*",
35-
"dist/src/*",
36-
"dist/src/*/index"
37-
]
38-
}
39-
},
4024
"files": [
4125
"src",
4226
"dist",
@@ -66,7 +50,7 @@
6650
"@libp2p/interface": "^1.1.1",
6751
"@libp2p/peer-collections": "^5.1.4",
6852
"@multiformats/multiaddr": "^12.1.10",
69-
"uint8arraylist": "^2.4.3"
53+
"uint8arraylist": "^2.4.7"
7054
},
7155
"devDependencies": {
7256
"aegir": "^42.0.0"

packages/interface/package.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,6 @@
2121
],
2222
"type": "module",
2323
"types": "./dist/src/index.d.ts",
24-
"typesVersions": {
25-
"*": {
26-
"*": [
27-
"*",
28-
"dist/*",
29-
"dist/src/*",
30-
"dist/src/*/index"
31-
],
32-
"src/*": [
33-
"*",
34-
"dist/*",
35-
"dist/src/*",
36-
"dist/src/*/index"
37-
]
38-
}
39-
},
4024
"files": [
4125
"src",
4226
"dist",
@@ -64,11 +48,11 @@
6448
},
6549
"dependencies": {
6650
"@multiformats/multiaddr": "^12.1.10",
67-
"it-pushable": "^3.2.1",
51+
"it-pushable": "^3.2.3",
6852
"it-stream-types": "^2.0.1",
6953
"multiformats": "^13.0.0",
7054
"progress-events": "^1.0.0",
71-
"uint8arraylist": "^2.4.3"
55+
"uint8arraylist": "^2.4.7"
7256
},
7357
"devDependencies": {
7458
"aegir": "^42.0.0"

0 commit comments

Comments
 (0)