Skip to content

Commit 4b9e7d8

Browse files
chore(deps): update typescript-eslint monorepo to v8.27.0
1 parent 73c5f2c commit 4b9e7d8

File tree

3 files changed

+54
-135
lines changed

3 files changed

+54
-135
lines changed

packages/mg-context/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@types/jest": "29.5.14",
2727
"@types/sinon": "17.0.3",
28-
"@typescript-eslint/eslint-plugin": "8.24.0",
29-
"@typescript-eslint/parser": "8.24.0",
28+
"@typescript-eslint/eslint-plugin": "8.27.0",
29+
"@typescript-eslint/parser": "8.27.0",
3030
"c8": "10.1.3",
3131
"eslint": "8.57.0",
3232
"jest": "29.7.0",

packages/mg-html-lexical/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@tryghost/listr-smart-renderer": "0.5.16",
2727
"@types/jest": "29.5.14",
2828
"@types/sinon": "17.0.3",
29-
"@typescript-eslint/eslint-plugin": "8.24.0",
30-
"@typescript-eslint/parser": "8.24.0",
29+
"@typescript-eslint/eslint-plugin": "8.27.0",
30+
"@typescript-eslint/parser": "8.27.0",
3131
"c8": "10.1.3",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",

yarn.lock

Lines changed: 50 additions & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,31 +3649,16 @@
36493649
semver "^7.5.4"
36503650
ts-api-utils "^1.0.1"
36513651

3652-
"@typescript-eslint/eslint-plugin@8.24.0":
3653-
version "8.24.0"
3654-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
3655-
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
3652+
"@typescript-eslint/eslint-plugin@8.27.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3653+
version "8.27.0"
3654+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72"
3655+
integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==
36563656
dependencies:
36573657
"@eslint-community/regexpp" "^4.10.0"
3658-
"@typescript-eslint/scope-manager" "8.24.0"
3659-
"@typescript-eslint/type-utils" "8.24.0"
3660-
"@typescript-eslint/utils" "8.24.0"
3661-
"@typescript-eslint/visitor-keys" "8.24.0"
3662-
graphemer "^1.4.0"
3663-
ignore "^5.3.1"
3664-
natural-compare "^1.4.0"
3665-
ts-api-utils "^2.0.1"
3666-
3667-
"@typescript-eslint/eslint-plugin@^8.0.0":
3668-
version "8.26.1"
3669-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
3670-
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
3671-
dependencies:
3672-
"@eslint-community/regexpp" "^4.10.0"
3673-
"@typescript-eslint/scope-manager" "8.26.1"
3674-
"@typescript-eslint/type-utils" "8.26.1"
3675-
"@typescript-eslint/utils" "8.26.1"
3676-
"@typescript-eslint/visitor-keys" "8.26.1"
3658+
"@typescript-eslint/scope-manager" "8.27.0"
3659+
"@typescript-eslint/type-utils" "8.27.0"
3660+
"@typescript-eslint/utils" "8.27.0"
3661+
"@typescript-eslint/visitor-keys" "8.27.0"
36773662
graphemer "^1.4.0"
36783663
ignore "^5.3.1"
36793664
natural-compare "^1.4.0"
@@ -3690,26 +3675,15 @@
36903675
"@typescript-eslint/visitor-keys" "6.9.1"
36913676
debug "^4.3.4"
36923677

3693-
"@typescript-eslint/[email protected]":
3694-
version "8.24.0"
3695-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
3696-
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
3697-
dependencies:
3698-
"@typescript-eslint/scope-manager" "8.24.0"
3699-
"@typescript-eslint/types" "8.24.0"
3700-
"@typescript-eslint/typescript-estree" "8.24.0"
3701-
"@typescript-eslint/visitor-keys" "8.24.0"
3702-
debug "^4.3.4"
3703-
3704-
"@typescript-eslint/parser@^8.0.0":
3705-
version "8.26.1"
3706-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
3707-
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
3678+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.0.0":
3679+
version "8.27.0"
3680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227"
3681+
integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA==
37083682
dependencies:
3709-
"@typescript-eslint/scope-manager" "8.26.1"
3710-
"@typescript-eslint/types" "8.26.1"
3711-
"@typescript-eslint/typescript-estree" "8.26.1"
3712-
"@typescript-eslint/visitor-keys" "8.26.1"
3683+
"@typescript-eslint/scope-manager" "8.27.0"
3684+
"@typescript-eslint/types" "8.27.0"
3685+
"@typescript-eslint/typescript-estree" "8.27.0"
3686+
"@typescript-eslint/visitor-keys" "8.27.0"
37133687
debug "^4.3.4"
37143688

37153689
"@typescript-eslint/[email protected]":
@@ -3720,21 +3694,13 @@
37203694
"@typescript-eslint/types" "6.9.1"
37213695
"@typescript-eslint/visitor-keys" "6.9.1"
37223696

3723-
"@typescript-eslint/[email protected]":
3724-
version "8.24.0"
3725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
3726-
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
3727-
dependencies:
3728-
"@typescript-eslint/types" "8.24.0"
3729-
"@typescript-eslint/visitor-keys" "8.24.0"
3730-
3731-
"@typescript-eslint/[email protected]":
3732-
version "8.26.1"
3733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
3734-
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
3697+
"@typescript-eslint/[email protected]":
3698+
version "8.27.0"
3699+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482"
3700+
integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==
37353701
dependencies:
3736-
"@typescript-eslint/types" "8.26.1"
3737-
"@typescript-eslint/visitor-keys" "8.26.1"
3702+
"@typescript-eslint/types" "8.27.0"
3703+
"@typescript-eslint/visitor-keys" "8.27.0"
37383704

