Skip to content

Commit 5455f0e

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

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
@@ -44,8 +44,8 @@
4444
"ts-node": "10.0.0",
4545
"patch-package": "6.4.7",
4646
"@changesets/cli": "2.16.0",
47-
"@typescript-eslint/eslint-plugin": "4.28.0",
48-
"@typescript-eslint/parser": "4.28.0",
47+
"@typescript-eslint/eslint-plugin": "4.28.1",
48+
"@typescript-eslint/parser": "4.28.1",
4949
"eslint": "7.29.0",
5050
"husky": "6.0.0",
5151
"lint-staged": "11.0.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,73 +2820,73 @@
28202820
resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.29.11.tgz#d654a112973f5e004bf8438122bd7e56a8e5cd7e"
28212821
integrity sha512-9cwk3c87qQKZrT251EDoibiYRILjCmxBvvcb4meofCmx1vdnNcR9gyildy5vOHASpOKMsn42CugxUvcwK5eu1g==
28222822

2823-
"@typescript-eslint/[email protected].0":
2824-
version "4.28.0"
2825-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.0.tgz#1a66f03b264844387beb7dc85e1f1d403bd1803f"
2826-
integrity sha512-KcF6p3zWhf1f8xO84tuBailV5cN92vhS+VT7UJsPzGBm9VnQqfI9AsiMUFUCYHTYPg1uCCo+HyiDnpDuvkAMfQ==
2823+
"@typescript-eslint/[email protected].1":
2824+
version "4.28.1"
2825+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
2826+
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
28272827
dependencies:
2828-
"@typescript-eslint/experimental-utils" "4.28.0"
2829-
"@typescript-eslint/scope-manager" "4.28.0"
2828+
"@typescript-eslint/experimental-utils" "4.28.1"
2829+
"@typescript-eslint/scope-manager" "4.28.1"
28302830
debug "^4.3.1"
28312831
functional-red-black-tree "^1.0.1"
28322832
regexpp "^3.1.0"
28332833
semver "^7.3.5"
28342834
tsutils "^3.21.0"
28352835

2836-
"@typescript-eslint/[email protected].0":
2837-
version "4.28.0"
2838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.0.tgz#13167ed991320684bdc23588135ae62115b30ee0"
2839-
integrity sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==
2836+
"@typescript-eslint/[email protected].1":
2837+
version "4.28.1"
2838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
2839+
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
28402840
dependencies:
28412841
"@types/json-schema" "^7.0.7"
2842-
"@typescript-eslint/scope-manager" "4.28.0"
2843-
"@typescript-eslint/types" "4.28.0"
2844-
"@typescript-eslint/typescript-estree" "4.28.0"
2842+
"@typescript-eslint/scope-manager" "4.28.1"
2843+
"@typescript-eslint/types" "4.28.1"
2844+
"@typescript-eslint/typescript-estree" "4.28.1"
28452845
eslint-scope "^5.1.1"
28462846
eslint-utils "^3.0.0"
28472847

2848-
"@typescript-eslint/[email protected].0":
2849-
version "4.28.0"
2850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.0.tgz#2404c16751a28616ef3abab77c8e51d680a12caa"
2851-
integrity sha512-7x4D22oPY8fDaOCvkuXtYYTQ6mTMmkivwEzS+7iml9F9VkHGbbZ3x4fHRwxAb5KeuSkLqfnYjs46tGx2Nour4A==
2848+
"@typescript-eslint/[email protected].1":
2849+
version "4.28.1"
2850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
2851+
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
28522852
dependencies:
2853-
"@typescript-eslint/scope-manager" "4.28.0"
2854-
"@typescript-eslint/types" "4.28.0"
2855-
"@typescript-eslint/typescript-estree" "4.28.0"
2853+
"@typescript-eslint/scope-manager" "4.28.1"
2854+
"@typescript-eslint/types" "4.28.1"
2855+
"@typescript-eslint/typescript-estree" "4.28.1"
28562856
debug "^4.3.1"
28572857

2858-
"@typescript-eslint/[email protected].0":
2859-
version "4.28.0"
2860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.0.tgz#6a3009d2ab64a30fc8a1e257a1a320067f36a0ce"
2861-
integrity sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==
2858+
"@typescript-eslint/[email protected].1":
2859+
version "4.28.1"
2860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
2861+
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
28622862
dependencies:
2863-
"@typescript-eslint/types" "4.28.0"
2864-
"@typescript-eslint/visitor-keys" "4.28.0"
2863+
"@typescript-eslint/types" "4.28.1"
2864+
"@typescript-eslint/visitor-keys" "4.28.1"
28652865

2866-
"@typescript-eslint/[email protected].0":
2867-
version "4.28.0"
2868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.0.tgz#a33504e1ce7ac51fc39035f5fe6f15079d4dafb0"
2869-
integrity sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==
2866+
"@typescript-eslint/[email protected].1":
2867+
version "4.28.1"
2868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
2869+
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
28702870

2871-
"@typescript-eslint/[email protected].0":
2872-
version "4.28.0"
2873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.0.tgz#e66d4e5aa2ede66fec8af434898fe61af10c71cf"
2874-
integrity sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==
2871+
"@typescript-eslint/[email protected].1":
2872+
version "4.28.1"
2873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
2874+
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
28752875
dependencies:
2876-
"@typescript-eslint/types" "4.28.0"
2877-
"@typescript-eslint/visitor-keys" "4.28.0"
2876+
"@typescript-eslint/types" "4.28.1"
2877+
"@typescript-eslint/visitor-keys" "4.28.1"
28782878
debug "^4.3.1"
28792879
globby "^11.0.3"
28802880
is-glob "^4.0.1"
28812881
semver "^7.3.5"
28822882
tsutils "^3.21.0"
28832883

2884-
"@typescript-eslint/[email protected].0":
2885-
version "4.28.0"
2886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.0.tgz#255c67c966ec294104169a6939d96f91c8a89434"
2887-
integrity sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==
2884+
"@typescript-eslint/[email protected].1":
2885+
version "4.28.1"
2886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
2887+
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
28882888
dependencies:
2889-
"@typescript-eslint/types" "4.28.0"
2889+
"@typescript-eslint/types" "4.28.1"
28902890
eslint-visitor-keys "^2.0.0"
28912891

28922892
"@tyriar/fibonacci-heap@^2.0.7":

0 commit comments

Comments
 (0)