An in-range update of rollup is breaking the build π¨
Closed this issue Β· 2 comments
The devDependency rollup was updated from 1.21.0
to 1.21.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).
Release Notes for v1.21.1
2019-09-09
Bug Fixes
- Allow legacy plugins to still add assets directly to the bundle object (#3105)
Pull Requests
- #3105: Allow legacy plugins to still add assets directly to the bundle object (@lukastaegert)
Commits
The new version differs by 3 commits.
96e691b
1.21.1
b7ebc49
Update changelog
cb5227c
Permit plugins to add assets directly to the bundle in Rollup 1.x (#3105)
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.21.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
rollup was updated from1.21.1
to1.21.2
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.21.2
2019-09-09
Bug Fixes
- Fix wrong deprecation message to direct to
this.emitFile
instead ofthis.emitAsset