Skip to content

Commit f8bdc15

Browse files
chore(deps): update typescript-eslint monorepo to v8.18.0
1 parent e5051eb commit f8bdc15

File tree

3 files changed

+54
-135
lines changed

3 files changed

+54
-135
lines changed

packages/mg-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@types/jest": "29.5.12",
2727
"@types/sinon": "17.0.3",
28-
"@typescript-eslint/eslint-plugin": "8.8.0",
29-
"@typescript-eslint/parser": "8.8.0",
28+
"@typescript-eslint/eslint-plugin": "8.18.0",
29+
"@typescript-eslint/parser": "8.18.0",
3030
"c8": "10.1.3",
3131
"eslint": "8.57.0",
3232
"jest": "29.7.0",

packages/mg-html-lexical/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@tryghost/listr-smart-renderer": "0.5.15",
2727
"@types/jest": "29.5.12",
2828
"@types/sinon": "17.0.3",
29-
"@typescript-eslint/eslint-plugin": "8.8.0",
30-
"@typescript-eslint/parser": "8.8.0",
29+
"@typescript-eslint/eslint-plugin": "8.18.0",
30+
"@typescript-eslint/parser": "8.18.0",
3131
"c8": "10.1.3",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",

yarn.lock

+50-131
Original file line numberDiff line numberDiff line change
@@ -3587,31 +3587,16 @@
35873587
semver "^7.5.4"
35883588
ts-api-utils "^1.0.1"
35893589

3590-
"@typescript-eslint/[email protected]":
3591-
version "8.8.0"
3592-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz#b2b02a5447cdc885950eb256b3b8a97b92031bd3"
3593-
integrity sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==
3594-
dependencies:
3595-
"@eslint-community/regexpp" "^4.10.0"
3596-
"@typescript-eslint/scope-manager" "8.8.0"
3597-
"@typescript-eslint/type-utils" "8.8.0"
3598-
"@typescript-eslint/utils" "8.8.0"
3599-
"@typescript-eslint/visitor-keys" "8.8.0"
3600-
graphemer "^1.4.0"
3601-
ignore "^5.3.1"
3602-
natural-compare "^1.4.0"
3603-
ts-api-utils "^1.3.0"
3604-
3605-
"@typescript-eslint/eslint-plugin@^8.0.0":
3606-
version "8.17.0"
3607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
3608-
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
3590+
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.0.0":
3591+
version "8.18.0"
3592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
3593+
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
36093594
dependencies:
36103595
"@eslint-community/regexpp" "^4.10.0"
3611-
"@typescript-eslint/scope-manager" "8.17.0"
3612-
"@typescript-eslint/type-utils" "8.17.0"
3613-
"@typescript-eslint/utils" "8.17.0"
3614-
"@typescript-eslint/visitor-keys" "8.17.0"
3596+
"@typescript-eslint/scope-manager" "8.18.0"
3597+
"@typescript-eslint/type-utils" "8.18.0"
3598+
"@typescript-eslint/utils" "8.18.0"
3599+
"@typescript-eslint/visitor-keys" "8.18.0"
36153600
graphemer "^1.4.0"
36163601
ignore "^5.3.1"
36173602
natural-compare "^1.4.0"
@@ -3628,26 +3613,15 @@
36283613
"@typescript-eslint/visitor-keys" "6.9.1"
36293614
debug "^4.3.4"
36303615

