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


   Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.56.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.56.3</h2>
   <p><em>2021-08-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Make sure moduleInfo contains complete information about imported ids in 
the moduleParsed hook (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4208";>#4208</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4208";>#4208</a>:
 <code>ModuleInfo.importedIds</code> will return null if 
<code>resolvedIds[source]</code> is undefined (<a 
href="https://github.com/FoxDaxian";><code>@​FoxDaxian</code></a> and <a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.56.2</h2>
   <p><em>2021-08-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Check if after simplification, an object pattern would become an 
expression statement or arrow function return value (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4204";>#4204</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4204";>#4204</a>:
 Do not create invalid code when simplifying object pattern assignments (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.56.1</h2>
   <p><em>2021-08-08</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix rendering of SystemJS export declarations initialized with a 
simplifiable expression (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4202";>#4202</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4202";>#4202</a>:
 Fix incorrect rendering of export declarations in SystemJS (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>v2.56.0</h2>
   <p><em>2021-08-05</em></p>
   <h3>Features</h3>
   <ul>
   <li>Create more efficient code for SystemJS exports (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4199";>#4199</a>)</li>
   <li>Extend <code>maxParallelFileReads</code> option to also throttle plugin 
load hooks (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4200";>#4200</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Return correct value for postfix update expressions of exported 
variables (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194";>#4194</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4199";>#4199</a>:
 Refine SystemJS export rendering (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4200";>#4200</a>:
 Restrict parallel execution of load hook (<a 
href="https://github.com/schummar";><code>@​schummar</code></a>)</li>
   </ul>
   <h2>v2.55.1</h2>
   <p><em>2021-07-29</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve CLI warning message for unused external imports (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194";>#4194</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <!-- 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.56.3</h2>
   <p><em>2021-08-23</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Make sure moduleInfo contains complete information about imported ids in 
the moduleParsed hook (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4208";>#4208</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4208";>#4208</a>:
 <code>ModuleInfo.importedIds</code> will return null if 
<code>resolvedIds[source]</code> is undefined (<a 
href="https://github.com/FoxDaxian";><code>@​FoxDaxian</code></a> and <a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.56.2</h2>
   <p><em>2021-08-10</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Check if after simplification, an object pattern would become an 
expression statement or arrow function return value (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4204";>#4204</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4204";>#4204</a>:
 Do not create invalid code when simplifying object pattern assignments (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.56.1</h2>
   <p><em>2021-08-08</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix rendering of SystemJS export declarations initialized with a 
simplifiable expression (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4202";>#4202</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/rollup/rollup/pull/4202";>#4202</a>:
 Fix incorrect rendering of export declarations in SystemJS (<a 
href="https://github.com/lukastaegert";><code>@​lukastaegert</code></a>)</li>
   </ul>
   <h2>2.56.0</h2>
   <p><em>2021-08-05</em></p>
   <h3>Features</h3>
   <ul>
   <li>Create more efficient code for SystemJS exports (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4199";>#4199</a>)</li>
   <li>Extend <code>maxParallelFileReads</code> option to also throttle plugin 
load hooks (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4200";>#4200</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Return correct value for postfix update expressions of exported 
variables (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4194";>#4194</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/c41d17ceedfa6c1d7430da70c6c80d86a91e9434";><code>c41d17c</code></a>
 2.56.3</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/fb4aa75c5acc99b294998bd4b15844c18de5abd6";><code>fb4aa75</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/05fe93d235b732905d007dce4e273e8a8a9f6aaa";><code>05fe93d</code></a>
 ModuleInfo.importedIds does not crash in moduleParsed (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4208";>#4208</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/69c099c9248d150fcb99c80c97b52adfda30fabc";><code>69c099c</code></a>
 Format markdown with prettier and prepare SVG graphs for hooks (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4206";>#4206</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/2f74020e2c2988e670a2744d4b6c0607ab997e2c";><code>2f74020</code></a>
 2.56.2</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/8b47c1eebfc1238d13220fd511630aea0bf99879";><code>8b47c1e</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/42246667942e07c8fc1d9af61784196e892f4603";><code>4224666</code></a>
 Do not create invalid code when simplifying object pattern assignments (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4204";>#4204</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/2a097a809d7976d0684370fb14b61b3c2fa86bca";><code>2a097a8</code></a>
 2.56.1</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/9ed54f2d5db48f4e5c1c583de78751bca2dd86ae";><code>9ed54f2</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/039420bc5f97a0274eefb21c82c414aad68a23de";><code>039420b</code></a>
 Fix incorrect rendering of export declarations in SystemJS (<a 
href="https://github-redirect.dependabot.com/rollup/rollup/issues/4202";>#4202</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v2.48.0...v2.56.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.48.0&new-version=2.56.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to