Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency is-ipfs to v2 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 27, 2020

This PR contains the following updates:

Package Type Update Change
is-ipfs dependencies major ^0.6.1 -> ^2.0.0

Release Notes

ipfs/is-ipfs

v2.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • this module now only has deps that use Uint8Arrays and not Buffers

Co-authored-by: Marcin Rataj mailto:lidel@lidel.org

1.0.3 (2020-04-22)

1.0.2 (2020-04-22)

1.0.1 (2020-04-22)

Bug Fixes

v1.0.3

Compare Source

1.0.3 (2020-04-22)

v1.0.0

Compare Source

Features
BREAKING CHANGES
  • isIPFS.subdomain now returns true for <domain.tld>.ipns.localhost

  • isIPFS.subdomainPattern changed

  • test: support peer multiaddr with /p2p/

Context: libp2p/libp2p#​79

  • fix: explicitly ignore URL param and hash

.url and .path now return true when validating:
https://ipfs.io/ipfs/?filename=name.png#foo

  • refactor: simplify dnslinkSubdomain

License: MIT
Signed-off-by: Marcin Rataj mailto:lidel@lidel.org

  • fix: url() check should include subdomain()

When .url was created we only had path gateways. When .subdomain was
added, we did not update .url to test for subdomain gateways, which in
the long run will confuse people and feels like a bug.

Let's fix this: .url() will now check for both subdomain and path gateways

  • .url(url) now returns true if .subdomain(url) is true

  • refactor: merge DNSLink check into ipnsSubdomain()

This makes subdomain checks follow what path gateway checks do, removing
confusion.

In both cases (IPNS and DNSLink) user needs to perform online record
check, so this is just a handy way of detecting potential matches.

  • docs: update examples
  • refactor: switch to iso-url
  • refactor: lint-package-json
  • chore: update deps

License: MIT
Signed-off-by: Marcin Rataj mailto:lidel@lidel.org

0.6.3 (2020-01-07)

0.6.2 (2020-01-07)

0.6.1 (2019-05-10)


Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant