Update dependency eslint-plugin-vue to v7.4.0 #356

Merged
konrad merged 1 commits from renovate/eslint-plugin-vue-7.x into master 2020-12-28 23:29:49 +00:00
Member

This PR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor 7.3.0 -> 7.4.0

Release Notes

vuejs/eslint-plugin-vue

v7.4.0

Compare Source

Enhancements

New Rules:
  • #​1381 Added vue/no-restricted-call-after-await rule that reports your restricted calls after the await expression.
  • #​1388 Added vue/v-on-event-hyphenation rule that enforces using hyphenated v-on event names on custom components in Vue templates.
  • #​1389 Added vue/no-restricted-block rule that allows you to specify block names that you don't want to use in your application.
Other changes in Rules:
  • #​1387 Added deepData option to vue/no-unused-properties rule.

🐛 Bug Fixes

  • #​1382 Fixed multiple reporting of same warnings in vue/no-unregistered-component rule.
  • #​1391 Fixed false positives for v-bind="object" syntax in vue/attributes-order rule.

All commits: v7.3.0 -> v7.4.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.3.0` -> `7.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/7.3.0/7.4.0) | --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue</summary> ### [`v7.4.0`](https://github.com/vuejs/eslint-plugin-vue/releases/v7.4.0) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.0) #### ✨ Enhancements ##### New Rules: - [#&#8203;1381](https://github.com/vuejs/eslint-plugin-vue/issues/1381) Added `vue/no-restricted-call-after-await` rule that reports your restricted calls after the `await` expression. - [#&#8203;1388](https://github.com/vuejs/eslint-plugin-vue/issues/1388) Added `vue/v-on-event-hyphenation` rule that enforces using hyphenated v-on event names on custom components in Vue templates. - [#&#8203;1389](https://github.com/vuejs/eslint-plugin-vue/issues/1389) Added `vue/no-restricted-block` rule that allows you to specify block names that you don't want to use in your application. ##### Other changes in Rules: - [#&#8203;1387](https://github.com/vuejs/eslint-plugin-vue/issues/1387) Added `deepData` option to `vue/no-unused-properties` rule. #### 🐛 Bug Fixes - [#&#8203;1382](https://github.com/vuejs/eslint-plugin-vue/issues/1382) Fixed multiple reporting of same warnings in `vue/no-unregistered-component` rule. - [#&#8203;1391](https://github.com/vuejs/eslint-plugin-vue/issues/1391) Fixed false positives for `v-bind="object"` syntax in `vue/attributes-order` rule. * * * **All commits:** [v7.3.0 -> v7.4.0](https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.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 2020-12-28 12:02:14 +00:00
renovate force-pushed renovate/eslint-plugin-vue-7.x from 10b0159382 to cc4d7e2862 2020-12-28 23:02:10 +00:00 Compare
konrad merged commit 2cf1163c0a into master 2020-12-28 23:29:49 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.