Skip to content

Commit a6b4e63

Browse files
committed
feat: support vite-plugin-eslint2 v5, close #516
1 parent 6b073fd commit a6b4e63

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-eslint-docs",
3-
"packageManager": "[email protected].2",
3+
"packageManager": "[email protected].3",
44
"private": true,
55
"scripts": {
66
"docs:dev": "nuxi dev",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"type": "module",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"version": "0.6.0",
66
"scripts": {
77
"build": "pnpm run -r build",

packages/module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"peerDependencies": {
3838
"eslint": "^8.57.0 || ^9.0.0",
3939
"eslint-webpack-plugin": "^4.1.0",
40-
"vite-plugin-eslint2": "^4.4.0"
40+
"vite-plugin-eslint2": "^4.4.0 || ^5.0.0"
4141
},
4242
"peerDependenciesMeta": {
4343
"eslint-webpack-plugin": {

pnpm-workspace.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ catalog:
88
'@eslint/js': ^9.13.0
99
'@iconify-json/catppuccin': ^1.2.4
1010
'@iconify-json/ph': ^1.2.1
11-
'@iconify-json/simple-icons': ^1.2.9
11+
'@iconify-json/simple-icons': ^1.2.10
1212
'@nuxt/content': ^2.13.4
1313
'@nuxt/devtools': 1.3.1
1414
'@nuxt/devtools-kit': ^1.6.0
@@ -23,7 +23,7 @@ catalog:
2323
'@nuxtjs/eslint-config': ^12.0.0
2424
'@nuxtjs/plausible': ^1.0.3
2525
'@stylistic/eslint-plugin': ^2.9.0
26-
'@types/node': ^22.7.9
26+
'@types/node': ^22.8.1
2727
'@typescript-eslint/eslint-plugin': ^8.11.0
2828
'@typescript-eslint/parser': ^8.11.0
2929
'@typescript-eslint/scope-manager': ^8.11.0
@@ -45,7 +45,7 @@ catalog:
4545
eslint-plugin-promise: ^7.1.0
4646
eslint-plugin-regexp: ^2.6.0
4747
eslint-plugin-unicorn: ^56.0.0
48-
eslint-plugin-vue: ^9.29.1
48+
eslint-plugin-vue: ^9.30.0
4949
eslint-typegen: ^0.3.2
5050
eslint-webpack-plugin: ^4.2.0
5151
fast-glob: ^3.3.2
@@ -61,6 +61,6 @@ catalog:
6161
typescript: ^5.6.3
6262
unimport: ^3.13.1
6363
vite-plugin-eslint2: ^5.0.1
64-
vitest: ^2.1.3
64+
vitest: ^2.1.4
6565
vue: ^3.5.12
6666
vue-eslint-parser: ^9.4.3

0 commit comments

Comments
 (0)