From e82264b29566206af6dacdfffc86b7d75b163426 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 19:31:29 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/major-planes-fly.md | 5 ----- .changeset/nine-zebras-rule.md | 5 ----- .changeset/rich-bags-turn.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/major-planes-fly.md delete mode 100644 .changeset/nine-zebras-rule.md delete mode 100644 .changeset/rich-bags-turn.md diff --git a/.changeset/major-planes-fly.md b/.changeset/major-planes-fly.md deleted file mode 100644 index aa4930be0..000000000 --- a/.changeset/major-planes-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'eslint-plugin-vue': patch ---- - -Fixed false positives in non-intersecting conditions in `vue/no-duplicate-class-names` and correctly detect duplicates in combining expressions diff --git a/.changeset/nine-zebras-rule.md b/.changeset/nine-zebras-rule.md deleted file mode 100644 index 8621702eb..000000000 --- a/.changeset/nine-zebras-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Improved performance and type safety in `vue/prefer-use-template-ref` diff --git a/.changeset/rich-bags-turn.md b/.changeset/rich-bags-turn.md deleted file mode 100644 index f27e55a2a..000000000 --- a/.changeset/rich-bags-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-vue": patch ---- - -Fixed false positives for `TSImportType` in `vue/script-indent` rule diff --git a/CHANGELOG.md b/CHANGELOG.md index 142060cf3..6c0af59db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-vue +## 10.6.2 + +### Patch Changes + +- Fixed false positives in non-intersecting conditions in [`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) and correctly detect duplicates in combining expressions ([#2980](https://github.com/vuejs/eslint-plugin-vue/pull/2980)) + +- Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#2982](https://github.com/vuejs/eslint-plugin-vue/pull/2982)) + +- Fixed false positives for `TSImportType` in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#2969](https://github.com/vuejs/eslint-plugin-vue/pull/2969)) + ## 10.6.1 ### Patch Changes diff --git a/package.json b/package.json index 4a4db09a7..593c90043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "10.6.1", + "version": "10.6.2", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "types": "lib/index.d.ts", From 4296627983ed00520689ea358ac4dae9e4a41cad Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Thu, 27 Nov 2025 20:33:23 +0100 Subject: [PATCH 2/2] Format changelog --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0af59db..4bbb44fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,8 @@ ### Patch Changes - Fixed false positives in non-intersecting conditions in [`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) and correctly detect duplicates in combining expressions ([#2980](https://github.com/vuejs/eslint-plugin-vue/pull/2980)) - -- Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#2982](https://github.com/vuejs/eslint-plugin-vue/pull/2982)) - - Fixed false positives for `TSImportType` in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#2969](https://github.com/vuejs/eslint-plugin-vue/pull/2969)) +- Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#2982](https://github.com/vuejs/eslint-plugin-vue/pull/2982)) ## 10.6.1 @@ -21,15 +19,12 @@ ### Minor Changes - Updated [`vue/no-import-compiler-macros`](https://eslint.vuejs.org/rules/no-import-compiler-macros.html) to clarify that macros are not allowed outside `