Skip to content

Commit bf9538d

Browse files
Update typescript-eslint monorepo to v5.36.1
1 parent 9f0d15f commit bf9538d

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
@@ -1847,84 +1847,85 @@
18471847
dependencies:
18481848
"@types/yargs-parser" "*"
18491849

1850-
"@typescript-eslint/eslint-plugin@5.35.1":
1851-
version "5.35.1"
1852-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
1853-
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
1854-
dependencies:
1855-
"@typescript-eslint/scope-manager" "5.35.1"
1856-
"@typescript-eslint/type-utils" "5.35.1"
1857-
"@typescript-eslint/utils" "5.35.1"
1850+
"@typescript-eslint/eslint-plugin@5.36.1":
1851+
version "5.36.1"
1852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.36.1.tgz#471f64dc53600025e470dad2ca4a9f2864139019"
1853+
integrity sha512-iC40UK8q1tMepSDwiLbTbMXKDxzNy+4TfPWgIL661Ym0sD42vRcQU93IsZIrmi+x292DBr60UI/gSwfdVYexCA==
1854+
dependencies:
1855+
"@typescript-eslint/scope-manager" "5.36.1"
1856+
"@typescript-eslint/type-utils" "5.36.1"
1857+
"@typescript-eslint/utils" "5.36.1"
18581858
debug "^4.3.4"
18591859
functional-red-black-tree "^1.0.1"
18601860
ignore "^5.2.0"
18611861
regexpp "^3.2.0"
18621862
semver "^7.3.7"
18631863
tsutils "^3.21.0"
18641864

1865-
"@typescript-eslint/parser@5.35.1":
1866-
version "5.35.1"
1867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
1868-
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
1865+
"@typescript-eslint/parser@5.36.1":
1866+
version "5.36.1"
1867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.36.1.tgz#931c22c7bacefd17e29734628cdec8b2acdcf1ce"
1868+
integrity sha512-/IsgNGOkBi7CuDfUbwt1eOqUXF9WGVBW9dwEe1pi+L32XrTsZIgmDFIi2RxjzsvB/8i+MIf5JIoTEH8LOZ368A==
18691869
dependencies:
1870-
"@typescript-eslint/scope-manager" "5.35.1"
1871-
"@typescript-eslint/types" "5.35.1"
1872-
"@typescript-eslint/typescript-estree" "5.35.1"
1870+
"@typescript-eslint/scope-manager" "5.36.1"
1871+
"@typescript-eslint/types" "5.36.1"
1872+
"@typescript-eslint/typescript-estree" "5.36.1"
18731873
debug "^4.3.4"
18741874

1875-
"@typescript-eslint/scope-manager@5.35.1":
1876-
version "5.35.1"
1877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
1878-
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
1875+
"@typescript-eslint/scope-manager@5.36.1":
1876+
version "5.36.1"
1877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.36.1.tgz#23c49b7ddbcffbe09082e6694c2524950766513f"
1878+
integrity sha512-pGC2SH3/tXdu9IH3ItoqciD3f3RRGCh7hb9zPdN2Drsr341zgd6VbhP5OHQO/reUqihNltfPpMpTNihFMarP2w==
18791879
dependencies:
1880-
"@typescript-eslint/types" "5.35.1"
1881-
"@typescript-eslint/visitor-keys" "5.35.1"
1880+
"@typescript-eslint/types" "5.36.1"
1881+
"@typescript-eslint/visitor-keys" "5.36.1"
18821882

1883-
"@typescript-eslint/type-utils@5.35.1":
1884-
version "5.35.1"
1885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
1886-
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
1883+
"@typescript-eslint/type-utils@5.36.1":
1884+
version "5.36.1"
1885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.36.1.tgz#016fc2bff6679f54c0b2df848a493f0ca3d4f625"
1886+
integrity sha512-xfZhfmoQT6m3lmlqDvDzv9TiCYdw22cdj06xY0obSznBsT///GK5IEZQdGliXpAOaRL34o8phEvXzEo/VJx13Q==
18871887
dependencies:
1888-
"@typescript-eslint/utils" "5.35.1"
1888+
"@typescript-eslint/typescript-estree" "5.36.1"
1889+
"@typescript-eslint/utils" "5.36.1"
18891890
debug "^4.3.4"
18901891
tsutils "^3.21.0"
18911892

