ivangabriele / postgrester

Isomorphic PostgREST API Client for Javascript and Typescript.
Apache License 2.0
50 stars 7 forks source link

chore(deps): update dependency rollup to v2.16.1 #119

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.14.0 -> 2.16.1

Release Notes

rollup/rollup ### [`v2.16.1`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2161) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.16.0...v2.16.1) _2020-06-13_ ##### Bug Fixes - Do not produce invalid code when an external or chunk id contain quotes or line-breaks ([#​3632](https://togithub.com/rollup/rollup/issues/3632)) - Do not fail but emit a warning when mutating a namespace object ([#​3633](https://togithub.com/rollup/rollup/issues/3633)) ##### Pull Requests - [#​3632](https://togithub.com/rollup/rollup/pull/3632): Handle single quote escaping in ids ([@​guybedford](https://togithub.com/guybedford)) - [#​3633](https://togithub.com/rollup/rollup/pull/3633): Turn namespace assignment error into a warning ([@​guybedford](https://togithub.com/guybedford)) ### [`v2.16.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2160) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.15.0...v2.16.0) _2020-06-12_ ##### Features - Add support for numeric separators ([#​3626](https://togithub.com/rollup/rollup/issues/3626)) - Switch to finalized ESTree optional chaining AST ([#​3628](https://togithub.com/rollup/rollup/issues/3628)) ##### Pull Requests - [#​3626](https://togithub.com/rollup/rollup/pull/3626): Support numeric separator ([@​TrySound](https://togithub.com/TrySound)) - [#​3628](https://togithub.com/rollup/rollup/pull/3628): Acorn 7.3.0 upgrade ([@​guybedford](https://togithub.com/guybedford)) - [#​3631](https://togithub.com/rollup/rollup/pull/3631): Improve discoverability of `manualChunks` for code splitting ([@​zlamma](https://togithub.com/zlamma)) ### [`v2.15.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2150) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.14.0...v2.15.0) _2020-06-08_ ##### Features - Allow to skip watching some configs via `watch: false` ([#​3620](https://togithub.com/rollup/rollup/issues/3620)) - Provide the resolved sourcemap path to `sourcemapPathTransform` ([#​3617](https://togithub.com/rollup/rollup/issues/3617)) ##### Pull Requests - [#​3617](https://togithub.com/rollup/rollup/pull/3617): Update sourcemapPathTransform to also take the path to the sourcemap file as a second argument ([@​dgoldstein0](https://togithub.com/dgoldstein0)) - [#​3620](https://togithub.com/rollup/rollup/pull/3620): Rollup watch only one config in exported array ([@​luwol03](https://togithub.com/luwol03))

Renovate configuration

:date: Schedule: "before 3am on Monday" in timezone Europe/Paris.

:vertical_traffic_light: Automerge: Enabled.

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #119 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           3        3           
  Lines         183      183           
  Branches       52       52           
=======================================
  Hits          182      182           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87c62cf...f6d796d. Read the comment docs.