chore(deps): update dependency eslint-plugin-vue to v9.33.0 - #31
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-vue to v9.33.0#31renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
October 28, 2024 13:37
f22bea7 to
13ced94
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
2 times, most recently
from
January 30, 2025 14:51
f8dc637 to
3f33675
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
February 9, 2025 17:12
3f33675 to
45d2418
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
March 5, 2025 02:41
45d2418 to
68ecbd1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
2 times, most recently
from
March 13, 2025 20:13
9c738c9 to
e2bb3e1
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
April 24, 2025 07:28
e2bb3e1 to
1302330
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
May 19, 2025 16:39
1302330 to
0f53e0f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
June 4, 2025 06:27
0f53e0f to
24ba4f5
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
September 25, 2025 16:08
24ba4f5 to
f00f346
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
October 21, 2025 10:45
f00f346 to
d6f7bed
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
November 18, 2025 10:46
d6f7bed to
78a599b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
December 3, 2025 18:42
78a599b to
d844ba6
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
December 31, 2025 13:38
d844ba6 to
78e23f2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
January 8, 2026 20:14
78e23f2 to
c8ede54
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
February 12, 2026 13:44
c8ede54 to
69c685f
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
May 12, 2026 10:02
69c685f to
3619c8e
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
May 28, 2026 16:49
3619c8e to
b8ba883
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
June 11, 2026 11:13
b8ba883 to
19576d2
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
July 12, 2026 10:49
19576d2 to
0cdb9c0
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
July 20, 2026 19:57
0cdb9c0 to
382537b
Compare
renovate
Bot
force-pushed
the
renovate/eslint-plugin-vue-9.x-lockfile
branch
from
July 24, 2026 22:06
382537b to
30949d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.29.1→9.33.0Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0Compare Source
✨ Enhancements
vue/no-implicit-coercionrule to disallow shorthand type conversions in<template>.vue/no-ref-as-operandrule to checkemitpayloads.ignorePropsoption tovue/prop-name-casingrule.🐛 Bug Fixes
vue/prefer-use-template-refrule whensetupis an arrow function.vue/no-bare-strings-in-templaterule.vue/max-propsrule.Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0
v9.32.0Compare Source
✨ Enhancements
checkMultiRootNodesoption tovue/no-duplicate-attr-inheritancerule and changed to ignore multi-root components by default.ignoreElementNamespacesoption tovue/no-v-text-v-html-on-componentrule.ignoreTagsoption tovue/attribute-hyphenationrule andvue/v-on-event-hyphenationrule.vue/restricted-component-namesrule that enforces using only specific component names.vue/slot-name-casingrule that enforces specific casing for slot names.vue/require-explicit-slotsrule.shallowRefinvue/prefer-use-template-refrule.🐛 Bug Fixes
vue/prefer-use-template-refrule to only check root-level variables.Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0
v9.31.0Compare Source
✨ Enhancements
caseSensitiveoption tovue/no-reserved-component-namesrule.vue/prefer-use-template-refrule that requires usinguseTemplateRef()instead ofref()for template refs.vue/no-empty-component-blockrule auto-fixable.🐛 Bug Fixes
v-bind:nameinvue/require-explicit-slotsrule.⚙️ Updates
vue/define-macros-orderrule to skip TypeScriptdeclarestatements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
v9.30.0Compare Source
🐛 Bug Fixes
vue/custom-event-name-casingrule to checkdefineEmits()variable and$emit()in<template>.vue/require-valid-default-proprule.Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.