chore(deps): update dependency bootstrap to v5.3.2 #37

Merged
renovate-bot merged 1 commits from renovate/bootstrap-5.x-lockfile into master 2023-09-17 20:34:46 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bootstrap (source) 5.3.1 -> 5.3.2 age adoption passing confidence

Release Notes

twbs/bootstrap (bootstrap)

v5.3.2

Compare Source

Highlights

  • Passing a percentage unit to the global abs() is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the divide() function. The divide() function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.
  • Using multiple ids in a collapse target wasn't working anymore and has been fixed.

Color modes

  • Increased color contrast of form range track background in light and dark modes.
  • Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast.
  • Allow <mark> color customization for color modes.

Docs


🎨 CSS

  • #​38816: Use box-shadow CSS variables shadow utilities
  • #​38955: Fix radios looking like ellipse on responsive mode
  • #​38976: Use box-shadow CSS vars instead of Sass vars in assets and variables
  • #​39030: Fix dart-sass deprecation warning
  • #​39033: Color mode: fix table state rendering
  • #​39095: Make form range track background more contrasted
  • #​39119: New Sass var $btn-link-focus-shadow-rgb to allow customization
  • #​39141: New Sass variable to handle <mark> dark mode bg color

️ JavaScript

📖 Docs

  • #​38873: Discord reddit bootstrap
  • #​38970: docs: add BootstrapVueNext to docs
  • #​38977: Docs: Add missing form elements in focusable elements
  • #​38978: Docs: Fix popover template role error
  • #​38995: introduction: drop details element
  • #​39037: Further improve image compression with oxipng and the latest jpegoptim
  • #​39054: Docs: Remove incorrect mention of .left- and .right- utilities from migration guide
  • #​39060: Migration: add back v5.0.0 heading
  • #​39145: Docs: add warning callout to add a workaround when jsDelivr is not available
  • #​39177: Fix: make theme selector tick icon visible when active in examples layout
  • #​39179: download: Reword CDN paragraph

🛠 Examples

  • #​38994: examples: update 3rd-party packages
  • #​39086: Correct grammar error in examples/starter-template

🌎 Accessibility

  • #​38978: Docs: Fix popover template role error
  • #​39095: Make form range track background more contrasted

🧰 Misc

  • #​38983: Improve change-version script
  • #​38984: Convert build scripts to ESM
  • #​39021: CI: update permissions for calibreapp-image-actions.yml