3631-
"@typescript-eslint/[email protected]":
3632-
version "8.8.0"
3633-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.0.tgz#ee4397c70230c4eee030456924c0fba480072f5e"
3634-
integrity sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==
3635-
dependencies:
3636-
"@typescript-eslint/scope-manager" "8.8.0"
3637-
"@typescript-eslint/types" "8.8.0"
3638-
"@typescript-eslint/typescript-estree" "8.8.0"
3639-
"@typescript-eslint/visitor-keys" "8.8.0"
3640-
debug "^4.3.4"
3641-
3642-
"@typescript-eslint/parser@^8.0.0":
3643-
version "8.17.0"
3644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
3645-
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
3616+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3617+
version "8.18.0"
3618+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
3619+
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
36463620
dependencies:
3647-
"@typescript-eslint/scope-manager" "8.17.0"
3648-
"@typescript-eslint/types" "8.17.0"
3649-
"@typescript-eslint/typescript-estree" "8.17.0"
3650-
"@typescript-eslint/visitor-keys" "8.17.0"
3621+
"@typescript-eslint/scope-manager" "8.18.0"
3622+
"@typescript-eslint/types" "8.18.0"
3623+
"@typescript-eslint/typescript-estree" "8.18.0"
3624+
"@typescript-eslint/visitor-keys" "8.18.0"
36513625
debug "^4.3.4"
36523626

36533627
"@typescript-eslint/[email protected]":
@@ -3658,21 +3632,13 @@
36583632
"@typescript-eslint/types" "6.9.1"
36593633
"@typescript-eslint/visitor-keys" "6.9.1"
36603634

3661-
"@typescript-eslint/[email protected]":
3662-
version "8.17.0"
3663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
3664-
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
3665-
dependencies:
3666-
"@typescript-eslint/types" "8.17.0"
3667-
"@typescript-eslint/visitor-keys" "8.17.0"
3668-
3669-
"@typescript-eslint/[email protected]":
3670-
version "8.8.0"
3671-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz#30b23a6ae5708bd7882e40675ef2f1b2beac741f"
3672-
integrity sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==
3635+
"@typescript-eslint/[email protected]":
3636+
version "8.18.0"
3637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
3638+
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
36733639
dependencies:
3674-
"@typescript-eslint/types" "8.8.0"
3675-
"@typescript-eslint/visitor-keys" "8.8.0"
3640+
"@typescript-eslint/types" "8.18.0"
3641+
"@typescript-eslint/visitor-keys" "8.18.0"
36763642

36773643
"@typescript-eslint/[email protected]":
36783644
version "6.9.1"
@@ -3684,23 +3650,13 @@
36843650
debug "^4.3.4"
36853651
ts-api-utils "^1.0.1"
36863652

3687-
"@typescript-eslint/[email protected]":
3688-
version "8.17.0"
3689-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
3690-
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
3691-
dependencies:
3692-
"@typescript-eslint/typescript-estree" "8.17.0"
3693-
"@typescript-eslint/utils" "8.17.0"
3694-
debug "^4.3.4"
3695-
ts-api-utils "^1.3.0"
3696-
3697-
"@typescript-eslint/[email protected]":
3698-
version "8.8.0"
3699-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz#a0ca1c8a90d94b101176a169d7a0958187408d33"
3700-
integrity sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==
3653+
"@typescript-eslint/[email protected]":
3654+
version "8.18.0"
3655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
3656+
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
37013657
dependencies:
3702-
"@typescript-eslint/typescript-estree" "8.8.0"
3703-
"@typescript-eslint/utils" "8.8.0"
3658+
"@typescript-eslint/typescript-estree" "8.18.0"
3659+
"@typescript-eslint/utils" "8.18.0"
37043660
debug "^4.3.4"
37053661
ts-api-utils "^1.3.0"
37063662

@@ -3709,15 +3665,10 @@
37093665
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
37103666
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
37113667

3712-
"@typescript-eslint/[email protected]":
3713-
version "8.17.0"
3714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
3715-
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
3716-
3717-
"@typescript-eslint/[email protected]":
3718-
version "8.8.0"
3719-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
3720-
integrity sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==
3668+
"@typescript-eslint/[email protected]":
3669+
version "8.18.0"
3670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
3671+
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
37213672

37223673
"@typescript-eslint/[email protected]":
37233674
version "6.9.1"
@@ -3732,27 +3683,13 @@
37323683
semver "^7.5.4"
37333684
ts-api-utils "^1.0.1"
37343685

