Build(deps-dev): bump eslint-plugin-vue from 8.6.0 to 8.7.1 #333

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-eslint-plugin-vue-8.7.1 into master 2022-04-23 16:28:40 +00:00
argoyle commented 2022-04-23 04:40:22 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 8.6.0 to 8.7.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v8.7.1

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.0...v8.7.1

v8.7.0

Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.6.0...v8.7.0

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 8.6.0 to 8.7.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>v8.7.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1861">#1861</a> Fixed false positives for multiple scripts in <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.0...v8.7.1">https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.0...v8.7.1</a></p> <h2>v8.7.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1825">#1825</a>, <a href="https://github.com/vuejs/eslint-plugin-vue/issues/1842">#1842</a> Added support for CSS selectors to order option for <a href="https://eslint.vuejs.org/rules/component-tags-order.html"><code>vue/component-tags-order</code></a> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1831">#1831</a> Added <a href="https://eslint.vuejs.org/rules/match-component-import-name.html"><code>vue/match-component-import-name</code></a> rule that requires the registered component name to match the imported component name.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1856">#1856</a> Added <a href="https://eslint.vuejs.org/rules/define-macros-order.html"><code>vue/define-macros-order</code></a> rule that enforces the order of <code>defineEmits</code> and <code>defineProps</code> compiler macros.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1844">#1844</a> Fixed false negatives for <code>&lt;script setup&gt;</code> in <a href="https://eslint.vuejs.org/rules/multi-word-component-names.html"><code>vue/multi-word-component-names</code></a> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1854">#1854</a> Fixed false positives for <code>&lt;script setup&gt;</code> with TS literal type in <a href="https://eslint.vuejs.org/rules/require-valid-default-prop.html"><code>vue/require-valid-default-prop</code></a> rule.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.6.0...v8.7.0">https://github.com/vuejs/eslint-plugin-vue/compare/v8.6.0...v8.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b60dabd4a3591f033dd7b26465b793d6b3da21ed"><code>b60dabd</code></a> 8.7.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d3652d23fa4f879275f99e8332ee57ee02f8feab"><code>d3652d2</code></a> vue/define-macros-order bug (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1861">#1861</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8900a96fb73775a4808033860d453840ca4b83d3"><code>8900a96</code></a> 8.7.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/213042c934bfbc150c887ee77a09c71e0748ca38"><code>213042c</code></a> Add new rule: vue/define-macros-order (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1855">#1855</a>) (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1856">#1856</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/62e26203f5a1c0c9def7cb3425761599a8dd5500"><code>62e2620</code></a> Fix false positives for script setup with ts literal type in `vue/require-val...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a473a0d543655addf28b8bbc3c1e1393e2b30854"><code>a473a0d</code></a> Fix 1836 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1844">#1844</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/46da539a5cd00c959e0d6c22a70a6014eb819e71"><code>46da539</code></a> Fix 1786 (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1831">#1831</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1e375bc8455a2ee8ca2607174a985b9581cc64e2"><code>1e375bc</code></a> Improve usage of postcss-selector-parser (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1842">#1842</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/124cc371645dbb56a80ddcbc8bf37af6efccd044"><code>124cc37</code></a> Add github workflows (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1843">#1843</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/926064ceac5f6ea90a3511c10b2986475b2d809c"><code>926064c</code></a> Fix <a href="https://github.com/vuejs/eslint-plugin-vue/issues/1819">#1819</a>: Enforce order between script and script setup (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1825">#1825</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.6.0...v8.7.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-04-23 16:19:40 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 9b5183d4...794fa946 - 2 commits from branch master
  • 9cb9c03f - Build(deps-dev): bump eslint-plugin-vue from 8.6.0 to 8.7.1

Compare with previous version

added 3 commits <ul><li>9b5183d4...794fa946 - 2 commits from branch <code>master</code></li><li>9cb9c03f - Build(deps-dev): bump eslint-plugin-vue from 8.6.0 to 8.7.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/284/diffs?diff_id=379590994&start_sha=9b5183d4eee05f0a255174d9715e79b84bbd0381)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-04-23 16:24:24 +00:00
argoyle commented 2022-04-23 16:28:40 +00:00 (Migrated from gitlab.com)

mentioned in commit c6e7c5a91b

mentioned in commit c6e7c5a91b0abb6e3072dfb3c19dc88a35d289b9
argoyle (Migrated from gitlab.com) merged commit c6e7c5a91b into master 2022-04-23 16:28:40 +00:00
Sign in to join this conversation.