📦 Dependencies


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bootstrap](https://getbootstrap.com/) ([source](https://github.com/twbs/bootstrap)) | [`5.3.1` -> `5.3.2`](https://renovatebot.com/diffs/npm/bootstrap/5.3.1/5.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/bootstrap/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/bootstrap/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/bootstrap/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bootstrap/5.3.1/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>twbs/bootstrap (bootstrap)</summary> ### [`v5.3.2`](https://github.com/twbs/bootstrap/releases/tag/v5.3.2) [Compare Source](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2) #### Highlights - Passing a percentage unit to the global `abs()` is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to the `divide()` function. The `divide()` function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass. - Using multiple `id`s in a collapse target wasn't working anymore and has been fixed. #### Color modes - Increased color contrast of form range track background in light and dark modes. - Fixed table state rendering for color modes with a focus on the striped table in dark mode to increase color contrast. - Allow `<mark>` color customization for color modes. #### Docs - Added alternative CDNs section in [Getting started -> Download](https://getbootstrap.com/docs/5.3/getting-started/download/#alternative-cdns). - Added Discord and Bootstrap subreddit links in [README](https://github.com/twbs/bootstrap/blob/main/README.md) and [Getting started -> Introduction](https://getbootstrap.com/docs/5.3/getting-started/introduction/): - [Discord](https://discord.gg/bZUvakRU3M) maintained by the community - [Bootstrap subreddit](https://reddit.com/r/bootstrap) *** #### 🎨 CSS - [#&#8203;38816](https://github.com/twbs/bootstrap/issues/38816): Use `box-shadow` CSS variables shadow utilities - [#&#8203;38955](https://github.com/twbs/bootstrap/issues/38955): Fix radios looking like ellipse on responsive mode - [#&#8203;38976](https://github.com/twbs/bootstrap/issues/38976): Use box-shadow CSS vars instead of Sass vars in assets and variables - [#&#8203;39030](https://github.com/twbs/bootstrap/issues/39030): Fix dart-sass deprecation warning - [#&#8203;39033](https://github.com/twbs/bootstrap/issues/39033): Color mode: fix table state rendering - [#&#8203;39095](https://github.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted - [#&#8203;39119](https://github.com/twbs/bootstrap/issues/39119): New Sass var `$btn-link-focus-shadow-rgb` to allow customization - [#&#8203;39141](https://github.com/twbs/bootstrap/issues/39141): New Sass variable to handle `<mark>` dark mode bg color #### ☕️ JavaScript - [#&#8203;38989](https://github.com/twbs/bootstrap/issues/38989): Collapse: Fix multiple `id`s calls - [#&#8203;39046](https://github.com/twbs/bootstrap/issues/39046): Dropdown: reuse variable #### 📖 Docs - [#&#8203;38873](https://github.com/twbs/bootstrap/issues/38873): Discord reddit bootstrap - [#&#8203;38970](https://github.com/twbs/bootstrap/issues/38970): docs: add BootstrapVueNext to docs - [#&#8203;38977](https://github.com/twbs/bootstrap/issues/38977): Docs: Add missing form elements in focusable elements - [#&#8203;38978](https://github.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#&#8203;38995](https://github.com/twbs/bootstrap/issues/38995): introduction: drop `details` element - [#&#8203;39037](https://github.com/twbs/bootstrap/issues/39037): Further improve image compression with oxipng and the latest jpegoptim - [#&#8203;39054](https://github.com/twbs/bootstrap/issues/39054): Docs: Remove incorrect mention of `.left-` and `.right-` utilities from migration guide - [#&#8203;39060](https://github.com/twbs/bootstrap/issues/39060): Migration: add back v5.0.0 heading - [#&#8203;39145](https://github.com/twbs/bootstrap/issues/39145): Docs: add warning callout to add a workaround when jsDelivr is not available - [#&#8203;39177](https://github.com/twbs/bootstrap/issues/39177): Fix: make theme selector tick icon visible when active in examples layout - [#&#8203;39179](https://github.com/twbs/bootstrap/issues/39179): download: Reword CDN paragraph #### 🛠 Examples - [#&#8203;38994](https://github.com/twbs/bootstrap/issues/38994): examples: update 3rd-party packages - [#&#8203;39086](https://github.com/twbs/bootstrap/issues/39086): Correct grammar error in examples/starter-template #### 🌎 Accessibility - [#&#8203;38978](https://github.com/twbs/bootstrap/issues/38978): Docs: Fix popover template role error - [#&#8203;39095](https://github.com/twbs/bootstrap/issues/39095): Make form range track background more contrasted #### 🧰 Misc - [#&#8203;38983](https://github.com/twbs/bootstrap/issues/38983): Improve change-version script - [#&#8203;38984](https://github.com/twbs/bootstrap/issues/38984): Convert build scripts to ESM - [#&#8203;39021](https://github.com/twbs/bootstrap/issues/39021): CI: update permissions for calibreapp-image-actions.yml #### 📦 Dependencies - Updated numerous [devDependencies](https://github.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F30+is%3Aclosed) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi45MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2023-09-15 17:30:05 +00:00
renovate-bot force-pushed renovate/bootstrap-5.x-lockfile from 715419da33 to f094a8af44 2023-09-17 20:28:22 +00:00 Compare
renovate-bot merged commit f094a8af44 into master 2023-09-17 20:34:46 +00:00
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: nemunaire/reveil#37
No description provided.