Bump vite-plugin-eslint from 1.3.0 to 1.4.0

Bumps [vite-plugin-eslint](https://github.com/gxmari007/vite-plugin-eslint) from 1.3.0 to 1.4.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.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: vite-plugin-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-12 05:50:55 +00:00 committed by Kavin
parent f471fdf248
commit 3ca1de92e3
2 changed files with 10 additions and 11 deletions

View File

@ -37,7 +37,7 @@
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"vite": "^2.9.1",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-eslint": "^1.4.0",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-windicss": "^1.8.3"
},

View File

@ -1137,7 +1137,7 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"
"@rollup/pluginutils@^4.1.0":
"@rollup/pluginutils@^4.1.0", "@rollup/pluginutils@^4.1.1":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.0.tgz#a14bbd058fdbba0a5647143b16ed0d86fb60bd08"
integrity sha512-2WUyJNRkyH5p487pGnn4tWAsxhEFKN/pT8CMgHshd5H+IXkOnKvKZwsz5ZWz+YCXkleZRAU5kwbfgF8CPfDRqA==
@ -1919,7 +1919,7 @@ eslint-visitor-keys@^3.1.0, eslint-visitor-keys@^3.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^7.26.0, eslint@^7.32.0:
eslint@^7.32.0:
version "7.32.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
@ -2889,7 +2889,7 @@ rollup-plugin-terser@^7.0.0:
serialize-javascript "^4.0.0"
terser "^5.0.0"
rollup@^2.43.1, rollup@^2.47.0, rollup@^2.59.0, rollup@^2.60.2:
rollup@^2.43.1, rollup@^2.56.3, rollup@^2.59.0, rollup@^2.60.2:
version "2.70.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.70.1.tgz#824b1f1f879ea396db30b0fc3ae8d2fead93523e"
integrity sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==
@ -3259,14 +3259,13 @@ 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.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.3.0.tgz#cbc3f1542ca5e90d592ccfb6b4957e9b63f99a0e"
integrity sha512-ng6liBWegj6bovfJVGsXXL2XeQR3xnqe4UsnwTE8rbsYTnAaiLfaZK3rruGAyiwCBPbBc2IEED6T7sus5NJfEw==
vite-plugin-eslint@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.4.0.tgz#bd89d4f5e7267536d2659b40d382e18fa5b0869c"
integrity sha512-EeA09UuA2E66WbbcgOFkfvEZ/SJVrTxP+syRwrX+L+jeMMPpi1W1ZIR5mMtPr4I8evaD4WrszWkPZPOW8amFpw==
dependencies:
"@rollup/pluginutils" "^4.1.0"
eslint "^7.26.0"
rollup "^2.47.0"
"@rollup/pluginutils" "^4.1.1"
rollup "^2.56.3"
vite-plugin-pwa@^0.11.13:
version "0.11.13"