Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Bump ipfs-http-client from 48.1.1 to 49.0.1 #951

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2021

Bumps ipfs-http-client from 48.1.1 to 49.0.1.

Release notes

Sourced from ipfs-http-client's releases.

[email protected]

49.0.1 (2021-02-02)

Note: Version bump only for package ipfs-http-client

[email protected]

49.0.0 (2021-02-01)

chore

Features

  • support remote pinning services in ipfs-http-client (#3293) (ba240fd)

BREAKING CHANGES

  • ipfs-repo upgrade requires repo migration to v10

[email protected]

48.2.2 (2021-01-22)

Note: Version bump only for package ipfs-http-client

[email protected]

48.2.1 (2021-01-20)

Bug Fixes

[email protected]

48.2.0 (2021-01-15)

Features

[email protected]

48.1.3 (2020-12-16)

... (truncated)

Commits
  • 10fc290 chore: publish
  • 53399d6 chore: do not update example deps during canary publish
  • e1f1374 chore: build bundle during prepublishOnly phase
  • 8daa153 chore: update libp2p version
  • d2632ff chore: build bundle separate from types
  • 91df292 chore: publish
  • eaf5a28 chore: update contributors
  • 1eb37be chore: fix githead version
  • 061d77c chore: update deps (#3514)
  • 7e188f2 fix: run the update example deps script in master and not in ci (#3515)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ipfs-http-client-49.0.1 branch 8 times, most recently from e2c89d2 to 7bb928d Compare February 7, 2021 08:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ipfs-http-client-49.0.1 branch from 7bb928d to 5f983f2 Compare February 7, 2021 08:57
@RanCohenn RanCohenn requested a review from Velua February 7, 2021 10:13
@@ -571,15 +571,22 @@ export class EthereumGovernance extends VuexModule.With({

let metadata;

for await (const file of ipfs.get(hash, {
for await (const f of ipfs.get(hash, {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done because TypeScript doesn't support Explicit type in a "for..of loop"
microsoft/TypeScript#3500

timeout: timeoutInSeconds * 1000
})) {
const file: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done because the docs (although slightly wrong with an extra <>) show this

@pingustar pingustar closed this Feb 8, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ipfs-http-client-49.0.1 branch February 8, 2021 11:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants