aevea / knit

Tool to gamify merge requests
0 stars 0 forks source link

chore(deps): update dependency rollup to v2.10.9 #60

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 2.8.2 -> 2.10.9

Release Notes

rollup/rollup ### [`v2.10.9`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2109) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.8...v2.10.9) _2020-05-24_ ##### Bug Fixes - Prevent invalid exports when facades are created ([#​3590](https://togithub.com/rollup/rollup/issues/3590)) ##### Pull Requests - [#​3590](https://togithub.com/rollup/rollup/pull/3590): Prevent unneeded exports when entry facades are created and ensure all exported variables in facades are imported ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.8`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2108) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.7...v2.10.8) _2020-05-23_ ##### Bug Fixes - Fix issues when synthetic named exports are reexported as default exports ([#​3586](https://togithub.com/rollup/rollup/issues/3586)) ##### Pull Requests - [#​3584](https://togithub.com/rollup/rollup/pull/3584): Clarify documentation for `output.paths` ([@​jacksteamdev](https://togithub.com/jacksteamdev)) - [#​3585](https://togithub.com/rollup/rollup/pull/3585): Target Node.js v14 instead of v13 in Windows tests ([@​mangs](https://togithub.com/mangs)) - [#​3586](https://togithub.com/rollup/rollup/pull/3586): Handle default reexports of synthetic named exports over several stages ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.7`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2107) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.6...v2.10.7) _2020-05-22_ ##### Bug Fixes - Handle modules re-exporting namespaces without further own code ([#​3576](https://togithub.com/rollup/rollup/issues/3576)) ##### Pull Requests - [#​3576](https://togithub.com/rollup/rollup/pull/3576): Fix "cannot read exports of undefined" error ([@​guybedford](https://togithub.com/guybedford)) ### [`v2.10.6`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2106) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.5...v2.10.6) _2020-05-22_ ##### Bug Fixes - Fix some issues around class fields ([#​3580](https://togithub.com/rollup/rollup/issues/3580)) - Prevent a maximum call stack error when a called entity references itself in its declaration ([#​3581](https://togithub.com/rollup/rollup/issues/3581)) ##### Pull Requests - [#​3580](https://togithub.com/rollup/rollup/pull/3580): Update acorn class features ([@​guybedford](https://togithub.com/guybedford)) - [#​3581](https://togithub.com/rollup/rollup/pull/3581): Do not fail when including call arguments of recursively defined variables ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2105) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.4...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](https://togithub.com/rollup/rollup/issues/3572)) ##### Pull Requests - [#​3572](https://togithub.com/rollup/rollup/pull/3572): Observe side-effects in files containing a default export declaration that reexports a variable ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2104) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.3...v2.10.4) _2020-05-19_ ##### Bug Fixes - Tree-shake unused classes with fields unless there are side-effects in the field declaration ([#​3569](https://togithub.com/rollup/rollup/issues/3569)) ##### Pull Requests - [#​3569](https://togithub.com/rollup/rollup/pull/3569): Make sure unused classes with fields are tree-shaken if possible ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2103) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.2...v2.10.3) _2020-05-18_ ##### Bug Fixes - Validate return value of sourcemapPathTransform option ([#​3561](https://togithub.com/rollup/rollup/issues/3561)) ##### Pull Requests - [#​3561](https://togithub.com/rollup/rollup/pull/3561): Throw error if sourcemapPathTransform-option does not return a string ([@​Simonwep](https://togithub.com/Simonwep)) ### [`v2.10.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2102) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.1...v2.10.2) _2020-05-15_ ##### Bug Fixes - Properly include calls to mutating array methods in certain scenarios ([#​3559](https://togithub.com/rollup/rollup/issues/3559)) ##### Pull Requests - [#​3559](https://togithub.com/rollup/rollup/pull/3559): Make sure UnknownFooExpressions are included when referenced as return values in a MultiExpression ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2101) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.10.0...v2.10.1) _2020-05-15_ ##### Bug Fixes - Do not throw when "undefined" is used as a default export ([#​3558](https://togithub.com/rollup/rollup/issues/3558)) ##### Pull Requests - [#​3558](https://togithub.com/rollup/rollup/pull/3558): Properly handle default exporting undefined ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.10.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2100) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.9.1...v2.10.0) _2020-05-13_ ##### Features - Avoid unnecessary empty imports from a facade chunk to the original chunk ([#​3552](https://togithub.com/rollup/rollup/issues/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](https://togithub.com/rollup/rollup/issues/3552)) ##### Bug Fixes - Do not omit reexports from secondary chunks when creating facades for entry points without hoisting transitive dependencies ([#​3552](https://togithub.com/rollup/rollup/issues/3552)) ##### Pull Requests - [#​3552](https://togithub.com/rollup/rollup/pull/3552): Avoid unnecessary facade dependency inlining ([@​guybedford](https://togithub.com/guybedford)) ### [`v2.9.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​291) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.9.0...v2.9.1) _2020-05-11_ ##### Bug Fixes - Do not create unintended live-bindings or invalid reexports when reexporting global variables ([#​3550](https://togithub.com/rollup/rollup/issues/3550)) ##### Pull Requests - [#​3550](https://togithub.com/rollup/rollup/pull/3550): Track updates of globals that are exported as default ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.9.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​290) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.8.2...v2.9.0) _2020-05-10_ ##### Features - Add ids of static and dynamic imports to `this.getModuleInfo` ([#​3542](https://togithub.com/rollup/rollup/issues/3542)) - Provide `getModuleInfo` and `getModuleIds` to `manualChunks` functions ([#​3542](https://togithub.com/rollup/rollup/issues/3542)) - Add nullish coalescing support ([#​3548](https://togithub.com/rollup/rollup/issues/3548)) - Make the rebuild delay in watch mode configurable and set the default to `0` for snappy rebuilds ([#​3502](https://togithub.com/rollup/rollup/issues/3502)) - Add `this.getModuleIds` to the plugin context as future replacement for `this.moduleIds` ([#​3542](https://togithub.com/rollup/rollup/issues/3542)) ##### Pull Requests - [#​3502](https://togithub.com/rollup/rollup/pull/3502): Configurable build delay ([@​mattdesl](https://togithub.com/mattdesl)) - [#​3542](https://togithub.com/rollup/rollup/pull/3542): Extend manualChunks API ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3548](https://togithub.com/rollup/rollup/pull/3548): Support nullish coalescing with tree-shaking ([@​lukastaegert](https://togithub.com/lukastaegert))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.