[PR #521] [CLOSED] Bump vuetify from 2.2.25 to 2.2.27 #1615

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/521
Author: @dependabot-preview[bot]
Created: 5/6/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vuetify-2.2.27


📝 Commits (1)

  • 5b97cf9 Bump vuetify from 2.2.25 to 2.2.27

📊 Changes

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

View changed files

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

📄 Description

Bumps vuetify from 2.2.25 to 2.2.27.

Release notes

Sourced from vuetify's releases.

v2.2.27

🔧Bug Fixes

  • VDataTable: include rows that exclusively match custom filters (#11181) (239e238), closes #9887
  • VRangeSlider: incorrect slider width when disabled (#11307) (ee73538), closes #11302
  • VSelect: make selection color white when using solo-inverted (c8f2564), closes #10617
  • VSlider: thumb shifting position when toggling disabled state (#11306) (1fa2f92), closes #11303
  • VSlider: wrong tick labels positions in RTL mode (#11317) (225e82a), closes #11028
  • VSparkline: handle a divide by zero bug when all values are zero (#11315) (2dacec2), closes #11311
  • VSparkline: remove duplicate id (#11262) (4a785ff)
  • VTextField: adjust label top position with solo prop (7f95808)
  • VTextField: remove gap when outlined label changes to empty (#11316) (6b3562b), closes #11269

🔄 Reverts

v2.2.26

🔧 Bug Fixes

Commits
  • e6ebf4f chore(release): publish v2.2.27
  • 6b3562b fix(VTextField): remove gap when outlined label changes to empty (#11316)
  • 225e82a fix(VSlider): wrong tick labels positions in RTL mode (#11317)
  • 239e238 fix(VDataTable): include rows that exclusively match custom filters (#11181)
  • 2dacec2 fix(VSparkline): handle a divide by zero bug when all values are zero (#11315)
  • ee73538 fix(VRangeSlider): incorrect slider width when disabled (#11307)
  • 1fa2f92 fix(VSlider): thumb shifting position when toggling disabled state (#11306)
  • 7f95808 fix(VTextField): adjust label top position with solo prop
  • c8f2564 fix(VSelect): make selection color white when using solo-inverted
  • 5f82fe2 revert(VTextField): v-model behavior on IME composing (#11274)
  • 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/521 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/6/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-2.2.27` --- ### 📝 Commits (1) - [`5b97cf9`](https://github.com/floccusaddon/floccus/commit/5b97cf922553b1aa3dd49543e7baa3dcbc9e57fd) Bump vuetify from 2.2.25 to 2.2.27 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.25 to 2.2.27. <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.2.27</h2> <h3>🔧Bug Fixes</h3> <ul> <li><strong>VDataTable:</strong> include rows that exclusively match custom filters (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11181">#11181</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/239e238d69f35064db55e9f41db8fd832f347ab5">239e238</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/9887">#9887</a></li> <li><strong>VRangeSlider:</strong> incorrect slider width when disabled (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11307">#11307</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/ee73538d18bb3094c4c94dcb77468089ed37be5a">ee73538</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11302">#11302</a></li> <li><strong>VSelect:</strong> make selection color white when using solo-inverted (<a href="https://github.com/vuetifyjs/vuetify/commit/c8f2564abeba7313bee17a37e0be0bfbaf5a7582">c8f2564</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10617">#10617</a></li> <li><strong>VSlider:</strong> thumb shifting position when toggling disabled state (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11306">#11306</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/1fa2f9200dd9c1b16459d8a9e52a0b7760d44753">1fa2f92</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11303">#11303</a></li> <li><strong>VSlider:</strong> wrong tick labels positions in RTL mode (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11317">#11317</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/225e82ab2c92ee1133ddaaea7931cd1505ed6c6a">225e82a</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11028">#11028</a></li> <li><strong>VSparkline:</strong> handle a divide by zero bug when all values are zero (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11315">#11315</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/2dacec2955a9c00ecb9c9e5f7d136683c7bb2991">2dacec2</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11311">#11311</a></li> <li><strong>VSparkline:</strong> remove duplicate id (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11262">#11262</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/4a785ff964307759d8bf2625fb89b412c1a21d66">4a785ff</a>)</li> <li><strong>VTextField:</strong> adjust label top position with solo prop (<a href="https://github.com/vuetifyjs/vuetify/commit/7f9580867904efa026c9077d2c0b546d488ea4b6">7f95808</a>)</li> <li><strong>VTextField:</strong> remove gap when outlined label changes to empty (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11316">#11316</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/6b3562b9f5610cee3c1525257777f60fc1180604">6b3562b</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11269">#11269</a></li> </ul> <h3>🔄 Reverts</h3> <ul> <li><strong>VTextField:</strong> v-model behavior on IME composing (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11274">#11274</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/5f82fe23fe2fafe2fdb24f715346f98f17bb4639">5f82fe2</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11243">#11243</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11194">#11194</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11134">#11134</a></li> </ul> <h2>v2.2.26</h2> <h3>🔧 Bug Fixes</h3> <ul> <li><strong>VAppBar:</strong> ensure app bar visibility when hide-on-scroll (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/9993">#9993</a>) (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11204">#11204</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/baa0dd75a1fe9043b7034b7461bd1bf3b9264f21">baa0dd7</a>)</li> <li><strong>VTabs:</strong> make buttons inside tab inherit current color of the tab (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11183">#11183</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/ea6815092ee93fb0b1ec8d786190e7cd140d7ff5">ea68150</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11171">#11171</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e6ebf4f29011dcf59e6b977010a44e5394a2e296"><code>e6ebf4f</code></a> chore(release): publish v2.2.27</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/6b3562b9f5610cee3c1525257777f60fc1180604"><code>6b3562b</code></a> fix(VTextField): remove gap when outlined label changes to empty (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11316">#11316</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/225e82ab2c92ee1133ddaaea7931cd1505ed6c6a"><code>225e82a</code></a> fix(VSlider): wrong tick labels positions in RTL mode (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11317">#11317</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/239e238d69f35064db55e9f41db8fd832f347ab5"><code>239e238</code></a> fix(VDataTable): include rows that exclusively match custom filters (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11181">#11181</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2dacec2955a9c00ecb9c9e5f7d136683c7bb2991"><code>2dacec2</code></a> fix(VSparkline): handle a divide by zero bug when all values are zero (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11315">#11315</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/ee73538d18bb3094c4c94dcb77468089ed37be5a"><code>ee73538</code></a> fix(VRangeSlider): incorrect slider width when disabled (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11307">#11307</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/1fa2f9200dd9c1b16459d8a9e52a0b7760d44753"><code>1fa2f92</code></a> fix(VSlider): thumb shifting position when toggling disabled state (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11306">#11306</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7f9580867904efa026c9077d2c0b546d488ea4b6"><code>7f95808</code></a> fix(VTextField): adjust label top position with solo prop</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/c8f2564abeba7313bee17a37e0be0bfbaf5a7582"><code>c8f2564</code></a> fix(VSelect): make selection color white when using solo-inverted</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/5f82fe23fe2fafe2fdb24f715346f98f17bb4639"><code>5f82fe2</code></a> revert(VTextField): v-model behavior on IME composing (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11274">#11274</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.2.27/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.2.25&new-version=2.2.27)](https://dependabot.com/compatibility-score/?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.2.25&new-version=2.2.27) 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:16 +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#1615
No description provided.