Skip to content

Commit 40194f2

Browse files
Version Packages
1 parent ebf6cb5 commit 40194f2

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/fast-penguins-reflect.md

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

.changeset/gentle-glasses-tie.md

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

.changeset/smooth-jokes-eat.md

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

.changeset/tangy-eagles-start.md

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

.changeset/true-oranges-heal.md

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

CHANGELOG.md

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

3+
## 10.3.0
4+
5+
### Minor Changes
6+
7+
- Added [`@typescript-eslint/parser`](https://typescript-eslint.io/packages/parser) as an optional peer dependency ([#2775](https://github.com/vuejs/eslint-plugin-vue/pull/2775))
8+
9+
- [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) `ignore` option now supports regex patterns ([#2773](https://github.com/vuejs/eslint-plugin-vue/pull/2773))
10+
11+
### Patch Changes
12+
13+
- Fixed false negatives when using typescript-eslint v8 in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#2775](https://github.com/vuejs/eslint-plugin-vue/pull/2775))
14+
15+
- Update resources ([#2752](https://github.com/vuejs/eslint-plugin-vue/pull/2752))
16+
17+
- [`vue/no-restricted-html-elements`](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now also checks SVG and MathML elements ([#2755](https://github.com/vuejs/eslint-plugin-vue/pull/2755))
18+
319
## 10.2.0
420

521
### 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.2.0",
3+
"version": "10.3.0",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)