[PR #120] [CLOSED] Bump bootstrap from 5.2.3 to 5.3.0 #443

Closed
opened 2026-03-15 14:19:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/120
Author: @dependabot[bot]
Created: 6/1/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/bootstrap-5.3.0


📝 Commits (1)

  • 52c87ef Bump bootstrap from 5.2.3 to 5.3.0

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps bootstrap from 5.2.3 to 5.3.0.

Release notes

Sourced from bootstrap's releases.

v5.3.0

No release notes provided.

v5.3.0-alpha3

  • Fixed wrong interpolated variables with node-sass/Hugo.
  • Added a check for interpolated variables to catch compilation errors with Node Sass when using Sass variables in calc() functions.
  • Started using --bs-border-radius variables across more components.
  • Added .d-inline-grid utility class.
  • Fixed .tooltip-inner placement when using variations in fallbackPlacements.
  • Fix selectors for dark mode carousel overrides when compiling with $color-mode-type: media-query.
  • Updated the styling of floating labels when "floated" to include a background-color to help with multiple lines of text in textareas. This also fixes the colors when form elements are disabled in floating forms.
  • Updated RFS to v10.0.0.

Full Changelog: https://github.com/twbs/bootstrap/compare/v5.3.0-alpha2...v5.3.0-alpha3

v5.3.0-alpha2

🚀 Features

  • #33126: Add .nav-underline modifier class
  • #37762: Add new link utilities, icon link helper, and update colored link helpers
  • #38199: Docs: Better scroll

🎨 CSS

  • #33125: Focus ring helper and utilities
  • #33126: Add .nav-underline modifier class
  • #35857: Add dark mode support
  • #36029: Add SCSS testing of the utilities API
  • #36143: Fix Android Chrome input date dimensions
  • #36831: Rework progress bar markup and styles
  • #37526: Fix var --bs-body-font-family. Keep quotes in the font stack.
  • #37533: Visually-hidden: Remove position: absolute for captions
  • #37617: CSS: $prefix to the whole assets
  • #37621: Fix --bs-form-check-bg definition
  • #37644: list-group-border-width variables
  • #37687: Fix Sass compilation when $color-mode-type is set to media-query
  • #37720: Improve consistency of navbar icon declaration
  • #37731: Update color contrast formula with new constant from WCAG 2.2
  • #37734: Add color-scheme to dark root selector
  • #37759: Darken some text emphasis and syntax colors
  • #37760: Fix selector for dark mode navbar toggler SVG change
  • #37761: Docs: enhance callouts links on dark mode
  • #37762: Add new link utilities, icon link helper, and update colored link helpers
  • #37777: Fix cards color for contextual color mode
  • #37781: Fix code color in callouts
  • #37784: Change nav focus to focus-visible
  • #37785: Update code syntax colors to use Bootstrap colors
  • #37788: Change stylelint property-blacklist to property-disallowed-list
  • #37800: Fix heading colors in dark mode
  • #37804: CSS: rename some variables to be consistent

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/120 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/bootstrap-5.3.0` --- ### 📝 Commits (1) - [`52c87ef`](https://github.com/axllent/mailpit/commit/52c87ef1684fcb50db685a829dc52cc6238efc59) Bump bootstrap from 5.2.3 to 5.3.0 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.3 to 5.3.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.3.0</h2> <p>No release notes provided.</p> <h2>v5.3.0-alpha3</h2> <ul> <li>Fixed wrong interpolated variables with node-sass/Hugo.</li> <li>Added a check for interpolated variables to catch compilation errors with Node Sass when using Sass variables in <code>calc()</code> functions.</li> <li>Started using <code>--bs-border-radius</code> variables across more components.</li> <li>Added <code>.d-inline-grid</code> utility class.</li> <li>Fixed <code>.tooltip-inner</code> placement when using variations in <code>fallbackPlacements</code>.</li> <li>Fix selectors for dark mode carousel overrides when compiling with <code>$color-mode-type: media-query</code>.</li> <li>Updated the styling of floating labels when &quot;floated&quot; to include a <code>background-color</code> to help with multiple lines of text in <code>textarea</code>s. This also fixes the colors when form elements are disabled in floating forms.</li> <li>Updated RFS to v10.0.0.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/twbs/bootstrap/compare/v5.3.0-alpha2...v5.3.0-alpha3">https://github.com/twbs/bootstrap/compare/v5.3.0-alpha2...v5.3.0-alpha3</a></p> <h2>v5.3.0-alpha2</h2> <h2>🚀 Features</h2> <ul> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/33126">#33126</a>: Add <code>.nav-underline</code> modifier class</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37762">#37762</a>: Add new link utilities, icon link helper, and update colored link helpers</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/38199">#38199</a>: Docs: Better scroll</li> </ul> <h2>🎨 CSS</h2> <ul> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/33125">#33125</a>: Focus ring helper and utilities</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/33126">#33126</a>: Add <code>.nav-underline</code> modifier class</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/35857">#35857</a>: Add dark mode support</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/36029">#36029</a>: Add SCSS testing of the utilities API</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/36143">#36143</a>: Fix Android Chrome input date dimensions</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/36831">#36831</a>: Rework progress bar markup and styles</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37526">#37526</a>: Fix var <code>--bs-body-font-family</code>. Keep quotes in the font stack.</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37533">#37533</a>: Visually-hidden: Remove <code>position: absolute</code> for captions</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37617">#37617</a>: CSS: <code>$prefix</code> to the whole assets</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37621">#37621</a>: Fix <code>--bs-form-check-bg</code> definition</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37644">#37644</a>: list-group-border-width variables</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37687">#37687</a>: Fix Sass compilation when <code>$color-mode-type</code> is set to <code>media-query</code></li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37720">#37720</a>: Improve consistency of navbar icon declaration</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37731">#37731</a>: Update color contrast formula with new constant from WCAG 2.2</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37734">#37734</a>: Add <code>color-scheme</code> to dark root selector</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37759">#37759</a>: Darken some text emphasis and syntax colors</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37760">#37760</a>: Fix selector for dark mode navbar toggler SVG change</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37761">#37761</a>: Docs: enhance callouts links on dark mode</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37762">#37762</a>: Add new link utilities, icon link helper, and update colored link helpers</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37777">#37777</a>: Fix cards color for contextual color mode</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37781">#37781</a>: Fix code color in callouts</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37784">#37784</a>: Change nav focus to focus-visible</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37785">#37785</a>: Update code syntax colors to use Bootstrap colors</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37788">#37788</a>: Change stylelint <code>property-blacklist</code> to <code>property-disallowed-list</code></li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37800">#37800</a>: Fix heading colors in dark mode</li> <li><a href="https://redirect.github.com/twbs/bootstrap/issues/37804">#37804</a>: CSS: rename some variables to be consistent</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twbs/bootstrap/commit/60098ac499d30aa50575b0b7137391c06ef25429"><code>60098ac</code></a> Release v5.3.0 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38657">#38657</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/08dff5e8a4e50e087ba3b8e2cf4e1fb842186b3f"><code>08dff5e</code></a> Build(deps-dev): Bump hugo-bin from 0.103.3 to 0.103.5 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38667">#38667</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/b119ec150ce853715481bd1ff27304a4228594f1"><code>b119ec1</code></a> Build(deps-dev): Bump <code>@​babel/preset-env</code> from 7.22.2 to 7.22.4 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38668">#38668</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/e5a28aebe6ed7de7a745c7911677708e6e8c72e7"><code>e5a28ae</code></a> Build(deps-dev): Bump postcss from 8.4.23 to 8.4.24 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38666">#38666</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/ad9cb223a9899093e2537fdca6222e36465080a2"><code>ad9cb22</code></a> Fix always-false boolean condition (<a href="https://redirect.github.com/twbs/bootstrap/issues/38665">#38665</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/8aef61dda8604f1f2ea9255d07774999a01bc8bb"><code>8aef61d</code></a> Update devDependencies (<a href="https://redirect.github.com/twbs/bootstrap/issues/38656">#38656</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/f0be063c9792f6fd123d933335efd0d8cc7f6f1f"><code>f0be063</code></a> Update color-modes.js (<a href="https://redirect.github.com/twbs/bootstrap/issues/38626">#38626</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/de6b9a7933a9187101204e1e1f90a532ff61237b"><code>de6b9a7</code></a> Build(deps-dev): Bump rollup from 3.21.8 to 3.23.0 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38639">#38639</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/bdd94765e72aa6574145a4cb428cbd910448c0d0"><code>bdd9476</code></a> Build(deps-dev): Bump eslint from 8.40.0 to 8.41.0 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38640">#38640</a>)</li> <li><a href="https://github.com/twbs/bootstrap/commit/d6f462194d5d1684dd99ad6481dcfcf4542b2a8d"><code>d6f4621</code></a> Build(deps-dev): Bump hugo-bin from 0.102.1 to 0.103.1 (<a href="https://redirect.github.com/twbs/bootstrap/issues/38642">#38642</a>)</li> <li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.2.3...v5.3.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.2.3&new-version=5.3.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:19:22 +03:00
Sign in to join this conversation.
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
starred/mailpit#443
No description provided.