Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 484d255

Browse files
authored
chore: update aegir and multiformats (#3949)
Pulls in new ipjs which stubs files that require the node version of modules. Fixes #3938
1 parent 70c67e2 commit 484d255

File tree

29 files changed

+41
-41
lines changed

29 files changed

+41
-41
lines changed

packages/interface-ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@types/pako": "^1.0.2",
6868
"@types/readable-stream": "^2.3.11",
6969
"abort-controller": "^3.0.0",
70-
"aegir": "^35.1.1",
70+
"aegir": "^36.0.1",
7171
"blockstore-core": "^1.0.2",
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
@@ -93,7 +93,7 @@
9393
"libp2p-crypto": "^0.19.7",
9494
"libp2p-websockets": "^0.16.2",
9595
"multiaddr": "^10.0.0",
96-
"multiformats": "^9.4.1",
96+
"multiformats": "^9.4.13",
9797
"nanoid": "^3.1.23",
9898
"native-abort-controller": "^1.0.3",
9999
"p-map": "^4.0.0",

packages/ipfs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"mafmt": "^10.0.0",
8787
"multiaddr": "^10.0.0",
8888
"multiaddr-to-uri": "^8.0.0",
89-
"multiformats": "^9.4.1",
89+
"multiformats": "^9.4.13",
9090
"parse-duration": "^1.0.0",
9191
"pretty-bytes": "^5.4.1",
9292
"progress": "^2.0.3",
@@ -98,7 +98,7 @@
9898
"@types/ncp": "^2.0.5",
9999
"@types/progress": "^2.0.3",
100100
"@types/yargs": "^16.0.0",
101-
"aegir": "^35.1.1",
101+
"aegir": "^36.0.1",
102102
"it-to-buffer": "^2.0.0",
103103
"nanoid": "^3.1.23",
104104
"ncp": "^2.0.0",

packages/ipfs-cli/src/commands/swarm/addrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
let res
3838
try {
3939
res = addr.decapsulate('ipfs').toString()
40-
} catch (_) {
40+
} catch (/** @type {any} */ _) {
4141
// peer addresses dont need to have /ipfs/ as we know their peerId
4242
// and can encapsulate on dial.
4343
res = addr.toString()

packages/ipfs-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {
49-
"aegir": "^35.1.1",
49+
"aegir": "^36.0.1",
5050
"rimraf": "^3.0.2"
5151
}
5252
}

packages/ipfs-core-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"uint8arrays": "^3.0.0"
106106
},
107107
"devDependencies": {
108-
"aegir": "^35.1.1",
108+
"aegir": "^36.0.1",
109109
"ipfs-core-utils": "^0.12.1",
110110
"rimraf": "^3.0.2"
111111
}

packages/ipfs-core-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"dependencies": {
4747
"interface-datastore": "^6.0.2",
4848
"multiaddr": "^10.0.0",
49-
"multiformats": "^9.4.1"
49+
"multiformats": "^9.4.13"
5050
},
5151
"devDependencies": {
52-
"aegir": "^35.1.1",
52+
"aegir": "^36.0.1",
5353
"copyfiles": "^2.4.1",
5454
"rimraf": "^3.0.2"
5555
},

packages/ipfs-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@
127127
"merge-options": "^3.0.4",
128128
"multiaddr": "^10.0.0",
129129
"multiaddr-to-uri": "^8.0.0",
130-
"multiformats": "^9.4.1",
130+
"multiformats": "^9.4.13",
131131
"nanoid": "^3.1.23",
132132
"parse-duration": "^1.0.0",
133133
"timeout-abort-controller": "^1.1.1",
134134
"uint8arrays": "^3.0.0"
135135
},
136136
"devDependencies": {
137137
"@web-std/file": "^1.1.2",
138-
"aegir": "^35.1.1",
138+
"aegir": "^36.0.1",
139139
"rimraf": "^3.0.2"
140140
}
141141
}

packages/ipfs-core-utils/src/multipart-request.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function multipartRequest (source, abortController, headers = {}, b
7171

7272
index++
7373
}
74-
} catch (err) {
74+
} catch (/** @type {any} */ err) {
7575
log(err)
7676
// workaround for https://github.com/node-fetch/node-fetch/issues/753
7777
abortController.abort()

packages/ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"mortice": "^2.0.0",
122122
"multiaddr": "^10.0.0",
123123
"multiaddr-to-uri": "^8.0.0",
124-
"multiformats": "^9.4.1",
124+
"multiformats": "^9.4.13",
125125
"native-abort-controller": "^1.0.3",
126126
"pako": "^1.0.2",
127127
"parse-duration": "^1.0.0",
@@ -133,7 +133,7 @@
133133
"@types/dlv": "^1.1.2",
134134
"@types/pako": "^1.0.2",
135135
"@types/rimraf": "^3.0.1",
136-
"aegir": "^35.1.1",
136+
"aegir": "^36.0.1",
137137
"delay": "^5.0.0",
138138
"go-ipfs": "0.9.1",
139139
"interface-blockstore-tests": "^2.0.1",

packages/ipfs-core/src/components/dag/export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function createExport ({ repo, preload, codecs }) {
6060
writer,
6161
codecs)
6262
writer.close()
63-
} catch (e) {
63+
} catch (/** @type {any} */ e) {
6464
err = e
6565
}
6666
})()

0 commit comments

Comments
 (0)