browser-interaction-time
browser-interaction-time copied to clipboard
An in-range update of rollup is breaking the build π¨
βοΈ Important announcement: Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency rollup was updated from 2.2.0
to 2.3.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 failed (Details).
Release Notes for v2.3.0
2020-03-29
Features
- Do not transpile config files with
.mjs
extension in Node 13+ or.cjs
extension in any Node version and load them appropriately (#3445) - Extract helper to load a config file the way rollup does it via
rollup/dist/loadConfigFile
(#3445)
Bug Fixes
- Keep watching the config file if an error occurs during initial load in watch node (#3445)
- Add a helpful error message when using a transpiled config in a repository with "type": "module" (#3445)
Pull Requests
- #3445: Support native ESM configs in Node 13, support untranspiled configs (@lukastaegert)
- #3468: Don't use esm output format alias in the documentation (@vsn4ik)
Commits
The new version differs by 4 commits.
9fa326f
2.3.0
d6376f4
Update changelog
7eea04a
Support native ESM configs in Node 13, support untranspiled configs (#3445)
618e7f6
Don't Use esm Output Format (Alias) (#3468)
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 :palm_tree:
After pinning to 2.2.0 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 from2.3.0
to2.3.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.3.1
2020-03-30
Bug Fixes
- Do not fail if the config file returns an function returning a Promise (#3472)
Pull Requests
- #3472: Fix support for async functions as config (@lukastaegert)
- The
devDependency
rollup was updated from2.3.1
to2.3.2
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.3.2
2020-03-31
Bug Fixes
- Only warn but do not fail build when a namespace is called as a function (#3475)
- Make sure pre-existing sourcemap comments are also removed when rebuilding using the cache (#3476)
Pull Requests
- #3475: Call namespace error as a warning (@guybedford)
- #3476: Store locations for removed comments in cache (@lukastaegert)
- The
devDependency
rollup was updated from2.3.2
to2.3.3
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.3.3
2020-04-04
Bug Fixes
- Add external namespaces to dynamic namespace objects (#3474)
Pull Requests
- #3474: Support external star exports on namespace objects (@guybedford)
- The
devDependency
rollup was updated from2.3.3
to2.3.4
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.3.4
2020-04-07
Bug Fixes
- The
devDependency
rollup was updated from2.3.5
to2.4.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.3.5
2020-04-09
Bug Fixes
- Never remove labels when tree-shaking is disabled (#3492)
Pull Requests
- #3492: Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking (@lukastaegert)
- The
devDependency
rollup was updated from2.3.5
to2.4.0
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.4.0
to2.5.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from2.5.0
to2.6.0
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.6.0
to2.6.1
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.6.1
to2.7.0
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.0
to2.7.1
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.1
to2.7.2
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.2
to2.7.3
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.7.3
2020-04-27
Bug Fixes
- Do not access
__proto__
when running Rollup (#3518)
Pull Requests
- The
devDependency
rollup was updated from2.7.3
to2.7.4
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.4
to2.7.5
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.5
to2.7.6
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.7.6
to2.8.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from2.8.0
to2.8.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from2.8.1
to2.8.2
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.8.2
to2.9.0
.
Your tests are still failing with this version. Compare changes
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 7 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
See the full diff
- The
devDependency
rollup was updated from2.9.0
to2.9.1
.
Your tests are still failing with this version. Compare changes
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)
- The
devDependency
rollup was updated from2.9.1
to2.10.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.0
2020-05-13
Features
- Avoid unnecessary empty imports from a facade chunk to the original chunk (#3552)
- Pin facade creation order so that if several user-defined chunks reference the same module, the first always becomes the "actual" chunk while the later ones become facades (#3552)
Bug Fixes
- Do not omit reexports from secondary chunks when creating facades for entry points without hoisting transitive dependencies (#3552)
Pull Requests
- #3552: Avoid unnecessary facade dependency inlining (@guybedford)
- The
devDependency
rollup was updated from2.10.0
to2.10.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from2.10.1
to2.10.2
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.2
2020-05-15
Bug Fixes
- Properly include calls to mutating array methods in certain scenarios (#3559)
Pull Requests
- #3559: Make sure UnknownFooExpressions are included when referenced as return values in a MultiExpression (@lukastaegert)
- The
devDependency
rollup was updated from2.10.2
to2.10.3
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.3
2020-05-18
Bug Fixes
- Validate return value of sourcemapPathTransform option (#3561)
Pull Requests
- The
devDependency
rollup was updated from2.10.3
to2.10.4
.
Your tests are still failing with this version. Compare changes
- The
devDependency
rollup was updated from2.10.4
to2.10.5
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.5
2020-05-19
Bug Fixes
- Do not remove side-effects that may influence an included default export declaration when side-effects are disabled (#3572)
Pull Requests
- #3572: Observe side-effects in files containing a default export declaration that reexports a variable (@lukastaegert)
- The
devDependency
rollup was updated from2.10.5
to2.10.6
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.6
2020-05-22
Bug Fixes
- Fix some issues around class fields (#3580)
- Prevent a maximum call stack error when a called entity references itself in its declaration (#3581)
Pull Requests
- #3580: Update acorn class features (@guybedford)
- #3581: Do not fail when including call arguments of recursively defined variables (@lukastaegert)
- The
devDependency
rollup was updated from2.10.6
to2.10.7
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.10.7
2020-05-22
Bug Fixes
- Handle modules re-exporting namespaces without further own code (#3576)
Pull Requests
- #3576: Fix "cannot read exports of undefined" error (@guybedford)