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/28 07:06:23 UTC

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

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 2.68.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.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.68.0</h2>
   <p><em>2022-02-22</em></p>
   <h3>Features</h3>
   <ul>
   <li>provide information about cached import resolutions in <code>shouldTransformCachedModule</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4414">#4414</a>)</li>
   <li>Add &quot;types&quot; field to Rollup's package exports (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4416">#4416</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4410">#4410</a>: refactor: use map for declarations and name suggestions (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4411">#4411</a>: refactor: use map for namespace reexports by name (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4412">#4412</a>: refactor: use includes where appropriate (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4414">#4414</a>: Add resolved sources to shouldTransformCachedModule (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4416">#4416</a>: Add Typescript 4.5 nodenext node12 module resolution support (<a href="https://github.com/frank-dspeed"><code>@​frank-dspeed</code></a>)</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/51cab92373bcf8c844a8de2a6765869f7eb05a5d"><code>51cab92</code></a> 2.68.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/7ca27a3f27cee7dca666dda2d379aed715042ffb"><code>7ca27a3</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/7cc87f1b447716f4823b10186d01ce02e75d7828"><code>7cc87f1</code></a> Add resolved sources to shouldTransformCachedModule (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4414">#4414</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/3106ec99cc1e516f081c9707352b2f159f518cf8"><code>3106ec9</code></a> refactor: use map for namespace reexports by name (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4411">#4411</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/2cca505684100c04f3c29d6c792a7865ea2affbe"><code>2cca505</code></a> Add Typescript 4.5 nodenext node12 module resolution support (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4416">#4416</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/70d0025c36ed01bc69d8846c181e8ca7a63b9a69"><code>70d0025</code></a> refactor: use includes where appropriate (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4412">#4412</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/213e721863c667aff32bffd924cc60cada064cb2"><code>213e721</code></a> refactor: use map for declarations and name suggestions (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4410">#4410</a>)</li>
   <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>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.66.1...v2.68.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.66.1&new-version=2.68.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] closed pull request #227: Bump rollup from 2.66.1 to 2.68.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #227:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/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] commented on pull request #227: Bump rollup from 2.66.1 to 2.68.0

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


   Superseded by #229.


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