Skip to content

Commit 5e4e001

Browse files
committed
chore(deps-dev): bump @typescript-eslint/parser to 6.15.0
1 parent 7c8f9a2 commit 5e4e001

File tree

2 files changed

+10
-62
lines changed

2 files changed

+10
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/node": "^20.10.5",
4646
"@types/node-fetch": "^2.5.8",
4747
"@typescript-eslint/eslint-plugin": "^6.15.0",
48-
"@typescript-eslint/parser": "^5.54.0",
48+
"@typescript-eslint/parser": "^6.15.0",
4949
"coc.nvim": "^0.0.82",
5050
"css-tree": "^1.1.2",
5151
"esbuild": "^0.16.17",

yarn.lock

Lines changed: 9 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -274,23 +274,16 @@
274274
semver "^7.5.4"
275275
ts-api-utils "^1.0.1"
276276

277-
"@typescript-eslint/parser@^5.54.0":
278-
version "5.54.0"
279-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
280-
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
281-
dependencies:
282-
"@typescript-eslint/scope-manager" "5.54.0"
283-
"@typescript-eslint/types" "5.54.0"
284-
"@typescript-eslint/typescript-estree" "5.54.0"
285-
debug "^4.3.4"
286-
287-
"@typescript-eslint/scope-manager@5.54.0":
288-
version "5.54.0"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
290-
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
277+
"@typescript-eslint/parser@^6.15.0":
278+
version "6.15.0"
279+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7"
280+
integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA==
291281
dependencies:
292-
"@typescript-eslint/types" "5.54.0"
293-
"@typescript-eslint/visitor-keys" "5.54.0"
282+
"@typescript-eslint/scope-manager" "6.15.0"
283+
"@typescript-eslint/types" "6.15.0"
284+
"@typescript-eslint/typescript-estree" "6.15.0"
285+
"@typescript-eslint/visitor-keys" "6.15.0"
286+
debug "^4.3.4"
294287

295288
"@typescript-eslint/scope-manager@6.15.0":
296289
version "6.15.0"
@@ -310,29 +303,11 @@
310303
debug "^4.3.4"
311304
ts-api-utils "^1.0.1"
312305

313-
"@typescript-eslint/types@5.54.0":
314-
version "5.54.0"
315-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
316-
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
317-
318306
"@typescript-eslint/types@6.15.0":
319307
version "6.15.0"
320308
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5"
321309
integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ==
322310

323-
"@typescript-eslint/typescript-estree@5.54.0":
324-
version "5.54.0"
325-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
326-
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
327-
dependencies:
328-
"@typescript-eslint/types" "5.54.0"
329-
"@typescript-eslint/visitor-keys" "5.54.0"
330-
debug "^4.3.4"
331-
globby "^11.1.0"
332-
is-glob "^4.0.3"
333-
semver "^7.3.7"
334-
tsutils "^3.21.0"
335-
336311
"@typescript-eslint/typescript-estree@6.15.0":
337312
version "6.15.0"
338313
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5"
@@ -359,14 +334,6 @@
359334
"@typescript-eslint/typescript-estree" "6.15.0"
360335
semver "^7.5.4"
361336

362-
"@typescript-eslint/visitor-keys@5.54.0":
363-
version "5.54.0"
364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
365-
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
366-
dependencies:
367-
"@typescript-eslint/types" "5.54.0"
368-
eslint-visitor-keys "^3.3.0"
369-
370337
"@typescript-eslint/visitor-keys@6.15.0":
371338
version "6.15.0"
372339
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.15.0.tgz#5baf97a7bfeec6f4894d400437055155a46b2330"
@@ -1325,13 +1292,6 @@ run-parallel@^1.1.9:
13251292
dependencies:
13261293
queue-microtask "^1.2.2"
13271294

1328-
semver@^7.3.7:
1329-
version "7.3.8"
1330-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1331-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1332-
dependencies:
1333-
lru-cache "^6.0.0"
1334-
13351295
semver@^7.5.4:
13361296
version "7.5.4"
13371297
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
@@ -1425,23 +1385,11 @@ ts-api-utils@^1.0.1:
14251385
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
14261386
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
14271387

1428-
tslib@^1.8.1:
1429-
version "1.14.1"
1430-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1431-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1432-
14331388
tslib@^2.6.0, tslib@^2.6.2:
14341389
version "2.6.2"
14351390
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
14361391
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
14371392

1438-
tsutils@^3.21.0:
1439-
version "3.21.0"
1440-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1441-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
1442-
dependencies:
1443-
tslib "^1.8.1"
1444-
14451393
type-check@^0.4.0, type-check@~0.4.0:
14461394
version "0.4.0"
14471395
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)