[PR #1324] [CLOSED] Bump vuetify from 2.6.12 to 2.6.14 #1859

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1324
Author: @dependabot[bot]
Created: 1/16/2023
Status: Closed

Base: developHead: dependabot/npm_and_yarn/vuetify-2.6.14


📝 Commits (1)

  • 73ee2e1 Bump vuetify from 2.6.12 to 2.6.14

📊 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.6.12 to 2.6.14.

Release notes

Sourced from vuetify's releases.

v2.6.14

🔧 Bug Fixes

v2.6.13

🔧 Bug Fixes

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
  • See full diff 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/floccusaddon/floccus/pull/1324 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/16/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/vuetify-2.6.14` --- ### 📝 Commits (1) - [`73ee2e1`](https://github.com/floccusaddon/floccus/commit/73ee2e1883614ad22f8f9c8a11abcd33ad6f18cc) Bump vuetify from 2.6.12 to 2.6.14 ### 📊 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.6.12 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> </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>See full diff 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.12&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-02-25 23:31:03 +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#1859
No description provided.