Bump eslint-plugin-vue from 7.13.0 to 7.14.0 #18

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/eslint-plugin-vue-7.14.0 into master
dependabot[bot] commented 2021-07-19 12:21:52 +02:00 (Migrated from github.com)

Bumps eslint-plugin-vue from 7.13.0 to 7.14.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v7.14.0

Enhancements

  • #1568 Added vue/require-expose rule that enforces the component to explicitly declare the exposed properties to the component using expose.
  • #1566 Updated vue/no-unused-properties rule to support expose
  • #1574 Updated some rules to support style CSS vars injection.
    • vue/no-parsing-error rule.
    • vue/no-unused-properties rule.
    • vue/script-setup-uses-vars rule.
    • vue/no-unsupported-features rule.
  • #1565 Improved report location of vue/valid-v-xxx rules.

🐛 Bug Fixes

  • #1569 Fixed false positives for <script setup> in vue/no-lifecycle-after-await rule.
  • #1569 Fixed false positives for <script setup> in vue/no-watch-after-await rule.
  • #1569 Fixed false positives for <script setup> in vue/no-restricted-call-after-await rule.
  • #1575 Downgraded to semver compatible with Node v8.

All commits: v7.13.0 -> v7.14.0

Commits
  • 8c3031e 7.14.0
  • 23be6e4 Update some rules to support style CSS vars injection (#1574)
  • 9dc78d0 Fix false positives for \<script setup> in vue/no-lifecycle-after-await, `...
  • cac3beb Add vue/require-expose rule (#1568)
  • 88d8d1b Update vue/no-unused-properties rule to support expose (#1566)
  • 5bbc3fe Downgrade to semver compatible with Node v8 (#1575)
  • 738132c Chore: Replace the link to the online demo. (#1571)
  • c5b8131 Improve report location of vue/valid-v-xxx rules (#1565)
  • 3baeec5 Chores: Add private-fields-in-in AST to typings (#1564)
  • ee23408 fix doc
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.13.0 to 7.14.0. <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>v7.14.0</h2> <h2>✨ Enhancements</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1568">#1568</a> Added <code>vue/require-expose</code> rule that enforces the component to explicitly declare the exposed properties to the component using <code>expose</code>.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1566">#1566</a> Updated <code>vue/no-unused-properties</code> rule to support <code>expose</code></li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1574">#1574</a> Updated some rules to support style CSS vars injection. <ul> <li><code>vue/no-parsing-error</code> rule.</li> <li><code>vue/no-unused-properties</code> rule.</li> <li><code>vue/script-setup-uses-vars</code> rule.</li> <li><code>vue/no-unsupported-features</code> rule.</li> </ul> </li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1565">#1565</a> Improved report location of <code>vue/valid-v-xxx</code> rules.</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1569">#1569</a> Fixed false positives for <code>&lt;script setup&gt;</code> in <code>vue/no-lifecycle-after-await</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1569">#1569</a> Fixed false positives for <code>&lt;script setup&gt;</code> in <code>vue/no-watch-after-await</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1569">#1569</a> Fixed false positives for <code>&lt;script setup&gt;</code> in <code>vue/no-restricted-call-after-await</code> rule.</li> <li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1575">#1575</a> Downgraded to <code>semver</code> compatible with Node v8.</li> </ul> <hr /> <p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.13.0...v7.14.0">v7.13.0 -&gt; v7.14.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/8c3031e7a5648470fd7b2737992fb10743ef3ffe"><code>8c3031e</code></a> 7.14.0</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/23be6e4ef09d0241648010604d6af6a821fe68cc"><code>23be6e4</code></a> Update some rules to support style CSS vars injection (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1574">#1574</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/9dc78d005c7965ce8f5f9e7f4c143a504262bc34"><code>9dc78d0</code></a> Fix false positives for <code>\&lt;script setup&gt;</code> in <code>vue/no-lifecycle-after-await</code>, `...</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cac3beb92b409beceb5db764c81539e9b2d359d9"><code>cac3beb</code></a> Add <code>vue/require-expose</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1568">#1568</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/88d8d1bd26ac56a85e2b9f3eb602ddf0b5faa5e0"><code>88d8d1b</code></a> Update <code>vue/no-unused-properties</code> rule to support <code>expose</code> (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1566">#1566</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/5bbc3fe69e3e03e4dd61a693a75bdc7c6ecf01f7"><code>5bbc3fe</code></a> Downgrade to <code>semver</code> compatible with Node v8 (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1575">#1575</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/738132cc3d2e9b1b998c7a2e5e08916b3cfe6424"><code>738132c</code></a> Chore: Replace the link to the online demo. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1571">#1571</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c5b81313c03d63c97dad978470e42e80eaad64fc"><code>c5b8131</code></a> Improve report location of <code>vue/valid-v-xxx</code> rules (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1565">#1565</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3baeec52c2d015e9fd023914372cef1796dc9102"><code>3baeec5</code></a> Chores: Add private-fields-in-in AST to typings (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1564">#1564</a>)</li> <li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ee234082d3df6b0b9a7a067460b6450378048776"><code>ee23408</code></a> fix doc</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.13.0...v7.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.13.0&new-version=7.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2021-08-23 22:35:55 +02:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.