chore: bump eslint-plugin-vue from 10.2.0 to 10.3.0 #500

Merged
martinr92 merged 1 commit from dependabot-npm_and_yarn-develop-eslint-plugin-vue-10.3.0 into develop 2025-07-13 10:41:07 +00:00
martinr92 commented 2025-07-03 02:58:17 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 10.2.0 to 10.3.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v10.3.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-vue's changelog.

10.3.0

Minor Changes

Patch Changes

Commits

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.2.0 to 10.3.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>v10.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Added <a href="https://typescript-eslint.io/packages/parser"><code>@typescript-eslint/parser</code></a> as an optional peer dependency (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2775">#2775</a>)</p> </li> <li> <p>Added TypeScript IntelliSense support via <a href="https://github.com/antfu/eslint-typegen">eslint-typegen</a> (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2770">#2770</a>)</p> </li> <li> <p><a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> <code>ignore</code> option now supports regex patterns (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2773">#2773</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed false negatives when using typescript-eslint v8 in <a href="https://eslint.vuejs.org/rules/script-indent.html"><code>vue/script-indent</code></a> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2775">#2775</a>)</p> </li> <li> <p><a href="https://eslint.vuejs.org/rules/no-restricted-html-elements.html"><code>vue/no-restricted-html-elements</code></a> now also checks SVG and MathML elements (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2755">#2755</a>)</p> </li> <li> <p>Updated resources (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2752">#2752</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md">eslint-plugin-vue's changelog</a>.</em></p> <blockquote> <h2>10.3.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Added <a href="https://typescript-eslint.io/packages/parser"><code>@typescript-eslint/parser</code></a> as an optional peer dependency (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2775">#2775</a>)</p> </li> <li> <p>Add TypeScript IntelliSense support via <a href="https://github.com/antfu/eslint-typegen">eslint-typegen</a> (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2770">#2770</a>)</p> </li> <li> <p><a href="https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html"><code>vue/no-deprecated-slot-attribute</code></a> <code>ignore</code> option now supports regex patterns (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2773">#2773</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fixed false negatives when using typescript-eslint v8 in <a href="https://eslint.vuejs.org/rules/script-indent.html"><code>vue/script-indent</code></a> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2775">#2775</a>)</p> </li> <li> <p>Update resources (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2752">#2752</a>)</p> </li> <li> <p><a href="https://eslint.vuejs.org/rules/no-restricted-html-elements.html"><code>vue/no-restricted-html-elements</code></a> now also checks SVG and MathML elements (<a href="https://github.com/vuejs/eslint-plugin-vue/pull/2755">#2755</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/78dc77b3be625a8d48216aa9aeaf9ef7d0c4288f"><code>78dc77b</code></a> Version Packages (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2753">#2753</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4cf87beaa4bee07109446271c73edc90e80d1182"><code>4cf87be</code></a> feat: add TypeScript IntelliSense support with eslint-typegen (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2770">#2770</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ebf6cb5c2b37b60e3210d56388f84b50240af594"><code>ebf6cb5</code></a> chore: Use ESLint v9 in development env (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2775">#2775</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/24eccf43f1627994ce1856f2d0b0ff7c5811eb9e"><code>24eccf4</code></a> Format changesets</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/fb4c1c0559d8b026c92ed28f759e2f4a74de0e47"><code>fb4c1c0</code></a> feat(no-deprecated-slot-attribute): regex ignore patterns (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2773">#2773</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ca973010b511755488eeac2851ffd6597f23ccb2"><code>ca97301</code></a> feat(no-restricted-html-elements): support all element types (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2755">#2755</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/66dab39a878b77a1884633b78bcaec6d3a5c3820"><code>66dab39</code></a> chore: ignore CHANGELOG.md from markdownlint</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/aeef72c8d2d0dec637e33e5df8fa6178bae89d74"><code>aeef72c</code></a> Updates resources (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/2752">#2752</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v10.2.0...v10.3.0">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-07-03 02:58:17 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-07-13 10:38:01 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 0de983d6...50f74220 - 2 commits from branch develop
  • 6cc76fbb - chore: bump eslint-plugin-vue from 10.2.0 to 10.3.0

Compare with previous version

added 3 commits <ul><li>0de983d6...50f74220 - 2 commits from branch <code>develop</code></li><li>6cc76fbb - chore: bump eslint-plugin-vue from 10.2.0 to 10.3.0</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/476/diffs?diff_id=1421825686&start_sha=0de983d68a12a33a1a2e11b4bb7adadcf4302656)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-07-13 10:38:09 +00:00
martinr92 (Migrated from gitlab.com) merged commit into develop 2025-07-13 10:41:07 +00:00
martinr92 commented 2025-07-13 13:24:08 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.9.2-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.9.2-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.9.2-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2025-07-20 12:22:00 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.9.2 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.9.2 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.9.2). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.