37393705
"@typescript-eslint/[email protected]":
37403706
version "6.9.1"
@@ -3746,23 +3712,13 @@
37463712
debug "^4.3.4"
37473713
ts-api-utils "^1.0.1"
37483714

3749-
"@typescript-eslint/[email protected]":
3750-
version "8.24.0"
3751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
3752-
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
3753-
dependencies:
3754-
"@typescript-eslint/typescript-estree" "8.24.0"
3755-
"@typescript-eslint/utils" "8.24.0"
3756-
debug "^4.3.4"
3757-
ts-api-utils "^2.0.1"
3758-
3759-
"@typescript-eslint/[email protected]":
3760-
version "8.26.1"
3761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
3762-
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
3715+
"@typescript-eslint/[email protected]":
3716+
version "8.27.0"
3717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c"
3718+
integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==
37633719
dependencies:
3764-
"@typescript-eslint/typescript-estree" "8.26.1"
3765-
"@typescript-eslint/utils" "8.26.1"
3720+
"@typescript-eslint/typescript-estree" "8.27.0"
3721+
"@typescript-eslint/utils" "8.27.0"
37663722
debug "^4.3.4"
37673723
ts-api-utils "^2.0.1"
37683724

@@ -3771,15 +3727,10 @@
37713727
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
37723728
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
37733729

3774-
"@typescript-eslint/[email protected]":
3775-
version "8.24.0"
3776-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
3777-
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
3778-
3779-
"@typescript-eslint/[email protected]":
3780-
version "8.26.1"
3781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
3782-
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
3730+
"@typescript-eslint/[email protected]":
3731+
version "8.27.0"
3732+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa"
3733+
integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==
37833734

37843735
"@typescript-eslint/[email protected]":
37853736
version "6.9.1"
@@ -3794,27 +3745,13 @@
37943745
semver "^7.5.4"
37953746
ts-api-utils "^1.0.1"
37963747

3797-
"@typescript-eslint/typescript-estree@8.24.0":
3798-
version "8.24.0"
3799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
3800-
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
3748+
"@typescript-eslint/typescript-estree@8.27.0":
3749+
version "8.27.0"
3750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a"
3751+
integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==
38013752
dependencies:
3802-
"@typescript-eslint/types" "8.24.0"
3803-
"@typescript-eslint/visitor-keys" "8.24.0"
3804-
debug "^4.3.4"
3805-
fast-glob "^3.3.2"
3806-
is-glob "^4.0.3"
3807-
minimatch "^9.0.4"
3808-
semver "^7.6.0"
3809-
ts-api-utils "^2.0.1"
3810-
3811-
"@typescript-eslint/[email protected]":
3812-
version "8.26.1"
3813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
3814-
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
3815-
dependencies:
3816-
"@typescript-eslint/types" "8.26.1"
3817-
"@typescript-eslint/visitor-keys" "8.26.1"
3753+
"@typescript-eslint/types" "8.27.0"
3754+
"@typescript-eslint/visitor-keys" "8.27.0"
38183755
debug "^4.3.4"
38193756
fast-glob "^3.3.2"
38203757
is-glob "^4.0.3"
@@ -3835,25 +3772,15 @@
38353772
"@typescript-eslint/typescript-estree" "6.9.1"
38363773
semver "^7.5.4"
38373774

3838-
"@typescript-eslint/[email protected]":
3839-
version "8.24.0"
3840-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
3841-
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
3842-
dependencies:
3843-
"@eslint-community/eslint-utils" "^4.4.0"
3844-
"@typescript-eslint/scope-manager" "8.24.0"
3845-
"@typescript-eslint/types" "8.24.0"
3846-
"@typescript-eslint/typescript-estree" "8.24.0"
3847-
3848-
"@typescript-eslint/[email protected]":
3849-
version "8.26.1"
3850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
3851-
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
3775+
"@typescript-eslint/[email protected]":
3776+
version "8.27.0"
3777+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d"
3778+
integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==
38523779
dependencies:
38533780
"@eslint-community/eslint-utils" "^4.4.0"
3854-
"@typescript-eslint/scope-manager" "8.26.1"
3855-
"@typescript-eslint/types" "8.26.1"
3856-
"@typescript-eslint/typescript-estree" "8.26.1"
3781+
"@typescript-eslint/scope-manager" "8.27.0"
3782+
"@typescript-eslint/types" "8.27.0"
3783+
"@typescript-eslint/typescript-estree" "8.27.0"
38573784

38583785
"@typescript-eslint/[email protected]":
38593786
version "6.9.1"
@@ -3863,20 +3790,12 @@
38633790
"@typescript-eslint/types" "6.9.1"
38643791
eslint-visitor-keys "^3.4.1"
38653792

3866-
"@typescript-eslint/[email protected]":
3867-
version "8.24.0"
3868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
3869-
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
3870-
dependencies:
3871-
"@typescript-eslint/types" "8.24.0"
3872-
eslint-visitor-keys "^4.2.0"
3873-
3874-
"@typescript-eslint/[email protected]":
3875-
version "8.26.1"
3876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
3877-
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
3793+
"@typescript-eslint/[email protected]":
3794+
version "8.27.0"
3795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334"
3796+
integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==
38783797
dependencies:
3879-
"@typescript-eslint/types" "8.26.1"
3798+
"@typescript-eslint/types" "8.27.0"
38803799
eslint-visitor-keys "^4.2.0"
38813800

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

0 commit comments

Comments
 (0)