An in-range update of rollup is breaking the build π¨
Closed this issue Β· 4 comments
The devDependency rollup was updated from 1.14.2
to 1.14.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
- β Travis CI - Branch: The build errored.
Release Notes for v1.14.3
2019-06-06
Bug Fixes
- Generate correct external imports when importing from a directory that would be above the root of the current working directory (#2902)
Pull Requests
- #2902: Use browser relative path algorithm for chunks (@lukastaegert)
Commits
The new version differs by 4 commits.
c68bd95
1.14.3
d79aa57
Update changelog
7179390
Use browser relative path algorithm for chunks (#2902)
b1df517
Add funding button
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.14.2 your tests are passing again. Downgrade this dependency π.
- The
devDependency
rollup was updated from1.14.3
to1.14.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.4
2019-06-07
Bug Fixes
- Do not omit external re-exports for
moduleSideEffects: false
(#2905)
Pull Requests
- #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
- The
devDependency
rollup was updated from1.14.4
to1.14.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.5
2019-06-09
Bug Fixes
- Keep external ids unmodified when using the object form of resolveId (#2907)
- Cache dynamic import resolutions when using Rollup cache (#2908)
- Keep all necessary parentheses when tree-shaking call arguments (#2911)
Pull Requests
- #2906: Update dependencies (@lukastaegert)
- #2907: Do not renormalize external ids when using the object form (@lukastaegert)
- #2908: Cache dynamic ids if possible (@lukastaegert)
- #2911: Fix treeshaken parameters around parentheses (@manucorporat)
Commits
The new version differs by 10 commits.
139c0b5
1.14.5
a931d1f
Update changelog
84bc002
Cache dynamic ids if possible (#2908)
fd2fe29
Do not resolve relative external ids when using the object form (#2907)
a10a4fb
Fix treeshaken parameters around parentheses (#2911)
6652a3e
Update changelog
98a91ef
Update dependencies (#2906)
b22a264
1.14.4
4392a3e
Update changelog
0a0b67f
Make sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff
- The
devDependency
rollup was updated from1.14.5
to1.14.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.14.6
2019-06-10
Bug Fixes
- Fix an issue where call arguments were not included in try statements (#2914)
Pull Requests
- #2914: Properly include try statements for each pass when deoptimization is deactivated (@lukastaegert)
Commits
The new version differs by 13 commits.
3ff3db8
1.14.6
a624540
Update changelog
9abcb7e
Properly include try statements for each pass when deoptimization is deactivated (#2914)
139c0b5
1.14.5
a931d1f
Update changelog
84bc002
Cache dynamic ids if possible (#2908)
fd2fe29
Do not resolve relative external ids when using the object form (#2907)
a10a4fb
Fix treeshaken parameters around parentheses (#2911)
6652a3e
Update changelog
98a91ef
Update dependencies (#2906)
b22a264
1.14.4
4392a3e
Update changelog
0a0b67f
Make sure external re-exports are included for moduleSideEffects: false (#2905)
See the full diff