1892-
"@typescript-eslint/types@5.35.1":
1893-
version "5.35.1"
1894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
1895-
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
1893+
"@typescript-eslint/types@5.36.1":
1894+
version "5.36.1"
1895+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.36.1.tgz#1cf0e28aed1cb3ee676917966eb23c2f8334ce2c"
1896+
integrity sha512-jd93ShpsIk1KgBTx9E+hCSEuLCUFwi9V/urhjOWnOaksGZFbTOxAT47OH2d4NLJnLhkVD+wDbB48BuaycZPLBg==
18961897

1897-
"@typescript-eslint/typescript-estree@5.35.1":
1898-
version "5.35.1"
1899-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
1900-
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
1898+
"@typescript-eslint/typescript-estree@5.36.1":
1899+
version "5.36.1"
1900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.1.tgz#b857f38d6200f7f3f4c65cd0a5afd5ae723f2adb"
1901+
integrity sha512-ih7V52zvHdiX6WcPjsOdmADhYMDN15SylWRZrT2OMy80wzKbc79n8wFW0xpWpU0x3VpBz/oDgTm2xwDAnFTl+g==
19011902
dependencies:
1902-
"@typescript-eslint/types" "5.35.1"
1903-
"@typescript-eslint/visitor-keys" "5.35.1"
1903+
"@typescript-eslint/types" "5.36.1"
1904+
"@typescript-eslint/visitor-keys" "5.36.1"
19041905
debug "^4.3.4"
19051906
globby "^11.1.0"
19061907
is-glob "^4.0.3"
19071908
semver "^7.3.7"
19081909
tsutils "^3.21.0"
19091910

1910-
"@typescript-eslint/utils@5.35.1":
1911-
version "5.35.1"
1912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
1913-
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
1911+
"@typescript-eslint/utils@5.36.1":
1912+
version "5.36.1"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.36.1.tgz#136d5208cc7a3314b11c646957f8f0b5c01e07ad"
1914+
integrity sha512-lNj4FtTiXm5c+u0pUehozaUWhh7UYKnwryku0nxJlYUEWetyG92uw2pr+2Iy4M/u0ONMKzfrx7AsGBTCzORmIg==
19141915
dependencies:
19151916
"@types/json-schema" "^7.0.9"
1916-
"@typescript-eslint/scope-manager" "5.35.1"
1917-
"@typescript-eslint/types" "5.35.1"
1918-
"@typescript-eslint/typescript-estree" "5.35.1"
1917+
"@typescript-eslint/scope-manager" "5.36.1"
1918+
"@typescript-eslint/types" "5.36.1"
1919+
"@typescript-eslint/typescript-estree" "5.36.1"
19191920
eslint-scope "^5.1.1"
19201921
eslint-utils "^3.0.0"
19211922

1922-
"@typescript-eslint/visitor-keys@5.35.1":
1923-
version "5.35.1"
1924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
1925-
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
1923+
"@typescript-eslint/visitor-keys@5.36.1":
1924+
version "5.36.1"
1925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.1.tgz#7731175312d65738e501780f923896d200ad1615"
1926+
integrity sha512-ojB9aRyRFzVMN3b5joSYni6FAS10BBSCAfKJhjJAV08t/a95aM6tAhz+O1jF+EtgxktuSO3wJysp2R+Def/IWQ==
19261927
dependencies:
1927-
"@typescript-eslint/types" "5.35.1"
1928+
"@typescript-eslint/types" "5.36.1"
19281929
eslint-visitor-keys "^3.3.0"
19291930

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

0 commit comments

Comments
 (0)