build(deps): update dependency eslint-plugin-vue to ^9.33.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
eslint-plugin-vue (source) | devDependencies | minor | ^9.32.0 -> ^9.33.0 |
Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0
✨ Enhancements
-
#2639 Added
vue/no-implicit-coercion
rule to disallow shorthand type conversions in<template>
. -
#2680 Improved
vue/no-ref-as-operand
rule to check the emit payload. -
#2679 Added
ignoreProps
option tovue/prop-name-casing
rule.
🐛 Bug Fixes
-
#2636 Fixed crash when use non-block setup function in
vue/prefer-use-template-ref
rule. -
#2682 Fixed resolve regex matching order in
vue/no-bare-strings-in-template
rule. -
#2683 Fixed false positives for union type prop definitions in
vue/max-props
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.32.0...v9.33.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.