Skip to content

Commit fd94a4c

Browse files
Version Packages
1 parent 4c2efa4 commit fd94a4c

13 files changed

+35
-50
lines changed

.changeset/brown-eels-care.md

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

.changeset/fair-phones-add.md

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

.changeset/fair-plants-turn.md

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

.changeset/fast-monkeys-smoke.md

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

.changeset/gorgeous-colts-bathe.md

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

.changeset/heavy-dragons-build.md

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

.changeset/lemon-turtles-visit.md

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

.changeset/rich-zebras-type.md

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

.changeset/swift-spies-nail.md

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

CHANGELOG.md

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

3+
## 10.7.0
4+
5+
### Minor Changes
6+
7+
- 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))
8+
9+
- Added new [`vue/no-literals-in-template`](https://eslint.vuejs.org/rules/no-literals-in-template.html) rule ([#3000](https://github.com/vuejs/eslint-plugin-vue/pull/3000))
10+
11+
- 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))
12+
13+
- Added TypeScript support for eslint-plugin-vue development ([#2916](https://github.com/vuejs/eslint-plugin-vue/pull/2916))
14+
15+
- 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))
16+
17+
- 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))
18+
19+
### Patch Changes
20+
21+
- Updated Vue 3 export names resources: added `DirectiveModifiers` ([#2996](https://github.com/vuejs/eslint-plugin-vue/pull/2996))
22+
23+
- Updated Vue 3 export names resources: added `nodeOps` and `patchProp` ([#2986](https://github.com/vuejs/eslint-plugin-vue/pull/2986))
24+
25+
- Fixed false positives in [`vue/define-props-destructuring`](https://eslint.vuejs.org/rules/define-props-destructuring.html) rule when imported types are passed to `defineProps` ([#2995](https://github.com/vuejs/eslint-plugin-vue/pull/2995))
26+
327
## 10.6.2
428

529
### Patch Changes

0 commit comments

Comments
 (0)