Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 894de79

Browse files
fix(deps): update typescript-eslint monorepo to v5.59.6
1 parent 90944e4 commit 894de79

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"@babel/eslint-parser": "7.21.3",
9595
"@babel/preset-react": "7.18.6",
9696
"@next/eslint-plugin-next": "13.2.4",
97-
"@typescript-eslint/eslint-plugin": "5.56.0",
98-
"@typescript-eslint/parser": "5.56.0",
97+
"@typescript-eslint/eslint-plugin": "5.59.6",
98+
"@typescript-eslint/parser": "5.59.6",
9999
"confusing-browser-globals": "1.0.11",
100100
"eslint-config-prettier": "8.8.0",
101101
"eslint-import-resolver-jsconfig": "1.1.0",

yarn.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,15 +1419,15 @@
14191419
dependencies:
14201420
"@types/yargs-parser" "*"
14211421

1422-
"@typescript-eslint/eslint-plugin@5.56.0":
1423-
version "5.56.0"
1424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
1425-
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
1422+
"@typescript-eslint/eslint-plugin@5.59.6":
1423+
version "5.59.6"
1424+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
1425+
integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
14261426
dependencies:
14271427
"@eslint-community/regexpp" "^4.4.0"
1428-
"@typescript-eslint/scope-manager" "5.56.0"
1429-
"@typescript-eslint/type-utils" "5.56.0"
1430-
"@typescript-eslint/utils" "5.56.0"
1428+
"@typescript-eslint/scope-manager" "5.59.6"
1429+
"@typescript-eslint/type-utils" "5.59.6"
1430+
"@typescript-eslint/utils" "5.59.6"
14311431
debug "^4.3.4"
14321432
grapheme-splitter "^1.0.4"
14331433
ignore "^5.2.0"
@@ -1442,24 +1442,16 @@
14421442
dependencies:
14431443
"@typescript-eslint/utils" "5.57.1"
14441444

1445-
"@typescript-eslint/parser@5.56.0":
1446-
version "5.56.0"
1447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
1448-
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
1445+
"@typescript-eslint/parser@5.59.6":
1446+
version "5.59.6"
1447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
1448+
integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
14491449
dependencies:
1450-
"@typescript-eslint/scope-manager" "5.56.0"
1451-
"@typescript-eslint/types" "5.56.0"
1452-
"@typescript-eslint/typescript-estree" "5.56.0"
1450+
"@typescript-eslint/scope-manager" "5.59.6"
1451+
"@typescript-eslint/types" "5.59.6"
1452+
"@typescript-eslint/typescript-estree" "5.59.6"
14531453
debug "^4.3.4"
14541454

1455-
"@typescript-eslint/[email protected]":
1456-
version "5.56.0"
1457-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
1458-
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
1459-
dependencies:
1460-
"@typescript-eslint/types" "5.56.0"
1461-
"@typescript-eslint/visitor-keys" "5.56.0"
1462-
14631455
"@typescript-eslint/[email protected]":
14641456
version "5.57.1"
14651457
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
@@ -1468,38 +1460,33 @@
14681460
"@typescript-eslint/types" "5.57.1"
14691461
"@typescript-eslint/visitor-keys" "5.57.1"
14701462

1471-
"@typescript-eslint/[email protected]":
1472-
version "5.56.0"
1473-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
1474-
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
1463+
"@typescript-eslint/[email protected]":
1464+
version "5.59.6"
1465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
1466+
integrity sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==
1467+
dependencies:
1468+
"@typescript-eslint/types" "5.59.6"
1469+
"@typescript-eslint/visitor-keys" "5.59.6"
1470+
1471+
"@typescript-eslint/[email protected]":
1472+
version "5.59.6"
1473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
1474+
integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
14751475
dependencies:
1476-
"@typescript-eslint/typescript-estree" "5.56.0"
1477-
"@typescript-eslint/utils" "5.56.0"
1476+
"@typescript-eslint/typescript-estree" "5.59.6"
1477+
"@typescript-eslint/utils" "5.59.6"
14781478
debug "^4.3.4"
14791479
tsutils "^3.21.0"
14801480

