Bump @vue/eslint-config-typescript from 7.0.0 to 8.0.0

Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-14 22:14:06 +00:00 committed by GitHub
parent 7e38af2b40
commit 6637ef51dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@typescript-eslint/parser": "^4.33", "@typescript-eslint/parser": "^4.33",
"@vitejs/plugin-vue": "^1.9", "@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.18", "@vue/compiler-sfc": "^3.2.18",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^8.0",
"@vue/test-utils": "^2.0.0-rc.16", "@vue/test-utils": "^2.0.0-rc.16",
"eslint": "^8.0", "eslint": "^8.0",
"eslint-plugin-vue": "^7.19", "eslint-plugin-vue": "^7.19",
@ -2359,9 +2359,9 @@
"integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA==" "integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA=="
}, },
"node_modules/@vue/eslint-config-typescript": { "node_modules/@vue/eslint-config-typescript": {
"version": "7.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz", "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz",
"integrity": "sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==", "integrity": "sha512-8u8Qpg4qfjJoNeRMdHlxif9BcGy4iYSSK4YYW5AFPPRtkBJiCqtoyT72l4F3ZeZII09ax2N6yQeHbQ0CXQi1bA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"vue-eslint-parser": "^7.0.0" "vue-eslint-parser": "^7.0.0"
@ -2370,10 +2370,10 @@
"node": "^10.12.0 || >=12.0.0" "node": "^10.12.0 || >=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^4.4.0", "@typescript-eslint/parser": "^5.0.0",
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0", "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-vue": "^5.2.3 || ^6.0.0 || ^7.0.0" "eslint-plugin-vue": "^7.17.0"
} }
}, },
"node_modules/@vue/reactivity": { "node_modules/@vue/reactivity": {
@ -13364,9 +13364,9 @@
"integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA==" "integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA=="
}, },
"@vue/eslint-config-typescript": { "@vue/eslint-config-typescript": {
"version": "7.0.0", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz", "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz",
"integrity": "sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==", "integrity": "sha512-8u8Qpg4qfjJoNeRMdHlxif9BcGy4iYSSK4YYW5AFPPRtkBJiCqtoyT72l4F3ZeZII09ax2N6yQeHbQ0CXQi1bA==",
"dev": true, "dev": true,
"requires": { "requires": {
"vue-eslint-parser": "^7.0.0" "vue-eslint-parser": "^7.0.0"

View File

@ -28,7 +28,7 @@
"@typescript-eslint/parser": "^4.33", "@typescript-eslint/parser": "^4.33",
"@vitejs/plugin-vue": "^1.9", "@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.18", "@vue/compiler-sfc": "^3.2.18",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^8.0",
"@vue/test-utils": "^2.0.0-rc.16", "@vue/test-utils": "^2.0.0-rc.16",
"eslint": "^8.0", "eslint": "^8.0",
"eslint-plugin-vue": "^7.19", "eslint-plugin-vue": "^7.19",