Update dependency bootstrap to v5 #54

Closed
renovate-bot wants to merge 1 commits from renovate/bootstrap-5.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
bootstrap (source) dependencies major ^4.6.0 -> ^5.0.1

Release Notes

twbs/bootstrap

v5.0.1

Compare Source

🎨 CSS

  • #​33551: Modals no longer use .modal-open to affect the <body> scroll
  • #​33644: Validated inputs in .input-group shouldn't be behind sibling element
  • #​33825: Prevent accent-bg from leaking in nested table
  • #​33870: Don't redefine $list-group-color in loop
  • #​33961: Revert :read-only selector back to [readonly]

️ JavaScript

  • #​33221: Prevent toast autohiding if focusing or hovering
  • #​33288: Remove potential false positive assertions
  • #​33327: Move get element functionality to a helper
  • #​33381: Popover/Tooltip: streamline config property to start with underscore
  • #​33609: Merge js-components transitionend listener callbacks into one method
  • #​33635: Extract static DATA_KEY & EVENT_KEY to base-component
  • #​33740: Refactor: move disposing properties into the base class
  • #​33853: Fix backdrop rootElement not initialized in Modal
  • #​33920: Fix: Click on input outside of dropdown-menu prevents dropdown from closing
  • #​33938: Fix dropdown test warning "without expectations"

📖 Docs

  • #​33709: Add Arabic translation
  • #​33837: update About text now that Bootstrap 5 is live
  • #​33841: Fix typo in scrollspy docs
  • #​33842: Fix browser support versions in migration doc
  • #​33843: Fix typo in migration.md
  • #​33855: Remove extra t in Close button heading in Migration guide
  • #​33868: Fix value
  • #​33879: Fix "no long require" to "no longer require" typo
  • #​33893: Add accessible names to SVG icons in alerts
  • #​33896: Fix accordion link
  • #​33901: docs: make tooltip anchor properly wrap the svg
  • #​33904: Add Fathom Analytics to v5 docs
  • #​33915: docs: fix rtlcss stringmap configuration
  • #​33916: Remove unneeded "Edge Legacy" mention in Range docs
  • #​33924: Fix "directoinal" typo in v5 migration docs

🛠 Examples

  • #​33850: Fix unnecessary classes
  • #​33859: Update Sidebars example to fix dividers and rendering on Chrome
  • #​33926: Fix offcanvas example, using a custom trigger selector

🌎 Accessibility

  • #​33893: Add accessible names to SVG icons in alerts

🏭 Tests

  • #​33288: Remove potential false positive assertions
  • #​33635: Extract static DATA_KEY & EVENT_KEY to base-component
  • #​33927: Fix offcanvas test to expect the initial body overflow value
  • #​33938: Fix dropdown test warning "without expectations"

🧰 Misc

📦 Dependencies

v5.0.0

Compare Source

Highlights

#​32155: Updated make-col() mixin to generate equal columns when no size is specified
#​32763: Added new color-scheme() mixin
#​33389: Dropdown menus now have option become clickable
#​33453: Added new docs footer
#​33548: Offcanvas header components are now vertically aligned
#​33549: Added offcanvas-top modifier
#​33634: Added support for .dropdown-items wrapped in <li>s
#​33626: Fix v5 regressions in tab dropdown functionality

🚀 Features

  • #​32763: Add color-scheme mixin
  • #​33389: Dropdown — Add option to make the dropdown menu clickable
  • #​33549: Add offcanvas-top modifier

🎨 CSS

  • #​32155: Add equal column mixin
  • #​32763: Add color-scheme mixin
  • #​33292: Make accordion icon rotation more natural
  • #​33411: Fix validation feedback icon in select multiple
  • #​33478: Make .nav-link color consistent when using buttons
  • #​33482: Dropdown — Apply positioning only when Popper is not used
  • #​33548: Vertically align offcanvas header components
  • #​33549: Add offcanvas-top modifier
  • #​33550: Spinner alignment changes
  • #​33598: Hide validation icons from multiple selects
  • #​33600: Have $form-check-input-border's default derive from $black
  • #​33607: Reduce color-scheme complexity
  • #​33642: use :read-only css selector instead [readonly] for consistency
  • #​33658: fix: use list-group variable instead of alert
  • #​33736: accordion: fix border-top on Firefox

