Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1 #374

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-eslint-plugin-vue-9.0.1 into master 2022-05-23 08:07:55 +00:00
argoyle commented 2022-05-19 04:39:43 +00:00 (Migrated from gitlab.com)

Bumps eslint-plugin-vue from 8.7.1 to 9.0.1.

Release notes

Sourced from eslint-plugin-vue's releases.

v9.0.1

🐛 Bug Fixes

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

v9.0.0

💥 Breaking Changes

Change Vue 3 presets configs

Change Vue 2 preset configs

... (truncated)

Commits
  • fe50b56 9.0.1
  • 5a5c6e8 Fix false positive for script setup in vue/no-expose-after-await rule (#1896)
  • 1d2318e 9.0.0
  • 6bd81ea Rename vue/no-invalid-attribute-name rule to vue/invalid-attribute-name a...
  • ab85fd6 Add vue/no-invalid-attribute-name rule (#1851)
  • b0639d7 Improve auto-fix for vue/define-macros-order rule (#1863)
  • 07a7833 Bump devDependencies to their newest versions (#1890)
  • 52accc9 Update vue/no-expose-after-await rule to support \<script setup> (#1885)
  • a0cf018 Remove deprecated rules (#1881)
  • 2f96315 Upgrade vue-eslint-parser (#1849)
  • Additional commits viewable in compare view


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.7.1 to 9.0.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.0.1</h2> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/issues/1896">#1896</a> Fixed false positive for script setup in <a href="https://eslint.vuejs.org/rules/no-expose-after-await.html"><code>vue/no-expose-after-await</code></a> rule</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1">https://github.com/vuejs/eslint-plugin-vue/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <h2>💥 Breaking Changes</h2> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1847">#1847</a> Drop support for Node.js v12.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1846">#1846</a> Change default casing of <a href="https://eslint.vuejs.org/rules/custom-event-name-casing.html"><code>vue/custom-event-name-casing</code></a> rule to <code>camelCase</code>.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1883">#1883</a> Potentially breaking bug fix: Enable <a href="https://eslint.vuejs.org/rules/html-closing-bracket-spacing.html"><code>vue/html-closing-bracket-spacing</code></a> and <a href="https://eslint.vuejs.org/rules/html-closing-bracket-newline.html"><code>vue/html-closing-bracket-newline</code></a> rules for top-level tags.</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1848">#1848</a>, <a href="https://github.com/vuejs/eslint-plugin-vue/pull/1892">#1892</a> Change presets configs and remove unused internal methods. <em>(see below)</em></li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1849">#1849</a> Upgrade <a href="https://github.com/vuejs/vue-eslint-parser">vue-eslint-parser</a> to v9. <em>(see below)</em></li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/pull/1881">#1881</a> Remove deprecated rules. <em>(see below)</em></li> </ul> <h3>Change Vue 3 presets configs</h3> <ul> <li>Change <code>plugin:vue/vue3-essential</code> config: <ul> <li>Add <a href="https://eslint.vuejs.org/rules/no-child-content.html"><code>vue/no-child-content</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-expose-after-await.html"><code>vue/no-expose-after-await</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-reserved-component-names.html"><code>vue/no-reserved-component-names</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-use-computed-property-like-method.html"><code>vue/no-use-computed-property-like-method</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html"><code>vue/no-v-text-v-html-on-component</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/prefer-import-from-vue.html"><code>vue/prefer-import-from-vue</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/valid-attribute-name.html"><code>vue/valid-attribute-name</code></a> rule</li> </ul> </li> <li>Change <code>plugin:vue/vue3-strongly-recommended</code> config: <ul> <li>Same changes as above</li> </ul> </li> <li>Change <code>plugin:vue/vue3-recommended</code> config: <ul> <li>Same changes as above</li> </ul> </li> </ul> <h3>Change Vue 2 preset configs</h3> <ul> <li>Change <code>plugin:vue/essential</code> config: <ul> <li>Add <a href="https://eslint.vuejs.org/rules/no-child-content.html"><code>vue/no-child-content</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-reserved-component-names.html"><code>vue/no-reserved-component-names</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-use-computed-property-like-method.html"><code>vue/no-use-computed-property-like-method</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html"><code>vue/no-v-text-v-html-on-component</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/valid-attribute-name.html"><code>vue/valid-attribute-name</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/valid-model-definition.html"><code>vue/valid-model-definition</code></a> rule</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-export-in-script-setup.html"><code>vue/no-export-in-script-setup</code></a> rule *</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-ref-as-operand.html"><code>vue/no-ref-as-operand</code></a> rule *</li> <li>Add <a href="https://eslint.vuejs.org/rules/no-setup-props-destructure.html"><code>vue/no-setup-props-destructure</code></a> rule *</li> <li>Add <a href="https://eslint.vuejs.org/rules/return-in-emits-validator.html"><code>vue/return-in-emits-validator</code></a> rule *</li> <li>Add <a href="https://eslint.vuejs.org/rules/valid-define-emits.html"><code>vue/valid-define-emits</code></a> rule *</li> <li>Add <a href="https://eslint.vuejs.org/rules/valid-define-props.html"><code>vue/valid-define-props</code></a> rule *</li> </ul> </li> <li>Change <code>plugin:vue/strongly-recommended</code> config: <ul> <li>Same changes as above</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/fe50b565c7100b71cfe503979d72c507042ed771"><code>fe50b56</code></a> 9.0.1</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5a5c6e803659077135aebf709cfdb1de02a84364"><code>5a5c6e8</code></a> Fix false positive for script setup in <code>vue/no-expose-after-await</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1896">#1896</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/1d2318e713a0dbeb6cf37b5900af8011e5ddc7be"><code>1d2318e</code></a> 9.0.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6bd81ea60ed814c1fa5cf4b27f80022b352611a1"><code>6bd81ea</code></a> Rename <code>vue/no-invalid-attribute-name</code> rule to <code>vue/invalid-attribute-name</code> a...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ab85fd6ff6a0f4b5b36bd61eadb1750a7f54d747"><code>ab85fd6</code></a> Add <code>vue/no-invalid-attribute-name</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1851">#1851</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/b0639d725861e4ed6ea6bb15499411e2b872e9de"><code>b0639d7</code></a> Improve auto-fix for <code>vue/define-macros-order</code> rule (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1863">#1863</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/07a783305a2d97e915e039fdfec0570db7a2ae10"><code>07a7833</code></a> Bump devDependencies to their newest versions (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1890">#1890</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/52accc9aa4ec4031073863de347de90fbcde585a"><code>52accc9</code></a> Update <code>vue/no-expose-after-await</code> rule to support <code>\&lt;script setup&gt;</code> (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1885">#1885</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/a0cf01843154ef4ca3621d8e51d9992fd4d74bc7"><code>a0cf018</code></a> Remove deprecated rules (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1881">#1881</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2f963153a4bb21e973b12249eea5b68512060a57"><code>2f96315</code></a> Upgrade vue-eslint-parser (<a href="https://github.com/vuejs/eslint-plugin-vue/issues/1849">#1849</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v8.7.1...v9.0.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-05-19 04:39:45 +00:00 (Migrated from gitlab.com)

mentioned in merge request !322

mentioned in merge request !322
argoyle commented 2022-05-19 10:44:22 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 636f6f6d - 1 commit from branch master
  • 9e0c88dd - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>636f6f6d - 1 commit from branch <code>master</code></li><li>9e0c88dd - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=397895194&start_sha=c981fbd88fcfa13270267a4d6679e112d60fdbd5)
argoyle commented 2022-05-20 07:49:42 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 69724890 - 1 commit from branch master
  • 8d4bf05a - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>69724890 - 1 commit from branch <code>master</code></li><li>8d4bf05a - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=398758684&start_sha=9e0c88dd1f35564e93c314034d1b37dbe4ed021b)
argoyle commented 2022-05-20 07:59:15 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 2b8588a6 - 1 commit from branch master
  • 0fca38d7 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>2b8588a6 - 1 commit from branch <code>master</code></li><li>0fca38d7 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=398767388&start_sha=8d4bf05ab8827a6cbf7b4d42ce2f3428cfcdb8a1)
argoyle commented 2022-05-23 06:32:08 +00:00 (Migrated from gitlab.com)

added 2 commits

  • c536de8f - 1 commit from branch master
  • 64678412 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>c536de8f - 1 commit from branch <code>master</code></li><li>64678412 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399830070&start_sha=0fca38d7abe4505fe5a6e862ee74fdde4f790e12)
argoyle commented 2022-05-23 06:41:09 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 764d2d57 - 1 commit from branch master
  • 9057910e - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>764d2d57 - 1 commit from branch <code>master</code></li><li>9057910e - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399835694&start_sha=6467841205e3f2da05b191ee9699b16a24a2a8a4)
argoyle commented 2022-05-23 06:52:13 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 5c35762e - 1 commit from branch master
  • 83657e44 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>5c35762e - 1 commit from branch <code>master</code></li><li>83657e44 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399843382&start_sha=9057910e3022116d0b8d2e5578f06e702f6348c3)
argoyle commented 2022-05-23 07:08:11 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 275d91b2 - 1 commit from branch master
  • 768e307a - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>275d91b2 - 1 commit from branch <code>master</code></li><li>768e307a - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399855555&start_sha=83657e44183552c90264f2660aea113962ad0398)
argoyle commented 2022-05-23 07:24:00 +00:00 (Migrated from gitlab.com)

added 2 commits

  • c8bed99e - 1 commit from branch master
  • fea79ea1 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1

Compare with previous version

added 2 commits <ul><li>c8bed99e - 1 commit from branch <code>master</code></li><li>fea79ea1 - Build(deps-dev): bump eslint-plugin-vue from 8.7.1 to 9.0.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399869311&start_sha=768e307a265d946908cd7132fa15e8ee5b8a2c64)
argoyle commented 2022-05-23 07:52:07 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>6f5969b9 - fix: lint errors</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/325/diffs?diff_id=399895846&start_sha=fea79ea1104bd27ac000413008a3af5ca23d073d)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2022-05-23 07:52:30 +00:00
argoyle (Migrated from gitlab.com) merged commit into master 2022-05-23 08:07:55 +00:00
Sign in to join this conversation.