Skip to content

Commit 8a42519

Browse files
chore(deps): update typescript-eslint monorepo to v8.9.0
1 parent 4c7f00d commit 8a42519

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

packages/mg-context/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@tryghost/listr-smart-renderer": "0.5.15",
2929
"@types/jest": "29.5.12",
3030
"@types/sinon": "17.0.3",
31-
"@typescript-eslint/eslint-plugin": "8.8.0",
32-
"@typescript-eslint/parser": "8.8.0",
31+
"@typescript-eslint/eslint-plugin": "8.9.0",
32+
"@typescript-eslint/parser": "8.9.0",
3333
"c8": "10.1.2",
3434
"eslint": "8.57.0",
3535
"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.9.0",
30+
"@typescript-eslint/parser": "8.9.0",
3131
"c8": "10.1.2",
3232
"eslint": "8.57.0",
3333
"jest": "29.7.0",

yarn.lock

+50-50
Original file line numberDiff line numberDiff line change
@@ -3600,16 +3600,16 @@
36003600
semver "^7.5.4"
36013601
ts-api-utils "^1.0.1"
36023602

3603-
"@typescript-eslint/eslint-plugin@8.8.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3604-
version "8.8.0"
3605-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.0.tgz#b2b02a5447cdc885950eb256b3b8a97b92031bd3"
3606-
integrity sha512-wORFWjU30B2WJ/aXBfOm1LX9v9nyt9D3jsSOxC3cCaTQGCW5k4jNpmjFv3U7p/7s4yvdjHzwtv2Sd2dOyhjS0A==
3603+
"@typescript-eslint/eslint-plugin@8.9.0", "@typescript-eslint/eslint-plugin@^8.0.0":
3604+
version "8.9.0"
3605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.9.0.tgz#bf0b25305b0bf014b4b194a6919103d7ac2a7907"
3606+
integrity sha512-Y1n621OCy4m7/vTXNlCbMVp87zSd7NH0L9cXD8aIpOaNlzeWxIK4+Q19A68gSmTNRZn92UjocVUWDthGxtqHFg==
36073607
dependencies:
36083608
"@eslint-community/regexpp" "^4.10.0"
3609-
"@typescript-eslint/scope-manager" "8.8.0"
3610-
"@typescript-eslint/type-utils" "8.8.0"
3611-
"@typescript-eslint/utils" "8.8.0"
3612-
"@typescript-eslint/visitor-keys" "8.8.0"
3609+
"@typescript-eslint/scope-manager" "8.9.0"
3610+
"@typescript-eslint/type-utils" "8.9.0"
3611+
"@typescript-eslint/utils" "8.9.0"
3612+
"@typescript-eslint/visitor-keys" "8.9.0"
36133613
graphemer "^1.4.0"
36143614
ignore "^5.3.1"
36153615
natural-compare "^1.4.0"
@@ -3626,15 +3626,15 @@
36263626
"@typescript-eslint/visitor-keys" "6.9.1"
36273627
debug "^4.3.4"
36283628

3629-
"@typescript-eslint/parser@8.8.0", "@typescript-eslint/parser@^8.0.0":
3630-
version "8.8.0"
3631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.0.tgz#ee4397c70230c4eee030456924c0fba480072f5e"
3632-
integrity sha512-uEFUsgR+tl8GmzmLjRqz+VrDv4eoaMqMXW7ruXfgThaAShO9JTciKpEsB+TvnfFfbg5IpujgMXVV36gOJRLtZg==
3629+
"@typescript-eslint/parser@8.9.0", "@typescript-eslint/parser@^8.0.0":
3630+
version "8.9.0"
3631+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.9.0.tgz#0cecda6def8aef95d7c7098359c0fda5a362d6ad"
3632+
integrity sha512-U+BLn2rqTTHnc4FL3FJjxaXptTxmf9sNftJK62XLz4+GxG3hLHm/SUNaaXP5Y4uTiuYoL5YLy4JBCJe3+t8awQ==
36333633
dependencies:
3634-
"@typescript-eslint/scope-manager" "8.8.0"
3635-
"@typescript-eslint/types" "8.8.0"
3636-
"@typescript-eslint/typescript-estree" "8.8.0"
3637-
"@typescript-eslint/visitor-keys" "8.8.0"
3634+
"@typescript-eslint/scope-manager" "8.9.0"
3635+
"@typescript-eslint/types" "8.9.0"
3636+
"@typescript-eslint/typescript-estree" "8.9.0"
3637+
"@typescript-eslint/visitor-keys" "8.9.0"
36383638
debug "^4.3.4"
36393639

