Skip to content

Commit 3ee88ac

Browse files
committed
Update typescript-eslint monorepo to v5.59.8
1 parent cbec0f8 commit 3ee88ac

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.1",
5454
"@types/node": "^20.1.3",
55-
"@typescript-eslint/eslint-plugin": "5.59.7",
56-
"@typescript-eslint/parser": "5.59.7",
55+
"@typescript-eslint/eslint-plugin": "5.59.8",
56+
"@typescript-eslint/parser": "5.59.8",
5757
"eslint": "8.41.0",
5858
"jest": "29.5.0",
5959
"myzod": "1.10.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,88 +1843,88 @@
18431843
dependencies:
18441844
"@types/yargs-parser" "*"
18451845

1846-
"@typescript-eslint/[email protected].7":
1847-
version "5.59.7"
1848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
1849-
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
1846+
"@typescript-eslint/[email protected].8":
1847+
version "5.59.8"
1848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz#1e7a3e5318ece22251dfbc5c9c6feeb4793cc509"
1849+
integrity sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==
18501850
dependencies:
18511851
"@eslint-community/regexpp" "^4.4.0"
1852-
"@typescript-eslint/scope-manager" "5.59.7"
1853-
"@typescript-eslint/type-utils" "5.59.7"
1854-
"@typescript-eslint/utils" "5.59.7"
1852+
"@typescript-eslint/scope-manager" "5.59.8"
1853+
"@typescript-eslint/type-utils" "5.59.8"
1854+
"@typescript-eslint/utils" "5.59.8"
18551855
debug "^4.3.4"
18561856
grapheme-splitter "^1.0.4"
18571857
ignore "^5.2.0"
18581858
natural-compare-lite "^1.4.0"
18591859
semver "^7.3.7"
18601860
tsutils "^3.21.0"
18611861

1862-
"@typescript-eslint/[email protected].7":
1863-
version "5.59.7"
1864-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
1865-
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
1862+
"@typescript-eslint/[email protected].8":
1863+
version "5.59.8"
1864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
1865+
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
18661866
dependencies:
1867-
"@typescript-eslint/scope-manager" "5.59.7"
1868-
"@typescript-eslint/types" "5.59.7"
1869-
"@typescript-eslint/typescript-estree" "5.59.7"
1867+
"@typescript-eslint/scope-manager" "5.59.8"
1868+
"@typescript-eslint/types" "5.59.8"
1869+
"@typescript-eslint/typescript-estree" "5.59.8"
18701870
debug "^4.3.4"
18711871

1872-
"@typescript-eslint/[email protected].7":
1873-
version "5.59.7"
1874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
1875-
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
1872+
"@typescript-eslint/[email protected].8":
1873+
version "5.59.8"
1874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz#ff4ad4fec6433647b817c4a7d4b4165d18ea2fa8"
1875+
integrity sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==
18761876
dependencies:
1877-
"@typescript-eslint/types" "5.59.7"
1878-
"@typescript-eslint/visitor-keys" "5.59.7"
1877+
"@typescript-eslint/types" "5.59.8"
1878+
"@typescript-eslint/visitor-keys" "5.59.8"
18791879

1880-
"@typescript-eslint/[email protected].7":
1881-
version "5.59.7"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
1883-
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
1880+
"@typescript-eslint/[email protected].8":
1881+
version "5.59.8"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
1883+
integrity sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==
18841884
dependencies:
1885-
"@typescript-eslint/typescript-estree" "5.59.7"
1886-
"@typescript-eslint/utils" "5.59.7"
1885+
"@typescript-eslint/typescript-estree" "5.59.8"
1886+
"@typescript-eslint/utils" "5.59.8"
18871887
debug "^4.3.4"
18881888
tsutils "^3.21.0"
18891889

1890-
"@typescript-eslint/[email protected].7":
1891-
version "5.59.7"
1892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
1893-
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
1890+
"@typescript-eslint/[email protected].8":
1891+
version "5.59.8"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
1893+
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
18941894

1895-
"@typescript-eslint/[email protected].7":
1896-
version "5.59.7"
1897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
1898-
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
1895+
"@typescript-eslint/[email protected].8":
1896+
version "5.59.8"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
1898+
integrity sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==
18991899
dependencies:
1900-
"@typescript-eslint/types" "5.59.7"
1901-
"@typescript-eslint/visitor-keys" "5.59.7"
1900+
"@typescript-eslint/types" "5.59.8"
1901+
"@typescript-eslint/visitor-keys" "5.59.8"
19021902
debug "^4.3.4"
19031903
globby "^11.1.0"
19041904
is-glob "^4.0.3"
19051905
semver "^7.3.7"
19061906
tsutils "^3.21.0"
19071907

1908-
"@typescript-eslint/[email protected].7":
1909-
version "5.59.7"
1910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
1911-
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
1908+
"@typescript-eslint/[email protected].8":
1909+
version "5.59.8"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
1911+
integrity sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==
19121912
dependencies:
19131913
"@eslint-community/eslint-utils" "^4.2.0"
19141914
"@types/json-schema" "^7.0.9"
19151915
"@types/semver" "^7.3.12"
1916-
"@typescript-eslint/scope-manager" "5.59.7"
1917-
"@typescript-eslint/types" "5.59.7"
1918-
"@typescript-eslint/typescript-estree" "5.59.7"
1916+
"@typescript-eslint/scope-manager" "5.59.8"
1917+
"@typescript-eslint/types" "5.59.8"
1918+
"@typescript-eslint/typescript-estree" "5.59.8"
19191919
eslint-scope "^5.1.1"
19201920
semver "^7.3.7"
19211921

1922-
"@typescript-eslint/[email protected].7":
1923-
version "5.59.7"
1924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
1925-
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
1922+
"@typescript-eslint/[email protected].8":
1923+
version "5.59.8"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz#aa6a7ef862add919401470c09e1609392ef3cc40"
1925+
integrity sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==
19261926
dependencies:
1927-
"@typescript-eslint/types" "5.59.7"
1927+
"@typescript-eslint/types" "5.59.8"
19281928
eslint-visitor-keys "^3.3.0"
19291929

19301930
"@whatwg-node/events@^0.0.2":

0 commit comments

Comments
 (0)