An in-range update of rollup is breaking the build π¨
greenkeeper opened this issue Β· 18 comments
The devDependency rollup was updated from 1.31.1
to 1.32.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).
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.
9d68d8e
1.32.0
f3320a0
Update changelog
07223eb
introduce CLI --plugin support (#3379)
1b5f505
Update resolveFileUrl docs (#3404)
1d8a09e
Update changelog
b6251df
Bump codecov from 3.6.1 to 3.6.5 (#3392)
db576f3
Update changelog
5779af6
fix typo: this.addWatchfile (#3390)
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.31.1 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.32.0
to1.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.
f458cbf
1.32.1
8cbf216
Update changelog
97b8c40
warn.code for missing output.name of IIFE bundle that has export (#3372)
eeda078
Update generated code of getInteropBlock() to work with null prototype objects (#3420)
85c54ee
Avoid invalid code when "else" branch is simplified (#3421)
1e6284f
Missing exports errors now print the importing module (#3401)
baf382a
Fix internal documentation links
6f0f62b
Structure lifecycle hooks, add links to build time hooks (#3418)
See the full diff
- The
devDependency
rollup was updated from2.3.5
to2.4.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.4.0
2020-04-09
Features
- Add support for most private and public class field features (#3492)
Bug Fixes
- Do not replace
this
withundefined
in class field definitions (#3492)
Pull Requests
- #3488: Rollup class fields support (@guybedford and @lukastaegert)
Commits
The new version differs by 79 commits.
5d655d7
2.4.0
33aa606
Update changelog
2508884
Rollup class fields support (#3488)
7abfb93
2.3.5
485bb33
Update changelog
302c322
Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
027e1e5
2.3.4
4e2af60
Update changelog
aecd3e1
Handle re-exports of synthetic named exports (#3319)
d18cb37
2.3.3
153cec8
Update changelog
74cec2e
feat: support external star exports on namespace objects (#3474)
722bc25
Update changelog
9e346a8
Update changelog
b97754c
output.{compact,esModule} doc: move
Default
to newline (#3483)
There are 79 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.4.0
to2.5.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
rollup was updated from2.5.0
to2.6.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.6.0
2020-04-10
Features
- Allow regular expressions to declare external modules (#3482)
Pull Requests
- #3482: Allow regular expressions in config.external (@johannes-z)
Commits
The new version differs by 82 commits.
b463308
2.6.0
a7e2bc1
Update changelog
e4975a3
feat: allow regex in config.external (#3482)
5d655d7
2.4.0
33aa606
Update changelog
2508884
Rollup class fields support (#3488)
7abfb93
2.3.5
485bb33
Update changelog
302c322
Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
027e1e5
2.3.4
4e2af60
Update changelog
aecd3e1
Handle re-exports of synthetic named exports (#3319)
d18cb37
2.3.3
153cec8
Update changelog
74cec2e
feat: support external star exports on namespace objects (#3474)
There are 82 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.6.0
to2.6.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.6.1
2020-04-12
Bug Fixes
- Close watch mode when stdin closes in a non-TTY environment (#3493)
Pull Requests
- #3493: Ensure --watch mode exits correctly when stdin is closed (@jakesgordon)
Commits
The new version differs by 86 commits.
e440b70
Use chokidar as test watcher
51b0b2e
2.6.1
58b726b
Update changelog
57bb54e
Ensure --watch mode exits correctly when stdin is closed. (#3493)
b463308
2.6.0
a7e2bc1
Update changelog
e4975a3
feat: allow regex in config.external (#3482)
5d655d7
2.4.0
33aa606
Update changelog
2508884
Rollup class fields support (#3488)
7abfb93
2.3.5
485bb33
Update changelog
302c322
Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking, resolves #3473 (#3492)
027e1e5
2.3.4
4e2af60
Update changelog
There are 86 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.6.1
to2.7.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.0
2020-04-21
Features
- Add
preserveEntrySignatures
option to control how exports of entry points are handled (#3498) - Add
preserveSignature
flag tothis.emitFile
to control exports of emitted chunks (#3498) - Add
output.minifyInternalExports
option to control if internal exports are minified (#3498)
Pull Requests
- #3498: Add option to configure if entry signatures are preserved (@lukastaegert)
Commits
The new version differs by 89 commits.
437934e
2.7.0
c953270
Update changelog
9011204
Add option to configure if entry signatures are preserved (#3498)
c0c206e
Use chokidar as test watcher
51b0b2e
2.6.1
58b726b
Update changelog
57bb54e
Ensure --watch mode exits correctly when stdin is closed. (#3493)
b463308
2.6.0
a7e2bc1
Update changelog
e4975a3
feat: allow regex in config.external (#3482)
5d655d7
2.4.0
33aa606
Update changelog
2508884
Rollup class fields support (#3488)
7abfb93
2.3.5
485bb33
Update changelog
There are 89 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.0
to2.7.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.1
2020-04-21
Bug Fixes
- Use correct path for dynamic imports if
output.paths
is used (#3508)
Pull Requests
- #3508: Respect output.paths in dynamic imports (@lukastaegert)
Commits
The new version differs by 92 commits.
925d302
2.7.1
a011329
Update changelog
1916b6d
Respect output.paths in dynamic imports (#3508)
437934e
2.7.0
c953270
Update changelog
9011204
Add option to configure if entry signatures are preserved (#3498)
c0c206e
Use chokidar as test watcher
51b0b2e
2.6.1
58b726b
Update changelog
57bb54e
Ensure --watch mode exits correctly when stdin is closed. (#3493)
b463308
2.6.0
a7e2bc1
Update changelog
e4975a3
feat: allow regex in config.external (#3482)
5d655d7
2.4.0
33aa606
Update changelog
There are 92 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.1
to2.7.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.2
2020-04-22
Bug Fixes
- Prevent an infinite loop when creating separate manual chunks with circular dependencies (#3510)
- Do not fail if "super" is used in the definition of a class field (#3511)
- Throw if a plugin tries to emit a file with an absolute Windows path (#3509)
Pull Requests
- #3509: Ban emitFile via absolute paths on Windows OS (@SASUKE40)
- #3510: Do not fail for circular imports between manual chunks (@lukastaegert)
- #3511: Support "super" in class fields (@lukastaegert)
Commits
The new version differs by 97 commits.
97e6fa8
2.7.2
eac5b3d
Update changelog
bd2973a
fix: ban emitFile via absolute paths on Windows OS (#3509)
0d352bf
Support "super" in class fields (#3511)
f65bae1
Do not fail for circular imports between manual chunks (#3510)
925d302
2.7.1
a011329
Update changelog
1916b6d
Respect output.paths in dynamic imports (#3508)
437934e
2.7.0
c953270
Update changelog
9011204
Add option to configure if entry signatures are preserved (#3498)
c0c206e
Use chokidar as test watcher
51b0b2e
2.6.1
58b726b
Update changelog
57bb54e
Ensure --watch mode exits correctly when stdin is closed. (#3493)
There are 97 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.2
to2.7.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.3
2020-04-27
Bug Fixes
- Do not access
__proto__
when running Rollup (#3518)
Pull Requests
Commits
The new version differs by 100 commits.
8db16bd
2.7.3
ea6dbc0
Update changelog
21705fa
use acorn-class-fields and acorn-static-class-features from npm (#3518)
97e6fa8
2.7.2
eac5b3d
Update changelog
bd2973a
fix: ban emitFile via absolute paths on Windows OS (#3509)
0d352bf
Support "super" in class fields (#3511)
f65bae1
Do not fail for circular imports between manual chunks (#3510)
925d302
2.7.1
a011329
Update changelog
1916b6d
Respect output.paths in dynamic imports (#3508)
437934e
2.7.0
c953270
Update changelog
9011204
Add option to configure if entry signatures are preserved (#3498)
c0c206e
Use chokidar as test watcher
There are 100 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.3
to2.7.4
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.4
2020-04-29
Bug Fixes
- Fix an issue where wrong variable names were used when preserving modules (#3521)
Pull Requests
- #3521: Fix and improve default export alias logic (@lukastaegert)
Commits
The new version differs by 103 commits.
7cf6f98
2.7.4
c42d18b
Update changelog
e4f4d6a
Fix and improve default export alias logic (#3521)
8db16bd
2.7.3
ea6dbc0
Update changelog
21705fa
use acorn-class-fields and acorn-static-class-features from npm (#3518)
97e6fa8
2.7.2
eac5b3d
Update changelog
bd2973a
fix: ban emitFile via absolute paths on Windows OS (#3509)
0d352bf
Support "super" in class fields (#3511)
f65bae1
Do not fail for circular imports between manual chunks (#3510)
925d302
2.7.1
a011329
Update changelog
1916b6d
Respect output.paths in dynamic imports (#3508)
437934e
2.7.0
There are 103 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.4
to2.7.5
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.5
2020-04-29
Bug Fixes
- Prevent infinite loop when default values of function parameters in a default export contain a slash (#3522)
Pull Requests
- #3522: Avoid infinite loop when finding position for id insertion in default export (@lukastaegert)
Commits
The new version differs by 106 commits.
a2b4883
2.7.5
8ec40b1
Update changelog
f9a6042
Do not check over parameters when finding possible star in default exported function (#3522)
7cf6f98
2.7.4
c42d18b
Update changelog
e4f4d6a
Fix and improve default export alias logic (#3521)
8db16bd
2.7.3
ea6dbc0
Update changelog
21705fa
use acorn-class-fields and acorn-static-class-features from npm (#3518)
97e6fa8
2.7.2
eac5b3d
Update changelog
bd2973a
fix: ban emitFile via absolute paths on Windows OS (#3509)
0d352bf
Support "super" in class fields (#3511)
f65bae1
Do not fail for circular imports between manual chunks (#3510)
925d302
2.7.1
There are 106 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.5
to2.7.6
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.7.6
2020-04-30
Bug Fixes
- Fix a type issue when a default export references a global variable (#3526)
Pull Requests
- #3526: Handles default exporting global variables (@lukastaegert)
Commits
The new version differs by 109 commits.
468010b
2.7.6
909640a
Update changelog
1b588b6
Handles default exporting global variables (#3526)
a2b4883
2.7.5
8ec40b1
Update changelog
f9a6042
Do not check over parameters when finding possible star in default exported function (#3522)
7cf6f98
2.7.4
c42d18b
Update changelog
e4f4d6a
Fix and improve default export alias logic (#3521)
8db16bd
2.7.3
ea6dbc0
Update changelog
21705fa
use acorn-class-fields and acorn-static-class-features from npm (#3518)
97e6fa8
2.7.2
eac5b3d
Update changelog
bd2973a
fix: ban emitFile via absolute paths on Windows OS (#3509)
There are 109 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.7.6
to2.8.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.8.0
2020-05-06
Features
- When a dynamically imported chunk contains more exports than the imported module namespace, do not create a facade chunk but an inline namespace (#3535)
Bug Fixes
- Do not execute dynamically imported code before synchronous code in the importing module when generating CommonJS (#3535)
Pull Requests
- #3535: Avoid dynamic facade chunks (@lukastaegert)
Commits
The new version differs by 112 commits.
35b0f78
2.8.0
e21f248
Update changelog
f514c76
Avoid dynamic facade chunks (#3535)
468010b
2.7.6
909640a
Update changelog
1b588b6
Handles default exporting global variables (#3526)
a2b4883
2.7.5
8ec40b1
Update changelog
f9a6042
Do not check over parameters when finding possible star in default exported function (#3522)
7cf6f98
2.7.4
c42d18b
Update changelog
e4f4d6a
Fix and improve default export alias logic (#3521)
8db16bd
2.7.3
ea6dbc0
Update changelog
21705fa
use acorn-class-fields and acorn-static-class-features from npm (#3518)
There are 112 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.8.0
to2.8.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.8.1
2020-05-07
Bug Fixes
- Allow using plugins on CLI that are exported as
exports.default
(#3529) - Do not fail side-effect detection in nested callbacks of builtins (#3539)
Pull Requests
- #3529: Use default named export with plugins (@NotWoods)
- #3539: Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (@lukastaegert)
Commits
The new version differs by 116 commits.
c445d60
2.8.1
1094f82
Update changelog
e5cf74c
Use default named export with plugins (#3529)
a2b961d
Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
35b0f78
2.8.0
e21f248
Update changelog
f514c76
Avoid dynamic facade chunks (#3535)
468010b
2.7.6
909640a
Update changelog
1b588b6
Handles default exporting global variables (#3526)
a2b4883
2.7.5
8ec40b1
Update changelog
f9a6042
Do not check over parameters when finding possible star in default exported function (#3522)
7cf6f98
2.7.4
c42d18b
Update changelog
There are 116 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.8.1
to2.8.2
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.8.2
2020-05-07
Bug Fixes
- Avoid invalid code when simplifying the body of a shorthand arrow function expression (#3540)
Pull Requests
- #3540: Wrap object expressions in parentheses if they become children of an arrow function expression (@lukastaegert)
Commits
The new version differs by 119 commits.
0698b6e
2.8.2
a7a6db4
Update changelog
1ca18a3
Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)
c445d60
2.8.1
1094f82
Update changelog
e5cf74c
Use default named export with plugins (#3529)
a2b961d
Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
35b0f78
2.8.0
e21f248
Update changelog
f514c76
Avoid dynamic facade chunks (#3535)
468010b
2.7.6
909640a
Update changelog
1b588b6
Handles default exporting global variables (#3526)
a2b4883
2.7.5
8ec40b1
Update changelog
There are 119 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.8.2
to2.9.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.9.0
2020-05-10
Features
- Add ids of static and dynamic imports to
this.getModuleInfo
(#3542) - Provide
getModuleInfo
andgetModuleIds
tomanualChunks
functions (#3542) - Add nullish coalescing support (#3548)
- Make the rebuild delay in watch mode configurable and set the default to
0
for snappy rebuilds (#3502) - Add
this.getModuleIds
to the plugin context as future replacement forthis.moduleIds
(#3542)
Pull Requests
- #3502: Configurable build delay (@mattdesl)
- #3542: Extend manualChunks API (@lukastaegert)
- #3548: Support nullish coalescing with tree-shaking (@lukastaegert)
Commits
The new version differs by 126 commits.
67ebd53
2.9.0
6d6a180
Fix watch tests on Mac
c6c2532
Update changelog
7e5c0d2
Configurable Build Delay (Currently Hardcoded at 200ms) (#3502)
f63e54d
Extend manualChunks API (#3542)
e6d6876
Support nullish coalescing with tree-shaking (#3548)
6919037
Update changelog
0698b6e
2.8.2
a7a6db4
Update changelog
1ca18a3
Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)
c445d60
2.8.1
1094f82
Update changelog
e5cf74c
Use default named export with plugins (#3529)
a2b961d
Track call side-effects both by entity and CallExpression to avoid untracked side-effects in nested calls (#3539)
35b0f78
2.8.0
There are 126 commits in total.
See the full diff
- The
devDependency
rollup was updated from2.9.0
to2.9.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.9.1
2020-05-11
Bug Fixes
- Do not create unintended live-bindings or invalid reexports when reexporting global variables (#3550)
Pull Requests
- #3550: Track updates of globals that are exported as default (@lukastaegert)
Commits
The new version differs by 128 commits.
1436473
2.9.1
41fc2d7
Track updates of globals that are exported as default (#3550)
67ebd53
2.9.0
6d6a180
Fix watch tests on Mac
c6c2532
Update changelog
7e5c0d2
Configurable Build Delay (Currently Hardcoded at 200ms) (#3502)
f63e54d
Extend manualChunks API (#3542)
e6d6876
Support nullish coalescing with tree-shaking (#3548)
6919037
Update changelog
0698b6e
2.8.2
a7a6db4
Update changelog
1ca18a3
Wrap object expressions in parentheses if they become children of an arrow function expression (#3540)
c445d60
2.8.1
1094f82
Update changelog
e5cf74c
Use default named export with plugins (#3529)
There are 128 commits in total.
See the full diff