rogerballard / nestjs-relay

A batteries-included toolkit for building Relay-compliant GraphQL APIs with NestJS v7
MIT License
60 stars 14 forks source link

chore(deps): update dependency rollup to v2.38.4 #189

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup (source) 2.32.0 -> 2.38.4 age adoption passing confidence

Release Notes

rollup/rollup ### [`v2.38.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2384) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.3...v2.38.4) _2021-02-02_ ##### Bug Fixes - Do not change logic when tree-shaking declarations in if statements or loops ([#​3947](https://togithub.com/rollup/rollup/issues/3947)) ##### Pull Requests - [#​3947](https://togithub.com/rollup/rollup/pull/3947): Do not tear apart declarations in loop or if bodies ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2383) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.2...v2.38.3) _2021-02-01_ ##### Bug Fixes - Prevent an unexpected live-binding when default exporting a synthetic named export ([#​3946](https://togithub.com/rollup/rollup/issues/3946)) ##### Pull Requests - [#​3945](https://togithub.com/rollup/rollup/pull/3945): Upgrade chokidar and fsevents for Apple M1 compatibility ([@​threepointone](https://togithub.com/threepointone)) - [#​3946](https://togithub.com/rollup/rollup/pull/3946): Make sure default exports snapshot synthetic named exports ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2382) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.1...v2.38.2) _2021-01-31_ ##### Bug Fixes - Do not generate invalid code for partially tree-shaken declarations in for loops ([#​3943](https://togithub.com/rollup/rollup/issues/3943)) - Always include function bodies of functions in side-effect-free modules ([#​3944](https://togithub.com/rollup/rollup/issues/3944)) ##### Pull Requests - [#​3943](https://togithub.com/rollup/rollup/pull/3943): Do not partially tree-shake unused declarations in for loops ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3944](https://togithub.com/rollup/rollup/pull/3944): Correctly include functions with side effects from side-effect-free modules ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.38.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2381) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.38.0...v2.38.1) _2021-01-28_ ##### Bug Fixes - Fix internal error when resolving a missing entry point in the browser build ([#​3935](https://togithub.com/rollup/rollup/issues/3935)) ##### Pull Requests - [#​3935](https://togithub.com/rollup/rollup/pull/3935): fix: remove isolated resolve() for compat with browser distribution ([@​cmorten](https://togithub.com/cmorten) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3936](https://togithub.com/rollup/rollup/pull/3936): Ensure test after() callback is always executed ([@​Benjamin-Dobell](https://togithub.com/Benjamin-Dobell)) - [#​3937](https://togithub.com/rollup/rollup/pull/3937): Modernize references to other software ([@​ludofischer](https://togithub.com/ludofischer)) ### [`v2.38.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2380) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.1...v2.38.0) _2021-01-22_ ##### Features - Entirely remove declared variables that only have an initializer side effect ([#​3933](https://togithub.com/rollup/rollup/issues/3933)) ##### Pull Requests - [#​3933](https://togithub.com/rollup/rollup/pull/3933): Tree-shake unused declarations while keeping initializer side-effects ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.37.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2371) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.37.0...v2.37.1) _2021-01-20_ ##### Pull Requests - [#​3929](https://togithub.com/rollup/rollup/pull/3929): Deduplicate acorn import ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.37.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2370) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.2...v2.37.0) _2021-01-19_ ##### Features - Always check modules for side effects that only indirectly reexport a used variable ([#​3840](https://togithub.com/rollup/rollup/issues/3840)) - Warn if a circular dependency would cause wrong execution order when preserving modules ([#​3840](https://togithub.com/rollup/rollup/issues/3840)) ##### Bug Fixes - Allow consuming synthetic exports via modules that reexport a namespace ([#​3894](https://togithub.com/rollup/rollup/issues/3894)) - Do not crash for circular default reexports ([#​3840](https://togithub.com/rollup/rollup/issues/3840)) - Do not crash for circular synthetic namespaces ([#​3840](https://togithub.com/rollup/rollup/issues/3840)) - Improve circular dependency execution order in certain scenarios ([#​3840](https://togithub.com/rollup/rollup/issues/3840)) ##### Pull Requests - [#​3840](https://togithub.com/rollup/rollup/pull/3840): Improve circular dependency execution order ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3894](https://togithub.com/rollup/rollup/pull/3894): Always respect synthetic namespaces in namespace reexport ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2362) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.1...v2.36.2) _2021-01-16_ ##### Bug Fixes - Fix an issue where invalid code was generated for unused assignments with side effects ([#​3926](https://togithub.com/rollup/rollup/issues/3926)) ##### Pull Requests - [#​3926](https://togithub.com/rollup/rollup/pull/3926): Correctly simplify assignments with parentheses ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2361) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.36.0...v2.36.1) _2021-01-06_ ##### Bug Fixes - Solve issues that result in invalid code when partially removing assignments ([#​3921](https://togithub.com/rollup/rollup/issues/3921)) ##### Pull Requests - [#​3921](https://togithub.com/rollup/rollup/pull/3921): Prevent invalid code when removing assignment target of side-effectful object expression ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.36.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2360) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.1...v2.36.0) _2021-01-05_ ##### Features - Support partial tree-shaking of chained assignments and unused assignment targets ([#​3919](https://togithub.com/rollup/rollup/issues/3919)) ##### Pull Requests - [#​3919](https://togithub.com/rollup/rollup/pull/3919): Treeshake chained assignment expressions ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.35.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2351) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.35.0...v2.35.1) _2020-12-14_ ##### Bug Fixes - Allow closing the bundle when watching in case of generate errors by adding the bundle to the error event ([#​3909](https://togithub.com/rollup/rollup/issues/3909)) - Automatically close all bundles on generate errors when watching and using the CLI ([#​3909](https://togithub.com/rollup/rollup/issues/3909)) - Try to create remaining bundles when watching and one of them throws ([#​3909](https://togithub.com/rollup/rollup/issues/3909)) ##### Pull Requests - [#​3909](https://togithub.com/rollup/rollup/pull/3909): Forward bundle through watch error events ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.35.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2350) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.2...v2.35.0) _2020-12-14_ ##### Features - Add `closeBundle` hook that is triggered by `bundle.close()` in the JS API ([#​3883](https://togithub.com/rollup/rollup/issues/3883)) ##### Pull Requests - [#​3883](https://togithub.com/rollup/rollup/pull/3883): Revert pattern to folder export ([@​intrnl](https://togithub.com/intrnl)) ### [`v2.34.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2342) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.1...v2.34.2) _2020-12-06_ ##### Bug Fixes - Revert pattern export change ([#​3898](https://togithub.com/rollup/rollup/issues/3898)) ##### Pull Requests - [#​3898](https://togithub.com/rollup/rollup/pull/3898): Revert pattern to folder export ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.34.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2341) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.34.0...v2.34.1) _2020-12-03_ ##### Bug Fixes - Avoid Node deprecation warning by using a pattern export for nested Rollup files ([#​3896](https://togithub.com/rollup/rollup/issues/3896)) ##### Pull Requests - [#​3887](https://togithub.com/rollup/rollup/pull/3887): Run memory leak test on all systems ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3892](https://togithub.com/rollup/rollup/pull/3892): Add pull_request to windows github actions ([@​shellscape](https://togithub.com/shellscape)) - [#​3893](https://togithub.com/rollup/rollup/pull/3893): Update dependencies ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3896](https://togithub.com/rollup/rollup/pull/3896): Replace deprecated folder package export with pattern export ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.34.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2340) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.3...v2.34.0) _2020-11-29_ ##### Features - Support RequireJS comaptible AMD ids in code-splitting builds via amd.autoId ([#​3867](https://togithub.com/rollup/rollup/issues/3867)) - Allow adding an AMD id base path ([#​3867](https://togithub.com/rollup/rollup/issues/3867)) ##### Bug Fixes - Warn when using an constant AMD id in a code-splitting build ([#​3867](https://togithub.com/rollup/rollup/issues/3867)) ##### Pull Requests - [#​3867](https://togithub.com/rollup/rollup/pull/3867): Implement amd.autoId/amd.basePath options ([@​tjenkinson](https://togithub.com/tjenkinson)) ### [`v2.33.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2333) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.2...v2.33.3) _2020-11-18_ ##### Bug Fixes - Do not use `.js` extension when importing AMD files from a UMD bundle ([#​3872](https://togithub.com/rollup/rollup/issues/3872)) ##### Pull Requests - [#​3861](https://togithub.com/rollup/rollup/pull/3861): Update chat/support links ([@​shellscape](https://togithub.com/shellscape)) - [#​3872](https://togithub.com/rollup/rollup/pull/3872): Also removeExtensionFromRelativeAmdId in UMD finaliser ([@​tjenkinson](https://togithub.com/tjenkinson)) ### [`v2.33.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2332) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.1...v2.33.2) _2020-11-14_ ##### Bug Fixes - Fix an issue where statements were ignored after a conditional return in a labeled statement ([#​3871](https://togithub.com/rollup/rollup/issues/3871)) ##### Pull Requests - [#​3871](https://togithub.com/rollup/rollup/pull/3871): Correctly track label usage in try statements ([@​Amareis](https://togithub.com/Amareis)) ### [`v2.33.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2331) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.33.0...v2.33.1) _2020-11-02_ ##### Bug Fixes - Add `syntheticNamedExports` to `this.getModuleInfo` to align with documentation ([#​3847](https://togithub.com/rollup/rollup/issues/3847)) ##### Pull Requests - [#​3847](https://togithub.com/rollup/rollup/pull/3847): Expose syntheticNamedExports to ModuleInfo ([@​Amareis](https://togithub.com/Amareis)) - [#​3852](https://togithub.com/rollup/rollup/pull/3852): Fix typo on docs ([@​jpsc](https://togithub.com/jpsc)) ### [`v2.33.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2330) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.32.1...v2.33.0) _2020-11-01_ ##### Features - Add parameter to "watchChange" hook to denote if a change was an addition, update or deletion ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "closeWatcher" hook to allow plugins to clean up resources when the watcher is closed ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) - Add "this.getWatchFiles" function to plugin context to get the current set of watched files ([#​3841](https://togithub.com/rollup/rollup/issues/3841)) ##### Pull Requests - [#​3841](https://togithub.com/rollup/rollup/pull/3841): Improved watcher hooks ([@​Amareis](https://togithub.com/Amareis)) - [#​3848](https://togithub.com/rollup/rollup/pull/3848): Add options hook to asyncpluginhooks ([@​intrnl](https://togithub.com/intrnl)) ### [`v2.32.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2321) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.32.0...v2.32.1) _2020-10-21_ ##### Bug Fixes - Print warning location for plugin warnings if only `loc` is supplied ([#​3824](https://togithub.com/rollup/rollup/issues/3824)) ##### Pull Requests - [#​3824](https://togithub.com/rollup/rollup/pull/3824): plugin warnings not showing warning.loc ([@​luciotato](https://togithub.com/luciotato))

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.