1481-
"@typescript-eslint/[email protected]":
1482-
version "5.56.0"
1483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
1484-
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
1485-
14861481
"@typescript-eslint/[email protected]":
14871482
version "5.57.1"
14881483
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
14891484
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
14901485

1491-
"@typescript-eslint/[email protected]":
1492-
version "5.56.0"
1493-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
1494-
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
1495-
dependencies:
1496-
"@typescript-eslint/types" "5.56.0"
1497-
"@typescript-eslint/visitor-keys" "5.56.0"
1498-
debug "^4.3.4"
1499-
globby "^11.1.0"
1500-
is-glob "^4.0.3"
1501-
semver "^7.3.7"
1502-
tsutils "^3.21.0"
1486+
"@typescript-eslint/[email protected]":
1487+
version "5.59.6"
1488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
1489+
integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
15031490

15041491
"@typescript-eslint/[email protected]":
15051492
version "5.57.1"
@@ -1514,19 +1501,18 @@
15141501
semver "^7.3.7"
15151502
tsutils "^3.21.0"
15161503

1517-
"@typescript-eslint/utils@5.56.0":
1518-
version "5.56.0"
1519-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
1520-
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
1504+
"@typescript-eslint/typescript-estree@5.59.6":
1505+
version "5.59.6"
1506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
1507+
integrity sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==
15211508
dependencies:
1522-
"@eslint-community/eslint-utils" "^4.2.0"
1523-
"@types/json-schema" "^7.0.9"
1524-
"@types/semver" "^7.3.12"
1525-
"@typescript-eslint/scope-manager" "5.56.0"
1526-
"@typescript-eslint/types" "5.56.0"
1527-
"@typescript-eslint/typescript-estree" "5.56.0"
1528-
eslint-scope "^5.1.1"
1509+
"@typescript-eslint/types" "5.59.6"
1510+
"@typescript-eslint/visitor-keys" "5.59.6"
1511+
debug "^4.3.4"
1512+
globby "^11.1.0"
1513+
is-glob "^4.0.3"
15291514
semver "^7.3.7"
1515+
tsutils "^3.21.0"
15301516

15311517
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.43.0", "@typescript-eslint/utils@^5.45.0":
15321518
version "5.57.1"
@@ -1542,13 +1528,19 @@
15421528
eslint-scope "^5.1.1"
15431529
semver "^7.3.7"
15441530

1545-
"@typescript-eslint/visitor-keys@5.56.0":
1546-
version "5.56.0"
1547-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
1548-
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
1531+
"@typescript-eslint/utils@5.59.6":
1532+
version "5.59.6"
1533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
1534+
integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
15491535
dependencies:
1550-
"@typescript-eslint/types" "5.56.0"
1551-
eslint-visitor-keys "^3.3.0"
1536+
"@eslint-community/eslint-utils" "^4.2.0"
1537+
"@types/json-schema" "^7.0.9"
1538+
"@types/semver" "^7.3.12"
1539+
"@typescript-eslint/scope-manager" "5.59.6"
1540+
"@typescript-eslint/types" "5.59.6"
1541+
"@typescript-eslint/typescript-estree" "5.59.6"
1542+
eslint-scope "^5.1.1"
1543+
semver "^7.3.7"
15521544

15531545
"@typescript-eslint/[email protected]":
15541546
version "5.57.1"
@@ -1558,6 +1550,14 @@
15581550
"@typescript-eslint/types" "5.57.1"
15591551
eslint-visitor-keys "^3.3.0"
15601552

1553+
"@typescript-eslint/[email protected]":
1554+
version "5.59.6"
1555+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"
1556+
integrity sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==
1557+
dependencies:
1558+
"@typescript-eslint/types" "5.59.6"
1559+
eslint-visitor-keys "^3.3.0"
1560+
15611561
JSONStream@^1.0.4:
15621562
version "1.3.5"
15631563
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)