chore(deps): update dependency eslint-plugin-vue to v7.20.0 #881

Merged
konrad merged 1 commits from renovate/eslint-plugin-vue-7.x into main 2021-10-20 07:17:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor 7.19.1 -> 7.20.0

Release Notes

vuejs/eslint-plugin-vue

v7.20.0

Compare Source

Enhancements

  • #​1472 Added vue/no-undef-properties rule that warns of using undefined properties.
  • #​1653 Added vue/no-computed-properties-in-data rule that disallow accessing computed properties in data().
  • #​1659 Improved vue/no-use-computed-property-like-method rule reports.
  • #​1661 Added vue/multi-word-component-names rule to enforce multiple words in component names.
  • #​1663 Added vue/no-deprecated-router-link-tag-prop rule that disallow using deprecated tag property on <RouterLink>.

🐛 Bug Fixes

  • #​1659 Fixed crash in vue/no-use-computed-property-like-method rule.
  • #​1658 Fixed false positives for vars inside types in vue/valid-define-emits and vue/valid-define-props rules.

⚙️ Updates

  • #​1654 Changed peer deps eslint ver from ^6.2.0 || ^7.0.0 || ^8.0.0-0 to ^6.2.0 || ^7.0.0 || ^8.0.0.

Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.1...v7.20.0


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.19.1` -> `7.20.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/7.19.1/7.20.0) | --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue</summary> ### [`v7.20.0`](https://github.com/vuejs/eslint-plugin-vue/releases/v7.20.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.1...v7.20.0) #### ✨ Enhancements - [#&#8203;1472](https://github.com/vuejs/eslint-plugin-vue/issues/1472) Added `vue/no-undef-properties` rule that warns of using undefined properties. - [#&#8203;1653](https://github.com/vuejs/eslint-plugin-vue/issues/1653) Added `vue/no-computed-properties-in-data` rule that disallow accessing computed properties in `data()`. - [#&#8203;1659](https://github.com/vuejs/eslint-plugin-vue/issues/1659) Improved `vue/no-use-computed-property-like-method` rule reports. - [#&#8203;1661](https://github.com/vuejs/eslint-plugin-vue/issues/1661) Added `vue/multi-word-component-names` rule to enforce multiple words in component names. - [#&#8203;1663](https://github.com/vuejs/eslint-plugin-vue/issues/1663) Added `vue/no-deprecated-router-link-tag-prop` rule that disallow using deprecated `tag` property on `<RouterLink>`. #### 🐛 Bug Fixes - [#&#8203;1659](https://github.com/vuejs/eslint-plugin-vue/issues/1659) Fixed crash in `vue/no-use-computed-property-like-method` rule. - [#&#8203;1658](https://github.com/vuejs/eslint-plugin-vue/issues/1658) Fixed false positives for vars inside types in `vue/valid-define-emits` and `vue/valid-define-props` rules. #### ⚙️ Updates - [#&#8203;1654](https://github.com/vuejs/eslint-plugin-vue/issues/1654) Changed peer deps eslint ver from `^6.2.0 || ^7.0.0 || ^8.0.0-0` to `^6.2.0 || ^7.0.0 || ^8.0.0`. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v7.19.1...v7.20.0 </details> --- ### 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-10-20 05:02:07 +00:00
renovate added 1 commit 2021-10-20 05:02:08 +00:00
konrad merged commit 3918da3bc7 into main 2021-10-20 07:17:43 +00:00
konrad deleted branch renovate/eslint-plugin-vue-7.x 2021-10-20 07:17:43 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.