From 53ab8a10eece1d0138a35ee5fc7e093fb051b364 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 06:28:37 +0000 Subject: [PATCH] Version Packages --- .changeset/gorgeous-colts-bathe.md | 5 ----- .changeset/rich-zebras-type.md | 5 ----- .changeset/swift-spies-nail.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) 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/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..152a97060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # eslint-plugin-vue +## 10.7.0 + +### Minor Changes + +- 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/package.json b/package.json index 593c90043..96a418f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "10.6.2", + "version": "10.7.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "types": "lib/index.d.ts",