Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit d23d575

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#1323)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 692f912 commit d23d575

File tree

1 file changed

+46
-12
lines changed

1 file changed

+46
-12
lines changed

yarn.lock

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,27 +3649,27 @@
36493649
"@types/yargs-parser" "*"
36503650

36513651
"@typescript-eslint/eslint-plugin@^4.0.0":
3652-
version "4.28.0"
3653-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.0.tgz#1a66f03b264844387beb7dc85e1f1d403bd1803f"
3654-
integrity sha512-KcF6p3zWhf1f8xO84tuBailV5cN92vhS+VT7UJsPzGBm9VnQqfI9AsiMUFUCYHTYPg1uCCo+HyiDnpDuvkAMfQ==
3652+
version "4.28.1"
3653+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
3654+
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
36553655
dependencies:
3656-
"@typescript-eslint/experimental-utils" "4.28.0"
3657-
"@typescript-eslint/scope-manager" "4.28.0"
3656+
"@typescript-eslint/experimental-utils" "4.28.1"
3657+
"@typescript-eslint/scope-manager" "4.28.1"
36583658
debug "^4.3.1"
36593659
functional-red-black-tree "^1.0.1"
36603660
regexpp "^3.1.0"
36613661
semver "^7.3.5"
36623662
tsutils "^3.21.0"
36633663

3664-
"@typescript-eslint/[email protected].0":
3665-
version "4.28.0"
3666-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.0.tgz#13167ed991320684bdc23588135ae62115b30ee0"
3667-
integrity sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==
3664+
"@typescript-eslint/[email protected].1":
3665+
version "4.28.1"
3666+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
3667+
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
36683668
dependencies:
36693669
"@types/json-schema" "^7.0.7"
3670-
"@typescript-eslint/scope-manager" "4.28.0"
3671-
"@typescript-eslint/types" "4.28.0"
3672-
"@typescript-eslint/typescript-estree" "4.28.0"
3670+
"@typescript-eslint/scope-manager" "4.28.1"
3671+
"@typescript-eslint/types" "4.28.1"
3672+
"@typescript-eslint/typescript-estree" "4.28.1"
36733673
eslint-scope "^5.1.1"
36743674
eslint-utils "^3.0.0"
36753675

@@ -3691,11 +3691,24 @@
36913691
"@typescript-eslint/types" "4.28.0"
36923692
"@typescript-eslint/visitor-keys" "4.28.0"
36933693

3694+
"@typescript-eslint/[email protected]":
3695+
version "4.28.1"
3696+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
3697+
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
3698+
dependencies:
3699+
"@typescript-eslint/types" "4.28.1"
3700+
"@typescript-eslint/visitor-keys" "4.28.1"
3701+
36943702
"@typescript-eslint/[email protected]":
36953703
version "4.28.0"
36963704
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
36973705
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
36983706

3707+
"@typescript-eslint/[email protected]":
3708+
version "4.28.1"
3709+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
3710+
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
3711+
36993712
"@typescript-eslint/[email protected]":
37003713
version "4.28.0"
37013714
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
@@ -3709,6 +3722,19 @@
37093722
semver "^7.3.5"
37103723
tsutils "^3.21.0"
37113724

3725+
"@typescript-eslint/[email protected]":
3726+
version "4.28.1"
3727+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
3728+
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
3729+
dependencies:
3730+
"@typescript-eslint/types" "4.28.1"
3731+
"@typescript-eslint/visitor-keys" "4.28.1"
3732+
debug "^4.3.1"
3733+
globby "^11.0.3"
3734+
is-glob "^4.0.1"
3735+
semver "^7.3.5"
3736+
tsutils "^3.21.0"
3737+
37123738
"@typescript-eslint/[email protected]":
37133739
version "4.28.0"
37143740
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
@@ -3717,6 +3743,14 @@
37173743
"@typescript-eslint/types" "4.28.0"
37183744
eslint-visitor-keys "^2.0.0"
37193745

3746+
"@typescript-eslint/[email protected]":
3747+
version "4.28.1"
3748+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
3749+
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
3750+
dependencies:
3751+
"@typescript-eslint/types" "4.28.1"
3752+
eslint-visitor-keys "^2.0.0"
3753+
37203754
"@vercel/nft@^0.13.1":
37213755
version "0.13.1"
37223756
resolved "https://registry.npmjs.org/@vercel/nft/-/nft-0.13.1.tgz#98df07e04620069ba63fff92af490c5842a2f31f"

0 commit comments

Comments
 (0)