[PR #1201] [CLOSED] Bump eslint-plugin-vue from 6.2.2 to 7.0.0 #3133

Closed
opened 2026-03-17 00:46:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1201
Author: @dependabot[bot]
Created: 10/1/2020
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/eslint-plugin-vue-7.0.0


📝 Commits (1)

  • 489c0da Bump eslint-plugin-vue from 6.2.2 to 7.0.0

📊 Changes

2 files changed (+32 additions, -22 deletions)

View changed files

📝 package-lock.json (+31 -21)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-vue from 6.2.2 to 7.0.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v7.0.0

🚀 Highlight

  • Support for Vue.js 3.0 "One Piece".
  • Support for ESLint 7.x.
  • Support for ECMAScript 2020.
  • Added 66 new rules.

💥 Breaking Changes

  • #1209 Change support version of ESLint from 6.0.0 to 6.2.0.
  • Updated presets configs.
    • Changed plugin:vue/base config.
      • #1237 Removed jsx:true from shareable configs.
      • #1209 Changed parserOptions.ecmaVersion to 2020.
      • #1303 Added vue/experimental-script-setup-vars rule.
    • Changed plugin:vue/essential config.
      • Same changes as above.
      • #1036 Added vue/valid-v-bind-sync rule.
      • #1036 Added vue/valid-v-slot rule.
      • #1036 Added vue/no-custom-modifiers-on-v-model rule.
      • #1036 Added vue/no-multiple-template-root rule.
      • #1036 Added vue/no-v-model-argument rule.
      • #1148 Added vue/no-mutating-props rule.
      • #1156 Added vue/no-arrow-functions-in-watch rule.
      • #1166 Added vue/custom-event-name-casing rule.
      • #1239 Added vue/no-dupe-v-else-if rule.
      • #1281 Added vue/no-v-for-template-key rule.
    • Changed plugin:vue/strongly-recommended config.
      • Same changes as above.
      • #1036 Added vue/component-definition-name-casing rule.
      • #1036 Added vue/v-slot-style rule.
      • #1036 Removed vue/name-property-casing rule.
      • #1149 Added vue/one-component-per-file rule.
    • Changed plugin:vue/recommended config.
      • Same changes as above.
      • #1036 Added vue/component-tags-order rule.
      • #1179 Added vue/no-multiple-slot-args rule.
      • #1238 Added vue/no-lone-template rule.
  • #1036 Changed vue/name-property-casing rule to be deprecate.
  • #1120 Added the support of descriptions in directive comments.
  • #1120 Added the support for block-level directive comments.
  • Changed the default order option for vue/order-in-components rule.
    • Add options for Vue.js 3.x.
      • #1181 emits to after props.
      • #1181 setup to after emits.
      • #1181 beforeUnmount and unmounted to LIFECYCLE_HOOKS.
      • #1181 renderTracked and renderTriggered to LIFECYCLE_HOOKS.
    • Add options for Vue.js 2.x.
      • #1181 provide and inject to after mixins.

... (truncated)

Commits

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/hoppscotch/hoppscotch/pull/1201 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/1/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-7.0.0` --- ### 📝 Commits (1) - [`489c0da`](https://github.com/hoppscotch/hoppscotch/commit/489c0dab7af69cff1d2aea8e431b49339cb31663) Bump eslint-plugin-vue from 6.2.2 to 7.0.0 ### 📊 Changes **2 files changed** (+32 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+31 -21) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.2 to 7.0.0. <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>v7.0.0</h2> <h2>:rocket: Highlight</h2> <ul> <li>Support for Vue.js 3.0 &quot;One Piece&quot;.</li> <li>Support for ESLint 7.x.</li> <li>Support for ECMAScript 2020.</li> <li>Added 66 new rules.</li> </ul> <h2>💥 Breaking Changes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1209">#1209</a> Change support version of ESLint from 6.0.0 to 6.2.0.</li> <li>Updated presets configs. <ul> <li>Changed <code>plugin:vue/base</code> config. <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1237">#1237</a> Removed <code>jsx:true</code> from shareable configs.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1209">#1209</a> Changed <code>parserOptions.ecmaVersion</code> to 2020.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1303">#1303</a> Added <code>vue/experimental-script-setup-vars</code> rule.</li> </ul> </li> <li>Changed <code>plugin:vue/essential</code> config. <ul> <li>Same changes as above.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/valid-v-bind-sync</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/valid-v-slot</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/no-custom-modifiers-on-v-model</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/no-multiple-template-root</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/no-v-model-argument</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1148">#1148</a> Added <code>vue/no-mutating-props</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1156">#1156</a> Added <code>vue/no-arrow-functions-in-watch</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1166">#1166</a> Added <code>vue/custom-event-name-casing</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1239">#1239</a> Added <code>vue/no-dupe-v-else-if</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1281">#1281</a> Added <code>vue/no-v-for-template-key</code> rule.</li> </ul> </li> <li>Changed <code>plugin:vue/strongly-recommended</code> config. <ul> <li>Same changes as above.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/component-definition-name-casing</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/v-slot-style</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Removed <code>vue/name-property-casing</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1149">#1149</a> Added <code>vue/one-component-per-file</code> rule.</li> </ul> </li> <li>Changed <code>plugin:vue/recommended</code> config. <ul> <li>Same changes as above.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Added <code>vue/component-tags-order</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1179">#1179</a> Added <code>vue/no-multiple-slot-args</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1238">#1238</a> Added <code>vue/no-lone-template</code> rule.</li> </ul> </li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1036">#1036</a> Changed <code>vue/name-property-casing</code> rule to be deprecate.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1120">#1120</a> Added the support of descriptions in directive comments.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1120">#1120</a> Added the support for block-level directive comments.</li> <li>Changed the default order option for <code>vue/order-in-components</code> rule. <ul> <li>Add options for Vue.js 3.x. <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1181">#1181</a> <code>emits</code> to after <code>props</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1181">#1181</a> <code>setup</code> to after <code>emits</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1181">#1181</a> <code>beforeUnmount</code> and <code>unmounted</code> to LIFECYCLE_HOOKS.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1181">#1181</a> <code>renderTracked</code> and <code>renderTriggered</code> to LIFECYCLE_HOOKS.</li> </ul> </li> <li>Add options for Vue.js 2.x. <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1181">#1181</a> <code>provide</code> and <code>inject</code> to after <code>mixins</code>.</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/52ba4fe16a0c47e2f8fc6bf569bba171a1212430"><code>52ba4fe</code></a> 7.0.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f478d6554dd5aa11b21fd33be7b7ccc70d02c5bb"><code>f478d65</code></a> Update documents (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1301">#1301</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/990e13e72d1bd46579e6e484b9b1cdcbdd71dc16"><code>990e13e</code></a> 7.0.0-beta.4</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bcca3640d1b352fd2604551af682ee9300ac8f99"><code>bcca364</code></a> Add <code>vue/experimental-script-setup-vars</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1303">#1303</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/47ade6085a56c6627bfea841a6d13e3d41668d6c"><code>47ade60</code></a> Add <code>vue/no-deprecated-props-default-this</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1302">#1302</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1acb37d53134c0df932738449c9376dbc335c579"><code>1acb37d</code></a> Fix doc of vue/no-potential-component-option-typo rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1308">#1308</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1cbe9034ed8c1bc0e0833881f621a2216ee7d509"><code>1cbe903</code></a> Update bug_report.md</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6b4fb5c93a2bc7bf0ea956e82578005ce1100c37"><code>6b4fb5c</code></a> 7.0.0-beta.3</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c3221b8806380aa6a23df48cb5864b6193ed9315"><code>c3221b8</code></a> Add <code>vue/no-v-for-template-key-on-child</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1289">#1289</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e1366fd7ce40f4f20efd5f72ce2405db2aecd8f6"><code>e1366fd</code></a> Change <code>vue/valid-v-for</code> and <code>vue/require-v-for-key</code> rules to not report when...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v7.0.0">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=6.2.2&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-17 00:46:33 +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/hoppscotch#3133
No description provided.