0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-14 02:24:00 +01:00
Bootstrap/scss
dependabot[bot] 5ee90fe3d7
Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates (#40895)
* Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@docsearch/js](https://github.com/algolia/docsearch) | `3.6.1` | `3.6.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `26.0.1` | `28.0.0` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `15.3.0` |
| [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) | `5.0.7` | `6.0.1` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) | `8.1.1` | `8.1.2` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.4` | `3.1.7` |
| [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` |
| [sass](https://github.com/sass/dart-sass) | `1.77.8` | `1.78.0` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) | `15.0.0` | `15.1.0` |



Updates `@docsearch/js` from 3.6.1 to 3.6.2
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/compare/v3.6.1...v3.6.2)

Updates `@rollup/plugin-commonjs` from 26.0.1 to 28.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.0/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 15.3.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)

Updates `@rollup/plugin-replace` from 5.0.7 to 6.0.1
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/json-v6.0.1/packages/replace)

Updates `eslint-plugin-html` from 8.1.1 to 8.1.2
- [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/compare/v8.1.1...v8.1.2)

Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7)

Updates `postcss` from 8.4.45 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.45...8.4.47)

Updates `sass` from 1.77.8 to 1.78.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.8...1.78.0)

Updates `stylelint-config-twbs-bootstrap` from 15.0.0 to 15.1.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v15.0.0...v15.1.0)

---
updated-dependencies:
- dependency-name: "@docsearch/js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rollup/plugin-replace"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-html
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix new stylelint-config-recess-order issues (#40887)

* Pin sass to 1.78

If the issues are fixed, it should be updated again along with the caret operator.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2024-10-02 08:11:23 +03:00
..
forms Floating labels: Fix max-width and background-color (#39720) 2024-06-12 18:39:23 -07:00
helpers .text-bg-* helpers now use theme CSS variables (#38772) 2023-07-16 20:41:29 -07:00
mixins Docs: update WCAG links and references (#40703) 2024-08-07 12:11:06 +02:00
tests Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527) 2023-12-23 18:49:29 +02:00
utilities Utility API, RFS option: Only generate responsive classes when needed (#32397) 2020-12-09 23:49:21 +02:00
vendor Update RFS to v10.0.0 2023-03-29 12:49:58 -05:00
_accordion.scss Merge accordion selectors for border-radius rule (#39697) 2024-02-22 13:11:39 +01:00
_alert.scss Fix alerts colors by using *-text-emphasis CSS vars in Sass loop (#38003) 2023-02-06 12:39:50 +01:00
_badge.scss Fix tooltip/badge border radius when rounded disabled 2022-06-29 13:41:33 -07:00
_breadcrumb.scss Stylelint: Disable custom-property-empty-line-before 2022-05-22 19:58:14 -07:00
_button-group.scss Fix .btn-group-vertical border radius with dropdown as first element (#40488) 2024-05-30 07:49:28 +02:00
_buttons.scss Fix the focus ring on focused checked buttons (#39595) 2024-02-06 21:59:42 +02:00
_card.scss Fix cards color for contextual color mode 2023-01-01 21:56:19 -08:00
_carousel.scss Changed RTL processing of carousel control icons (#39536) 2024-02-06 22:02:43 +02:00
_close.scss Docs: add CSS variables section in close button section 2023-01-02 11:39:13 -08:00
_containers.scss Separate container classes from $enable-grid-classes option (#35005) 2021-10-05 19:46:33 +03:00
_dropdown.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
_forms.scss Drop custom file upload plugin in favor of CSS 2020-10-28 18:29:28 +01:00
_functions.scss Docs: update WCAG links and references (#40703) 2024-08-07 12:11:06 +02:00
_grid.scss Reduce bootstrap-grid.css content 2023-01-11 10:01:11 -08:00
_helpers.scss Add new link utilities, icon link helper, and update colored link helpers (#37762) 2023-01-03 22:23:46 -08:00
_images.scss Replace / division with multiplication and custom divide() function (#34245) 2021-06-14 09:35:30 -07:00
_list-group.scss Fix list group colors by using *-text-emphasis CSS vars in Sass loop (#38008) 2023-02-06 13:08:20 +01:00
_maps.scss Proposal to rename the CSS and Sass variables 2023-01-21 09:46:48 -08:00
_mixins.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
_modal.scss Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623) 2024-07-15 23:10:14 +02:00
_nav.scss Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates (#40895) 2024-10-02 08:11:23 +03:00
_navbar.scss Build(deps-dev): Bump the development-dependencies group across 1 directory with 9 updates (#40895) 2024-10-02 08:11:23 +03:00
_offcanvas.scss Drop evenly items distribution for modal and offcanvas headers (#39373) 2023-11-15 20:38:44 +01:00
_pagination.scss Add a check for interpolation variables to node-sass workflow (#38283) 2023-03-27 17:34:14 +02:00
_placeholders.scss Update devDependencies (#36120) 2022-04-08 09:17:00 +03:00
_popover.scss Add workarounds for postcss values parser error 2022-09-04 09:45:40 -07:00
_progress.scss Rework progress bar markup and styles (#36831) 2022-11-28 23:07:48 -08:00
_reboot.scss Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623) 2024-07-15 23:10:14 +02:00
_root.scss Allow <mark> colors customization for color modes (#39141) 2023-09-13 08:50:42 +02:00
_spinners.scss v5.2.0 design refresh, plus responsive offcanvas classes (#35736) 2022-04-17 22:17:50 -07:00
_tables.scss Fix a typo in scss/_tables.scss comments (#39497) 2023-12-15 08:15:59 +01:00
_toasts.scss Set toast z-index variable in the correct spot 2022-09-20 04:36:45 -07:00
_tooltip.scss Fix tooltip body placement with variation placements 2023-03-25 12:22:15 -07:00
_transitions.scss Add horizontal collapse support 2021-07-05 17:22:29 -10:00
_type.scss Fix use of declarations after nested rules (deprecated in Sass 1.77.7) (#40623) 2024-07-15 23:10:14 +02:00
_utilities.scss Use CSS box-shadow variables in shadow utility classes (#38816) 2023-07-27 22:46:12 +02:00
_variables-dark.scss Optimize Sass SVG files (#39804) 2024-03-19 21:31:07 +02:00
_variables.scss Docs: update WCAG links and references (#40703) 2024-08-07 12:11:06 +02:00
bootstrap-grid.scss Remove useless import 2023-03-10 10:45:12 -06:00
bootstrap-reboot.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
bootstrap-utilities.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00
bootstrap.scss Add dark mode support (#35857) 2022-11-28 22:30:26 -08:00