Skip to content

Commit 6731e05

Browse files
chore(deps): update typescript-eslint monorepo to v8.17.0
1 parent aa47aa1 commit 6731e05

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.17.0",
29+
"@typescript-eslint/parser": "8.17.0",
3030
"c8": "10.1.2",
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.17.0",
30+
"@typescript-eslint/parser": "8.17.0",
3131
"c8": "10.1.2",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",

yarn.lock

+50-131
Original file line numberDiff line numberDiff line change
@@ -3582,31 +3582,16 @@
35823582
semver "^7.5.4"
35833583
ts-api-utils "^1.0.1"
35843584

3585-
"@typescript-eslint/eslint-plugin@8.8.0":
3586-
version "8.8.0"
3587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz#b2b02a5447cdc885950eb256b3b8a97b92031bd3"
3588-
integrity sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==
3585+
"@typescript-eslint/eslint-plugin@8.17.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3586+
version "8.17.0"
3587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
3588+
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
35893589
dependencies:
35903590
"@eslint-community/regexpp" "^4.10.0"
3591-
"@typescript-eslint/scope-manager" "8.8.0"
3592-
"@typescript-eslint/type-utils" "8.8.0"
3593-
"@typescript-eslint/utils" "8.8.0"
3594-
"@typescript-eslint/visitor-keys" "8.8.0"
3595-
graphemer "^1.4.0"
3596-
ignore "^5.3.1"
3597-
natural-compare "^1.4.0"
3598-
ts-api-utils "^1.3.0"
3599-
3600-
"@typescript-eslint/eslint-plugin@^8.0.0":
3601-
version "8.16.0"
3602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
3603-
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
3604-
dependencies:
3605-
"@eslint-community/regexpp" "^4.10.0"
3606-
"@typescript-eslint/scope-manager" "8.16.0"
3607-
"@typescript-eslint/type-utils" "8.16.0"
3608-
"@typescript-eslint/utils" "8.16.0"
3609-
"@typescript-eslint/visitor-keys" "8.16.0"
3591+
"@typescript-eslint/scope-manager" "8.17.0"
3592+
"@typescript-eslint/type-utils" "8.17.0"
3593+
"@typescript-eslint/utils" "8.17.0"
3594+
"@typescript-eslint/visitor-keys" "8.17.0"
36103595
graphemer "^1.4.0"
36113596
ignore "^5.3.1"
36123597
natural-compare "^1.4.0"
@@ -3623,26 +3608,15 @@
36233608
"@typescript-eslint/visitor-keys" "6.9.1"
36243609
debug "^4.3.4"
36253610

3626-
"@typescript-eslint/[email protected]":
3627-
version "8.8.0"
3628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.0.tgz#ee4397c70230c4eee030456924c0fba480072f5e"
3629-
integrity sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==
3630-
dependencies:
3631-
"@typescript-eslint/scope-manager" "8.8.0"
3632-
"@typescript-eslint/types" "8.8.0"
3633-
"@typescript-eslint/typescript-estree" "8.8.0"
3634-
"@typescript-eslint/visitor-keys" "8.8.0"
3635-
debug "^4.3.4"
3636-
3637-
"@typescript-eslint/parser@^8.0.0":
3638-
version "8.16.0"
3639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
3640-
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
3611+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3612+
version "8.17.0"
3613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
3614+
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
36413615
dependencies:
3642-
"@typescript-eslint/scope-manager" "8.16.0"
3643-
"@typescript-eslint/types" "8.16.0"
3644-
"@typescript-eslint/typescript-estree" "8.16.0"
3645-
"@typescript-eslint/visitor-keys" "8.16.0"
3616+
"@typescript-eslint/scope-manager" "8.17.0"
3617+
"@typescript-eslint/types" "8.17.0"
3618+
"@typescript-eslint/typescript-estree" "8.17.0"
3619+
"@typescript-eslint/visitor-keys" "8.17.0"
36463620
debug "^4.3.4"
36473621

36483622
"@typescript-eslint/[email protected]":
@@ -3653,21 +3627,13 @@
36533627
"@typescript-eslint/types" "6.9.1"
36543628
"@typescript-eslint/visitor-keys" "6.9.1"
36553629

3656-
"@typescript-eslint/[email protected]":
3657-
version "8.16.0"
3658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
3659-
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
3660-
dependencies:
3661-
"@typescript-eslint/types" "8.16.0"
3662-
"@typescript-eslint/visitor-keys" "8.16.0"
3663-
3664-
"@typescript-eslint/[email protected]":
3665-
version "8.8.0"
3666-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz#30b23a6ae5708bd7882e40675ef2f1b2beac741f"
3667-
integrity sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==
3630+
"@typescript-eslint/[email protected]":
3631+
version "8.17.0"
3632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
3633+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
36683634
dependencies:
3669-
"@typescript-eslint/types" "8.8.0"
3670-
"@typescript-eslint/visitor-keys" "8.8.0"
3635+
"@typescript-eslint/types" "8.17.0"
3636+
"@typescript-eslint/visitor-keys" "8.17.0"
36713637

36723638
"@typescript-eslint/[email protected]":
36733639
version "6.9.1"
@@ -3679,23 +3645,13 @@
36793645
debug "^4.3.4"
36803646
ts-api-utils "^1.0.1"
36813647

