Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 25, 2021

Bumps eslint-plugin-vue from 7.4.1 to 7.5.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v7.5.0

✨ Enhancements

New Rules:

  • #1401 Added vue/no-constant-condition rule applies no-constant-condition rule to expressions in \<template>, v-if, v-show and v-else-if.
  • #1400 Added vue/next-tick-style rule that enforces whether the callback version or Promise version should be used in Vue.nextTick and this.$nextTick.
  • #1404 Added vue/valid-next-tick rule that enforce valid nextTick function calls.

Other changes in Rules:

  • #1396 Make vue/no-ref-as-operand rule fixable.

🐛 Bug Fixes

  • #1398 Added computed() support to vue/no-async-in-computed-properties rule.
  • #1406 Added computed() support to vue/return-in-computed-property rule.
  • #1407 Added computed() support to vue/no-side-effects-in-computed-properties rule.
  • #1419 Fixed false positives for mixin() in vue/one-component-per-file and vue/require-name-property rules.
  • #1421 Fixed crash for toLocaleString() in vue/no-unused-properties rule.
  • #1420 Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule.

⚙️ Updates

  • #1422 Upgrade vue-eslint-parser to 7.4.1

⚙️ Chores

  • #1392 Refactor vue/attributes-order rule.
  • #1405 Refactor vue/no-async-in-computed-properties rule.

All commits: v7.4.1 -> v7.5.0

Commits
  • cc9c140 7.5.0
  • bbbb6ca Fix false positives for quoted 'emits' in vue/require-explicit-emits rule (#1...
  • 2d290b2 Fix crash for toLocaleString() in vue/no-unused-properties rule (#1421)
  • 6894340 Fix false positives for mixin in one-component-per-file and require-name-prop...
  • 3f20a08 Add composition api's computed function support to vue/no-side-effects-in-com...
  • d7eacd6 Add composition api's computed function support to vue/return-in-computed-pro...
  • 10824ec Add vue/valid-next-tick rule (#1404)
  • ec2dc79 Add vue/next-tick-style rule (#1400)
  • 24eccfb Upgrade vue-eslint-parser (#1422)
  • 3168819 Fix broken link in VScode section. (#1415)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
  • @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:

  • 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)

@dependabot-preview dependabot-preview bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Jan 25, 2021
bidoubiwa
bidoubiwa previously approved these changes Jan 25, 2021
@bidoubiwa
Copy link
Contributor

bors merge

bors bot added a commit that referenced this pull request Jan 25, 2021
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>\&lt;template&gt;</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 -&gt; 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 />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.4.1&new-version=7.5.0)](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>
@bors
Copy link
Contributor

bors bot commented Jan 25, 2021

Build failed:

@bidoubiwa
Copy link
Contributor

@dependabot recreate

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.4.1 to 7.5.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v7.4.1...v7.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0 branch from 348de4f to a9b59fd Compare January 25, 2021 16:44
@bidoubiwa
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Jan 25, 2021

Build succeeded:

@bors bors bot merged commit 03e6795 into master Jan 25, 2021
@bors bors bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0 branch January 25, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants