dependabot[bot] opened a new pull request #130:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/130


   Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.52.2.
   <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.52.1</h2>
   <p><em>2021-06-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a memory leak in watch mode (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4142";>#4142</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4142";>#4142</a>:
 Make array and object prototype singletons immutable for now (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.52.0</h2>
   <p><em>2021-06-16</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add <code>--configPlugin</code> CLI option to apply plugins to the 
config file for e.g. TypeScript configs (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/3835";>#3835</a>)</li>
   <li>Add &quot;safest&quot; and &quot;smallest&quot; presets to tree-shaking 
options for easier configuration (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4131";>#4131</a>)</li>
   <li>Add <code>treeshake.correctVarValueBeforeDeclaration</code> option to 
deoptimize <code>var</code> declarations (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4139";>#4139</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/3835";>#3835</a>:
 Add typescript config support (<a 
href="https://github.com/TheRealSyler";><code>@​TheRealSyler</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4131";>#4131</a>:
 Add presets to the tree-shaking options (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4139";>#4139</a>:
 Add option to deoptimize var declarations for tree-shaking (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4141";>#4141</a>:
 Update dependencies (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.51.2</h2>
   <p><em>2021-06-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Include modules imported from no-treeshake modules even if they would be 
empty (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4138";>#4138</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4138";>#4138</a>:
 Include all dependencies from modules with no-treeshake (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.51.1</h2>
   <p><em>2021-06-08</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix error when using <code>defineConfig</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134";>#4134</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134";>#4134</a>:
 export <code>rollup.defineConfig</code> at runtime (<a 
href="https://github.com/mshrtsr";><code>@​mshrtsr</code></a>)</li>
   </ul>
   <h2>v2.51.0</h2>
   <p><em>2021-06-06</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add a helper for IntelliSense support in config files (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4127";>#4127</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve performance when generating source maps (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4122";>#4122</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.52.2</h2>
   <p><em>2021-06-21</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Support falsy plugins in types (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4144";>#4144</a>)</li>
   <li>Do not require return value in renderChunkHook type (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4144";>#4144</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4144";>#4144</a>:
 Use TypeScript config and improve some types (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.52.1</h2>
   <p><em>2021-06-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a memory leak in watch mode (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4142";>#4142</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4142";>#4142</a>:
 Make array and object prototype singletons immutable for now (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.52.0</h2>
   <p><em>2021-06-16</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add <code>--configPlugin</code> CLI option to apply plugins to the 
config file for e.g. TypeScript configs (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/3835";>#3835</a>)</li>
   <li>Add &quot;safest&quot; and &quot;smallest&quot; presets to tree-shaking 
options for easier configuration (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4131";>#4131</a>)</li>
   <li>Add <code>treeshake.correctVarValueBeforeDeclaration</code> option to 
deoptimize <code>var</code> declarations (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4139";>#4139</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/3835";>#3835</a>:
 Add typescript config support (<a 
href="https://github.com/TheRealSyler";><code>@​TheRealSyler</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4131";>#4131</a>:
 Add presets to the tree-shaking options (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4139";>#4139</a>:
 Add option to deoptimize var declarations for tree-shaking (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4141";>#4141</a>:
 Update dependencies (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.51.2</h2>
   <p><em>2021-06-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Include modules imported from no-treeshake modules even if they would be 
empty (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4138";>#4138</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4138";>#4138</a>:
 Include all dependencies from modules with no-treeshake (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.51.1</h2>
   <p><em>2021-06-08</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix error when using <code>defineConfig</code> (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134";>#4134</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4134";>#4134</a>:
 export <code>rollup.defineConfig</code> at runtime (<a 
href="https://github.com/mshrtsr";><code>@​mshrtsr</code></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/a9346bae21287e17eda8d0490b4776402e067db1";><code>a9346ba</code></a>
 2.52.2</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5a2e9592f8342628e7ef00b0bcfa08ce05573877";><code>5a2e959</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/5b53d28c931cc85e3ddda8ea9f28fde98b2412ab";><code>5b53d28</code></a>
 Use TypeScript config and improve some types (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4144";>#4144</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/bef5fe8a573648f73c258ce9adf1a7ff3ffb129d";><code>bef5fe8</code></a>
 2.52.1</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/9c033e8bbc4374715a77c94f7b2e2cca94b45a19";><code>9c033e8</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/aa1b227e95db2e28f2c7d761ad34e59b68cc9555";><code>aa1b227</code></a>
 Make array and object prototype singletons immutable for now (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4142";>#4142</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/c4f9d13bd284a6b483b1a087917ed3f0bc93cd18";><code>c4f9d13</code></a>
 2.52.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/1dc87a1f17a22194557b97d4ef53db922ddccdde";><code>1dc87a1</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/40c1c6cfa4fbebdff188a996fd506b09d7233e53";><code>40c1c6c</code></a>
 Add option to deoptimize var declarations for tree-shaking  (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4139";>#4139</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/86e85109910224edf470ae5f4fc14e93fcb2d58f";><code>86e8510</code></a>
 Add presets to the tree-shaking options (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4131";>#4131</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v2.48.0...v2.52.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=2.48.0&new-version=2.52.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to