Skip to content

Commit a1bd70f

Browse files
Bump @typescript-eslint/parser from 5.38.1 to 5.40.0 (#737)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.40.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.40.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40dac1c commit a1bd70f

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
"@types/which": "^2.0.1",
563563
"@types/yauzl": "^2.9.1",
564564
"@typescript-eslint/eslint-plugin": "^5.40.0",
565-
"@typescript-eslint/parser": "^5.38.1",
565+
"@typescript-eslint/parser": "^5.40.0",
566566
"@vscode/test-electron": "^2.1.5",
567567
"eslint": "^8.25.0",
568568
"glob": "^8.0.3",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -246,23 +246,15 @@
246246
semver "^7.3.7"
247247
tsutils "^3.21.0"
248248

249-
"@typescript-eslint/parser@^5.38.1":
250-
version "5.38.1"
251-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
252-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
253-
dependencies:
254-
"@typescript-eslint/scope-manager" "5.38.1"
255-
"@typescript-eslint/types" "5.38.1"
256-
"@typescript-eslint/typescript-estree" "5.38.1"
257-
debug "^4.3.4"
258-
259-
"@typescript-eslint/scope-manager@5.38.1":
260-
version "5.38.1"
261-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
262-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
249+
"@typescript-eslint/parser@^5.40.0":
250+
version "5.40.0"
251+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
252+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
263253
dependencies:
264-
"@typescript-eslint/types" "5.38.1"
265-
"@typescript-eslint/visitor-keys" "5.38.1"
254+
"@typescript-eslint/scope-manager" "5.40.0"
255+
"@typescript-eslint/types" "5.40.0"
256+
"@typescript-eslint/typescript-estree" "5.40.0"
257+
debug "^4.3.4"
266258

267259
"@typescript-eslint/scope-manager@5.40.0":
268260
version "5.40.0"
@@ -282,29 +274,11 @@
282274
debug "^4.3.4"
283275
tsutils "^3.21.0"
284276

285-
"@typescript-eslint/types@5.38.1":
286-
version "5.38.1"
287-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
288-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
289-
290277
"@typescript-eslint/types@5.40.0":
291278
version "5.40.0"
292279
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
293280
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
294281

295-
"@typescript-eslint/typescript-estree@5.38.1":
296-
version "5.38.1"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
298-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
299-
dependencies:
300-
"@typescript-eslint/types" "5.38.1"
301-
"@typescript-eslint/visitor-keys" "5.38.1"
302-
debug "^4.3.4"
303-
globby "^11.1.0"
304-
is-glob "^4.0.3"
305-
semver "^7.3.7"
306-
tsutils "^3.21.0"
307-
308282
"@typescript-eslint/typescript-estree@5.40.0":
309283
version "5.40.0"
310284
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
@@ -331,14 +305,6 @@
331305
eslint-utils "^3.0.0"
332306
semver "^7.3.7"
333307

334-
"@typescript-eslint/visitor-keys@5.38.1":
335-
version "5.38.1"
336-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
337-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
338-
dependencies:
339-
"@typescript-eslint/types" "5.38.1"
340-
eslint-visitor-keys "^3.3.0"
341-
342308
"@typescript-eslint/visitor-keys@5.40.0":
343309
version "5.40.0"
344310
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"

0 commit comments

Comments
 (0)