3735-
"@typescript-eslint/[email protected]":
3736-
version "8.17.0"
3737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
3738-
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
3739-
dependencies:
3740-
"@typescript-eslint/types" "8.17.0"
3741-
"@typescript-eslint/visitor-keys" "8.17.0"
3742-
debug "^4.3.4"
3743-
fast-glob "^3.3.2"
3744-
is-glob "^4.0.3"
3745-
minimatch "^9.0.4"
3746-
semver "^7.6.0"
3747-
ts-api-utils "^1.3.0"
3748-
3749-
"@typescript-eslint/[email protected]":
3750-
version "8.8.0"
3751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz#072eaab97fdb63513fabfe1cf271812affe779e3"
3752-
integrity sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==
3686+
"@typescript-eslint/[email protected]":
3687+
version "8.18.0"
3688+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
3689+
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
37533690
dependencies:
3754-
"@typescript-eslint/types" "8.8.0"
3755-
"@typescript-eslint/visitor-keys" "8.8.0"
3691+
"@typescript-eslint/types" "8.18.0"
3692+
"@typescript-eslint/visitor-keys" "8.18.0"
37563693
debug "^4.3.4"
37573694
fast-glob "^3.3.2"
37583695
is-glob "^4.0.3"
@@ -3773,25 +3710,15 @@
37733710
"@typescript-eslint/typescript-estree" "6.9.1"
37743711
semver "^7.5.4"
37753712

3776-
"@typescript-eslint/[email protected]":
3777-
version "8.17.0"
3778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
3779-
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
3780-
dependencies:
3781-
"@eslint-community/eslint-utils" "^4.4.0"
3782-
"@typescript-eslint/scope-manager" "8.17.0"
3783-
"@typescript-eslint/types" "8.17.0"
3784-
"@typescript-eslint/typescript-estree" "8.17.0"
3785-
3786-
"@typescript-eslint/[email protected]":
3787-
version "8.8.0"
3788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.0.tgz#bd8607e3a68c461b69169c7a5824637dc9e8b3f1"
3789-
integrity sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==
3713+
"@typescript-eslint/[email protected]":
3714+
version "8.18.0"
3715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
3716+
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
37903717
dependencies:
37913718
"@eslint-community/eslint-utils" "^4.4.0"
3792-
"@typescript-eslint/scope-manager" "8.8.0"
3793-
"@typescript-eslint/types" "8.8.0"
3794-
"@typescript-eslint/typescript-estree" "8.8.0"
3719+
"@typescript-eslint/scope-manager" "8.18.0"
3720+
"@typescript-eslint/types" "8.18.0"
3721+
"@typescript-eslint/typescript-estree" "8.18.0"
37953722

37963723
"@typescript-eslint/[email protected]":
37973724
version "6.9.1"
@@ -3801,22 +3728,14 @@
38013728
"@typescript-eslint/types" "6.9.1"
38023729
eslint-visitor-keys "^3.4.1"
38033730

3804-
"@typescript-eslint/visitor-keys@8.17.0":
3805-
version "8.17.0"
3806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
3807-
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
3731+
"@typescript-eslint/visitor-keys@8.18.0":
3732+
version "8.18.0"
3733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
3734+
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
38083735
dependencies:
3809-
"@typescript-eslint/types" "8.17.0"
3736+
"@typescript-eslint/types" "8.18.0"
38103737
eslint-visitor-keys "^4.2.0"
38113738

3812-
"@typescript-eslint/[email protected]":
3813-
version "8.8.0"
3814-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
3815-
integrity sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==
3816-
dependencies:
3817-
"@typescript-eslint/types" "8.8.0"
3818-
eslint-visitor-keys "^3.4.3"
3819-
38203739
"@ungap/structured-clone@^1.2.0":
38213740
version "1.2.1"
38223741
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz#28fa185f67daaf7b7a1a8c1d445132c5d979f8bd"

0 commit comments

Comments
 (0)