apollographql / apollo-link

:link: Interface for fetching and modifying control flow of GraphQL requests
https://www.apollographql.com/docs/link/
MIT License
1.44k stars 347 forks source link

chore(deps): update dependency rollup to v1.32.1 #1301

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 1.29.1 -> 1.32.1

Release Notes

rollup/rollup ### [`v1.32.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1321) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.32.0...v1.32.1) _2020-03-06_ ##### Bug Fixes - Handle default export detection for AMD and IIFE externals that do not have a prototype ([#​3420](https://togithub.com/rollup/rollup/issues/3420)) - Handle missing whitespace when the else branch of an if-statement is simplified ([#​3421](https://togithub.com/rollup/rollup/issues/3421)) - Mention the importing module when reporting errors for missing named exports ([#​3401](https://togithub.com/rollup/rollup/issues/3401)) - Add code to warning for missing output.name of IIFE bundles ([#​3372](https://togithub.com/rollup/rollup/issues/3372)) ##### Pull Requests - [#​3372](https://togithub.com/rollup/rollup/pull/3372): Add warning code for missing output.name of IIFE bundle that has export ([@​rail44](https://togithub.com/rail44)) - [#​3401](https://togithub.com/rollup/rollup/pull/3401): Missing exports errors now print the importing module ([@​timiyay](https://togithub.com/timiyay)) - [#​3418](https://togithub.com/rollup/rollup/pull/3418): Structure lifecycle hooks, add links to build time hooks ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3420](https://togithub.com/rollup/rollup/pull/3420): Update generated code of getInteropBlock() to work with null prototype objects ([@​jdalton](https://togithub.com/jdalton)) - [#​3421](https://togithub.com/rollup/rollup/pull/3421): Avoid invalid code when "else" branch is simplified ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.32.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1320) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.31.1...v1.32.0) _2020-02-28_ ##### Features - Allow adding plugins on the command line via `--plugin ` ([#​3379](https://togithub.com/rollup/rollup/issues/3379)) ##### Pull Requests - [#​3379](https://togithub.com/rollup/rollup/pull/3379): introduce CLI --plugin support ([@​kzc](https://togithub.com/kzc)) - [#​3390](https://togithub.com/rollup/rollup/pull/3390): fix typo: this.addWatchfile ([@​mistlog](https://togithub.com/mistlog)) - [#​3392](https://togithub.com/rollup/rollup/pull/3392): Bump codecov from 3.6.1 to 3.6.5 - [#​3404](https://togithub.com/rollup/rollup/pull/3404): Update resolveFileUrl docs ([@​jakearchibald](https://togithub.com/jakearchibald)) ### [`v1.31.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1311) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.31.0...v1.31.1) _2020-02-14_ ##### Bug Fixes - Make sure errored files are always re-evaluated in watch mode to avoid an issue in the typescript plugin ([#​3388](https://togithub.com/rollup/rollup/issues/3388)) ##### Pull Requests - [#​3366](https://togithub.com/rollup/rollup/pull/3366): Correct spelling minifaction to minification ([@​VictorHom](https://togithub.com/VictorHom)) - [#​3371](https://togithub.com/rollup/rollup/pull/3371): Adjust bug template to mention REPL.it ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3388](https://togithub.com/rollup/rollup/pull/3388): Run transform hooks again in watch mode on files that errored ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.31.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1310) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.30.1...v1.31.0) _2020-01-31_ ##### Features - Always disable tree-shaking for asm.js functions to maintain semantics ([#​3362](https://togithub.com/rollup/rollup/issues/3362)) ##### Pull Requests - [#​3362](https://togithub.com/rollup/rollup/pull/3362): Preserve asm.js code ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.30.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1301) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.30.0...v1.30.1) _2020-01-27_ ##### Bug Fixes - Do not mistreat static entgry points as dynamic ones when chunking ([#​3357](https://togithub.com/rollup/rollup/issues/3357)) - Resolve a crash when chunking circular dynamic imports ([#​3357](https://togithub.com/rollup/rollup/issues/3357)) ##### Pull Requests - [#​3357](https://togithub.com/rollup/rollup/pull/3357): Resolve issues with circular dynamic entries ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v1.30.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​1300) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.29.1...v1.30.0) _2020-01-27_ ##### Features - Do not split chunks when dynamically imported modules import modules that are already loaded by all dynamic importers ([#​3354](https://togithub.com/rollup/rollup/issues/3354)) - Add `hoistTransitiveImports` option to disable hoisting imports of static dependencies into entry chunks ([#​3353](https://togithub.com/rollup/rollup/issues/3353)) ##### Bug Fixes - Make sure polyfills are always loaded first when each static entry point contains them as first import ([#​3354](https://togithub.com/rollup/rollup/issues/3354)) ##### Pull Requests - [#​3353](https://togithub.com/rollup/rollup/pull/3353): Add option to avoid hoisting transitive imports ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3354](https://togithub.com/rollup/rollup/pull/3354): Improve chunking algorithm for dynamic imports ([@​tjenkinson](https://togithub.com/tjenkinson) and [@​lukastaegert](https://togithub.com/lukastaegert))

Renovate configuration

:date: Schedule: "after 10pm every weekday,before 5am every weekday" in timezone America/Los_Angeles.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, 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.