Skip to content

Commit 023884b

Browse files
Version Packages
1 parent a5127b0 commit 023884b

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/five-roses-peel.md

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

.changeset/fresh-taxis-glow.md

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

.changeset/great-ravens-happen.md

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

.changeset/purple-lights-invite.md

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

CHANGELOG.md

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

3+
## 10.5.0
4+
5+
### Minor Changes
6+
7+
- Changed [`vue/valid-define-options`](https://eslint.vuejs.org/rules/valid-define-options.html) to allow local literal constant references ([#2920](https://github.com/vuejs/eslint-plugin-vue/pull/2920))
8+
9+
- Added [`@stylistic/eslint-plugin`](https://eslint.style/) as optional peer dependency ([#2884](https://github.com/vuejs/eslint-plugin-vue/pull/2884))
10+
11+
- Added `ignorePattern` option to [`vue/no-v-html`](https://eslint.vuejs.org/rules/no-v-html.html) ([#2857](https://github.com/vuejs/eslint-plugin-vue/pull/2857))
12+
13+
### Patch Changes
14+
15+
- Changed [`vue/define-macros-order`](https://eslint.vuejs.org/rules/define-macros-order.html) to ignore enum declarations and `declare` statements ([#2918](https://github.com/vuejs/eslint-plugin-vue/pull/2918))
16+
317
## 10.4.0
418

519
### 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.4.0",
3+
"version": "10.5.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)