[PR #76] [MERGED] fix(deps): bump vuetify from 2.6.10 to 2.6.14 in /web #134

Closed
opened 2026-03-03 16:36:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/76
Author: @dependabot[bot]
Created: 1/16/2023
Status: Merged
Merged: 1/16/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • abdfee2 fix(deps): bump vuetify from 2.6.10 to 2.6.14 in /web

📊 Changes

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

View changed files

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

📄 Description

Bumps vuetify from 2.6.10 to 2.6.14.

Release notes

Sourced from vuetify's releases.

v2.6.14

🔧 Bug Fixes

v2.6.13

🔧 Bug Fixes

v2.6.12

🔧 Bug Fixes

v2.6.11

🔧 Bug Fixes

  • click-outside: remove unused vnode reference (4d3359a)
Commits
  • 86b0ffb chore(release): publish v2.6.14
  • 9169a06 fix(locale): update arabic translations (#16290)
  • aa71f21 chore(release): publish v2.6.13
  • 63c2267 fix(ripple): check parent before calling removeChild (#14573)
  • 17dd133 fix(VDataTable): native event as argument to click:row (#15864)
  • f16c2c5 fix(VAutocomplete): remove unused allowOverflow prop
  • 55d302f chore(release): publish v2.6.12
  • 1165658 chore(VDialog): correct "disabled" spelling error in test name (#15800)
  • 7c9f717 fix(VFileInput): label click opens dialog twice (#15902)
  • 785de11 fix(VStepper): increate error label selector specificity
  • 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/76 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/16/2023 **Status:** ✅ Merged **Merged:** 1/16/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vuetify-2.6.14` --- ### 📝 Commits (1) - [`abdfee2`](https://github.com/NdoleStudio/httpsms/commit/abdfee2aff1c03d255997aff65f690db7cd6461b) fix(deps): bump vuetify from 2.6.10 to 2.6.14 in /web ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+7 -7) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.10 to 2.6.14. <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.6.14</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>locale:</strong> update arabic translations (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/16290">#16290</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/9169a06822dedbd0c35e227104925dd4acf0a1a1">9169a06</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/16185">#16185</a></li> </ul> <h2>v2.6.13</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>ripple:</strong> check parent before calling removeChild (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/14573">#14573</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/63c2267ddba48b74d1b43d776370f65f592258e9">63c2267</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/13457">#13457</a></li> <li><strong>VAutocomplete:</strong> remove unused allowOverflow prop (<a href="https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da">f16c2c5</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/16008">#16008</a></li> <li><strong>VDataTable:</strong> native event as argument to click:row (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/15864">#15864</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/17dd1334eed3352d51da6bf66a560d6943f613ea">17dd133</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/10302">#10302</a></li> </ul> <h2>v2.6.12</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>VCalendar:</strong> display name on all-day events in event slot (<a href="https://github.com/vuetifyjs/vuetify/commit/30b72814fbeae6193933444cd9f5355ac938c611">30b7281</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/15915">#15915</a></li> <li><strong>VCombobox:</strong> emit paste event (<a href="https://github.com/vuetifyjs/vuetify/commit/7417807908a0fc0578c0c7db29be8c25ae601921">7417807</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/11186">#11186</a></li> <li><strong>VFileInput:</strong> label click opens dialog twice (<a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/15902">#15902</a>) (<a href="https://github.com/vuetifyjs/vuetify/commit/7c9f71730192f2362400ec08d7a99b920571b395">7c9f717</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/15888">#15888</a></li> <li><strong>VStepper:</strong> increate error label selector specificity (<a href="https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa">785de11</a>), closes <a href="https://github-redirect.dependabot.com/vuetifyjs/vuetify/issues/15886">#15886</a></li> </ul> <h2>v2.6.11</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li><strong>click-outside:</strong> remove unused vnode reference (<a href="https://github.com/vuetifyjs/vuetify/commit/4d3359ad52a878d88490b80cf2a3f8d5ebda7b81">4d3359a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/86b0ffb01d18c43089573ddadf272e9ee86abf64"><code>86b0ffb</code></a> chore(release): publish v2.6.14</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/9169a06822dedbd0c35e227104925dd4acf0a1a1"><code>9169a06</code></a> fix(locale): update arabic translations (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/16290">#16290</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/aa71f21c3519a99d4efe6be774b82d5cbe5c1bfa"><code>aa71f21</code></a> chore(release): publish v2.6.13</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/63c2267ddba48b74d1b43d776370f65f592258e9"><code>63c2267</code></a> fix(ripple): check parent before calling removeChild (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/14573">#14573</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/17dd1334eed3352d51da6bf66a560d6943f613ea"><code>17dd133</code></a> fix(VDataTable): native event as argument to click:row (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15864">#15864</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da"><code>f16c2c5</code></a> fix(VAutocomplete): remove unused allowOverflow prop</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/55d302f570d0929b5e811280a474e4276604b583"><code>55d302f</code></a> chore(release): publish v2.6.12</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/1165658a27ba667924cf8e9103409558cd0f6821"><code>1165658</code></a> chore(VDialog): correct &quot;disabled&quot; spelling error in test name (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15800">#15800</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/7c9f71730192f2362400ec08d7a99b920571b395"><code>7c9f717</code></a> fix(VFileInput): label click opens dialog twice (<a href="https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify/issues/15902">#15902</a>)</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa"><code>785de11</code></a> fix(VStepper): increate error label selector specificity</li> <li>Additional commits viewable in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.14/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.10&new-version=2.6.14)](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:36:54 +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#134
No description provided.