Skip to content

Commit f2646c4

Browse files
renovate[bot]renovate-botota-meshi
authored
chore(deps): update dependency eslint-plugin-vue to v8 (#246)
* chore(deps): update dependency eslint-plugin-vue to v8 * update eslintrc Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 00b5e29 commit f2646c4

File tree

3 files changed

+15
-36
lines changed

3 files changed

+15
-36
lines changed

Diff for: .eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module.exports = {
1919
},
2020
rules: {
2121
'object-shorthand': 'error',
22-
'no-debugger': 'error'
22+
'no-debugger': 'error',
23+
'vue/multi-word-component-names': 'off'
2324
},
2425
overrides: [
2526
{

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint-config-prettier": "^8.0.0",
5757
"eslint-plugin-markdown": "^2.0.0",
5858
"eslint-plugin-prettier": "^4.0.0",
59-
"eslint-plugin-vue": "^7.16.0",
59+
"eslint-plugin-vue": "^8.0.0",
6060
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0",
6161
"eslint4b": "^7.16.0",
6262
"lerna-changelog": "^2.0.0",

Diff for: yarn.lock

+12-34
Original file line numberDiff line numberDiff line change
@@ -1913,16 +1913,16 @@ acorn@^6.4.1:
19131913
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
19141914
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
19151915

1916-
acorn@^7.1.1, acorn@^7.4.0:
1917-
version "7.4.1"
1918-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1919-
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1920-
19211916
acorn@^7.3.1:
19221917
version "7.4.0"
19231918
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
19241919
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
19251920

1921+
acorn@^7.4.0:
1922+
version "7.4.1"
1923+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1924+
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1925+
19261926
acorn@^8.4.1, acorn@^8.5.0:
19271927
version "8.5.0"
19281928
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
@@ -4379,15 +4379,15 @@ eslint-plugin-vue@^5.1.0:
43794379
dependencies:
43804380
vue-eslint-parser "^5.0.0"
43814381

4382-
eslint-plugin-vue@^7.16.0:
4383-
version "7.16.0"
4384-
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.16.0.tgz#7fe9fea039a190b108319c1380adf543ef57707d"
4385-
integrity sha512-0E2dVvVC7I2Xm1HXyx+ZwPj9CNX4NJjs4K4r+GVsHWyt5Pew3JLD4fI7A91b2jeL0TXE7LlszrwLSTJU9eqehw==
4382+
eslint-plugin-vue@^8.0.0:
4383+
version "8.0.1"
4384+
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.0.1.tgz#1d27d976ab6471c5833397cbc8dec78c3b772606"
4385+
integrity sha512-h7SJFNECfkx89CeH3VCGGhLcm4VLOsOZ+DUSGk0h/aCqm9Outm/sIkoOvNpCebsb0U+uBzb93v2yZ6k7Vzy6LQ==
43864386
dependencies:
4387-
eslint-utils "^2.1.0"
4387+
eslint-utils "^3.0.0"
43884388
natural-compare "^1.4.0"
4389-
semver "^6.3.0"
4390-
vue-eslint-parser "^7.10.0"
4389+
semver "^7.3.5"
4390+
vue-eslint-parser "^8.0.0"
43914391

43924392
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
43934393
version "4.0.3"
@@ -4540,15 +4540,6 @@ espree@^4.1.0:
45404540
acorn-jsx "^5.2.0"
45414541
eslint-visitor-keys "^1.3.0"
45424542

4543-
espree@^6.2.1:
4544-
version "6.2.1"
4545-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.2.1.tgz#77fc72e1fd744a2052c20f38a5b575832e82734a"
4546-
integrity sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==
4547-
dependencies:
4548-
acorn "^7.1.1"
4549-
acorn-jsx "^5.2.0"
4550-
eslint-visitor-keys "^1.1.0"
4551-
45524543
espree@^7.3.1:
45534544
version "7.3.1"
45544545
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
@@ -11017,19 +11008,6 @@ vue-eslint-parser@^5.0.0:
1101711008
esquery "^1.0.1"
1101811009
lodash "^4.17.11"
1101911010

11020-
vue-eslint-parser@^7.10.0:
11021-
version "7.10.0"
11022-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.10.0.tgz#ea4e4b10fd10aa35c8a79ac783488d8abcd29be8"
11023-
integrity sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==
11024-
dependencies:
11025-
debug "^4.1.1"
11026-
eslint-scope "^5.1.1"
11027-
eslint-visitor-keys "^1.1.0"
11028-
espree "^6.2.1"
11029-
esquery "^1.4.0"
11030-
lodash "^4.17.21"
11031-
semver "^6.3.0"
11032-
1103311011
vue-eslint-parser@^8.0.0:
1103411012
version "8.0.0"
1103511013
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.0.tgz#d77fe0f47a378a7022d3d10c44d5c3df158bd27a"

0 commit comments

Comments
 (0)