[PR #770] [CLOSED] Bump eslint-plugin-vue from 6.2.2 to 7.4.1 #1744

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 7ea3746 Bump eslint-plugin-vue from 6.2.2 to 7.4.1

📊 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.4.1.

Release notes

Sourced from eslint-plugin-vue's releases.

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.
  • #1388 Added vue/v-on-event-hyphenation rule that enforces using hyphenated v-on event names on custom components in Vue templates.
  • #1389 Added vue/no-restricted-block rule that allows you to specify block names that you don't want to use in your application.

Other changes in Rules:

  • #1387 Added deepData option to vue/no-unused-properties rule.

🐛 Bug Fixes

  • #1382 Fixed multiple reporting of same warnings in vue/no-unregistered-component rule.
  • #1391 Fixed false positives for v-bind="object" syntax in vue/attributes-order rule.

All commits: v7.3.0 -> v7.4.0

v7.3.0

Enhancements

  • #1080 Added vue/new-line-between-multiline-property rule that enforces new lines between multi-line properties.
  • #1376 Added vue/no-restricted-props rule that disallows prop names that you don't want to use.
  • #1377 Added vue/no-restricted-custom-event rule that disallows custom event names that you don't want to use.

⚙️ Updates


All commits: v7.2.0 -> v7.3.0

v7.2.0

Enhancements

  • #1364 Added casing option to vue/custom-event-name-casing rule.
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)
  • @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/770 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 1/5/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-7.4.1` --- ### 📝 Commits (1) - [`7ea3746`](https://github.com/floccusaddon/floccus/commit/7ea37466a0dd5e94b9a3f743f7572a339f93411a) Bump eslint-plugin-vue from 6.2.2 to 7.4.1 ### 📊 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.4.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>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> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1388">#1388</a> Added <code>vue/v-on-event-hyphenation</code> rule that enforces using hyphenated v-on event names on custom components in Vue templates.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1389">#1389</a> Added <code>vue/no-restricted-block</code> rule that allows you to specify block names that you don't want to use in your application.</li> </ul> <h3>Other changes in Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1387">#1387</a> Added <code>deepData</code> option to <code>vue/no-unused-properties</code> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1382">#1382</a> Fixed multiple reporting of same warnings in <code>vue/no-unregistered-component</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1391">#1391</a> Fixed false positives for <code>v-bind=&quot;object&quot;</code> syntax in <code>vue/attributes-order</code> rule.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.0">v7.3.0 -&gt; v7.4.0</a></p> <h2>v7.3.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1080">#1080</a> Added <code>vue/new-line-between-multiline-property</code> rule that enforces new lines between multi-line properties.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1376">#1376</a> Added <code>vue/no-restricted-props</code> rule that disallows prop names that you don't want to use.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1377">#1377</a> Added <code>vue/no-restricted-custom-event</code> rule that disallows custom event names that you don't want to use.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1375">#1375</a> Upgraded <a href="https://github.com/vuejs/vue-eslint-parser/releases/tag/v7.3.0">vue-eslint-parser to 7.3.0</a></li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.2.0...v7.3.0">v7.2.0 -&gt; v7.3.0</a></p> <h2>v7.2.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1364">#1364</a> Added casing option to <code>vue/custom-event-name-casing</code> rule.</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ed73ffeb9ed96d64240899960379512aa13bfdf2"><code>ed73ffe</code></a> 7.4.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d176d6bce9953c1b20eff851208235ea7e7a5efa"><code>d176d6b</code></a> Fix false positives for assignments in <code>no-ref-as-operand</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1409">#1409</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c387fc343c12858b38587bb160d1e4bcba0ff50b"><code>c387fc3</code></a> 7.4.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f934005a098332f6216603410d4a473ee91286e5"><code>f934005</code></a> update script</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e1cabbb154d5bd012fe9b37b01ffd15fc264fd21"><code>e1cabbb</code></a> Add <code>deepData</code> option to <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1387">#1387</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7c0cd3e85ce5b76028415aae628b65c166d39ad4"><code>7c0cd3e</code></a> Add vue/no-restricted-block rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1389">#1389</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/01f7732d41748be3e5919cbf73ac6431783fbb75"><code>01f7732</code></a> Add vue/v-on-event-hyphenation rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1388">#1388</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/543361bc4a14e2088533e418e03025e0187704f3"><code>543361b</code></a> Fixed false positives for <code>v-bind=&quot;object&quot;</code> syntax in <code>vue/attributes-order</code> ...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/caab1c45a51af4e5c6b90454ce86919447c7fe95"><code>caab1c4</code></a> update npm script</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f0e13a4093f3a8794e29043a48c2c50cb89fc510"><code>f0e13a4</code></a> Add vue/no-restricted-call-after-await rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1381">#1381</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v7.4.1">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.4.1)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.4.1) 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:42 +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#1744
No description provided.