chrisguttandin / subscribable-things

A collection of reactive wrappers for various browser APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency rollup was updated from 2.8.0 to 2.8.1.

🚨 View failing branch.

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

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 4 commits.

  • c445d60 2.8.1
  • 1094f82 Update changelog
  • e5cf74c Use default named export with plugins (#3529)
  • a2b961d Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

  • The devDependency rollup was updated from 2.8.1 to 2.8.2.

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

Release Notes for v2.8.2

2020-05-07

Bug Fixes

  • Avoid invalid code when simplifying the body of a shorthand arrow function expression (#3540)

Pull Requests

  • #3540: Wrap object expressions in parentheses if they become children of an arrow function expression (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 0698b6e 2.8.2
  • a7a6db4 Update changelog
  • 1ca18a3 Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)

See the full diff

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