36403640
"@typescript-eslint/[email protected]":
@@ -3645,13 +3645,13 @@
36453645
"@typescript-eslint/types" "6.9.1"
36463646
"@typescript-eslint/visitor-keys" "6.9.1"
36473647

3648-
"@typescript-eslint/scope-manager@8.8.0":
3649-
version "8.8.0"
3650-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.0.tgz#30b23a6ae5708bd7882e40675ef2f1b2beac741f"
3651-
integrity sha512-EL8eaGC6gx3jDd8GwEFEV091210U97J0jeEHrAYvIYosmEGet4wJ+g0SYmLu+oRiAwbSA5AVrt6DxLHfdd+bUg==
3648+
"@typescript-eslint/scope-manager@8.9.0":
3649+
version "8.9.0"
3650+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.9.0.tgz#c98fef0c4a82a484e6a1eb610a55b154d14d46f3"
3651+
integrity sha512-bZu9bUud9ym1cabmOYH9S6TnbWRzpklVmwqICeOulTCZ9ue2/pczWzQvt/cGj2r2o1RdKoZbuEMalJJSYw3pHQ==
36523652
dependencies:
3653-
"@typescript-eslint/types" "8.8.0"
3654-
"@typescript-eslint/visitor-keys" "8.8.0"
3653+
"@typescript-eslint/types" "8.9.0"
3654+
"@typescript-eslint/visitor-keys" "8.9.0"
36553655

36563656
"@typescript-eslint/[email protected]":
36573657
version "6.9.1"
@@ -3663,13 +3663,13 @@
36633663
debug "^4.3.4"
36643664
ts-api-utils "^1.0.1"
36653665

3666-
"@typescript-eslint/type-utils@8.8.0":
3667-
version "8.8.0"
3668-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.0.tgz#a0ca1c8a90d94b101176a169d7a0958187408d33"
3669-
integrity sha512-IKwJSS7bCqyCeG4NVGxnOP6lLT9Okc3Zj8hLO96bpMkJab+10HIfJbMouLrlpyOr3yrQ1cA413YPFiGd1mW9/Q==
3666+
"@typescript-eslint/type-utils@8.9.0":
3667+
version "8.9.0"
3668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.9.0.tgz#aa86da3e4555fe7c8b42ab75e13561c4b5a8dfeb"
3669+
integrity sha512-JD+/pCqlKqAk5961vxCluK+clkppHY07IbV3vett97KOV+8C6l+CPEPwpUuiMwgbOz/qrN3Ke4zzjqbT+ls+1Q==
36703670
dependencies:
3671-
"@typescript-eslint/typescript-estree" "8.8.0"
3672-
"@typescript-eslint/utils" "8.8.0"
3671+
"@typescript-eslint/typescript-estree" "8.9.0"
3672+
"@typescript-eslint/utils" "8.9.0"
36733673
debug "^4.3.4"
36743674
ts-api-utils "^1.3.0"
36753675

@@ -3678,10 +3678,10 @@
36783678
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
36793679
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
36803680

3681-
"@typescript-eslint/types@8.8.0":
3682-
version "8.8.0"
3683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.0.tgz#08ea5df6c01984d456056434641491fbf7a1bf43"
3684-
integrity sha512-QJwc50hRCgBd/k12sTykOJbESe1RrzmX6COk8Y525C9l7oweZ+1lw9JiU56im7Amm8swlz00DRIlxMYLizr2Vw==
3681+
"@typescript-eslint/types@8.9.0":
3682+
version "8.9.0"
3683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.9.0.tgz#b733af07fb340b32e962c6c63b1062aec2dc0fe6"
3684+
integrity sha512-SjgkvdYyt1FAPhU9c6FiYCXrldwYYlIQLkuc+LfAhCna6ggp96ACncdtlbn8FmnG72tUkXclrDExOpEYf1nfJQ==
36853685

36863686
"@typescript-eslint/[email protected]":
36873687
version "6.9.1"
@@ -3696,13 +3696,13 @@
36963696
semver "^7.5.4"
36973697
ts-api-utils "^1.0.1"
36983698

