From 763ad31be82ed742c7eab25884610a39be2acb08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:57:49 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-eslint2 to v5 --- print/package-lock.json | 78 +++++------------------------------------ print/package.json | 2 +- 2 files changed, 9 insertions(+), 71 deletions(-) diff --git a/print/package-lock.json b/print/package-lock.json index b115c06908..12e230abe1 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -47,7 +47,7 @@ "nuxt": "3.14.159", "prettier": "3.3.3", "sass": "1.69.4", - "vite-plugin-eslint2": "4.4.2", + "vite-plugin-eslint2": "5.0.2", "vite-svg-loader": "5.1.0", "vitest": "2.1.4", "vue": "3.5.12" @@ -16763,19 +16763,21 @@ } }, "node_modules/vite-plugin-eslint2": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-4.4.2.tgz", - "integrity": "sha512-QR+coY+88bnGco0xbDzzOEQYm2WndmEG5WK3i3UqzODnn6dY4/O4Ckl3MExCJzxIDIHM/KMMo8DS7S3JkXtBFg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vite-plugin-eslint2/-/vite-plugin-eslint2-5.0.2.tgz", + "integrity": "sha512-2szmNvCsve7AfdPBPQ5JVMx5kOZXXt+S6derNfoNu7+EKa8qnDiMGOkQeSd/I62zIiS1wfvQW+QsGODbCFTGeQ==", "dev": true, "license": "MIT", "dependencies": { - "@rollup/pluginutils": "^5.1.2", - "chokidar": "^3.6.0", + "@rollup/pluginutils": "^5.1.3", "debug": "^4.3.7" }, "engines": { "node": ">=18" }, + "funding": { + "url": "https://github.com/sponsors/modyqyw" + }, "peerDependencies": { "@types/eslint": "^7.0.0 || ^8.0.0 || ^9.0.0-0", "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0-0", @@ -16791,70 +16793,6 @@ } } }, - "node_modules/vite-plugin-eslint2/node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "license": "MIT", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/vite-plugin-eslint2/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "license": "ISC", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/vite-plugin-eslint2/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/vite-plugin-eslint2/node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "license": "MIT", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, "node_modules/vite-plugin-inspect": { "version": "0.8.7", "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.7.tgz", diff --git a/print/package.json b/print/package.json index 2fce0ac502..6c560b12ce 100644 --- a/print/package.json +++ b/print/package.json @@ -56,7 +56,7 @@ "nuxt": "3.14.159", "prettier": "3.3.3", "sass": "1.69.4", - "vite-plugin-eslint2": "4.4.2", + "vite-plugin-eslint2": "5.0.2", "vite-svg-loader": "5.1.0", "vitest": "2.1.4", "vue": "3.5.12"