-
Notifications
You must be signed in to change notification settings - Fork 0
An in-range update of rollup is breaking the build 🚨 #12
Copy link
Copy link
Open
Labels
Description
The devDependency rollup was updated from 1.11.3 to 1.12.0.
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).
Release Notes for v1.12.0
2019-05-15
Features
- Add
treeshake.moduleSideEffectsoption to allow removing empty imports without a side-effect check (#2844) - Extend plugin API to allow marking modules as side-effect-free (#2844)
- Extend
this.resolveplugin context function with an option to skip theresolveIdhook of the calling plugin (#2844) - Add
isEntryflag tothis.getModuleInfoplugin context function (#2844) - Distribute Rollup as optimized ES2015 code (#2851)
Pull Requests
- #2844: Add options and hooks to control module side effects (@lukastaegert)
- #2851: Switch to ES2015 output (@lukastaegert)
Commits
The new version differs by 4 commits.
fc1fa5b1.12.00cb505bUpdate changelog4cad1bdSwitch to es2015 output (#2851)1de599fAdd options and hooks to control module side effects (#2844)
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 🌴
Reactions are currently unavailable