An in-range update of rollup is breaking the build π¨
Closed this issue Β· 11 comments
The devDependency rollup was updated from 1.12.4
to 1.12.5
.
π¨ 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.12.5
2019-05-30
Pull Requests
- #2884: Update pluginutils for new micormatch and reduced bundle size (@lukastaegert)
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.12.4 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.12.5
to1.13.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.13.0
2019-05-31
Features
- Omit
exports
andmodule
from SystemJS wrapper if possible (#2880) - Try to use the first letters of names when mangling exports (#2885)
Bug Fixes
- Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
- Do not produce undefined reexports when reexporting from entry points (#2885)
Pull Requests
- #2880: Deconflict global variables used inside format-specific code (@lukastaegert)
- #2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
Commits
The new version differs by 5 commits.
df11753
Fix linting
a630866
1.13.0
52268a9
Update changelog
b006d13
Deconflict global variables used inside format-specific code (#2880)
70b0844
Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
See the full diff
- The
devDependency
rollup was updated from1.13.0
to1.13.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.13.1
2019-06-01
Bug Fixes
- Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#2889)
Pull Requests
- #2888: Enable full TypeScript strict mode (@lukastaegert)
- #2889: Protect all module globals for CJS output from being redefined (@lukastaegert)
- The
devDependency
rollup was updated from1.13.1
to1.14.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.14.0
2019-06-05
Features
- Deoptimize code inside and called from try-statements for feature detection (#2892)
- Tree-shake unused call arguments (#2892)
Pull Requests
- #2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@lukastaegert)
- The
devDependency
rollup was updated from1.14.0
to1.14.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.14.1
2019-06-05
Bug Fixes
- Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it (#2898)
- Fix an issue where
await
expressions were not included properly (#2899)
Pull Requests
- #2898: Properly include try-catch-statements even if they have already been included in some way (@lukastaegert)
- #2899: Fix unintended early return in await inclusion handling (@lukastaegert)
- The
devDependency
rollup was updated from1.14.1
to1.14.2
.
Your tests are still failing with this version. Compare changes
Release Notes for v1.14.2
2019-06-05
Bug Fixes
- Prevent unnecessary inclusion of external namespace import in certain situations (#2900)
Pull Requests
- #2900: Handle early bind for member expressions (@lukastaegert)
- The
devDependency
rollup was updated from1.14.2
to1.14.3
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from1.14.3
to1.14.4
.
Your tests are still failing with this version. Compare changes
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 still failing with this version. Compare changes
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 7 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)
See the full diff
- The
devDependency
rollup was updated from1.14.5
to1.14.6
.
Your tests are still failing with this version. Compare changes