[PR #781] [CLOSED] Bump vuetify from 2.3.21 to 2.4.2 #1753

Closed
opened 2026-02-25 23:30:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/781
Author: @dependabot-preview[bot]
Created: 1/7/2021
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vuetify-2.4.2


📝 Commits (1)

  • 90da019 Bump vuetify from 2.3.21 to 2.4.2

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps vuetify from 2.3.21 to 2.4.2.

Release notes

Sourced from vuetify's releases.

v2.4.2

🔧 Bug Fixes

v2.4.1

🔧 Bug Fixes

v2.4.0

The latest release (Endurance) brings multiple bug fixes, features, and quality of life changes to the Vuetify. Long awaited features such as the plain property for v-btn, new slots for v-carousel, and support for a globally defined icon component. In addition, we added support for 2 new locales, Azerbaijani and Central Kurdish, improved accessibility in the v-menu component, and new typography css classes.

We resolved numerous issues related to components and features we are building in Vuetify 3 right now! If you haven't yet, check out John's talk from Vue Conf Toronto Online 2020 with more information about what to expect with the upcoming release. Keep an eye out for updates pertaining to Titan in the coming weeks.

If you have questions regarding v3, connect with us in the Vuetify Discord.

-John Leider-

Supporting Vuetify

Vuetify is an open source MIT project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:

📖 Table of Contents

#Release Introduction #Important Links #Documentation Updates #Release Notes #I need help! 🆘

Have questions? Check out our Frequently Asked Questions or join our Discord community.

Vuetify Store

Commits
  • d4cee71 chore(release): publish v2.4.2
  • a2a61c2 fix(VBtn): show background on non-elevated buttons, fix color states (#12908)
  • 7a36172 chore(release): publish v2.4.1
  • 2417f56 fix(VCalendar): type category should display events
  • de3112a fix(vcalendar): object inheritance (#12857)
  • edf13fe fix(VBtn): disabled state background-color (#12892)
  • e90e07a fix(VTextField): align dense mode text field prefix and content (#12759)
  • fd339ed fix(VCombobox): fixed incorrect combobox behaviour (#12806)
  • 4133a76 fix(VSlider): make slider drag respond to mousedown (#12640)
  • f59279e fix(VSlideGroup): fix scrollIntoView & arrows visibility (#12318)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/781 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/7/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-2.4.2` --- ### 📝 Commits (1) - [`90da019`](https://github.com/floccusaddon/floccus/commit/90da0192a80a61eeabeb3bc7c3ed42a370028ff2) Bump vuetify from 2.3.21 to 2.4.2 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.3.21 to 2.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuetifyjs/vuetify/releases">vuetify's releases</a>.</em></p> <blockquote> <h2>v2.4.2</h2> <h3>🔧 Bug Fixes</h3> <ul> <li><strong>VBtn:</strong> show background on non-elevated buttons, fix color states (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12908">#12908</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/a2a61c24542e7c5b99560c222c10caa2b2867b77">a2a61c2</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12903">#12903</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12892">#12892</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12845">#12845</a></li> </ul> <h2>v2.4.1</h2> <h3>🔧 Bug Fixes</h3> <ul> <li><strong>VBtn:</strong> disabled state background-color (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12892">#12892</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/edf13fe1c83841c26c3575bb5b052225d61e68ed">edf13fe</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12845">#12845</a></li> <li><strong>VCalendar:</strong> object inheritance (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12857">#12857</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/de3112a3654516f7818e5a2a24bc17e6fe30c5c3">de3112a</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12898">#12898</a></li> <li><strong>VCalendar:</strong> type category should display events (<a href="https://github.com/vuetifyjs/vuetify/commit/2417f56572e2b2c4a57797c7d2e1590e4dd6b389">2417f56</a>)</li> <li><strong>VCombobox:</strong> fixed incorrect combobox behaviour (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12806">#12806</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/fd339edfa780399a98cf4723e5a4f270a613eed3">fd339ed</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12781">#12781</a></li> <li><strong>VSlideGroup:</strong> fix scrollIntoView &amp; arrows visibility (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12318">#12318</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/f59279ebec9b5fe9198e5bb8cf2e8c759bc90c0e">f59279e</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10971">#10971</a></li> <li><strong>VSlider:</strong> make slider drag respond to mousedown (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12640">#12640</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/4133a76f076783bb276088951cb9ef98abf99ba7">4133a76</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12639">#12639</a></li> <li><strong>VTextField:</strong> align dense mode text field prefix and content (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12759">#12759</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/e90e07acfd53409237bcaee60a725785d0c0827f">e90e07a</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/12743">#12743</a></li> </ul> <h2>v2.4.0</h2> <!-- raw HTML omitted --> <p>The latest release (Endurance) brings multiple bug fixes, features, and quality of life changes to the Vuetify. Long awaited features such as the <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/3026"><strong>plain</strong></a> property for <code>v-btn</code>, new <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/3235"><strong>slots</strong></a> for <code>v-carousel</code>, and support for a globally defined <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/7821"><strong>icon</strong></a> component. In addition, we added support for 2 new locales, <em>Azerbaijani</em> and <em>Central Kurdish</em>, improved accessibility in the <code>v-menu</code> component, and new typography css classes.</p> <p>We resolved numerous issues related to components and features we are building in Vuetify 3 right now! If you haven't yet, check out <a href="https://www.youtube.com/watch?v=aXY4upCtiPI"><strong>John's talk</strong></a> from <strong>Vue Conf Toronto Online 2020</strong> with more information about what to expect with the upcoming release. Keep an eye out for updates pertaining to Titan in the coming weeks.</p> <p>If you have questions regarding v3, connect with us in the <a href="https://community.vuetifyjs.com/">Vuetify Discord</a>.</p> <p>-<em>John Leider</em>-</p> <h3>Supporting Vuetify</h3> <p>Vuetify is an open source MIT project that has been made possible due to the generous contributions by <!-- raw HTML omitted -->sponsors and backers<!-- raw HTML omitted -->. If you are interested in supporting this project, please consider:</p> <ul> <li><a href="https://github.com/users/johnleider/sponsorship">Becoming a sponsor on Github</a></li> <li><a href="https://opencollective.com/vuetify">Supporting the Core Team on Open Collective</a></li> <li><a href="https://www.patreon.com/vuetify">Becoming a sponsor on Patreon</a> <!-- raw HTML omitted -->(supports the author)<!-- raw HTML omitted --></li> <li><a href="https://tidelift.com/subscription/npm/vuetify?utm_source=vuetify&amp;utm_medium=referral&amp;utm_campaign=2.1-notes">Becoming a subscriber on Tidelift</a></li> <li><a href="https://paypal.me/vuetify">Make a one-time payment with Paypal</a></li> <li><a href="https://vuetifyjs.com/getting-started/consulting-and-support?ref=github">Direct support from Vuetify</a></li> </ul> <h2>📖 Table of Contents</h2> <p><a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-release-introduction">#Release Introduction</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-important-links">#Important Links</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-documentation-updates">#Documentation Updates</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-release-notes">#Release Notes</a> <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-content-i-need-help"><strong>#I need help! 🆘</strong></a></p> <p>Have questions? Check out our <a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/blob/HEAD/#user-frequently-asked-questions">Frequently Asked Questions</a> or join our <a href="https://community.vuetifyjs.com/">Discord community</a>.</p> <!-- raw HTML omitted --> <p><a href="https://store.vuetifyjs.com/">Vuetify Store</a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/d4cee712c88f7634624b41d79cd7d65275f01679"><code>d4cee71</code></a> chore(release): publish v2.4.2</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/a2a61c24542e7c5b99560c222c10caa2b2867b77"><code>a2a61c2</code></a> fix(VBtn): show background on non-elevated buttons, fix color states (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12908">#12908</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7a361725a09e31f11bb6b414748a7ad55c0b3500"><code>7a36172</code></a> chore(release): publish v2.4.1</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2417f56572e2b2c4a57797c7d2e1590e4dd6b389"><code>2417f56</code></a> fix(VCalendar): type category should display events</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/de3112a3654516f7818e5a2a24bc17e6fe30c5c3"><code>de3112a</code></a> fix(vcalendar): object inheritance (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12857">#12857</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/edf13fe1c83841c26c3575bb5b052225d61e68ed"><code>edf13fe</code></a> fix(VBtn): disabled state background-color (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12892">#12892</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e90e07acfd53409237bcaee60a725785d0c0827f"><code>e90e07a</code></a> fix(VTextField): align dense mode text field prefix and content (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12759">#12759</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/fd339edfa780399a98cf4723e5a4f270a613eed3"><code>fd339ed</code></a> fix(VCombobox): fixed incorrect combobox behaviour (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12806">#12806</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/4133a76f076783bb276088951cb9ef98abf99ba7"><code>4133a76</code></a> fix(VSlider): make slider drag respond to mousedown (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12640">#12640</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/f59279ebec9b5fe9198e5bb8cf2e8c759bc90c0e"><code>f59279e</code></a> fix(VSlideGroup): fix scrollIntoView &amp; arrows visibility (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/12318">#12318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.4.2/packages/vuetify">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.3.21&new-version=2.4.2)](https://dependabot.com/compatibility-score/?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.3.21&new-version=2.4.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:43 +03:00
Sign in to join this conversation.
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
starred/floccus#1753
No description provided.