Skip to content

Commit e13f039

Browse files
chore(deps): replace dependency babel-eslint with @babel/eslint-parser ^7.11.0
1 parent 923fcf4 commit e13f039

File tree

2 files changed

+42
-69
lines changed

2 files changed

+42
-69
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: 41 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@jridgewell/gen-mapping" "^0.3.0"
2020
"@jridgewell/trace-mapping" "^0.3.9"
2121

22-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.22.5":
22+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.5":
2323
version "7.22.5"
2424
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
2525
integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==
@@ -52,7 +52,16 @@
5252
json5 "^2.2.2"
5353
semver "^6.3.0"
5454

55-
"@babel/generator@^7.11.5", "@babel/generator@^7.22.5":
55+
"@babel/eslint-parser@^7.11.0":
56+
version "7.22.5"
57+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz#fa032503b9e2d188e25b1b95d29e8b8431042d78"
58+
integrity sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==
59+
dependencies:
60+
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
61+
eslint-visitor-keys "^2.1.0"
62+
semver "^6.3.0"
63+
64+
"@babel/generator@^7.22.5":
5665
version "7.22.5"
5766
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
5867
integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==
@@ -128,7 +137,7 @@
128137
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
129138
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
130139

131-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.22.5":
140+
"@babel/helper-function-name@^7.22.5":
132141
version "7.22.5"
133142
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
134143
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
@@ -219,7 +228,7 @@
219228
dependencies:
220229
"@babel/types" "^7.22.5"
221230

222-
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.22.5":
231+
"@babel/helper-split-export-declaration@^7.22.5":
223232
version "7.22.5"
224233
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08"
225234
integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==
@@ -231,7 +240,7 @@
231240
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
232241
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
233242

234-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.22.5":
243+
"@babel/helper-validator-identifier@^7.22.5":
235244
version "7.22.5"
236245
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
237246
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
@@ -269,20 +278,15 @@
269278
chalk "^2.0.0"
270279
js-tokens "^4.0.0"
271280

272-
"@babel/parser@^7.11.5", "@babel/parser@^7.22.5":
273-
version "7.22.5"
274-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
275-
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
276-
277281
"@babel/parser@^7.18.4":
278282
version "7.21.4"
279283
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
280284
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
281285

282-
"@babel/parser@^7.7.0":
283-
version "7.11.5"
284-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
285-
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
286+
"@babel/parser@^7.22.5":
287+
version "7.22.5"
288+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
289+
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
286290

287291
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
288292
version "7.22.5"
@@ -1007,22 +1011,7 @@
10071011
debug "^4.1.0"
10081012
globals "^11.1.0"
10091013

1010-
"@babel/traverse@^7.7.0":
1011-
version "7.11.5"
1012-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
1013-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
1014-
dependencies:
1015-
"@babel/code-frame" "^7.10.4"
1016-
"@babel/generator" "^7.11.5"
1017-
"@babel/helper-function-name" "^7.10.4"
1018-
"@babel/helper-split-export-declaration" "^7.11.0"
1019-
"@babel/parser" "^7.11.5"
1020-
"@babel/types" "^7.11.5"
1021-
debug "^4.1.0"
1022-
globals "^11.1.0"
1023-
lodash "^4.17.19"
1024-
1025-
"@babel/types@^7.0.0", "@babel/types@^7.11.5", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
1014+
"@babel/types@^7.0.0", "@babel/types@^7.22.5", "@babel/types@^7.4.4":
10261015
version "7.22.5"
10271016
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
10281017
integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==
@@ -1031,15 +1020,6 @@
10311020
"@babel/helper-validator-identifier" "^7.22.5"
10321021
to-fast-properties "^2.0.0"
10331022

1034-
"@babel/types@^7.7.0":
1035-
version "7.11.5"
1036-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
1037-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
1038-
dependencies:
1039-
"@babel/helper-validator-identifier" "^7.10.4"
1040-
lodash "^4.17.19"
1041-
to-fast-properties "^2.0.0"
1042-
10431023
"@eslint-community/eslint-utils@^4.2.0":
10441024
version "4.4.0"
10451025
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
@@ -1177,6 +1157,13 @@
11771157
call-me-maybe "^1.0.1"
11781158
glob-to-regexp "^0.3.0"
11791159

1160+
"@nicolo-ribaudo/[email protected]":
1161+
version "5.1.1-v1"
1162+
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
1163+
integrity sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==
1164+
dependencies:
1165+
eslint-scope "5.1.1"
1166+
11801167
"@node-ipc/[email protected]":
11811168
version "2.0.3"
11821169
resolved "https://registry.yarnpkg.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz#ac7fe33d766fa53e233ef8fedaf3443a01c5a4cd"
@@ -2141,18 +2128,6 @@ aws4@^1.8.0:
21412128
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
21422129
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
21432130

2144-
babel-eslint@^10.1.0:
2145-
version "10.1.0"
2146-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
2147-
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
2148-
dependencies:
2149-
"@babel/code-frame" "^7.0.0"
2150-
"@babel/parser" "^7.7.0"
2151-
"@babel/traverse" "^7.7.0"
2152-
"@babel/types" "^7.7.0"
2153-
eslint-visitor-keys "^1.0.0"
2154-
resolve "^1.12.0"
2155-
21562131
babel-loader@^8.1.0:
21572132
version "8.3.0"
21582133
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
@@ -3790,6 +3765,14 @@ eslint-plugin-vue@^7.1.0:
37903765
semver "^6.3.0"
37913766
vue-eslint-parser "^7.10.0"
37923767

3768+
[email protected], eslint-scope@^5.1.1:
3769+
version "5.1.1"
3770+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3771+
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3772+
dependencies:
3773+
esrecurse "^4.3.0"
3774+
estraverse "^4.1.1"
3775+
37933776
eslint-scope@^4.0.3:
37943777
version "4.0.3"
37953778
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -3798,14 +3781,6 @@ eslint-scope@^4.0.3:
37983781
esrecurse "^4.1.0"
37993782
estraverse "^4.1.1"
38003783

3801-
eslint-scope@^5.1.1:
3802-
version "5.1.1"
3803-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3804-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3805-
dependencies:
3806-
esrecurse "^4.3.0"
3807-
estraverse "^4.1.1"
3808-
38093784
eslint-scope@^7.2.0:
38103785
version "7.2.0"
38113786
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
@@ -3821,11 +3796,16 @@ eslint-utils@^2.1.0:
38213796
dependencies:
38223797
eslint-visitor-keys "^1.1.0"
38233798

3824-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
3799+
eslint-visitor-keys@^1.1.0:
38253800
version "1.3.0"
38263801
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
38273802
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
38283803

3804+
eslint-visitor-keys@^2.1.0:
3805+
version "2.1.0"
3806+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
3807+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
3808+
38293809
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1:
38303810
version "3.4.1"
38313811
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
@@ -6643,7 +6623,7 @@ path-key@^3.0.0, path-key@^3.1.0:
66436623
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
66446624
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
66456625

6646-
path-parse@^1.0.6, path-parse@^1.0.7:
6626+
path-parse@^1.0.7:
66476627
version "1.0.7"
66486628
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
66496629
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
@@ -7497,13 +7477,6 @@ resolve@^1.10.0, resolve@^1.14.2:
74977477
path-parse "^1.0.7"
74987478
supports-preserve-symlinks-flag "^1.0.0"
74997479

7500-
resolve@^1.12.0:
7501-
version "1.17.0"
7502-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
7503-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
7504-
dependencies:
7505-
path-parse "^1.0.6"
7506-
75077480
restore-cursor@^2.0.0:
75087481
version "2.0.0"
75097482
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)