Build(deps-dev): bump eslint-plugin-vue from 9.7.0 to 9.8.0 #772

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.8.0 into master 2022-11-24 07:47:54 +00:00
argoyle commented 2022-11-24 04:39:56 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.7.0 to 9.8.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.8.0

Enhancements

  • #2019 Added vue/require-prop-comment rule that require props to have a comment.
  • #2034 Added suggestion for vue/require-name-property rule.

🐛 Bug Fixes

  • #2024 Fixed false positives for <Textarea> component in vue/no-textarea-mustache rule.
  • #2040 Fixed false positives for export interface/type declaration in vue/define-macros-order rule.
  • #2031 Fixed false positives for HTML tag when using HTML-like components in vue/component-name-in-template-casing rule.
  • #2045 Fixed vue/attribute-hyphenation rule to disable autofix attributes containing _.

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

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 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>&lt;Textarea&gt;</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 &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.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 master 2022-11-24 07:47:54 +00:00
Sign in to join this conversation.