️ JavaScript

  • #​32439: Decouple BackDrop from modal
  • #​33245: Decouple Modal's scrollbar functionality
  • #​33249: Simplify Modal Config
  • #​33250: Simplify ScrollSpy config
  • #​33310: fix: make EventHandler better handle mouseenter/mouseleave events
  • #​33389: Dropdown — Add option to make the dropdown menu clickable
  • #​33429: Remove element event listeners through base component
  • #​33451: Add missing things in hide method of dropdown
  • #​33456: Use our isDisabled util on dropdown
  • #​33466: Refactor dropdown's hide functionality
  • #​33479: Fix dropdown escape propagation
  • #​33496: Use cached noop function
  • #​33497: Use template literals instead of concatenation
  • #​33499: Fix wrong carousel transformation, direction to order
  • #​33545: Use the backdrop util in offcanvas, enforcing consistency
  • #​33586: Tab.js: Fixes on click handling
  • #​33589: refactor: make static selectMenuItem method private
  • #​33612: tests: fix random BrowserStack failures in scrollbar
  • #​33626: Fix v5 regressions in tab dropdown functionality
  • #​33634: Dropdown: support .dropdown-item wrapped in <li> tags
  • #​33638: Fix toggle between modals example
  • #​33643: fix: clicking an item in navbar dropdown should not collapse the dropdown in firefox
  • #​33666: Modal.js: fix test for scrollbar
  • #​33677: Offcanvas.js: If scroll is allowed, should allow focus on other elements
  • #​33684: Don't change the value for altBoundary option
  • #​33706: Scrollbar: respect the initial body overflow value

📖 Docs

  • #​33446: Make offcanvas example fully static
  • #​33453: Add new docs footer
  • #​33521: The spacing margin side identifiers 's' and 'e' may be intuitive for …
  • #​33522: Clarify docs accordion example
  • #​33543: Update parcel.md
  • #​33553: Add example: Panels stay open
  • #​33567: Fixed wrong method name _getInstance
  • #​33571: footer: fix rel=noopener attribute
  • #​33583: docs: update clipboard.js to v2.0.8
  • #​33597: Docs: Fix wrong dark attribute in Table - Vertical Alignment
  • #​33632: Correct the heading for the States section
  • #​33638: Fix toggle between modals example
  • #​33664: Docs: fix W3C validation errors in list-group example
  • #​33668: Update anchor.js to v4.3.1.
  • #​33669: Change from preventOverflow to detectOverflow in boundary option
  • #​33675: Fix typo
  • #​33676: Fix Grid System docs
  • #​33685: docs: fix the default value of Popper's boundary option
  • #​33687: Fixes #​33686 typo in RTL docs
  • #​33690: Add Bootstrap Icons to alerts docs
  • #​33726: Replace modal and scrollspy placeholder content
  • #​33733: Tooltip/Popover — Minor doc updates
  • #​33735: Clarify boundary option description
  • #​33772: Improve overall new examples' accessibility
  • #​33782: Add new team members to the Teams page
  • #​33786: Docs: adding intro about web accessibility
  • #​33797: Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls
  • #​33810: Tweak toast docs
  • #​33829: Update migration guide for some v5 changes
  • #​33832: Fix doc typo and Bootstrap Icons link
  • #​33833: refactor(docs): Added form file input variables
  • #​33834: Rewrite migration guide

Examples

  • #​33097: Update RTL examples
  • #​33759: fix: change margin breakpoints for bootstrap logo on double header
  • #​33681: Fixes signup form in Heroes example
  • #​33569: Improve responsiveness of Features examples

🌎 Accessibility

🏭 Tests

  • #​33578: Remove unnecessary data-bs-backdrop="static" from modal tests
  • #​33612: tests: fix random BrowserStack failures in scrollbar
  • #​33666: Modal.js: fix test for scrollbar
  • #​33734: Add missing test for clicking select option in a dropdown

🧰 Misc

