[PR #161] [MERGED] fix(deps): bump vuetify from 2.6.14 to 2.6.15 in /web #211

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/161
Author: @dependabot[bot]
Created: 4/17/2023
Status: Merged
Merged: 4/17/2023
Merged by: @AchoArnold

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


📝 Commits (1)

  • 2a955b6 fix(deps): bump vuetify from 2.6.14 to 2.6.15 in /web

📊 Changes

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

View changed files

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

📄 Description

Bumps vuetify from 2.6.14 to 2.6.15.

Release notes

Sourced from vuetify's releases.

v2.6.15

🔧 Bug Fixes

  • remove charset statement from vuetify.css (3b5fbe9), closes #16989
  • VColorPicker: correct swatches-padding variable name (bb152d4), closes #14887 #14878
  • VDataIterator: check shiftKey on any keypress (8ad6f7b), closes #16128
  • VLabel: inherit attrs (116bcab), closes #16938
  • VSelect: only lookup keypresses for printable characters (e4208c8), closes #7260
Commits
  • 537d67d chore(release): publish v2.6.15
  • bb152d4 fix(VColorPicker): correct swatches-padding variable name
  • e4208c8 fix(VSelect): only lookup keypresses for printable characters
  • 3b5fbe9 fix: remove charset statement from vuetify.css
  • 116bcab fix(VLabel): inherit attrs
  • 8ad6f7b fix(VDataIterator): check shiftKey on any keypress
  • 2bd126b docs: update URL to v2.vuetifyjs.com
  • 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/NdoleStudio/httpsms/pull/161 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/17/2023 **Status:** ✅ Merged **Merged:** 4/17/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/vuetify-2.6.15` --- ### 📝 Commits (1) - [`2a955b6`](https://github.com/NdoleStudio/httpsms/commit/2a955b64ca881611ee526e561b2a50d496a0c527) fix(deps): bump vuetify from 2.6.14 to 2.6.15 in /web ### 📊 Changes **3 files changed** (+9 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -5) 📝 `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.14 to 2.6.15. <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.15</h2> <h3>:wrench: Bug Fixes</h3> <ul> <li>remove charset statement from vuetify.css (<a href="https://github.com/vuetifyjs/vuetify/commit/3b5fbe9b5a1ba23b7cd301541840a773d795bf1b">3b5fbe9</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/16989">#16989</a></li> <li><strong>VColorPicker:</strong> correct swatches-padding variable name (<a href="https://github.com/vuetifyjs/vuetify/commit/bb152d404b668067b15a60c4f4f69cf07a47f48a">bb152d4</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14887">#14887</a> <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/14878">#14878</a></li> <li><strong>VDataIterator:</strong> check shiftKey on any keypress (<a href="https://github.com/vuetifyjs/vuetify/commit/8ad6f7b3e2ed03366a11f84a3a5c7e8184bd573e">8ad6f7b</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/16128">#16128</a></li> <li><strong>VLabel:</strong> inherit attrs (<a href="https://github.com/vuetifyjs/vuetify/commit/116bcabda1ce492d772d909795da79a85098edb8">116bcab</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/16938">#16938</a></li> <li><strong>VSelect:</strong> only lookup keypresses for printable characters (<a href="https://github.com/vuetifyjs/vuetify/commit/e4208c82a65f3489d1f9d2cbff83247cc1354081">e4208c8</a>), closes <a href="https://redirect.github.com/vuetifyjs/vuetify/issues/7260">#7260</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuetifyjs/vuetify/commit/537d67d81166195adb373e2ed4bdf295a6b6d9a8"><code>537d67d</code></a> chore(release): publish v2.6.15</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/bb152d404b668067b15a60c4f4f69cf07a47f48a"><code>bb152d4</code></a> fix(VColorPicker): correct swatches-padding variable name</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/e4208c82a65f3489d1f9d2cbff83247cc1354081"><code>e4208c8</code></a> fix(VSelect): only lookup keypresses for printable characters</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/3b5fbe9b5a1ba23b7cd301541840a773d795bf1b"><code>3b5fbe9</code></a> fix: remove charset statement from vuetify.css</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/116bcabda1ce492d772d909795da79a85098edb8"><code>116bcab</code></a> fix(VLabel): inherit attrs</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/8ad6f7b3e2ed03366a11f84a3a5c7e8184bd573e"><code>8ad6f7b</code></a> fix(VDataIterator): check shiftKey on any keypress</li> <li><a href="https://github.com/vuetifyjs/vuetify/commit/2bd126b8f113e1584612bac944b81bf861a68909"><code>2bd126b</code></a> docs: update URL to v2.vuetifyjs.com</li> <li>See full diff in <a href="https://github.com/vuetifyjs/vuetify/commits/v2.6.15/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.14&new-version=2.6.15)](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:17 +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#211
No description provided.