[PR #2672] [CLOSED] chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.5.1 #3977

Closed
opened 2026-03-17 01:32:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2672
Author: @dependabot[bot]
Created: 9/19/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/eslint-plugin-vue-9.5.1


📝 Commits (1)

  • 7bbb642 chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.5.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps eslint-plugin-vue from 8.7.1 to 9.5.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.5.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1

v9.5.0

Enhancements

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0

Thanks @​dev1437, @​Amorites, @​acupofspirt for your contributions!

v9.4.0

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0

v9.3.0

⚙️ Updates

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.2.0...v9.3.0

v9.2.0

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.1...v9.2.0

... (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/2672 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/19/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-9.5.1` --- ### 📝 Commits (1) - [`7bbb642`](https://github.com/hoppscotch/hoppscotch/commit/7bbb6429b10479ae1e90594504d24b6ce7996820) chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.5.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 8.7.1 to 9.5.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>v9.5.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1976">#1976</a> Fixed false positives for <code>&lt;script setup&gt;</code> with TypeScript in <a href="https://eslint.vuejs.org/rules/no-undef-components.html"><code>vue/no-undef-components</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1</a></p> <h2>v9.5.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1965">#1965</a> Added <a href="https://eslint.vuejs.org/rules/no-ref-object-destructure.html"><code>vue/no-ref-object-destructure</code></a> rule that reports the destructuring of ref objects causing the value to lose reactivity.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1967">#1967</a> Changed <a href="https://eslint.vuejs.org/rules/no-undef-components.html"><code>vue/no-undef-components</code></a> rule to report when type-only imports are used.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1966">#1966</a> Added <a href="https://eslint.vuejs.org/rules/padding-line-between-tags.html"><code>vue/padding-line-between-tags</code></a> rule that requires or disallows newlines between sibling tags in template.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a> Added <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule that enforces the declaration style of <code>defineEmits</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a> Added <a href="https://eslint.vuejs.org/rules/define-props-declaration.html"><code>vue/define-props-declaration</code></a> rule that enforces the declaration style of <code>defineProps</code>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1955">#1955</a> Changed <a href="https://eslint.vuejs.org/rules/order-in-components.html"><code>vue/order-in-components</code></a> rule to be auto-fixable even when using <code>PropType</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0</a></p> <p>Thanks <a href="https://github.com/dev1437"><code>@​dev1437</code></a>, <a href="https://github.com/Amorites"><code>@​Amorites</code></a>, <a href="https://github.com/acupofspirt"><code>@​acupofspirt</code></a> for your contributions!</p> <h2>v9.4.0</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1942">#1942</a> Fixed false negatives for delete operation in <a href="https://eslint.vuejs.org/rules/no-mutating-props.html"><code>vue/no-mutating-props</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.3.0...v9.4.0</a></p> <h2>v9.3.0</h2> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1934">#1934</a> Added support for <code>&lt;script setup&gt;</code> to <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code></a> rule.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1937">#1937</a> Fixed false negatives for template literals in <a href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a>, <a href="https://eslint.vuejs.org/rules/no-restricted-custom-event.html"><code>vue/no-restricted-custom-event</code></a>, and <a href="https://eslint.vuejs.org/rules/require-explicit-emits.html"><code>vue/require-explicit-emits</code></a> rules.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.2.0...v9.3.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.2.0...v9.3.0</a></p> <h2>v9.2.0</h2> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1917">#1917</a> Added support for Vue 2.7 to <a href="https://eslint.vuejs.org/rules/no-unsupported-features.html"><code>vue/no-unsupported-features</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.1...v9.2.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.1...v9.2.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4d0ffae85d7efa07985696239f7bc21967c3de54"><code>4d0ffae</code></a> 9.5.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/30b147111fc94665905991c9812a6f17a530036d"><code>30b1471</code></a> Fix false positives for script setup with ts (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1976">#1976</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b1f14329825ec68166f7115f09fe52e984884c4b"><code>b1f1432</code></a> 9.5.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4383a866871f7b173d2d3646becd63054df76d0e"><code>4383a86</code></a> Add type-based declaration rule of <code>defineProps</code> and <code>defineEmits</code> (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bf9b95cf0108d1844d084480e4950633fa2e8846"><code>bf9b95c</code></a> Create <code>padding-line-between-tags</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1966">#1966</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/faa067e79da6d2f2826a1fa65c923f40a39c8f2e"><code>faa067e</code></a> Chore: ts-parser support in demo (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1972">#1972</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6173b91c64a973d167ba168b0e740e8b2b843ddb"><code>6173b91</code></a> Report type-only imports in <code>no-undef-components</code> (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1967">#1967</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8828bbb69dcbb1b36dd4c79a2ce05cec86586dbe"><code>8828bbb</code></a> Add <code>vue/no-ref-object-destructure</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1965">#1965</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9b55f3c18403b0a77808ba758ec3a8e72a884036"><code>9b55f3c</code></a> Update CI.yml (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1958">#1958</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2f55173dd60c805e07aac823c7bd774d6c263db2"><code>2f55173</code></a> fix(order-in-components): allow autofix with TypeScript PropType (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1955">#1955</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.1...v9.5.1">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=8.7.1&new-version=9.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 01:32:54 +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#3977
No description provided.