Build(deps-dev): bump eslint-plugin-vue from 9.12.0 to 9.13.0 #1174

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.13.0 into master 2023-05-16 12:35:25 +00:00
argoyle commented 2023-05-16 04:43:34 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.12.0 to 9.13.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.13.0

Support for Vue 3.3 "Rurouni Kenshin"

Enhancements

New Rules

  • #2167 Added vue/prefer-define-options rule that enforce use of defineOptions instead of default export.
  • #2165 Added vue/valid-define-options rule that checks whether defineOptions compiler macro is valid.

Other Changes

  • #2154 Added support for defineOptions and defineSlots to vue/define-macros-order rule.
  • #2152 Added support for new defineEmits type syntax to vue/require-explicit-emits rule.
  • #2157 Added support for defineOptions to vue/multi-word-component-names rule.
  • #2158 Added support for defineOptions to vue/no-reserved-component-names rule.
  • #2159 Added support for defineOptions to vue/component-definition-name-casing rule.
  • #2160 Added support for defineOptions to vue/order-in-components rule.
  • #2161 Added support for defineOptions to vue/match-component-file-name rule.
  • #2162 Added support for defineOptions to vue/no-restricted-component-options rule.
  • #2163 Added support for defineOptions and defineSlots to vue/no-unsupported-features rule.
  • #2164 Added support for defineOptions to vue/padding-lines-in-component-definition rule.
  • #2134 Added support for imported types in SFC macros.

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.12.0...v9.13.0

Commits
  • b00faf3 9.13.0
  • 9abf469 Add support for imported types in SFC macros (#2134)
  • 4c5fe34 Upgrade to vue-eslint-parser v9.3 that supports Vue 3.3. (#2170)
  • 659a50f add FUNDING.yml
  • 2ee0f4b Add vue/valid-define-options rule (#2165)
  • dd96780 Add vue/prefer-define-options rule (#2167)
  • 6b3736b Add support for defineOptions to `vue/padding-lines-in-component-definition...
  • 28db555 Add support for defineOptions and defineSlots to `vue/no-unsupported-feat...
  • a9e0a49 Add support for defineOptions to vue/no-restricted-component-options rule...
  • 70b88a2 Add support for defineOptions to vue/match-component-file-name rule (#2161)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $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.12.0 to 9.13.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.13.0</h2> <p><strong>Support for Vue 3.3 &quot;Rurouni Kenshin&quot;</strong></p> <h2>✨ Enhancements</h2> <h3>New Rules</h3> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2167">#2167</a> Added <code>vue/prefer-define-options</code> rule that enforce use of <code>defineOptions</code> instead of default export.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2165">#2165</a> Added <code>vue/valid-define-options</code> rule that checks whether <code>defineOptions</code> compiler macro is valid.</li> </ul> <h3>Other Changes</h3> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2154">#2154</a> Added support for <code>defineOptions</code> and <code>defineSlots</code> to <code>vue/define-macros-order</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2152">#2152</a> Added support for new <code>defineEmits</code> type syntax to <code>vue/require-explicit-emits</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2157">#2157</a> Added support for <code>defineOptions</code> to <code>vue/multi-word-component-names</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2158">#2158</a> Added support for <code>defineOptions</code> to <code>vue/no-reserved-component-names</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2159">#2159</a> Added support for <code>defineOptions</code> to <code>vue/component-definition-name-casing</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2160">#2160</a> Added support for <code>defineOptions</code> to <code>vue/order-in-components</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2161">#2161</a> Added support for <code>defineOptions</code> to <code>vue/match-component-file-name</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2162">#2162</a> Added support for <code>defineOptions</code> to <code>vue/no-restricted-component-options</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2163">#2163</a> Added support for <code>defineOptions</code> and <code>defineSlots</code> to <code>vue/no-unsupported-features</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2164">#2164</a> Added support for <code>defineOptions</code> to <code>vue/padding-lines-in-component-definition</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2134">#2134</a> Added support for imported types in SFC macros.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/2170">#2170</a> Upgraded to <a href="https://github.com/vuejs/vue-eslint-parser/releases/tag/v9.3.0">vue-eslint-parser v9.3</a> that supports Vue 3.3.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.12.0...v9.13.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.12.0...v9.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b00faf33487ea12fab9e33bdc825362e619b77a5"><code>b00faf3</code></a> 9.13.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9abf469e2040d2273e4be16f4577adae6dfbe0ce"><code>9abf469</code></a> Add support for imported types in SFC macros (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2134">#2134</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4c5fe34d13df9417aa802fda6bab1963a70374d4"><code>4c5fe34</code></a> Upgrade to vue-eslint-parser v9.3 that supports Vue 3.3. (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2170">#2170</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/659a50f86a0953f3c34d6bda40bfa504d31bf179"><code>659a50f</code></a> add FUNDING.yml</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2ee0f4b9efb4083c9345ee61cee91edca71e88d2"><code>2ee0f4b</code></a> Add <code>vue/valid-define-options</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2165">#2165</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/dd9678035e07e5a5eca868beb9cb54e6b98ec1c6"><code>dd96780</code></a> Add <code>vue/prefer-define-options</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2167">#2167</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6b3736b17e2e948225718c1af96418d7acf5ebf1"><code>6b3736b</code></a> Add support for <code>defineOptions</code> to `vue/padding-lines-in-component-definition...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/28db55596381aaf37edbcecd3b41816ffece55cc"><code>28db555</code></a> Add support for <code>defineOptions</code> and <code>defineSlots</code> to `vue/no-unsupported-feat...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a9e0a49dbfa529bc26b6632dd4ab85997bb58f7d"><code>a9e0a49</code></a> Add support for <code>defineOptions</code> to <code>vue/no-restricted-component-options</code> rule...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/70b88a2540bc40f3c33f04058013095bc48b0cbe"><code>70b88a2</code></a> Add support for <code>defineOptions</code> to <code>vue/match-component-file-name</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2161">#2161</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.12.0...v9.13.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. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2023-05-16 12:35:12 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 105a5ff1...4f000453 - 3 commits from branch master
  • 8de86d61 - Build(deps-dev): bump eslint-plugin-vue from 9.12.0 to 9.13.0

Compare with previous version

added 4 commits <ul><li>105a5ff1...4f000453 - 3 commits from branch <code>master</code></li><li>8de86d61 - Build(deps-dev): bump eslint-plugin-vue from 9.12.0 to 9.13.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1125/diffs?diff_id=682335035&start_sha=105a5ff1341ba3a0398268882cbbf1bfb6a1893a)
argoyle (Migrated from gitlab.com) merged commit into master 2023-05-16 12:35:25 +00:00
Sign in to join this conversation.