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 "Rurouni Kenshin"</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>
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.12.0 to 9.13.0.
Release notes
Sourced from eslint-plugin-vue's releases.
Commits
b00faf39.13.09abf469Add support for imported types in SFC macros (#2134)4c5fe34Upgrade to vue-eslint-parser v9.3 that supports Vue 3.3. (#2170)659a50fadd FUNDING.yml2ee0f4bAddvue/valid-define-optionsrule (#2165)dd96780Addvue/prefer-define-optionsrule (#2167)6b3736bAdd support fordefineOptionsto `vue/padding-lines-in-component-definition...28db555Add support fordefineOptionsanddefineSlotsto `vue/no-unsupported-feat...a9e0a49Add support fordefineOptionstovue/no-restricted-component-optionsrule...70b88a2Add support fordefineOptionstovue/match-component-file-namerule (#2161)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR. Deprecated, use GitLab's native /rebase instead$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 4 commits
master8de86d61- Build(deps-dev): bump eslint-plugin-vue from 9.12.0 to 9.13.0Compare with previous version