Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d70c861

Browse files
Bump @typescript-eslint/parser from 5.37.0 to 5.38.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.37.0 to 5.38.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.38.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6089e39 commit d70c861

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@
121121
tsutils "^3.21.0"
122122

123123
"@typescript-eslint/parser@^5.33.1":
124-
version "5.37.0"
125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.37.0.tgz#c382077973f3a4ede7453fb14cadcad3970cbf3b"
126-
integrity sha512-01VzI/ipYKuaG5PkE5+qyJ6m02fVALmMPY3Qq5BHflDx3y4VobbLdHQkSMg9VPRS4KdNt4oYTMaomFoHonBGAw==
124+
version "5.38.0"
125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
126+
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
127127
dependencies:
128-
"@typescript-eslint/scope-manager" "5.37.0"
129-
"@typescript-eslint/types" "5.37.0"
130-
"@typescript-eslint/typescript-estree" "5.37.0"
128+
"@typescript-eslint/scope-manager" "5.38.0"
129+
"@typescript-eslint/types" "5.38.0"
130+
"@typescript-eslint/typescript-estree" "5.38.0"
131131
debug "^4.3.4"
132132

133133
"@typescript-eslint/scope-manager@5.37.0":
@@ -138,6 +138,14 @@
138138
"@typescript-eslint/types" "5.37.0"
139139
"@typescript-eslint/visitor-keys" "5.37.0"
140140

141+
"@typescript-eslint/scope-manager@5.38.0":
142+
version "5.38.0"
143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
144+
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
145+
dependencies:
146+
"@typescript-eslint/types" "5.38.0"
147+
"@typescript-eslint/visitor-keys" "5.38.0"
148+
141149
"@typescript-eslint/type-utils@5.37.0":
142150
version "5.37.0"
143151
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.37.0.tgz#43ed2f567ada49d7e33a6e4b6f9babd060445fe5"
@@ -153,6 +161,11 @@
153161
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.37.0.tgz#09e4870a5f3af7af3f84e08d792644a87d232261"
154162
integrity sha512-3frIJiTa5+tCb2iqR/bf7XwU20lnU05r/sgPJnRpwvfZaqCJBrl8Q/mw9vr3NrNdB/XtVyMA0eppRMMBqdJ1bA==
155163

164+
"@typescript-eslint/types@5.38.0":
165+
version "5.38.0"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
167+
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
168+
156169
"@typescript-eslint/typescript-estree@5.37.0":
157170
version "5.37.0"
158171
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.37.0.tgz#956dcf5c98363bcb97bdd5463a0a86072ff79355"
@@ -166,6 +179,19 @@
166179
semver "^7.3.7"
167180
tsutils "^3.21.0"
168181

182+
"@typescript-eslint/typescript-estree@5.38.0":
183+
version "5.38.0"
184+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
185+
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
186+
dependencies:
187+
"@typescript-eslint/types" "5.38.0"
188+
"@typescript-eslint/visitor-keys" "5.38.0"
189+
debug "^4.3.4"
190+
globby "^11.1.0"
191+
is-glob "^4.0.3"
192+
semver "^7.3.7"
193+
tsutils "^3.21.0"
194+
169195
"@typescript-eslint/utils@5.37.0":
170196
version "5.37.0"
171197
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.37.0.tgz#7784cb8e91390c4f90ccaffd24a0cf9874df81b2"
@@ -186,6 +212,14 @@
186212
"@typescript-eslint/types" "5.37.0"
187213
eslint-visitor-keys "^3.3.0"
188214

215+
"@typescript-eslint/visitor-keys@5.38.0":
216+
version "5.38.0"
217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
218+
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
219+
dependencies:
220+
"@typescript-eslint/types" "5.38.0"
221+
eslint-visitor-keys "^3.3.0"
222+
189223
"@ungap/promise-all-settled@1.1.2":
190224
version "1.1.2"
191225
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)