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 minor #77

Merged
merged 1 commit into from Jul 31, 2023
Merged

Update minor #77

merged 1 commit into from Jul 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/sanitize-html (source) 2.8.1 -> 2.9.0 age adoption passing confidence
apexcharts (source) 3.37.1 -> 3.41.0 age adoption passing confidence
bootstrap (source) 5.2.3 -> 5.3.1 age adoption passing confidence
sanitize-html 2.10.0 -> 2.11.0 age adoption passing confidence
webpack 5.76.1 -> 5.88.2 age adoption passing confidence

Release Notes

apexcharts/apexcharts.js (apexcharts)

v3.41.0: 💎 Version 3.41.0

Compare Source

What's new

Screenshot 2023-06-11 at 9 06 25 PM

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.40.0...v3.41.0

v3.40.0: 💎 Version 3.40.0

Compare Source

What's new

fc3noor2 (2)
fc3noor2 (1)

  • Allow integer values to be passed as Column-width and Bar-height for easier management of column/bar thickness. Previously, only percentage values were supported

What's Changed

New Contributors

Full Changelog: apexcharts/apexcharts.js@v3.37.0...v3.40.0

v3.39.0

Compare Source

v3.38.0

Compare Source

v3.37.3

Compare Source

v3.37.2

Compare Source

twbs/bootstrap (bootstrap)

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

  • #​38913: Floating labels: fix disabled with text inside
  • #​38772: .text-bg-* helpers now use theme CSS variables
  • #​38886: New Sass variable to change vertical rule width
  • #​38851: Fix Sass properties order for newer stylelint-config-recess-order
  • #​38815: Increase contrast in dark-mode (#​38525)
  • #​38774: Generalize disabled nav links CSS rules
  • #​38673: Add $navbar-dark-icon-color
  • #​38674: Remove duplicate $alert-*-scale Sass vars

☕️ JavaScript

  • #​38498: Support Home and End keys in tabs

📖 Docs

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38947: Fix postcss plugin options
  • #​38885: Docs: Update float responsive examples
  • #​38946: Docs: remove v4 reference on homepage
  • #​38948: Fix some typos in Customize > Sass doc
  • #​38840: Docs: fix carousel carousel colors of carousel examples in dark mode
  • #​38604: Add dropdown alignment options to button group example
  • #​38894: Docs: add blank target and noopener rel to footer external links
  • #​38902: Fix tooltip generated markup documentation
  • #​38883: Docs: Fix incorrect class name on migration guide
  • #​38708: add a base class style display for toggle buttons
  • #​38827: Docs: add missing aria-disabled='true' to disabled anchors
  • #​38844: Fix for text-reset example class name
  • #​38838: JS/SCSS shortcodes: Add new feature to remove nested calls inside.
  • #​38850: Add docs search to homepage
  • #​38872: Docs: Improve Text Alignment Example
  • #​38865: Fix custom-radio class name on migration guide
  • #​38786: Explicitly add missing opacity-0 helper class example for clarity.
  • #​38707: Update bottom border on dark navbar example
  • #​38726: Update flex utilities link in navs docs
  • #​38734: Minor fixes for Docs Versions page
  • #​38745: Fix stack examples
  • #​38751: Docs (tooltips): Fix "them" typo in markup section
  • #​38688: Fix missing word issue on nav-tabs page
  • #​38681: Docs: consistency between custom buttons, popovers and tooltips
  • #​38600: collate distribution interval
  • #​38632: docs(spinners): improve buttons examples accessibility
  • #​38583: Docs: add more details on accessibility tips
  • #​38554: Doc: fix 'Events' JS example
  • #​38592: docs(forms): switch to aria-describedby
  • #​38542: Use .d-none instead of inline styling
  • #​38616: Add 'Issues assignment' section to the Contributing Guidelines
  • #​38528: Adding a link to clearfix
  • #​38538: Update Sass docs to mention compiling and including
  • #​38623: Fix disabled element tooltip StackBlitz

