Skip to content

Commit 0738c35

Browse files
deps: bump it-all from 2.0.1 to 3.0.2 (#324)
* deps: bump it-all from 2.0.1 to 3.0.2 Bumps [it-all](https://github.com/achingbrain/it) from 2.0.1 to 3.0.2. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-all-v2.0.1...it-all-v3.0.2) --- updated-dependencies: - dependency-name: it-all dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update linting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent cef7e62 commit 0738c35

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

packages/ipfs-unixfs-exporter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"delay": "^5.0.0",
161161
"ipfs-unixfs-importer": "^15.0.0",
162162
"iso-random-stream": "^2.0.2",
163-
"it-all": "^2.0.0",
163+
"it-all": "^3.0.2",
164164
"it-buffer-stream": "^3.0.0",
165165
"it-first": "^2.0.0",
166166
"merge-options": "^3.0.4",

packages/ipfs-unixfs-importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"interface-blockstore": "^5.0.0",
167167
"interface-store": "^5.0.1",
168168
"ipfs-unixfs": "^11.0.0",
169-
"it-all": "^2.0.0",
169+
"it-all": "^3.0.2",
170170
"it-batch": "^3.0.2",
171171
"it-first": "^2.0.0",
172172
"it-parallel-batch": "^3.0.1",

packages/ipfs-unixfs-importer/test/chunker-rabin.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ describe('chunker: rabin', function () {
102102
}
103103

104104
try {
105-
// @ts-expect-error invalid opts
106-
await all(rabin(asAsyncIterable([]), opts))
105+
await all(rabin(opts)(asAsyncIterable([])))
107106
throw new Error('Should have thrown')
108107
} catch (err: any) {
109108
expect(err.code).to.equal('ERR_INVALID_AVG_CHUNK_SIZE')

0 commit comments

Comments
 (0)