[PR #798] [CLOSED] Bump eslint-plugin-vue from 6.2.2 to 7.5.0 #1758

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/798
Author: @dependabot-preview[bot]
Created: 1/22/2021
Status: Closed

Base: developHead: dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0


📝 Commits (1)

  • 23c3a03 Bump eslint-plugin-vue from 6.2.2 to 7.5.0

📊 Changes

2 files changed (+40 additions, -28 deletions)

View changed files

📝 package-lock.json (+39 -27)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-vue from 6.2.2 to 7.5.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v7.5.0

Enhancements

New Rules:

  • #1401 Added vue/no-constant-condition rule applies no-constant-condition rule to expressions in \<template>, v-if, v-show and v-else-if.
  • #1400 Added vue/next-tick-style rule that enforces whether the callback version or Promise version should be used in Vue.nextTick and this.$nextTick.
  • #1404 Added vue/valid-next-tick rule that enforce valid nextTick function calls.

Other changes in Rules:

  • #1396 Make vue/no-ref-as-operand rule fixable.

🐛 Bug Fixes

  • #1398 Added computed() support to vue/no-async-in-computed-properties rule.
  • #1406 Added computed() support to vue/return-in-computed-property rule.
  • #1407 Added computed() support to vue/no-side-effects-in-computed-properties rule.
  • #1419 Fixed false positives for mixin() in vue/one-component-per-file and vue/require-name-property rules.
  • #1421 Fixed crash for toLocaleString() in vue/no-unused-properties rule.
  • #1420 Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule.

⚙️ Updates

  • #1422 Upgrade vue-eslint-parser to 7.4.1

⚙️ Chores

  • #1392 Refactor vue/attributes-order rule.
  • #1405 Refactor vue/no-async-in-computed-properties rule.

All commits: v7.4.1 -> v7.5.0

v7.4.1

🐛 Bug Fixes


All commits: v7.4.0 -> v7.4.1

v7.4.0

Enhancements

New Rules:

  • #1381 Added vue/no-restricted-call-after-await rule that reports your restricted calls after the await expression.

... (truncated)

Commits
  • cc9c140 7.5.0
  • bbbb6ca Fix false positives for quoted 'emits' in vue/require-explicit-emits rule (#1...
  • 2d290b2 Fix crash for toLocaleString() in vue/no-unused-properties rule (#1421)
  • 6894340 Fix false positives for mixin in one-component-per-file and require-name-prop...
  • 3f20a08 Add composition api's computed function support to vue/no-side-effects-in-com...
  • d7eacd6 Add composition api's computed function support to vue/return-in-computed-pro...
  • 10824ec Add vue/valid-next-tick rule (#1404)
  • ec2dc79 Add vue/next-tick-style rule (#1400)
  • 24eccfb Upgrade vue-eslint-parser (#1422)
  • 3168819 Fix broken link in VScode section. (#1415)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/798 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/22/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0` --- ### 📝 Commits (1) - [`23c3a03`](https://github.com/floccusaddon/floccus/commit/23c3a03e0e943d075505419637da06ec06d70c48) Bump eslint-plugin-vue from 6.2.2 to 7.5.0 ### 📊 Changes **2 files changed** (+40 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+39 -27) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.2 to 7.5.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.5.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1401">#1401</a> Added <code>vue/no-constant-condition</code> rule applies <code>no-constant-condition</code> rule to expressions in <code>\&lt;template&gt;</code>, <code>v-if</code>, <code>v-show</code> and <code>v-else-if</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1400">#1400</a> Added <code>vue/next-tick-style</code> rule that enforces whether the callback version or Promise version should be used in <code>Vue.nextTick</code> and <code>this.$nextTick</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1404">#1404</a> Added <code>vue/valid-next-tick</code> rule that enforce valid <code>nextTick</code> function calls.</li> </ul> <h3>Other changes in Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1396">#1396</a> Make <code>vue/no-ref-as-operand</code> rule fixable.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1398">#1398</a> Added <code>computed()</code> support to <code>vue/no-async-in-computed-properties</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1406">#1406</a> Added <code>computed()</code> support to <code>vue/return-in-computed-property</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1407">#1407</a> Added <code>computed()</code> support to <code>vue/no-side-effects-in-computed-properties</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1419">#1419</a> Fixed false positives for mixin() in <code>vue/one-component-per-file</code> and <code>vue/require-name-property</code> rules.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1421">#1421</a> Fixed crash for toLocaleString() in <code>vue/no-unused-properties</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1420">#1420</a> Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule.</li> </ul> <h2>:gear: Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1422">#1422</a> Upgrade vue-eslint-parser to 7.4.1</li> </ul> <h2>:gear: Chores</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1392">#1392</a> Refactor <code>vue/attributes-order</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1405">#1405</a> Refactor <code>vue/no-async-in-computed-properties</code> rule.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.1...v7.5.0">v7.4.1 -&gt; v7.5.0</a></p> <h2>v7.4.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d176d6bce9953c1b20eff851208235ea7e7a5efa">https://github.com/vuejs/eslint-plugin-vue/commit/d176d6bce9953c1b20eff851208235ea7e7a5efa</a> Fixed false positives for assignments in <code>no-ref-as-operand</code> rule</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.0...v7.4.1">v7.4.0 -&gt; v7.4.1</a></p> <h2>v7.4.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1381">#1381</a> Added <code>vue/no-restricted-call-after-await</code> rule that reports your restricted calls after the <code>await</code> expression.</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/cc9c14003390dccf358cbda042e359ecfda8432a"><code>cc9c140</code></a> 7.5.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bbbb6ca5584e0f6158f822de7e54a5dd8598b9e7"><code>bbbb6ca</code></a> Fix false positives for quoted 'emits' in vue/require-explicit-emits rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1">#1</a>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2d290b295a92f24ebb2836ed314805ea810e2ce7"><code>2d290b2</code></a> Fix crash for toLocaleString() in <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1421">#1421</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6894340100b2759feca166452f872a445474720e"><code>6894340</code></a> Fix false positives for mixin in one-component-per-file and require-name-prop...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3f20a0813ac2b67d058e20760b974cc2fabc5834"><code>3f20a08</code></a> Add composition api's computed function support to vue/no-side-effects-in-com...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d7eacd683a57cc2c99e7f47e251440b9e7d47b07"><code>d7eacd6</code></a> Add composition api's computed function support to vue/return-in-computed-pro...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/10824ec447bd1345375c5025d523c38455e38836"><code>10824ec</code></a> Add <code>vue/valid-next-tick</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1404">#1404</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ec2dc7914404a23e5bde2ed2bed7c3055afa2c6c"><code>ec2dc79</code></a> Add <code>vue/next-tick-style</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1400">#1400</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/24eccfbcea303a558fb2be907525d8bedbaf9238"><code>24eccfb</code></a> Upgrade vue-eslint-parser (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1422">#1422</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3168819e165193856b46320ad0d41bd5d9ff4d27"><code>3168819</code></a> Fix broken link in VScode section. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1415">#1415</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v7.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.5.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.5.0) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </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:30:44 +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#1758
No description provided.