Skip to content

Commit 0548b8d

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent 018cac6 commit 0548b8d

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vue/cli-plugin-babel": "~4.5.9",
2121
"@vue/cli-plugin-eslint": "~4.5.9",
2222
"@vue/cli-service": "~4.5.9",
23-
"babel-eslint": "^10.1.0",
23+
"@babel/eslint-parser": "^7.11.0",
2424
"eslint": "^8.0.0",
2525
"eslint-plugin-vue": "^7.1.0",
2626
"gh-pages": "^5.0.0",

yarn.lock

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
semver "^5.4.1"
4141
source-map "^0.5.0"
4242

43+
"@babel/eslint-parser@^7.11.0":
44+
version "7.21.3"
45+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7"
46+
integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==
47+
dependencies:
48+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
49+
eslint-visitor-keys "^2.1.0"
50+
semver "^6.3.0"
51+
4352
"@babel/generator@^7.11.5", "@babel/generator@^7.11.6":
4453
version "7.11.6"
4554
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.6.tgz#b868900f81b163b4d464ea24545c61cbac4dc620"
@@ -256,7 +265,7 @@
256265
chalk "^2.0.0"
257266
js-tokens "^4.0.0"
258267

259-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.7.0":
268+
"@babel/parser@^7.10.4", "@babel/parser@^7.11.5":
260269
version "7.11.5"
261270
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
262271
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
@@ -837,7 +846,7 @@
837846
"@babel/parser" "^7.10.4"
838847
"@babel/types" "^7.10.4"
839848

840-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5", "@babel/traverse@^7.7.0":
849+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5":
841850
version "7.11.5"
842851
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
843852
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
@@ -852,7 +861,7 @@
852861
globals "^11.1.0"
853862
lodash "^4.17.19"
854863

855-
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
864+
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.4.4":
856865
version "7.11.5"
857866
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
858867
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
@@ -944,6 +953,13 @@
944953
call-me-maybe "^1.0.1"
945954
glob-to-regexp "^0.3.0"
946955

956+
"@nicolo-ribaudo/[email protected]":
957+
version "5.1.1-v1"
958+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
959+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
960+
dependencies:
961+
eslint-scope "5.1.1"
962+
947963
"@nodelib/[email protected]":
948964
version "2.1.5"
949965
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1889,18 +1905,6 @@ aws4@^1.8.0:
18891905
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
18901906
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
18911907

1892-
babel-eslint@^10.1.0:
1893-
version "10.1.0"
1894-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1895-
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
1896-
dependencies:
1897-
"@babel/code-frame" "^7.0.0"
1898-
"@babel/parser" "^7.7.0"
1899-
"@babel/traverse" "^7.7.0"
1900-
"@babel/types" "^7.7.0"
1901-
eslint-visitor-keys "^1.0.0"
1902-
resolve "^1.12.0"
1903-
19041908
babel-loader@^8.1.0:
19051909
version "8.1.0"
19061910
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.1.0.tgz#c611d5112bd5209abe8b9fa84c3e4da25275f1c3"
@@ -3533,6 +3537,14 @@ eslint-plugin-vue@^7.1.0:
35333537
semver "^7.3.2"
35343538
vue-eslint-parser "^7.1.1"
35353539

3540+
[email protected], eslint-scope@^5.0.0:
3541+
version "5.1.1"
3542+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3543+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3544+
dependencies:
3545+
esrecurse "^4.3.0"
3546+
estraverse "^4.1.1"
3547+
35363548
eslint-scope@^4.0.3:
35373549
version "4.0.3"
35383550
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -3541,14 +3553,6 @@ eslint-scope@^4.0.3:
35413553
esrecurse "^4.1.0"
35423554
estraverse "^4.1.1"
35433555

3544-
eslint-scope@^5.0.0:
3545-
version "5.1.1"
3546-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3547-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3548-
dependencies:
3549-
esrecurse "^4.3.0"
3550-
estraverse "^4.1.1"
3551-
35523556
eslint-scope@^7.1.1:
35533557
version "7.1.1"
35543558
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -3571,7 +3575,7 @@ eslint-utils@^3.0.0:
35713575
dependencies:
35723576
eslint-visitor-keys "^2.0.0"
35733577

3574-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
3578+
eslint-visitor-keys@^1.1.0:
35753579
version "1.3.0"
35763580
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
35773581
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
@@ -3581,6 +3585,11 @@ eslint-visitor-keys@^2.0.0:
35813585
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
35823586
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
35833587

3588+
eslint-visitor-keys@^2.1.0:
3589+
version "2.1.0"
3590+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3591+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3592+
35843593
eslint-visitor-keys@^3.3.0:
35853594
version "3.3.0"
35863595
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -7204,7 +7213,7 @@ resolve-url@^0.2.1:
72047213
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
72057214
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
72067215

7207-
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.8.1:
7216+
resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1:
72087217
version "1.17.0"
72097218
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
72107219
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==

0 commit comments

Comments
 (0)