Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3 #106

Closed
argoyle wants to merge 0 commits from dependabot-npm_and_yarn-eslint-plugin-vue-8.0.3 into master
argoyle commented 2021-11-09 05:17:11 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 6.2.2 to 8.0.3.

Release notes

Sourced from eslint-plugin-vue's releases.

v8.0.3

🐛 Bug Fixes

  • #1691 Upgrade vue-eslint-parser to use patch. It upgrade fixes the wrong location in multiple <script>

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

v8.0.2

🐛 Bug Fixes

  • #1689 Fixed false positive for filename in vue/multi-word-component-names rule

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

v8.0.1

🐛 Bug Fixes

  • #1686 Fixed false positives for arrow return in vue/valid-next-tick rule.

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

v8.0.0

💥 Breaking Changes

  • #1588 Dropped supports Node.js v8-10, v13 and v15.
  • #1664 Upgraded vue-eslint-parser to v8.0.0.
  • Changed presets configs.
    • Changed plugin:vue/vue3-essential config.
      • #1603 Added vue/no-deprecated-v-is rule.
      • #1603 Added vue/no-export-in-script-setup rule.
      • #1603 Added vue/valid-define-emits rule.
      • #1603 Added vue/valid-define-props rule.
      • #1603 Added vue/valid-next-tick rule.
      • #1603 Added vue/valid-v-memo rule.
      • #1603 Added vue/no-useless-template-attributes rule.
      • #1603 Added vue/no-computed-properties-in-data rule.
      • #1603 Added vue/multi-word-component-names rule.
      • #1603 Added vue/no-deprecated-router-link-tag-prop rule.
      • #1678 Added vue/no-reserved-props rule.
    • Changed plugin:vue/vue3-strongly-recommended config.
      • Same changes as above.
      • #1603 Added vue/v-on-event-hyphenation rule.

... (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.0.3. <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.0.3</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1691">#1691</a> Upgrade vue-eslint-parser 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 <code>vue/multi-word-component-names</code> rule</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 <code>vue/valid-next-tick</code> rule.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.0...v8.0.1">https://github.com/vuejs/eslint-plugin-vue/compare/v8.0.0...v8.0.1</a></p> <h2>v8.0.0</h2> <h2>💥 Breaking Changes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1588">#1588</a> Dropped supports Node.js v8-10, v13 and v15.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1664">#1664</a> Upgraded vue-eslint-parser to v8.0.0.</li> <li>Changed presets configs. <ul> <li>Changed <code>plugin:vue/vue3-essential</code> config. <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/no-deprecated-v-is</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/no-export-in-script-setup</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/valid-define-emits</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/valid-define-props</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/valid-next-tick</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/valid-v-memo</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/no-useless-template-attributes</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/no-computed-properties-in-data</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/multi-word-component-names</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/no-deprecated-router-link-tag-prop</code> rule.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1678">#1678</a> Added <code>vue/no-reserved-props</code> rule.</li> </ul> </li> <li>Changed <code>plugin:vue/vue3-strongly-recommended</code> config. <ul> <li>Same changes as above.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1603">#1603</a> Added <code>vue/v-on-event-hyphenation</code> rule.</li> </ul> </li> </ul> </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/9c3b117fcaca00847d9f0dac1145683cad164e1e"><code>9c3b117</code></a> 8.0.3</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/dc0e3ea9cdc8a8930cb24d472d3b04ee47d42626"><code>dc0e3ea</code></a> Upgrade vue-eslint-parser to use patch. (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1691">#1691</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ec7cb15cfca28888b898d83c943d9a7463b4ab1c"><code>ec7cb15</code></a> 8.0.2</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/fa1675c65c9297d96a9948bb3b38d7f34fc21a19"><code>fa1675c</code></a> Fix false positive for filename in <code>vue/multi-word-component-names</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1689">#1689</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c6ca602f458cecce8328e9c6389b53ac406f8886"><code>c6ca602</code></a> Update bug_report.md</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/987c402467c4e35c2bf41a43f847be6e09a0adb8"><code>987c402</code></a> 8.0.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/623445595c9a8da162cf7d796ca1fedeb6cec63f"><code>6234455</code></a> Fix false positives for arrow return in <code>vue/valid-next-tick</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1686">#1686</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3b5b1273c94d0b1b545e3a8308a515bcc33d81fc"><code>3b5b127</code></a> 8.0.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/4ade913154a3da6d0c771986e9d2cef31ef17b08"><code>4ade913</code></a> Add <code>vue/no-loss-of-precision</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1680">#1680</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/0aeaaaf50697e976f6e6cdac2da276cddd0220b1"><code>0aeaaaf</code></a> Add <code>vue/no-reserved-props</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1678">#1678</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v6.2.2...v8.0.3">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-09 18:53:01 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 19:03:33 +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-09 19:18:50 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

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

added 5 commits

  • c3e7a775...6642d62b - 4 commits from branch master
  • 9540b1a1 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3

Compare with previous version

added 5 commits <ul><li>c3e7a775...6642d62b - 4 commits from branch <code>master</code></li><li>9540b1a1 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/57/diffs?diff_id=275757818&start_sha=c3e7a775b32e204d29583788fe02905d225f41f6)
argoyle commented 2021-11-09 20:13:38 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:40:28 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-11-09 20:40:40 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-11-09 20:46:20 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 21:39:16 +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-09 21:58:11 +00:00 (Migrated from gitlab.com)

added 19 commits

  • 9540b1a1...b4b1c1d0 - 18 commits from branch master
  • 63d8e1f0 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3

Compare with previous version

added 19 commits <ul><li>9540b1a1...b4b1c1d0 - 18 commits from branch <code>master</code></li><li>63d8e1f0 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/57/diffs?diff_id=275838854&start_sha=9540b1a1491e204e6449bf56440d283e72334271)
argoyle commented 2021-11-09 21:58:13 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 22:03:26 +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-11 20:11:10 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-11 20:12:10 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-11 20:12:21 +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-11 20:14:11 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

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

added 25 commits

  • 63d8e1f0...f4d9b106 - 24 commits from branch master
  • 73e4e493 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3

Compare with previous version

added 25 commits <ul><li>63d8e1f0...f4d9b106 - 24 commits from branch <code>master</code></li><li>73e4e493 - Chore(deps-dev): bump eslint-plugin-vue from 6.2.2 to 8.0.3</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/57/diffs?diff_id=277307857&start_sha=63d8e1f0ee3242d6a188a3a8be7df4ea77dbe754)
argoyle commented 2021-11-19 04:56:35 +00:00 (Migrated from gitlab.com)
This merge request has been superseeded by https://gitlab.com/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/78
argoyle (Migrated from gitlab.com) closed this pull request 2021-11-19 04:56:35 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.