Skip to content

Commit 5b8b90a

Browse files
Bump @typescript-eslint/parser from 5.38.1 to 5.40.0
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>
1 parent 5ca76c9 commit 5b8b90a

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@
262262
"scope": "resource",
263263
"type": "boolean"
264264
},
265+
"haskell.plugin.fourmolu.config.external": {
266+
"default": false,
267+
"markdownDescription": "Call out to an external \"fourmolu\" executable, rather than using the bundled library",
268+
"scope": "resource",
269+
"type": "boolean"
270+
},
265271
"haskell.plugin.gadt.globalOn": {
266272
"default": true,
267273
"description": "Enables gadt plugin",
@@ -556,7 +562,7 @@
556562
"@types/which": "^2.0.1",
557563
"@types/yauzl": "^2.9.1",
558564
"@typescript-eslint/eslint-plugin": "^5.38.1",
559-
"@typescript-eslint/parser": "^5.38.1",
565+
"@typescript-eslint/parser": "^5.40.0",
560566
"@vscode/test-electron": "^2.1.5",
561567
"eslint": "^8.24.0",
562568
"glob": "^8.0.3",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,14 +251,14 @@
251251
semver "^7.3.7"
252252
tsutils "^3.21.0"
253253

254-
"@typescript-eslint/parser@^5.38.1":
255-
version "5.38.1"
256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
257-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
258-
dependencies:
259-
"@typescript-eslint/scope-manager" "5.38.1"
260-
"@typescript-eslint/types" "5.38.1"
261-
"@typescript-eslint/typescript-estree" "5.38.1"
254+
"@typescript-eslint/parser@^5.40.0":
255+
version "5.40.0"
256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
257+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
258+
dependencies:
259+
"@typescript-eslint/scope-manager" "5.40.0"
260+
"@typescript-eslint/types" "5.40.0"
261+
"@typescript-eslint/typescript-estree" "5.40.0"
262262
debug "^4.3.4"
263263

264264
"@typescript-eslint/scope-manager@5.38.1":
@@ -269,6 +269,14 @@
269269
"@typescript-eslint/types" "5.38.1"
270270
"@typescript-eslint/visitor-keys" "5.38.1"
271271

272+
"@typescript-eslint/scope-manager@5.40.0":
273+
version "5.40.0"
274+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
275+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
276+
dependencies:
277+
"@typescript-eslint/types" "5.40.0"
278+
"@typescript-eslint/visitor-keys" "5.40.0"
279+
272280
"@typescript-eslint/type-utils@5.38.1":
273281
version "5.38.1"
274282
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
@@ -284,6 +292,11 @@
284292
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
285293
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
286294

295+
"@typescript-eslint/types@5.40.0":
296+
version "5.40.0"
297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
298+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
299+
287300
"@typescript-eslint/typescript-estree@5.38.1":
288301
version "5.38.1"
289302
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -297,6 +310,19 @@
297310
semver "^7.3.7"
298311
tsutils "^3.21.0"
299312

313+
"@typescript-eslint/typescript-estree@5.40.0":
314+
version "5.40.0"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
316+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
317+
dependencies:
318+
"@typescript-eslint/types" "5.40.0"
319+
"@typescript-eslint/visitor-keys" "5.40.0"
320+
debug "^4.3.4"
321+
globby "^11.1.0"
322+
is-glob "^4.0.3"
323+
semver "^7.3.7"
324+
tsutils "^3.21.0"
325+
300326
"@typescript-eslint/utils@5.38.1":
301327
version "5.38.1"
302328
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
@@ -317,6 +343,14 @@
317343
"@typescript-eslint/types" "5.38.1"
318344
eslint-visitor-keys "^3.3.0"
319345

346+
"@typescript-eslint/visitor-keys@5.40.0":
347+
version "5.40.0"
348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
349+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
350+
dependencies:
351+
"@typescript-eslint/types" "5.40.0"
352+
eslint-visitor-keys "^3.3.0"
353+
320354
"@ungap/promise-all-settled@1.1.2":
321355
version "1.1.2"
322356
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"

0 commit comments

Comments
 (0)