Skip to content

Commit b2f8df8

Browse files
committed
Update typescript-eslint monorepo to v5.59.1
1 parent 2c6e7ad commit b2f8df8

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
@@ -51,8 +51,8 @@
5151
"@graphql-codegen/typescript": "^3.0.0",
5252
"@tsconfig/recommended": "1.0.2",
5353
"@types/jest": "29.5.1",
54-
"@typescript-eslint/eslint-plugin": "5.59.0",
55-
"@typescript-eslint/parser": "5.59.0",
54+
"@typescript-eslint/eslint-plugin": "5.59.1",
55+
"@typescript-eslint/parser": "5.59.1",
5656
"eslint": "8.39.0",
5757
"jest": "29.5.0",
5858
"myzod": "1.10.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,88 +2098,88 @@
20982098
dependencies:
20992099
"@types/yargs-parser" "*"
21002100

2101-
"@typescript-eslint/[email protected].0":
2102-
version "5.59.0"
2103-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
2104-
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
2101+
"@typescript-eslint/[email protected].1":
2102+
version "5.59.1"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.1.tgz#9b09ee1541bff1d2cebdcb87e7ce4a4003acde08"
2104+
integrity sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==
21052105
dependencies:
21062106
"@eslint-community/regexpp" "^4.4.0"
2107-
"@typescript-eslint/scope-manager" "5.59.0"
2108-
"@typescript-eslint/type-utils" "5.59.0"
2109-
"@typescript-eslint/utils" "5.59.0"
2107+
"@typescript-eslint/scope-manager" "5.59.1"
2108+
"@typescript-eslint/type-utils" "5.59.1"
2109+
"@typescript-eslint/utils" "5.59.1"
21102110
debug "^4.3.4"
21112111
grapheme-splitter "^1.0.4"
21122112
ignore "^5.2.0"
21132113
natural-compare-lite "^1.4.0"
21142114
semver "^7.3.7"
21152115
tsutils "^3.21.0"
21162116

2117-
"@typescript-eslint/[email protected].0":
2118-
version "5.59.0"
2119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
2120-
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
2117+
"@typescript-eslint/[email protected].1":
2118+
version "5.59.1"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.1.tgz#73c2c12127c5c1182d2e5b71a8fa2a85d215cbb4"
2120+
integrity sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==
21212121
dependencies:
2122-
"@typescript-eslint/scope-manager" "5.59.0"
2123-
"@typescript-eslint/types" "5.59.0"
2124-
"@typescript-eslint/typescript-estree" "5.59.0"
2122+
"@typescript-eslint/scope-manager" "5.59.1"
2123+
"@typescript-eslint/types" "5.59.1"
2124+
"@typescript-eslint/typescript-estree" "5.59.1"
21252125
debug "^4.3.4"
21262126

2127-
"@typescript-eslint/[email protected].0":
2128-
version "5.59.0"
2129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
2130-
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
2127+
"@typescript-eslint/[email protected].1":
2128+
version "5.59.1"
2129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.1.tgz#8a20222719cebc5198618a5d44113705b51fd7fe"
2130+
integrity sha512-mau0waO5frJctPuAzcxiNWqJR5Z8V0190FTSqRw1Q4Euop6+zTwHAf8YIXNwDOT29tyUDrQ65jSg9aTU/H0omA==
21312131
dependencies:
2132-
"@typescript-eslint/types" "5.59.0"
2133-
"@typescript-eslint/visitor-keys" "5.59.0"
2132+
"@typescript-eslint/types" "5.59.1"
2133+
"@typescript-eslint/visitor-keys" "5.59.1"
21342134

2135-
"@typescript-eslint/[email protected].0":
2136-
version "5.59.0"
2137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
2138-
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
2135+
"@typescript-eslint/[email protected].1":
2136+
version "5.59.1"
2137+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.1.tgz#63981d61684fd24eda2f9f08c0a47ecb000a2111"
2138+
integrity sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==
21392139
dependencies:
2140-
"@typescript-eslint/typescript-estree" "5.59.0"
2141-
"@typescript-eslint/utils" "5.59.0"
2140+
"@typescript-eslint/typescript-estree" "5.59.1"
2141+
"@typescript-eslint/utils" "5.59.1"
21422142
debug "^4.3.4"
21432143
tsutils "^3.21.0"
21442144

2145-
"@typescript-eslint/[email protected].0":
2146-
version "5.59.0"
2147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
2148-
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
2145+
"@typescript-eslint/[email protected].1":
2146+
version "5.59.1"
2147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.1.tgz#03f3fedd1c044cb336ebc34cc7855f121991f41d"
2148+
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
21492149

2150-
"@typescript-eslint/[email protected].0":
2151-
version "5.59.0"
2152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
2153-
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
2150+
"@typescript-eslint/[email protected].1":
2151+
version "5.59.1"
2152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.1.tgz#4aa546d27fd0d477c618f0ca00b483f0ec84c43c"
2153+
integrity sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==
21542154
dependencies:
2155-
"@typescript-eslint/types" "5.59.0"
2156-
"@typescript-eslint/visitor-keys" "5.59.0"
2155+
"@typescript-eslint/types" "5.59.1"
2156+
"@typescript-eslint/visitor-keys" "5.59.1"
21572157
debug "^4.3.4"
21582158
globby "^11.1.0"
21592159
is-glob "^4.0.3"
21602160
semver "^7.3.7"
21612161
tsutils "^3.21.0"
21622162

2163-
"@typescript-eslint/[email protected].0":
2164-
version "5.59.0"
2165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
2166-
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
2163+
"@typescript-eslint/[email protected].1":
2164+
version "5.59.1"
2165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.1.tgz#d89fc758ad23d2157cfae53f0b429bdf15db9473"
2166+
integrity sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==
21672167
dependencies:
21682168
"@eslint-community/eslint-utils" "^4.2.0"
21692169
"@types/json-schema" "^7.0.9"
21702170
"@types/semver" "^7.3.12"
2171-
"@typescript-eslint/scope-manager" "5.59.0"
2172-
"@typescript-eslint/types" "5.59.0"
2173-
"@typescript-eslint/typescript-estree" "5.59.0"
2171+
"@typescript-eslint/scope-manager" "5.59.1"
2172+
"@typescript-eslint/types" "5.59.1"
2173+
"@typescript-eslint/typescript-estree" "5.59.1"
21742174
eslint-scope "^5.1.1"
21752175
semver "^7.3.7"
21762176

2177-
"@typescript-eslint/[email protected].0":
2178-
version "5.59.0"
2179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
2180-
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
2177+
"@typescript-eslint/[email protected].1":
2178+
version "5.59.1"
2179+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.1.tgz#0d96c36efb6560d7fb8eb85de10442c10d8f6058"
2180+
integrity sha512-6waEYwBTCWryx0VJmP7JaM4FpipLsFl9CvYf2foAE8Qh/Y0s+bxWysciwOs0LTBED4JCaNxTZ5rGadB14M6dwA==
21812181
dependencies:
2182-
"@typescript-eslint/types" "5.59.0"
2182+
"@typescript-eslint/types" "5.59.1"
21832183
eslint-visitor-keys "^3.3.0"
21842184

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

0 commit comments

Comments
 (0)