Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 5f4c1c2

Browse files
committed
Update typescript-eslint monorepo to v5.30.6
1 parent c67b7ca commit 5f4c1c2

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/jest": "27.5.2",
2424
"@types/react": "17.0.47",
2525
"@types/react-dom": "17.0.17",
26-
"@typescript-eslint/eslint-plugin": "5.30.5",
27-
"@typescript-eslint/parser": "5.30.5",
26+
"@typescript-eslint/eslint-plugin": "5.30.6",
27+
"@typescript-eslint/parser": "5.30.6",
2828
"cypress": "9.7.0",
2929
"eslint": "8.19.0",
3030
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,84 +1151,84 @@
11511151
dependencies:
11521152
"@types/node" "*"
11531153

1154-
"@typescript-eslint/eslint-plugin@5.30.5":
1155-
version "5.30.5"
1156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.5.tgz#e9a0afd6eb3b1d663db91cf1e7bc7584d394503d"
1157-
integrity sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==
1158-
dependencies:
1159-
"@typescript-eslint/scope-manager" "5.30.5"
1160-
"@typescript-eslint/type-utils" "5.30.5"
1161-
"@typescript-eslint/utils" "5.30.5"
1154+
"@typescript-eslint/eslint-plugin@5.30.6":
1155+
version "5.30.6"
1156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz#9c6017b6c1d04894141b4a87816388967f64c359"
1157+
integrity sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==
1158+
dependencies:
1159+
"@typescript-eslint/scope-manager" "5.30.6"
1160+
"@typescript-eslint/type-utils" "5.30.6"
1161+
"@typescript-eslint/utils" "5.30.6"
11621162
debug "^4.3.4"
11631163
functional-red-black-tree "^1.0.1"
11641164
ignore "^5.2.0"
11651165
regexpp "^3.2.0"
11661166
semver "^7.3.7"
11671167
tsutils "^3.21.0"
11681168

1169-
"@typescript-eslint/parser@5.30.5":
1170-
version "5.30.5"
1171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.5.tgz#f667c34e4e4c299d98281246c9b1e68c03a92522"
1172-
integrity sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==
1169+
"@typescript-eslint/parser@5.30.6":
1170+
version "5.30.6"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
1172+
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
11731173
dependencies:
1174-
"@typescript-eslint/scope-manager" "5.30.5"
1175-
"@typescript-eslint/types" "5.30.5"
1176-
"@typescript-eslint/typescript-estree" "5.30.5"
1174+
"@typescript-eslint/scope-manager" "5.30.6"
1175+
"@typescript-eslint/types" "5.30.6"
1176+
"@typescript-eslint/typescript-estree" "5.30.6"
11771177
debug "^4.3.4"
11781178

1179-
"@typescript-eslint/scope-manager@5.30.5":
1180-
version "5.30.5"
1181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.5.tgz#7f90b9d6800552c856a5f3644f5e55dd1469d964"
1182-
integrity sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==
1179+
"@typescript-eslint/scope-manager@5.30.6":
1180+
version "5.30.6"
1181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"
1182+
integrity sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==
11831183
dependencies:
1184-
"@typescript-eslint/types" "5.30.5"
1185-
"@typescript-eslint/visitor-keys" "5.30.5"
1184+
"@typescript-eslint/types" "5.30.6"
1185+
"@typescript-eslint/visitor-keys" "5.30.6"
11861186

1187-
"@typescript-eslint/type-utils@5.30.5":
1188-
version "5.30.5"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.5.tgz#7a9656f360b4b1daea635c4621dab053d08bf8a9"
1190-
integrity sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==
1187+
"@typescript-eslint/type-utils@5.30.6":
1188+
version "5.30.6"
1189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
1190+
integrity sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==
11911191
dependencies:
1192-
"@typescript-eslint/utils" "5.30.5"
1192+
"@typescript-eslint/utils" "5.30.6"
11931193
debug "^4.3.4"
11941194
tsutils "^3.21.0"
11951195

1196-
"@typescript-eslint/types@5.30.5":
1197-
version "5.30.5"
1198-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
1199-
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
1196+
"@typescript-eslint/types@5.30.6":
1197+
version "5.30.6"
1198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
1199+
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
12001200

1201-
"@typescript-eslint/typescript-estree@5.30.5":
1202-
version "5.30.5"
1203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
1204-
integrity sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==
1201+
"@typescript-eslint/typescript-estree@5.30.6":
1202+
version "5.30.6"
1203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
1204+
integrity sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==
12051205
dependencies:
1206-
"@typescript-eslint/types" "5.30.5"
1207-
"@typescript-eslint/visitor-keys" "5.30.5"
1206+
"@typescript-eslint/types" "5.30.6"
1207+
"@typescript-eslint/visitor-keys" "5.30.6"
12081208
debug "^4.3.4"
12091209
globby "^11.1.0"
12101210
is-glob "^4.0.3"
12111211
semver "^7.3.7"
12121212
tsutils "^3.21.0"
12131213

1214-
"@typescript-eslint/utils@5.30.5":
1215-
version "5.30.5"
1216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.5.tgz#3999cbd06baad31b9e60d084f20714d1b2776765"
1217-
integrity sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==
1214+
"@typescript-eslint/utils@5.30.6":
1215+
version "5.30.6"
1216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
1217+
integrity sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==
12181218
dependencies:
12191219
"@types/json-schema" "^7.0.9"
1220-
"@typescript-eslint/scope-manager" "5.30.5"
1221-
"@typescript-eslint/types" "5.30.5"
1222-
"@typescript-eslint/typescript-estree" "5.30.5"
1220+
"@typescript-eslint/scope-manager" "5.30.6"
1221+
"@typescript-eslint/types" "5.30.6"
1222+
"@typescript-eslint/typescript-estree" "5.30.6"
12231223
eslint-scope "^5.1.1"
12241224
eslint-utils "^3.0.0"
12251225

1226-
"@typescript-eslint/visitor-keys@5.30.5":
1227-
version "5.30.5"
1228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.5.tgz#d4bb969202019d5d5d849a0aaedc7370cc044b14"
1229-
integrity sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==
1226+
"@typescript-eslint/visitor-keys@5.30.6":
1227+
version "5.30.6"
1228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"
1229+
integrity sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==
12301230
dependencies:
1231-
"@typescript-eslint/types" "5.30.5"
1231+
"@typescript-eslint/types" "5.30.6"
12321232
eslint-visitor-keys "^3.3.0"
12331233

12341234
"@vercel/node-bridge@^2.1.0":

0 commit comments

Comments
 (0)