Skip to content

Commit fba93a5

Browse files
chore(deps): update typescript-eslint monorepo to v4.28.1 (#506)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f12856a commit fba93a5

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"ts-node": "10.0.0",
3535
"patch-package": "6.4.7",
3636
"@changesets/cli": "2.16.0",
37-
"@typescript-eslint/eslint-plugin": "4.28.0",
38-
"@typescript-eslint/parser": "4.28.0",
37+
"@typescript-eslint/eslint-plugin": "4.28.1",
38+
"@typescript-eslint/parser": "4.28.1",
3939
"eslint": "7.28.0",
4040
"husky": "6.0.0",
4141
"lint-staged": "11.0.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2437,73 +2437,73 @@
24372437
dependencies:
24382438
"@types/yargs-parser" "*"
24392439

2440-
"@typescript-eslint/[email protected].0":
2441-
version "4.28.0"
2442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.0.tgz#1a66f03b264844387beb7dc85e1f1d403bd1803f"
2443-
integrity sha512-KcF6p3zWhf1f8xO84tuBailV5cN92vhS+VT7UJsPzGBm9VnQqfI9AsiMUFUCYHTYPg1uCCo+HyiDnpDuvkAMfQ==
2440+
"@typescript-eslint/[email protected].1":
2441+
version "4.28.1"
2442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
2443+
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
24442444
dependencies:
2445-
"@typescript-eslint/experimental-utils" "4.28.0"
2446-
"@typescript-eslint/scope-manager" "4.28.0"
2445+
"@typescript-eslint/experimental-utils" "4.28.1"
2446+
"@typescript-eslint/scope-manager" "4.28.1"
24472447
debug "^4.3.1"
24482448
functional-red-black-tree "^1.0.1"
24492449
regexpp "^3.1.0"
24502450
semver "^7.3.5"
24512451
tsutils "^3.21.0"
24522452

2453-
"@typescript-eslint/[email protected].0":
2454-
version "4.28.0"
2455-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.0.tgz#13167ed991320684bdc23588135ae62115b30ee0"
2456-
integrity sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==
2453+
"@typescript-eslint/[email protected].1":
2454+
version "4.28.1"
2455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
2456+
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
24572457
dependencies:
24582458
"@types/json-schema" "^7.0.7"
2459-
"@typescript-eslint/scope-manager" "4.28.0"
2460-
"@typescript-eslint/types" "4.28.0"
2461-
"@typescript-eslint/typescript-estree" "4.28.0"
2459+
"@typescript-eslint/scope-manager" "4.28.1"
2460+
"@typescript-eslint/types" "4.28.1"
2461+
"@typescript-eslint/typescript-estree" "4.28.1"
24622462
eslint-scope "^5.1.1"
24632463
eslint-utils "^3.0.0"
24642464

2465-
"@typescript-eslint/[email protected].0":
2466-
version "4.28.0"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
2468-
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
2465+
"@typescript-eslint/[email protected].1":
2466+
version "4.28.1"
2467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
2468+
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
24692469
dependencies:
2470-
"@typescript-eslint/scope-manager" "4.28.0"
2471-
"@typescript-eslint/types" "4.28.0"
2472-
"@typescript-eslint/typescript-estree" "4.28.0"
2470+
"@typescript-eslint/scope-manager" "4.28.1"
2471+
"@typescript-eslint/types" "4.28.1"
2472+
"@typescript-eslint/typescript-estree" "4.28.1"
24732473
debug "^4.3.1"
24742474

2475-
"@typescript-eslint/[email protected].0":
2476-
version "4.28.0"
2477-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
2478-
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
2475+
"@typescript-eslint/[email protected].1":
2476+
version "4.28.1"
2477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
2478+
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
24792479
dependencies:
2480-
"@typescript-eslint/types" "4.28.0"
2481-
"@typescript-eslint/visitor-keys" "4.28.0"
2480+
"@typescript-eslint/types" "4.28.1"
2481+
"@typescript-eslint/visitor-keys" "4.28.1"
24822482

2483-
"@typescript-eslint/[email protected].0":
2484-
version "4.28.0"
2485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
2486-
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
2483+
"@typescript-eslint/[email protected].1":
2484+
version "4.28.1"
2485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
2486+
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
24872487

2488-
"@typescript-eslint/[email protected].0":
2489-
version "4.28.0"
2490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
2491-
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
2488+
"@typescript-eslint/[email protected].1":
2489+
version "4.28.1"
2490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
2491+
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
24922492
dependencies:
2493-
"@typescript-eslint/types" "4.28.0"
2494-
"@typescript-eslint/visitor-keys" "4.28.0"
2493+
"@typescript-eslint/types" "4.28.1"
2494+
"@typescript-eslint/visitor-keys" "4.28.1"
24952495
debug "^4.3.1"
24962496
globby "^11.0.3"
24972497
is-glob "^4.0.1"
24982498
semver "^7.3.5"
24992499
tsutils "^3.21.0"
25002500

2501-
"@typescript-eslint/[email protected].0":
2502-
version "4.28.0"
2503-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
2504-
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
2501+
"@typescript-eslint/[email protected].1":
2502+
version "4.28.1"
2503+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
2504+
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
25052505
dependencies:
2506-
"@typescript-eslint/types" "4.28.0"
2506+
"@typescript-eslint/types" "4.28.1"
25072507
eslint-visitor-keys "^2.0.0"
25082508

25092509
"@yarnpkg/lockfile@^1.1.0":

0 commit comments

Comments
 (0)