Skip to content

Commit 9029a0b

Browse files
chore(deps): update devdependencies (major) (#3016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent 548c034 commit 9029a0b

File tree

3 files changed

+31
-124
lines changed

3 files changed

+31
-124
lines changed

eslint.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { includeIgnoreFile } from '@eslint/compat';
22
import eslint from '@eslint/js';
33
import stylistic from '@stylistic/eslint-plugin';
4+
import eslintPluginVitest from '@vitest/eslint-plugin';
45
import eslintPluginJsdoc from 'eslint-plugin-jsdoc';
56
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
67
import eslintPluginUnicorn from 'eslint-plugin-unicorn';
7-
import eslintPluginVitest from 'eslint-plugin-vitest';
88
import { dirname, resolve } from 'node:path';
99
import { fileURLToPath } from 'node:url';
1010
import tseslint from 'typescript-eslint';

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@
114114
"@types/semver": "7.5.8",
115115
"@types/validator": "13.12.1",
116116
"@vitest/coverage-v8": "2.1.1",
117+
"@vitest/eslint-plugin": "1.1.4",
117118
"@vitest/ui": "2.1.1",
118-
"@vueuse/core": "10.11.1",
119+
"@vueuse/core": "11.1.0",
119120
"commit-and-tag-version": "12.4.4",
120121
"cypress": "13.14.2",
121122
"eslint": "9.10.0",
@@ -124,7 +125,6 @@
124125
"eslint-plugin-jsdoc": "50.2.3",
125126
"eslint-plugin-prettier": "5.2.1",
126127
"eslint-plugin-unicorn": "55.0.0",
127-
"eslint-plugin-vitest": "0.5.4",
128128
"jiti": "1.21.6",
129129
"npm-run-all2": "6.2.3",
130130
"prettier": "3.3.3",

pnpm-lock.yaml

+28-121
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)