Update dependency bootstrap to ^5.3.6 #281

Merged
samuel-p merged 1 commit from renovate/bootstrap-5.x into develop 2025-06-07 20:48:30 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
bootstrap (source) dependencies patch ^5.3.5 -> ^5.3.6

Release Notes

twbs/bootstrap (bootstrap)

v5.3.6

Compare Source

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

New Contributors

Full Changelog: https://github.com/twbs/bootstrap/compare/v5.3.5...v5.3.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 | patch | [`^5.3.5` -> `^5.3.6`](https://renovatebot.com/diffs/npm/bootstrap/5.3.5/5.3.6) | --- ### Release Notes <details> <summary>twbs/bootstrap (bootstrap)</summary> ### [`v5.3.6`](https://github.com/twbs/bootstrap/releases/tag/v5.3.6) [Compare Source](https://github.com/twbs/bootstrap/compare/v5.3.5...v5.3.6) #### Highlights - Ported the docs from Hugo to Astro for our own sanity! - Added usage docs for Accordion JavaScript - Prevent `.visually-hidden` overflowing children to become focusable - Limit `.card-group` selectors to immediate children to fix some inheritance issues #### Changes - docs: update readme to include bun install by [@&#8203;Electroid](https://github.com/Electroid) in https://github.com/twbs/bootstrap/pull/41277 - Docs: fix specification for getInstance by [@&#8203;fulldecent](https://github.com/fulldecent) in https://github.com/twbs/bootstrap/pull/41297 - Mention `npm install` and `npm run dist` in CONTRIBUTING.md by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41340 - docs: add Sass deprecations notice in docs by [@&#8203;MaxLardenois](https://github.com/MaxLardenois) in https://github.com/twbs/bootstrap/pull/41283 - docs: Better indicate include options in sass setup. by [@&#8203;Kelketek](https://github.com/Kelketek) in https://github.com/twbs/bootstrap/pull/41143 - docs: add 'skeleton loaders' to loading placeholders description by [@&#8203;MohamadSalman11](https://github.com/MohamadSalman11) in https://github.com/twbs/bootstrap/pull/41177 - Update offcanvas.md To Mention Adding data-bs-target for Close Buttons in Offcanvas Components by [@&#8203;ASchoe311](https://github.com/ASchoe311) in https://github.com/twbs/bootstrap/pull/41325 - Limit selectors in `.card-group` to immediate children to fix `border-radius` bug by [@&#8203;mscdex](https://github.com/mscdex) in https://github.com/twbs/bootstrap/pull/41298 - Docs: add Border radius section for Input group by [@&#8203;TommasoAllegretti](https://github.com/TommasoAllegretti) in https://github.com/twbs/bootstrap/pull/40776 - Docs: use 'i.e.' instead of 'e.g.' in Floating Labels example description by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41364 - Docs: move Cheatsheet RTL example to the RTL category by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41282 - Doc: fix blockquote mismatch by [@&#8203;viniciusvts](https://github.com/viniciusvts) in https://github.com/twbs/bootstrap/pull/41295 - Removed broken translation links by [@&#8203;MasterPuffin](https://github.com/MasterPuffin) in https://github.com/twbs/bootstrap/pull/41359 - Docs: migration from Hugo to Astro by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41251 - Update `devDependencies` by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41383 - Bump `image-size` from 1.0.2 to 2.0.2 by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41384 - Add switch attribute to docs for switch checkbox by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41396 - Add private comment to BaseComponent Class by [@&#8203;MohamadSalman11](https://github.com/MohamadSalman11) in https://github.com/twbs/bootstrap/pull/41254 - Alternate for [#&#8203;41142](https://github.com/twbs/bootstrap/issues/41142), disabled list group items by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41397 - Docs: add Usage section with JavaScript guide for Accordion component by [@&#8203;TommasoAllegretti](https://github.com/TommasoAllegretti) in https://github.com/twbs/bootstrap/pull/40768 - Attempt to return focus explicitly to dropdown trigger by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41365 - Fix typos and code indentation in Forms > Checks and radios by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41399 - chore: Spell check `.md` and `.mdx` files. by [@&#8203;Jason3S](https://github.com/Jason3S) in https://github.com/twbs/bootstrap/pull/41398 - Remove `files` configuration from `.cspell.json` by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41400 - Docs: Remove unneeded Twitter/X metatags (as it uses Open Graph for title/description and image) by [@&#8203;coliff](https://github.com/coliff) in https://github.com/twbs/bootstrap/pull/41408 - Move \_isShown() method to private section by [@&#8203;MohamadSalman11](https://github.com/MohamadSalman11) in https://github.com/twbs/bootstrap/pull/41220 - Removed line break between `// Private` comment and method by [@&#8203;MohamadSalman11](https://github.com/MohamadSalman11) in https://github.com/twbs/bootstrap/pull/41218 - remove link to sunset resource on accessibility.mdx by [@&#8203;crgrafton](https://github.com/crgrafton) in https://github.com/twbs/bootstrap/pull/41418 - docs(pagination): put current page on link element for a11y by [@&#8203;MarkoOleksiyenko](https://github.com/MarkoOleksiyenko) in https://github.com/twbs/bootstrap/pull/41154 - Update devDependencies and regenerate package-lock.json by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/41425 - Prevent .visually-hidden overflowing children to become focusable by [@&#8203;ffoodd](https://github.com/ffoodd) in https://github.com/twbs/bootstrap/pull/41286 - Add docs release prep script by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41435 - Release v5.3.6 by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/41406 #### New Contributors - [@&#8203;Electroid](https://github.com/Electroid) made their first contribution in https://github.com/twbs/bootstrap/pull/41277 - [@&#8203;MaxLardenois](https://github.com/MaxLardenois) made their first contribution in https://github.com/twbs/bootstrap/pull/41283 - [@&#8203;Kelketek](https://github.com/Kelketek) made their first contribution in https://github.com/twbs/bootstrap/pull/41143 - [@&#8203;ASchoe311](https://github.com/ASchoe311) made their first contribution in https://github.com/twbs/bootstrap/pull/41325 - [@&#8203;mscdex](https://github.com/mscdex) made their first contribution in https://github.com/twbs/bootstrap/pull/41298 - [@&#8203;viniciusvts](https://github.com/viniciusvts) made their first contribution in https://github.com/twbs/bootstrap/pull/41295 - [@&#8203;MasterPuffin](https://github.com/MasterPuffin) made their first contribution in https://github.com/twbs/bootstrap/pull/41359 - [@&#8203;Jason3S](https://github.com/Jason3S) made their first contribution in https://github.com/twbs/bootstrap/pull/41398 - [@&#8203;crgrafton](https://github.com/crgrafton) made their first contribution in https://github.com/twbs/bootstrap/pull/41418 **Full Changelog**: https://github.com/twbs/bootstrap/compare/v5.3.5...v5.3.6 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-05-05 20:01:53 +00:00
Update dependency bootstrap to ^5.3.6
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 8m8s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
9b28553399
samuel-p was assigned by renovate-bot 2025-05-05 20:01:54 +00:00
samuel-p merged commit 2bc54839ff into develop 2025-06-07 20:48:30 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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-codes.de#281
No description provided.