Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 00a571d

Browse files
build(deps-dev): bump @typescript-eslint/parser from 3.10.1 to 4.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.26.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4b0279c commit 00a571d

2 files changed

Lines changed: 12 additions & 60 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@ava/typescript": "^1.1.1",
2525
"@typescript-eslint/eslint-plugin": "^4.26.0",
26-
"@typescript-eslint/parser": "^3.10.1",
26+
"@typescript-eslint/parser": "^4.26.0",
2727
"ava": "^3.15.0",
2828
"eslint": "^7.27.0",
2929
"eslint-config-klasa": "dirigeants/klasa-lint",

yarn.lock

Lines changed: 11 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,6 @@
285285
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
286286
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
287287

288-
"@types/eslint-visitor-keys@^1.0.0":
289-
version "1.0.0"
290-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
291-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
292-
293-
"@types/json-schema@^7.0.3":
294-
version "7.0.4"
295-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
296-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
297-
298288
"@types/json-schema@^7.0.7":
299289
version "7.0.7"
300290
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
@@ -332,17 +322,6 @@
332322
semver "^7.3.5"
333323
tsutils "^3.21.0"
334324

335-
"@typescript-eslint/experimental-utils@3.10.1":
336-
version "3.10.1"
337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686"
338-
integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==
339-
dependencies:
340-
"@types/json-schema" "^7.0.3"
341-
"@typescript-eslint/types" "3.10.1"
342-
"@typescript-eslint/typescript-estree" "3.10.1"
343-
eslint-scope "^5.0.0"
344-
eslint-utils "^2.0.0"
345-
346325
"@typescript-eslint/experimental-utils@4.26.0":
347326
version "4.26.0"
348327
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
@@ -355,16 +334,15 @@
355334
eslint-scope "^5.1.1"
356335
eslint-utils "^3.0.0"
357336

358-
"@typescript-eslint/parser@^3.10.1":
359-
version "3.10.1"
360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
361-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
337+
"@typescript-eslint/parser@^4.26.0":
338+
version "4.26.0"
339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
340+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
362341
dependencies:
363-
"@types/eslint-visitor-keys" "^1.0.0"
364-
"@typescript-eslint/experimental-utils" "3.10.1"
365-
"@typescript-eslint/types" "3.10.1"
366-
"@typescript-eslint/typescript-estree" "3.10.1"
367-
eslint-visitor-keys "^1.1.0"
342+
"@typescript-eslint/scope-manager" "4.26.0"
343+
"@typescript-eslint/types" "4.26.0"
344+
"@typescript-eslint/typescript-estree" "4.26.0"
345+
debug "^4.3.1"
368346

369347
"@typescript-eslint/scope-manager@4.26.0":
370348
version "4.26.0"
@@ -374,30 +352,11 @@
374352
"@typescript-eslint/types" "4.26.0"
375353
"@typescript-eslint/visitor-keys" "4.26.0"
376354

377-
"@typescript-eslint/types@3.10.1":
378-
version "3.10.1"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
380-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
381-
382355
"@typescript-eslint/types@4.26.0":
383356
version "4.26.0"
384357
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
385358
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
386359

387-
"@typescript-eslint/typescript-estree@3.10.1":
388-
version "3.10.1"
389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
390-
integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==
391-
dependencies:
392-
"@typescript-eslint/types" "3.10.1"
393-
"@typescript-eslint/visitor-keys" "3.10.1"
394-
debug "^4.1.1"
395-
glob "^7.1.6"
396-
is-glob "^4.0.1"
397-
lodash "^4.17.15"
398-
semver "^7.3.2"
399-
tsutils "^3.17.1"
400-
401360
"@typescript-eslint/typescript-estree@4.26.0":
402361
version "4.26.0"
403362
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
@@ -411,13 +370,6 @@
411370
semver "^7.3.5"
412371
tsutils "^3.21.0"
413372

414-
"@typescript-eslint/visitor-keys@3.10.1":
415-
version "3.10.1"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
417-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
418-
dependencies:
419-
eslint-visitor-keys "^1.1.0"
420-
421373
"@typescript-eslint/visitor-keys@4.26.0":
422374
version "4.26.0"
423375
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -1170,15 +1122,15 @@ eslint-config-klasa@dirigeants/klasa-lint:
11701122
version "0.0.1"
11711123
resolved "https://codeload.github.com/dirigeants/klasa-lint/tar.gz/28618d5bf851bffdb6775deb5937acfe2a1af25a"
11721124

1173-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
1125+
eslint-scope@^5.1.1:
11741126
version "5.1.1"
11751127
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
11761128
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
11771129
dependencies:
11781130
esrecurse "^4.3.0"
11791131
estraverse "^4.1.1"
11801132

1181-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
1133+
eslint-utils@^2.1.0:
11821134
version "2.1.0"
11831135
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
11841136
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -3000,7 +2952,7 @@ tslib@^1.8.1:
30002952
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
30012953
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
30022954

3003-
tsutils@^3.17.1, tsutils@^3.21.0:
2955+
tsutils@^3.21.0:
30042956
version "3.21.0"
30052957
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
30062958
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)