You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2021/06/28 07:04:36 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #131: Bump rollup from 2.48.0 to 2.52.3

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.52.3.
   <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.3</h2>
   <p><em>2021-06-25</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue where code was wrongly removed when using vars in nested scopes (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4149">#4149</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4149">#4149</a>: Make sure the initializer of hoisted variables is deoptimized (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.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>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>
   <!-- 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.3</h2>
   <p><em>2021-06-25</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix an issue where code was wrongly removed when using vars in nested scopes (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4149">#4149</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4149">#4149</a>: Make sure the initializer of hoisted variables is deoptimized (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/9c436a7c7c368f2ff840735a30119899513ff4bd"><code>9c436a7</code></a> 2.52.3</li>
   <li><a href="https://github.com/rollup/rollup/commit/4f2c05f3f024ac5b18ffcf0f35883d2c8dcc0dd4"><code>4f2c05f</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/6260def152bfaeb07189ea2b24f65630097724d0"><code>6260def</code></a> Make sure the initializer of hoisted variables is deoptimized (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4149">#4149</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/6eaecf36e9a4d37687f4d24f4a76716a2796698c"><code>6eaecf3</code></a> Fix docs typos</li>
   <li><a href="https://github.com/rollup/rollup/commit/115e1435030855b0ce96e0e1702640310a46776d"><code>115e143</code></a> Fix docs typo</li>
   <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>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.48.0...v2.52.3">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.3)](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.

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #131: Bump rollup from 2.48.0 to 2.52.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #131:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/131#issuecomment-873860738


   Superseded by #133.


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

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #131: Bump rollup from 2.48.0 to 2.52.3

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #131:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/131


   


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

To unsubscribe, e-mail: dev-unsubscribe@flagon.apache.org

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