An in-range update of rollup is breaking the build π¨
The devDependency rollup was updated from 1.26.3 to 1.26.4.
π¨ 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).
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 :palm_tree:
After pinning to 1.26.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependencyrollup was updated from1.26.4to1.26.5.
Your tests are still failing with this version. Compare changes
Release Notes for v1.26.5
2019-11-11
Bug Fixes
- Fix a regression where it was no longer to pass a certain option format to generate (#3223)
Pull Requests
- #3223: Allow passing input options to output (@lukastaegert)
- The
devDependencyrollup was updated from1.26.5to1.27.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.0
2019-11-12
Features
- Add support for output-specific plugins (#3218)
- Reenable parallel output processing when using the CLI (#3218)
- Warn if files are emitted that would overwrite previously emitted files (#3218)
Bug Fixes
- Do not overwrite files emitted in other builds if outputs are generated in parallel (#3218)
Pull Requests
- #3218: Per output plugins (@lukastaegert)
- The
devDependencyrollup was updated from1.27.0to1.27.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.1
2019-11-18
Bug Fixes
- Fix an issue where code after a switch-statement with removed cases was erroneously not included (#3241)
Pull Requests
- #3237: make
acornOptionsoptional inparse()in docs (@tjenkinson) - #3240: Update dependencies and fix vulnerability (@lukastaegert)
- #3241: Do not truncate after switch-statement with removed case (@lukastaegert)
Commits
The new version differs by 7 commits.
06971661.27.1d7ad410Update changelog690d388Do not truncate after switch-statement with removed case (#3241)3885a7fmakeacornOptionsoptional inparse()in docs (#3237)4227977Update dependencies and fix vulnerability (#3240)5289fdedocs: Fix tutorial exampled588810docs: Fix phase for resolveDynamicImport
See the full diff
- The
devDependencyrollup was updated from1.27.1to1.27.2.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.2
2019-11-18
Bug Fixes
- Fix an issue where live bindings were not working correctly when using
+=in SystemJS (#3242)
Pull Requests
- #3242: Export updated assignments when using shorthand update assignment expressions in SystemJS (@lukastaegert)
- The
devDependencyrollup was updated from1.27.2to1.27.3.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.3
2019-11-20
Bug Fixes
- Provide better warning when empty chunks are created in a code-splitting scenario (#3244)
Pull Requests
- #3244: Clearer empty chunk warning (@tjenkinson)
- The
devDependencyrollup was updated from1.27.3to1.27.4.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.4
2019-11-22
Bug Fixes
- Aggregate circular dependency warnings in the CLI (#3249)
- Do not defer non-aggregated handlers in the CLI (#3249)
Pull Requests
- #3249: Fix broken Windows CLI tests (@lukastaegert)
- #3251: Add installation as a separate header (@ashrith-kulai)
- The
devDependencyrollup was updated from1.27.4to1.27.5.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.5
2019-11-25
Bug Fixes
- Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#3256)
Pull Requests
- #3256: Avoid name conflicts when inlining dynamic imports nested in functions (@lukastaegert)
- #3257: Update dependencies (@lukastaegert)
Commits
The new version differs by 5 commits.
c5473611.27.56718a09Update changelog973c046Avoid name conflicts when inlining dynamic imports nested in functions (#3256)99a715aUpdate dependencies (#3257)54cbc81Add note about generating source maps to load() and transform() (#3252)
See the full diff
- The
devDependencyrollup was updated from1.27.5to1.27.6.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.6
2019-11-30
Bug Fixes
- Use "auto" export mode by default for all modules when preserving modules (#3265)
- Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#3265)
Pull Requests
- #3265: Use export mode "auto" by default when preserving modules (@lukastaegert)
- The
devDependencyrollup was updated from1.27.6to1.27.7.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.7
2019-12-01
Bug Fixes
- Fix a scenario where a reassignments to computed properties were not tracked (#3267)
Pull Requests
- #3267: Fix incomplete computed property deoptimization (@lukastaegert)
- The
devDependencyrollup was updated from1.27.7to1.27.8.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.8
2019-12-02
Bug Fixes
- Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#3266)
Pull Requests
- The
devDependencyrollup was updated from1.27.8to1.27.9.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.9
2019-12-07
Bug Fixes
- Fix an issue where reexports could be missing when preserving modules (#3273)
- Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272)
Pull Requests
- #3272: Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen)
- #3273: Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert)
Commits
The new version differs by 6 commits.
4d809d11.27.93c36f7dUpdate changelog2b56d7dFIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)27201d8Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)6e92e52Try to fix docs formatting issuesf489472Update changelog
See the full diff
- The
devDependencyrollup was updated from1.27.9to1.27.10.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.10
2019-12-11
Bug Fixes
- Keep track of function return values in more situations (#3278)
Pull Requests
- #3278: Avoid some unnecessary value tracking deoptimizations (@lukastaegert)
- The
devDependencyrollup was updated from1.27.10to1.27.11.
Your tests are still failing with this version. Compare changes
- The
devDependencyrollup was updated from1.27.11to1.27.12.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.12
2019-12-13
Bug Fixes
- Prevent invalid AMD or SystemJS code when accessing
import.meta(#3282)
Pull Requests
- #3282: Always make "module" available for SystemJS and AMD formats if
import.metais accessed directly (@lukastaegert)
- The
devDependencyrollup was updated from1.27.12to1.27.13.
Your tests are still failing with this version. Compare changes
Release Notes for v1.27.13
2019-12-14
Bug Fixes
- Do not truncate environment variable values at the first colon when using the
--environmentoption (#3283)
Pull Requests
- #3283: Allow environment variables to contain colons (@tlaverdure)
- The
devDependencyrollup was updated from1.27.13to1.27.14.
Your tests are still failing with this version. Compare changes
- The
devDependencyrollup was updated from1.29.0to1.29.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.29.1
2020-01-21
Bug Fixes
- Avoid crashes for circular reexports when named exports cannot be found (#3350)
Pull Requests
- #3335: Fix typo (@robbinworks)
- #3342: Remove ":" from test file names for Windows and update dependencies (@lukastaegert)
- #3350: Properly handle circular reexports (@lukastaegert)
Commits
The new version differs by 20 commits.
21a17751.29.1a49d951Update changeloge82410dProperly handle circular reexports (#3350)56cbbdcfix tpyo (#3335)63644dbRemove : from test file names for Windows, update dependencies (#3342)4ab73c11.29.0b0a6b73Update changelog3ad2246Move top-level await out of experimental (#3089)7769fb9Adds type definitions for RollupWatcher events. (#3302)b3d610fHandle deoptimizations while a node is being included. (#3327)35e127cFix module id conflict on a case insensitive OS (#3317)b99758b1.28.0d086379Update changelog42fe317Implement stdin input (#3312)6106af1[WIP] handle assignments in dead code (#3212)
There are 20 commits in total.
See the full diff
- The
devDependencyrollup was updated from1.29.1to1.30.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.30.0
2020-01-27
Features
- Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers (#3354)
- Add
hoistTransitiveImportsoption to disable hoisting imports of static dependencies into entry chunks (#3353)
Bug Fixes
- Make sure polyfills are always loaded first when each static entry point contains them as first import (#3354)
Pull Requests
- #3353: Add option to avoid hoisting transitive imports (@lukastaegert)
- #3354: Improve chunking algorithm for dynamic imports (@tjenkinson and @lukastaegert)
- The
devDependencyrollup was updated from1.30.0to1.30.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.30.1
2020-01-27
Bug Fixes
- Do not mistreat static entgry points as dynamic ones when chunking (#3357)
- Resolve a crash when chunking circular dynamic imports (#3357)
Pull Requests
- #3357:Resolve issues with circular dynamic entries (@lukastaegert)
- The
devDependencyrollup was updated from1.30.1to1.31.0.
Your tests are still failing with this version. Compare changes
- The
devDependencyrollup was updated from1.31.0to1.31.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.31.1
2020-02-14
Bug Fixes
- Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin (#3388)
Pull Requests
- #3366: Correct spelling minifaction to minification (@VictorHom)
- #3371: Adjust bug template to mention REPL.it (@lukastaegert)
- #3388: Run transform hooks again in watch mode on files that errored (@lukastaegert)
Commits
The new version differs by 6 commits.
6f281511.31.14ed7091Update changelog305363aRun transform hooks again in watch mode on files that errored (#3388)f3d3cd8Update changelogbc52fbbAdjust bug template to mention REPL.it (#3371)7c0417fdocs: correct spelling minifaction to minification (#3366)
See the full diff
- The
devDependencyrollup was updated from1.31.1to1.32.0.
Your tests are still failing with this version. Compare changes
Release Notes for v1.32.0
2020-02-28
Features
- Allow adding plugins on the command line via
--plugin <plugin>(#3379)
Pull Requests
Commits
The new version differs by 8 commits.
9d68d8e1.32.0f3320a0Update changelog07223ebintroduce CLI --plugin support (#3379)1b5f505Update resolveFileUrl docs (#3404)1d8a09eUpdate changelogb6251dfBump codecov from 3.6.1 to 3.6.5 (#3392)db576f3Update changelog5779af6fix typo: this.addWatchfile (#3390)
See the full diff
- The
devDependencyrollup was updated from1.32.0to1.32.1.
Your tests are still failing with this version. Compare changes
Release Notes for v1.32.1
2020-03-06
Bug Fixes
- Handle default export detection for AMD and IIFE externals that do not have a prototype (#3420)
- Handle missing whitespace when the else branch of an if-statement is simplified (#3421)
- Mention the importing module when reporting errors for missing named exports (#3401)
- Add code to warning for missing output.name of IIFE bundles (#3372)
Pull Requests
- #3372: Add warning code for missing output.name of IIFE bundle that has export (@rail44)
- #3401: Missing exports errors now print the importing module (@timiyay)
- #3418: Structure lifecycle hooks, add links to build time hooks (@lukastaegert)
- #3420: Update generated code of getInteropBlock() to work with null prototype objects (@jdalton)
- #3421: Avoid invalid code when "else" branch is simplified (@lukastaegert)
Commits
The new version differs by 8 commits.
f458cbf1.32.18cbf216Update changelog97b8c40warn.code for missing output.name of IIFE bundle that has export (#3372)eeda078Update generated code of getInteropBlock() to work with null prototype objects (#3420)85c54eeAvoid invalid code when "else" branch is simplified (#3421)1e6284fMissing exports errors now print the importing module (#3401)baf382aFix internal documentation links6f0f62bStructure lifecycle hooks, add links to build time hooks (#3418)
See the full diff