Skip to content

Commit 62b04fd

Browse files
committed
Update typescript-eslint monorepo to v5.42.0
1 parent 81c71ca commit 62b04fd

File tree

2 files changed

+57
-51
lines changed

2 files changed

+57
-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.8.0",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "29.2.0",
51-
"@typescript-eslint/eslint-plugin": "5.41.0",
52-
"@typescript-eslint/parser": "5.41.0",
51+
"@typescript-eslint/eslint-plugin": "5.42.0",
52+
"@typescript-eslint/parser": "5.42.0",
5353
"eslint": "8.26.0",
5454
"jest": "29.2.2",
5555
"myzod": "1.8.8",

yarn.lock

Lines changed: 55 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,86 +1929,87 @@
19291929
dependencies:
19301930
"@types/yargs-parser" "*"
19311931

1932-
"@typescript-eslint/eslint-plugin@5.41.0":
1933-
version "5.41.0"
1934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
1935-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
1936-
dependencies:
1937-
"@typescript-eslint/scope-manager" "5.41.0"
1938-
"@typescript-eslint/type-utils" "5.41.0"
1939-
"@typescript-eslint/utils" "5.41.0"
1932+
"@typescript-eslint/eslint-plugin@5.42.0":
1933+
version "5.42.0"
1934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
1935+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
1936+
dependencies:
1937+
"@typescript-eslint/scope-manager" "5.42.0"
1938+
"@typescript-eslint/type-utils" "5.42.0"
1939+
"@typescript-eslint/utils" "5.42.0"
19401940
debug "^4.3.4"
19411941
ignore "^5.2.0"
1942+
natural-compare-lite "^1.4.0"
19421943
regexpp "^3.2.0"
19431944
semver "^7.3.7"
19441945
tsutils "^3.21.0"
19451946

1946-
"@typescript-eslint/parser@5.41.0":
1947-
version "5.41.0"
1948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
1949-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
1947+
"@typescript-eslint/parser@5.42.0":
1948+
version "5.42.0"
1949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
1950+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
19501951
dependencies:
1951-
"@typescript-eslint/scope-manager" "5.41.0"
1952-
"@typescript-eslint/types" "5.41.0"
1953-
"@typescript-eslint/typescript-estree" "5.41.0"
1952+
"@typescript-eslint/scope-manager" "5.42.0"
1953+
"@typescript-eslint/types" "5.42.0"
1954+
"@typescript-eslint/typescript-estree" "5.42.0"
19541955
debug "^4.3.4"
19551956

1956-
"@typescript-eslint/scope-manager@5.41.0":
1957-
version "5.41.0"
1958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
1959-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
1957+
"@typescript-eslint/scope-manager@5.42.0":
1958+
version "5.42.0"
1959+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
1960+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
19601961
dependencies:
1961-
"@typescript-eslint/types" "5.41.0"
1962-
"@typescript-eslint/visitor-keys" "5.41.0"
1962+
"@typescript-eslint/types" "5.42.0"
1963+
"@typescript-eslint/visitor-keys" "5.42.0"
19631964

1964-
"@typescript-eslint/type-utils@5.41.0":
1965-
version "5.41.0"
1966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
1967-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
1965+
"@typescript-eslint/type-utils@5.42.0":
1966+
version "5.42.0"
1967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
1968+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
19681969
dependencies:
1969-
"@typescript-eslint/typescript-estree" "5.41.0"
1970-
"@typescript-eslint/utils" "5.41.0"
1970+
"@typescript-eslint/typescript-estree" "5.42.0"
1971+
"@typescript-eslint/utils" "5.42.0"
19711972
debug "^4.3.4"
19721973
tsutils "^3.21.0"
19731974

1974-
"@typescript-eslint/types@5.41.0":
1975-
version "5.41.0"
1976-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
1977-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
1975+
"@typescript-eslint/types@5.42.0":
1976+
version "5.42.0"
1977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
1978+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
19781979

1979-
"@typescript-eslint/typescript-estree@5.41.0":
1980-
version "5.41.0"
1981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
1982-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
1980+
"@typescript-eslint/typescript-estree@5.42.0":
1981+
version "5.42.0"
1982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
1983+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
19831984
dependencies:
1984-
"@typescript-eslint/types" "5.41.0"
1985-
"@typescript-eslint/visitor-keys" "5.41.0"
1985+
"@typescript-eslint/types" "5.42.0"
1986+
"@typescript-eslint/visitor-keys" "5.42.0"
19861987
debug "^4.3.4"
19871988
globby "^11.1.0"
19881989
is-glob "^4.0.3"
19891990
semver "^7.3.7"
19901991
tsutils "^3.21.0"
19911992

1992-
"@typescript-eslint/utils@5.41.0":
1993-
version "5.41.0"
1994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
1995-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
1993+
"@typescript-eslint/utils@5.42.0":
1994+
version "5.42.0"
1995+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
1996+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
19961997
dependencies:
19971998
"@types/json-schema" "^7.0.9"
19981999
"@types/semver" "^7.3.12"
1999-
"@typescript-eslint/scope-manager" "5.41.0"
2000-
"@typescript-eslint/types" "5.41.0"
2001-
"@typescript-eslint/typescript-estree" "5.41.0"
2000+
"@typescript-eslint/scope-manager" "5.42.0"
2001+
"@typescript-eslint/types" "5.42.0"
2002+
"@typescript-eslint/typescript-estree" "5.42.0"
20022003
eslint-scope "^5.1.1"
20032004
eslint-utils "^3.0.0"
20042005
semver "^7.3.7"
20052006

2006-
"@typescript-eslint/visitor-keys@5.41.0":
2007-
version "5.41.0"
2008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
2009-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
2007+
"@typescript-eslint/visitor-keys@5.42.0":
2008+
version "5.42.0"
2009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
2010+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
20102011
dependencies:
2011-
"@typescript-eslint/types" "5.41.0"
2012+
"@typescript-eslint/types" "5.42.0"
20122013
eslint-visitor-keys "^3.3.0"
20132014

20142015
"@whatwg-node/fetch@^0.2.4":
@@ -4660,6 +4661,11 @@ nanoclone@^0.2.1:
46604661
resolved "https://registry.yarnpkg.com/nanoclone/-/nanoclone-0.2.1.tgz#dd4090f8f1a110d26bb32c49ed2f5b9235209ed4"
46614662
integrity sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==
46624663

4664+
natural-compare-lite@^1.4.0:
4665+
version "1.4.0"
4666+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4667+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4668+
46634669
natural-compare@^1.4.0:
46644670
version "1.4.0"
46654671
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)