3682-
"@typescript-eslint/[email protected]":
3683-
version "8.16.0"
3684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740"
3685-
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==
3686-
dependencies:
3687-
"@typescript-eslint/typescript-estree" "8.16.0"
3688-
"@typescript-eslint/utils" "8.16.0"
3689-
debug "^4.3.4"
3690-
ts-api-utils "^1.3.0"
3691-
3692-
"@typescript-eslint/[email protected]":
3693-
version "8.8.0"
3694-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz#a0ca1c8a90d94b101176a169d7a0958187408d33"
3695-
integrity sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==
3648+
"@typescript-eslint/[email protected]":
3649+
version "8.17.0"
3650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
3651+
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
36963652
dependencies:
3697-
"@typescript-eslint/typescript-estree" "8.8.0"
3698-
"@typescript-eslint/utils" "8.8.0"
3653+
"@typescript-eslint/typescript-estree" "8.17.0"
3654+
"@typescript-eslint/utils" "8.17.0"
36993655
debug "^4.3.4"
37003656
ts-api-utils "^1.3.0"
37013657

@@ -3704,15 +3660,10 @@
37043660
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
37053661
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
37063662

3707-
"@typescript-eslint/[email protected]":
3708-
version "8.16.0"
3709-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
3710-
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
3711-
3712-
"@typescript-eslint/[email protected]":
3713-
version "8.8.0"
3714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
3715-
integrity sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==
3663+
"@typescript-eslint/[email protected]":
3664+
version "8.17.0"
3665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
3666+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
37163667

37173668
"@typescript-eslint/[email protected]":
37183669
version "6.9.1"
@@ -3727,27 +3678,13 @@
37273678
semver "^7.5.4"
37283679
ts-api-utils "^1.0.1"
37293680

3730-
"@typescript-eslint/typescript-estree@8.16.0":
3731-
version "8.16.0"
3732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
3733-
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
3681+
"@typescript-eslint/typescript-estree@8.17.0":
3682+
version "8.17.0"
3683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
3684+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
37343685
dependencies:
3735-
"@typescript-eslint/types" "8.16.0"
3736-
"@typescript-eslint/visitor-keys" "8.16.0"
3737-
debug "^4.3.4"
3738-
fast-glob "^3.3.2"
3739-
is-glob "^4.0.3"
3740-
minimatch "^9.0.4"
3741-
semver "^7.6.0"
3742-
ts-api-utils "^1.3.0"
3743-
3744-
"@typescript-eslint/[email protected]":
3745-
version "8.8.0"
3746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz#072eaab97fdb63513fabfe1cf271812affe779e3"
3747-
integrity sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==
3748-
dependencies:
3749-
"@typescript-eslint/types" "8.8.0"
3750-
"@typescript-eslint/visitor-keys" "8.8.0"
3686+
"@typescript-eslint/types" "8.17.0"
3687+
"@typescript-eslint/visitor-keys" "8.17.0"
37513688
debug "^4.3.4"
37523689
fast-glob "^3.3.2"
37533690
is-glob "^4.0.3"
@@ -3768,25 +3705,15 @@
37683705
"@typescript-eslint/typescript-estree" "6.9.1"
37693706
semver "^7.5.4"
37703707

3771-
"@typescript-eslint/[email protected]":
3772-
version "8.16.0"
3773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
3774-
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
3775-
dependencies:
3776-
"@eslint-community/eslint-utils" "^4.4.0"
3777-
"@typescript-eslint/scope-manager" "8.16.0"
3778-
"@typescript-eslint/types" "8.16.0"
3779-
"@typescript-eslint/typescript-estree" "8.16.0"
3780-
3781-
"@typescript-eslint/[email protected]":
3782-
version "8.8.0"
3783-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.0.tgz#bd8607e3a68c461b69169c7a5824637dc9e8b3f1"
3784-
integrity sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==
3708+
"@typescript-eslint/[email protected]":
3709+
version "8.17.0"
3710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
3711+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
37853712
dependencies:
37863713
"@eslint-community/eslint-utils" "^4.4.0"
3787-
"@typescript-eslint/scope-manager" "8.8.0"
3788-
"@typescript-eslint/types" "8.8.0"
3789-
"@typescript-eslint/typescript-estree" "8.8.0"
3714+
"@typescript-eslint/scope-manager" "8.17.0"
3715+
"@typescript-eslint/types" "8.17.0"
3716+
"@typescript-eslint/typescript-estree" "8.17.0"
37903717

37913718
"@typescript-eslint/[email protected]":
37923719
version "6.9.1"
@@ -3796,22 +3723,14 @@
37963723
"@typescript-eslint/types" "6.9.1"
37973724
eslint-visitor-keys "^3.4.1"
37983725

3799-
"@typescript-eslint/visitor-keys@8.16.0":
3800-
version "8.16.0"
3801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
3802-
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
3726+
"@typescript-eslint/visitor-keys@8.17.0":
3727+
version "8.17.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
3729+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
38033730
dependencies:
3804-
"@typescript-eslint/types" "8.16.0"
3731+
"@typescript-eslint/types" "8.17.0"
38053732
eslint-visitor-keys "^4.2.0"
38063733

3807-
"@typescript-eslint/[email protected]":
3808-
version "8.8.0"
3809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
3810-
integrity sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==
3811-
dependencies:
3812-
"@typescript-eslint/types" "8.8.0"
3813-
eslint-visitor-keys "^3.4.3"
3814-
38153734
"@ungap/structured-clone@^1.2.0":
38163735
version "1.2.0"
38173736
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)