urql-graphql / urql-devtools-exchange

The exchange for usage with Urql Devtools
https://www.npmjs.com/package/@urql/devtools
MIT License
54 stars 6 forks source link

Update dependency rollup to ^2.8.0 #48

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.6.1 -> ^2.8.0

Release Notes

rollup/rollup ### [`v2.8.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​280) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.6...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](https://togithub.com/rollup/rollup/issues/3535)) ##### Bug Fixes - Do not execute dynamically imported code before synchronous code in the importing module when generating CommonJS ([#​3535](https://togithub.com/rollup/rollup/issues/3535)) ##### Pull Requests - [#​3535](https://togithub.com/rollup/rollup/pull/3535): Avoid dynamic facade chunks ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.6`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​276) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.5...v2.7.6) _2020-04-30_ ##### Bug Fixes - Fix a type issue when a default export references a global variable ([#​3526](https://togithub.com/rollup/rollup/issues/3526)) ##### Pull Requests - [#​3526](https://togithub.com/rollup/rollup/pull/3526): Handles default exporting global variables ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​275) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.4...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](https://togithub.com/rollup/rollup/issues/3522)) ##### Pull Requests - [#​3522](https://togithub.com/rollup/rollup/pull/3522): Avoid infinite loop when finding position for id insertion in default export ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​274) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.3...v2.7.4) _2020-04-29_ ##### Bug Fixes - Fix an issue where wrong variable names were used when preserving modules ([#​3521](https://togithub.com/rollup/rollup/issues/3521)) ##### Pull Requests - [#​3521](https://togithub.com/rollup/rollup/pull/3521): Fix and improve default export alias logic ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​273) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.2...v2.7.3) _2020-04-27_ ##### Bug Fixes - Do not access `__proto__` when running Rollup ([#​3518](https://togithub.com/rollup/rollup/issues/3518)) ##### Pull Requests - [#​3518](https://togithub.com/rollup/rollup/pull/3518): use acorn-class-fields and acorn-static-class-features from npm ([@​nitsky](https://togithub.com/nitsky)) ### [`v2.7.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​272) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.1...v2.7.2) _2020-04-22_ ##### Bug Fixes - Prevent an infinite loop when creating separate manual chunks with circular dependencies ([#​3510](https://togithub.com/rollup/rollup/issues/3510)) - Do not fail if "super" is used in the definition of a class field ([#​3511](https://togithub.com/rollup/rollup/issues/3511)) - Throw if a plugin tries to emit a file with an absolute Windows path ([#​3509](https://togithub.com/rollup/rollup/issues/3509)) ##### Pull Requests - [#​3509](https://togithub.com/rollup/rollup/pull/3509): Ban emitFile via absolute paths on Windows OS ([@​SASUKE40](https://togithub.com/SASUKE40)) - [#​3510](https://togithub.com/rollup/rollup/pull/3510): Do not fail for circular imports between manual chunks ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3511](https://togithub.com/rollup/rollup/pull/3511): Support "super" in class fields ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​271) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.7.0...v2.7.1) _2020-04-21_ ##### Bug Fixes - Use correct path for dynamic imports if `output.paths` is used ([#​3508](https://togithub.com/rollup/rollup/issues/3508)) ##### Pull Requests - [#​3508](https://togithub.com/rollup/rollup/pull/3508): Respect output.paths in dynamic imports ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.7.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​270) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.6.1...v2.7.0) _2020-04-21_ ##### Features - Add `preserveEntrySignatures` option to control how exports of entry points are handled ([#​3498](https://togithub.com/rollup/rollup/issues/3498)) - Add `preserveSignature` flag to `this.emitFile` to control exports of emitted chunks ([#​3498](https://togithub.com/rollup/rollup/issues/3498)) - Add `output.minifyInternalExports` option to control if internal exports are minified ([#​3498](https://togithub.com/rollup/rollup/issues/3498)) ##### Pull Requests - [#​3498](https://togithub.com/rollup/rollup/pull/3498): Add option to configure if entry signatures are preserved ([@​lukastaegert](https://togithub.com/lukastaegert))

Renovate configuration

:date: Schedule: "every weekday" (UTC).

: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.