Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 129d96a

Browse filesBrowse 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
Copy full SHA for 129d96a

File tree

20 files changed

+64
-66
lines changed
Filter options

20 files changed

+64
-66
lines changed

‎examples/allow-js/package.json

Copy file name to clipboardExpand all lines: examples/allow-js/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/api-before-14.3/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/custom-type-checked-rules-on-and-off/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/disable-ts-in-templates/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/disable-type-checked-for-yml/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/minimal/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/type-checked/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/with-cypress/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/with-jsx-in-vue/package.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: examples/with-jsx/package.json
+1-1Lines 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-nightwatch/package.json

Copy file name to clipboardExpand all lines: examples/with-nightwatch/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vue/tsconfig": "^0.7.0",
2727
"chromedriver": "^133.0.3",
2828
"eslint": "^9.21.0",
29-
"eslint-plugin-vue": "^9.33.0",
29+
"eslint-plugin-vue": "^10.0.0",
3030
"geckodriver": "^5.0.0",
3131
"nightwatch": "^3.11.1",
3232
"npm-run-all2": "^7.0.2",

‎examples/with-playwright/package.json

Copy file name to clipboardExpand all lines: examples/with-playwright/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.21.0",
2626
"eslint-plugin-playwright": "^2.2.0",
27-
"eslint-plugin-vue": "^9.33.0",
27+
"eslint-plugin-vue": "^10.0.0",
2828
"npm-run-all2": "^7.0.2",
2929
"typescript": "~5.8.2",
3030
"vite": "^6.2.0",

‎examples/with-prettier/package.json

Copy file name to clipboardExpand all lines: examples/with-prettier/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/eslint-config-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.7.0",
2525
"eslint": "^9.21.0",
26-
"eslint-plugin-vue": "^9.33.0",
26+
"eslint-plugin-vue": "^10.0.0",
2727
"npm-run-all2": "^7.0.2",
2828
"prettier": "3.5.2",
2929
"typescript": "~5.8.2",

‎examples/with-tsx-in-vue/package.json

Copy file name to clipboardExpand all lines: examples/with-tsx-in-vue/package.json
+1-1Lines 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-tsx/package.json

Copy file name to clipboardExpand all lines: examples/with-tsx/package.json
+1-1Lines 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-vitest/package.json

Copy file name to clipboardExpand all lines: examples/with-vitest/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vue/test-utils": "^2.4.6",
2626
"@vue/tsconfig": "^0.7.0",
2727
"eslint": "^9.21.0",
28-
"eslint-plugin-vue": "^9.33.0",
28+
"eslint-plugin-vue": "^10.0.0",
2929
"jsdom": "^26.0.0",
3030
"npm-run-all2": "^7.0.2",
3131
"typescript": "~5.8.2",

‎package.json

Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@tsconfig/node20": "^20.1.4",
5151
"@types/node": "^22.13.9",
5252
"eslint": "^9.21.0",
53-
"eslint-plugin-vue": "^9.33.0",
53+
"eslint-plugin-vue": "^10.0.0",
5454
"execa": "^9.5.2",
5555
"pkgroll": "^2.11.2",
5656
"prettier": "3.5.2",
@@ -61,7 +61,7 @@
6161
},
6262
"peerDependencies": {
6363
"eslint": "^9.10.0",
64-
"eslint-plugin-vue": "^9.28.0",
64+
"eslint-plugin-vue": "^9.28.0 || ^10.0.0",
6565
"typescript": ">=4.8.4"
6666
},
6767
"peerDependenciesMeta": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.