Skip to content
New issue

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

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

Already on GitHub? # to your account

An in-range update of libp2p-swarm is breaking the build 🚨 #62

Closed
greenkeeper bot opened this issue Mar 21, 2017 · 0 comments
Closed

An in-range update of libp2p-swarm is breaking the build 🚨 #62

greenkeeper bot opened this issue Mar 21, 2017 · 0 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 21, 2017

Version 0.26.19 of libp2p-swarm just got published.

Branch Build failing 🚨
Dependency libp2p-swarm
Current Version 0.26.18
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As libp2p-swarm is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪


Status Details
  • ci/circleci Your tests passed on CircleCI! Details

  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

maschad pushed a commit to maschad/js-libp2p that referenced this issue Jun 21, 2023
Bumps [it-all](https://github.com/achingbrain/it) from 1.0.6 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/achingbrain/it/releases">it-all's
releases</a>.</em></p>
<blockquote>
<h2>it-all-v2.0.0</h2>
<h2><a
href="https://github.com/achingbrain/it/compare/it-all-v1.0.6...it-all-v2.0.0">it-all-v2.0.0</a>
(2022-10-17)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>all modules are now published as ESM-only</li>
</ul>
<h3>Features</h3>
<ul>
<li>convert to typescript (<a
href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>)
(<a
href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464">f8a38bf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/achingbrain/it/commit/417a1f3e7cb072a1b199bbe83af65a63ae797815"><code>417a1f3</code></a>
chore(release): 2.0.0 [skip ci]</li>
<li><a
href="https://github.com/achingbrain/it/commit/8bd4bd2d81c9aa26afc809a1478c20a15201a8b6"><code>8bd4bd2</code></a>
chore: update build scripts</li>
<li><a
href="https://github.com/achingbrain/it/commit/585df8dae93fb68a665bc64065366fb2c4add5d3"><code>585df8d</code></a>
docs: update readme</li>
<li><a
href="https://github.com/achingbrain/it/commit/f8a38bfb1b902e8101f1077eb33c3cea49819464"><code>f8a38bf</code></a>
feat!: convert to typescript (<a
href="https://github-redirect.dependabot.com/achingbrain/it/issues/28">#28</a>)</li>
<li><a
href="https://github.com/achingbrain/it/commit/b621056a11c9bfe991d1040b22a46651fa907a3c"><code>b621056</code></a>
Publish</li>
<li><a
href="https://github.com/achingbrain/it/commit/da0c69f7ab16ddf6dd488cfed5844d1e6fa10366"><code>da0c69f</code></a>
fix: use EventTarget instead of EventEmitter (<a
href="https://github-redirect.dependabot.com/achingbrain/it/issues/27">#27</a>)</li>
<li><a
href="https://github.com/achingbrain/it/commit/cfc852b428fb0c9ddf3bfbaad26c276b197779f0"><code>cfc852b</code></a>
fix: accepts iterable also (<a
href="https://github-redirect.dependabot.com/achingbrain/it/issues/24">#24</a>)</li>
<li><a
href="https://github.com/achingbrain/it/commit/c74ff5ff0d1b4164cd2f556f1b431d77ad47dd16"><code>c74ff5f</code></a>
Publish</li>
<li><a
href="https://github.com/achingbrain/it/commit/51221722aa33195fb2f11cf74df9575705706f2b"><code>5122172</code></a>
fix: update types for it-ndjson</li>
<li><a
href="https://github.com/achingbrain/it/commit/9a1ec79746fe9efa8cf8835da3817c427f901dc2"><code>9a1ec79</code></a>
Publish</li>
<li>Additional commits viewable in <a
href="https://github.com/achingbrain/it/compare/it-all@1.0.6...it-all-v2.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=it-all&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=2.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant