Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit f596a26

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v7
1 parent f9b055f commit f596a26

File tree

2 files changed

+64
-29
lines changed

2 files changed

+64
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@linaria/stylelint-config-standard-linaria": "4.5.1",
4444
"@playwright/test": "1.37.1",
45-
"@typescript-eslint/eslint-plugin": "6.6.0",
45+
"@typescript-eslint/eslint-plugin": "7.4.0",
4646
"eslint": "8.48.0",
4747
"eslint-config-next": "13.4.19",
4848
"eslint-config-prettier": "9.0.0",

yarn.lock

Lines changed: 63 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,16 +1509,16 @@
15091509
dependencies:
15101510
"@types/node" "*"
15111511

1512-
"@typescript-eslint/eslint-plugin@6.6.0":
1513-
version "6.6.0"
1514-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.6.0.tgz#19ba09aa34fd504696445100262e5a9e1b1d7024"
1515-
integrity sha512-CW9YDGTQnNYMIo5lMeuiIG08p4E0cXrXTbcZ2saT/ETE7dWUrNxlijsQeU04qAAKkILiLzdQz+cGFxCJjaZUmA==
1512+
"@typescript-eslint/eslint-plugin@7.4.0":
1513+
version "7.4.0"
1514+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.4.0.tgz#de61c3083842fc6ac889d2fc83c9a96b55ab8328"
1515+
integrity sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==
15161516
dependencies:
15171517
"@eslint-community/regexpp" "^4.5.1"
1518-
"@typescript-eslint/scope-manager" "6.6.0"
1519-
"@typescript-eslint/type-utils" "6.6.0"
1520-
"@typescript-eslint/utils" "6.6.0"
1521-
"@typescript-eslint/visitor-keys" "6.6.0"
1518+
"@typescript-eslint/scope-manager" "7.4.0"
1519+
"@typescript-eslint/type-utils" "7.4.0"
1520+
"@typescript-eslint/utils" "7.4.0"
1521+
"@typescript-eslint/visitor-keys" "7.4.0"
15221522
debug "^4.3.4"
15231523
graphemer "^1.4.0"
15241524
ignore "^5.2.4"
@@ -1545,13 +1545,21 @@
15451545
"@typescript-eslint/types" "6.6.0"
15461546
"@typescript-eslint/visitor-keys" "6.6.0"
15471547

1548-
"@typescript-eslint/[email protected].0":
1549-
version "6.6.0"
1550-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.6.0.tgz#14f651d13b884915c4fca0d27adeb652a4499e86"
1551-
integrity sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg==
1548+
"@typescript-eslint/[email protected].0":
1549+
version "7.4.0"
1550+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.4.0.tgz#acfc69261f10ece7bf7ece1734f1713392c3655f"
1551+
integrity sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==
15521552
dependencies:
1553-
"@typescript-eslint/typescript-estree" "6.6.0"
1554-
"@typescript-eslint/utils" "6.6.0"
1553+
"@typescript-eslint/types" "7.4.0"
1554+
"@typescript-eslint/visitor-keys" "7.4.0"
1555+
1556+
"@typescript-eslint/[email protected]":
1557+
version "7.4.0"
1558+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.4.0.tgz#cfcaab21bcca441c57da5d3a1153555e39028cbd"
1559+
integrity sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==
1560+
dependencies:
1561+
"@typescript-eslint/typescript-estree" "7.4.0"
1562+
"@typescript-eslint/utils" "7.4.0"
15551563
debug "^4.3.4"
15561564
ts-api-utils "^1.0.1"
15571565

@@ -1560,6 +1568,11 @@
15601568
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.6.0.tgz#95e7ea650a2b28bc5af5ea8907114a48f54618c2"
15611569
integrity sha512-CB6QpJQ6BAHlJXdwUmiaXDBmTqIE2bzGTDLADgvqtHWuhfNP3rAOK7kAgRMAET5rDRr9Utt+qAzRBdu3AhR3sg==
15621570

1571+
"@typescript-eslint/[email protected]":
1572+
version "7.4.0"
1573+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.4.0.tgz#ee9dafa75c99eaee49de6dcc9348b45d354419b6"
1574+
integrity sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==
1575+
15631576
"@typescript-eslint/[email protected]":
15641577
version "6.6.0"
15651578
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.6.0.tgz#373c420d2e12c28220f4a83352280a04823a91b7"
@@ -1573,17 +1586,31 @@
15731586
semver "^7.5.4"
15741587
ts-api-utils "^1.0.1"
15751588

1576-
"@typescript-eslint/[email protected]":
1577-
version "6.6.0"
1578-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.6.0.tgz#2d686c0f0786da6362d909e27a9de1c13ba2e7dc"
1579-
integrity sha512-mPHFoNa2bPIWWglWYdR0QfY9GN0CfvvXX1Sv6DlSTive3jlMTUy+an67//Gysc+0Me9pjitrq0LJp0nGtLgftw==
1589+
"@typescript-eslint/[email protected]":
1590+
version "7.4.0"
1591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.4.0.tgz#12dbcb4624d952f72c10a9f4431284fca24624f4"
1592+
integrity sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==
1593+
dependencies:
1594+
"@typescript-eslint/types" "7.4.0"
1595+
"@typescript-eslint/visitor-keys" "7.4.0"
1596+
debug "^4.3.4"
1597+
globby "^11.1.0"
1598+
is-glob "^4.0.3"
1599+
minimatch "9.0.3"
1600+
semver "^7.5.4"
1601+
ts-api-utils "^1.0.1"
1602+
1603+
"@typescript-eslint/[email protected]":
1604+
version "7.4.0"
1605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.4.0.tgz#d889a0630cab88bddedaf7c845c64a00576257bd"
1606+
integrity sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==
15801607
dependencies:
15811608
"@eslint-community/eslint-utils" "^4.4.0"
15821609
"@types/json-schema" "^7.0.12"
15831610
"@types/semver" "^7.5.0"
1584-
"@typescript-eslint/scope-manager" "6.6.0"
1585-
"@typescript-eslint/types" "6.6.0"
1586-
"@typescript-eslint/typescript-estree" "6.6.0"
1611+
"@typescript-eslint/scope-manager" "7.4.0"
1612+
"@typescript-eslint/types" "7.4.0"
1613+
"@typescript-eslint/typescript-estree" "7.4.0"
15871614
semver "^7.5.4"
15881615

15891616
"@typescript-eslint/[email protected]":
@@ -1594,6 +1621,14 @@
15941621
"@typescript-eslint/types" "6.6.0"
15951622
eslint-visitor-keys "^3.4.1"
15961623

1624+
"@typescript-eslint/[email protected]":
1625+
version "7.4.0"
1626+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.4.0.tgz#0c8ff2c1f8a6fe8d7d1a57ebbd4a638e86a60a94"
1627+
integrity sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==
1628+
dependencies:
1629+
"@typescript-eslint/types" "7.4.0"
1630+
eslint-visitor-keys "^3.4.1"
1631+
15971632
"@xmldom/xmldom@^0.8.3":
15981633
version "0.8.10"
15991634
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99"
@@ -3692,20 +3727,20 @@ min-indent@^1.0.0, min-indent@^1.0.1:
36923727
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
36933728
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
36943729

3730+
[email protected], minimatch@^9.0.3:
3731+
version "9.0.3"
3732+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3733+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3734+
dependencies:
3735+
brace-expansion "^2.0.1"
3736+
36953737
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
36963738
version "3.1.2"
36973739
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
36983740
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
36993741
dependencies:
37003742
brace-expansion "^1.1.7"
37013743

3702-
minimatch@^9.0.3:
3703-
version "9.0.3"
3704-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3705-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3706-
dependencies:
3707-
brace-expansion "^2.0.1"
3708-
37093744
37103745
version "4.1.0"
37113746
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)