Skip to content

Commit d4f312e

Browse files
fix(deps): update dependency vue-eslint-parser to v8 (#243)
Co-authored-by: Renovate Bot <[email protected]>
1 parent be6c0b2 commit d4f312e

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lodash": "^4.17.11",
3737
"parse5": "^6.0.0",
3838
"semver": "^7.3.4",
39-
"vue-eslint-parser": "^7.3.0",
39+
"vue-eslint-parser": "^8.0.0",
4040
"yaml-eslint-parser": "^0.4.0"
4141
},
4242
"devDependencies": {

yarn.lock

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4384,14 +4384,6 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3:
43844384
esrecurse "^4.1.0"
43854385
estraverse "^4.1.1"
43864386

4387-
eslint-scope@^5.0.0:
4388-
version "5.0.0"
4389-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
4390-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
4391-
dependencies:
4392-
esrecurse "^4.1.0"
4393-
estraverse "^4.1.1"
4394-
43954387
eslint-scope@^5.1.1:
43964388
version "5.1.1"
43974389
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -10957,17 +10949,18 @@ vue-eslint-parser@^7.10.0:
1095710949
lodash "^4.17.21"
1095810950
semver "^6.3.0"
1095910951

10960-
vue-eslint-parser@^7.3.0:
10961-
version "7.3.0"
10962-
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559"
10963-
integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw==
10952+
vue-eslint-parser@^8.0.0:
10953+
version "8.0.0"
10954+
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-8.0.0.tgz#d77fe0f47a378a7022d3d10c44d5c3df158bd27a"
10955+
integrity sha512-YxN5bkPDji+XLQ4sx+ULLxckL+y/oS3xzgFRkcjJL2asfVcRhzbrNRwMtWgj/70fXsrr+hkFjkxze8PBZ5O3ug==
1096410956
dependencies:
10965-
debug "^4.1.1"
10966-
eslint-scope "^5.0.0"
10967-
eslint-visitor-keys "^1.1.0"
10968-
espree "^6.2.1"
10969-
esquery "^1.0.1"
10970-
lodash "^4.17.15"
10957+
debug "^4.3.2"
10958+
eslint-scope "^6.0.0"
10959+
eslint-visitor-keys "^3.0.0"
10960+
espree "^9.0.0"
10961+
esquery "^1.4.0"
10962+
lodash "^4.17.21"
10963+
semver "^7.3.5"
1097110964

1097210965
vue-github-button@^1.2.0:
1097310966
version "1.2.0"

0 commit comments

Comments
 (0)