fix(deps): update dependency bootstrap to v5.3.6 #75

Open
ticktock_depbot wants to merge 1 commit from renovate/bootstrap-5.x-lockfile into main
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 becomes conflicted, 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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
ticktock_depbot added 1 commit 2025-05-05 21:29:37 +00:00
fix(deps): update dependency bootstrap to v5.3.6
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m20s
/ check-changes (pull_request) Successful in 8s
d6a01f4b39
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
ticktock_depbot force-pushed renovate/bootstrap-5.x-lockfile from d6a01f4b39 to 59e7f75370 2025-05-10 23:19:44 +00:00 Compare
ticktock_depbot force-pushed renovate/bootstrap-5.x-lockfile from 59e7f75370 to bc7f083221 2025-05-12 08:17:52 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Failing after 1h16m37s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/bootstrap-5.x-lockfile:renovate/bootstrap-5.x-lockfile
git checkout renovate/bootstrap-5.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/bootstrap-5.x-lockfile
git checkout renovate/bootstrap-5.x-lockfile
git rebase main
git checkout main
git merge --ff-only renovate/bootstrap-5.x-lockfile
git checkout renovate/bootstrap-5.x-lockfile
git rebase main
git checkout main
git merge --no-ff renovate/bootstrap-5.x-lockfile
git checkout main
git merge --squash renovate/bootstrap-5.x-lockfile
git checkout main
git merge --ff-only renovate/bootstrap-5.x-lockfile
git checkout main
git merge renovate/bootstrap-5.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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: btclock/webui#75
No description provided.