ipfs-shipyard / ipfs-deploy

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

chore(deps): update multiaddr requirement from ^6.1.0 to ^7.0.0 #90

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on multiaddr to permit the latest version.

Release notes *Sourced from [multiaddr's releases](https://github.com/multiformats/js-multiaddr/releases).* > ## v7.0.0 > ### API Change > * use `p2p` by default instead of `ipfs` for string representation ([#97](https://github-redirect.dependabot.com/multiformats/js-multiaddr/pull/97)) > > ### Bug Fixes > > * make getPeerId resolve the last id ([#95](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/95)) ([c32071d](https://github.com/multiformats/js-multiaddr/commit/c32071d)) > * return ports as ints not strings ([#87](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/87)) ([2a170c3](https://github.com/multiformats/js-multiaddr/commit/2a170c3)) > > >
Changelog *Sourced from [multiaddr's changelog](https://github.com/multiformats/js-multiaddr/blob/master/CHANGELOG.md).* > # [7.0.0](https://github.com/multiformats/js-multiaddr/compare/v6.1.0...v7.0.0) (2019-09-03) > > > ### Bug Fixes > > * make getPeerId resolve the last id ([#95](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/95)) ([c32071d](https://github.com/multiformats/js-multiaddr/commit/c32071d)) > * return ports as ints not strings ([#87](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/87)) ([2a170c3](https://github.com/multiformats/js-multiaddr/commit/2a170c3)) > > > > > # [6.1.0](https://github.com/multiformats/js-multiaddr/compare/v6.0.6...v6.1.0) (2019-06-05) > > > ### Features > > * add onion and onion3 support ([#89](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/89)) ([b606df3](https://github.com/multiformats/js-multiaddr/commit/b606df3)) > > > > > ## [6.0.6](https://github.com/multiformats/js-multiaddr/compare/v6.0.5...v6.0.6) (2019-03-04) > > > ### Bug Fixes > > * json round trip works as expected ([#85](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/85)) ([1977874](https://github.com/multiformats/js-multiaddr/commit/1977874)) > > > > > ## [6.0.5](https://github.com/multiformats/js-multiaddr/compare/v6.0.4...v6.0.5) (2019-02-25) > > > ### Features > > * add unix protocol support and update protocol table ([#84](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/84)) ([d4d3d9b](https://github.com/multiformats/js-multiaddr/commit/d4d3d9b)) > > > > > ## [6.0.4](https://github.com/multiformats/js-multiaddr/compare/v6.0.3...v6.0.4) (2019-01-25) > > > ### Features > > * add /p2p-stardust ([#78](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/78)) ([54e6837](https://github.com/multiformats/js-multiaddr/commit/54e6837)), closes [libp2p/js-libp2p-websocket-star#70](https://github-redirect.dependabot.com/libp2p/js-libp2p-websocket-star/issues/70) > > > > ... (truncated)
Commits - [`3681086`](https://github.com/multiformats/js-multiaddr/commit/3681086797ac704ecb3e8d2d2ac7abb5c43dd6ef) chore: release version v7.0.0 - [`e3e93cf`](https://github.com/multiformats/js-multiaddr/commit/e3e93cfed0844cb2e907e5d1c9dd0377bd4d276a) chore: update contributors - [`46f257a`](https://github.com/multiformats/js-multiaddr/commit/46f257a022df81ac0f742abe7099bfe8747df1e9) refactor: default 421 to use p2p by default instead of ipfs ([#97](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/97)) - [`371dc47`](https://github.com/multiformats/js-multiaddr/commit/371dc477167954ac46cf70aa7fcfed92333c23b8) refactor: use async instead of callbacks ([#96](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/96)) - [`c32071d`](https://github.com/multiformats/js-multiaddr/commit/c32071de1e373fcbf94b031b768d06c0173a5fa0) fix: make getPeerId resolve the last id ([#95](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/95)) - [`2a170c3`](https://github.com/multiformats/js-multiaddr/commit/2a170c3e6ea327bb62abaf5b9700a18c4c950011) fix: return ports as ints not strings ([#87](https://github-redirect.dependabot.com/multiformats/js-multiaddr/issues/87)) - See full diff in [compare view](https://github.com/multiformats/js-multiaddr/compare/v6.1.0...v7.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.