Bumps [rollup](https://github.com/rollup/rollup) from 2.44.0 to 2.49.0. <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.49.0</h2> <p><em>2021-05-23</em></p> <h3>Features</h3> <ul> <li>Detect side-effect-free static class methods and properties (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Detect side-effect-free array elements (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Do not apply deoptimizations from dead code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Handle side effect detection for getters and setters added in untracked code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Track "this" mutations for methods, getters and setters (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4018">#4018</a>: Class method effects (<a href="https://github.com/marijnh"><code>@marijnh</code></a> and <a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.48.0</h2> <p><em>2021-05-15</em></p> <h3>Features</h3> <ul> <li>Add replacement to conditionally insert asset extensions in <code>entryFileNames</code> when preserving modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4077">#4077</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix crash when dynamically assigning to namespace members (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4070">#4070</a>)</li> <li>Do not associate pure annotations in front of a semi-colon or comma with succeeding code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4068">#4068</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4068">#4068</a>: ignore invalid trailing pure annotations (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4070">#4070</a>: undefined <code>deoptimizePath</code> when the first element is empty string (<a href="https://github.com/si3nloong"><code>@si3nloong</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4071">#4071</a>: add node.js v16 support (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4077">#4077</a>: Add assetExtname replacement in entryFileNames (<a href="https://github.com/BPScott"><code>@BPScott</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4080">#4080</a>: Added Rollup logo in README.md (<a href="https://github.com/priyanshurav"><code>@priyanshurav</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4081">#4081</a>: fix comment regarding invalid annotation handling (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> </ul> <h2>v2.47.0</h2> <p><em>2021-05-04</em></p> <h3>Features</h3> <ul> <li>Warn about ambiguous imports from combined external namespace reexports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> <li>In case of combined namespace reexports, always prefer local exports over external namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> <li>Treat conflicting names in local namespace reexports as undefined (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4064">#4064</a>: Prefer locally defined exports and reexports over external namespaces (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>v2.46.0</h2> <p><em>2021-04-29</em></p> <h3>Features</h3> <ul> <li>Add option to disable file name sanitation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4058">#4058</a>)</li> <li>Add information about importers to unused external import warning (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4054">#4054</a>)</li> </ul> <!-- 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.49.0</h2> <p><em>2021-05-23</em></p> <h3>Features</h3> <ul> <li>Detect side-effect-free static class methods and properties (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Detect side-effect-free array elements (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Do not apply deoptimizations from dead code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Handle side effect detection for getters and setters added in untracked code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li>Track "this" mutations for methods, getters and setters (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4018">#4018</a>: Class method effects (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.48.0</h2> <p><em>2021-05-15</em></p> <h3>Features</h3> <ul> <li>Add replacement to conditionally insert asset extensions in <code>entryFileNames</code> when preserving modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4077">#4077</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix crash when dynamically assigning to namespace members (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4070">#4070</a>)</li> <li>Do not associate pure annotations in front of a semi-colon or comma with succeeding code (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4068">#4068</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4068">#4068</a>: ignore invalid trailing pure annotations (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4070">#4070</a>: undefined <code>deoptimizePath</code> when the first element is empty string (<a href="https://github.com/si3nloong"><code>@si3nloong</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4071">#4071</a>: add node.js v16 support (<a href="https://github.com/dnalborczyk"><code>@dnalborczyk</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4077">#4077</a>: Add assetExtname replacement in entryFileNames (<a href="https://github.com/BPScott"><code>@BPScott</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4080">#4080</a>: Added Rollup logo in README.md (<a href="https://github.com/priyanshurav"><code>@priyanshurav</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4081">#4081</a>: fix comment regarding invalid annotation handling (<a href="https://github.com/kzc"><code>@kzc</code></a>)</li> </ul> <h2>2.47.0</h2> <p><em>2021-05-04</em></p> <h3>Features</h3> <ul> <li>Warn about ambiguous imports from combined external namespace reexports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> <li>In case of combined namespace reexports, always prefer local exports over external namespaces (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> <li>Treat conflicting names in local namespace reexports as undefined (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4064">#4064</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4064">#4064</a>: Prefer locally defined exports and reexports over external namespaces (<a href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li> </ul> <h2>2.46.0</h2> <p><em>2021-04-29</em></p> <h3>Features</h3> <ul> <li>Add option to disable file name sanitation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4058">#4058</a>)</li> <li>Add information about importers to unused external import warning (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4054">#4054</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/551e34a31486e67779c6ad34da272a5271be99a0"><code>551e34a</code></a> 2.49.0</li> <li><a href="https://github.com/rollup/rollup/commit/37bee21454ef9db2d28d85d7c69c1021864aba96"><code>37bee21</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/d73b2ace7aa352980920745690a01c0190d6f4a7"><code>d73b2ac</code></a> Class method effects (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4018">#4018</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/07b3a02069594147665daa95d3fa3e041a82b2d0"><code>07b3a02</code></a> 2.48.0</li> <li><a href="https://github.com/rollup/rollup/commit/fb3bbe71f6ac73b4fc6537df4027d173df1b51fc"><code>fb3bbe7</code></a> Update changelog</li> <li><a href="https://github.com/rollup/rollup/commit/645cc5c7b8aeda62a26618c1bb58c1c8e239b43c"><code>645cc5c</code></a> Add assetExtname replacement in entryFileNames (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4077">#4077</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/b46051638ece6027f49647be625af92852b6777d"><code>b460516</code></a> Added Rollup logo in README.md (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4080">#4080</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/7457478ab5223f2b99eda27a5439468a62ef4003"><code>7457478</code></a> fix comment regarding invalid annotation handling (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4081">#4081</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/3acd5365adda79eeb414ba120a08d2c91073ac2b"><code>3acd536</code></a> 🐛 fix: undefined <code>deoptimizePath</code> when the first element is empty string (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4070">#4070</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c40d2066b2ebee4763681566e822f1a79ebac33e"><code>c40d206</code></a> ignore invalid trailing pure annotations (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4068">#4068</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.44.0...v2.49.0">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.49.0) 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.