dollarshaveclub / reframe.js

πŸ–Ό Reframe unresponsive elements responsively.

Home Page:https://github.com/yowainwright/reframe.js

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

The devDependency rollup was updated from 1.18.0 to 1.19.0.

🚨 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
  • ❌ ci/circleci: build: Your tests failed on CircleCI (Details).

Commits

The new version differs by 6 commits.

  • 9af119d 1.19.0
  • b3f361c Update changelog
  • 456f4d2 Avoid variable from empty module name be empty (#3026)
  • 17eaa43 Use id of last module in chunk as name base for auto-generated chunks (#3025)
  • 871bfa0 Switch to a code-splitting build and update dependencies (#3020)
  • 2443783 Unified file emission api (#2999)

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 🌴

After pinning to 1.18.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency rollup was updated from 1.19.0 to 1.19.1.

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

  • The devDependency rollup was updated from 1.19.3 to 1.19.4.

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

Release Notes for v1.19.4

2019-08-07

Bug Fixes

  • Prevent invalid code when exporting an external namespace (#3034)
  • Prevent invalid or non-equivalent code when simplifying expressions in return and throw statements (#3035)

Pull Requests

Commits

The new version differs by 14 commits.

See the full diff