🛠 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

  • #​38958: Examples: improve spinner buttons accessibility
  • #​38498: Support Home and End keys in tabs
  • #​38827: Docs: add missing aria-disabled='true' to disabled anchors
  • #​38850: Add docs search to homepage
  • #​38774: Generalize disabled nav links CSS rules
  • #​38632: docs(spinners): improve buttons examples accessibility
  • #​38583: Docs: add more details on accessibility tips
  • #​38592: docs(forms): switch to aria-describedby

🧰 Misc

  • #​38747: Add color-modes.js to bootstrap-x.y.z-examples.zip

📦 Dependencies

v5.3.0

Compare Source

apostrophecms/sanitize-html (sanitize-html)

v2.11.0

Compare Source

  • Fix to allow false in allowedClasses attributes. Thanks to Kevin Jiang for this fix!
  • Upgrade mocha version
  • Apply small linter fixes in tests
  • Add .idea temp files to .gitignore
  • Thanks to Vitalii Shpital for the updates!
  • Show parseStyleAttributes warning in browser only. Thanks to mog422 for this update!
  • Remove empty non-boolean attributes via an exhaustive, configurable list of known non-boolean attributes. Thanks to Dylan Armstrong for this update!
webpack/webpack (webpack)

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

Compare Source

Developer Experience

Full Changelog: webpack/webpack@v5.88.0...v5.88.1

v5.88.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.87.0...v5.88.0

v5.87.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

@​aboktor made their first contribution in #​16991 #​16989
@​silverwind made their first contribution in #​17339 via #​17329

Full Changelog: webpack/webpack@v5.86.0...v5.87.0

v5.86.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.85.1...v5.86.0

v5.85.1

Compare Source

Bug Fixes

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.85.0...v5.85.1

v5.85.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.1...v5.85.0

v5.84.1

Compare Source

Bug Fixes
Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.84.0...v5.84.1

v5.84.0

Compare Source

New Features

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.83.1...v5.84.0

v5.83.1

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.83.0...v5.83.1

v5.83.0

Compare Source

New Features
Bug Fixes
Developer Experience
Dependencies & Maintenance
New Contributors

Full Changelog: webpack/webpack@v5.82.1...v5.83.0

v5.82.1

Compare Source

Bug Fixes

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.82.0...v5.82.1

v5.82.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

New Contributors

Full Changelog: webpack/webpack@v5.81.0...v5.82.0

v5.81.0

Compare Source

New Features

Bug Fixes

Tests & Contributor Experience

Developer Experience

Dependencies & Maintenance

  • A

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - "on saturday" (UTC).

🚦 Automerge: Enabled.

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 assigned Zsar Mar 26, 2023
@renovate renovate bot requested a review from Zsar March 26, 2023 01:29
@renovate renovate bot changed the title Update dependency @types/sanitize-html to v2.9.0 Update minor Apr 3, 2023
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from a69b452 to 9a099af Compare April 25, 2023 03:01
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 56edfda to 7b485e2 Compare May 5, 2023 16:32
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 3b24e0f to ed7d348 Compare May 15, 2023 18:26
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from f841af2 to 3a8775d Compare May 29, 2023 17:43
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 39eb720 to bfc3dc9 Compare June 5, 2023 21:18
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from b35cd3a to 5282225 Compare June 12, 2023 16:43
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 3012d6b to 9aecb6b Compare June 26, 2023 19:06
@renovate renovate bot force-pushed the renovate/minor branch 8 times, most recently from 0cb3e67 to e5a3554 Compare July 24, 2023 06:37
@martingrossmann martingrossmann requested review from martingrossmann and removed request for Zsar July 31, 2023 10:00
@martingrossmann martingrossmann merged commit 4ed3bcf into master Jul 31, 2023
1 check passed
@martingrossmann martingrossmann deleted the renovate/minor branch July 31, 2023 10:00
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

2 participants