Skip to content

Commit e6efed8

Browse files
chore(deps): update typescript-eslint monorepo to v8.14.0
1 parent 4e2664a commit e6efed8

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.14.0",
29+
"@typescript-eslint/parser": "8.14.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.14.0",
30+
"@typescript-eslint/parser": "8.14.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/[email protected]":
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==
3589-
dependencies:
3590-
"@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.13.0"
3602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.13.0.tgz#650c50b8c795b5d092189f139f6d00535b5b0f3d"
3603-
integrity sha512-nQtBLiZYMUPkclSeC3id+x4uVd1SGtHuElTxL++SfP47jR0zfkZBJHc+gL4qPsgTuypz0k8Y2GheaDYn6Gy3rg==
3585+
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.0.0":
3586+
version "8.14.0"
3587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc"
3588+
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==
36043589
dependencies:
36053590
"@eslint-community/regexpp" "^4.10.0"
3606-
"@typescript-eslint/scope-manager" "8.13.0"
3607-
"@typescript-eslint/type-utils" "8.13.0"
3608-
"@typescript-eslint/utils" "8.13.0"
3609-
"@typescript-eslint/visitor-keys" "8.13.0"
3591+
"@typescript-eslint/scope-manager" "8.14.0"
3592+
"@typescript-eslint/type-utils" "8.14.0"
3593+
"@typescript-eslint/utils" "8.14.0"
3594+
"@typescript-eslint/visitor-keys" "8.14.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.13.0"
3639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.13.0.tgz#ef76203b7cac515aa3ccc4f7ce5320dd61c46b29"
3640-
integrity sha512-w0xp+xGg8u/nONcGw1UXAr6cjCPU1w0XVyBs6Zqaj5eLmxkKQAByTdV/uGgNN5tVvN/kKpoQlP2cL7R+ajZZIQ==
3611+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3612+
version "8.14.0"
3613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8"
3614+
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==
36413615
dependencies:
3642-
"@typescript-eslint/scope-manager" "8.13.0"
3643-
"@typescript-eslint/types" "8.13.0"
3644-
"@typescript-eslint/typescript-estree" "8.13.0"
3645-
"@typescript-eslint/visitor-keys" "8.13.0"
3616+
"@typescript-eslint/scope-manager" "8.14.0"
3617+
"@typescript-eslint/types" "8.14.0"
3618+
"@typescript-eslint/typescript-estree" "8.14.0"
3619+
"@typescript-eslint/visitor-keys" "8.14.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.13.0"
3658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
3659-
integrity sha512-XsGWww0odcUT0gJoBZ1DeulY1+jkaHUciUq4jKNv4cpInbvvrtDoyBH9rE/n2V29wQJPk8iCH1wipra9BhmiMA==
3660-
dependencies:
3661-
"@typescript-eslint/types" "8.13.0"
3662-
"@typescript-eslint/visitor-keys" "8.13.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.14.0"
3632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373"
3633+
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==
36683634
dependencies:
3669-
"@typescript-eslint/types" "8.8.0"
3670-
"@typescript-eslint/visitor-keys" "8.8.0"
3635+
"@typescript-eslint/types" "8.14.0"
3636+
"@typescript-eslint/visitor-keys" "8.14.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.13.0"
3684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.13.0.tgz#8c8fa68490dcb9ae1687ffc7de8fbe23c26417bd"
3685-
integrity sha512-Rqnn6xXTR316fP4D2pohZenJnp+NwQ1mo7/JM+J1LWZENSLkJI8ID8QNtlvFeb0HnFSK94D6q0cnMX6SbE5/vA==
3686-
dependencies:
3687-
"@typescript-eslint/typescript-estree" "8.13.0"
3688-
"@typescript-eslint/utils" "8.13.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.14.0"
3650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d"
3651+
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==
36963652
dependencies:
3697-
"@typescript-eslint/typescript-estree" "8.8.0"
3698-
"@typescript-eslint/utils" "8.8.0"
3653+
"@typescript-eslint/typescript-estree" "8.14.0"
3654+
"@typescript-eslint/utils" "8.14.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.13.0"
3709-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.13.0.tgz#3f35dead2b2491a04339370dcbcd17bbdfc204d8"
3710-
integrity sha512-4cyFErJetFLckcThRUFdReWJjVsPCqyBlJTi6IDEpc1GWCIIZRFxVppjWLIMcQhNGhdWJJRYFHpHoDWvMlDzng==
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.14.0"
3665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
3666+
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
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/[email protected]":
3731-
version "8.13.0"
3732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
3733-
integrity sha512-v7SCIGmVsRK2Cy/LTLGN22uea6SaUIlpBcO/gnMGT/7zPtxp90bphcGf4fyrCQl3ZtiBKqVTG32hb668oIYy1g==
3734-
dependencies:
3735-
"@typescript-eslint/types" "8.13.0"
3736-
"@typescript-eslint/visitor-keys" "8.13.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==
3681+
"@typescript-eslint/[email protected]":
3682+
version "8.14.0"
3683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312"
3684+
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==
37483685
dependencies:
3749-
"@typescript-eslint/types" "8.8.0"
3750-
"@typescript-eslint/visitor-keys" "8.8.0"
3686+
"@typescript-eslint/types" "8.14.0"
3687+
"@typescript-eslint/visitor-keys" "8.14.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.13.0"
3773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.13.0.tgz#f6d40e8b5053dcaeabbd2e26463857abf27d62c0"
3774-
integrity sha512-A1EeYOND6Uv250nybnLZapeXpYMl8tkzYUxqmoKAWnI4sei3ihf2XdZVd+vVOmHGcp3t+P7yRrNsyyiXTvShFQ==
3775-
dependencies:
3776-
"@eslint-community/eslint-utils" "^4.4.0"
3777-
"@typescript-eslint/scope-manager" "8.13.0"
3778-
"@typescript-eslint/types" "8.13.0"
3779-
"@typescript-eslint/typescript-estree" "8.13.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.14.0"
3710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd"
3711+
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==
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.14.0"
3715+
"@typescript-eslint/types" "8.14.0"
3716+
"@typescript-eslint/typescript-estree" "8.14.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.13.0"
3801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.13.0.tgz#e97b0d92b266ef38a1faf40a74da289b66683a5b"
3802-
integrity sha512-7N/+lztJqH4Mrf0lb10R/CbI1EaAMMGyF5y0oJvFoAhafwgiRA7TXyd8TFn8FC8k5y2dTsYogg238qavRGNnlw==
3803-
dependencies:
3804-
"@typescript-eslint/types" "8.13.0"
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.14.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad"
3729+
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==
38113730
dependencies:
3812-
"@typescript-eslint/types" "8.8.0"
3731+
"@typescript-eslint/types" "8.14.0"
38133732
eslint-visitor-keys "^3.4.3"
38143733

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

0 commit comments

Comments
 (0)