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

Commit 9143168

Browse files
build(deps-dev): bump @typescript-eslint/parser from 3.10.1 to 4.28.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.10.1 to 4.28.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.28.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8ae1683 commit 9143168

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.28.0",
26-
"@typescript-eslint/parser": "^3.10.1",
26+
"@typescript-eslint/parser": "^4.28.0",
2727
"ava": "^3.15.0",
2828
"eslint": "^7.29.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"
@@ -331,17 +321,6 @@
331321
semver "^7.3.5"
332322
tsutils "^3.21.0"
333323

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

357-
"@typescript-eslint/parser@^3.10.1":
358-
version "3.10.1"
359-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
360-
integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==
336+
"@typescript-eslint/parser@^4.28.0":
337+
version "4.28.0"
338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
339+
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
361340
dependencies:
362-
"@types/eslint-visitor-keys" "^1.0.0"
363-
"@typescript-eslint/experimental-utils" "3.10.1"
364-
"@typescript-eslint/types" "3.10.1"
365-
"@typescript-eslint/typescript-estree" "3.10.1"
366-
eslint-visitor-keys "^1.1.0"
341+
"@typescript-eslint/scope-manager" "4.28.0"
342+
"@typescript-eslint/types" "4.28.0"
343+
"@typescript-eslint/typescript-estree" "4.28.0"
344+
debug "^4.3.1"
367345

368346
"@typescript-eslint/scope-manager@4.28.0":
369347
version "4.28.0"
@@ -373,30 +351,11 @@
373351
"@typescript-eslint/types" "4.28.0"
374352
"@typescript-eslint/visitor-keys" "4.28.0"
375353

376-
"@typescript-eslint/types@3.10.1":
377-
version "3.10.1"
378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
379-
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
380-
381354
"@typescript-eslint/types@4.28.0":
382355
version "4.28.0"
383356
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
384357
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
385358

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

413-
"@typescript-eslint/visitor-keys@3.10.1":
414-
version "3.10.1"
415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
416-
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
417-
dependencies:
418-
eslint-visitor-keys "^1.1.0"
419-
420372
"@typescript-eslint/visitor-keys@4.28.0":
421373
version "4.28.0"
422374
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
@@ -1169,15 +1121,15 @@ eslint-config-klasa@dirigeants/klasa-lint:
11691121
version "0.0.1"
11701122
resolved "https://codeload.github.com/dirigeants/klasa-lint/tar.gz/28618d5bf851bffdb6775deb5937acfe2a1af25a"
11711123

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

1180-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
1132+
eslint-utils@^2.1.0:
11811133
version "2.1.0"
11821134
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
11831135
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
@@ -2992,7 +2944,7 @@ tslib@^1.8.1:
29922944
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
29932945
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
29942946

2995-
tsutils@^3.17.1, tsutils@^3.21.0:
2947+
tsutils@^3.21.0:
29962948
version "3.21.0"
29972949
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
29982950
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)