[PR #61] [MERGED] chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.8.0 in /web #121

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/61
Author: @dependabot[bot]
Created: 1/9/2023
Status: Merged
Merged: 1/11/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/eslint-plugin-vue-9.8.0


📝 Commits (1)

  • 9a6cac2 chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.8.0 in /web

📊 Changes

3 files changed (+147 additions, -148 deletions)

View changed files

📝 web/package-lock.json (+144 -145)
📝 web/package.json (+1 -1)
📝 web/yarn.lock (+2 -2)

📄 Description

Bumps eslint-plugin-vue from 8.7.1 to 9.8.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.8.0

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.0

v9.7.0

Enhancements

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0

v9.6.0

Enhancements

🐛 Bug Fixes

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

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

... (truncated)

Commits
  • a15d036 9.8.0
  • ec0276b Disable autofix in vue/attribute-hyphenation for attributes with underscore...
  • ced6fc3 Chore: add script to site that remove service-worker (#2047)
  • 2d46741 Ignore well known tags in component-name-in-template-casing (#2031)
  • 0fd431e Chore: fix playground (#2046)
  • 55daf43 Chore: use vitepress instead of vuepress (#2044)
  • 1d669d3 fix(docs): update example code for watch() (#2041)
  • 8dc3cd9 fix(define-macros-order): update rule to support interface/type export in <sc...
  • cc1b8d9 feat: rule fixer for require-name-property (#2034)
  • 9673a61 docs: fix formatting and grammar for clarity (#2028)
  • 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/NdoleStudio/httpsms/pull/61 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/9/2023 **Status:** ✅ Merged **Merged:** 1/11/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-plugin-vue-9.8.0` --- ### 📝 Commits (1) - [`9a6cac2`](https://github.com/NdoleStudio/httpsms/commit/9a6cac255d832cf85fd1ec6ec0d2b5eaca2947e4) chore(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.8.0 in /web ### 📊 Changes **3 files changed** (+147 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+144 -145) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+2 -2) </details> ### 📄 Description Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 8.7.1 to 9.8.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.8.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2019">#2019</a> Added <a href="https://eslint.vuejs.org/rules/require-prop-comment.html"><code>vue/require-prop-comment</code> rule</a> that requires props to have a comment.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2034">#2034</a> Added suggestion for <a href="https://eslint.vuejs.org/rules/require-name-property.html"><code>vue/require-name-property</code> rule</a>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2024">#2024</a> Fixed false positives for <code>&lt;Textarea&gt;</code> components in <a href="https://eslint.vuejs.org/rules/no-textarea-mustache.html"><code>vue/no-textarea-mustache</code> rule</a>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2040">#2040</a> Fixed false positives for exported interfaces/type declarations in <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code> rule</a>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2031">#2031</a> Fixed false positives for HTML tags when using HTML-like components in <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code> rule</a>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2045">#2045</a> Fixed <a href="https://eslint.vuejs.org/rules/attribute-hyphenation.html"><code>vue/attribute-hyphenation</code> rule</a> to disable autofix for attributes containing underscores (<code>_</code>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.7.0...v9.8.0</a></p> <h2>v9.7.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1996">#1996</a> Added <a href="https://eslint.vuejs.org/rules/multiline-ternary.html"><code>vue/multiline-ternary</code> rule</a> that applies the core <a href="https://eslint.org/docs/rules/multiline-ternary"><code>multiline-ternary</code></a> rule to expressions in <code>\&lt;template&gt;</code> and <code>&lt;style&gt;</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2009">#2009</a> Added <a href="https://eslint.vuejs.org/rules/v-on-handler-style.html"><code>vue/v-on-handler-style</code> rule</a> that enforces writing style for handlers in <code>v-on</code> directives.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1989">#1989</a> Added <code>globals</code> option to <a href="https://eslint.vuejs.org/rules/component-name-in-template-casing.html"><code>vue/component-name-in-template-casing</code> rule</a>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2013">#2013</a> Added support for regexp options to <a href="https://eslint.vuejs.org/rules/no-restricted-class.html"><code>vue/no-restricted-class</code> rule</a>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2009">#2009</a> Deprecated <a href="https://eslint.vuejs.org/rules/v-on-function-call.html"><code>vue/v-on-function-call</code> rule</a>. Use the new <a href="https://eslint.vuejs.org/rules/v-on-handler-style.html"><code>vue/v-on-handler-style</code> rule</a> instead.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.6.0...v9.7.0</a></p> <h2>v9.6.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1943">#1943</a> Added <a href="https://eslint.vuejs.org/rules/no-required-prop-with-default.html"><code>vue/no-required-prop-with-default</code> rule</a> that enforces props with default values ​​to be optional.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1982">#1982</a> Added <code>consistent</code> option to <a href="https://eslint.vuejs.org/rules/padding-line-between-tags.html"><code>vue/padding-line-between-tags</code> rule</a>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1988">#1988</a> Fixed false positives for uninitialized vars in <a href="https://eslint.vuejs.org/rules/no-ref-as-operand.html"><code>vue/no-ref-as-operand</code> rule</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.1...v9.6.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.1...v9.6.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a15d0364418fbeeb4f52d566635424766ce88cb8"><code>a15d036</code></a> 9.8.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ec0276ba0cd570e7a83406195c36288528c42aa4"><code>ec0276b</code></a> Disable autofix in <code>vue/attribute-hyphenation</code> for attributes with underscore...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ced6fc3b23a142b742dffe5410f299010ab3c329"><code>ced6fc3</code></a> Chore: add script to site that remove service-worker (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2047">#2047</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2d46741e4738ed41e84425dcd1a9b0f97ff09aaa"><code>2d46741</code></a> Ignore well known tags in <code>component-name-in-template-casing</code> (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2031">#2031</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0fd431ec4d02d19b6cbd9963adfb2e197bc2f8ad"><code>0fd431e</code></a> Chore: fix playground (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2046">#2046</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/55daf431b740eb6d477132a92af29ca4f46c3894"><code>55daf43</code></a> Chore: use vitepress instead of vuepress (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2044">#2044</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1d669d3daf5ed3b41959e2b3ac2868951b83d509"><code>1d669d3</code></a> fix(docs): update example code for watch() (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2041">#2041</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8dc3cd998830acfaac643009fde5e7f8f9541dbd"><code>8dc3cd9</code></a> fix(define-macros-order): update rule to support interface/type export in &lt;sc...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cc1b8d980dd8b09eb9a8b4f0b2fec04a2abf40b8"><code>cc1b8d9</code></a> feat: rule fixer for require-name-property (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2034">#2034</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9673a61b08bdadf31b191e0dff30873678c7011b"><code>9673a61</code></a> docs: fix formatting and grammar for clarity (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2028">#2028</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.1...v9.8.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.8.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-03 16:36:50 +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/httpsms#121
No description provided.