From e85d3f96b4e537683c41e8f62e48f7b7a10b8f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 04:09:31 +0000 Subject: [PATCH] Bump vite-plugin-eslint from 1.6.1 to 1.7.0 Bumps [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) from 1.6.1 to 1.7.0. - [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.6.1...v1.7.0) --- 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 | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 066d0aee..fcdeb9bc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-vue": "^9.2.0", "prettier": "^2.7.1", "vite": "^2.9.14", - "vite-plugin-eslint": "^1.6.1", + "vite-plugin-eslint": "^1.7.0", "vite-plugin-pwa": "^0.12.3", "vite-plugin-windicss": "^1.8.7" }, diff --git a/yarn.lock b/yarn.lock index cfa9bab2..c9a009ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1155,10 +1155,10 @@ magic-string "^0.25.0" string.prototype.matchall "^4.0.6" -"@types/eslint@^8.4.2": - version "8.4.2" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.2.tgz#48f2ac58ab9c631cb68845c3d956b28f79fad575" - integrity sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA== +"@types/eslint@^8.4.5": + version "8.4.5" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.5.tgz#acdfb7dd36b91cc5d812d7c093811a8f3d9b31e4" + integrity sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ== dependencies: "@types/estree" "*" "@types/json-schema" "*" @@ -2966,7 +2966,7 @@ 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.70.2, rollup@^2.75.7: +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== @@ -3341,14 +3341,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.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.6.1.tgz#f5e0b2f5e755f2821560bf24ea636905693ee96d" - integrity sha512-wXwGJ222zjlllHmmPXX6oSU8DbmYjnA6HHBYbOLT8WAc73j4/YAtBQHCVSoHOTPiT4TPzsuZSvputWwc86BweQ== +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== dependencies: "@rollup/pluginutils" "^4.2.1" - "@types/eslint" "^8.4.2" - rollup "^2.70.2" + "@types/eslint" "^8.4.5" + rollup "^2.77.0" vite-plugin-pwa@^0.12.3: version "0.12.3"