Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.7.0 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.com/vuejs/eslint-plugin-vue/issues/2019">#2019</a> Added <code>vue/require-prop-comment</code> rule that require props to have a comment.</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2034">#2034</a> Added suggestion for <code>vue/require-name-property</code> rule.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2024">#2024</a> Fixed false positives for <code><Textarea></code> component in <code>vue/no-textarea-mustache</code> rule.</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2040">#2040</a> Fixed false positives for export interface/type declaration in <code>vue/define-macros-order</code> rule.</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2031">#2031</a> Fixed false positives for HTML tag when using HTML-like components in <code>vue/component-name-in-template-casing</code> rule.</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2045">#2045</a> Fixed <code>vue/attribute-hyphenation</code> rule to disable autofix attributes containing <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>
</blockquote>
</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.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.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.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.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.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 <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.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.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/v9.7.0...v9.8.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
argoyle
(Migrated from gitlab.com)
merged commit into master2022-11-24 07:47:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps eslint-plugin-vue from 9.7.0 to 9.8.0.
Release notes
Sourced from eslint-plugin-vue's releases.
Commits
a15d0369.8.0ec0276bDisable autofix invue/attribute-hyphenationfor attributes with underscore...ced6fc3Chore: add script to site that remove service-worker (#2047)2d46741Ignore well known tags incomponent-name-in-template-casing(#2031)0fd431eChore: fix playground (#2046)55daf43Chore: use vitepress instead of vuepress (#2044)1d669d3fix(docs): update example code for watch() (#2041)8dc3cd9fix(define-macros-order): update rule to support interface/type export in <sc...cc1b8d9feat: rule fixer for require-name-property (#2034)9673a61docs: fix formatting and grammar for clarity (#2028)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts