paljs / prisma-tools

Prisma tools to help you generate CRUD system for GraphQL servers
https://paljs.com
MIT License
684 stars 54 forks source link

Update dependency rollup to v2.17.0 #111

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.16.1 -> 2.17.0

Release Notes

rollup/rollup ### [`v2.17.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2170) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.16.1...v2.17.0) _2020-06-17_ ##### Features - When importing Rollup via package.exports, always fall back to the browser ESM build for non-Node environments ([#​3634](https://togithub.com/rollup/rollup/issues/3634)) - Create more efficient code when handling namespace mutations ([#​3637](https://togithub.com/rollup/rollup/issues/3637)) ##### Bug Fixes - Fix a severe performance regression when the same module is imported by a lot of modules ([#​3641](https://togithub.com/rollup/rollup/issues/3641)) - Properly escape special characters in imports ([#​3638](https://togithub.com/rollup/rollup/issues/3638)) ##### Pull Requests - [#​3634](https://togithub.com/rollup/rollup/pull/3634): Set browser build in exports ([@​guybedford](https://togithub.com/guybedford)) - [#​3637](https://togithub.com/rollup/rollup/pull/3637): Do not include the whole namespace when illegally mutating a namespace ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​3638](https://togithub.com/rollup/rollup/pull/3638): Support backslash escaping, retain exact newline escaping ([@​guybedford](https://togithub.com/guybedford)) - [#​3641](https://togithub.com/rollup/rollup/pull/3641): Fix performance regression when a file is imported by many importers ([@​lukastaegert](https://togithub.com/lukastaegert))

Renovate configuration

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

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