Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
deps(dev): bump @libp2p/interface-mocks from 7.1.0 to 8.0.2 (#199)
Browse files Browse the repository at this point in the history
Bumps
[@libp2p/interface-mocks](https:/libp2p/js-libp2p-interfaces)
from 7.1.0 to 8.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/bc6d878ca239a8f25a7dbaf0ab16d1fe12c977df"><code>bc6d878</code></a>
chore(release): 8.0.2 [skip ci]</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/3566cd0c7cc8514c49695d854020270ef4696fc9"><code>3566cd0</code></a>
chore(release): 1.1.0 [skip ci]</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/e2168e8f863d6a488e4117800b5143dce1122b0b"><code>e2168e8</code></a>
fix: add missing dependency</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/11974843445a7f4792192340c0697d40bf87fddc"><code>1197484</code></a>
feat: expose supported peer id types (<a
href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/318">#318</a>)</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/913ddb522243c110318af7314015a156b8c889c1"><code>913ddb5</code></a>
update .github/workflows/js-test-and-release.yml (<a
href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/315">#315</a>)</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/36e772ebdb4e5f05090c41dcfacc092f425321fa"><code>36e772e</code></a>
update .github/workflows/js-test-and-release.yml (<a
href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/313">#313</a>)</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/e93785dfd613ae54430499da2b81aa87ca584eef"><code>e93785d</code></a>
chore(release): 8.0.1 [skip ci]</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/c165b6192936e3d71e269732f645be6f0560f0b4"><code>c165b61</code></a>
chore(release): 4.0.2 [skip ci]</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/0076c1f354ebc1106b6ac42d48688c0209866084"><code>0076c1f</code></a>
fix: metrics only need numbers (<a
href="https://github-redirect.dependabot.com/libp2p/js-libp2p-interfaces/issues/312">#312</a>)</li>
<li><a
href="https:/libp2p/js-libp2p-interfaces/commit/78039b364eabca4be3ec2d3be6617e61fcd4c9b4"><code>78039b3</code></a>
chore(release): 3.0.3 [skip ci]</li>
<li>Additional commits viewable in <a
href="https:/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-mocks-v7.1.0...@libp2p/interface-mocks-v8.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@libp2p/interface-mocks&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
1 parent 085a119 commit daff533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"wherearewe": "^2.0.1"
},
"devDependencies": {
"@libp2p/interface-mocks": "^7.0.1",
"@libp2p/interface-mocks": "^8.0.2",
"@libp2p/interface-transport-compliance-tests": "^3.0.0",
"@types/ws": "^8.2.2",
"aegir": "^37.5.3",
Expand Down

0 comments on commit daff533

Please sign in to comment.