Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-plugin-vue from 7.4.1 to 7.5.0 #204

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 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

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)

@dependabot dependabot bot added the dependencies 📦 Pull requests that update a dependency file label Jan 22, 2021
@tclindner
Copy link
Owner

@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[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0 branch from 5f1b2d7 to 2d2d743 Compare January 22, 2021 14:16
@tclindner tclindner merged commit 48fb3ba into master Jan 22, 2021
@tclindner tclindner deleted the dependabot/npm_and_yarn/eslint-plugin-vue-7.5.0 branch January 22, 2021 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 📦 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant