Skip to content

Commit a3f2464

Browse files
chore(deps): update typescript-eslint monorepo to v7
1 parent 185e853 commit a3f2464

2 files changed

Lines changed: 99 additions & 73 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@ryansonshine/cz-conventional-changelog": "3.3.4",
6868
"@types/glob": "8.0.0",
6969
"@types/jest": "29.2.0",
70-
"@typescript-eslint/eslint-plugin": "5.41.0",
71-
"@typescript-eslint/parser": "5.41.0",
70+
"@typescript-eslint/eslint-plugin": "7.2.0",
71+
"@typescript-eslint/parser": "7.2.0",
7272
"arangojs": "^8.6.0",
7373
"dotenv": "16.0.3",
7474
"eslint": "8.26.0",

yarn.lock

Lines changed: 97 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@
11081108
dependencies:
11091109
eslint-visitor-keys "^3.3.0"
11101110

1111-
"@eslint-community/regexpp@^4.6.0":
1111+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.0":
11121112
version "4.10.0"
11131113
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
11141114
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
@@ -1793,7 +1793,7 @@
17931793
expect "^29.0.0"
17941794
pretty-format "^29.0.0"
17951795

1796-
"@types/json-schema@^7.0.9":
1796+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
17971797
version "7.0.15"
17981798
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
17991799
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -1839,6 +1839,11 @@
18391839
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
18401840
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
18411841

1842+
"@types/semver@^7.5.0":
1843+
version "7.5.8"
1844+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1845+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1846+
18421847
"@types/stack-utils@^2.0.0":
18431848
version "2.0.3"
18441849
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -1856,19 +1861,22 @@
18561861
dependencies:
18571862
"@types/yargs-parser" "*"
18581863

1859-
"@typescript-eslint/eslint-plugin@5.41.0":
1860-
version "5.41.0"
1861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
1862-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
1863-
dependencies:
1864-
"@typescript-eslint/scope-manager" "5.41.0"
1865-
"@typescript-eslint/type-utils" "5.41.0"
1866-
"@typescript-eslint/utils" "5.41.0"
1864+
"@typescript-eslint/eslint-plugin@7.2.0":
1865+
version "7.2.0"
1866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.2.0.tgz#5a5fcad1a7baed85c10080d71ad901f98c38d5b7"
1867+
integrity sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==
1868+
dependencies:
1869+
"@eslint-community/regexpp" "^4.5.1"
1870+
"@typescript-eslint/scope-manager" "7.2.0"
1871+
"@typescript-eslint/type-utils" "7.2.0"
1872+
"@typescript-eslint/utils" "7.2.0"
1873+
"@typescript-eslint/visitor-keys" "7.2.0"
18671874
debug "^4.3.4"
1868-
ignore "^5.2.0"
1869-
regexpp "^3.2.0"
1870-
semver "^7.3.7"
1871-
tsutils "^3.21.0"
1875+
graphemer "^1.4.0"
1876+
ignore "^5.2.4"
1877+
natural-compare "^1.4.0"
1878+
semver "^7.5.4"
1879+
ts-api-utils "^1.0.1"
18721880

18731881
"@typescript-eslint/experimental-utils@^5.0.0":
18741882
version "5.62.0"
@@ -1877,24 +1885,17 @@
18771885
dependencies:
18781886
"@typescript-eslint/utils" "5.62.0"
18791887

1880-
"@typescript-eslint/parser@5.41.0":
1881-
version "5.41.0"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
1883-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
1888+
"@typescript-eslint/parser@7.2.0":
1889+
version "7.2.0"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
1891+
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
18841892
dependencies:
1885-
"@typescript-eslint/scope-manager" "5.41.0"
1886-
"@typescript-eslint/types" "5.41.0"
1887-
"@typescript-eslint/typescript-estree" "5.41.0"
1893+
"@typescript-eslint/scope-manager" "7.2.0"
1894+
"@typescript-eslint/types" "7.2.0"
1895+
"@typescript-eslint/typescript-estree" "7.2.0"
1896+
"@typescript-eslint/visitor-keys" "7.2.0"
18881897
debug "^4.3.4"
18891898

1890-
"@typescript-eslint/scope-manager@5.41.0":
1891-
version "5.41.0"
1892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
1893-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
1894-
dependencies:
1895-
"@typescript-eslint/types" "5.41.0"
1896-
"@typescript-eslint/visitor-keys" "5.41.0"
1897-
18981899
"@typescript-eslint/scope-manager@5.62.0":
18991900
version "5.62.0"
19001901
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -1903,38 +1904,33 @@
19031904
"@typescript-eslint/types" "5.62.0"
19041905
"@typescript-eslint/visitor-keys" "5.62.0"
19051906

1906-
"@typescript-eslint/type-utils@5.41.0":
1907-
version "5.41.0"
1908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
1909-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
1907+
"@typescript-eslint/scope-manager@7.2.0":
1908+
version "7.2.0"
1909+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
1910+
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
19101911
dependencies:
1911-
"@typescript-eslint/typescript-estree" "5.41.0"
1912-
"@typescript-eslint/utils" "5.41.0"
1913-
debug "^4.3.4"
1914-
tsutils "^3.21.0"
1912+
"@typescript-eslint/types" "7.2.0"
1913+
"@typescript-eslint/visitor-keys" "7.2.0"
19151914

1916-
"@typescript-eslint/types@5.41.0":
1917-
version "5.41.0"
1918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
1919-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
1915+
"@typescript-eslint/type-utils@7.2.0":
1916+
version "7.2.0"
1917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.2.0.tgz#7be5c30e9b4d49971b79095a1181324ef6089a19"
1918+
integrity sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==
1919+
dependencies:
1920+
"@typescript-eslint/typescript-estree" "7.2.0"
1921+
"@typescript-eslint/utils" "7.2.0"
1922+
debug "^4.3.4"
1923+
ts-api-utils "^1.0.1"
19201924

19211925
"@typescript-eslint/types@5.62.0":
19221926
version "5.62.0"
19231927
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
19241928
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
19251929

1926-
"@typescript-eslint/typescript-estree@5.41.0":
1927-
version "5.41.0"
1928-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
1929-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
1930-
dependencies:
1931-
"@typescript-eslint/types" "5.41.0"
1932-
"@typescript-eslint/visitor-keys" "5.41.0"
1933-
debug "^4.3.4"
1934-
globby "^11.1.0"
1935-
is-glob "^4.0.3"
1936-
semver "^7.3.7"
1937-
tsutils "^3.21.0"
1930+
"@typescript-eslint/types@7.2.0":
1931+
version "7.2.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
1933+
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
19381934

19391935
"@typescript-eslint/typescript-estree@5.62.0":
19401936
version "5.62.0"
@@ -1949,19 +1945,19 @@
19491945
semver "^7.3.7"
19501946
tsutils "^3.21.0"
19511947

1952-
"@typescript-eslint/utils@5.41.0":
1953-
version "5.41.0"
1954-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
1955-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
1948+
"@typescript-eslint/typescript-estree@7.2.0":
1949+
version "7.2.0"
1950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
1951+
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
19561952
dependencies:
1957-
"@types/json-schema" "^7.0.9"
1958-
"@types/semver" "^7.3.12"
1959-
"@typescript-eslint/scope-manager" "5.41.0"
1960-
"@typescript-eslint/types" "5.41.0"
1961-
"@typescript-eslint/typescript-estree" "5.41.0"
1962-
eslint-scope "^5.1.1"
1963-
eslint-utils "^3.0.0"
1964-
semver "^7.3.7"
1953+
"@typescript-eslint/types" "7.2.0"
1954+
"@typescript-eslint/visitor-keys" "7.2.0"
1955+
debug "^4.3.4"
1956+
globby "^11.1.0"
1957+
is-glob "^4.0.3"
1958+
minimatch "9.0.3"
1959+
semver "^7.5.4"
1960+
ts-api-utils "^1.0.1"
19651961

19661962
"@typescript-eslint/utils@5.62.0":
19671963
version "5.62.0"
@@ -1977,13 +1973,18 @@
19771973
eslint-scope "^5.1.1"
19781974
semver "^7.3.7"
19791975

1980-
"@typescript-eslint/visitor-keys@5.41.0":
1981-
version "5.41.0"
1982-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
1983-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
1976+
"@typescript-eslint/utils@7.2.0":
1977+
version "7.2.0"
1978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.2.0.tgz#fc8164be2f2a7068debb4556881acddbf0b7ce2a"
1979+
integrity sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==
19841980
dependencies:
1985-
"@typescript-eslint/types" "5.41.0"
1986-
eslint-visitor-keys "^3.3.0"
1981+
"@eslint-community/eslint-utils" "^4.4.0"
1982+
"@types/json-schema" "^7.0.12"
1983+
"@types/semver" "^7.5.0"
1984+
"@typescript-eslint/scope-manager" "7.2.0"
1985+
"@typescript-eslint/types" "7.2.0"
1986+
"@typescript-eslint/typescript-estree" "7.2.0"
1987+
semver "^7.5.4"
19871988

19881989
"@typescript-eslint/visitor-keys@5.62.0":
19891990
version "5.62.0"
@@ -1993,6 +1994,14 @@
19931994
"@typescript-eslint/types" "5.62.0"
19941995
eslint-visitor-keys "^3.3.0"
19951996

1997+
"@typescript-eslint/visitor-keys@7.2.0":
1998+
version "7.2.0"
1999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
2000+
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
2001+
dependencies:
2002+
"@typescript-eslint/types" "7.2.0"
2003+
eslint-visitor-keys "^3.4.1"
2004+
19962005
acorn-jsx@^5.3.2:
19972006
version "5.3.2"
19982007
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -4233,6 +4242,11 @@ grapheme-splitter@^1.0.4:
42334242
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
42344243
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
42354244

4245+
graphemer@^1.4.0:
4246+
version "1.4.0"
4247+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
4248+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
4249+
42364250
gzip-size@^3.0.0:
42374251
version "3.0.0"
42384252
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-3.0.0.tgz#546188e9bdc337f673772f81660464b389dce520"
@@ -5777,6 +5791,13 @@ min-document@^2.19.0:
57775791
dependencies:
57785792
dom-walk "^0.1.0"
57795793

5794+
minimatch@9.0.3:
5795+
version "9.0.3"
5796+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5797+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5798+
dependencies:
5799+
brace-expansion "^2.0.1"
5800+
57805801
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
57815802
version "3.1.2"
57825803
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7565,6 +7586,11 @@ token-types@^4.1.1:
75657586
"@tokenizer/token" "^0.3.0"
75667587
ieee754 "^1.2.1"
75677588

7589+
ts-api-utils@^1.0.1:
7590+
version "1.3.0"
7591+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
7592+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
7593+
75687594
ts-jest@29.0.3:
75697595
version "29.0.3"
75707596
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"

0 commit comments

Comments
 (0)