An in-range update of rollup is breaking the build π¨
greenkeeper opened this issue Β· 7 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
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (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 from1.19.0
to1.19.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from1.19.2
to1.19.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.19.3
2019-08-06
Bug Fixes
- Fix wrong URLs in error messages (#3033)
Pull Requests
- #3033: Fix wrong URLs in error messages (@giraffate)
- The
devDependency
rollup was updated from1.19.3
to1.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
- #3034: Avoid generating .* as export (@LongTengDao)
- #3035: Prevent ASI errors for conditional expressions (@lukastaegert)
- #3036: Fix documents to use https, not http (@giraffate)
Commits
The new version differs by 11 commits.
ce60434
1.19.4
cc3726d
Update changelog
288069e
Prevent ASI errors for conditional expressions (#3035)
44a23bb
Avoid generate .* thing (#3034)
bdac4aa
Fix documents to use https, not http (#3036)
b1eef11
1.19.3
f97b75c
Update changelog
a243d14
Fix reference url in error messages (#3033)
f9a61d3
1.19.2
9606a25
Update changelog
c6b0483
Include bin in files
See the full diff
- The
devDependency
rollup was updated from1.19.4
to1.20.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.20.0
2019-08-21
Features
- Add augmentChunkHash plugin hook to be able to reflect changes in renderChunk in the chunk hash (#2921)
Bug Fixes
- Do not mutate the acorn options object (#3051)
- Make sure the order of emitted chunks always reflects the order in which they were emitted (#3055)
- Do not hang when there are strings containing comment-like syntax in some scenarios (#3069)
Pull Requests
- #2921: Add augmentChunkHash plugin hook (@isidrok)
- #2995: Add info on installing locally to docs (@mesqueeb)
- #3037: Refresh pull request labels (@shellscape)
- #3048: Document ROLLUP_WATCH environment variable (@shellscape)
- #3051: Avoid changes to the original options (.acorn) object (@LongTengDao)
- #3052: Minor refactoring: Remove one try-catch (@KSXGitHub)
- #3053: Refactor to use async-await in more places (@KSXGitHub)
- #3055: Provide consistent chunking via a consistent order of entry modules when emitting chunks (@lukastaegert)
- #3058: Remove acorn-bigint and acorn-dynamic-import from bundle (@LongTengDao)
- #3061: Update to acorn@7 (@lukastaegert)
- #3063: Auto-generate license file (@lukastaegert)
- #3069: Prevent infinite loop when scanning for line-breaks and there are comment-like strings (@lukastaegert)
- The
devDependency
rollup was updated from1.20.0
to1.20.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.20.1
2019-08-22
Bug Fixes
- Fix an issue where variable names inside dynamic import expressions were not rendered correctly (#3073)
- Fix type definition to allow a single watcher config as well as an array (#3074)
Pull Requests
- #3073: Fix wrong variable name in import expression (@lukastaegert)
- #3074: Fixes type definition on watch and Watcher constructor (@MicahZoltu)
Commits
The new version differs by 35 commits.
a7e5ff2
1.20.1
0c70397
Update changelog
372101f
Fix wrong variable name in import expression (#3073)
0314917
Fixes type definition on watch and Watcher constructor. (#3074)
54dfb28
Fix lint error, update license
fb6aa6d
1.20.0
a6659d1
Update changelog
f6a6be0
Prevent infinite loop when scanning for line-breaks and there are comment-like strings (#3069)
852e704
Auto-generate license file (#3063)
9879cbc
Update changelog
8df2bc1
Update to acorn 7 (#3061)
f0b429c
Refactor use async control flow (#3053)
5979144
Update changelog
4f1d004
avoid to change original options (.acorn) object (#3051)
2593b04
Remove acorn-bigint and acorn-dynamic-import from bundle (#3058)
There are 35 commits in total.
See the full diff