Bump eslint-plugin-vue from 9.8.0 to 9.9.0 #64

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/eslint-plugin-vue-9.9.0 into master
dependabot[bot] commented 2023-01-13 11:10:29 +01:00 (Migrated from github.com)

Bumps eslint-plugin-vue from 9.8.0 to 9.9.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.9.0

Enhancements

🐛 Bug Fixes

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

Commits
  • 487a71c 9.9.0
  • 0b816dc Add new attributes order for dynamic and static props (#2068)
  • ad07deb Fix false positives for circular references in <script setup> in `vue/no-unde...
  • 5e0bd2c Add padding-lines-in-component-definition rule (#2052)
  • abdd93d fix (vue/define-macros-order): hoist secondary expressions correctly (#2071)
  • 2c3d623 test (vue/max-attributes-per-line): add test for max value as object (#2072)
  • d339e2e fix (vue/component-api-style): add spacing around comma in report message (#2...
  • 4a08c07 fix: [vue/component-name-in-template-casing] False positive for dynamic compo...
  • e42f737 Improve indent rule to support more ts syntax (#2042)
  • 89fb2fe Added array-element-newline rule from eslint (#2066)
  • See full diff 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)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.8.0 to 9.9.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.9.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2066">#2066</a> Added <a href="https://eslint.vuejs.org/rules/array-element-newline.html"><code>vue/array-element-newline</code> rule</a> that applies the <a href="https://eslint.org/docs/latest/rules/array-element-newline">core <code>array-element-newline</code> rule</a> to expressions in <code>\&lt;template&gt;</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2042">#2042</a> Improved <a href="https://eslint.vuejs.org/rules/script-indent.html"><code>vue/script-indent</code> rule</a> to support more TypeScript syntax.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2052">#2052</a> Added <a href="https://eslint.vuejs.org/rules/padding-lines-in-component-definition.html"><code>vue/padding-lines-in-component-definition</code> rule</a> that requires or disallows padding lines in component definition.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2068">#2068</a> Added new <code>ATTR_DYNAMIC</code>, <code>ATTR_STATIC</code>, and <code>ATTR_SHORTHAND_BOOL</code> options to <a href="https://eslint.vuejs.org/rules/attributes-order.html"><code>vue/attributes-order</code> rule</a>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2069">#2069</a> Fixed false positive for type-only imports 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/2070">#2070</a> Fixed spaces around comma in <a href="https://eslint.vuejs.org/rules/component-api-style.html"><code>vue/component-api-style</code> rule</a> report messages.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2071">#2071</a> Fixed <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code> rule</a> to hoist secondary expressions correctly.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2073">#2073</a> Fixed false positives for circular references in <code>&lt;script setup&gt;</code> in <a href="https://eslint.vuejs.org/rules/no-undef-components.html"><code>vue/no-undef-components</code> rule</a>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/487a71c10e5263043089b08b31d646ad501b4218"><code>487a71c</code></a> 9.9.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0b816dc3c4c20719dca12f612d60f0a3dac2111c"><code>0b816dc</code></a> Add new attributes order for dynamic and static props (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2068">#2068</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ad07deb36143cc8f71af2848634ecbe7d5bc566f"><code>ad07deb</code></a> Fix false positives for circular references in &lt;script setup&gt; in `vue/no-unde...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5e0bd2c7a629ba557ab0e9584c9d63e7526800ea"><code>5e0bd2c</code></a> Add <code>padding-lines-in-component-definition</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2052">#2052</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/abdd93d0cb0308161ccac61f64615f4200f02311"><code>abdd93d</code></a> fix (vue/define-macros-order): hoist secondary expressions correctly (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2071">#2071</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2c3d623b5602c7c71b72d314d91a81bb18d16614"><code>2c3d623</code></a> test (vue/max-attributes-per-line): add test for max value as object (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2072">#2072</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d339e2ecab1ab3c9099bdb773524587a880f3d35"><code>d339e2e</code></a> fix (vue/component-api-style): add spacing around comma in report message (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2">#2</a>...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4a08c070d94754f3be6fb131ba207c369d3f9b36"><code>4a08c07</code></a> fix: [vue/component-name-in-template-casing] False positive for dynamic compo...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e42f7371a4e396eab1a4b405af2a61cc1d165651"><code>e42f737</code></a> Improve indent rule to support more ts syntax (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2042">#2042</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/89fb2fe3b89edf8f5153b273a3724802acc2d9a1"><code>89fb2fe</code></a> Added array-element-newline rule from eslint (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/2066">#2066</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.8.0...v9.9.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=9.8.0&new-version=9.9.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>
dependabot[bot] commented 2023-02-21 01:48:34 +01:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.