[PR #1291] [CLOSED] Bump eslint-plugin-vue from 7.0.1 to 7.1.0 #3208

Closed
opened 2026-03-17 00:50:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 63d7037 Bump eslint-plugin-vue from 7.0.1 to 7.1.0

📊 Changes

2 files changed (+8 additions, -25 deletions)

View changed files

📝 package-lock.json (+7 -24)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-plugin-vue from 7.0.1 to 7.1.0.

Release notes

Sourced from eslint-plugin-vue's releases.

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

  • #1332 Fixed CRLF issues.
  • #1305 Fixed false positives for recursive components in vue/no-unregistered-components rule.
  • #1324 Fixed false positives when used via argument in vue/no-unused-properties

⚙️ Updates

  • #1322 Changed not to use ESLint internal modules.

⚙️ Chores

  • #1337 Added Types for ES2021.
  • #1332 Upgraded vue-eslint-parser to 7.1.1

All commits: v7.0.1 -> v7.1.0

Commits
  • d62b874 7.1.0
  • 2a3294d Chores: Add Types for ES2021 (#1337)
  • b75d312 Add vue/array-bracket-newline rule (#1326)
  • bebb9b3 Add vue/block-tag-newline rule (#1328)
  • f4c21e5 Fixed crash when the name property value was not literal, in `no-unregistered...
  • 30da121 Fixed false positives when used via argument in vue/no-unused-properties (#...
  • d44fb18 Change not to use ESLint internal modules (#1322)
  • 0e5480c Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues. (#1332)
  • 0e1a05a Add allowModifiers option to valid-v-slot (#1330)
  • 9932d13 added options for events that ignore custom-event-name-casing (#1321)
  • 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)

🔄 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/1291 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-7.1.0` --- ### 📝 Commits (1) - [`63d7037`](https://github.com/hoppscotch/hoppscotch/commit/63d7037ddd8fee9166197fc78bfd12b70db44b11) Bump eslint-plugin-vue from 7.0.1 to 7.1.0 ### 📊 Changes **2 files changed** (+8 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -24) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.0.1 to 7.1.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.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> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1332">#1332</a> Fixed CRLF issues.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1305">#1305</a> Fixed false positives for recursive components in <code>vue/no-unregistered-components</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1324">#1324</a> Fixed false positives when used via argument in <code>vue/no-unused-properties</code></li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1322">#1322</a> Changed not to use ESLint internal modules.</li> </ul> <h2>⚙️ Chores</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1337">#1337</a> Added Types for ES2021.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1332">#1332</a> Upgraded vue-eslint-parser to 7.1.1</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.0.1...v7.1.0">v7.0.1 -&gt; v7.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d62b8749645562e08d11382a83763b3007965a8a"><code>d62b874</code></a> 7.1.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2a3294d248e1225325d8176d0f737e6404cf3885"><code>2a3294d</code></a> Chores: Add Types for ES2021 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1337">#1337</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b75d312c90754eff0d703637614a3f9e8e8f58f3"><code>b75d312</code></a> Add <code>vue/array-bracket-newline</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1326">#1326</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bebb9b390d48b4f8db4a862dd78e8d1e182f2353"><code>bebb9b3</code></a> Add vue/block-tag-newline rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1328">#1328</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f4c21e591457a7e5b482433cf4e21306fc27fda0"><code>f4c21e5</code></a> Fixed crash when the name property value was not literal, in `no-unregistered...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/30da121e0b2e5a4f679fb226403ee2478edb0bdf"><code>30da121</code></a> Fixed false positives when used via argument in <code>vue/no-unused-properties</code> (#...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d44fb18388a6c53afd2e3f6d5600c84f5eef38dd"><code>d44fb18</code></a> Change not to use ESLint internal modules (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1322">#1322</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0e5480c9b1e654dd1a45c779fa3a8667b8927e19"><code>0e5480c</code></a> Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1332">#1332</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0e1a05af34d054ae4c47b3a8f584b8af8a943aec"><code>0e1a05a</code></a> Add allowModifiers option to valid-v-slot (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1330">#1330</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9932d13c37fdd7d0af1120d71209d107dddb4489"><code>9932d13</code></a> added options for events that ignore custom-event-name-casing (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1321">#1321</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.0.1...v7.1.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=7.0.1&new-version=7.1.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:50:36 +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#3208
No description provided.