An in-range update of rollup is breaking the build π¨
Closed this issue Β· 17 comments
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 π΄
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
devDependency
rollup was updated from1.26.4
to1.26.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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
devDependency
rollup was updated from1.26.5
to1.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
devDependency
rollup was updated from1.27.0
to1.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
acornOptions
optional 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.
0697166
1.27.1
d7ad410
Update changelog
690d388
Do not truncate after switch-statement with removed case (#3241)
3885a7f
make
acornOptions
optional inparse()
in docs (#3237)4227977
Update dependencies and fix vulnerability (#3240)
5289fde
docs: Fix tutorial example
d588810
docs: Fix phase for resolveDynamicImport
See the full diff
- The
devDependency
rollup was updated from1.27.1
to1.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
devDependency
rollup was updated from1.27.2
to1.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
devDependency
rollup was updated from1.27.3
to1.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
devDependency
rollup was updated from1.27.4
to1.27.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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.
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
See the full diff
- The
devDependency
rollup was updated from1.27.5
to1.27.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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)
Commits
The new version differs by 8 commits.
5a01f05
1.27.6
fe0fced
Update changelog
bdd1e03
Use export mode "auto" by default when preserving modules (#3265)
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
See the full diff
- The
devDependency
rollup was updated from1.27.6
to1.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)
Commits
The new version differs by 12 commits.
c753a7f
1.27.7
1b8a3de
Update changelog
d5651be
Fix incomplete computed property deoptimization (#3267)
d7e3993
Update changelog
5a01f05
1.27.6
fe0fced
Update changelog
bdd1e03
Use export mode "auto" by default when preserving modules (#3265)
c547361
1.27.5
6718a09
Update changelog
973c046
Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
99a715a
Update dependencies (#3257)
54cbc81
Add note about generating source maps to load() and transform() (#3252)
See the full diff
- The
devDependency
rollup was updated from1.27.7
to1.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
devDependency
rollup was updated from1.27.8
to1.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.
4d809d1
1.27.9
3c36f7d
Update changelog
2b56d7d
FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
27201d8
Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
6e92e52
Try to fix docs formatting issues
f489472
Update changelog
See the full diff
- The
devDependency
rollup was updated from1.27.9
to1.27.10
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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
devDependency
rollup was updated from1.27.10
to1.27.11
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.27.11
2019-12-12
Bug Fixes
- Resolve a crash due to an infinite loop (#3280)
Pull Requests
- #3280: Prevent infinite deoptimizations (@lukastaegert)
- The
devDependency
rollup was updated from1.27.11
to1.27.12
.
Your tests are passing again with this update. Explicitly upgrade to this version π
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.meta
is accessed directly (@lukastaegert)
Commits
The new version differs by 9 commits.
a5502ad
1.27.12
09e6ab4
Update changelog
ab48a69
Always make "module" available for SystemJS and AMD formats if
import.meta
is accessed directly (#3282)6d94f0e
1.27.11
55ddc47
Update changelog
9f77b73
Prevent infinite deoptimizations (#3280)
a562ec5
1.27.10
6a2b3f8
Update changelog
31747e3
Avoid some unnecessary value tracking deoptimizations (#3278)
See the full diff
- The
devDependency
rollup was updated from1.27.12
to1.27.13
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v1.27.13
2019-12-14
Bug Fixes
- Do not truncate environment variable values at the first colon when using the
--environment
option (#3283)
Pull Requests
- #3283: Allow environment variables to contain colons (@tlaverdure)
Commits
The new version differs by 12 commits.
396f238
1.27.13
216a765
Update changelog
878ac03
Allow environment variables to contain colons (#3283)
a5502ad
1.27.12
09e6ab4
Update changelog
ab48a69
Always make "module" available for SystemJS and AMD formats if
import.meta
is accessed directly (#3282)6d94f0e
1.27.11
55ddc47
Update changelog
9f77b73
Prevent infinite deoptimizations (#3280)
a562ec5
1.27.10
6a2b3f8
Update changelog
31747e3
Avoid some unnecessary value tracking deoptimizations (#3278)
See the full diff
- The
devDependency
rollup was updated from1.27.13
to1.27.14
.
Your tests are passing again with this update. Explicitly upgrade to this version π