mcnaveen / SupaComments

⚡ A blazing fast, lightweight, and open source comment system for your static website, blogs powered by Supabase
https://supacomments.vercel.app/?ref=github-repo
Apache License 2.0
137 stars 13 forks source link

Update dependency rollup to v2.74.1 #22

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

rollup/rollup ### [`v2.74.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2741) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.74.0...v2.74.1) *2022-05-19* ##### Bug Fixes - Revert [#​4498](https://togithub.com/rollup/rollup/issues/4498) until some issues are understood and resolved ### [`v2.74.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2740) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.73.0...v2.74.0) *2022-05-19* ##### Features - Remove unneeded default values for function parameters ([#​4498](https://togithub.com/rollup/rollup/issues/4498)) ##### Bug Fixes - Use a consistent mechanism to resolve the config file to avoid issues on Windows ([#​4501](https://togithub.com/rollup/rollup/issues/4501)) - Avoid an inaccurate warning about an event emitter leak for complicated builds ([#​4502](https://togithub.com/rollup/rollup/issues/4502)) - Ensure that reexporting values from other chunks via dynamic imports does not reference non-imported variables ([#​4499](https://togithub.com/rollup/rollup/issues/4499)) ##### Pull Requests - [#​4498](https://togithub.com/rollup/rollup/pull/4498): Tree shake parameter defaults ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4499](https://togithub.com/rollup/rollup/pull/4499): Ensure reexports are available for namespaces ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4501](https://togithub.com/rollup/rollup/pull/4501): fix: config path problem on windows ([@​pos777](https://togithub.com/pos777)) - [#​4502](https://togithub.com/rollup/rollup/pull/4502): Avoid maximum listeners exceeded warning ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.73.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#​2730) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.72.1...v2.73.0) *2022-05-13* ##### Features - Do not treat Object.defineProperty/ies as side effect when called on an unused object ([#​4493](https://togithub.com/rollup/rollup/issues/4493)) - Do not assume that assigning a property can create a getter with side effects ([#​4493](https://togithub.com/rollup/rollup/issues/4493)) - Do not treat string.prototype.replace(All) as side effect when used with two literals ([#​4493](https://togithub.com/rollup/rollup/issues/4493)) ##### Bug Fixes - Detect side effects when manually declaring getters on functions ([#​4493](https://togithub.com/rollup/rollup/issues/4493)) ##### Pull Requests - [#​4493](https://togithub.com/rollup/rollup/pull/4493): Handle getters on functions and improve property deoptimization ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4494](https://togithub.com/rollup/rollup/pull/4494): Do not treat string.replace as side effect when used with a literal ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4495](https://togithub.com/rollup/rollup/pull/4495): Update docs for --configPlugin using typescript ([@​Jimmydalecleveland](https://togithub.com/Jimmydalecleveland))

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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