dependabot[bot] opened a new pull request, #4234:
URL: https://github.com/apache/myfaces-tobago/pull/4234

   Bumps [rollup](https://github.com/rollup/rollup) from 3.26.0 to 3.27.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>v3.27.0</h2>
   <h2>3.27.0</h2>
   <p><em>2023-07-28</em></p>
   <h3>Features</h3>
   <ul>
   <li>Mark <code>Object.values</code> and <code>Object.entries</code> as pure 
if their argument does not contain getters (<a 
href="https://redirect.github.com/rollup/rollup/issues/5072";>#5072</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5070";>#5070</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5071";>#5071</a>: 
docs(tutorial): change the .js extension to .mjs (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5072";>#5072</a>: 
Add known globals (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5078";>#5078</a>: 
chore(deps): update dependency <code>@​vue/eslint-config-prettier</code> to v8 
(<a href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5079";>#5079</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>v3.26.3</h2>
   <h2>3.26.3</h2>
   <p><em>2023-07-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not pass external modules to <code>manualChunks</code> to avoid 
breaking existing configs (<a 
href="https://redirect.github.com/rollup/rollup/issues/5068";>#5068</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5056";>#5056</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5059";>#5059</a>: 
chore(config): migrate renovate config (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5064";>#5064</a>: 
chore(deps): update dependency prettier to v3 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5065";>#5065</a>: 
chore(deps): update typescript-eslint monorepo to v6 (major) (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5068";>#5068</a>: 
fix: don't pass external modules to the manualChunks function (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>v3.26.2</h2>
   <h2>3.26.2</h2>
   <p><em>2023-07-06</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve error handling when manual chunks would contain external modules 
(<a href="https://redirect.github.com/rollup/rollup/issues/5050";>#5050</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5050";>#5050</a>: 
fix: improve error for manualChunks' modules that are resolved as an external 
module (<a href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>v3.26.1</h2>
   <h2>3.26.1</h2>
   <!-- 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>3.27.0</h2>
   <p><em>2023-07-28</em></p>
   <h3>Features</h3>
   <ul>
   <li>Mark <code>Object.values</code> and <code>Object.entries</code> as pure 
if their argument does not contain getters (<a 
href="https://redirect.github.com/rollup/rollup/issues/5072";>#5072</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5070";>#5070</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5071";>#5071</a>: 
docs(tutorial): change the .js extension to .mjs (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5072";>#5072</a>: 
Add known globals (<a 
href="https://github.com/sapphi-red";><code>@​sapphi-red</code></a>)</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5078";>#5078</a>: 
chore(deps): update dependency <code>@​vue/eslint-config-prettier</code> to v8 
(<a href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5079";>#5079</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   </ul>
   <h2>3.26.3</h2>
   <p><em>2023-07-17</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Do not pass external modules to <code>manualChunks</code> to avoid 
breaking existing configs (<a 
href="https://redirect.github.com/rollup/rollup/issues/5068";>#5068</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5056";>#5056</a>: 
chore(deps): lock file maintenance minor/patch updates (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5059";>#5059</a>: 
chore(config): migrate renovate config (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5064";>#5064</a>: 
chore(deps): update dependency prettier to v3 (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5065";>#5065</a>: 
chore(deps): update typescript-eslint monorepo to v6 (major) (<a 
href="https://github.com/renovate";><code>@​renovate</code></a>[bot])</li>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5068";>#5068</a>: 
fix: don't pass external modules to the manualChunks function (<a 
href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>3.26.2</h2>
   <p><em>2023-07-06</em></p>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve error handling when manual chunks would contain external modules 
(<a href="https://redirect.github.com/rollup/rollup/issues/5050";>#5050</a>)</li>
   </ul>
   <h3>Pull Requests</h3>
   <ul>
   <li><a href="https://redirect.github.com/rollup/rollup/pull/5050";>#5050</a>: 
fix: improve error for manualChunks' modules that are resolved as an external 
module (<a href="https://github.com/TrickyPi";><code>@​TrickyPi</code></a>)</li>
   </ul>
   <h2>3.26.1</h2>
   <p><em>2023-07-05</em></p>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rollup/rollup/commit/3d90b3fc6d481dc7e3fb0bb781dee8c715bc196a";><code>3d90b3f</code></a>
 3.27.0</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/ac502f2dbdd2d96cb55547fd94942f170978fefd";><code>ac502f2</code></a>
 chore(deps): lock file maintenance minor/patch updates (<a 
href="https://redirect.github.com/rollup/rollup/issues/5079";>#5079</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/80747e3e74323a7ed8f9ca91f95190d3957e07c6";><code>80747e3</code></a>
 Add known globals (<a 
href="https://redirect.github.com/rollup/rollup/issues/5072";>#5072</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/1f2f0ce7230eb72eab01591262d5fc6ecb6f08b0";><code>1f2f0ce</code></a>
 chore(deps): update dependency <code>@​vue/eslint-config-prettier</code> to v8 
(<a href="https://redirect.github.com/rollup/rollup/issues/5078";>#5078</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/dc89523737db3021961aac66a71353c2c68fddd5";><code>dc89523</code></a>
 chore(deps): lock file maintenance minor/patch updates (<a 
href="https://redirect.github.com/rollup/rollup/issues/5070";>#5070</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/2e8b2e9a6fea43667aa2c9ee7dbfacbcf686fe22";><code>2e8b2e9</code></a>
 docs(tutorial): change the .js extension to .mjs (<a 
href="https://redirect.github.com/rollup/rollup/issues/5071";>#5071</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/766da86619e26832a4dbd8f751792c2878f03677";><code>766da86</code></a>
 Fix issue number</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/7da477afaef40fabab23fd6de5a54c07dac617b0";><code>7da477a</code></a>
 3.26.3</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/ce6f05843f6af9545fb2321c7ec99387ac1e2df0";><code>ce6f058</code></a>
 chore(deps): update typescript-eslint monorepo to v6 (major) (<a 
href="https://redirect.github.com/rollup/rollup/issues/5065";>#5065</a>)</li>
   <li><a 
href="https://github.com/rollup/rollup/commit/fdf48d0d27a60cab4ad7bac00b7079637cdd0bef";><code>fdf48d0</code></a>
 chore(deps): update dependency prettier to v3 (<a 
href="https://redirect.github.com/rollup/rollup/issues/5064";>#5064</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rollup/rollup/compare/v3.26.0...v3.27.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=3.26.0&new-version=3.27.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-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to