Skip to content

Commit a86f70f

Browse files
chore(deps): update typescript-eslint monorepo to v8.16.0
1 parent d7f30fb commit a86f70f

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.16.0",
29+
"@typescript-eslint/parser": "8.16.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.16.0",
30+
"@typescript-eslint/parser": "8.16.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.16.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3586+
version "8.16.0"
3587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6"
3588+
integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q==
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.15.0"
3602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
3603-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
3604-
dependencies:
3605-
"@eslint-community/regexpp" "^4.10.0"
3606-
"@typescript-eslint/scope-manager" "8.15.0"
3607-
"@typescript-eslint/type-utils" "8.15.0"
3608-
"@typescript-eslint/utils" "8.15.0"
3609-
"@typescript-eslint/visitor-keys" "8.15.0"
3591+
"@typescript-eslint/scope-manager" "8.16.0"
3592+
"@typescript-eslint/type-utils" "8.16.0"
3593+
"@typescript-eslint/utils" "8.16.0"
3594+
"@typescript-eslint/visitor-keys" "8.16.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.15.0"
3639-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
3640-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
3611+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3612+
version "8.16.0"
3613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06"
3614+
integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w==
36413615
dependencies:
3642-
"@typescript-eslint/scope-manager" "8.15.0"
3643-
"@typescript-eslint/types" "8.15.0"
3644-
"@typescript-eslint/typescript-estree" "8.15.0"
3645-
"@typescript-eslint/visitor-keys" "8.15.0"
3616+
"@typescript-eslint/scope-manager" "8.16.0"
3617+
"@typescript-eslint/types" "8.16.0"
3618+
"@typescript-eslint/typescript-estree" "8.16.0"
3619+
"@typescript-eslint/visitor-keys" "8.16.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.15.0"
3658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
3659-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
3660-
dependencies:
3661-
"@typescript-eslint/types" "8.15.0"
3662-
"@typescript-eslint/visitor-keys" "8.15.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.16.0"
3632+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905"
3633+
integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg==
36683634
dependencies:
3669-
"@typescript-eslint/types" "8.8.0"
3670-
"@typescript-eslint/visitor-keys" "8.8.0"
3635+
"@typescript-eslint/types" "8.16.0"
3636+
"@typescript-eslint/visitor-keys" "8.16.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.15.0"
3684-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
3685-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
3686-
dependencies:
3687-
"@typescript-eslint/typescript-estree" "8.15.0"
3688-
"@typescript-eslint/utils" "8.15.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.16.0"
3650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740"
3651+
integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg==
36963652
dependencies:
3697-
"@typescript-eslint/typescript-estree" "8.8.0"
3698-
"@typescript-eslint/utils" "8.8.0"
3653+
"@typescript-eslint/typescript-estree" "8.16.0"
3654+
"@typescript-eslint/utils" "8.16.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.15.0"
3709-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
3710-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
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.16.0"
3665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737"
3666+
integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ==
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.15.0":
3731-
version "8.15.0"
3732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
3733-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
3681+
"@typescript-eslint/typescript-estree@8.16.0":
3682+
version "8.16.0"
3683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c"
3684+
integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw==
37343685
dependencies:
3735-
"@typescript-eslint/types" "8.15.0"
3736-
"@typescript-eslint/visitor-keys" "8.15.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.16.0"
3687+
"@typescript-eslint/visitor-keys" "8.16.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.15.0"
3773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
3774-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
3775-
dependencies:
3776-
"@eslint-community/eslint-utils" "^4.4.0"
3777-
"@typescript-eslint/scope-manager" "8.15.0"
3778-
"@typescript-eslint/types" "8.15.0"
3779-
"@typescript-eslint/typescript-estree" "8.15.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.16.0"
3710+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3"
3711+
integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA==
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.16.0"
3715+
"@typescript-eslint/types" "8.16.0"
3716+
"@typescript-eslint/typescript-estree" "8.16.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.15.0":
3800-
version "8.15.0"
3801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
3802-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
3726+
"@typescript-eslint/visitor-keys@8.16.0":
3727+
version "8.16.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705"
3729+
integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ==
38033730
dependencies:
3804-
"@typescript-eslint/types" "8.15.0"
3731+
"@typescript-eslint/types" "8.16.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)