-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency eslint-plugin-vue to v8.7.1 - abandoned #242
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
base: main
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/devprtcl/gendou-app/A7gJmKhfxi2pPf7QqYM8tYY6kHHo |
173ad42
to
6f80e50
Compare
6f80e50
to
2cf5395
Compare
2cf5395
to
99528e3
Compare
99528e3
to
542d035
Compare
542d035
to
eeaf110
Compare
eeaf110
to
584885a
Compare
584885a
to
cda3d94
Compare
cda3d94
to
78b9885
Compare
78b9885
to
bc8ddaf
Compare
bc8ddaf
to
194aad5
Compare
194aad5
to
ba2f52d
Compare
ba2f52d
to
22ae7da
Compare
22ae7da
to
50ca079
Compare
50ca079
to
0015abe
Compare
0015abe
to
19d75fb
Compare
19d75fb
to
a07962d
Compare
a07962d
to
11f54e8
Compare
11f54e8
to
ee69ec7
Compare
ee69ec7
to
95474de
Compare
95474de
to
eed7e9f
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
8.0.1
->8.7.1
Release Notes
vuejs/eslint-plugin-vue
v8.7.1
Compare Source
🐛 Bug Fixes
vue/define-macros-order
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.7.0...v8.7.1
v8.7.0
Compare Source
✨ Enhancements
vue/component-tags-order
rule.vue/match-component-import-name
rule that requires the registered component name to match the imported component name.vue/define-macros-order
rule that enforces the order ofdefineEmits
anddefineProps
compiler macros.🐛 Bug Fixes
<script setup>
invue/multi-word-component-names
rule.<script setup>
with TS literal type invue/require-valid-default-prop
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.6.0...v8.7.0
v8.6.0
Compare Source
✨ Enhancements
vue/component-tags-order
rule auto-fixable.vue/prefer-prop-type-boolean-first
rule that enforces thatBoolean
comes first in component prop typesvue/no-restricted-html-elements
rule that disallows specific HTML elements.🐛 Bug Fixes
<slot>
invue/attribute-hyphenation
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.5.0...v8.6.0
v8.5.0
Compare Source
✨ Enhancements
prefer-true-attribute-shorthand
rule that forces thev-bind
attribute withtrue
value to use the shorthand.vue/prefer-import-from-vue
rule that aims to use imports from'vue'
instead of imports from'@​vue/*'
.Full Changelog: vuejs/eslint-plugin-vue@v8.4.1...v8.5.0
v8.4.1
Compare Source
🐛 Bug Fixes
vue/no-undef-components
rule.vue/no-unused-properties
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.4.0...v8.4.1
v8.4.0
Compare Source
✨ Enhancements
vue/no-v-text-v-html-on-component
rule that disallows the use ofv-text
/v-html
on component.vue/object-shorthand
rule that appliesobject-shorthand
rule to expressions in<template>
.vue/no-undef-components
rule that warns reports component that are used in the<template>
, but that are not defined in the<script setup>
or the Options API'scomponents
section.vue/quote-props
rule that appliesquote-props
rule to expressions in<template>
.vue/no-unused-properties
rule.vue/no-undef-properties
rule.🐛 Bug Fixes
vue/script-indent
rule.v-bind="obj"
withv-model
invue/attributes-order
rule.v-bind()
invue/no-extra-parens
rule.vue/valid-next-tick
rule.⚙️ Updates
vue/no-unregistered-components
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.3.0...v8.4.0
v8.3.0
Compare Source
🐛 Bug Fixes
<textarea>
without end tag invue/html-indent
rule.vue/require-explicit-emits
rule.⚙️ Updates
$set
and$nextTick
in computed properties.Full Changelog: vuejs/eslint-plugin-vue@v8.2.0...v8.3.0
v8.2.0
Compare Source
✨ Enhancements
vue/component-options-name-casing
rule that enforces the casing of component name incomponents
options.vue/prefer-separate-static-class
rule that requires static class names in template to be in a separateclass
attribute.🐛 Bug Fixes
vue/valid-define-emits
andvue/valid-define-props
rules.⚙️ Updates
vue/script-indent
rule.asyncData
invue/no-dupe-keys
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.1.1...v8.2.0
v8.1.1
Compare Source
🐛 Bug Fixes
vue/component-api-style
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.1.0...v8.1.1
v8.1.0
Compare Source
✨ Enhancements
vue/no-child-content
rule that reports child content of elements that have a directive which overwrites that child content.vue/no-expose-after-await
rule that reports theexpose()
afterawait
expression.composition-vue2
style option invue/component-api-style
rule.🐛 Bug Fixes
vue/no-export-in-script-setup
rule.v-bind.sync
invue/no-mutating-props
rule.vue/no-mutating-props
rule.Full Changelog: vuejs/eslint-plugin-vue@v8.0.3...v8.1.0
v8.0.3
Compare Source
🐛 Bug Fixes
It upgrade fixes the wrong location in multiple
<script>
Full Changelog: vuejs/eslint-plugin-vue@v8.0.2...v8.0.3
v8.0.2
Compare Source
🐛 Bug Fixes
vue/multi-word-component-names
ruleFull Changelog: vuejs/eslint-plugin-vue@v8.0.1...v8.0.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.