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

Commit b63f257

Browse files
Bump @typescript-eslint/parser from 5.35.1 to 5.36.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.35.1 to 5.36.1. - [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.36.1/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 e30fae1 commit b63f257

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.35.1"
125-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
126-
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
124+
version "5.36.1"
125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
126+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
127127
dependencies:
128-
"@typescript-eslint/scope-manager" "5.35.1"
129-
"@typescript-eslint/types" "5.35.1"
130-
"@typescript-eslint/typescript-estree" "5.35.1"
128+
"@typescript-eslint/scope-manager" "5.36.1"
129+
"@typescript-eslint/types" "5.36.1"
130+
"@typescript-eslint/typescript-estree" "5.36.1"
131131
debug "^4.3.4"
132132

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

141+
"@typescript-eslint/scope-manager@5.36.1":
142+
version "5.36.1"
143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
144+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
145+
dependencies:
146+
"@typescript-eslint/types" "5.36.1"
147+
"@typescript-eslint/visitor-keys" "5.36.1"
148+
141149
"@typescript-eslint/type-utils@5.35.1":
142150
version "5.35.1"
143151
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
@@ -152,6 +160,11 @@
152160
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
153161
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
154162

163+
"@typescript-eslint/types@5.36.1":
164+
version "5.36.1"
165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
166+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
167+
155168
"@typescript-eslint/typescript-estree@5.35.1":
156169
version "5.35.1"
157170
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
@@ -165,6 +178,19 @@
165178
semver "^7.3.7"
166179
tsutils "^3.21.0"
167180

181+
"@typescript-eslint/typescript-estree@5.36.1":
182+
version "5.36.1"
183+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
184+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
185+
dependencies:
186+
"@typescript-eslint/types" "5.36.1"
187+
"@typescript-eslint/visitor-keys" "5.36.1"
188+
debug "^4.3.4"
189+
globby "^11.1.0"
190+
is-glob "^4.0.3"
191+
semver "^7.3.7"
192+
tsutils "^3.21.0"
193+
168194
"@typescript-eslint/utils@5.35.1":
169195
version "5.35.1"
170196
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
@@ -185,6 +211,14 @@
185211
"@typescript-eslint/types" "5.35.1"
186212
eslint-visitor-keys "^3.3.0"
187213

214+
"@typescript-eslint/visitor-keys@5.36.1":
215+
version "5.36.1"
216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
217+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
218+
dependencies:
219+
"@typescript-eslint/types" "5.36.1"
220+
eslint-visitor-keys "^3.3.0"
221+
188222
"@ungap/promise-all-settled@1.1.2":
189223
version "1.1.2"
190224
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)