You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/05/06 07:41:55 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #819: build(deps): bump bootstrap from 5.0.0-beta3 to 5.0.0 in /tobago-theme

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


   Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0-beta3 to 5.0.0.
   <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.0.0</h2>
   <h2>Highlights</h2>
   <p><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32155">#32155</a>: Updated <code>make-col()</code> mixin to generate equal columns when no size is specified
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32763">#32763</a>: Added new <code>color-scheme()</code> mixin
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33389">#33389</a>: Dropdown menus now have option become clickable
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33453">#33453</a>: Added new docs footer
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33548">#33548</a>: Offcanvas header components are now vertically aligned
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33549">#33549</a>: Added offcanvas-top modifier
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33634">#33634</a>: Added support for <code>.dropdown-item</code>s wrapped in <code>&lt;li&gt;</code>s
   <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33626">#33626</a>: Fix v5 regressions in tab dropdown functionality</p>
   <h2>๐Ÿš€ Features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32763">#32763</a>: Add <code>color-scheme</code> mixin</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33389">#33389</a>: Dropdown โ€” Add option to make the dropdown menu clickable</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33549">#33549</a>: Add offcanvas-top modifier</li>
   </ul>
   <h2>๐ŸŽจ CSS</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32155">#32155</a>: Add equal column mixin</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32763">#32763</a>: Add <code>color-scheme</code> mixin</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33292">#33292</a>: Make accordion icon rotation more natural</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33411">#33411</a>: Fix validation feedback icon in select multiple</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33478">#33478</a>: Make <code>.nav-link</code> color consistent when using buttons</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33482">#33482</a>: Dropdown โ€” Apply positioning only when Popper is not used</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33548">#33548</a>: Vertically align offcanvas header components</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33549">#33549</a>: Add offcanvas-top modifier</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33550">#33550</a>: Spinner alignment changes</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33598">#33598</a>: Hide validation icons from multiple selects</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33600">#33600</a>: Have $form-check-input-border's default derive from $black</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33607">#33607</a>: Reduce color-scheme complexity</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33642">#33642</a>: use <code>:read-only</code> css selector instead <code>[readonly]</code> for consistency</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33658">#33658</a>: fix: use list-group variable instead of alert</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33736">#33736</a>: accordion: fix <code>border-top</code> on Firefox</li>
   </ul>
   <h2>โ˜•๏ธ JavaScript</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/32439">#32439</a>: Decouple BackDrop from modal</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33245">#33245</a>: Decouple Modal's scrollbar functionality</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33249">#33249</a>: Simplify Modal Config</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33250">#33250</a>: Simplify ScrollSpy config</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33310">#33310</a>: fix: make EventHandler better handle mouseenter/mouseleave events</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33389">#33389</a>: Dropdown โ€” Add option to make the dropdown menu clickable</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33429">#33429</a>: Remove element event listeners through base component</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33451">#33451</a>: Add missing things in <code>hide</code> method of dropdown</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33456">#33456</a>: Use our <code>isDisabled</code> util on dropdown</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33466">#33466</a>: Refactor dropdown's hide functionality</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33479">#33479</a>: Fix dropdown escape propagation</li>
   <li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33496">#33496</a>:  Use cached <code>noop</code> function</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/twbs/bootstrap/commit/bf0936748602c8109fd916c64b4560799fa1c3f8"><code>bf09367</code></a> Release v5.0.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33647">#33647</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/48ae5a7149d30d7d80cecbaaabaa88f7679c9172"><code>48ae5a7</code></a> Rewrite migration guide (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33834">#33834</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/f0865727b7d5f274a818510219e024d227affe11"><code>f086572</code></a> refactor(docs): Added form file input variables (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33833">#33833</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/1a54286befabfb8c18de420df4d7074ab7eb77b3"><code>1a54286</code></a> Fix doc typo and Bootstrap Icons link (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33832">#33832</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/e2df73fa9a2062ed5489a1bd80b9d0ddbf211a53"><code>e2df73f</code></a> Update migration guide for some v5 changes (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33829">#33829</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/1e6356ab43df6ca3e0c05499a4d690235fbd6fc7"><code>1e6356a</code></a> Neutralise more words from placeholder text (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33731">#33731</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/6633845901672cb642c0975e6fea3d1a1fa20058"><code>6633845</code></a> Bump eslint-config-xo from 0.35.0 to 0.36.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33646">#33646</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/cb38744cf79b347ec2a32e0dcfe5c42402dc15ea"><code>cb38744</code></a> Tweak toast docs (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33810">#33810</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/c2ff22532e9f05d98b8db7c0b179d252387e77a3"><code>c2ff225</code></a> Bump rollup from 2.46.0 to 2.47.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33818">#33818</a>)</li>
   <li><a href="https://github.com/twbs/bootstrap/commit/c090ea2f4fbdc12e37def7c3bf9eb4c96c804d34"><code>c090ea2</code></a> Bump <code>@โ€‹babel/preset-env</code> from 7.14.0 to 7.14.1 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/33819">#33819</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.0.0-beta3...v5.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.0.0-beta3&new-version=5.0.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.

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



[GitHub] [myfaces-tobago] dependabot[bot] commented on pull request #819: build(deps): bump bootstrap from 5.0.0-beta3 to 5.0.0 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #819:
URL: https://github.com/apache/myfaces-tobago/pull/819#issuecomment-833390764


   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


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

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



[GitHub] [myfaces-tobago] lofwyr14 commented on pull request #819: build(deps): bump bootstrap from 5.0.0-beta3 to 5.0.0 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
lofwyr14 commented on pull request #819:
URL: https://github.com/apache/myfaces-tobago/pull/819#issuecomment-833390744


   updating manually


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

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



[GitHub] [myfaces-tobago] lofwyr14 closed pull request #819: build(deps): bump bootstrap from 5.0.0-beta3 to 5.0.0 in /tobago-theme

Posted by GitBox <gi...@apache.org>.
lofwyr14 closed pull request #819:
URL: https://github.com/apache/myfaces-tobago/pull/819


   


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

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