fix(deps): update dependency bootstrap to v5.3.5 #59

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.3 -> 5.3.5

Release Notes

twbs/bootstrap (bootstrap)

v5.3.5

Compare Source

v5.3.4

Compare Source

Changes

๐Ÿš€ Features

๐ŸŽจ CSS

  • #โ€‹41336: Fix modal and offcanvas header collapse
  • #โ€‹41126: Fix display issues of close button in contextual light and dark modes
  • #โ€‹40695: Fix light mode carousel in dark mode
  • #โ€‹41004: Add workarounds for postcss-values-parser error (negative values in calc())
  • #โ€‹41013: Align floating labels with form-select sizes
  • #โ€‹40931: Fix: correct typo in background-blend-mode value
  • #โ€‹40900: Remove unnecessary duplicated CSS class name
  • #โ€‹40876: Remove unneeded flexbug workaround
  • #โ€‹40844: Docs: Remove mention about Safari's limited support flexbox gap
  • #โ€‹40623: Fix use of declarations after nested rules (deprecated in Sass 1.77.7)
  • #โ€‹39720: Floating labels: Fix max-width and background-color
  • #โ€‹40488: button-group: Fix btn-group-vertical by using same rules as btn-group
  • #โ€‹39804: Optimize Sass SVG files
  • #โ€‹39494: Change floating label placeholder's color
  • #โ€‹39697: refactor(accordion): merge selectors for border-radius rule

โ˜•๏ธ JavaScript

๐Ÿ“– Docs

๐Ÿ›  Examples

  • #โ€‹40799: Fix Cheatsheet examples horizontal scrolling
  • #โ€‹40620: Docs: minor accessibility improvements for Examples
  • #โ€‹40619: Docs: Fix a minor accessibility issue (checkout example missing h1)
  • #โ€‹40577: Docs: Add main element to Cheatsheet Examples

๐ŸŒŽ Accessibility

