[PR #236] [MERGED] fix(deps): bump vuetify from 2.6.15 to 2.7.0 in /web #282

Closed
opened 2026-03-03 16:37:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/236
Author: @dependabot[bot]
Created: 7/10/2023
Status: Merged
Merged: 7/14/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/vuetify-2.7.0


📝 Commits (1)

  • 83759de fix(deps): bump vuetify from 2.6.15 to 2.7.0 in /web

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 web/package-lock.json (+4 -4)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps vuetify from 2.6.15 to 2.7.0.

Release notes

Sourced from vuetify's releases.

v2.7.0

🚀 Features

🔧 Bug Fixes

v2.6.16

🔧 Bug Fixes

  • icons: FA5 warning icon alias more consistent with MDI (#15607) (3c525fe)
  • VDataTable: add class to root element when show-select (#14987) (ee72ee5)
  • VDialog: check if scrolling element parentNode exists (e148110), closes #15977
  • VIcon: center button icon in system bar (#15918) (bc7a264), closes #14975
  • VMenu: prefer existing menuProps.attach (50ea98d), closes #7547
  • VSelect: update lastItem when selection changes with hideSelected (b121493), closes #17085
  • VTextarea: correctly apply reverse prop styles (#15858) (1e4b2f7), closes #15432
Commits
  • 5de66af chore(release): publish v2.7.0
  • 415322d fix(VItem): support disabled effect (#14941)
  • 922e05a fix(VMenu): ignore key presses when disable-keys is true (#16464)
  • 734bff1 Merge branch 'v2-stable' into v2-dev
  • 2b18f2c chore(release): publish v2.6.16
  • bdf9d69 test: update snapshots
  • 05c10a3 feat(VDataTable): backport filterMode prop from v3 (#17747)
  • bc7a264 fix(VIcon): center button icon in system bar (#15918)
  • a85b85f feat(VPagination): add props for coloring navigation buttons (#15691)
  • a0d8d34 fix(VSkeletonLoader): apply aria-label for screenreaders (#17073)
  • 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)

🔄 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/NdoleStudio/httpsms/pull/236 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vuetify-2.7.0` --- ### 📝 Commits (1) - [`83759de`](https://github.com/NdoleStudio/httpsms/commit/83759de3c360b2a9fc70c8de816e6db09f3baf72) fix(deps): bump vuetify from 2.6.15 to 2.7.0 in /web ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -4) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.15 to 2.7.0. <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.7.0</h2> <h3>:rocket: Features</h3> <ul> <li><strong>styles:</strong> add xxl border-radius option (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14546">#14546</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/018525e059ce4614a4e18f73e82185a77e97df2d">018525e</a>)</li> <li><strong>VDataTable:</strong> backport filterMode prop from v3 (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/17747">#17747</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/05c10a3ae43d2f150d60e0995f70d1fc721ee03f">05c10a3</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/11600">#11600</a></li> <li><strong>VDataTable:</strong> add item-style prop (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15332">#15332</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/13c5765cd8ef6ff257b700de8a608ab6feb2ad66">13c5765</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15049">#15049</a></li> <li><strong>VDataTable:</strong> forward arbitrary row events (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15617">#15617</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/243efcc34fe844a8971cd5de1b0f57be519eb08a">243efcc</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/13332">#13332</a></li> <li><strong>VDataTable:</strong> expose row default props to item slots (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15711">#15711</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/034ca213647e506d8779645a6755e4f23a68fab8">034ca21</a>)</li> <li><strong>VExpansionPanel:</strong> add open prop to content and header slots (<a href="https://github.com/vuetifyjs/vuetify/commit/7738eee7e9d59b8de60bbcdafcb66df90504cf88">7738eee</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15782">#15782</a></li> <li><strong>VForm:</strong> allow individual inputs to be enabled in disabled form (<a href="https://github.com/vuetifyjs/vuetify/commit/42ec8c514de53ea9275562cd85fcd079ec8ff085">42ec8c5</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/17391">#17391</a></li> <li><strong>VInput:</strong> add locale keys for append/prepend buttons (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15612">#15612</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/980ef7f846c42a81e1c35b59d2a67a8691dde11a">980ef7f</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/12582">#12582</a></li> <li><strong>VMenu:</strong> add contentProps prop (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15865">#15865</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/48de295cd8f416a1342e3f96144c37eabeb6e1d3">48de295</a>)</li> <li><strong>VPagination:</strong> add props for coloring navigation buttons (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15691">#15691</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/a85b85f858d2a0c241352b8b89ccfec6858cae49">a85b85f</a>)</li> <li><strong>VSlideGroup:</strong> add show-arrows=&quot;never&quot; (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14587">#14587</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/354a9991ffd304c9f42803627c77d0cfe53b70d4">354a999</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14586">#14586</a></li> <li><strong>VTab:</strong> add tabValue prop (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/16383">#16383</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/d4421cfd0d3f513229ab2d510cf0d1b212ec751a">d4421cf</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/10540">#10540</a></li> <li><strong>VTabs:</strong> add tab-text-transform SASS variable (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14545">#14545</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/8253c7e6774345cc1cc85e35846403568f822aaa">8253c7e</a>)</li> <li><strong>VTimePicker:</strong> add activePicker prop (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14632">#14632</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/09f11023b7ecc04498c9f765c0e7393272b96c84">09f1102</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14629">#14629</a></li> </ul> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>VItem:</strong> support disabled effect (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14941">#14941</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/415322d4d15baa30e56174cc390ea0a89b4785ce">415322d</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14923">#14923</a></li> <li><strong>VMenu:</strong> ignore key presses when disable-keys is true (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/16464">#16464</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/922e05a08243a80e6db1e77e6393383db39a0b87">922e05a</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/12998">#12998</a></li> <li><strong>VSkeletonLoader:</strong> apply aria-label for screenreaders (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/17073">#17073</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/a0d8d3462a793afeae76c964c0b0fb4378b1e845">a0d8d34</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/10999">#10999</a></li> </ul> <h2>v2.6.16</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>icons:</strong> FA5 warning icon alias more consistent with MDI (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15607">#15607</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/3c525fee5d66c5246302aa1b209e2b5263ef28b9">3c525fe</a>)</li> <li><strong>VDataTable:</strong> add class to root element when show-select (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14987">#14987</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/ee72ee5304a1bee5d5f77b33027916f9663a815a">ee72ee5</a>)</li> <li><strong>VDialog:</strong> check if scrolling element parentNode exists (<a href="https://github.com/vuetifyjs/vuetify/commit/e1481109b6b82c6e2262ffd5e16170bdc97e8cb9">e148110</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15977">#15977</a></li> <li><strong>VIcon:</strong> center button icon in system bar (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15918">#15918</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/bc7a26419f73fdfbd1c67026f94feff6cc7c9c32">bc7a264</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14975">#14975</a></li> <li><strong>VMenu:</strong> prefer existing menuProps.attach (<a href="https://github.com/vuetifyjs/vuetify/commit/50ea98d5289f6817572dd402bb2b4972e5af1693">50ea98d</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/7547">#7547</a></li> <li><strong>VSelect:</strong> update lastItem when selection changes with hideSelected (<a href="https://github.com/vuetifyjs/vuetify/commit/b1214935b9229ad9f2f22b3197e7be79fe163f4c">b121493</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/17085">#17085</a></li> <li><strong>VTextarea:</strong> correctly apply reverse prop styles (<a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15858">#15858</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/1e4b2f77dfb78a10c4f414120cae728f6e60010a">1e4b2f7</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/15432">#15432</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/5de66af931ac0d498a679dfef2df6af91e62b481"><code>5de66af</code></a> chore(release): publish v2.7.0</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/415322d4d15baa30e56174cc390ea0a89b4785ce"><code>415322d</code></a> fix(VItem): support disabled effect (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14941">#14941</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/922e05a08243a80e6db1e77e6393383db39a0b87"><code>922e05a</code></a> fix(VMenu): ignore key presses when disable-keys is true (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/16464">#16464</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/734bff1d80aceec7471a02e99ea22fea4f3a39a7"><code>734bff1</code></a> Merge branch 'v2-stable' into v2-dev</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2b18f2c3baac3d99b9cf50294f267980c13aeae5"><code>2b18f2c</code></a> chore(release): publish v2.6.16</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bdf9d69422ebaada5032884e6eeabcf4ed49382c"><code>bdf9d69</code></a> test: update snapshots</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/05c10a3ae43d2f150d60e0995f70d1fc721ee03f"><code>05c10a3</code></a> feat(VDataTable): backport filterMode prop from v3 (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/17747">#17747</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bc7a26419f73fdfbd1c67026f94feff6cc7c9c32"><code>bc7a264</code></a> fix(VIcon): center button icon in system bar (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15918">#15918</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/a85b85f858d2a0c241352b8b89ccfec6858cae49"><code>a85b85f</code></a> feat(VPagination): add props for coloring navigation buttons (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15691">#15691</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/a0d8d3462a793afeae76c964c0b0fb4378b1e845"><code>a0d8d34</code></a> fix(VSkeletonLoader): apply aria-label for screenreaders (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/17073">#17073</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.7.0/packages/vuetify">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vuetify&package-manager=npm_and_yarn&previous-version=2.6.15&new-version=2.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:37:38 +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/httpsms#282
No description provided.