[PR #533] [CLOSED] Bump vuetify from 2.2.25 to 2.2.29 #1621

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

📋 Pull Request Information

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

Base: developHead: dependabot/npm_and_yarn/vuetify-2.2.29


📝 Commits (1)

  • 41d1cc4 Bump vuetify from 2.2.25 to 2.2.29

📊 Changes

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

View changed files

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

📄 Description

Bumps vuetify from 2.2.25 to 2.2.29.

Release notes

Sourced from vuetify's releases.

v2.2.29

🔧 Bug Fixes

v2.2.28

🔧 Bug Fixes

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
  • dd9514b chore(release): publish v2.2.29
  • f8068ed fix(VAutocomplete): filter items without text values
  • b8884d3 test(VDataTableHeader): merge props with data
  • fb3babf docs(VDataTable): add v-data-table-header api docs (#11374)
  • bbc6b8c fix(VTextField): remove hover effect when disabled (#11363)
  • 729f818 test(VStepperStep): add more tests
  • 1374903 test(VCalendar): add test for 4day view
  • acf941f test(VColorPickerCanvas): add more tests
  • b3dfdb3 test(VColorPickerPreview): add tests
  • 31318f2 test(VBottomNavigation): cover 100%
  • 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/533 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/20/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-2.2.29` --- ### 📝 Commits (1) - [`41d1cc4`](https://github.com/floccusaddon/floccus/commit/41d1cc4ac8892e43c36aa47d5ff94e82d951d680) Bump vuetify from 2.2.25 to 2.2.29 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.25 to 2.2.29. <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.29</h2> <h3>🔧 Bug Fixes</h3> <ul> <li><strong>VAutocomplete:</strong> filter items without text values (<a href="https://github.com/vuetifyjs/vuetify/commit/f8068ed6d4905c953463cf898150aae0b940fc3e">f8068ed</a>)</li> <li><strong>VTextField:</strong> remove hover effect when disabled (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11363">#11363</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/bbc6b8cd5a8f459a4d40721f6545bec0c40529d7">bbc6b8c</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11338">#11338</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11338">#11338</a></li> </ul> <h2>v2.2.28</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>VCheckbox,VRadio:</strong> ripple color for colored selection control (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11299">#11299</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/4b849fa4b00508634387715e7325957198d8ff65">4b849fa</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11290">#11290</a></li> <li><strong>VDataTable:</strong> close multi-sort select when clicking on mobile (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11332">#11332</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/6f8d84aeecc180ffb023b1405b4dc86c543789a5">6f8d84a</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10735">#10735</a></li> <li><strong>VDataTable:</strong> respect mustSort property in options prop (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11334">#11334</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/248300fdd9f99e1184dcc7f0b67d16be06d78c79">248300f</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10244">#10244</a></li> <li><strong>VGrid:</strong> offset in RTL mode (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11359">#11359</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/db52c0ae2d1aef7e087994830da07f4f84fa99db">db52c0a</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/6317">#6317</a></li> <li><strong>VTreeview:</strong> disabled items should be ignored when selecting parent (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11232">#11232</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/3184f7e4a9706ae244da98cba03936bc9e526fff">3184f7e</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/8244">#8244</a></li> <li><strong>VTreeview:</strong> emit opened nodes when using load-children (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11339">#11339</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/4a0916f34892b7001095545e785932b71afc8b2c">4a0916f</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/9693">#9693</a></li> <li><strong>VTreeview:</strong> independent children should be selectable when parent is disabled (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11233">#11233</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/06a7af374f6eddcca12a170b2ba2852712fc0979">06a7af3</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10770">#10770</a> <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10990">#10990</a></li> </ul> <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/dd9514be04036dd84953beac286cf255b77ece58"><code>dd9514b</code></a> chore(release): publish v2.2.29</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/f8068ed6d4905c953463cf898150aae0b940fc3e"><code>f8068ed</code></a> fix(VAutocomplete): filter items without text values</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/b8884d33bfcdc20d1cb374238ec1ab9586c18911"><code>b8884d3</code></a> test(VDataTableHeader): merge props with data</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/fb3babf5307660e736b837a1cbb2f0d4c1697340"><code>fb3babf</code></a> docs(VDataTable): add <code>v-data-table-header</code> api docs (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11374">#11374</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bbc6b8cd5a8f459a4d40721f6545bec0c40529d7"><code>bbc6b8c</code></a> fix(VTextField): remove hover effect when disabled (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/11363">#11363</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/729f818676567df9a8dea3ea55c5a25529bee4b2"><code>729f818</code></a> test(VStepperStep): add more tests</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/137490363477ed8548624a04a9983fd8835a8688"><code>1374903</code></a> test(VCalendar): add test for 4day view</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/acf941f7c44ee64e0f09f19abb44c46f63fa1794"><code>acf941f</code></a> test(VColorPickerCanvas): add more tests</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/b3dfdb30f2a7db90ddd21cb9af015eabc3c6f684"><code>b3dfdb3</code></a> test(VColorPickerPreview): add tests</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/31318f2932baa59ce0e0ce1168356d8650d390ce"><code>31318f2</code></a> test(VBottomNavigation): cover 100%</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.2.29/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.29)](https://dependabot.com/compatibility-score/?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.2.25&new-version=2.2.29) 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:18 +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#1621
No description provided.