fix(deps): update dependency ipfs to v0.55.3 #10
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 PR contains the following updates:
0.46.1
->0.55.3
Release Notes
ipfs/js-ipfs
v0.55.3
Compare Source
Bug Fixes
v0.55.2
Compare Source
Note: Version bump only for package ipfs
v0.55.1
Compare Source
Note: Version bump only for package ipfs
v0.55.0
Compare Source
Bug Fixes
chore
BREAKING CHANGES
v0.54.5
Compare Source
Note: Version bump only for package ipfs
v0.54.4
Compare Source
Note: Version bump only for package ipfs
v0.54.3
Compare Source
Bug Fixes
v0.54.2
Compare Source
Note: Version bump only for package ipfs
v0.54.1
Compare Source
Note: Version bump only for package ipfs
v0.54.0
Compare Source
Bug Fixes
chore
Features
BREAKING CHANGES
v0.53.2
Compare Source
Note: Version bump only for package ipfs
v0.53.1
Compare Source
Note: Version bump only for package ipfs
v0.53.0
Compare Source
chore
Features
BREAKING CHANGES
Co-authored-by: Hugo Dias hugomrdias@gmail.com
v0.52.3
Compare Source
Bug Fixes
v0.52.2
Compare Source
Note: Version bump only for package ipfs
v0.52.1
Compare Source
Bug Fixes
v0.52.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v0.51.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Closes ipfs/js-ipfs#3210
Co-authored-by: achingbrain alex@achingbrain.net
v0.50.2
Compare Source
Note: Version bump only for package ipfs
v0.50.1
Compare Source
fix: Downgrade merge-options to restore node 12 compat when engine-strict is true #3271
v0.50.0
Compare Source
Features
v0.49.1
Compare Source
Bug Fixes
v0.49.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
v0.48.2
Compare Source
Note: Version bump only for package ipfs
v0.48.1
Compare Source
Bug Fixes
v0.48.0
Compare Source
Bug Fixes
Features
Breaking Changes
ipfs.add
only works on single items - a Uint8Array, a String, an AsyncIterable etcipfs.addAll
works on multiple itemsipfs.dag.resolve
returnsPromise<{ cid, remainderPath }
instead ofAsyncIterator<{ value, remainderPath }>
ipfs.bitswap.wantlist([peer], [options])
is split into:ipfs.bitswap.wantlist([options])
ipfs.bitswap.wantlistForPeer(peer, [options])
ipfs.bootstrap.add([addr], [options])
is split into:ipfs.bootstrap.add(addr, [options])
- add a bootstrap nodeipfs.bootstrap.reset()
- restore the default list of bootstrap nodesipfs.bootstrap.rm([addr], [options])
is split into:ipfs.bootstrap.rm(addr, [options])
- remove a bootstrap nodeipfs.bootstrap.clear([options])
- empty the bootstrap listipfs.dag.get(cid, [path], [options])
becomesipfs.dag.get(cid, [options])
path
is moved into theoptions
objectipfs.dag.tree(cid, [path], [options])
becomesipfs.dag.tree(cid, [options])
path
is moved into theoptions
objectipfs.dag.resolve(cid, [path], [options])
becomesipfs.dag.resolve(cid, [options])
path
is moved into theoptions
objectipfs.files.flush([path], [options])
becomesipfs.files.flush(path, [options])
ipfs.files.ls([path], [options])
becomesipfs.files.ls(path, [options])
ipfs.object.new([template], [options])
becomesipfs.object.new([options])
template
is moved into theoptions
objectipfs.pin.ls([paths], [options])
becomesipfs.pin.ls([options])
paths
is moved into theoptions
objectipfs.refs.local
now returns a v1 CID with the raw codec for every block and not the original CID by which it was added to the blockstorev0.47.0
Compare Source
Bug Fixes
Features
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.