Commit 03e6795
Merge #229
229: Bump eslint-plugin-vue from 7.4.1 to 7.5.0 r=bidoubiwa a=dependabot-preview[bot]
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.4.1 to 7.5.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.5.0</h2>
<h2>✨ Enhancements</h2>
<h3>New Rules:</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1401">#1401</a> Added <code>vue/no-constant-condition</code> rule applies <code>no-constant-condition</code> rule to expressions in <code>\<template></code>, <code>v-if</code>, <code>v-show</code> and <code>v-else-if</code>.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1400">#1400</a> Added <code>vue/next-tick-style</code> rule that enforces whether the callback version or Promise version should be used in <code>Vue.nextTick</code> and <code>this.$nextTick</code>.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1404">#1404</a> Added <code>vue/valid-next-tick</code> rule that enforce valid <code>nextTick</code> function calls.</li>
</ul>
<h3>Other changes in Rules:</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1396">#1396</a> Make <code>vue/no-ref-as-operand</code> rule fixable.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1398">#1398</a> Added <code>computed()</code> support to <code>vue/no-async-in-computed-properties</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1406">#1406</a> Added <code>computed()</code> support to <code>vue/return-in-computed-property</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1407">#1407</a> Added <code>computed()</code> support to <code>vue/no-side-effects-in-computed-properties</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1419">#1419</a> Fixed false positives for mixin() in <code>vue/one-component-per-file</code> and <code>vue/require-name-property</code> rules.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1421">#1421</a> Fixed crash for toLocaleString() in <code>vue/no-unused-properties</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1420">#1420</a> Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule.</li>
</ul>
<h2>:gear: Updates</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1422">#1422</a> Upgrade vue-eslint-parser to 7.4.1</li>
</ul>
<h2>:gear: Chores</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1392">#1392</a> Refactor <code>vue/attributes-order</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1405">#1405</a> Refactor <code>vue/no-async-in-computed-properties</code> rule.</li>
</ul>
<hr />
<p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.1...v7.5.0">v7.4.1 -> v7.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/cc9c14003390dccf358cbda042e359ecfda8432a"><code>cc9c140</code></a> 7.5.0</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/bbbb6ca5584e0f6158f822de7e54a5dd8598b9e7"><code>bbbb6ca</code></a> Fix false positives for quoted 'emits' in vue/require-explicit-emits rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1">#1</a>...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/2d290b295a92f24ebb2836ed314805ea810e2ce7"><code>2d290b2</code></a> Fix crash for toLocaleString() in <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1421">#1421</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/6894340100b2759feca166452f872a445474720e"><code>6894340</code></a> Fix false positives for mixin in one-component-per-file and require-name-prop...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3f20a0813ac2b67d058e20760b974cc2fabc5834"><code>3f20a08</code></a> Add composition api's computed function support to vue/no-side-effects-in-com...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/d7eacd683a57cc2c99e7f47e251440b9e7d47b07"><code>d7eacd6</code></a> Add composition api's computed function support to vue/return-in-computed-pro...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/10824ec447bd1345375c5025d523c38455e38836"><code>10824ec</code></a> Add <code>vue/valid-next-tick</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1404">#1404</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/ec2dc7914404a23e5bde2ed2bed7c3055afa2c6c"><code>ec2dc79</code></a> Add <code>vue/next-tick-style</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1400">#1400</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/24eccfbcea303a558fb2be907525d8bedbaf9238"><code>24eccfb</code></a> Upgrade vue-eslint-parser (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1422">#1422</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/3168819e165193856b46320ad0d41bd5d9ff4d27"><code>3168819</code></a> Fix broken link in VScode section. (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1415">#1415</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.1...v7.5.0">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.4.1&new-version=7.5.0)
You can trigger a rebase of this PR 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2474 | 2474 | | |
2475 | 2475 | | |
2476 | 2476 | | |
2477 | | - | |
2478 | | - | |
2479 | | - | |
2480 | | - | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2481 | 2481 | | |
2482 | 2482 | | |
2483 | 2483 | | |
2484 | 2484 | | |
2485 | | - | |
| 2485 | + | |
2486 | 2486 | | |
2487 | 2487 | | |
2488 | 2488 | | |
| |||
5714 | 5714 | | |
5715 | 5715 | | |
5716 | 5716 | | |
5717 | | - | |
5718 | | - | |
5719 | | - | |
5720 | | - | |
| 5717 | + | |
| 5718 | + | |
| 5719 | + | |
| 5720 | + | |
5721 | 5721 | | |
5722 | 5722 | | |
5723 | 5723 | | |
| |||
0 commit comments