coast-team / netflux

JavaScript client and server side transport API based on WebRTC & WebSocket
https://coast-team.github.io/netflux
GNU Affero General Public License v3.0
213 stars 14 forks source link

An in-range update of rollup is breaking the build 🚨 #23

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.41.2 of rollup just got published.

Branch Build failing 🚨
Dependency rollup
Current Version 0.41.1
Type devDependency

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

As rollup is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/coast-team/netflux/builds/191735999)
Commits

The new version differs by 9 commits .

  • e2d9b6b -> v0.41.2
  • 2a01a99 Merge pull request #1241 from kzc/0_41_0_changelog_addition
  • c038cda Merge pull request #1240 from rollup/gh-841-updated
  • 61528b7 change log addition for 0.41.0
  • 82b284d optimize ns["foo"] (#841)
  • 40a0ed5 Merge pull request #1239 from rollup/gh-1213
  • bc0f791 suppress warnings with --silent (closes #1213)
  • 6384b6c Merge pull request #1238 from rollup/gh-797
  • 101ad28 use options.indent for UMD block - fixes #797

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

After pinning to 0.41.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 7 years ago

Version 0.41.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits .

  • 4bbf9fd -> v0.41.3
  • 603d2e7 Merge pull request #1260 from rollup/gh-1258
  • 3a8b1c1 dont treat this.foo as possible namespace - fixes #1258

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.41.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 8 commits .

  • 80da8ec -> v0.41.4
  • 23d50f6 Merge pull request #1262 from rollup/gh-1257
  • 5c88259 handle call expressions of uncallable things more gracefully (#1257)
  • 9c58833 Merge pull request #1261 from rollup/gh-1252
  • 457be9c handle multiple export * from external declarations (#1252)
  • 4bbf9fd -> v0.41.3
  • 603d2e7 Merge pull request #1260 from rollup/gh-1258
  • 3a8b1c1 dont treat this.foo as possible namespace - fixes #1258

See the full diff.

kalitine commented 7 years ago

Works fine now.