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

Commit f7f364b

Browse files
author
Alan Shaw
authored
chore: update deps (#2230)
* chore: update deps Also removes examples from greenkeeper consideration. This is just becoming too much noise and they should/will be updated when the examples are checked for a release. From gk docs: > If you have more than one package.json file, or your single package.json file is not in the root of the repo, Greenkeeper will only handle the package.json files you specify in greenkeeper.json. So if you want to ignore one, just omit it from all the packages arrays. License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 0088c58 commit f7f364b

File tree

4 files changed

+27
-40
lines changed

4 files changed

+27
-40
lines changed

greenkeeper.json

-16
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44
"packages": [
55
"package.json"
66
]
7-
},
8-
"examples": {
9-
"packages": [
10-
"examples/browser-browserify/package.json",
11-
"examples/browser-create-react-app/package.json",
12-
"examples/browser-mfs/package.json",
13-
"examples/browser-parceljs/package.json",
14-
"examples/browser-readablestream/package.json",
15-
"examples/browser-webpack/package.json",
16-
"examples/circuit-relaying/package.json",
17-
"examples/custom-ipfs-repo/package.json",
18-
"examples/custom-libp2p/package.json",
19-
"examples/exchange-files-in-browser/package.json",
20-
"examples/ipfs-101/package.json",
21-
"examples/run-in-electron/package.json"
22-
]
237
}
248
}
259
}

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"debug": "^4.1.0",
8383
"dlv": "^1.1.3",
8484
"err-code": "^1.1.2",
85-
"file-type": "^12.0.0",
85+
"file-type": "^12.0.1",
8686
"fnv1a": "^1.0.1",
8787
"fsm-event": "^2.1.0",
8888
"get-folder-size": "^2.0.0",
@@ -91,17 +91,17 @@
9191
"hashlru": "^2.3.0",
9292
"human-to-milliseconds": "^2.0.0",
9393
"interface-datastore": "~0.6.0",
94-
"ipfs-bitswap": "~0.24.1",
94+
"ipfs-bitswap": "~0.25.1",
9595
"ipfs-block": "~0.8.1",
96-
"ipfs-block-service": "~0.15.1",
96+
"ipfs-block-service": "~0.15.2",
9797
"ipfs-http-client": "^32.0.1",
9898
"ipfs-http-response": "~0.3.1",
9999
"ipfs-mfs": "~0.11.5",
100100
"ipfs-multipart": "~0.1.0",
101101
"ipfs-repo": "~0.26.6",
102102
"ipfs-unixfs": "~0.1.16",
103-
"ipfs-unixfs-exporter": "~0.37.6",
104-
"ipfs-unixfs-importer": "~0.39.9",
103+
"ipfs-unixfs-exporter": "~0.37.7",
104+
"ipfs-unixfs-importer": "~0.39.11",
105105
"ipfs-utils": "~0.0.3",
106106
"ipld": "~0.24.1",
107107
"ipld-bitcoin": "~0.3.0",
@@ -120,13 +120,13 @@
120120
"just-flatten-it": "^2.1.0",
121121
"just-safe-set": "^2.1.0",
122122
"kind-of": "^6.0.2",
123-
"libp2p": "~0.25.3",
123+
"libp2p": "~0.25.4",
124124
"libp2p-bootstrap": "~0.9.3",
125125
"libp2p-crypto": "~0.16.0",
126126
"libp2p-delegated-content-routing": "^0.2.2",
127127
"libp2p-delegated-peer-routing": "^0.2.2",
128-
"libp2p-kad-dht": "~0.15.1",
129-
"libp2p-keychain": "~0.4.1",
128+
"libp2p-kad-dht": "~0.15.2",
129+
"libp2p-keychain": "~0.4.2",
130130
"libp2p-mdns": "~0.12.0",
131131
"libp2p-record": "~0.6.3",
132132
"libp2p-secio": "~0.11.0",
@@ -139,7 +139,7 @@
139139
"merge-options": "^1.0.1",
140140
"mime-types": "^2.1.21",
141141
"mkdirp": "~0.5.1",
142-
"multiaddr": "^6.0.5",
142+
"multiaddr": "^6.1.0",
143143
"multiaddr-to-uri": "^4.0.1",
144144
"multibase": "~0.6.0",
145145
"multicodec": "~0.5.1",
@@ -160,37 +160,37 @@
160160
"pull-ndjson": "~0.1.1",
161161
"pull-pushable": "^2.2.0",
162162
"pull-sort": "^1.0.1",
163-
"pull-stream": "^3.6.12",
164-
"pull-stream-to-async-iterator": "^1.0.1",
163+
"pull-stream": "^3.6.13",
164+
"pull-stream-to-async-iterator": "^1.0.2",
165165
"pull-stream-to-stream": "^1.3.4",
166166
"pull-traverse": "^1.0.3",
167167
"readable-stream": "^3.4.0",
168168
"receptacle": "^1.3.2",
169-
"semver": "^6.1.2",
169+
"semver": "^6.2.0",
170170
"stream-to-pull-stream": "^1.7.3",
171171
"superstruct": "~0.6.0",
172172
"tar-stream": "^2.0.0",
173173
"temp": "~0.9.0",
174-
"update-notifier": "^3.0.0",
174+
"update-notifier": "^3.0.1",
175175
"uri-to-multiaddr": "^3.0.1",
176176
"varint": "^5.0.0",
177177
"yargs": "^13.2.4",
178178
"yargs-promise": "^1.1.0"
179179
},
180180
"devDependencies": {
181-
"aegir": "^19.0.3",
181+
"aegir": "^19.0.5",
182182
"base64url": "^3.0.1",
183183
"chai": "^4.2.0",
184-
"clear-module": "^3.2.0",
184+
"clear-module": "^4.0.0",
185185
"delay": "^4.1.0",
186186
"detect-node": "^2.0.4",
187-
"dir-compare": "^1.4.0",
187+
"dir-compare": "^1.7.3",
188188
"dirty-chai": "^2.0.1",
189-
"execa": "^1.0.0",
190-
"form-data": "^2.3.3",
189+
"execa": "^2.0.3",
190+
"form-data": "^2.5.0",
191191
"hat": "0.0.3",
192-
"interface-ipfs-core": "~0.105.0",
193-
"ipfsd-ctl": "~0.43.0",
192+
"interface-ipfs-core": "^0.105.1",
193+
"ipfsd-ctl": "^0.43.0",
194194
"libp2p-websocket-star": "~0.10.2",
195195
"ncp": "^2.0.0",
196196
"qs": "^6.5.2",
@@ -199,7 +199,7 @@
199199
"stream-to-promise": "^2.2.0"
200200
},
201201
"optionalDependencies": {
202-
"prom-client": "^11.1.3",
202+
"prom-client": "^11.5.3",
203203
"prometheus-gc-stats": "~0.6.0"
204204
},
205205
"engines": {

test/cli/name-pubsub.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,15 @@ describe('name-pubsub', () => {
200200
return ipfsA('name pubsub subs')
201201
.catch((err) => {
202202
expect(err).to.exist() // error as it is disabled
203-
expect(err.toString()).to.have.string('IPNS pubsub subsystem is not enabled')
203+
expect(err.stdout).to.have.string('IPNS pubsub subsystem is not enabled')
204204
})
205205
})
206206

207207
it('should get error canceling a subscription', function () {
208208
return ipfsA('name pubsub cancel /ipns/QmSWxaPcGgf4TDnFEBDWz2JnbHywF14phmY9hNcAeBEK5v')
209209
.catch((err) => {
210210
expect(err).to.exist() // error as it is disabled
211-
expect(err.toString()).to.have.string('IPNS pubsub subsystem is not enabled')
211+
expect(err.stdout).to.have.string('IPNS pubsub subsystem is not enabled')
212212
})
213213
})
214214
})

test/utils/ipfs-exec.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = (repoPath, opts) => {
2323
env.IPFS_PATH = repoPath
2424

2525
const config = Object.assign({}, {
26-
stripEof: false,
26+
stripFinalNewline: false,
2727
env: env,
2828
timeout: 60 * 1000
2929
}, opts)
@@ -50,6 +50,9 @@ module.exports = (repoPath, opts) => {
5050
res.stdout = cp.stdout
5151
res.stderr = cp.stderr
5252

53+
// res.stdout.on('data', d => console.log(d+''))
54+
// res.stderr.on('data', d => console.log(d+''))
55+
5356
return res
5457
}
5558

0 commit comments

Comments
 (0)