An in-range update of rollup is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
The devDependency rollup was updated from 1.9.2
to 1.9.3
.
π¨ 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 could not complete due to an error (Details).
Release Notes for v1.9.3
2019-04-10
Bug Fixes
- Simplify return expressions that are evaluated before the surrounding function is bound (#2803)
Pull Requests
- #2803: Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert)
Commits
The new version differs by 3 commits.
516a06d
1.9.3
a5526ea
Update changelog
c3d73ff
Handle out-of-order binding of identifiers to improve tree-shaking (#2803)
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.9.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
rollup was updated from1.9.3
to1.10.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.10.0
2019-04-11
Features
- Improve generated code to polyfill
import.meta.url
(#2785) - Add plugin hook to configure handling of
import.meta
(#2785) - Improve generated code when accessing URLs of emitted assets (#2796)
- Add plugin hook to configure the generated code when accessing URLs of emitted assets (#2796)
Bug Fixes
- No longer resolve assets to their parent URL in some cases (#2796)
Pull Requests
- #2785: Refactor handling of import.meta.url and add option to configure behaviour (@lukastaegert)
- #2796: Improve and fix asset emission (@lukastaegert)