Shuunen / green-app

NativeScript-Vue 2.0 Test App
https://play.google.com/store/apps/details?id=green.nsvue.app
GNU General Public License v3.0
5 stars 0 forks source link

Update dependency eslint-plugin-vue to v8.5.0 #662

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-vue (source) 8.3.0 -> 8.5.0 age adoption passing confidence

Release Notes

vuejs/eslint-plugin-vue ### [`v8.5.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v8.5.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v8.4.1...v8.5.0) #### ✨ Enhancements - [#​1796](https://togithub.com/vuejs/eslint-plugin-vue/issues/1796) Added [`prefer-true-attribute-shorthand` rule](https://eslint.vuejs.org/rules/prefer-true-attribute-shorthand.html) that forces the `v-bind` attribute with `true` value to use the shorthand. - [#​1804](https://togithub.com/vuejs/eslint-plugin-vue/issues/1804) Added [`vue/prefer-import-from-vue` rule](https://eslint.vuejs.org/rules/prefer-import-from-vue.html) that aims to use imports from `'vue'` instead of imports from `'@​vue/*'`. **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.1...v8.5.0 ### [`v8.4.1`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v8.4.1) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v8.4.0...v8.4.1) ##### 🐛 Bug Fixes - [#​1782](https://togithub.com/vuejs/eslint-plugin-vue/issues/1782) Support template literal component names in [`vue/no-undef-components` rule](https://eslint.vuejs.org/rules/no-undef-components.html). - [#​1790](https://togithub.com/vuejs/eslint-plugin-vue/issues/1790) Fixed false positives due to conflicts with other rules in [`vue/no-unused-properties` rule](https://eslint.vuejs.org/rules/no-unused-properties.html). **Full Changelog**: https://github.com/vuejs/eslint-plugin-vue/compare/v8.4.0...v8.4.1 ### [`v8.4.0`](https://togithub.com/vuejs/eslint-plugin-vue/releases/v8.4.0) [Compare Source](https://togithub.com/vuejs/eslint-plugin-vue/compare/v8.3.0...v8.4.0) #### ✨ Enhancements - [#​1760](https://togithub.com/vuejs/eslint-plugin-vue/issues/1760) Added [`vue/no-v-text-v-html-on-component`](https://eslint.vuejs.org/rules/no-v-text-v-html-on-component.html) rule that disallows the use of `v-text` / `v-html` on component. - [#​1762](https://togithub.com/vuejs/eslint-plugin-vue/issues/1762) Added [`vue/object-shorthand`](https://eslint.vuejs.org/rules/object-shorthand.html) rule that applies [`object-shorthand`](https://eslint.org/docs/rules/object-shorthand) rule to expressions in `