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/14 07:57:08 UTC

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

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.51.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.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>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@​izevo</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@​rxliuli</code></a>)</li>
   </ul>
   <h2>v2.50.6</h2>
   <p><em>2021-06-03</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li>
   <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <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>
   <!-- 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.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>
   <h2>2.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>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4122">#4122</a>: User Map to optimize performance (<a href="https://github.com/izevo"><code>@​izevo</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4127">#4127</a>: Export defineConfig defines the auxiliary function of the configuration (<a href="https://github.com/rxliuli"><code>@​rxliuli</code></a>)</li>
   </ul>
   <h2>2.50.6</h2>
   <p><em>2021-06-03</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not consider the object spread operator as side effect when <code>propertyReadSideEffects</code> are false (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4119">#4119</a>)</li>
   <li>Detect side effects when returning thenables from async arrow functions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4120">#4120</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4119">#4119</a>: Respect propertyReadSideEffects in spread elements (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4120">#4120</a>: Detect async arrow thenable side effects (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/bfae7910ea7553d56782cb5ee0c8581e2b451729"><code>bfae791</code></a> 2.51.2</li>
   <li><a href="https://github.com/rollup/rollup/commit/cc58a236e9e9fa05ec630895afd0930cc1ccdc2c"><code>cc58a23</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/01e2162ca1ea623e7b80526ba4e1c83d47f5e506"><code>01e2162</code></a> Includes all dependencies from modules with no-treeshake (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4138">#4138</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/76dedd65e6059f60964684ac7c3cfb89ce5c5523"><code>76dedd6</code></a> 2.51.1</li>
   <li><a href="https://github.com/rollup/rollup/commit/7739204072bf913c77581e072b7eacbfadffc797"><code>7739204</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/26fd18c178c75cddb5dbb83362895187a217c20d"><code>26fd18c</code></a> Add clarifying note to PR template (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4128">#4128</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/f46b80ae4d1dfc817c6124632a1c9c37d23b488e"><code>f46b80a</code></a> fix: export <code>rollup.defineConfig</code> at runtime (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4134">#4134</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/526b97e5a89a8eba4145ac45e7b601b65417af73"><code>526b97e</code></a> Fix broken links</li>
   <li><a href="https://github.com/rollup/rollup/commit/592b9fed918ccc99d48ece917a70015ac1898e52"><code>592b9fe</code></a> 2.51.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/52d271e8bb57f70060beca016e51eb45e1d0479a"><code>52d271e</code></a> Update changelog</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.48.0...v2.51.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.51.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:
users@infra.apache.org



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

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


   


-- 
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:
users@infra.apache.org



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

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


   Superseded by #130.


-- 
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:
users@infra.apache.org



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

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


   


-- 
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:
users@infra.apache.org



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

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


   Superseded by #130.


-- 
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:
users@infra.apache.org