Update dependency eslint-plugin-vue to v7.5.0 #384

Merged
konrad merged 1 commits from renovate/eslint-plugin-vue-7.x into master 2021-01-22 08:23:32 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor 7.4.1 -> 7.5.0

Release Notes

vuejs/eslint-plugin-vue

v7.5.0

Compare Source

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


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | minor | [`7.4.1` -> `7.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/7.4.1/7.5.0) | --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue</summary> ### [`v7.5.0`](https://github.com/vuejs/eslint-plugin-vue/releases/v7.5.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.1...v7.5.0) #### ✨ Enhancements ##### New Rules: - [#&#8203;1401](https://github.com/vuejs/eslint-plugin-vue/issues/1401) Added `vue/no-constant-condition` rule applies `no-constant-condition` rule to expressions in `<template>`, `v-if`, `v-show` and `v-else-if`. - [#&#8203;1400](https://github.com/vuejs/eslint-plugin-vue/issues/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`. - [#&#8203;1404](https://github.com/vuejs/eslint-plugin-vue/issues/1404) Added `vue/valid-next-tick` rule that enforce valid `nextTick` function calls. ##### Other changes in Rules: - [#&#8203;1396](https://github.com/vuejs/eslint-plugin-vue/issues/1396) Make `vue/no-ref-as-operand` rule fixable. #### 🐛 Bug Fixes - [#&#8203;1398](https://github.com/vuejs/eslint-plugin-vue/issues/1398) Added `computed()` support to `vue/no-async-in-computed-properties` rule. - [#&#8203;1406](https://github.com/vuejs/eslint-plugin-vue/issues/1406) Added `computed()` support to `vue/return-in-computed-property` rule. - [#&#8203;1407](https://github.com/vuejs/eslint-plugin-vue/issues/1407) Added `computed()` support to `vue/no-side-effects-in-computed-properties` rule. - [#&#8203;1419](https://github.com/vuejs/eslint-plugin-vue/issues/1419) Fixed false positives for mixin() in `vue/one-component-per-file` and `vue/require-name-property` rules. - [#&#8203;1421](https://github.com/vuejs/eslint-plugin-vue/issues/1421) Fixed crash for toLocaleString() in `vue/no-unused-properties` rule. - [#&#8203;1420](https://github.com/vuejs/eslint-plugin-vue/issues/1420) Fixed false positives for quoted 'emits' in vue/require-explicit-emits rule. #### :gear: Updates - [#&#8203;1422](https://github.com/vuejs/eslint-plugin-vue/issues/1422) Upgrade vue-eslint-parser to 7.4.1 #### :gear: Chores - [#&#8203;1392](https://github.com/vuejs/eslint-plugin-vue/issues/1392) Refactor `vue/attributes-order` rule. - [#&#8203;1405](https://github.com/vuejs/eslint-plugin-vue/issues/1405) Refactor `vue/no-async-in-computed-properties` rule. * * * **All commits:** [v7.4.1 -> v7.5.0](https://github.com/vuejs/eslint-plugin-vue/compare/v7.4.1...v7.5.0) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-01-22 02:02:13 +00:00
renovate added 1 commit 2021-01-22 02:02:13 +00:00
continuous-integration/drone/pr Build is passing Details
1028842469
Update dependency eslint-plugin-vue to v7.5.0
konrad merged commit 36f35391a3 into master 2021-01-22 08:23:32 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.