Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all dependencies #34

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 1, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v1 -> v4 age adoption passing confidence
actions/setup-node action major v1 -> v4 age adoption passing confidence
bootstrap (source) dependencies major ^4.4.1 -> ^5.0.0 age adoption passing confidence
cache-manager dependencies major ^2.10.1 -> ^5.0.0 age adoption passing confidence
clean-webpack-plugin dependencies major ^3.0.0 -> ^4.0.0 age adoption passing confidence
css-loader dependencies major ^3.4.0 -> ^7.0.0 age adoption passing confidence
cypress (source) dependencies major 3.8.3 -> 13.11.0 age adoption passing confidence
dotenv dependencies major ^8.2.0 -> ^16.0.0 age adoption passing confidence
eslint (source) dependencies major ^6.8.0 -> ^9.0.0 age adoption passing confidence
file-loader dependencies major ^5.0.2 -> ^6.0.0 age adoption passing confidence
front-matter dependencies major ^3.0.2 -> ^4.0.0 age adoption passing confidence
glob dependencies major ^7.1.6 -> ^10.0.0 age adoption passing confidence
http-server dependencies major ^0.10.0 -> ^14.0.0 age adoption passing confidence
http-server dependencies major ^0.12.1 -> ^14.0.0 age adoption passing confidence
lodash.js (source) patch 4.17.4 -> 4.17.21 age adoption passing confidence
mini-css-extract-plugin dependencies major ^0.9.0 -> ^2.0.0 age adoption passing confidence
node (source) major 14.19.1 -> 20.14.0 age adoption passing confidence
node (source) engines major 8.17.0 -> 20.14.0 age adoption passing confidence
postcss-loader dependencies major ^3.0.0 -> ^8.0.0 age adoption passing confidence
purgecss-webpack-plugin (source) dependencies major ^1.6.0 -> ^6.0.0 age adoption passing confidence
sass-loader dependencies major ^8.0.0 -> ^14.0.0 age adoption passing confidence
sirv dependencies major ^0.4.0 -> ^2.0.0 age adoption passing confidence
style-loader dependencies major ^1.1.2 -> ^4.0.0 age adoption passing confidence
svelte-loader devDependencies major ^2.9.0 -> ^3.0.0 age adoption passing confidence
webpack devDependencies major ^4.7.0 -> ^5.0.0 age adoption passing confidence
webpack-cli (source) devDependencies major ^3.3.10 -> ^5.0.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

v2

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

v3

Compare Source

v2

Compare Source

twbs/bootstrap (bootstrap)

v5.3.3

Compare Source

Highlights
  • Fixed a breaking change introduced with color modes where it was required to manually import variables-dark.scss when building Bootstrap with Sass. Now, _variables.scss will automatically import _variables-dark.scss. If you were already importing _variables-dark.scss manually, you should keep doing it as it won't break anything and will be the way to go in v6.
  • Fixed a regression in the selector engine that wasn't able to handle multiple IDs anymore.
Color modes
  • Badges now use the .text-bg-* text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).
  • Fixed our color-modes.js script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.
  • Fixed color schemes description in the color modes documentation to show that color-scheme() only accept light and dark values as parameters.
Miscellaneous
  • Allowed <dl>, <dt> and <dd> in the sanitizer.
  • Dropped evenly items distribution for modal and offcanvas headers.
  • Fixed the accordion CSS selectors to avoid inheritance issues when nesting accordions.
  • Fixed the focus box-shadow for the validation stated form controls.
  • Fixed the focus ring on focused checked buttons.
  • Fixed the product example mobile navbar toggler.
  • Changed the RTL processing of carousel control icons.

🎨 CSS
β˜•οΈ JavaScript
πŸ“– Docs
πŸ›  Examples
  • #​39657: Fix product example mobile navbar toggler
  • #​39585: Docs: Add missing type="button" to Cheatsheet nav buttons
🏭 Tests
🧰 Misc
πŸ“¦ Dependencies

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
🌎 Accessibility
🧰 Misc
πŸ“¦ Dependencies

v5.3.1

Compare Source

Highlights
  • Color modes:
    • Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body color
    • Added our color mode switcher JavaScript to our examples ZIP download
  • Components:
    • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
    • Add support for Home and End keys for navigating tabs by keyboard
    • Added some basic styling to toggle buttons when no modifier class is present
    • Fixed carousel colors in dark mode
  • Forms:
    • Fixed floating label disabled text color
  • Utilities:
    • .text-bg-* utilities now use CSS variables
  • Sass:
    • Add new $navbar-dark-icon-color Sass variable
    • Removed duplicate $alert Sass variables
    • Added a new variable for $vr-border-width to customize the vertical rule helper width
  • Documentation:
    • Added search to our homepage
    • Improved responsive behavior on Dashboard example
    • Improved dark mode rendering of Cheatsheet examples

🎨 CSS
β˜•οΈ JavaScript
πŸ“– Docs
πŸ›  Examples
  • #​38958: Examples: improve spinner buttons accessibility
  • #​38952: dashboard: fix offcanvas md display
  • #​38840: Docs: fix carousel carousel colors of carousel examples in dark mode
  • #​38905: Fix dark mode rendering of Cheatsheet examples
  • #​38711: Fix link colors in Sidebars example
🌎 Accessibility
🧰 Misc
  • #​38747: Add color-modes.js to bootstrap-x.y.z-examples.zip
πŸ“¦ Dependencies

v5.3.0

Compare Source

v5.2.3

Compare Source

Fixes

🎨 CSS
β˜•οΈ JavaScript

v5.2.2

Compare Source

Highlights

  • Accordion
    • Use Sass variable for the accordion color instead of an invalid CSS variable
  • Buttons
    • Undo changes to .btn:hover from v5.2.1. We now explicitly target .btn-check styles instead.
  • Dropdowns
    • Restore the ability for dropdowns to work without an explicit data attribute (will be removed again in v6)
  • Modals
    • Improve modal event listeners
    • Use <h1> for all .modal-title instances in our docs
  • Tables
    • Don't redefine $border-color in table-variant() mixin
  • Tabs
    • Tabs no longer autofocus and cause pages to jump on tab.show()
    • Fix .active class toggling of tabs within dropdowns
  • Toasts
    • Properly set toast z-index on .toast-container as opposed to individual .toasts that don't receive any other positioning
  • Tooltips
    • Fix tooltip selectors with title attribute on dynamically created elements

🎨 CSS

β˜•οΈ JavaScript

πŸ“– Docs

🌎 Accessibility

🏭 Tests

🧰 Misc

πŸ“¦ Dependencies

v5.2.1

Compare Source

πŸš€ Highlights

  • Accordion
    • Update color value to use the $accordion-button-color Sass variable instead of our color contrast function
  • Buttons
    • Added a transparent default hover border color CSS variable for buttons to fix a visual regression
    • .btn-link no longer has a gradient when $enable-gradients is set to true
  • Forms
    • Input groups have updated z-index values to ensure proper rendering of validated form fields
    • Floating labels now reset their text-align to ensure consistent styling
  • List Groups
    • Horizontal list groups with only one child now render the correct border-radius
    • Modified the list-group-item selectors to better support nested imports of Bootstrap's CSS
  • Modals
    • Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal
  • Pagination
    • Fixed incorrect border-radius values inside pagination components
  • Scrollspy
    • Scrollspy threshold option is now configurable
  • Tooltips
    • Reverted some tooltip plugin updates to prevent issues with selector, dynamic content, and disposed tooltips using title

πŸš€ Features

  • #​36750: ScrollSpy: make the threshold option configurable

🎨 CSS

β˜•οΈ JavaScript

πŸ“– Docs

πŸ›  Examples

🌎 Accessibility

  • #​36507: v5/docs: reintroduce outline for docs code samples, buttons when :not(:focus-visible)
  • #​36829: Docs: correct heading levels in features example
  • #​37026: Rework button focus/active styling, with extra changes for checks/radios

πŸ“¦ Dependencies

v5.2.0

Compare Source

πŸš€ Highlights

πŸš€ Features

  • #​36352: Fix StackBlitz examples by embedding snippets.js when needed
  • #​36528: Scrollspy: enable smooth-scroll behavior
  • #​36759: Support input groups in floating forms

🎨 CSS

  • #​36156: Update .form-control-color sizing and styles
  • #​36168: Manually set hover and active backgrounds and borders for dark and light buttons
  • #​36178: Add a banner mixin, helping future releases and maintenance
  • #​36327: Truncate text to prevent multiline floating label
  • #​36353: Fix offcanvas not showing with .showing
  • [#​36366](http

Configuration

πŸ“… Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d447160 to 88d908a Compare March 18, 2021 01:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e18667b to 72b9407 Compare April 7, 2021 17:56
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c34fa89 to 881b9e7 Compare April 19, 2021 11:27
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from f5e5b17 to d307625 Compare May 11, 2021 23:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 758583a to f7ad236 Compare May 24, 2021 21:16
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2c5b662 to 2f35876 Compare June 8, 2021 00:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6047c99 to 37260ed Compare June 15, 2021 12:58
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f58e9ec to 71d8878 Compare June 30, 2021 17:41
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c270471 to 434866c Compare July 7, 2021 15:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f3ee217 to 070a940 Compare July 20, 2021 02:02
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 090a9c0 to d5d53f1 Compare January 16, 2024 20:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cc366d2 to 866cfde Compare February 20, 2024 21:14
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d42529c to 27a6589 Compare March 26, 2024 19:14
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from e2e4b7b to d7f077f Compare April 4, 2024 17:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b30c787 to 1622b16 Compare April 11, 2024 21:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9bf58cb to 9e6d310 Compare April 23, 2024 22:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d78fcd2 to e57450c Compare May 9, 2024 16:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b492618 to d0eab25 Compare May 28, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants