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/02/21 07:06:18 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #225: Bump rollup from 2.66.1 to 2.67.3

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 2.67.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.67.2</h2>
   <p><em>2022-02-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure consistent order between manual chunks to fix hashing issues (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4397">#4397</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4390">#4390</a>: refactor: add <code>@​types/estree</code> explicitly, fix dynamic type imports (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4391">#4391</a>: chore: remove acorn-walk ambient type definitions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4397">#4397</a>: Sort manual chunks generated via a function by name (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.67.1</h2>
   <p><em>2022-02-07</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Make chunk file and variable names more deterministic when emitting chunks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4386">#4386</a>)</li>
   <li>Improve default module resolver performance by using non-blocking IO (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4386">#4386</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4373">#4373</a>: fix: even more types (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4382">#4382</a>: Update contribution tut link desc (<a href="https://github.com/lemredd"><code>@​lemredd</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4383">#4383</a>: chore: bump deps (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4384">#4384</a>: chore: move &quot;wait&quot; to utils + re-use (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4385">#4385</a>: refactor: convert watch tests to async functions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4386">#4386</a>: refactor: use fs.promises in resolve id, Part 4 (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a> and <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4389">#4389</a>: refactor: use fs.promises in generate license file, rollup config, Part 5 (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <h2>v2.67.0</h2>
   <p><em>2022-02-02</em></p>
   <h3>Features</h3>
   <ul>
   <li>Improve side effect detection when using Array.prototype.groupBy/groupByToMap (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4360">#4360</a>)</li>
   <li>Allow changing <code>moduleSideEffects</code> at any time during the build (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4379">#4379</a>)</li>
   <li>Soft-deprecate <code>ModuleInfo.hasModuleSideEffects</code> in favour of <code>ModuleInfo.moduleSideEffects</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4379">#4379</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not include queries and hashes in generated file names when preserving modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4374">#4374</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4319">#4319</a>: refactor: use fs, fs-extra, remove sander (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4360">#4360</a>: feat: add Array.prototype.groupBy/groupByToMap (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4361">#4361</a>: fix: more types (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4369">#4369</a>: fix: remove acorn-walk patch (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</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.67.3</h2>
   <p><em>2022-02-18</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not swallow other errors when unfinished hook actions are detected (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4409">#4409</a>)</li>
   <li>Add additional information to output when there are unfinished hook actions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4409">#4409</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4399">#4399</a>: docs: remove const (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4401">#4401</a>: Improve test stability by getting independent of module id ordering in more places (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4403">#4403</a>: fix: remove unnecessary property descriptor spread (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4404">#4404</a>: refactor: use map for import descriptions + re-export descriptions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4405">#4405</a>: refactor: module exports to map (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4406">#4406</a>: Fix a typo in 'Direct plugin communication' code example (<a href="https://github.com/younesmln"><code>@​younesmln</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4407">#4407</a>: Document how resolveId is cached (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4409">#4409</a>: Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.67.2</h2>
   <p><em>2022-02-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Ensure consistent order between manual chunks to fix hashing issues (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4397">#4397</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4390">#4390</a>: refactor: add <code>@​types/estree</code> explicitly, fix dynamic type imports (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4391">#4391</a>: chore: remove acorn-walk ambient type definitions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4397">#4397</a>: Sort manual chunks generated via a function by name (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.67.1</h2>
   <p><em>2022-02-07</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Make chunk file and variable names more deterministic when emitting chunks (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4386">#4386</a>)</li>
   <li>Improve default module resolver performance by using non-blocking IO (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4386">#4386</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4373">#4373</a>: fix: even more types (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4382">#4382</a>: Update contribution tut link desc (<a href="https://github.com/lemredd"><code>@​lemredd</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4383">#4383</a>: chore: bump deps (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4384">#4384</a>: chore: move &quot;wait&quot; to utils + re-use (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4385">#4385</a>: refactor: convert watch tests to async functions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</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/fa4e1b720f64ffae24fcbf99a44b605842ac7f23"><code>fa4e1b7</code></a> 2.67.3</li>
   <li><a href="https://github.com/rollup/rollup/commit/ab14a760681410b80e3b52c7ffc1c0be710a827b"><code>ab14a76</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/fda4427c76cd259b44e8048846f5bbd4255ca4c0"><code>fda4427</code></a> Print ids for unfinished moduleParsed and shouldTransformCachedModule hooks (...</li>
   <li><a href="https://github.com/rollup/rollup/commit/d4471b4a6a743e533be93235822c029e800f7c08"><code>d4471b4</code></a> Document how resolveId is cached (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4407">#4407</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/5bd96df9782172d6f4f7196d64e6f321297815fb"><code>5bd96df</code></a> Fix a typo in 'Direct plugin communication' code example (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4406">#4406</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/69eb721ec1ebbcc77383eef1707c1d1036181473"><code>69eb721</code></a> fix: remove unnecessary property descriptor spread (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4403">#4403</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/61d6820f54616506dc08c8500683d2c9bb75a0cc"><code>61d6820</code></a> refactor: use map for import descriptions + re-export descriptions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4404">#4404</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/16c3b24d84660ce3799bac21d512d447430a5c12"><code>16c3b24</code></a> Improve test stability by getting independent of module id ordering in more p...</li>
   <li><a href="https://github.com/rollup/rollup/commit/1d768870c6f5e881fba635530f07d90c0ea71218"><code>1d76887</code></a> refactor: module exports to map (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4405">#4405</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/f715e3c73c0c5a5fae216443ed2b62fecc869f74"><code>f715e3c</code></a> docs: remove const (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4399">#4399</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.66.1...v2.67.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.66.1&new-version=2.67.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 #225: Bump rollup from 2.66.1 to 2.67.3

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


   Superseded by #227.


-- 
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 #225: Bump rollup from 2.66.1 to 2.67.3

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


   


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