Skip to content

Commit 129d96a

Browse files
chore(deps): update dependency eslint-plugin-vue to allow v10 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8381c00 commit 129d96a

File tree

20 files changed

+64
-66
lines changed

20 files changed

+64
-66
lines changed

examples/allow-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^9.33.0",
24+
"eslint-plugin-vue": "^10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/api-before-14.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^9.33.0",
37+
"eslint-plugin-vue": "^10.0.0",
3838
"jsdom": "^26.0.0",
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",

examples/custom-type-checked-rules-on-and-off/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:^",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^9.33.0",
24+
"eslint-plugin-vue": "^10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/disable-ts-in-templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^9.33.0",
24+
"eslint-plugin-vue": "^10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/disable-type-checked-for-yml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^9.33.0",
37+
"eslint-plugin-vue": "^10.0.0",
3838
"eslint-plugin-yml": "^1.17.0",
3939
"jsdom": "^26.0.0",
4040
"npm-run-all2": "^7.0.2",

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vue/eslint-config-typescript": "workspace:*",
2222
"@vue/tsconfig": "^0.7.0",
2323
"eslint": "^9.21.0",
24-
"eslint-plugin-vue": "^9.33.0",
24+
"eslint-plugin-vue": "^10.0.0",
2525
"npm-run-all2": "^7.0.2",
2626
"typescript": "~5.8.2",
2727
"vite": "^6.2.0",

examples/type-checked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cypress": "^14.1.0",
3535
"eslint": "^9.21.0",
3636
"eslint-plugin-cypress": "^4.1.0",
37-
"eslint-plugin-vue": "^9.33.0",
37+
"eslint-plugin-vue": "^10.0.0",
3838
"jsdom": "^26.0.0",
3939
"npm-run-all2": "^7.0.2",
4040
"prettier": "3.5.2",

examples/with-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cypress": "^14.1.0",
2828
"eslint": "^9.21.0",
2929
"eslint-plugin-cypress": "^4.1.0",
30-
"eslint-plugin-vue": "^9.33.0",
30+
"eslint-plugin-vue": "^10.0.0",
3131
"npm-run-all2": "^7.0.2",
3232
"start-server-and-test": "^2.0.10",
3333
"typescript": "~5.8.2",

examples/with-jsx-in-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.21.0",
25-
"eslint-plugin-vue": "^9.33.0",
25+
"eslint-plugin-vue": "^10.0.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",

examples/with-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vue/eslint-config-typescript": "workspace:*",
2323
"@vue/tsconfig": "^0.7.0",
2424
"eslint": "^9.21.0",
25-
"eslint-plugin-vue": "^9.33.0",
25+
"eslint-plugin-vue": "^10.0.0",
2626
"npm-run-all2": "^7.0.2",
2727
"typescript": "~5.8.2",
2828
"vite": "^6.2.0",

0 commit comments

Comments
 (0)