dependabot[bot] opened a new pull request, #6447: URL: https://github.com/apache/myfaces-tobago/pull/6447
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.5 to 5.3.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases">bootstrap's releases</a>.</em></p> <blockquote> <h2>v5.3.6</h2> <h2>Highlights</h2> <ul> <li>Ported the docs from Hugo to Astro for our own sanity!</li> <li>Added usage docs for Accordion JavaScript</li> <li>Prevent <code>.visually-hidden</code> overflowing children to become focusable</li> <li>Limit <code>.card-group</code> selectors to immediate children to fix some inheritance issues</li> </ul> <h2>Changes</h2> <ul> <li>docs: update readme to include bun install by <a href="https://github.com/Electroid"><code>@Electroid</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41277">twbs/bootstrap#41277</a></li> <li>Docs: fix specification for getInstance by <a href="https://github.com/fulldecent"><code>@fulldecent</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41297">twbs/bootstrap#41297</a></li> <li>Mention <code>npm install</code> and <code>npm run dist</code> in CONTRIBUTING.md by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41340">twbs/bootstrap#41340</a></li> <li>docs: add Sass deprecations notice in docs by <a href="https://github.com/MaxLardenois"><code>@MaxLardenois</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41283">twbs/bootstrap#41283</a></li> <li>docs: Better indicate include options in sass setup. by <a href="https://github.com/Kelketek"><code>@Kelketek</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41143">twbs/bootstrap#41143</a></li> <li>docs: add 'skeleton loaders' to loading placeholders description by <a href="https://github.com/MohamadSalman11"><code>@MohamadSalman11</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41177">twbs/bootstrap#41177</a></li> <li>Update offcanvas.md To Mention Adding data-bs-target for Close Buttons in Offcanvas Components by <a href="https://github.com/ASchoe311"><code>@ASchoe311</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41325">twbs/bootstrap#41325</a></li> <li>Limit selectors in <code>.card-group</code> to immediate children to fix <code>border-radius</code> bug by <a href="https://github.com/mscdex"><code>@mscdex</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41298">twbs/bootstrap#41298</a></li> <li>Docs: add Border radius section for Input group by <a href="https://github.com/TommasoAllegretti"><code>@TommasoAllegretti</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/40776">twbs/bootstrap#40776</a></li> <li>Docs: use 'i.e.' instead of 'e.g.' in Floating Labels example description by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41364">twbs/bootstrap#41364</a></li> <li>Docs: move Cheatsheet RTL example to the RTL category by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41282">twbs/bootstrap#41282</a></li> <li>Doc: fix blockquote mismatch by <a href="https://github.com/viniciusvts"><code>@viniciusvts</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41295">twbs/bootstrap#41295</a></li> <li>Removed broken translation links by <a href="https://github.com/MasterPuffin"><code>@MasterPuffin</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41359">twbs/bootstrap#41359</a></li> <li>Docs: migration from Hugo to Astro by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41251">twbs/bootstrap#41251</a></li> <li>Update <code>devDependencies</code> by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41383">twbs/bootstrap#41383</a></li> <li>Bump <code>image-size</code> from 1.0.2 to 2.0.2 by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41384">twbs/bootstrap#41384</a></li> <li>Add switch attribute to docs for switch checkbox by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41396">twbs/bootstrap#41396</a></li> <li>Add private comment to BaseComponent Class by <a href="https://github.com/MohamadSalman11"><code>@MohamadSalman11</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41254">twbs/bootstrap#41254</a></li> <li>Alternate for <a href="https://redirect.github.com/twbs/bootstrap/issues/41142">#41142</a>, disabled list group items by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41397">twbs/bootstrap#41397</a></li> <li>Docs: add Usage section with JavaScript guide for Accordion component by <a href="https://github.com/TommasoAllegretti"><code>@TommasoAllegretti</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/40768">twbs/bootstrap#40768</a></li> <li>Attempt to return focus explicitly to dropdown trigger by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41365">twbs/bootstrap#41365</a></li> <li>Fix typos and code indentation in Forms > Checks and radios by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41399">twbs/bootstrap#41399</a></li> <li>chore: Spell check <code>.md</code> and <code>.mdx</code> files. by <a href="https://github.com/Jason3S"><code>@Jason3S</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41398">twbs/bootstrap#41398</a></li> <li>Remove <code>files</code> configuration from <code>.cspell.json</code> by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41400">twbs/bootstrap#41400</a></li> <li>Docs: Remove unneeded Twitter/X metatags (as it uses Open Graph for title/description and image) by <a href="https://github.com/coliff"><code>@coliff</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41408">twbs/bootstrap#41408</a></li> <li>Move _isShown() method to private section by <a href="https://github.com/MohamadSalman11"><code>@MohamadSalman11</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41220">twbs/bootstrap#41220</a></li> <li>Removed line break between <code>// Private</code> comment and method by <a href="https://github.com/MohamadSalman11"><code>@MohamadSalman11</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41218">twbs/bootstrap#41218</a></li> <li>remove link to sunset resource on accessibility.mdx by <a href="https://github.com/crgrafton"><code>@crgrafton</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41418">twbs/bootstrap#41418</a></li> <li>docs(pagination): put current page on link element for a11y by <a href="https://github.com/MarkoOleksiyenko"><code>@MarkoOleksiyenko</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41154">twbs/bootstrap#41154</a></li> <li>Update devDependencies and regenerate package-lock.json by <a href="https://github.com/julien-deramond"><code>@julien-deramond</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41425">twbs/bootstrap#41425</a></li> <li>Prevent .visually-hidden overflowing children to become focusable by <a href="https://github.com/ffoodd"><code>@ffoodd</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41286">twbs/bootstrap#41286</a></li> <li>Add docs release prep script by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41435">twbs/bootstrap#41435</a></li> <li>Release v5.3.6 by <a href="https://github.com/mdo"><code>@mdo</code></a> in <a href="https://redirect.github.com/twbs/bootstrap/pull/41406">twbs/bootstrap#41406</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Electroid"><code>@Electroid</code></a> made their first contribution in <a href="https://redirect.github.com/twbs/bootstrap/pull/41277">twbs/bootstrap#41277</a></li> <li><a href="https://github.com/MaxLardenois"><code>@MaxLardenois</code></a> made their first contribution in <a href="https://redirect.github.com/twbs/bootstrap/pull/41283">twbs/bootstrap#41283</a></li> <li><a href="https://github.com/Kelketek"><code>@Kelketek</code></a> made their first contribution in <a href="https://redirect.github.com/twbs/bootstrap/pull/41143">twbs/bootstrap#41143</a></li> <li><a href="https://github.com/ASchoe311"><code>@ASchoe311</code></a> made their first contribution in <a href="https://redirect.github.com/twbs/bootstrap/pull/41325">twbs/bootstrap#41325</a></li> <li><a href="https://github.com/mscdex"><code>@mscdex</code></a> made their first contribution in <a href="https://redirect.github.com/twbs/bootstrap/pull/41298">twbs/bootstrap#41298</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/f849680d16a9695c9a6c9c062d6cff55ddcf071e"><code>f849680</code></a> Release v5.3.6 (<a href="https://redirect.github.com/twbs/bootstrap/issues/41406">#41406</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/dddd792ffe7b915ce63531998f785396296915b2"><code>dddd792</code></a> Add docs release prep script (<a href="https://redirect.github.com/twbs/bootstrap/issues/41435">#41435</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/c5bec4ea7bd74b679fc2ecc53c141bff3750915b"><code>c5bec4e</code></a> fix(visually-hidden): prevent overflowing children to become focusable (<a href="https://redirect.github.com/twbs/bootstrap/issues/41286">#41286</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/4c98145482719f5113ca31e389a7be07c5404e13"><code>4c98145</code></a> Update devDependencies and regenerate package-lock.json (<a href="https://redirect.github.com/twbs/bootstrap/issues/41425">#41425</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/ba5b5a630081fae0e793218ad49364ba46d15605"><code>ba5b5a6</code></a> docs(pagination): put current page on link element for a11y (<a href="https://redirect.github.com/twbs/bootstrap/issues/41154">#41154</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/11844173975e9406cb6dd4097d4f8f9eb766b06f"><code>1184417</code></a> remove link to sunset resource on accessibility.mdx (<a href="https://redirect.github.com/twbs/bootstrap/issues/41418">#41418</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/7bbbc492ef8bebf38ea965c3aba46b742ead1762"><code>7bbbc49</code></a> Removed line break between <code>// Private</code> comment and function (<a href="https://redirect.github.com/twbs/bootstrap/issues/41218">#41218</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/3bb3c9518856a2becaa3c39f7dd4ec5be4021447"><code>3bb3c95</code></a> Move _isShown() method to private section (<a href="https://redirect.github.com/twbs/bootstrap/issues/41220">#41220</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/a03a9d669684ee7746f0135848eb0e94bfd6e220"><code>a03a9d6</code></a> Docs: Remove some unneeded Twitter/X metatags (<a href="https://redirect.github.com/twbs/bootstrap/issues/41408">#41408</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/9f4d3830469bae6d7870d6eed7f2d37e6b11de1d"><code>9f4d383</code></a> Remove files configuration from .cspell.json (<a href="https://redirect.github.com/twbs/bootstrap/issues/41400">#41400</a>)</li> <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.3.5...v5.3.6">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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