Build(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.1.1 #127

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-eslint-plugin-vue-8.1.1 into master 2021-11-19 20:54:56 +00:00
argoyle commented 2021-11-19 04:56:33 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 6.2.2 to 8.1.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v8.1.1

🐛 Bug Fixes


Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.0...v8.1.1

v8.1.0

Enhancements

🐛 Bug Fixes


Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.3...v8.1.0

v8.0.3

🐛 Bug Fixes


Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.2...v8.0.3

v8.0.2

🐛 Bug Fixes


Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.1...v8.0.2

v8.0.1

🐛 Bug Fixes

... (truncated)

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 6.2.2 to 8.1.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.1.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1721">#1721</a> Fixed crash in <a href="https://eslint.vuejs.org/rules/component-api-style.html"><code>vue/component-api-style</code> rule</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.0...v8.1.1">https://github.com/vuejs/eslint-plugin-vue/compare/v8.1.0...v8.1.1</a></p> <h2>v8.1.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1707">#1707</a> Added <a href="https://eslint.vuejs.org/rules/no-child-content.html"><code>vue/no-child-content</code> rule</a> that reports child content of elements that have a directive which overwrites that child content.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1712">#1712</a> Added <a href="https://eslint.vuejs.org/rules/no-expose-after-await.html"><code>vue/no-expose-after-await</code> rule</a> that reports the <code>expose()</code> after <code>await</code> expression.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1703">#1703</a> Added <code>composition-vue2</code> style option in <a href="https://eslint.vuejs.org/rules/component-api-style.html"><code>vue/component-api-style</code> rule</a>.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1713">#1713</a> Fixed false positives for type-only exports in <a href="https://eslint.vuejs.org/rules/no-export-in-script-setup.html"><code>vue/no-export-in-script-setup</code> rule</a>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1715">#1715</a> Fixed false negatives for <code>v-bind.sync</code> in <a href="https://eslint.vuejs.org/rules/no-mutating-props.html"><code>vue/no-mutating-props</code> rule</a>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1715">#1715</a> Fixed false positives for shadowed props in <a href="https://eslint.vuejs.org/rules/no-mutating-props.html"><code>vue/no-mutating-props</code> rule</a>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1718">#1718</a> Fixed memory leak.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.3...v8.1.0">https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.3...v8.1.0</a></p> <h2>v8.0.3</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1691">#1691</a> Upgrade <a href="https://github.com/vuejs/vue-eslint-parser">vue-eslint-parser</a> to use patch. It upgrade fixes the wrong location in multiple <code>&lt;script&gt;</code></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.2...v8.0.3">https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.2...v8.0.3</a></p> <h2>v8.0.2</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1689">#1689</a> Fixed false positive for filename in <a href="https://eslint.vuejs.org/rules/multi-word-component-names.html"><code>vue/multi-word-component-names</code> rule</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.1...v8.0.2">https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.1...v8.0.2</a></p> <h2>v8.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1686">#1686</a> Fixed false positives for arrow return in <a href="https://eslint.vuejs.org/rules/valid-next-tick.html"><code>vue/valid-next-tick</code> rule</a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e613aa6a900a7b64c8071c016d654a23a6dd46ef"><code>e613aa6</code></a> 8.1.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c931ae69e6b257722719c283676fb2eb8ee57b68"><code>c931ae6</code></a> Fix crash in <code>component-api-style</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1721">#1721</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/20eaee7bcc332c6ef1dc4a91498fd8ee8d6bea79"><code>20eaee7</code></a> 8.1.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/da3e481cf9799d0f62f17ea740de845d44b0873c"><code>da3e481</code></a> Fix memory leak (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1718">#1718</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ff47c73ea4061387d00239459d2a0db03e4c8147"><code>ff47c73</code></a> Fix false positives and false negatives in <code>vue/no-mutating-props</code> rule. (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1715">#1715</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e0dddb17ae35a1ba7e284746903d9e32c2709612"><code>e0dddb1</code></a> False positives for type-only exports in <code>vue/no-export-in-script-setup</code> rule...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7c6ac02705d2681092bcfb231c99414800af4cb7"><code>7c6ac02</code></a> Add <code>vue/no-expose-after-await</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1712">#1712</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f4c12cc07074e3131a8aededa242454c866187a4"><code>f4c12cc</code></a> Add <code>vue/no-child-content</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1707">#1707</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6c64a099973a900dfad0aa478193b098e35c3cd6"><code>6c64a09</code></a> README Corrections (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1709">#1709</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5c0cd714473b89f615af5cc5ec24458f6c36454d"><code>5c0cd71</code></a> Docs: Add hints for rules that provide suggestions (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1708">#1708</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v8.1.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 2021-11-19 04:56:36 +00:00 (Migrated from gitlab.com)

mentioned in merge request !57

mentioned in merge request !57
argoyle commented 2021-11-19 20:09:51 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-19 20:10:01 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-19 20:11:37 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-19 20:11:37 +00:00 (Migrated from gitlab.com)

added 6 commits

  • 7a190826...f4239271 - 5 commits from branch master
  • 9af6f37d - Build(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.1.1

Compare with previous version

added 6 commits <ul><li>7a190826...f4239271 - 5 commits from branch <code>master</code></li><li>9af6f37d - Build(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.1.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/78/diffs?diff_id=282024303&start_sha=7a1908263a299cc9b1d490fd7ab97916aa4a7e77)
argoyle commented 2021-11-19 20:44:40 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 0b8f7737 - build: add name to components which failed lint check

Compare with previous version

added 1 commit <ul><li>0b8f7737 - build: add name to components which failed lint check</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/78/diffs?diff_id=282035484&start_sha=9af6f37d74869a55d5fa6bde340db862bf544649)
argoyle commented 2021-11-19 20:45:01 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2021-11-19 20:45:04 +00:00
argoyle commented 2021-11-19 20:54:56 +00:00 (Migrated from gitlab.com)

mentioned in commit 2e891f3611

mentioned in commit 2e891f3611bf9bf541bde569d46de479afdc8691
argoyle (Migrated from gitlab.com) merged commit 2e891f3611 into master 2021-11-19 20:54:56 +00:00
Sign in to join this conversation.