Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1 #622

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.5.1 into master 2022-09-18 18:02:44 +00:00
argoyle commented 2022-09-17 04:42:20 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 9.4.0 to 9.5.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.5.1

🐛 Bug Fixes

  • #1976 Fixed false positives for script setup with ts in vue/no-undef-components rule.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1

v9.5.0

Enhancements

⚙️ Updates

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0

Thanks @​dev1437, @​Amorites, @​acupofspirt for your contributions!

Commits


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 9.4.0 to 9.5.1. <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.5.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1976">#1976</a> Fixed false positives for script setup with ts in <code>vue/no-undef-components</code> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.5.0...v9.5.1</a></p> <h2>v9.5.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1965">#1965</a> Added <a href="https://eslint.vuejs.org/rules/no-ref-object-destructure.html"><code>vue/no-ref-object-destructure</code></a> rule that reports the destructuring of ref objects causing the value to lose reactivity.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1967">#1967</a> Changed <a href="https://eslint.vuejs.org/rules/no-undef-components.html"><code>vue/no-undef-components</code></a> rule to report when type-only imports are used.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1966">#1966</a> Added <a href="https://eslint.vuejs.org/rules/padding-line-between-tags.html"><code>vue/padding-line-between-tags</code></a> rule that requires or disallows newlines between sibling tags in template.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a> Added <a href="https://eslint.vuejs.org/rules/define-emits-declaration.html"><code>vue/define-emits-declaration</code></a> rule that enforces the declaration style of <code>defineEmits</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a> Added <a href="https://eslint.vuejs.org/rules/define-props-declaration.html"><code>vue/define-props-declaration</code></a> rule that enforces the declaration style of <code>defineProps</code>.</li> </ul> <h2>⚙️ Updates</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1955">#1955</a> Changed <a href="https://eslint.vuejs.org/rules/order-in-components.html"><code>vue/order-in-components</code></a> rule to be auto-fixable even when using <code>PropType</code>.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0">https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.0</a></p> <p>Thanks <a href="https://github.com/dev1437"><code>@​dev1437</code></a>, <a href="https://github.com/Amorites"><code>@​Amorites</code></a>, <a href="https://github.com/acupofspirt"><code>@​acupofspirt</code></a> for your contributions!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4d0ffae85d7efa07985696239f7bc21967c3de54"><code>4d0ffae</code></a> 9.5.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/30b147111fc94665905991c9812a6f17a530036d"><code>30b1471</code></a> Fix false positives for script setup with ts (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1976">#1976</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b1f14329825ec68166f7115f09fe52e984884c4b"><code>b1f1432</code></a> 9.5.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4383a866871f7b173d2d3646becd63054df76d0e"><code>4383a86</code></a> Add type-based declaration rule of <code>defineProps</code> and <code>defineEmits</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1968">#1968</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bf9b95cf0108d1844d084480e4950633fa2e8846"><code>bf9b95c</code></a> Create <code>padding-line-between-tags</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1966">#1966</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/faa067e79da6d2f2826a1fa65c923f40a39c8f2e"><code>faa067e</code></a> Chore: ts-parser support in demo (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1972">#1972</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6173b91c64a973d167ba168b0e740e8b2b843ddb"><code>6173b91</code></a> Report type-only imports in <code>no-undef-components</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1967">#1967</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8828bbb69dcbb1b36dd4c79a2ce05cec86586dbe"><code>8828bbb</code></a> Add <code>vue/no-ref-object-destructure</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1965">#1965</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9b55f3c18403b0a77808ba758ec3a8e72a884036"><code>9b55f3c</code></a> Update CI.yml (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1958">#1958</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2f55173dd60c805e07aac823c7bd774d6c263db2"><code>2f55173</code></a> fix(order-in-components): allow autofix with TypeScript PropType (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1955">#1955</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.4.0...v9.5.1">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 2022-09-18 10:29:58 +00:00 (Migrated from gitlab.com)

added 2 commits

  • ba0df4da - 1 commit from branch master
  • 534005a6 - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1

Compare with previous version

added 2 commits <ul><li>ba0df4da - 1 commit from branch <code>master</code></li><li>534005a6 - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/573/diffs?diff_id=487323282&start_sha=f0d58d36ba45404c1f865d4787ac3a42ad7da125)
argoyle commented 2022-09-18 10:43:00 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 421fc436 - 1 commit from branch master
  • 96e1ca8d - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1

Compare with previous version

added 2 commits <ul><li>421fc436 - 1 commit from branch <code>master</code></li><li>96e1ca8d - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/573/diffs?diff_id=487324601&start_sha=534005a624ed0afadfa460ec195abf3dc2f5b8d7)
argoyle commented 2022-09-18 17:51:26 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 948500ed - 1 commit from branch master
  • 6daf9b36 - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1

Compare with previous version

added 2 commits <ul><li>948500ed - 1 commit from branch <code>master</code></li><li>6daf9b36 - Build(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.5.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/573/diffs?diff_id=487377405&start_sha=96e1ca8da527c95ce7f962aa0b9cf47550c7acb3)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-09-18 17:53:13 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-09-18 18:02:45 +00:00
Sign in to join this conversation.