Skip to content

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

Compare Source

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 to vue/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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading