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 2022/08/15 07:04:23 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request, #281: Bump rollup from 2.70.1 to 2.78.0

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

   Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.78.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.78.0</h2>
   <p><em>2022-08-14</em></p>
   <h3>Features</h3>
   <ul>
   <li>Support writing plugin hooks as objects with a &quot;handler&quot; property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   <li>Allow changing execution order per plugin hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   <li>Add flag to execute plugins in async parallel hooks sequentially (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4591">#4600</a>: Allow using objects as hooks to change execution order (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.77.3</h2>
   <p><em>2022-08-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Correctly resolve preserveModulesRoot in Vite (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4591">#4591</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4591">#4591</a>: resolve currentPath (<a href="https://github.com/cleverpp"><code>@​cleverpp</code></a>)</li>
   </ul>
   <h2>v2.77.2</h2>
   <p><em>2022-07-27</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4589">#4589</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4589">#4589</a>: Handle generating non-inlined imports after inlined ones (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.77.1</h2>
   <h2>2.77.1</h2>
   <p><em>2022-07-26</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure IIFE output generates a global variable when generating ES5 (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4588">#4588</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4577">#4577</a>: broken link removed (<a href="https://github.com/Jawad-H"><code>@​Jawad-H</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4580">#4580</a>: Update dependencies (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4584">#4584</a>: Documentation clarity and syntax improvements (<a href="https://github.com/berniegp"><code>@​berniegp</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4588">#4588</a>: Use var for IIFE (<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.78.0</h2>
   <p><em>2022-08-14</em></p>
   <h3>Features</h3>
   <ul>
   <li>Support writing plugin hooks as objects with a &quot;handler&quot; property (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   <li>Allow changing execution order per plugin hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   <li>Add flag to execute plugins in async parallel hooks sequentially (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4591">#4600</a>: Allow using objects as hooks to change execution order (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.77.3</h2>
   <p><em>2022-08-11</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Correctly resolve preserveModulesRoot in Vite (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4591">#4591</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4591">#4591</a>: resolve currentPath (<a href="https://github.com/cleverpp"><code>@​cleverpp</code></a>)</li>
   </ul>
   <h2>2.77.2</h2>
   <p><em>2022-07-27</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Avoid a rendering failure when mixing outputs with inlined and non-inlined dynamic imports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4589">#4589</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4589">#4589</a>: Handle generating non-inlined imports after inlined ones (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.77.1</h2>
   <p><em>2022-07-26</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure IIFE output generates a global variable when generating ES5 (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4588">#4588</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4577">#4577</a>: broken link removed (<a href="https://github.com/Jawad-H"><code>@​Jawad-H</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4580">#4580</a>: Update dependencies (<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/105b264847892c8f7966364d73f6900554178f58"><code>105b264</code></a> 2.78.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/12aba9181a8a6f226b86ae247e7a12f7c1b056f9"><code>12aba91</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/8db7fd8e5c4079760bb034a28f476e210e8bf78d"><code>8db7fd8</code></a> Allow using objects as hooks to change execution order (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4600">#4600</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/1165d46685ef3c70617b2f150ab245ff5de5e783"><code>1165d46</code></a> 2.77.3</li>
   <li><a href="https://github.com/rollup/rollup/commit/1c217a35bb9b050476afb23e15b30acded54093f"><code>1c217a3</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/983c0cac83727a13af834fe79dfeef89da4fb84b"><code>983c0ca</code></a> resolve currentPath (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4591">#4591</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/fc08bcc7fe236ab7c904de933f37e3e8d24567b4"><code>fc08bcc</code></a> Change REPL artefact generation so that browser build will work on CI (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4594">#4594</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/eacbc41a81f12caa05fbfbaafb7fbf8705608c17"><code>eacbc41</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4590">#4590</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/c5269747cd3dd14c4b306e8cea36f248d9c1aa01"><code>c526974</code></a> Improve ESM code example in documentation (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4583">#4583</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/22b2f68aa8638ffaac4de69011e10480f5d50546"><code>22b2f68</code></a> 2.77.2</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.70.1...v2.78.0">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.70.1&new-version=2.78.0)](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 #281: Bump rollup from 2.70.1 to 2.78.0

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

   Superseded by #283.


-- 
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 #281: Bump rollup from 2.70.1 to 2.78.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #281: Bump rollup from 2.70.1 to 2.78.0
URL: https://github.com/apache/incubator-flagon-useralejs/pull/281


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