Skip to content

Commit ec54eb8

Browse files
chore(deps): update typescript-eslint monorepo to v8.13.0
1 parent 032a424 commit ec54eb8

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.13.0",
29+
"@typescript-eslint/parser": "8.13.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.13.0",
30+
"@typescript-eslint/parser": "8.13.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.13.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3586+
version "8.13.0"
3587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d"
3588+
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==
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.12.2"
3602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1"
3603-
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==
3604-
dependencies:
3605-
"@eslint-community/regexpp" "^4.10.0"
3606-
"@typescript-eslint/scope-manager" "8.12.2"
3607-
"@typescript-eslint/type-utils" "8.12.2"
3608-
"@typescript-eslint/utils" "8.12.2"
3609-
"@typescript-eslint/visitor-keys" "8.12.2"
3591+
"@typescript-eslint/scope-manager" "8.13.0"
3592+
"@typescript-eslint/type-utils" "8.13.0"
3593+
"@typescript-eslint/utils" "8.13.0"
3594+
"@typescript-eslint/visitor-keys" "8.13.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.12.2"
3639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2"
3640-
integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==
3611+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3612+
version "8.13.0"
3613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29"
3614+
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==
36413615
dependencies:
3642-
"@typescript-eslint/scope-manager" "8.12.2"
3643-
"@typescript-eslint/types" "8.12.2"
3644-
"@typescript-eslint/typescript-estree" "8.12.2"
3645-
"@typescript-eslint/visitor-keys" "8.12.2"
3616+
"@typescript-eslint/scope-manager" "8.13.0"
3617+
"@typescript-eslint/types" "8.13.0"
3618+
"@typescript-eslint/typescript-estree" "8.13.0"
3619+
"@typescript-eslint/visitor-keys" "8.13.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.12.2"
3658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a"
3659-
integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==
3660-
dependencies:
3661-
"@typescript-eslint/types" "8.12.2"
3662-
"@typescript-eslint/visitor-keys" "8.12.2"
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.13.0"
3632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
3633+
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
36683634
dependencies:
3669-
"@typescript-eslint/types" "8.8.0"
3670-
"@typescript-eslint/visitor-keys" "8.8.0"
3635+
"@typescript-eslint/types" "8.13.0"
3636+
"@typescript-eslint/visitor-keys" "8.13.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.12.2"
3684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016"
3685-
integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==
3686-
dependencies:
3687-
"@typescript-eslint/typescript-estree" "8.12.2"
3688-
"@typescript-eslint/utils" "8.12.2"
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.13.0"
3650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd"
3651+
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==
36963652
dependencies:
3697-
"@typescript-eslint/typescript-estree" "8.8.0"
3698-
"@typescript-eslint/utils" "8.8.0"
3653+
"@typescript-eslint/typescript-estree" "8.13.0"
3654+
"@typescript-eslint/utils" "8.13.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.12.2"
3709-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
3710-
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==
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.13.0"
3665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
3666+
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
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.12.2":
3731-
version "8.12.2"
3732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5"
3733-
integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==
3681+
"@typescript-eslint/typescript-estree@8.13.0":
3682+
version "8.13.0"
3683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
3684+
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
37343685
dependencies:
3735-
"@typescript-eslint/types" "8.12.2"
3736-
"@typescript-eslint/visitor-keys" "8.12.2"
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.13.0"
3687+
"@typescript-eslint/visitor-keys" "8.13.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.12.2"
3773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
3774-
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==
3775-
dependencies:
3776-
"@eslint-community/eslint-utils" "^4.4.0"
3777-
"@typescript-eslint/scope-manager" "8.12.2"
3778-
"@typescript-eslint/types" "8.12.2"
3779-
"@typescript-eslint/typescript-estree" "8.12.2"
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.13.0"
3710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
3711+
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
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.13.0"
3715+
"@typescript-eslint/types" "8.13.0"
3716+
"@typescript-eslint/typescript-estree" "8.13.0"
37903717

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

3799-
"@typescript-eslint/[email protected]":
3800-
version "8.12.2"
3801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38"
3802-
integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==
3803-
dependencies:
3804-
"@typescript-eslint/types" "8.12.2"
3805-
eslint-visitor-keys "^3.4.3"
3806-
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==
3726+
"@typescript-eslint/[email protected]":
3727+
version "8.13.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
3729+
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
38113730
dependencies:
3812-
"@typescript-eslint/types" "8.8.0"
3731+
"@typescript-eslint/types" "8.13.0"
38133732
eslint-visitor-keys "^3.4.3"
38143733

38153734
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)