From bc6b2232a366d3dd83af8b4aa7e995de777dd74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:07:20 +0000 Subject: [PATCH] Bump vite-plugin-eslint from 1.7.0 to 1.8.1 Bumps [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/gxmari007/vite-plugin-eslint/releases) - [Changelog](https://github.com/gxmari007/vite-plugin-eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/gxmari007/vite-plugin-eslint/compare/v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: vite-plugin-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1492cb8c..de07c809 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier": "^2.7.1", "unocss": "^0.45.7", "vite": "^2.9.14", - "vite-plugin-eslint": "^1.7.0", + "vite-plugin-eslint": "^1.8.1", "vite-plugin-pwa": "^0.12.3" }, "eslintConfig": { diff --git a/yarn.lock b/yarn.lock index 438b4246..6f6104b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3379,10 +3379,10 @@ rollup-plugin-terser@^7.0.0: serialize-javascript "^4.0.0" terser "^5.0.0" -rollup@^2.43.1, rollup@^2.59.0, rollup@^2.75.7, rollup@^2.77.0: - version "2.77.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.0.tgz#749eaa5ac09b6baa52acc076bc46613eddfd53f4" - integrity sha512-vL8xjY4yOQEw79DvyXLijhnhh+R/O9zpF/LEgkCebZFtb6ELeN9H3/2T0r8+mp+fFTBHZ5qGpOpW2ela2zRt3g== +rollup@^2.43.1, rollup@^2.59.0, rollup@^2.75.7, rollup@^2.77.2: + version "2.78.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" + integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== optionalDependencies: fsevents "~2.3.2" @@ -3814,14 +3814,14 @@ v8-compile-cache@^2.0.3: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== -vite-plugin-eslint@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.7.0.tgz#195a19bc059fb40364c863f38924d556a623fb80" - integrity sha512-Kz2HwBeAArmsE0QmWSm+e7CaEQrfMkEZpFw4hngoy6JmERjw7WUH8HLbG1OkreOKX4iIUReOss9N1Mkw4wEk8g== +vite-plugin-eslint@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz#0381b8272e7f0fd8b663311b64f7608d55d8b04c" + integrity sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang== dependencies: "@rollup/pluginutils" "^4.2.1" "@types/eslint" "^8.4.5" - rollup "^2.77.0" + rollup "^2.77.2" vite-plugin-pwa@^0.12.3: version "0.12.3"