[PR #194] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 9.13.0 to 9.14.1 in /web #242

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/194
Author: @dependabot[bot]
Created: 5/29/2023
Status: Merged
Merged: 5/29/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/eslint-plugin-vue-9.14.1


📝 Commits (1)

  • cd76d9f chore(deps-dev): bump eslint-plugin-vue from 9.13.0 to 9.14.1 in /web

📊 Changes

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

View changed files

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

📄 Description

Bumps eslint-plugin-vue from 9.13.0 to 9.14.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.14.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1

v9.14.0

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.0

Commits
  • 4dfb4d7 9.14.1
  • 25fcb9b Fix false positives for toRef props in vue/no-dupe-keys rule (#2189)
  • 15f7032 9.14.0
  • d93f2c6 Fix false positive for unknown prop in vue/no-undef-properties rule (#2186)
  • 30931f0 Add support for defineOptions to vue/no-duplicate-attr-inheritance rule (...
  • 8494cd5 Extend vue/no-dupe-keys to support \<script setup> (#2185)
  • c1f3d55 Document related rules for component name rules (#2181)
  • 299d634 Add additionalProperties to vue/no-deprecated-router-link-tag-prop schema...
  • 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/194 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/29/2023 **Status:** ✅ Merged **Merged:** 5/29/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.14.1` --- ### 📝 Commits (1) - [`cd76d9f`](https://github.com/NdoleStudio/httpsms/commit/cd76d9f408fadce3b55a484b21e7b33e7b2b4ab6) chore(deps-dev): bump eslint-plugin-vue from 9.13.0 to 9.14.1 in /web ### 📊 Changes **3 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+4 -4) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+11 -11) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.13.0 to 9.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p> <blockquote> <h2>v9.14.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2189">#2189</a> Fixed false positives for <code>toRef</code> props in <a href="https://eslint.vuejs.org/rules/no-dupe-keys.html"><code>vue/no-dupe-keys</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.0...v9.14.1</a></p> <h2>v9.14.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2178">#2178</a> Added support for <code>defineOptions</code> to <a href="https://eslint.vuejs.org/rules/no-duplicate-attr-inheritance.html"><code>vue/no-duplicate-attr-inheritance</code></a> rule.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2185">#2185</a> Added support for <code>&lt;script setup&gt;</code> to <a href="https://eslint.vuejs.org/rules/no-dupe-keys.html"><code>vue/no-dupe-keys</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2177">#2177</a> Added <code>additionalProperties</code> to <a href="https://eslint.vuejs.org/rules/no-deprecated-router-link-tag-prop.html"><code>vue/no-deprecated-router-link-tag-prop</code></a> schema.</li> <li><a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2186">#2186</a> Fixed false positive for unknown prop in <a href="https://eslint.vuejs.org/rules/no-undef-properties.html"><code>vue/no-undef-properties</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4dfb4d7966ea49da9252e99ef80cca9a37302d74"><code>4dfb4d7</code></a> 9.14.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/25fcb9b8ea6c23a69d504870c5751d7b8ef76abf"><code>25fcb9b</code></a> Fix false positives for toRef props in <code>vue/no-dupe-keys</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2189">#2189</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/15f703262485d6bd7db6e3c0bff3228b39d32036"><code>15f7032</code></a> 9.14.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d93f2c6b08827365bc40896be8050b47696e0460"><code>d93f2c6</code></a> Fix false positive for unknown prop in <code>vue/no-undef-properties</code> rule (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2186">#2186</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/30931f0f493308bd69e1527d407d1dec5b1afa19"><code>30931f0</code></a> Add support for <code>defineOptions</code> to <code>vue/no-duplicate-attr-inheritance</code> rule (...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8494cd5c62227ca3286f23d8a9b116e91370f4c7"><code>8494cd5</code></a> Extend <code>vue/no-dupe-keys</code> to support <code>\&lt;script setup&gt;</code> (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2185">#2185</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c1f3d55f284cf1b26ff7f9a90f2394e53239fce9"><code>c1f3d55</code></a> Document related rules for component name rules (<a href="https://redirect.github.com/vuejs/eslint-plugin-vue/issues/2181">#2181</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/299d63484554b05968b3c97b97f52adbd691982f"><code>299d634</code></a> Add <code>additionalProperties</code> to <code>vue/no-deprecated-router-link-tag-prop</code> schema...</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.13.0...v9.14.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=9.13.0&new-version=9.14.1)](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:27 +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#242
No description provided.