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/01/24 07:05:43 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #212: Bump rollup from 2.62.0 to 2.66.0

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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.62.0 to 2.66.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.66.0</h2>
   <p><em>2022-01-22</em></p>
   <h3>Features</h3>
   <ul>
   <li>Note if a module has a default export in ModuleInfo to allow writing better proxy modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4356">#4356</a>)</li>
   <li>Add option to wait until all imported ids have been resolved when awaiting <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4358">#4358</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4356">#4356</a>: Add hasDefaultExport to ModuleInfo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4358">#4358</a>: Add &quot;resolveDependencies&quot; option to &quot;this.load&quot; (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.65.0</h2>
   <p><em>2022-01-21</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add complete import resolution objects to ModuleInfo for use in <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4354">#4354</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Use correct context in plugin hooks with <code>perf: true</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4357">#4357</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4351">#4351</a>: refactor: re-use source mapping url (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4352">#4352</a>: refactor: replace require-relative with built-in require.resolve (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4353">#4353</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/4354">#4354</a>: Add importedIdResolutions to moduleInfo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4355">#4355</a>: chore: remove external from config (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4357">#4357</a>: fix: timed plugin context (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <h2>v2.64.0</h2>
   <p><em>2022-01-14</em></p>
   <h3>Features</h3>
   <ul>
   <li>Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4320">#4320</a>)</li>
   <li>Do not wait for the config file to be parsed in watch mode if it is updated before that (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4344">#4344</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not mutate objects returned as <code>meta</code> from the resolveId hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4347">#4347</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4326">#4326</a>: refactor: type fixes (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4339">#4339</a>: More watch test stabilization (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4340">#4340</a>: refactor: performance timers for node.js and browser (<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.66.0</h2>
   <p><em>2022-01-22</em></p>
   <h3>Features</h3>
   <ul>
   <li>Note if a module has a default export in ModuleInfo to allow writing better proxy modules (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4356">#4356</a>)</li>
   <li>Add option to wait until all imported ids have been resolved when awaiting <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4358">#4358</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4356">#4356</a>: Add hasDefaultExport to ModuleInfo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4358">#4358</a>: Add &quot;resolveDependencies&quot; option to &quot;this.load&quot; (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.65.0</h2>
   <p><em>2022-01-21</em></p>
   <h3>Features</h3>
   <ul>
   <li>Add complete import resolution objects to ModuleInfo for use in <code>this.load</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4354">#4354</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Use correct context in plugin hooks with <code>perf: true</code> (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4357">#4357</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4351">#4351</a>: refactor: re-use source mapping url (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4352">#4352</a>: refactor: replace require-relative with built-in require.resolve (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4353">#4353</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/4354">#4354</a>: Add importedIdResolutions to moduleInfo (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4355">#4355</a>: chore: remove external from config (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   <li><a href="https://github-redirect.dependabot.com/rollup/rollup/pull/4357">#4357</a>: fix: timed plugin context (<a href="https://github.com/dnalborczyk"><code>@​dnalborczyk</code></a>)</li>
   </ul>
   <h2>2.64.0</h2>
   <p><em>2022-01-14</em></p>
   <h3>Features</h3>
   <ul>
   <li>Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4320">#4320</a>)</li>
   <li>Do not wait for the config file to be parsed in watch mode if it is updated before that (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4344">#4344</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not mutate objects returned as <code>meta</code> from the resolveId hook (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4347">#4347</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/rollup/rollup/commit/3ca594eb98846b6bca32a0280931b8356c522e0d"><code>3ca594e</code></a> 2.66.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/f1697c2bccda93650e7029a74bf0f4336d886482"><code>f1697c2</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/c568a1047e35875db7c82a9bfbc122be5aae292d"><code>c568a10</code></a> Add &quot;resolveDependencies&quot; option to &quot;this.load&quot; (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4358">#4358</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/e88edfd3b0a50ae24e34c3060c23323a6a947dd4"><code>e88edfd</code></a> Add hasDefaultExport to ModuleInfo (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4356">#4356</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/bebc50ddb613d240a03988d51787fd71b1a3914f"><code>bebc50d</code></a> 2.65.0</li>
   <li><a href="https://github.com/rollup/rollup/commit/7fd90610f5d3b1d139e9a723426bfe389e684df3"><code>7fd9061</code></a> Update changelog</li>
   <li><a href="https://github.com/rollup/rollup/commit/61adedf837ae06c5d0a22f9253378e6ffd7520c6"><code>61adedf</code></a> Add importedIdResolutions to moduleInfo (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4354">#4354</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/2256dcda187d4d2d61e45d38155ac58bb4eb2aea"><code>2256dcd</code></a> chore: remove external from config (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4355">#4355</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/d1079a329757b155ff2bafede1640bafedd53797"><code>d1079a3</code></a> fix: timed plugin context (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4357">#4357</a>)</li>
   <li><a href="https://github.com/rollup/rollup/commit/a5988dc38e5518549158dd6803b3d26e90abf6ae"><code>a5988dc</code></a> refactor: re-use source mapping url (<a href="https://github-redirect.dependabot.com/rollup/rollup/issues/4351">#4351</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.62.0...v2.66.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.62.0&new-version=2.66.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 #212: Bump rollup from 2.62.0 to 2.66.0

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


   Looks like rollup is up-to-date now, so this is no longer needed.


-- 
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 #212: Bump rollup from 2.62.0 to 2.66.0

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


   


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