From 90a6aaf8d33edc61773c69eeeeccb5ebcf943905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 06:49:13 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-eels-care.md | 5 ----- .changeset/fast-monkeys-smoke.md | 5 ----- .changeset/gorgeous-colts-bathe.md | 5 ----- .changeset/rich-zebras-type.md | 5 ----- .changeset/swift-spies-nail.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ docs/rules/no-undef-directives.md | 7 +++++-- package.json | 2 +- 8 files changed, 22 insertions(+), 28 deletions(-) delete mode 100644 .changeset/brown-eels-care.md delete mode 100644 .changeset/fast-monkeys-smoke.md delete mode 100644 .changeset/gorgeous-colts-bathe.md delete mode 100644 .changeset/rich-zebras-type.md delete mode 100644 .changeset/swift-spies-nail.md diff --git a/.changeset/brown-eels-care.md b/.changeset/brown-eels-care.md deleted file mode 100644 index 01bb97da6..000000000 --- a/.changeset/brown-eels-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": minor ---- - -Added [new `-error` config variants](https://eslint.vuejs.org/user-guide/#bundle-configurations-eslint-config-js), with all rules' severity set to `error`: `strongly-recommended-error`, `recommended-error`, `vue2-strongly-recommended-error`, `vue2-recommended-error` (along with their flat config equivalents) diff --git a/.changeset/fast-monkeys-smoke.md b/.changeset/fast-monkeys-smoke.md deleted file mode 100644 index 676d9d23c..000000000 --- a/.changeset/fast-monkeys-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": minor ---- - -Added new `vue/no-undef-directives` rule diff --git a/.changeset/gorgeous-colts-bathe.md b/.changeset/gorgeous-colts-bathe.md deleted file mode 100644 index e5f3a14a8..000000000 --- a/.changeset/gorgeous-colts-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Updates resources diff --git a/.changeset/rich-zebras-type.md b/.changeset/rich-zebras-type.md deleted file mode 100644 index 62c2438ae..000000000 --- a/.changeset/rich-zebras-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": minor ---- - -Changed `vue/no-negated-v-if-condition` suggestion to autofix diff --git a/.changeset/swift-spies-nail.md b/.changeset/swift-spies-nail.md deleted file mode 100644 index 6d8ffe174..000000000 --- a/.changeset/swift-spies-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": minor ---- - -Added new `ignoreEOLComments` option to `vue/no-multi-spaces` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbb44fa6..2c4cf1c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # eslint-plugin-vue +## 10.7.0 + +### Minor Changes + +- Added [new `-error` config variants](https://eslint.vuejs.org/user-guide/#bundle-configurations-eslint-config-js), with all rules' severity set to `error`: `strongly-recommended-error`, `recommended-error`, `vue2-strongly-recommended-error`, `vue2-recommended-error` (along with their flat config equivalents) ([#2796](https://github.com/vuejs/eslint-plugin-vue/pull/2796)) + +- Added new [`vue/no-undef-directives`](https://eslint.vuejs.org/rules/no-undef-directives.html) rule ([#2990](https://github.com/vuejs/eslint-plugin-vue/pull/2990)) + +- Changed [`vue/no-negated-v-if-condition`](https://eslint.vuejs.org/rules/no-negated-v-if-condition.html) suggestion to autofix ([#2984](https://github.com/vuejs/eslint-plugin-vue/pull/2984)) + +- Added new `ignoreEOLComments` option to [`vue/no-multi-spaces`](https://eslint.vuejs.org/rules/no-multi-spaces.html) rule ([#2989](https://github.com/vuejs/eslint-plugin-vue/pull/2989)) + +### Patch Changes + +- Updates resources ([#2986](https://github.com/vuejs/eslint-plugin-vue/pull/2986)) + ## 10.6.2 ### Patch Changes diff --git a/docs/rules/no-undef-directives.md b/docs/rules/no-undef-directives.md index f71e791c6..2c7ed7403 100644 --- a/docs/rules/no-undef-directives.md +++ b/docs/rules/no-undef-directives.md @@ -3,14 +3,13 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-undef-directives description: disallow use of undefined custom directives +since: v10.7.0 --- # vue/no-undef-directives > disallow use of undefined custom directives -- :exclamation: _**This rule has not been released yet.**_ - ## :book: Rule Details This rule reports directives that are used in the `