[PR #2545] [CLOSED] chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.3.0 #3886

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2545
Author: @dependabot[bot]
Created: 8/1/2022
Status: Closed

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


📝 Commits (1)

  • 1d4e6fc chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.3.0

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

Release notes

Sourced from eslint-plugin-vue's releases.

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

v9.1.1

🐛 Bug Fixes

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

v9.1.0

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.1...v9.1.0

v9.0.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1

v9.0.0

💥 Breaking Changes

... (truncated)

Commits
  • f358817 9.3.0
  • d19ea88 Fix false negatives for template literal in vue/custom-event-name-casing, `...
  • ea158e1 fix(component-name-in-template-casing): update rule to support <script setup>...
  • 32da3e4 9.2.0
  • 2614dd3 feat: support script setup and css var inj for vue 2.7 (#1917)
  • 71622f2 9.1.1
  • cc35c58 Fix regression on no-unused-components rule (#1909)
  • a8ab4fd 9.1.0
  • c1c9dc2 fix(prefer-import-from-vue): skip side-effect import in .d.ts files (#1907)
  • 35bf100 Remove unused code (#1897)
  • 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/2545 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/eslint-plugin-vue-9.3.0` --- ### 📝 Commits (1) - [`1d4e6fc`](https://github.com/hoppscotch/hoppscotch/commit/1d4e6fc97d92762c0449c7c1868c842579e152ac) chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.3.0 ### 📊 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.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>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> <h2>v9.1.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1909">#1909</a> Fixed false negatives in <a href="https://eslint.vuejs.org/rules/no-unused-components.html"><code>vue/no-unused-components</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.0...v9.1.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.1.0...v9.1.1</a></p> <h2>v9.1.0</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1907">#1907</a> Fixed <a href="https://eslint.vuejs.org/rules/prefer-import-from-vue.html"><code>vue/prefer-import-from-vue</code></a> rule to skip side-effect imports in <code>.d.ts</code> files.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.1...v9.1.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.1...v9.1.0</a></p> <h2>v9.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1896">#1896</a> Fixed false positive for script setup in <a href="https://eslint.vuejs.org/rules/no-expose-after-await.html"><code>vue/no-expose-after-await</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <h2>💥 Breaking Changes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1847">#1847</a> Drop support for Node.js v12.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1846">#1846</a> Change default casing of <a href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a> rule to <code>camelCase</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1883">#1883</a> Potentially breaking bug fix: Enable <a href="https://eslint.vuejs.org/rules/html-closing-bracket-spacing.html"><code>vue/html-closing-bracket-spacing</code></a> and <a href="https://eslint.vuejs.org/rules/html-closing-bracket-newline.html"><code>vue/html-closing-bracket-newline</code></a> rules for top-level tags.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1848">#1848</a>, <a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1892">#1892</a> Change presets configs and remove unused internal methods. <em>(see below)</em></li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/pull/1849">#1849</a> Upgrade <a href="https://github.com/vuejs/vue-eslint-parser">vue-eslint-parser</a> to v9. <em>(see below)</em></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/f3588179f7daf4ac6845361c8a2fbdd64a4461e8"><code>f358817</code></a> 9.3.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d19ea887642c7c29798a45220b0823664022cad7"><code>d19ea88</code></a> Fix false negatives for template literal in <code>vue/custom-event-name-casing</code>, `...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ea158e11ad8d4bc7a5ecd1d86475231795e16141"><code>ea158e1</code></a> fix(component-name-in-template-casing): update rule to support &lt;script setup&gt;...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/32da3e40bac7a06d97700a0faec144ffbf8238d9"><code>32da3e4</code></a> 9.2.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2614dd36588f1e4ee039fd6e1931c52cbf8dcf4b"><code>2614dd3</code></a> feat: support script setup and css var inj for vue 2.7 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1917">#1917</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/71622f29e6f826c04e6dba7083ed65670e2edbf3"><code>71622f2</code></a> 9.1.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cc35c58f564504393553a5cba4d6dd99c7147cdc"><code>cc35c58</code></a> Fix regression on no-unused-components rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1909">#1909</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a8ab4fd103a21bbea8154c8aed09b78f2039aa8f"><code>a8ab4fd</code></a> 9.1.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c1c9dc2c77270f06995ea76a7ad5e1e7036ef96e"><code>c1c9dc2</code></a> fix(prefer-import-from-vue): skip side-effect import in <code>.d.ts</code> files (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1907">#1907</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/35bf1009d9b85d88b558d1739ddaadf665bb17dd"><code>35bf100</code></a> Remove unused code (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1897">#1897</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.1...v9.3.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=8.7.1&new-version=9.3.0)](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:27:57 +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#3886
No description provided.