๐Ÿ“ฆ Dependencies


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.3` -> `5.3.5`](https://renovatebot.com/diffs/npm/bootstrap/5.3.3/5.3.5) | --- ### Release Notes <details> <summary>twbs/bootstrap (bootstrap)</summary> ### [`v5.3.5`](https://github.com/twbs/bootstrap/compare/v5.3.4...85f23534bd2de8041354b297516cf21959091b31) [Compare Source](https://github.com/twbs/bootstrap/compare/v5.3.4...85f23534bd2de8041354b297516cf21959091b31) ### [`v5.3.4`](https://github.com/twbs/bootstrap/releases/tag/v5.3.4) [Compare Source](https://github.com/twbs/bootstrap/compare/v5.3.3...v5.3.4) #### Changes - [#&#8203;40888](https://github.com/twbs/bootstrap/issues/40888): Dependabot: switch to grouped updates #### ๐Ÿš€ Features - [#&#8203;41299](https://github.com/twbs/bootstrap/issues/41299): Typo fixed - [#&#8203;41187](https://github.com/twbs/bootstrap/issues/41187): Docs: mention removal of `util.js` in migration guide - [#&#8203;41228](https://github.com/twbs/bootstrap/issues/41228): Docs: Simplify ids for checks, radios and switches - [#&#8203;41150](https://github.com/twbs/bootstrap/issues/41150): Update fixtureId to FIXTURE_ID for consistency - [#&#8203;40965](https://github.com/twbs/bootstrap/issues/40965): Docs: Use `<article>` element for example cards - [#&#8203;40932](https://github.com/twbs/bootstrap/issues/40932): Docs: add ngx-bootstrap to JavaScript frameworks list - [#&#8203;40790](https://github.com/twbs/bootstrap/issues/40790): Docs: Drop `.grid` where it shouldn't be used - [#&#8203;40821](https://github.com/twbs/bootstrap/issues/40821): Docs: precise how to add new `.order-*` classes in 'Layout > Columns' - [#&#8203;40914](https://github.com/twbs/bootstrap/issues/40914): Docs: drop useless `.justify-content-start` class in homepage - [#&#8203;40876](https://github.com/twbs/bootstrap/issues/40876): Remove unneeded flexbug workaround - [#&#8203;40870](https://github.com/twbs/bootstrap/issues/40870): Docs: Update modal min-height inline style - [#&#8203;40844](https://github.com/twbs/bootstrap/issues/40844): Docs: Remove mention about Safari's limited support flexbox gap - [#&#8203;40620](https://github.com/twbs/bootstrap/issues/40620): Docs: minor accessibility improvements for Examples - [#&#8203;40619](https://github.com/twbs/bootstrap/issues/40619): Docs: Fix a minor accessibility issue (checkout example missing h1) - [#&#8203;40577](https://github.com/twbs/bootstrap/issues/40577): Docs: Add main element to Cheatsheet Examples - [#&#8203;39815](https://github.com/twbs/bootstrap/issues/39815): Docs: drop unused `.bi-exclamation-triangle-fill` class - [#&#8203;40507](https://github.com/twbs/bootstrap/issues/40507): Docs: HTTPS link to ikons iconset - [#&#8203;39777](https://github.com/twbs/bootstrap/issues/39777): Docs: fix Reddit URL to avoid redirection - [#&#8203;39697](https://github.com/twbs/bootstrap/issues/39697): refactor(accordion): merge selectors for `border-radius` rule #### ๐ŸŽจ CSS - [#&#8203;41336](https://github.com/twbs/bootstrap/issues/41336): Fix modal and offcanvas header collapse - [#&#8203;41126](https://github.com/twbs/bootstrap/issues/41126): Fix display issues of close button in contextual light and dark modes - [#&#8203;40695](https://github.com/twbs/bootstrap/issues/40695): Fix light mode carousel in dark mode - [#&#8203;41004](https://github.com/twbs/bootstrap/issues/41004): Add workarounds for postcss-values-parser error (negative values in calc()) - [#&#8203;41013](https://github.com/twbs/bootstrap/issues/41013): Align floating labels with form-select sizes - [#&#8203;40931](https://github.com/twbs/bootstrap/issues/40931): Fix: correct typo in background-blend-mode value - [#&#8203;40900](https://github.com/twbs/bootstrap/issues/40900): Remove unnecessary duplicated CSS class name - [#&#8203;40876](https://github.com/twbs/bootstrap/issues/40876): Remove unneeded flexbug workaround - [#&#8203;40844](https://github.com/twbs/bootstrap/issues/40844): Docs: Remove mention about Safari's limited support flexbox gap - [#&#8203;40623](https://github.com/twbs/bootstrap/issues/40623): Fix use of declarations after nested rules (deprecated in Sass 1.77.7) - [#&#8203;39720](https://github.com/twbs/bootstrap/issues/39720): Floating labels: Fix `max-width` and `background-color` - [#&#8203;40488](https://github.com/twbs/bootstrap/issues/40488): button-group: Fix `btn-group-vertical` by using same rules as `btn-group` - [#&#8203;39804](https://github.com/twbs/bootstrap/issues/39804): Optimize Sass SVG files - [#&#8203;39494](https://github.com/twbs/bootstrap/issues/39494): Change floating label placeholder's color - [#&#8203;39697](https://github.com/twbs/bootstrap/issues/39697): refactor(accordion): merge selectors for `border-radius` rule #### โ˜•๏ธ JavaScript - [#&#8203;38411](https://github.com/twbs/bootstrap/issues/38411): Add note about cancelling modal events to modal.md - [#&#8203;41150](https://github.com/twbs/bootstrap/issues/41150): Update fixtureId to FIXTURE_ID for consistency - [#&#8203;40803](https://github.com/twbs/bootstrap/issues/40803): Fix popover toggle twice to close - [#&#8203;38725](https://github.com/twbs/bootstrap/issues/38725): Fix this reference for functions - [#&#8203;39791](https://github.com/twbs/bootstrap/issues/39791): Fix broken comment link for reflow hack #### ๐Ÿ“– Docs - [#&#8203;39364](https://github.com/twbs/bootstrap/issues/39364): Docs: improve progress bar labels markup and explanations for accessibility - [#&#8203;41308](https://github.com/twbs/bootstrap/issues/41308): Fix typo in Navbar docs - [#&#8203;41299](https://github.com/twbs/bootstrap/issues/41299): Typo fixed - [#&#8203;41281](https://github.com/twbs/bootstrap/issues/41281): Fixed minor typo in Sass documentation - [#&#8203;41187](https://github.com/twbs/bootstrap/issues/41187): Docs: mention removal of `util.js` in migration guide - [#&#8203;41228](https://github.com/twbs/bootstrap/issues/41228): Docs: Simplify ids for checks, radios and switches - [#&#8203;38411](https://github.com/twbs/bootstrap/issues/38411): Add note about cancelling modal events to modal.md - [#&#8203;40917](https://github.com/twbs/bootstrap/issues/40917): Fix: clipboard icon not showing after multiple press - [#&#8203;40714](https://github.com/twbs/bootstrap/issues/40714): Docs: add descriptions for Webpack, Parcel and Vite - [#&#8203;40928](https://github.com/twbs/bootstrap/issues/40928): Update css-grid.md - [#&#8203;41098](https://github.com/twbs/bootstrap/issues/41098): Update a point in the RTL documentation - [#&#8203;40965](https://github.com/twbs/bootstrap/issues/40965): Docs: Use `<article>` element for example cards - [#&#8203;40756](https://github.com/twbs/bootstrap/issues/40756): Docs: missing aria-hidden on some decorative SVGs - [#&#8203;41036](https://github.com/twbs/bootstrap/issues/41036): Docs: add warning callout for Yarn Berry - [#&#8203;41052](https://github.com/twbs/bootstrap/issues/41052): Doc: Fix link endpoint in dropdown documentation - [#&#8203;41030](https://github.com/twbs/bootstrap/issues/41030): Docs: fix `.order` values in the migration guide - [#&#8203;40973](https://github.com/twbs/bootstrap/issues/40973): Docs: correct example formatting in 'Utilities > API' for linting compliance - [#&#8203;40911](https://github.com/twbs/bootstrap/issues/40911): fix transparent navbar in windows high contrast mode - [#&#8203;40932](https://github.com/twbs/bootstrap/issues/40932): Docs: add ngx-bootstrap to JavaScript frameworks list - [#&#8203;40951](https://github.com/twbs/bootstrap/issues/40951): Docs: fix example hiding element except on medium and large devices in 'Utilities > Display > Hiding elements' - [#&#8203;40931](https://github.com/twbs/bootstrap/issues/40931): Fix: correct typo in background-blend-mode value - [#&#8203;40790](https://github.com/twbs/bootstrap/issues/40790): Docs: Drop `.grid` where it shouldn't be used - [#&#8203;40821](https://github.com/twbs/bootstrap/issues/40821): Docs: precise how to add new `.order-*` classes in 'Layout > Columns' - [#&#8203;40799](https://github.com/twbs/bootstrap/issues/40799): Fix Cheatsheet examples horizontal scrolling - [#&#8203;40914](https://github.com/twbs/bootstrap/issues/40914): Docs: drop useless `.justify-content-start` class in homepage - [#&#8203;40900](https://github.com/twbs/bootstrap/issues/40900): Remove unnecessary duplicated CSS class name - [#&#8203;40766](https://github.com/twbs/bootstrap/issues/40766): Docs: Make "Edit in Stackblitz" links explicit - [#&#8203;40767](https://github.com/twbs/bootstrap/issues/40767): Docs: Indicate links in foreign language - [#&#8203;40818](https://github.com/twbs/bootstrap/issues/40818): Docs: fix `$enable-css-grid` โ†’ `$enable-cssgrid` in 'Customize > Options' - [#&#8203;40870](https://github.com/twbs/bootstrap/issues/40870): Docs: Update modal min-height inline style - [#&#8203;40844](https://github.com/twbs/bootstrap/issues/40844): Docs: Remove mention about Safari's limited support flexbox gap - [#&#8203;40797](https://github.com/twbs/bootstrap/issues/40797): Docs: missing `$enable-css-grid` in options.md - [#&#8203;40762](https://github.com/twbs/bootstrap/issues/40762): Docs: clarify the subject of the About page - [#&#8203;40703](https://github.com/twbs/bootstrap/issues/40703): Docs: Update WCAG links and references - [#&#8203;40689](https://github.com/twbs/bootstrap/issues/40689): Docs: change wording of single/split danger buttons - [#&#8203;40691](https://github.com/twbs/bootstrap/issues/40691): Docs: add `aria-hidden="true"` to decorative SVGs - [#&#8203;40686](https://github.com/twbs/bootstrap/issues/40686): docs: add `aria-hidden='true'` to decorative SVGs - [#&#8203;40672](https://github.com/twbs/bootstrap/issues/40672): Update masthead wording - [#&#8203;40639](https://github.com/twbs/bootstrap/issues/40639): Further image compression improvements - [#&#8203;40620](https://github.com/twbs/bootstrap/issues/40620): Docs: minor accessibility improvements for Examples - [#&#8203;40619](https://github.com/twbs/bootstrap/issues/40619): Docs: Fix a minor accessibility issue (checkout example missing h1) - [#&#8203;39846](https://github.com/twbs/bootstrap/issues/39846): Fix Default values and Description content in options table - [#&#8203;39815](https://github.com/twbs/bootstrap/issues/39815): Docs: drop unused `.bi-exclamation-triangle-fill` class - [#&#8203;40522](https://github.com/twbs/bootstrap/issues/40522): docs: fix typo in the getting started introduction - [#&#8203;40507](https://github.com/twbs/bootstrap/issues/40507): Docs: HTTPS link to ikons iconset - [#&#8203;40504](https://github.com/twbs/bootstrap/issues/40504): docs: add missing `data-bs-theme="light"` in navbars color schemes markup - [#&#8203;39980](https://github.com/twbs/bootstrap/issues/39980): Docs: add missing Accordion component in the list of JS components - [#&#8203;39951](https://github.com/twbs/bootstrap/issues/39951): docs: migrate to the built-in sitemap template - [#&#8203;39863](https://github.com/twbs/bootstrap/issues/39863): Add PostCSS-RTLCSS approach to the documentation - [#&#8203;39829](https://github.com/twbs/bootstrap/issues/39829): docs: move examples inline shortcode to a partial - [#&#8203;39824](https://github.com/twbs/bootstrap/issues/39824): docs: resize docs bundler images and fix dimensions - [#&#8203;39779](https://github.com/twbs/bootstrap/issues/39779): docs: add a new partial for responsive images and use `imageConfig` - [#&#8203;39768](https://github.com/twbs/bootstrap/issues/39768): docs: add a render image hook - [#&#8203;39819](https://github.com/twbs/bootstrap/issues/39819): docs: update sitemap template - [#&#8203;39778](https://github.com/twbs/bootstrap/issues/39778): docs: use `urls.JoinPath` in more places - [#&#8203;39807](https://github.com/twbs/bootstrap/issues/39807): Move theme toggler to a partial - [#&#8203;39805](https://github.com/twbs/bootstrap/issues/39805): masthead.html: add `rel="noopener" target="_blank"` - [#&#8203;39808](https://github.com/twbs/bootstrap/issues/39808): docs: move examples icons to a partial - [#&#8203;39773](https://github.com/twbs/bootstrap/issues/39773): Further improve PNG compression - [#&#8203;38993](https://github.com/twbs/bootstrap/issues/38993): docs: bundle assets with Hugo - [#&#8203;39782](https://github.com/twbs/bootstrap/issues/39782): docs: mention text transform classes - [#&#8203;39749](https://github.com/twbs/bootstrap/issues/39749): Update masthead to HeroDevs EOL - [#&#8203;39781](https://github.com/twbs/bootstrap/issues/39781): docs: move fathom site to hugo config - [#&#8203;39777](https://github.com/twbs/bootstrap/issues/39777): Docs: fix Reddit URL to avoid redirection - [#&#8203;39772](https://github.com/twbs/bootstrap/issues/39772): examples: assorted tweaks - [#&#8203;39766](https://github.com/twbs/bootstrap/issues/39766): Docs: drop `data-bs-scroll="true"` from navbar - [#&#8203;39763](https://github.com/twbs/bootstrap/issues/39763): Switch to using `hugo.IsProduction` - [#&#8203;39739](https://github.com/twbs/bootstrap/issues/39739): Search: Fix modal on mobile chromium based browsers - [#&#8203;39757](https://github.com/twbs/bootstrap/issues/39757): footer: remove unneeded trailing slash - [#&#8203;39724](https://github.com/twbs/bootstrap/issues/39724): Docs: minor tweaks - [#&#8203;39745](https://github.com/twbs/bootstrap/issues/39745): docs: use a responsive image for bootstrap-logo-shadow.png - [#&#8203;39741](https://github.com/twbs/bootstrap/issues/39741): More docs fixes - [#&#8203;39740](https://github.com/twbs/bootstrap/issues/39740): Doc fixes - [#&#8203;39738](https://github.com/twbs/bootstrap/issues/39738): Fix docs-versions.html - [#&#8203;39725](https://github.com/twbs/bootstrap/issues/39725): docs: remove Google Analytics #### ๐Ÿ›  Examples - [#&#8203;40799](https://github.com/twbs/bootstrap/issues/40799): Fix Cheatsheet examples horizontal scrolling - [#&#8203;40620](https://github.com/twbs/bootstrap/issues/40620): Docs: minor accessibility improvements for Examples - [#&#8203;40619](https://github.com/twbs/bootstrap/issues/40619): Docs: Fix a minor accessibility issue (checkout example missing h1) - [#&#8203;40577](https://github.com/twbs/bootstrap/issues/40577): Docs: Add main element to Cheatsheet Examples #### ๐ŸŒŽ Accessibility - [#&#8203;40965](https://github.com/twbs/bootstrap/issues/40965): Docs: Use `<article>` element for example cards - [#&#8203;40756](https://github.com/twbs/bootstrap/issues/40756): Docs: missing aria-hidden on some decorative SVGs - [#&#8203;40911](https://github.com/twbs/bootstrap/issues/40911): fix transparent navbar in windows high contrast mode - [#&#8203;40766](https://github.com/twbs/bootstrap/issues/40766): Docs: Make "Edit in Stackblitz" links explicit - [#&#8203;40767](https://github.com/twbs/bootstrap/issues/40767): Docs: Indicate links in foreign language - [#&#8203;40808](https://github.com/twbs/bootstrap/issues/40808): Docs: add aria-label to SVG with tooltip - [#&#8203;40762](https://github.com/twbs/bootstrap/issues/40762): Docs: clarify the subject of the About page - [#&#8203;40703](https://github.com/twbs/bootstrap/issues/40703): Docs: Update WCAG links and references - [#&#8203;40691](https://github.com/twbs/bootstrap/issues/40691): Docs: add `aria-hidden="true"` to decorative SVGs - [#&#8203;40686](https://github.com/twbs/bootstrap/issues/40686): docs: add `aria-hidden='true'` to decorative SVGs - [#&#8203;40620](https://github.com/twbs/bootstrap/issues/40620): Docs: minor accessibility improvements for Examples - [#&#8203;40619](https://github.com/twbs/bootstrap/issues/40619): Docs: Fix a minor accessibility issue (checkout example missing h1) - [#&#8203;40577](https://github.com/twbs/bootstrap/issues/40577): Docs: Add main element to Cheatsheet Examples #### ๐Ÿ“ฆ Dependencies - [#&#8203;41305](https://github.com/twbs/bootstrap/issues/41305): Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates - [#&#8203;41265](https://github.com/twbs/bootstrap/issues/41265): Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates - [#&#8203;41234](https://github.com/twbs/bootstrap/issues/41234): Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates - [#&#8203;41171](https://github.com/twbs/bootstrap/issues/41171): Build(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates - [#&#8203;41155](https://github.com/twbs/bootstrap/issues/41155): Build(deps-dev): Bump the development-dependencies group across 1 directory with 4 updates - [#&#8203;41109](https://github.com/twbs/bootstrap/issues/41109): Build(deps-dev): Bump the development-dependencies group across 1 directory with 8 updates - [#&#8203;41082](https://github.com/twbs/bootstrap/issues/41082): Build(deps-dev): Bump the development-dependencies group across 1 directory with 7 updates - [#&#8203;41010](https://github.com/twbs/bootstrap/issues/41010): Build(deps-dev): Bump the development-dependencies group across 1 directory with 5 updates - [#&#8203;40978](https://github.com/twbs/bootstrap/issues/40978): Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates - [#&#8203;40953](https://github.com/twbs/bootstrap/issues/40953): Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates - [#&#8203;40929](https://github.com/twbs/bootstrap/issues/40929): Build(deps): Bump the npm_and_yarn group with 2 updates - [#&#8203;40920](https://github.com/twbs/bootstrap/issues/40920): Build(deps-dev): Bump the development-dependencies group across 1 directory with 6 updates - [#&#8203;40895](https://github.com/twbs/bootstrap/issues/40895): Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates - [#&#8203;40883](https://github.com/twbs/bootstrap/issues/40883): Build(deps-dev): Bump terser from 5.31.6 to 5.34.1 - [#&#8203;40842](https://github.com/twbs/bootstrap/issues/40842): Build(deps-dev): Bump npm-run-all2 from 6.2.2 to 6.2.3 - [#&#8203;40882](https://github.com/twbs/bootstrap/issues/40882): Build(deps-dev): Bump hugo-bin from 0.130.1 to 0.132.0 - [#&#8203;40843](https://github.com/twbs/bootstrap/issues/40843): Build(deps-dev): Bump eslint from 8.57.0 to 8.57.1 - [#&#8203;40886](https://github.com/twbs/bootstrap/issues/40886): Build(deps-dev): Bump rollup from 4.21.2 to 4.23.0 in the npm_and_yarn group - [#&#8203;40862](https://github.com/twbs/bootstrap/issues/40862): Build(deps): Bump body-parser from 1.20.2 to 1.20.3 in the npm_and_yarn group - [#&#8203;40806](https://github.com/twbs/bootstrap/issues/40806): Build(deps-dev): Bump postcss from 8.4.44 to 8.4.45 - [#&#8203;40784](https://github.com/twbs/bootstrap/issues/40784): Build(deps-dev): Bump postcss from 8.4.41 to 8.4.44 - [#&#8203;40788](https://github.com/twbs/bootstrap/issues/40788): Build(deps-dev): Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.24.8 to 7.25.6 - [#&#8203;40782](https://github.com/twbs/bootstrap/issues/40782): Build(deps-dev): Bump rtlcss from 4.2.0 to 4.3.0 - [#&#8203;40783](https://github.com/twbs/bootstrap/issues/40783): Build(deps-dev): Bump eslint-plugin-import from 2.29.1 to 2.30.0 - [#&#8203;40785](https://github.com/twbs/bootstrap/issues/40785): Build(deps-dev): Bump rollup from 4.21.1 to 4.21.2 - [#&#8203;40786](https://github.com/twbs/bootstrap/issues/40786): Build(deps-dev): Bump stylelint-config-twbs-bootstrap from 14.2.0 to 15.0.0 - [#&#8203;40774](https://github.com/twbs/bootstrap/issues/40774): Build(deps-dev): Bump hugo-bin from 0.129.1 to 0.130.1 - [#&#8203;40773](https://github.com/twbs/bootstrap/issues/40773): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.25.3 to 7.25.4 - [#&#8203;40775](https://github.com/twbs/bootstrap/issues/40775): Build(deps-dev): Bump rollup from 4.20.0 to 4.21.1 - [#&#8203;40723](https://github.com/twbs/bootstrap/issues/40723): Build(deps-dev): Bump hugo-bin from 0.127.0 to 0.129.1 - [#&#8203;40721](https://github.com/twbs/bootstrap/issues/40721): Build(deps-dev): Bump terser from 5.31.3 to 5.31.6 - [#&#8203;40722](https://github.com/twbs/bootstrap/issues/40722): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.25.2 to 7.25.3 - [#&#8203;40720](https://github.com/twbs/bootstrap/issues/40720): Build(deps-dev): Bump postcss from 8.4.40 to 8.4.41 - [#&#8203;40697](https://github.com/twbs/bootstrap/issues/40697): Build(deps-dev): Bump autoprefixer from 10.4.19 to 10.4.20 - [#&#8203;40696](https://github.com/twbs/bootstrap/issues/40696): Build(deps-dev): Bump rollup from 4.19.1 to 4.20.0 - [#&#8203;40698](https://github.com/twbs/bootstrap/issues/40698): Build(deps-dev): Bump stylelint from 16.7.0 to 16.8.1 - [#&#8203;40678](https://github.com/twbs/bootstrap/issues/40678): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.9 to 7.25.2 - [#&#8203;40680](https://github.com/twbs/bootstrap/issues/40680): Build(deps-dev): Bump karma from 6.4.3 to 6.4.4 - [#&#8203;40679](https://github.com/twbs/bootstrap/issues/40679): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.25.0 to 7.25.2 - [#&#8203;40673](https://github.com/twbs/bootstrap/issues/40673): Update devDependencies and regenerate package-lock.json - [#&#8203;40662](https://github.com/twbs/bootstrap/issues/40662): Build(deps-dev): Bump bundlewatch from 0.3.3 to 0.4.0 - [#&#8203;40655](https://github.com/twbs/bootstrap/issues/40655): Update devDependencies - [#&#8203;40638](https://github.com/twbs/bootstrap/issues/40638): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.7 to 7.24.9 - [#&#8203;40637](https://github.com/twbs/bootstrap/issues/40637): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.7 to 7.24.8 - [#&#8203;40636](https://github.com/twbs/bootstrap/issues/40636): Build(deps-dev): Bump stylelint from 16.6.1 to 16.7.0 - [#&#8203;40633](https://github.com/twbs/bootstrap/issues/40633): Build(deps-dev): Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.24.7 to 7.24.8 - [#&#8203;40634](https://github.com/twbs/bootstrap/issues/40634): Build(deps-dev): Bump eslint-plugin-markdown from 5.0.0 to 5.1.0 - [#&#8203;40632](https://github.com/twbs/bootstrap/issues/40632): Build(deps-dev): Bump terser from 5.31.1 to 5.31.2 - [#&#8203;40635](https://github.com/twbs/bootstrap/issues/40635): Build(deps-dev): Bump sass from 1.77.6 to 1.77.8 - [#&#8203;40617](https://github.com/twbs/bootstrap/issues/40617): Build(deps-dev): Bump rollup from 4.18.0 to 4.18.1 - [#&#8203;40616](https://github.com/twbs/bootstrap/issues/40616): Build(deps-dev): Bump npm-run-all2 from 6.2.0 to 6.2.2 - [#&#8203;40615](https://github.com/twbs/bootstrap/issues/40615): Build(deps-dev): Bump hugo-bin from 0.125.0 to 0.125.2 - [#&#8203;40618](https://github.com/twbs/bootstrap/issues/40618): Build(deps-dev): Bump [@&#8203;stackblitz/sdk](https://github.com/stackblitz/sdk) from 1.10.0 to 1.11.0 - [#&#8203;40601](https://github.com/twbs/bootstrap/issues/40601): Build(deps-dev): Bump terser from 5.31.0 to 5.31.1 - [#&#8203;40604](https://github.com/twbs/bootstrap/issues/40604): Build(deps-dev): Bump stylelint-config-twbs-bootstrap from 14.1.0 to 14.2.0 - [#&#8203;40603](https://github.com/twbs/bootstrap/issues/40603): Build(deps-dev): Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 25.0.8 to 26.0.1 - [#&#8203;40602](https://github.com/twbs/bootstrap/issues/40602): Build(deps-dev): Bump postcss from 8.4.38 to 8.4.39 - [#&#8203;40600](https://github.com/twbs/bootstrap/issues/40600): Build(deps-dev): Bump npm-run-all2 from 6.1.2 to 6.2.0 - [#&#8203;40598](https://github.com/twbs/bootstrap/issues/40598): Build(deps-dev): Bump nodemon from 3.1.3 to 3.1.4 - [#&#8203;40599](https://github.com/twbs/bootstrap/issues/40599): Build(deps-dev): Bump hugo-bin from 0.123.3 to 0.125.0 - [#&#8203;40597](https://github.com/twbs/bootstrap/issues/40597): Build(deps-dev): Bump sass from 1.77.4 to 1.77.6 - [#&#8203;40596](https://github.com/twbs/bootstrap/issues/40596): Build(deps-dev): Bump lockfile-lint from 4.13.2 to 4.14.0 - [#&#8203;40595](https://github.com/twbs/bootstrap/issues/40595): Build(deps-dev): Bump [@&#8203;rollup/plugin-replace](https://github.com/rollup/plugin-replace) from 5.0.5 to 5.0.7 - [#&#8203;40565](https://github.com/twbs/bootstrap/issues/40565): Build(deps-dev): Bump eslint-plugin-unicorn from 52.0.0 to 54.0.0 - [#&#8203;40548](https://github.com/twbs/bootstrap/issues/40548): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.5 to 7.24.7 - [#&#8203;40547](https://github.com/twbs/bootstrap/issues/40547): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.5 to 7.24.7 - [#&#8203;40594](https://github.com/twbs/bootstrap/issues/40594): Build(deps): Bump the npm_and_yarn group with 3 updates - [#&#8203;40545](https://github.com/twbs/bootstrap/issues/40545): Build(deps-dev): Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.24.5 to 7.24.7 - [#&#8203;40546](https://github.com/twbs/bootstrap/issues/40546): Build(deps-dev): Bump [@&#8203;stackblitz/sdk](https://github.com/stackblitz/sdk) from 1.9.0 to 1.10.0 - [#&#8203;39967](https://github.com/twbs/bootstrap/issues/39967): Build(deps-dev): Bump eslint-config-xo from 0.44.0 to 0.45.0 - [#&#8203;40530](https://github.com/twbs/bootstrap/issues/40530): Build(deps-dev): Bump nodemon from 3.1.0 to 3.1.3 - [#&#8203;40528](https://github.com/twbs/bootstrap/issues/40528): Build(deps-dev): Bump rollup from 4.17.2 to 4.18.0 - [#&#8203;40527](https://github.com/twbs/bootstrap/issues/40527): Build(deps-dev): Bump [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) from 25.0.7 to 25.0.8 - [#&#8203;39964](https://github.com/twbs/bootstrap/issues/39964): Build(deps-dev): Bump eslint-plugin-markdown from 4.0.1 to 5.0.0 - [#&#8203;40519](https://github.com/twbs/bootstrap/issues/40519): Build(deps-dev): Bump sass from 1.76.0 to 1.77.4 - [#&#8203;40520](https://github.com/twbs/bootstrap/issues/40520): Build(deps-dev): Bump stylelint from 16.4.0 to 16.6.1 - [#&#8203;40521](https://github.com/twbs/bootstrap/issues/40521): Build(deps-dev): Bump hugo-bin from 0.122.5 to 0.123.3 - [#&#8203;39950](https://github.com/twbs/bootstrap/issues/39950): package.json: ignore eslint for now and regenerate package-lock.json - [#&#8203;39939](https://github.com/twbs/bootstrap/issues/39939): Build(deps-dev): Bump terser from 5.30.4 to 5.31.0 - [#&#8203;39949](https://github.com/twbs/bootstrap/issues/39949): Build(deps-dev): Bump hugo-bin from 0.122.3 to 0.122.5 - [#&#8203;39942](https://github.com/twbs/bootstrap/issues/39942): Build(deps-dev): Bump sass from 1.75.0 to 1.76.0 - [#&#8203;39943](https://github.com/twbs/bootstrap/issues/39943): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.4 to 7.24.5 - [#&#8203;39937](https://github.com/twbs/bootstrap/issues/39937): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.4 to 7.24.5 - [#&#8203;39940](https://github.com/twbs/bootstrap/issues/39940): Build(deps-dev): Bump rollup from 4.16.3 to 4.17.2 - [#&#8203;39938](https://github.com/twbs/bootstrap/issues/39938): Build(deps-dev): Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.24.1 to 7.24.5 - [#&#8203;39936](https://github.com/twbs/bootstrap/issues/39936): Build(deps-dev): Bump stylelint from 16.3.1 to 16.4.0 - [#&#8203;39921](https://github.com/twbs/bootstrap/issues/39921): Build(deps-dev): Bump hugo-bin from 0.121.1 to 0.122.3 - [#&#8203;39922](https://github.com/twbs/bootstrap/issues/39922): Build(deps-dev): Bump eslint-plugin-html from 8.1.0 to 8.1.1 - [#&#8203;39919](https://github.com/twbs/bootstrap/issues/39919): Build(deps-dev): Bump terser from 5.30.3 to 5.30.4 - [#&#8203;39920](https://github.com/twbs/bootstrap/issues/39920): Build(deps-dev): Bump rollup from 4.14.3 to 4.16.3 - [#&#8203;39904](https://github.com/twbs/bootstrap/issues/39904): Build(deps-dev): Bump sass from 1.74.1 to 1.75.0 - [#&#8203;39903](https://github.com/twbs/bootstrap/issues/39903): Build(deps-dev): Bump rollup from 4.14.1 to 4.14.3 - [#&#8203;39902](https://github.com/twbs/bootstrap/issues/39902): Build(deps-dev): Bump eslint-plugin-html from 8.0.0 to 8.1.0 - [#&#8203;39890](https://github.com/twbs/bootstrap/issues/39890): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.3 to 7.24.4 - [#&#8203;39891](https://github.com/twbs/bootstrap/issues/39891): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.3 to 7.24.4 - [#&#8203;39887](https://github.com/twbs/bootstrap/issues/39887): Build(deps-dev): Bump rollup from 4.13.2 to 4.14.1 - [#&#8203;39886](https://github.com/twbs/bootstrap/issues/39886): Build(deps-dev): Bump terser from 5.29.2 to 5.30.3 - [#&#8203;39884](https://github.com/twbs/bootstrap/issues/39884): Build(deps-dev): Bump sass from 1.72.0 to 1.74.1 - [#&#8203;39883](https://github.com/twbs/bootstrap/issues/39883): Build(deps-dev): Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 - [#&#8203;39859](https://github.com/twbs/bootstrap/issues/39859): Build(deps-dev): Bump stylelint-config-twbs-bootstrap from 14.0.0 to 14.1.0 - [#&#8203;39858](https://github.com/twbs/bootstrap/issues/39858): Build(deps-dev): Bump find-unused-sass-variables from 5.0.0 to 6.0.0 - [#&#8203;39857](https://github.com/twbs/bootstrap/issues/39857): Build(deps-dev): Bump stylelint from 16.3.0 to 16.3.1 - [#&#8203;39855](https://github.com/twbs/bootstrap/issues/39855): Build(deps-dev): Bump rollup from 4.13.0 to 4.13.2 - [#&#8203;39818](https://github.com/twbs/bootstrap/issues/39818): Update devDependencies - [#&#8203;39806](https://github.com/twbs/bootstrap/issues/39806): package.json: stop ignoring jasmine - [#&#8203;39802](https://github.com/twbs/bootstrap/issues/39802): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.0 to 7.24.1 - [#&#8203;39803](https://github.com/twbs/bootstrap/issues/39803): Build(deps-dev): Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.23.9 to 7.24.1 - [#&#8203;39801](https://github.com/twbs/bootstrap/issues/39801): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.0 to 7.24.1 - [#&#8203;39800](https://github.com/twbs/bootstrap/issues/39800): Update dependencies - [#&#8203;39792](https://github.com/twbs/bootstrap/issues/39792): Build(deps-dev): Bump follow-redirects from 1.15.5 to 1.15.6 - [#&#8203;39775](https://github.com/twbs/bootstrap/issues/39775): Update devDependencies and regenerate package-lock.json - [#&#8203;39730](https://github.com/twbs/bootstrap/issues/39730): Build(deps): Bump streetsidesoftware/cspell-action from 5 to 6 - [#&#8203;39736](https://github.com/twbs/bootstrap/issues/39736): Build(deps-dev): Bump karma-firefox-launcher from 2.1.2 to 2.1.3 - [#&#8203;39734](https://github.com/twbs/bootstrap/issues/39734): Build(deps-dev): Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.23.9 to 7.24.0 - [#&#8203;39735](https://github.com/twbs/bootstrap/issues/39735): Build(deps-dev): Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.23.9 to 7.24.0 - [#&#8203;39733](https://github.com/twbs/bootstrap/issues/39733): Build(deps-dev): Bump karma from 6.4.2 to 6.4.3 - [#&#8203;39732](https://github.com/twbs/bootstrap/issues/39732): Build(deps-dev): Bump autoprefixer from 10.4.17 to 10.4.18 - [#&#8203;39731](https://github.com/twbs/bootstrap/issues/39731): Build(deps-dev): Bump hugo-bin from 0.120.4 to 0.120.7 - [#&#8203;39714](https://github.com/twbs/bootstrap/issues/39714): Build(deps-dev): Bump sass-true from 7.0.1 to 8.0.0 - [#&#8203;39711](https://github.com/twbs/bootstrap/issues/39711): Build(deps-dev): Bump eslint from 8.56.0 to 8.57.0 - [#&#8203;39713](https://github.com/twbs/bootstrap/issues/39713): Build(deps-dev): Bump nodemon from 3.0.3 to 3.1.0 - [#&#8203;39715](https://github.com/twbs/bootstrap/issues/39715): Build(deps-dev): Bump hugo-bin from 0.120.2 to 0.120.4 - [#&#8203;39704](https://github.com/twbs/bootstrap/issues/39704): Build(deps-dev): Bump hugo-bin from 0.119.0 to 0.120.2 - [#&#8203;39703](https://github.com/twbs/bootstrap/issues/39703): Build(deps-dev): Bump lockfile-lint from 4.13.1 to 4.13.2 - [#&#8203;39699](https://github.com/twbs/bootstrap/issues/39699): Build(deps-dev): Bump sass from 1.71.0 to 1.71.1 </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-04-03 19:29:42 +00:00
fix(deps): update dependency bootstrap to v5.3.4
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m7s
/ check-changes (pull_request) Successful in 56s
d336266818
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 changed title from fix(deps): update dependency bootstrap to v5.3.4 to fix(deps): update dependency bootstrap to v5.3.5 2025-04-04 18:24:43 +00:00
ticktock_depbot force-pushed renovate/bootstrap-5.x-lockfile from d336266818 to 5999543267 2025-04-04 18:24:44 +00:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Successful in 6m2s
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#59
No description provided.