ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 123 forks source link

chore(deps): update ipfs-http-client requirement from ^37.0.1 to ^38.0.0 #99

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on ipfs-http-client to permit the latest version.

Release notes *Sourced from [ipfs-http-client's releases](https://github.com/ipfs/js-ipfs-http-client/releases).* > ## v38.0.0 > No release notes provided.
Changelog *Sourced from [ipfs-http-client's changelog](https://github.com/ipfs/js-ipfs-http-client/blob/master/CHANGELOG.md).* > # [38.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v37.0.3...v38.0.0) (2019-09-25) > > > > > ## [37.0.3](https://github.com/ipfs/js-ipfs-http-client/compare/v37.0.2...v37.0.3) (2019-09-25) > > > > > ## [37.0.2](https://github.com/ipfs/js-ipfs-http-client/compare/v37.0.1...v37.0.2) (2019-09-20) > > > ### Bug Fixes > > * only do the big file workaround in node and electron main ([077c997](https://github.com/ipfs/js-ipfs-http-client/commit/077c997)) > > > > > ## [37.0.1](https://github.com/ipfs/js-ipfs-http-client/compare/v37.0.0...v37.0.1) (2019-09-17) > > > > > # [37.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v36.1.0...v37.0.0) (2019-09-17) > > > ### Bug Fixes > > * big downloads in electron ([9c9aac8](https://github.com/ipfs/js-ipfs-http-client/commit/9c9aac8)) > > > > > # [36.1.0](https://github.com/ipfs/js-ipfs-http-client/compare/v36.0.0...v36.1.0) (2019-09-17) > > > ### Bug Fixes > > * fix electron renderer tests and a couple more bugs ([#1105](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1105)) ([a631a21](https://github.com/ipfs/js-ipfs-http-client/commit/a631a21)) > > > > > # [36.0.0](https://github.com/ipfs/js-ipfs-http-client/compare/v35.1.0...v36.0.0) (2019-09-11) > > > > > ... (truncated)
Commits - [`55e64d4`](https://github.com/ipfs/js-ipfs-http-client/commit/55e64d43230030b65cb91aa39fc8b3ec1cea1c23) chore: release version v38.0.0 - [`be39d72`](https://github.com/ipfs/js-ipfs-http-client/commit/be39d7231c1ba95c875bba8d8f98afc7424e1ac5) chore: update contributors - [`4f6892f`](https://github.com/ipfs/js-ipfs-http-client/commit/4f6892f343d67faccbd83df0ce3864c2e717fb04) chore: update deps - [`0647d06`](https://github.com/ipfs/js-ipfs-http-client/commit/0647d06ec84a7501ba23c7d23a8e19f45bdde17e) Merge pull request [#1115](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1115) from ipfs/update-ipld-dag-pb - [`c2bbfae`](https://github.com/ipfs/js-ipfs-http-client/commit/c2bbfae9adb2bf2155adb75d15b6bd9f6a33e8d8) chore: release version v37.0.3 - [`944e0de`](https://github.com/ipfs/js-ipfs-http-client/commit/944e0de452fa7478d16630c21fbd8c49027fca5c) chore: update contributors - [`010e786`](https://github.com/ipfs/js-ipfs-http-client/commit/010e786116a1751ec1ce571e080b013d0f96d379) chore: fix aegir command name - [`c1cb0e6`](https://github.com/ipfs/js-ipfs-http-client/commit/c1cb0e6fee3d81d1a8348940b8126b3fa689ae4e) Merge pull request [#1114](https://github-redirect.dependabot.com/ipfs/js-ipfs-http-client/issues/1114) from phillmac/patch-1 - [`eedd1bc`](https://github.com/ipfs/js-ipfs-http-client/commit/eedd1bc82244ad40346d1dc5f7ab00bdce352e97) chore: update ipld-dag-pb to the latest version - [`a34313e`](https://github.com/ipfs/js-ipfs-http-client/commit/a34313eb684f49e627dd3bdc5ca661215636802e) Add form-data dependency - Additional commits viewable in [compare view](https://github.com/ipfs/js-ipfs-http-client/compare/v37.0.1...v38.0.0)


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.