Bumps [rollup](https://github.com/rollup/rollup) from 2.44.0 to 2.50.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases">rollup's releases</a>.</em></p> <blockquote> <h2>v2.50.5</h2> <p><em>2021-05-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect side effects when accessing thenables (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4115">#4115</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4114">#4114</a>: use <code>colorette</code> instead of <code>turbocolor</code> (<a href="https://github.com/ryuever"><code>@ryuever</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4115">#4115</a>: Tracks side effects of thenables (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.50.4</h2> <p><em>2021-05-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix a situation where tree-shaking would stop including nodes prematurely (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4111">#4111</a>)</li> <li>Track mutations and accessor side effects when using <code>__proto__</code> in an object literal (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4112">#4112</a>)</li> <li>Check for getter effects when spreading an object (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4113">#4113</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4111">#4111</a>: Always request a new tree-shaking pass when deoptimizations of a node are first included (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4112">#4112</a>: Actually set the prototype when using a <strong>proto</strong> property (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4113">#4113</a>: Track access side effects when using object spread operator (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.50.3</h2> <p><em>2021-05-28</em></p> <h3>Bug Fixes</h3> <ul> <li>Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4110">#4110</a>)</li> <li>Do not associate block soped variables in catch clauses with the clause parameter (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4108">#4108</a>)</li> <li>Do not associate hoisted variables in catch clauses with outside variables if they match the parameter (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4108">#4108</a>)</li> <li>Use correct "this" context for tagged template literal member expressions in simplified sequences (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4110">#4110</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4108">#4108</a>: Correctly handle catch declarations (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4110">#4110</a>: Invalid sequence expression simplification (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.50.2</h2> <p><em>2021-05-27</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid unnecessary side effects when using methods like <code>.filter</code> and <code>.map</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4103">#4103</a>)</li> <li>Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4104">#4104</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4103">#4103</a>: Do not track side-effect-free array methods as side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4104">#4104</a>: Fix crash when using inlineDynamicImports with no-treeshake (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.50.1</h2> <p><em>2021-05-26</em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>2.50.5</h2> <p><em>2021-05-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect side effects when accessing thenables (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4115">#4115</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4114">#4114</a>: use <code>colorette</code> instead of <code>turbocolor</code> (<a href="https://github.com/ryuever"><code>@ryuever</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4115">#4115</a>: Tracks side effects of thenables (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.50.4</h2> <p><em>2021-05-29</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix a situation where tree-shaking would stop including nodes prematurely (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4111">#4111</a>)</li> <li>Track mutations and accessor side effects when using <code>__proto__</code> in an object literal (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4112">#4112</a>)</li> <li>Check for getter effects when spreading an object (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4113">#4113</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4111">#4111</a>: Always request a new tree-shaking pass when deoptimizations of a node are first included (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4112">#4112</a>: Actually set the prototype when using a <strong>proto</strong> property (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4113">#4113</a>: Track access side effects when using object spread operator (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.50.3</h2> <p><em>2021-05-28</em></p> <h3>Bug Fixes</h3> <ul> <li>Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4110">#4110</a>)</li> <li>Do not associate block soped variables in catch clauses with the clause parameter (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4108">#4108</a>)</li> <li>Do not associate hoisted variables in catch clauses with outside variables if they match the parameter (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4108">#4108</a>)</li> <li>Use correct "this" context for tagged template literal member expressions in simplified sequences (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4110">#4110</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4108">#4108</a>: Correctly handle catch declarations (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4110">#4110</a>: Invalid sequence expression simplification (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.50.2</h2> <p><em>2021-05-27</em></p> <h3>Bug Fixes</h3> <ul> <li>Avoid unnecessary side effects when using methods like <code>.filter</code> and <code>.map</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4103">#4103</a>)</li> <li>Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4104">#4104</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4103">#4103</a>: Do not track side-effect-free array methods as side effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4104">#4104</a>: Fix crash when using inlineDynamicImports with no-treeshake (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.50.1</h2> <p><em>2021-05-26</em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/b3d130b1a5448a2abc07fa3d7cde749c3169d220"><code>b3d130b</code></a> 2.50.5</li> <li><a href="https://github.com/rollup/rollup/commit/1694f990ede4e1280acf53cb1485565c324c7ab0"><code>1694f99</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/e9c74955dbc6ebe94c4152deef22458dd625dccc"><code>e9c7495</code></a> Tracks side effects of thenables (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4115">#4115</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c0ba3ee12443a8ff5aaa575e6c83cf1b250f8179"><code>c0ba3ee</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/e42e528a9b6a656fe02336a40b29737fe5df1fb9"><code>e42e528</code></a> fix: use <code>colorette</code> instead of <code>turbocolor</code> <a href="https://github-redirect.dependabot.com/rollup/rollup/issues/3391">#3391</a> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4114">#4114</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/184eb6006e0e9a7f170a9208f923af0d568a31b6"><code>184eb60</code></a> 2.50.4</li> <li><a href="https://github.com/rollup/rollup/commit/bcae363a4a18cd6186e3d707104defe6286b6680"><code>bcae363</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/4eeef6ec8ac65c6cf144db13152cdfdd3ea89738"><code>4eeef6e</code></a> Track access side effects when using object spread operator (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4113">#4113</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1dd8ba779bdc7043a28133876004d7704274d27b"><code>1dd8ba7</code></a> Actually set the prototype when using a <strong>proto</strong> property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4112">#4112</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/edae1ba2ea17db86de3a9aeb1ef816cd8e49baef"><code>edae1ba</code></a> Always request a new tree-shaking pass when deoptimizations of a node are fir...</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.44.0...v2.50.5">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.44.0&new-version=2.50.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot-preview[bot] and has received 1 comments.