Skip to content

Commit 4b92896

Browse files
Version Packages (#3023)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2523927 commit 4b92896

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/brave-ads-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dark-cars-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/giant-cars-open.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/icy-pens-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-sheep-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-ends-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# eslint-plugin-vue
22

3+
## 10.8.0
4+
5+
### Minor Changes
6+
7+
- Added more `Promise` functions to [`vue/no-async-in-computed-properties`](https://eslint.vuejs.org/rules/no-async-in-computed-properties.html) ([#3020](https://github.com/vuejs/eslint-plugin-vue/pull/3020))
8+
9+
- Added `ignoreVBindObject` option to [`vue/attributes-order`](https://eslint.vuejs.org/rules/attributes-order.html) ([#3012](https://github.com/vuejs/eslint-plugin-vue/pull/3012))
10+
11+
- Added `allowEmptyAlias` option to [`vue/valid-v-for`](https://eslint.vuejs.org/rules/valid-v-for.html) ([#3011](https://github.com/vuejs/eslint-plugin-vue/pull/3011))
12+
13+
- Added [ESLint v10](https://eslint.org/blog/2026/02/eslint-v10.0.0-released/) as an allowed peer dependency (needs [`eslint-parser-vue` v10.3.0](https://github.com/vuejs/vue-eslint-parser/releases/tag/v10.3.0)) ([#2962](https://github.com/vuejs/eslint-plugin-vue/pull/2962))
14+
15+
- Added new `destructure: "only-when-assigned"` option to [`vue/define-props-destructuring`](https://eslint.vuejs.org/rules/define-props-destructuring.html) and changed default value from `destructure: "always"` to `destructure: "only-when-assigned"` ([#3009](https://github.com/vuejs/eslint-plugin-vue/pull/3009))
16+
17+
### Patch Changes
18+
19+
- Fixed [`vue/no-unused-vars`](https://eslint.vuejs.org/rules/no-unused-vars.html) to detect components passed as slot props ([#3008](https://github.com/vuejs/eslint-plugin-vue/pull/3008))
20+
321
## 10.7.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)