3699-
"@typescript-eslint/typescript-estree@8.8.0":
3700-
version "8.8.0"
3701-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.0.tgz#072eaab97fdb63513fabfe1cf271812affe779e3"
3702-
integrity sha512-ZaMJwc/0ckLz5DaAZ+pNLmHv8AMVGtfWxZe/x2JVEkD5LnmhWiQMMcYT7IY7gkdJuzJ9P14fRy28lUrlDSWYdw==
3699+
"@typescript-eslint/typescript-estree@8.9.0":
3700+
version "8.9.0"
3701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.9.0.tgz#1714f167e9063062dc0df49c1d25afcbc7a96199"
3702+
integrity sha512-9iJYTgKLDG6+iqegehc5+EqE6sqaee7kb8vWpmHZ86EqwDjmlqNNHeqDVqb9duh+BY6WCNHfIGvuVU3Tf9Db0g==
37033703
dependencies:
3704-
"@typescript-eslint/types" "8.8.0"
3705-
"@typescript-eslint/visitor-keys" "8.8.0"
3704+
"@typescript-eslint/types" "8.9.0"
3705+
"@typescript-eslint/visitor-keys" "8.9.0"
37063706
debug "^4.3.4"
37073707
fast-glob "^3.3.2"
37083708
is-glob "^4.0.3"
@@ -3723,15 +3723,15 @@
37233723
"@typescript-eslint/typescript-estree" "6.9.1"
37243724
semver "^7.5.4"
37253725

3726-
"@typescript-eslint/utils@8.8.0":
3727-
version "8.8.0"
3728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.0.tgz#bd8607e3a68c461b69169c7a5824637dc9e8b3f1"
3729-
integrity sha512-QE2MgfOTem00qrlPgyByaCHay9yb1+9BjnMFnSFkUKQfu7adBXDTnCAivURnuPPAG/qiB+kzKkZKmKfaMT0zVg==
3726+
"@typescript-eslint/utils@8.9.0":
3727+
version "8.9.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.9.0.tgz#748bbe3ea5bee526d9786d9405cf1b0df081c299"
3729+
integrity sha512-PKgMmaSo/Yg/F7kIZvrgrWa1+Vwn036CdNUvYFEkYbPwOH4i8xvkaRlu148W3vtheWK9ckKRIz7PBP5oUlkrvQ==
37303730
dependencies:
37313731
"@eslint-community/eslint-utils" "^4.4.0"
3732-
"@typescript-eslint/scope-manager" "8.8.0"
3733-
"@typescript-eslint/types" "8.8.0"
3734-
"@typescript-eslint/typescript-estree" "8.8.0"
3732+
"@typescript-eslint/scope-manager" "8.9.0"
3733+
"@typescript-eslint/types" "8.9.0"
3734+
"@typescript-eslint/typescript-estree" "8.9.0"
37353735

37363736
"@typescript-eslint/[email protected]":
37373737
version "6.9.1"
@@ -3741,12 +3741,12 @@
37413741
"@typescript-eslint/types" "6.9.1"
37423742
eslint-visitor-keys "^3.4.1"
37433743

3744-
"@typescript-eslint/visitor-keys@8.8.0":
3745-
version "8.8.0"
3746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.0.tgz#f93965abd38c82a1a1f5574290a50d02daf1cd2e"
3747-
integrity sha512-8mq51Lx6Hpmd7HnA2fcHQo3YgfX1qbccxQOgZcb4tvasu//zXRaA1j5ZRFeCw/VRAdFi4mRM9DnZw0Nu0Q2d1g==
3744+
"@typescript-eslint/visitor-keys@8.9.0":
3745+
version "8.9.0"
3746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.9.0.tgz#5f11f4d9db913f37da42776893ffe0dd1ae78f78"
3747+
integrity sha512-Ht4y38ubk4L5/U8xKUBfKNYGmvKvA1CANoxiTRMM+tOLk3lbF3DvzZCxJCRSE+2GdCMSh6zq9VZJc3asc1XuAA==
37483748
dependencies:
3749-
"@typescript-eslint/types" "8.8.0"
3749+
"@typescript-eslint/types" "8.9.0"
37503750
eslint-visitor-keys "^3.4.3"
37513751

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

0 commit comments

Comments
 (0)