Skip to content

Commit 3080439

Browse files
renovate-botalan-agius4
authored andcommitted
build: update dependency @typescript-eslint/parser to v5
(cherry picked from commit 086cdac)
1 parent 2fab9fd commit 3080439

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@types/uuid": "^8.0.0",
123123
"@types/webpack-dev-server": "^4.0.3",
124124
"@typescript-eslint/eslint-plugin": "4.33.0",
125-
"@typescript-eslint/parser": "4.33.0",
125+
"@typescript-eslint/parser": "5.0.0",
126126
"@yarnpkg/lockfile": "1.1.0",
127127
"ajv": "8.6.3",
128128
"ajv-formats": "2.1.1",

yarn.lock

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,14 +2333,14 @@
23332333
eslint-scope "^5.1.1"
23342334
eslint-utils "^3.0.0"
23352335

2336-
"@typescript-eslint/parser@4.33.0":
2337-
version "4.33.0"
2338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2339-
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
2336+
"@typescript-eslint/parser@5.0.0":
2337+
version "5.0.0"
2338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592"
2339+
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==
23402340
dependencies:
2341-
"@typescript-eslint/scope-manager" "4.33.0"
2342-
"@typescript-eslint/types" "4.33.0"
2343-
"@typescript-eslint/typescript-estree" "4.33.0"
2341+
"@typescript-eslint/scope-manager" "5.0.0"
2342+
"@typescript-eslint/types" "5.0.0"
2343+
"@typescript-eslint/typescript-estree" "5.0.0"
23442344
debug "^4.3.1"
23452345

23462346
"@typescript-eslint/[email protected]":
@@ -2351,11 +2351,24 @@
23512351
"@typescript-eslint/types" "4.33.0"
23522352
"@typescript-eslint/visitor-keys" "4.33.0"
23532353

2354+
"@typescript-eslint/[email protected]":
2355+
version "5.0.0"
2356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f"
2357+
integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ==
2358+
dependencies:
2359+
"@typescript-eslint/types" "5.0.0"
2360+
"@typescript-eslint/visitor-keys" "5.0.0"
2361+
23542362
"@typescript-eslint/[email protected]":
23552363
version "4.33.0"
23562364
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
23572365
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
23582366

2367+
"@typescript-eslint/[email protected]":
2368+
version "5.0.0"
2369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
2370+
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
2371+
23592372
"@typescript-eslint/[email protected]":
23602373
version "4.33.0"
23612374
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -2369,6 +2382,19 @@
23692382
semver "^7.3.5"
23702383
tsutils "^3.21.0"
23712384

2385+
"@typescript-eslint/[email protected]":
2386+
version "5.0.0"
2387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3"
2388+
integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q==
2389+
dependencies:
2390+
"@typescript-eslint/types" "5.0.0"
2391+
"@typescript-eslint/visitor-keys" "5.0.0"
2392+
debug "^4.3.1"
2393+
globby "^11.0.3"
2394+
is-glob "^4.0.1"
2395+
semver "^7.3.5"
2396+
tsutils "^3.21.0"
2397+
23722398
"@typescript-eslint/[email protected]":
23732399
version "4.33.0"
23742400
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -2377,6 +2403,14 @@
23772403
"@typescript-eslint/types" "4.33.0"
23782404
eslint-visitor-keys "^2.0.0"
23792405

2406+
"@typescript-eslint/[email protected]":
2407+
version "5.0.0"
2408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df"
2409+
integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw==
2410+
dependencies:
2411+
"@typescript-eslint/types" "5.0.0"
2412+
eslint-visitor-keys "^3.0.0"
2413+
23802414
"@verdaccio/[email protected]":
23812415
version "10.0.1"
23822416
resolved "https://registry.yarnpkg.com/@verdaccio/commons-api/-/commons-api-10.0.1.tgz#7217a167e428a7603ff46685c4cc40bb1526e463"
@@ -4739,6 +4773,11 @@ eslint-visitor-keys@^2.0.0:
47394773
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
47404774
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
47414775

4776+
eslint-visitor-keys@^3.0.0:
4777+
version "3.0.0"
4778+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
4779+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
4780+
47424781
47434782
version "7.32.0"
47444783
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"

0 commit comments

Comments
 (0)