Skip to content

Commit 9ee0ce8

Browse files
committed
chore(deps): update typescript-eslint monorepo to v8.3.0
1 parent 9d28b20 commit 9ee0ce8

2 files changed

Lines changed: 53 additions & 86 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/jest": "27.5.2",
5353
"@types/node": "20.16.1",
5454
"@types/supertest": "6.0.2",
55-
"@typescript-eslint/eslint-plugin": "8.2.0",
56-
"@typescript-eslint/parser": "8.2.0",
55+
"@typescript-eslint/eslint-plugin": "8.3.0",
56+
"@typescript-eslint/parser": "8.3.0",
5757
"eslint": "9.9.1",
5858
"eslint-config-prettier": "9.1.0",
5959
"eslint-config-ts-lambdas": "1.2.3",

yarn.lock

Lines changed: 51 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,85 +1843,85 @@
18431843
dependencies:
18441844
"@types/yargs-parser" "*"
18451845

1846-
"@typescript-eslint/eslint-plugin@8.2.0":
1847-
version "8.2.0"
1848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.2.0.tgz#bf50e9c8dac6bdf15dd1b52ca29448550903558e"
1849-
integrity sha512-02tJIs655em7fvt9gps/+4k4OsKULYGtLBPJfOsmOq1+3cdClYiF0+d6mHu6qDnTcg88wJBkcPLpQhq7FyDz0A==
1846+
"@typescript-eslint/eslint-plugin@8.3.0":
1847+
version "8.3.0"
1848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
1849+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
18501850
dependencies:
18511851
"@eslint-community/regexpp" "^4.10.0"
1852-
"@typescript-eslint/scope-manager" "8.2.0"
1853-
"@typescript-eslint/type-utils" "8.2.0"
1854-
"@typescript-eslint/utils" "8.2.0"
1855-
"@typescript-eslint/visitor-keys" "8.2.0"
1852+
"@typescript-eslint/scope-manager" "8.3.0"
1853+
"@typescript-eslint/type-utils" "8.3.0"
1854+
"@typescript-eslint/utils" "8.3.0"
1855+
"@typescript-eslint/visitor-keys" "8.3.0"
18561856
graphemer "^1.4.0"
18571857
ignore "^5.3.1"
18581858
natural-compare "^1.4.0"
18591859
ts-api-utils "^1.3.0"
18601860

1861-
"@typescript-eslint/parser@8.2.0":
1862-
version "8.2.0"
1863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.2.0.tgz#de3993304feb98576d9ffbf10c83ca1bcb68a5dd"
1864-
integrity sha512-j3Di+o0lHgPrb7FxL3fdEy6LJ/j2NE8u+AP/5cQ9SKb+JLH6V6UHDqJ+e0hXBkHP1wn1YDFjYCS9LBQsZDlDEg==
1861+
"@typescript-eslint/parser@8.3.0":
1862+
version "8.3.0"
1863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
1864+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
18651865
dependencies:
1866-
"@typescript-eslint/scope-manager" "8.2.0"
1867-
"@typescript-eslint/types" "8.2.0"
1868-
"@typescript-eslint/typescript-estree" "8.2.0"
1869-
"@typescript-eslint/visitor-keys" "8.2.0"
1866+
"@typescript-eslint/scope-manager" "8.3.0"
1867+
"@typescript-eslint/types" "8.3.0"
1868+
"@typescript-eslint/typescript-estree" "8.3.0"
1869+
"@typescript-eslint/visitor-keys" "8.3.0"
18701870
debug "^4.3.4"
18711871

1872-
"@typescript-eslint/scope-manager@8.2.0":
1873-
version "8.2.0"
1874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.2.0.tgz#4a4bd7e7df5522acc8795c3b6f21e8c41b951138"
1875-
integrity sha512-OFn80B38yD6WwpoHU2Tz/fTz7CgFqInllBoC3WP+/jLbTb4gGPTy9HBSTsbDWkMdN55XlVU0mMDYAtgvlUspGw==
1872+
"@typescript-eslint/scope-manager@8.3.0":
1873+
version "8.3.0"
1874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
1875+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
18761876
dependencies:
1877-
"@typescript-eslint/types" "8.2.0"
1878-
"@typescript-eslint/visitor-keys" "8.2.0"
1877+
"@typescript-eslint/types" "8.3.0"
1878+
"@typescript-eslint/visitor-keys" "8.3.0"
18791879

1880-
"@typescript-eslint/type-utils@8.2.0":
1881-
version "8.2.0"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.2.0.tgz#5cd7fef50f492e5a0f508bdd40678861a57c3549"
1883-
integrity sha512-g1CfXGFMQdT5S+0PSO0fvGXUaiSkl73U1n9LTK5aRAFnPlJ8dLKkXr4AaLFvPedW8lVDoMgLLE3JN98ZZfsj0w==
1880+
"@typescript-eslint/type-utils@8.3.0":
1881+
version "8.3.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
1883+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
18841884
dependencies:
1885-
"@typescript-eslint/typescript-estree" "8.2.0"
1886-
"@typescript-eslint/utils" "8.2.0"
1885+
"@typescript-eslint/typescript-estree" "8.3.0"
1886+
"@typescript-eslint/utils" "8.3.0"
18871887
debug "^4.3.4"
18881888
ts-api-utils "^1.3.0"
18891889

1890-
"@typescript-eslint/types@8.2.0":
1891-
version "8.2.0"
1892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.2.0.tgz#dfe9895a2812f7c6bf7af863054c22a67060420c"
1893-
integrity sha512-6a9QSK396YqmiBKPkJtxsgZZZVjYQ6wQ/TlI0C65z7vInaETuC6HAHD98AGLC8DyIPqHytvNuS8bBVvNLKyqvQ==
1890+
"@typescript-eslint/types@8.3.0":
1891+
version "8.3.0"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
1893+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
18941894

1895-
"@typescript-eslint/typescript-estree@8.2.0":
1896-
version "8.2.0"
1897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.2.0.tgz#fbdb93a1c7ac7f1f96ae2de4fc97cd64c60ae894"
1898-
integrity sha512-kiG4EDUT4dImplOsbh47B1QnNmXSoUqOjWDvCJw/o8LgfD0yr7k2uy54D5Wm0j4t71Ge1NkynGhpWdS0dEIAUA==
1895+
"@typescript-eslint/typescript-estree@8.3.0":
1896+
version "8.3.0"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
1898+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
18991899
dependencies:
1900-
"@typescript-eslint/types" "8.2.0"
1901-
"@typescript-eslint/visitor-keys" "8.2.0"
1900+
"@typescript-eslint/types" "8.3.0"
1901+
"@typescript-eslint/visitor-keys" "8.3.0"
19021902
debug "^4.3.4"
1903-
globby "^11.1.0"
1903+
fast-glob "^3.3.2"
19041904
is-glob "^4.0.3"
19051905
minimatch "^9.0.4"
19061906
semver "^7.6.0"
19071907
ts-api-utils "^1.3.0"
19081908

1909-
"@typescript-eslint/utils@8.2.0":
1910-
version "8.2.0"
1911-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.2.0.tgz#02d442285925f28d520587185f295f932702e733"
1912-
integrity sha512-O46eaYKDlV3TvAVDNcoDzd5N550ckSe8G4phko++OCSC1dYIb9LTc3HDGYdWqWIAT5qDUKphO6sd9RrpIJJPfg==
1909+
"@typescript-eslint/utils@8.3.0":
1910+
version "8.3.0"
1911+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
1912+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
19131913
dependencies:
19141914
"@eslint-community/eslint-utils" "^4.4.0"
1915-
"@typescript-eslint/scope-manager" "8.2.0"
1916-
"@typescript-eslint/types" "8.2.0"
1917-
"@typescript-eslint/typescript-estree" "8.2.0"
1915+
"@typescript-eslint/scope-manager" "8.3.0"
1916+
"@typescript-eslint/types" "8.3.0"
1917+
"@typescript-eslint/typescript-estree" "8.3.0"
19181918

1919-
"@typescript-eslint/visitor-keys@8.2.0":
1920-
version "8.2.0"
1921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.2.0.tgz#f6abb3b6508898a117175ddc11f9b9869cc96834"
1922-
integrity sha512-sbgsPMW9yLvS7IhCi8IpuK1oBmtbWUNP+hBdwl/I9nzqVsszGnNGti5r9dUtF5RLivHUFFIdRvLiTsPhzSyJ3Q==
1919+
"@typescript-eslint/visitor-keys@8.3.0":
1920+
version "8.3.0"
1921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
1922+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
19231923
dependencies:
1924-
"@typescript-eslint/types" "8.2.0"
1924+
"@typescript-eslint/types" "8.3.0"
19251925
eslint-visitor-keys "^3.4.3"
19261926

19271927
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
@@ -2472,11 +2472,6 @@ array-timsort@^1.0.3:
24722472
resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
24732473
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
24742474

2475-
array-union@^2.1.0:
2476-
version "2.1.0"
2477-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
2478-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
2479-
24802475
array-unique@^0.3.2:
24812476
version "0.3.2"
24822477
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -4442,17 +4437,6 @@ fast-diff@^1.1.2:
44424437
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
44434438
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
44444439

4445-
fast-glob@^3.2.9:
4446-
version "3.2.11"
4447-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
4448-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
4449-
dependencies:
4450-
"@nodelib/fs.stat" "^2.0.2"
4451-
"@nodelib/fs.walk" "^1.2.3"
4452-
glob-parent "^5.1.2"
4453-
merge2 "^1.3.0"
4454-
micromatch "^4.0.4"
4455-
44564440
fast-glob@^3.3.2:
44574441
version "3.3.2"
44584442
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
@@ -5098,18 +5082,6 @@ globalthis@^1.0.3:
50985082
dependencies:
50995083
define-properties "^1.1.3"
51005084

5101-
globby@^11.1.0:
5102-
version "11.1.0"
5103-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5104-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5105-
dependencies:
5106-
array-union "^2.1.0"
5107-
dir-glob "^3.0.1"
5108-
fast-glob "^3.2.9"
5109-
ignore "^5.2.0"
5110-
merge2 "^1.4.1"
5111-
slash "^3.0.0"
5112-
51135085
globby@^14.0.0:
51145086
version "14.0.1"
51155087
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
@@ -7233,11 +7205,6 @@ merge2@^1.3.0:
72337205
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
72347206
integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==
72357207

7236-
merge2@^1.4.1:
7237-
version "1.4.1"
7238-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
7239-
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
7240-
72417208
methods@^1.1.2, methods@~1.1.2:
72427209
version "1.1.2"
72437210
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"

0 commit comments

Comments
 (0)