Update dependency bootstrap to ^4.6.2 - autoclosed #89

Closed
renovate-bot wants to merge 1 commit from renovate/bootstrap-4.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
bootstrap (source) dependencies patch ^4.6.0 -> ^4.6.2

Release Notes

twbs/bootstrap (bootstrap)

v4.6.2

Compare Source

Highlights

  • Added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it.
  • We've replaced the deprecated color-adjust with print-color-adjust in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. If you're using our distribution CSS files, like bootstrap.min.css, you may still see the warning.
  • Tweaked the size of small and .small to compute to a whole pixel value (was 12.8px and now is 14px).
  • Improved accessibility around our dropdowns, color contrast, and role attributes.
  • Fixed some broken links to supporting documentation.
  • Updated dependencies across the board.

What's Changed

New Contributors

Full Changelog: https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2

v4.6.1: 4.6.1

Compare Source

What's changed
Full changelog

https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.1


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 is behind base branch, 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 | [`^4.6.0` -> `^4.6.2`](https://renovatebot.com/diffs/npm/bootstrap/4.6.0/4.6.2) | --- ### Release Notes <details> <summary>twbs/bootstrap (bootstrap)</summary> ### [`v4.6.2`](https://github.com/twbs/bootstrap/releases/tag/v4.6.2) [Compare Source](https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2) #### Highlights - Added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it. - We've replaced the deprecated `color-adjust` with `print-color-adjust` in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. *If you're using our distribution CSS files, like `bootstrap.min.css`, you may still see the warning.* - Tweaked the size of `small` and `.small` to compute to a whole pixel value (was `12.8px` and now is `14px`). - Improved accessibility around our dropdowns, color contrast, and `role` attributes. - Fixed some broken links to supporting documentation. - Updated dependencies across the board. #### What's Changed - Removed blurred background reference from the Toast Docs. by [@&#8203;pricop](https://github.com/pricop) in https://github.com/twbs/bootstrap/pull/35190 - Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls, more resources by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/35427 - v4-dev backports and updates by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/35482 - Backport [#&#8203;35556](https://github.com/twbs/bootstrap/issues/35556) by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/35558 - Tweak toast docs by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/35633 - v4-dev backports and updates by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/35642 - Doc: Reorder alphabetically lists of components by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36128 - Updated the small-font-size to use a round value by [@&#8203;pricop](https://github.com/pricop) in https://github.com/twbs/bootstrap/pull/36172 - v4 dev backports and updates by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/35767 - \_custom-forms.scss: fix order of attributes by [@&#8203;twin-elements](https://github.com/twin-elements) in https://github.com/twbs/bootstrap/pull/36231 - Replace the deprecated `color-adjust` with `print-color-adjust` by [@&#8203;AdrianCurtin](https://github.com/AdrianCurtin) in https://github.com/twbs/bootstrap/pull/36283 - \[v4] Doc: remove `role="group"` from some split drop\* buttons by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36254 - Dynamic tabs: use buttons rather than links (backport to v4) by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/33163 - v4 dev updates by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/36430 - Fix closing HTML tag in navs docs by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36466 - v4: Horizontal collapse by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/36434 - Fixing tabs' tests v4 by [@&#8203;louismaximepiton](https://github.com/louismaximepiton) in https://github.com/twbs/bootstrap/pull/36485 - Docs: fix some ARIA Authoring Practices Guides broken links by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36490 - v4 - Remove confusing unnecessary id/aria-labelledby for dropdown menus by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/36491 - v4 Docs: outdated ARIA/PF link, expand contrast explanation in `accessibility.md` by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/36492 - v4: Improve accessible name of version dropdown in docs navbar by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/36504 - Update devDependencies by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/36522 - Docs: update clipboard.js to v2.0.11 by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36631 - Update devDependencies by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/36724 - v4: Add Fathom by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/36727 - Docs: Capitalize Unicode by [@&#8203;julien-deramond](https://github.com/julien-deramond) in https://github.com/twbs/bootstrap/pull/36735 - Release v4.6.2 by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/36725 #### New Contributors - [@&#8203;twin-elements](https://github.com/twin-elements) made their first contribution in https://github.com/twbs/bootstrap/pull/36231 - [@&#8203;AdrianCurtin](https://github.com/AdrianCurtin) made their first contribution in https://github.com/twbs/bootstrap/pull/36283 **Full Changelog**: https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2 ### [`v4.6.1`](https://github.com/twbs/bootstrap/releases/tag/v4.6.1): 4.6.1 [Compare Source](https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.1) ##### What's changed - Replace Sass division with multiplication and custom `divide()` function by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/34571 - Update RFS to v8.1.0 by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/34571 - fix(forms): input-group and validation icons by [@&#8203;ffoodd](https://github.com/ffoodd) in https://github.com/twbs/bootstrap/pull/32968 - Fix minor visual bug in Firefox caused by `moz-focusring` by [@&#8203;kremit](https://github.com/kremit) in https://github.com/twbs/bootstrap/pull/32821 - Adjust `SAFE_URL_PATTERN` regex for use with test method of regexes by [@&#8203;nikonthethird](https://github.com/nikonthethird) in https://github.com/twbs/bootstrap/pull/33153 - Add `sms` in the `SAFE_URL_PATTERN` for sanitizer by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/35074 - Adjust feedback icon position and padding for `select.form-control` by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/33206 - Carousel: use buttons, not links, for prev/next controls by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/33165 - v4: Sass docs for default variables by [@&#8203;mdo](https://github.com/mdo) in https://github.com/twbs/bootstrap/pull/33392 - Handle complex expressions in `add()` & `subtract()` by [@&#8203;ffoodd](https://github.com/ffoodd) in https://github.com/twbs/bootstrap/pull/34047 - More concise improvements for `add()` and `subtract()` by [@&#8203;ffoodd](https://github.com/ffoodd) in https://github.com/twbs/bootstrap/pull/34432 - Remove `aria-haspopup` from dropdowns by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/33624 - Dropdown: support `.dropdown-item` wrapped in `<li>` tags by [@&#8203;cpsievert](https://github.com/cpsievert) in https://github.com/twbs/bootstrap/pull/33649 - Update Node versions in JS tests (drop Node 10, add Node 16), update docs JS assets and add variables for `vertical-align` in spinners by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/33807 - Replace Freenode with Libera IRC server by [@&#8203;midzer](https://github.com/midzer) https://github.com/twbs/bootstrap/pull/34050 - Fix repetition in the Navbar docs description by [@&#8203;coliff](https://github.com/coliff) in https://github.com/twbs/bootstrap/pull/34208 - Enable `0.x` with negative margins in utilities by [@&#8203;k-utsumi](https://github.com/k-utsumi) in https://github.com/twbs/bootstrap/pull/33593 - Remove print `thead` rule by [@&#8203;coliff](https://github.com/coliff) in https://github.com/twbs/bootstrap/pull/34426 - Fix prevented `show` event disabling modals with fade class from being displayed again by [@&#8203;alpadev](https://github.com/alpadev) in https://github.com/twbs/bootstrap/pull/34087 - Input group validation with custom-file input by [@&#8203;ffoodd](https://github.com/ffoodd) in https://github.com/twbs/bootstrap/pull/33239 - Add eslint-plugin-qunit and tighten JS tests by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/32270 - Update our tests to Node 16 and npm 8 by [@&#8203;XhmikosR](https://github.com/XhmikosR) in https://github.com/twbs/bootstrap/pull/35142 - Disabled link cleanup by [@&#8203;patrickhlauke](https://github.com/patrickhlauke) in https://github.com/twbs/bootstrap/pull/34924 - Updated our devDependencies including terser; also enabled two passes for terser by [@&#8203;XhmikosR](https://github.com/XhmikosR) ##### Full changelog <https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
samuel-p was assigned by renovate-bot 2021-10-28 16:03:53 +00:00
renovate-bot changed title from Update dependency bootstrap to ^4.6.1 to Update dependency bootstrap to ^4.6.2 2022-07-19 16:02:07 +00:00
renovate-bot force-pushed renovate/bootstrap-4.x from c48853d6a1 to 1ef9d6762f 2022-07-19 16:02:09 +00:00 Compare
renovate-bot changed title from Update dependency bootstrap to ^4.6.2 to Update dependency bootstrap to ^4.6.2 - autoclosed 2023-12-06 23:01:52 +00:00
renovate-bot closed this pull request 2023-12-06 23:01:52 +00:00
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Pull request closed

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: samuel-p/sp-magic.de#89
No description provided.