Build(deps-dev): bump eslint-plugin-vue from 8.1.1 to 8.2.0 #168

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-8.2.0 into master 2021-12-09 13:26:33 +00:00
argoyle commented 2021-12-09 04:55:27 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 8.1.1 to 8.2.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v8.2.0

Enhancements

🐛 Bug Fixes

⚙️ Updates

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

Commits
  • f000613 8.2.0
  • 024c8d8 Add built-in component tests in vue/component-name-in-template-casing (#1737)
  • 09d7bed Fix false positives for import binding in vue/valid-define-emits and `vue/v...
  • 8a0b2c8 Add new rule vue/prefer-separate-static-class (#1729)
  • fe82fb5 Add support for ts4.5 to vue/script-indent rule (#1719)
  • 622ac26 Allow asyncData in vue/no-dupe-keys (#1735)
  • 10dd1a9 Add vue/component-options-name-casing rule (#1725)
  • b08fe0b docs: add missing backticks (#1730)
  • f38dd26 docs: update algolia credentials
  • See full diff 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 8.1.1 to 8.2.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>v8.2.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1725">#1725</a> Added <a href="https://eslint.vuejs.org/rules/component-options-name-casing.html"><code>vue/component-options-name-casing</code> rule</a> that enforces the casing of component name in <code>components</code> options.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1729">#1729</a> Added <a href="https://eslint.vuejs.org/rules/prefer-separate-static-class.html"><code>vue/prefer-separate-static-class</code> rule</a> that requires static class names in template to be in a separate <code>class</code> attribute.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1736">#1736</a> Fixed false positives for import binding in <a href="https://eslint.vuejs.org/rules/valid-define-emits.html"><code>vue/valid-define-emits</code></a> and <a href="https://eslint.vuejs.org/rules/valid-define-props.html"><code>vue/valid-define-props</code></a> rules.</li> </ul> <h2>:gear: Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1719">#1719</a> Added support for TypeScript 4.5 to <a href="https://eslint.vuejs.org/rules/script-indent.html"><code>vue/script-indent</code> rule</a>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1735">#1735</a> Changed to allow <code>asyncData</code> in <a href="https://eslint.vuejs.org/rules/no-dupe-keys.html"><code>vue/no-dupe-keys</code> rule</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.1...v8.2.0">https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.1...v8.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f0006135c2c51403c09d9f2324f68f8dc19f2995"><code>f000613</code></a> 8.2.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/024c8d837a092ae7153f0eb74bdb2363f85b5270"><code>024c8d8</code></a> Add built-in component tests in <code>vue/component-name-in-template-casing</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1737">#1737</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/09d7bedc52678e87fd68af0a0f894d77d7765fc3"><code>09d7bed</code></a> Fix false positives for import binding in <code>vue/valid-define-emits</code> and `vue/v...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8a0b2c8142c4c413b84fcd31dc0e714a398bb30e"><code>8a0b2c8</code></a> Add new rule <code>vue/prefer-separate-static-class</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1729">#1729</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/fe82fb534b6ced51a54bb1c35a9c590f83a0f5b5"><code>fe82fb5</code></a> Add support for ts4.5 to <code>vue/script-indent</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1719">#1719</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/622ac268fc52ff5237a66db7c4d0cae1f9d6a035"><code>622ac26</code></a> Allow <code>asyncData</code> in <code>vue/no-dupe-keys</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1735">#1735</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/10dd1a99aa983754deb76383b224d48ebb2cbe91"><code>10dd1a9</code></a> Add <code>vue/component-options-name-casing</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1725">#1725</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b08fe0b4a40691920e0152146703a48a3043181e"><code>b08fe0b</code></a> docs: add missing backticks (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1730">#1730</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f38dd26342bdae032d686fcac46093939d4d8f62"><code>f38dd26</code></a> docs: update algolia credentials</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.1...v8.2.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 commented 2021-12-09 13:26:33 +00:00 (Migrated from gitlab.com)

mentioned in commit 2e305b1f85

mentioned in commit 2e305b1f85a721f55602652e45f97eb8502a7213
argoyle (Migrated from gitlab.com) merged commit 2e305b1f85 into master 2021-12-09 13:26:33 +00:00
Sign in to join this conversation.