dance2die / calendar-dates

📆 Get a list of calendar dates with no external dependencies.
https://www.npmjs.com/package/calendar-dates
MIT License
14 stars 3 forks source link

Update dependency rollup to v1.2.0 #63

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
rollup devDependencies minor 1.1.2 -> 1.2.0 source

Release Notes

rollup/rollup ### [`v1.2.0`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​120) [Compare Source](https://togithub.com/rollup/rollup/compare/v1.1.2...v1.2.0) _2019-02-17_ ##### Features - Fewer renamed variables due to a completely reimplemented deconflicting logic ([#​2689](https://togithub.com/rollup/rollup/issues/2689)) ##### Bug Fixes - Respect rendered and tree-shaken exports when determining chunk hashes ([#​2695](https://togithub.com/rollup/rollup/issues/2695)) - Fix an error when dynamic imports end up in the same chunk as one of their importees ([#​2677](https://togithub.com/rollup/rollup/issues/2677)) - Do not generate invalid code when expressions containing IIFEs are simplified ([#​2696](https://togithub.com/rollup/rollup/issues/2696)) - Do not throw an error when more than ten bundles are watched ([#​2700](https://togithub.com/rollup/rollup/issues/2700)) - Treat re-exported globals in a spec-compliant way ([#​2691](https://togithub.com/rollup/rollup/issues/2691)) - Fix issues related to wrongly renamed variables ([#​2689](https://togithub.com/rollup/rollup/issues/2689)) - Do not throw an error if config files contain non-default exports ([#​2673](https://togithub.com/rollup/rollup/issues/2673)) - Improve type of `RollupOutput.output` to guarantee at least one chunk ([#​2679](https://togithub.com/rollup/rollup/issues/2679)) ##### Pull Requests - [#​2673](https://togithub.com/rollup/rollup/pull/2673): Allow config files to have non-default exports ([@​swansontec](https://togithub.com/swansontec)) - [#​2677](https://togithub.com/rollup/rollup/pull/2677): Prevent final resolution and facade creation for inlined dynamic imports ([@​Rich-Harris](https://togithub.com/Rich-Harris) and [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​2679](https://togithub.com/rollup/rollup/pull/2679): Improve type of `RollupOutput.output` ([@​MattiasBuelens](https://togithub.com/MattiasBuelens)) - [#​2689](https://togithub.com/rollup/rollup/pull/2689): Reimplement variable deconflicting logic ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​2691](https://togithub.com/rollup/rollup/pull/2691): Fix CI issues and update acorn dependency ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​2693](https://togithub.com/rollup/rollup/pull/2693): Fix typo in export-globals test ([@​MattiasBuelens](https://togithub.com/MattiasBuelens)) - [#​2695](https://togithub.com/rollup/rollup/pull/2695): Respect rendered exports when generating chunk hashes ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​2696](https://togithub.com/rollup/rollup/pull/2696): Correctly render function expression inside simplified expression statements ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​2700](https://togithub.com/rollup/rollup/pull/2700): Add a fix for MaxListenersExceededWarning ([@​luwes](https://togithub.com/luwes)) - [#​2703](https://togithub.com/rollup/rollup/pull/2703): Update rollup-pluginutils ([@​lukastaegert](https://togithub.com/lukastaegert))

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 if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.

renovate[bot] commented 5 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.