📦 Dependencies


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bootstrap](https://getbootstrap.com/) ([source](https://github.com/twbs/bootstrap)) | dependencies | major | [`^4.6.0` -> `^5.0.1`](https://renovatebot.com/diffs/npm/bootstrap/4.6.0/5.0.1) | --- ### Release Notes <details> <summary>twbs/bootstrap</summary> ### [`v5.0.1`](https://github.com/twbs/bootstrap/releases/v5.0.1) [Compare Source](https://github.com/twbs/bootstrap/compare/v5.0.0...v5.0.1) #### 🎨 CSS - [#&#8203;33551](https://github.com/twbs/bootstrap/issues/33551): Modals no longer use `.modal-open` to affect the `<body>` scroll - [#&#8203;33644](https://github.com/twbs/bootstrap/issues/33644): Validated inputs in `.input-group` shouldn't be behind sibling element - [#&#8203;33825](https://github.com/twbs/bootstrap/issues/33825): Prevent `accent-bg` from leaking in nested table - [#&#8203;33870](https://github.com/twbs/bootstrap/issues/33870): Don't redefine `$list-group-color` in loop - [#&#8203;33961](https://github.com/twbs/bootstrap/issues/33961): Revert `:read-only` selector back to `[readonly]` #### ☕️ JavaScript - [#&#8203;33221](https://github.com/twbs/bootstrap/issues/33221): Prevent toast autohiding if focusing or hovering - [#&#8203;33288](https://github.com/twbs/bootstrap/issues/33288): Remove potential false positive assertions - [#&#8203;33327](https://github.com/twbs/bootstrap/issues/33327): Move get element functionality to a helper - [#&#8203;33381](https://github.com/twbs/bootstrap/issues/33381): Popover/Tooltip: streamline `config` property to start with underscore - [#&#8203;33609](https://github.com/twbs/bootstrap/issues/33609): Merge js-components `transitionend` listener callbacks into one method - [#&#8203;33635](https://github.com/twbs/bootstrap/issues/33635): Extract static `DATA_KEY` & `EVENT_KEY` to base-component - [#&#8203;33740](https://github.com/twbs/bootstrap/issues/33740): Refactor: move disposing properties into the base class - [#&#8203;33853](https://github.com/twbs/bootstrap/issues/33853): Fix backdrop `rootElement` not initialized in Modal - [#&#8203;33920](https://github.com/twbs/bootstrap/issues/33920): Fix: Click on input outside of dropdown-menu prevents dropdown from closing - [#&#8203;33938](https://github.com/twbs/bootstrap/issues/33938): Fix dropdown test warning "without expectations" #### 📖 Docs - [#&#8203;33709](https://github.com/twbs/bootstrap/issues/33709): Add Arabic translation - [#&#8203;33837](https://github.com/twbs/bootstrap/issues/33837): update About text now that Bootstrap 5 is live - [#&#8203;33841](https://github.com/twbs/bootstrap/issues/33841): Fix typo in scrollspy docs - [#&#8203;33842](https://github.com/twbs/bootstrap/issues/33842): Fix browser support versions in migration doc - [#&#8203;33843](https://github.com/twbs/bootstrap/issues/33843): Fix typo in migration.md - [#&#8203;33855](https://github.com/twbs/bootstrap/issues/33855): Remove extra t in Close button heading in Migration guide - [#&#8203;33868](https://github.com/twbs/bootstrap/issues/33868): Fix value - [#&#8203;33879](https://github.com/twbs/bootstrap/issues/33879): Fix "no long require" to "no longer require" typo - [#&#8203;33893](https://github.com/twbs/bootstrap/issues/33893): Add accessible names to SVG icons in alerts - [#&#8203;33896](https://github.com/twbs/bootstrap/issues/33896): Fix accordion link - [#&#8203;33901](https://github.com/twbs/bootstrap/issues/33901): docs: make tooltip anchor properly wrap the svg - [#&#8203;33904](https://github.com/twbs/bootstrap/issues/33904): Add Fathom Analytics to v5 docs - [#&#8203;33915](https://github.com/twbs/bootstrap/issues/33915): docs: fix rtlcss stringmap configuration - [#&#8203;33916](https://github.com/twbs/bootstrap/issues/33916): Remove unneeded "Edge Legacy" mention in Range docs - [#&#8203;33924](https://github.com/twbs/bootstrap/issues/33924): Fix "directoinal" typo in v5 migration docs #### 🛠 Examples - [#&#8203;33850](https://github.com/twbs/bootstrap/issues/33850): Fix unnecessary classes - [#&#8203;33859](https://github.com/twbs/bootstrap/issues/33859): Update Sidebars example to fix dividers and rendering on Chrome - [#&#8203;33926](https://github.com/twbs/bootstrap/issues/33926): Fix offcanvas example, using a custom trigger selector #### 🌎 Accessibility - [#&#8203;33893](https://github.com/twbs/bootstrap/issues/33893): Add accessible names to SVG icons in alerts #### 🏭 Tests - [#&#8203;33288](https://github.com/twbs/bootstrap/issues/33288): Remove potential false positive assertions - [#&#8203;33635](https://github.com/twbs/bootstrap/issues/33635): Extract static `DATA_KEY` & `EVENT_KEY` to base-component - [#&#8203;33927](https://github.com/twbs/bootstrap/issues/33927): Fix offcanvas test to expect the initial body `overflow` value - [#&#8203;33938](https://github.com/twbs/bootstrap/issues/33938): Fix dropdown test warning "without expectations" #### 🧰 Misc - [#&#8203;33923](https://github.com/twbs/bootstrap/issues/33923): CI: remove Node.js 10 #### 📦 Dependencies - Updated numerous devDependencies: <https://github.com/twbs/bootstrap/pulls?q=is%3Apr+is%3Aclosed+label%3Adependencies+project%3Atwbs%2Fbootstrap%2F38> ### [`v5.0.0`](https://github.com/twbs/bootstrap/releases/v5.0.0) [Compare Source](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.0.0) #### Highlights [#&#8203;32155](https://github.com/twbs/bootstrap/issues/32155): Updated `make-col()` mixin to generate equal columns when no size is specified [#&#8203;32763](https://github.com/twbs/bootstrap/issues/32763): Added new `color-scheme()` mixin [#&#8203;33389](https://github.com/twbs/bootstrap/issues/33389): Dropdown menus now have option become clickable [#&#8203;33453](https://github.com/twbs/bootstrap/issues/33453): Added new docs footer [#&#8203;33548](https://github.com/twbs/bootstrap/issues/33548): Offcanvas header components are now vertically aligned [#&#8203;33549](https://github.com/twbs/bootstrap/issues/33549): Added offcanvas-top modifier [#&#8203;33634](https://github.com/twbs/bootstrap/issues/33634): Added support for `.dropdown-item`s wrapped in `<li>`s [#&#8203;33626](https://github.com/twbs/bootstrap/issues/33626): Fix v5 regressions in tab dropdown functionality #### 🚀 Features - [#&#8203;32763](https://github.com/twbs/bootstrap/issues/32763): Add `color-scheme` mixin - [#&#8203;33389](https://github.com/twbs/bootstrap/issues/33389): Dropdown — Add option to make the dropdown menu clickable - [#&#8203;33549](https://github.com/twbs/bootstrap/issues/33549): Add offcanvas-top modifier #### 🎨 CSS - [#&#8203;32155](https://github.com/twbs/bootstrap/issues/32155): Add equal column mixin - [#&#8203;32763](https://github.com/twbs/bootstrap/issues/32763): Add `color-scheme` mixin - [#&#8203;33292](https://github.com/twbs/bootstrap/issues/33292): Make accordion icon rotation more natural - [#&#8203;33411](https://github.com/twbs/bootstrap/issues/33411): Fix validation feedback icon in select multiple - [#&#8203;33478](https://github.com/twbs/bootstrap/issues/33478): Make `.nav-link` color consistent when using buttons - [#&#8203;33482](https://github.com/twbs/bootstrap/issues/33482): Dropdown — Apply positioning only when Popper is not used - [#&#8203;33548](https://github.com/twbs/bootstrap/issues/33548): Vertically align offcanvas header components - [#&#8203;33549](https://github.com/twbs/bootstrap/issues/33549): Add offcanvas-top modifier - [#&#8203;33550](https://github.com/twbs/bootstrap/issues/33550): Spinner alignment changes - [#&#8203;33598](https://github.com/twbs/bootstrap/issues/33598): Hide validation icons from multiple selects - [#&#8203;33600](https://github.com/twbs/bootstrap/issues/33600): Have $form-check-input-border's default derive from $black - [#&#8203;33607](https://github.com/twbs/bootstrap/issues/33607): Reduce color-scheme complexity - [#&#8203;33642](https://github.com/twbs/bootstrap/issues/33642): use `:read-only` css selector instead `[readonly]` for consistency - [#&#8203;33658](https://github.com/twbs/bootstrap/issues/33658): fix: use list-group variable instead of alert - [#&#8203;33736](https://github.com/twbs/bootstrap/issues/33736): accordion: fix `border-top` on Firefox #### ☕️ JavaScript - [#&#8203;32439](https://github.com/twbs/bootstrap/issues/32439): Decouple BackDrop from modal - [#&#8203;33245](https://github.com/twbs/bootstrap/issues/33245): Decouple Modal's scrollbar functionality - [#&#8203;33249](https://github.com/twbs/bootstrap/issues/33249): Simplify Modal Config - [#&#8203;33250](https://github.com/twbs/bootstrap/issues/33250): Simplify ScrollSpy config - [#&#8203;33310](https://github.com/twbs/bootstrap/issues/33310): fix: make EventHandler better handle mouseenter/mouseleave events - [#&#8203;33389](https://github.com/twbs/bootstrap/issues/33389): Dropdown — Add option to make the dropdown menu clickable - [#&#8203;33429](https://github.com/twbs/bootstrap/issues/33429): Remove element event listeners through base component - [#&#8203;33451](https://github.com/twbs/bootstrap/issues/33451): Add missing things in `hide` method of dropdown - [#&#8203;33456](https://github.com/twbs/bootstrap/issues/33456): Use our `isDisabled` util on dropdown - [#&#8203;33466](https://github.com/twbs/bootstrap/issues/33466): Refactor dropdown's hide functionality - [#&#8203;33479](https://github.com/twbs/bootstrap/issues/33479): Fix dropdown escape propagation - [#&#8203;33496](https://github.com/twbs/bootstrap/issues/33496): Use cached `noop` function - [#&#8203;33497](https://github.com/twbs/bootstrap/issues/33497): Use template literals instead of concatenation - [#&#8203;33499](https://github.com/twbs/bootstrap/issues/33499): Fix wrong carousel transformation, direction to order - [#&#8203;33545](https://github.com/twbs/bootstrap/issues/33545): Use the backdrop util in offcanvas, enforcing consistency - [#&#8203;33586](https://github.com/twbs/bootstrap/issues/33586): Tab.js: Fixes on click handling - [#&#8203;33589](https://github.com/twbs/bootstrap/issues/33589): refactor: make static `selectMenuItem` method private - [#&#8203;33612](https://github.com/twbs/bootstrap/issues/33612): tests: fix random BrowserStack failures in scrollbar - [#&#8203;33626](https://github.com/twbs/bootstrap/issues/33626): Fix v5 regressions in tab dropdown functionality - [#&#8203;33634](https://github.com/twbs/bootstrap/issues/33634): Dropdown: support `.dropdown-item` wrapped in `<li>` tags - [#&#8203;33638](https://github.com/twbs/bootstrap/issues/33638): Fix toggle between modals example - [#&#8203;33643](https://github.com/twbs/bootstrap/issues/33643): fix: clicking an item in navbar dropdown should not collapse the dropdown in firefox - [#&#8203;33666](https://github.com/twbs/bootstrap/issues/33666): Modal.js: fix test for scrollbar - [#&#8203;33677](https://github.com/twbs/bootstrap/issues/33677): Offcanvas.js: If scroll is allowed, should allow focus on other elements - [#&#8203;33684](https://github.com/twbs/bootstrap/issues/33684): Don't change the value for `altBoundary` option - [#&#8203;33706](https://github.com/twbs/bootstrap/issues/33706): Scrollbar: respect the initial body overflow value #### 📖 Docs - [#&#8203;33446](https://github.com/twbs/bootstrap/issues/33446): Make offcanvas example fully static - [#&#8203;33453](https://github.com/twbs/bootstrap/issues/33453): Add new docs footer - [#&#8203;33521](https://github.com/twbs/bootstrap/issues/33521): The spacing margin side identifiers 's' and 'e' may be intuitive for … - [#&#8203;33522](https://github.com/twbs/bootstrap/issues/33522): Clarify docs accordion example - [#&#8203;33543](https://github.com/twbs/bootstrap/issues/33543): Update parcel.md - [#&#8203;33553](https://github.com/twbs/bootstrap/issues/33553): Add example: Panels stay open - [#&#8203;33567](https://github.com/twbs/bootstrap/issues/33567): Fixed wrong method name \_getInstance - [#&#8203;33571](https://github.com/twbs/bootstrap/issues/33571): footer: fix `rel=noopener` attribute - [#&#8203;33583](https://github.com/twbs/bootstrap/issues/33583): docs: update clipboard.js to v2.0.8 - [#&#8203;33597](https://github.com/twbs/bootstrap/issues/33597): Docs: Fix wrong dark attribute in Table - Vertical Alignment - [#&#8203;33632](https://github.com/twbs/bootstrap/issues/33632): Correct the heading for the States section - [#&#8203;33638](https://github.com/twbs/bootstrap/issues/33638): Fix toggle between modals example - [#&#8203;33664](https://github.com/twbs/bootstrap/issues/33664): Docs: fix W3C validation errors in list-group example - [#&#8203;33668](https://github.com/twbs/bootstrap/issues/33668): Update anchor.js to v4.3.1. - [#&#8203;33669](https://github.com/twbs/bootstrap/issues/33669): Change from preventOverflow to detectOverflow in `boundary` option - [#&#8203;33675](https://github.com/twbs/bootstrap/issues/33675): Fix typo - [#&#8203;33676](https://github.com/twbs/bootstrap/issues/33676): Fix Grid System docs - [#&#8203;33685](https://github.com/twbs/bootstrap/issues/33685): docs: fix the default value of Popper's `boundary` option - [#&#8203;33687](https://github.com/twbs/bootstrap/issues/33687): Fixes [#&#8203;33686](https://github.com/twbs/bootstrap/issues/33686) typo in RTL docs - [#&#8203;33690](https://github.com/twbs/bootstrap/issues/33690): Add Bootstrap Icons to alerts docs - [#&#8203;33726](https://github.com/twbs/bootstrap/issues/33726): Replace modal and scrollspy placeholder content - [#&#8203;33733](https://github.com/twbs/bootstrap/issues/33733): Tooltip/Popover — Minor doc updates - [#&#8203;33735](https://github.com/twbs/bootstrap/issues/33735): Clarify `boundary` option description - [#&#8203;33772](https://github.com/twbs/bootstrap/issues/33772): Improve overall new examples' accessibility - [#&#8203;33782](https://github.com/twbs/bootstrap/issues/33782): Add new team members to the Teams page - [#&#8203;33786](https://github.com/twbs/bootstrap/issues/33786): Docs: adding intro about web accessibility - [#&#8203;33797](https://github.com/twbs/bootstrap/issues/33797): Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls - [#&#8203;33810](https://github.com/twbs/bootstrap/issues/33810): Tweak toast docs - [#&#8203;33829](https://github.com/twbs/bootstrap/issues/33829): Update migration guide for some v5 changes - [#&#8203;33832](https://github.com/twbs/bootstrap/issues/33832): Fix doc typo and Bootstrap Icons link - [#&#8203;33833](https://github.com/twbs/bootstrap/issues/33833): refactor(docs): Added form file input variables - [#&#8203;33834](https://github.com/twbs/bootstrap/issues/33834): Rewrite migration guide #### Examples - [#&#8203;33097](https://github.com/twbs/bootstrap/issues/33097): Update RTL examples - [#&#8203;33759](https://github.com/twbs/bootstrap/issues/33759): fix: change margin breakpoints for bootstrap logo on double header - [#&#8203;33681](https://github.com/twbs/bootstrap/issues/33681): Fixes signup form in Heroes example - [#&#8203;33569](https://github.com/twbs/bootstrap/issues/33569): Improve responsiveness of Features examples #### 🌎 Accessibility - [#&#8203;33772](https://github.com/twbs/bootstrap/issues/33772): Improve overall new examples' accessibility - [#&#8203;33810](https://github.com/twbs/bootstrap/issues/33810): Tweak toast docs #### 🏭 Tests - [#&#8203;33578](https://github.com/twbs/bootstrap/issues/33578): Remove unnecessary `data-bs-backdrop="static"` from modal tests - [#&#8203;33612](https://github.com/twbs/bootstrap/issues/33612): tests: fix random BrowserStack failures in scrollbar - [#&#8203;33666](https://github.com/twbs/bootstrap/issues/33666): Modal.js: fix test for scrollbar - [#&#8203;33734](https://github.com/twbs/bootstrap/issues/33734): Add missing test for clicking select option in a dropdown #### 🧰 Misc - [#&#8203;33720](https://github.com/twbs/bootstrap/issues/33720): JS tests: add Node.js 16 #### 📦 Dependencies - Updated numerous devDependencies <https://github.com/twbs/bootstrap/pulls?q=is%3Apr+is%3Aclosed+label%3Adependencies+project%3Atwbs%2Fbootstrap%2F27> </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
samuel-p was assigned by renovate-bot 2021-05-06 04:02:57 +00:00
FotoCoder added a new dependency 2021-05-06 05:54:06 +00:00
renovate-bot force-pushed renovate/bootstrap-5.x from 8e35b330be to 7ddf8c2017 2021-05-13 19:03:10 +00:00 Compare
samuel-p closed this pull request 2021-05-13 19:18:39 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `5.x` releases. But if you manually upgrade to `5.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#54
No description provided.