Skip to content

Commit 61fc43d

Browse files
committed
Update typescript-eslint monorepo to v5.39.0
1 parent cf2ce0e commit 61fc43d

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
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": "29.1.1",
51-
"@typescript-eslint/eslint-plugin": "5.38.1",
52-
"@typescript-eslint/parser": "5.38.1",
51+
"@typescript-eslint/eslint-plugin": "5.39.0",
52+
"@typescript-eslint/parser": "5.39.0",
5353
"eslint": "8.24.0",
5454
"jest": "29.1.2",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,84 +1904,84 @@
19041904
dependencies:
19051905
"@types/yargs-parser" "*"
19061906

1907-
"@typescript-eslint/eslint-plugin@5.38.1":
1908-
version "5.38.1"
1909-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
1910-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
1911-
dependencies:
1912-
"@typescript-eslint/scope-manager" "5.38.1"
1913-
"@typescript-eslint/type-utils" "5.38.1"
1914-
"@typescript-eslint/utils" "5.38.1"
1907+
"@typescript-eslint/eslint-plugin@5.39.0":
1908+
version "5.39.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1910+
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1911+
dependencies:
1912+
"@typescript-eslint/scope-manager" "5.39.0"
1913+
"@typescript-eslint/type-utils" "5.39.0"
1914+
"@typescript-eslint/utils" "5.39.0"
19151915
debug "^4.3.4"
19161916
ignore "^5.2.0"
19171917
regexpp "^3.2.0"
19181918
semver "^7.3.7"
19191919
tsutils "^3.21.0"
19201920

1921-
"@typescript-eslint/parser@5.38.1":
1922-
version "5.38.1"
1923-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
1924-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
1921+
"@typescript-eslint/parser@5.39.0":
1922+
version "5.39.0"
1923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1924+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
19251925
dependencies:
1926-
"@typescript-eslint/scope-manager" "5.38.1"
1927-
"@typescript-eslint/types" "5.38.1"
1928-
"@typescript-eslint/typescript-estree" "5.38.1"
1926+
"@typescript-eslint/scope-manager" "5.39.0"
1927+
"@typescript-eslint/types" "5.39.0"
1928+
"@typescript-eslint/typescript-estree" "5.39.0"
19291929
debug "^4.3.4"
19301930

1931-
"@typescript-eslint/scope-manager@5.38.1":
1932-
version "5.38.1"
1933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
1934-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
1931+
"@typescript-eslint/scope-manager@5.39.0":
1932+
version "5.39.0"
1933+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1934+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
19351935
dependencies:
1936-
"@typescript-eslint/types" "5.38.1"
1937-
"@typescript-eslint/visitor-keys" "5.38.1"
1936+
"@typescript-eslint/types" "5.39.0"
1937+
"@typescript-eslint/visitor-keys" "5.39.0"
19381938

1939-
"@typescript-eslint/type-utils@5.38.1":
1940-
version "5.38.1"
1941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
1942-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
1939+
"@typescript-eslint/type-utils@5.39.0":
1940+
version "5.39.0"
1941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1942+
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
19431943
dependencies:
1944-
"@typescript-eslint/typescript-estree" "5.38.1"
1945-
"@typescript-eslint/utils" "5.38.1"
1944+
"@typescript-eslint/typescript-estree" "5.39.0"
1945+
"@typescript-eslint/utils" "5.39.0"
19461946
debug "^4.3.4"
19471947
tsutils "^3.21.0"
19481948

1949-
"@typescript-eslint/types@5.38.1":
1950-
version "5.38.1"
1951-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
1952-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
1949+
"@typescript-eslint/types@5.39.0":
1950+
version "5.39.0"
1951+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1952+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
19531953

1954-
"@typescript-eslint/typescript-estree@5.38.1":
1955-
version "5.38.1"
1956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
1957-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
1954+
"@typescript-eslint/typescript-estree@5.39.0":
1955+
version "5.39.0"
1956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1957+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
19581958
dependencies:
1959-
"@typescript-eslint/types" "5.38.1"
1960-
"@typescript-eslint/visitor-keys" "5.38.1"
1959+
"@typescript-eslint/types" "5.39.0"
1960+
"@typescript-eslint/visitor-keys" "5.39.0"
19611961
debug "^4.3.4"
19621962
globby "^11.1.0"
19631963
is-glob "^4.0.3"
19641964
semver "^7.3.7"
19651965
tsutils "^3.21.0"
19661966

1967-
"@typescript-eslint/utils@5.38.1":
1968-
version "5.38.1"
1969-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
1970-
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
1967+
"@typescript-eslint/utils@5.39.0":
1968+
version "5.39.0"
1969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1970+
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
19711971
dependencies:
19721972
"@types/json-schema" "^7.0.9"
1973-
"@typescript-eslint/scope-manager" "5.38.1"
1974-
"@typescript-eslint/types" "5.38.1"
1975-
"@typescript-eslint/typescript-estree" "5.38.1"
1973+
"@typescript-eslint/scope-manager" "5.39.0"
1974+
"@typescript-eslint/types" "5.39.0"
1975+
"@typescript-eslint/typescript-estree" "5.39.0"
19761976
eslint-scope "^5.1.1"
19771977
eslint-utils "^3.0.0"
19781978

1979-
"@typescript-eslint/visitor-keys@5.38.1":
1980-
version "5.38.1"
1981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
1982-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
1979+
"@typescript-eslint/visitor-keys@5.39.0":
1980+
version "5.39.0"
1981+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1982+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
19831983
dependencies:
1984-
"@typescript-eslint/types" "5.38.1"
1984+
"@typescript-eslint/types" "5.39.0"
19851985
eslint-visitor-keys "^3.3.0"
19861986

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

0 commit comments

Comments
 (0)