Skip to content

Commit 9a286a8

Browse files
committed
Update typescript-eslint monorepo to v5.36.1
1 parent 37b979d commit 9a286a8

File tree

2 files changed

+51
-50
lines changed

2 files changed

+51
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@graphql-codegen/typescript": "2.7.3",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "28.1.8",
51-
"@typescript-eslint/eslint-plugin": "5.35.1",
52-
"@typescript-eslint/parser": "5.35.1",
51+
"@typescript-eslint/eslint-plugin": "5.36.1",
52+
"@typescript-eslint/parser": "5.36.1",
5353
"eslint": "8.23.0",
5454
"jest": "29.0.1",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,84 +1860,85 @@
18601860
dependencies:
18611861
"@types/yargs-parser" "*"
18621862

1863-
"@typescript-eslint/eslint-plugin@5.35.1":
1864-
version "5.35.1"
1865-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
1866-
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
1867-
dependencies:
1868-
"@typescript-eslint/scope-manager" "5.35.1"
1869-
"@typescript-eslint/type-utils" "5.35.1"
1870-
"@typescript-eslint/utils" "5.35.1"
1863+
"@typescript-eslint/eslint-plugin@5.36.1":
1864+
version "5.36.1"
1865+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
1866+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
1867+
dependencies:
1868+
"@typescript-eslint/scope-manager" "5.36.1"
1869+
"@typescript-eslint/type-utils" "5.36.1"
1870+
"@typescript-eslint/utils" "5.36.1"
18711871
debug "^4.3.4"
18721872
functional-red-black-tree "^1.0.1"
18731873
ignore "^5.2.0"
18741874
regexpp "^3.2.0"
18751875
semver "^7.3.7"
18761876
tsutils "^3.21.0"
18771877

1878-
"@typescript-eslint/parser@5.35.1":
1879-
version "5.35.1"
1880-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
1881-
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
1878+
"@typescript-eslint/parser@5.36.1":
1879+
version "5.36.1"
1880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
1881+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
18821882
dependencies:
1883-
"@typescript-eslint/scope-manager" "5.35.1"
1884-
"@typescript-eslint/types" "5.35.1"
1885-
"@typescript-eslint/typescript-estree" "5.35.1"
1883+
"@typescript-eslint/scope-manager" "5.36.1"
1884+
"@typescript-eslint/types" "5.36.1"
1885+
"@typescript-eslint/typescript-estree" "5.36.1"
18861886
debug "^4.3.4"
18871887

1888-
"@typescript-eslint/scope-manager@5.35.1":
1889-
version "5.35.1"
1890-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
1891-
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
1888+
"@typescript-eslint/scope-manager@5.36.1":
1889+
version "5.36.1"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
1891+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
18921892
dependencies:
1893-
"@typescript-eslint/types" "5.35.1"
1894-
"@typescript-eslint/visitor-keys" "5.35.1"
1893+
"@typescript-eslint/types" "5.36.1"
1894+
"@typescript-eslint/visitor-keys" "5.36.1"
18951895

1896-
"@typescript-eslint/type-utils@5.35.1":
1897-
version "5.35.1"
1898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
1899-
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
1896+
"@typescript-eslint/type-utils@5.36.1":
1897+
version "5.36.1"
1898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
1899+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
19001900
dependencies:
1901-
"@typescript-eslint/utils" "5.35.1"
1901+
"@typescript-eslint/typescript-estree" "5.36.1"
1902+
"@typescript-eslint/utils" "5.36.1"
19021903
debug "^4.3.4"
19031904
tsutils "^3.21.0"
19041905

1905-
"@typescript-eslint/types@5.35.1":
1906-
version "5.35.1"
1907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
1908-
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
1906+
"@typescript-eslint/types@5.36.1":
1907+
version "5.36.1"
1908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
1909+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
19091910

1910-
"@typescript-eslint/typescript-estree@5.35.1":
1911-
version "5.35.1"
1912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
1913-
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
1911+
"@typescript-eslint/typescript-estree@5.36.1":
1912+
version "5.36.1"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
1914+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
19141915
dependencies:
1915-
"@typescript-eslint/types" "5.35.1"
1916-
"@typescript-eslint/visitor-keys" "5.35.1"
1916+
"@typescript-eslint/types" "5.36.1"
1917+
"@typescript-eslint/visitor-keys" "5.36.1"
19171918
debug "^4.3.4"
19181919
globby "^11.1.0"
19191920
is-glob "^4.0.3"
19201921
semver "^7.3.7"
19211922
tsutils "^3.21.0"
19221923

1923-
"@typescript-eslint/utils@5.35.1":
1924-
version "5.35.1"
1925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
1926-
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
1924+
"@typescript-eslint/utils@5.36.1":
1925+
version "5.36.1"
1926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
1927+
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
19271928
dependencies:
19281929
"@types/json-schema" "^7.0.9"
1929-
"@typescript-eslint/scope-manager" "5.35.1"
1930-
"@typescript-eslint/types" "5.35.1"
1931-
"@typescript-eslint/typescript-estree" "5.35.1"
1930+
"@typescript-eslint/scope-manager" "5.36.1"
1931+
"@typescript-eslint/types" "5.36.1"
1932+
"@typescript-eslint/typescript-estree" "5.36.1"
19321933
eslint-scope "^5.1.1"
19331934
eslint-utils "^3.0.0"
19341935

1935-
"@typescript-eslint/visitor-keys@5.35.1":
1936-
version "5.35.1"
1937-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
1938-
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
1936+
"@typescript-eslint/visitor-keys@5.36.1":
1937+
version "5.36.1"
1938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
1939+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
19391940
dependencies:
1940-
"@typescript-eslint/types" "5.35.1"
1941+
"@typescript-eslint/types" "5.36.1"
19411942
eslint-visitor-keys "^3.3.0"
19421943

19431944
"@whatwg-node/fetch@^0.2.4":

0 commit comments

Comments
 (0)