[PR #746] [CLOSED] Bump eslint-plugin-vue from 6.2.2 to 7.3.0 #1732

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/746
Author: @dependabot-preview[bot]
Created: 12/17/2020
Status: Closed

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


📝 Commits (1)

  • e698262 Bump eslint-plugin-vue from 6.2.2 to 7.3.0

📊 Changes

2 files changed (+58 additions, -19 deletions)

View changed files

📝 package-lock.json (+57 -18)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-vue from 6.2.2 to 7.3.0.

Release notes

Sourced from eslint-plugin-vue's releases.

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.

⚙️ Updates

🐛 Bug Fixes

  • #1335 Fixed false positives when using is attr in vue/valid-v-bind-sync rule.
  • #1366 Fixed false positives when using v-for variable for v-slot in vue/valid-v-slot rule
  • #1367 Fixed false positives when using in vue/valid-v-slot and vue/valid-v-model rule
  • #1368 Fixed false negatives when using handler property in vue/no-arrow-functions-in-watch rule
  • #1369 Fixed false positives for methods whose arguments should not be changed in vue/v-on-function-call rule.

All commits: v7.1.0 -> v7.2.0

v7.1.0

Enhancements

New Rules:

  • #1328 Added vue/block-tag-newline rule that enforces a line break (or no line break) after opening and before closing block tags.
  • #1326 Added vue/array-bracket-newline rule applies array-bracket-newline rule to expressions in \<template>.

Other changes in Rules:

  • #1321 Added ignores option to vue/custom-event-name-casing rule.
  • #1330 Added allowModifiers option to vue/valid-v-slot rule.

🐛 Bug Fixes

Commits
  • 79fabf8 7.3.0
  • 1b8beb0 Fixed wrong autofix when properties on the same line in new-line-between-mult...
  • 96425c6 update docs and fix typings
  • 110b236 Add vue/no-restricted-custom-event rule (#1377)
  • 27fc097 Add vue/no-restricted-props rule (#1376)
  • 7212c36 Upgrade vue-eslint-parser (#1375)
  • 95fd13f New Add vue/new-line-between-multiline-property rule (#1080)
  • 4a141ce fix broken link (#1372)
  • 1f355c9 7.2.0
  • d9f72a5 Fix false positives for methods whose arguments should not be changed in the ...
  • 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/746 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/17/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-7.3.0` --- ### 📝 Commits (1) - [`e698262`](https://github.com/floccusaddon/floccus/commit/e698262fdaac3a4214eab5ae39cbc726f94f7c38) Bump eslint-plugin-vue from 6.2.2 to 7.3.0 ### 📊 Changes **2 files changed** (+58 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+57 -18) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.2.2 to 7.3.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.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> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1365">#1365</a> Upgraded <a href="https://github.com/vuejs/vue-eslint-parser/releases/tag/v7.2.0">vue-eslint-parser to 7.2.0</a></li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1364">#1364</a> Removed <code>vue/custom-event-name-casing</code> rule from <code>&quot;plugin:vue/essential&quot;</code> and <code>&quot;plugin:vue/vue3-essential&quot;</code> configurations</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1335">#1335</a> Fixed false positives when using <code>is</code> attr in <code>vue/valid-v-bind-sync</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1366">#1366</a> Fixed false positives when using v-for variable for v-slot in <code>vue/valid-v-slot</code> rule</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1367">#1367</a> Fixed false positives when using <!-- raw HTML omitted --> in <code>vue/valid-v-slot</code> and <code>vue/valid-v-model</code> rule</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1368">#1368</a> Fixed false negatives when using handler property in <code>vue/no-arrow-functions-in-watch</code> rule</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1369">#1369</a> Fixed false positives for methods whose arguments should not be changed in <code>vue/v-on-function-call</code> rule.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.1.0...v7.2.0">v7.1.0 -&gt; v7.2.0</a></p> <h2>v7.1.0</h2> <h2>✨ Enhancements</h2> <h3>New Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1328">#1328</a> Added <code>vue/block-tag-newline</code> rule that enforces a line break (or no line break) after opening and before closing block tags.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1326">#1326</a> Added <code>vue/array-bracket-newline</code> rule applies <code>array-bracket-newline</code> rule to expressions in <code>\&lt;template&gt;</code>.</li> </ul> <h3>Other changes in Rules:</h3> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1321">#1321</a> Added <code>ignores</code> option to <code>vue/custom-event-name-casing</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1330">#1330</a> Added <code>allowModifiers</code> option to <code>vue/valid-v-slot</code> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/79fabf8f4257d9ef7f0edf6a6508e1f403bdf7e5"><code>79fabf8</code></a> 7.3.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1b8beb039cda267222b28ca5d93542e35cdf8407"><code>1b8beb0</code></a> Fixed wrong autofix when properties on the same line in new-line-between-mult...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/96425c6d0f066c60767298f46ee2463909cb90c0"><code>96425c6</code></a> update docs and fix typings</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/110b236d217354cbcc643e6059b7b8138dd8d9df"><code>110b236</code></a> Add vue/no-restricted-custom-event rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1377">#1377</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/27fc097d67ac971806d1e81bfd2f06bda26e8a5b"><code>27fc097</code></a> Add vue/no-restricted-props rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1376">#1376</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7212c36fdc21fce535ee38a70ab84f68eba6343b"><code>7212c36</code></a> Upgrade vue-eslint-parser (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1375">#1375</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/95fd13f4a811c97e143fcf23c930cc2ddf6612f6"><code>95fd13f</code></a> New Add <code>vue/new-line-between-multiline-property</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1080">#1080</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4a141ce3d7045b0422273421f347c95ea766d3c4"><code>4a141ce</code></a> fix broken link (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1372">#1372</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1f355c9932f35bb8f42403ec4657f0371690ad7a"><code>1f355c9</code></a> 7.2.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d9f72a597520e606635dbfcc6967178b160b0a81"><code>d9f72a5</code></a> Fix false positives for methods whose arguments should not be changed in the ...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v7.3.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.3.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=7.3.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:40 +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#1732
No description provided.