yurikrupnik / mussia7

mussia7 project
batman-ten.vercel.app
MIT License
0 stars 0 forks source link

Update dependency rollup to v2.50.5 #29

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.50.1 -> 2.50.5 age adoption passing confidence

Release Notes

rollup/rollup ### [`v2.50.5`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2505) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.4...v2.50.5) *2021-05-30* ##### Bug Fixes - Detect side effects when accessing thenables ([#​4115](https://togithub.com/rollup/rollup/issues/4115)) ##### Pull Requests - [#​4114](https://togithub.com/rollup/rollup/pull/4114): use `colorette` instead of `turbocolor` ([@​ryuever](https://togithub.com/ryuever)) - [#​4115](https://togithub.com/rollup/rollup/pull/4115): Tracks side effects of thenables ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.4`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2504) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.3...v2.50.4) *2021-05-29* ##### Bug Fixes - Fix a situation where tree-shaking would stop including nodes prematurely ([#​4111](https://togithub.com/rollup/rollup/issues/4111)) - Track mutations and accessor side effects when using `__proto__` in an object literal ([#​4112](https://togithub.com/rollup/rollup/issues/4112)) - Check for getter effects when spreading an object ([#​4113](https://togithub.com/rollup/rollup/issues/4113)) ##### Pull Requests - [#​4111](https://togithub.com/rollup/rollup/pull/4111): Always request a new tree-shaking pass when deoptimizations of a node are first included ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4112](https://togithub.com/rollup/rollup/pull/4112): Actually set the prototype when using a **proto** property ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4113](https://togithub.com/rollup/rollup/pull/4113): Track access side effects when using object spread operator ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.3`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2503) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.2...v2.50.3) *2021-05-28* ##### Bug Fixes - Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code ([#​4110](https://togithub.com/rollup/rollup/issues/4110)) - Do not associate block soped variables in catch clauses with the clause parameter ([#​4108](https://togithub.com/rollup/rollup/issues/4108)) - Do not associate hoisted variables in catch clauses with outside variables if they match the parameter ([#​4108](https://togithub.com/rollup/rollup/issues/4108)) - Use correct "this" context for tagged template literal member expressions in simplified sequences ([#​4110](https://togithub.com/rollup/rollup/issues/4110)) ##### Pull Requests - [#​4108](https://togithub.com/rollup/rollup/pull/4108): Correctly handle catch declarations ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4110](https://togithub.com/rollup/rollup/pull/4110): Invalid sequence expression simplification ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v2.50.2`](https://togithub.com/rollup/rollup/blob/master/CHANGELOG.md#​2502) [Compare Source](https://togithub.com/rollup/rollup/compare/v2.50.1...v2.50.2) *2021-05-27* ##### Bug Fixes - Avoid unnecessary side effects when using methods like `.filter` and `.map` ([#​4103](https://togithub.com/rollup/rollup/issues/4103)) - Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module ([#​4104](https://togithub.com/rollup/rollup/issues/4104)) ##### Pull Requests - [#​4103](https://togithub.com/rollup/rollup/pull/4103): Do not track side-effect-free array methods as side effects ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​4104](https://togithub.com/rollup/rollup/pull/4104): Fix crash when using inlineDynamicImports with no-treeshake ([@​lukastaegert](https://togithub.com/lukastaegert))

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.