Skip to content

Commit 7484bba

Browse files
fix(deps): update dependency eslint-plugin-cypress to v4 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ebfa572 commit 7484bba

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@next/eslint-plugin-next": "14.2.15",
1616
"@stylistic/eslint-plugin": "2.9.0",
1717
"eslint-import-resolver-typescript": "3.6.3",
18-
"eslint-plugin-cypress": "3.6.0",
18+
"eslint-plugin-cypress": "4.0.0",
1919
"eslint-plugin-import-x": "4.3.1",
2020
"eslint-plugin-jest": "28.8.3",
2121
"eslint-plugin-jest-dom": "5.4.0",

yarn.lock

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,12 +2162,12 @@ eslint-module-utils@^2.8.1:
21622162
dependencies:
21632163
debug "^3.2.7"
21642164

2165-
eslint-plugin-cypress@3.6.0:
2166-
version "3.6.0"
2167-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.6.0.tgz#d0e2f68f27b9a34ecf565bef58ed82c8f10d39a8"
2168-
integrity sha512-7IAMcBbTVu5LpWeZRn5a9mQ30y4hKp3AfTz+6nSD/x/7YyLMoBI6X7XjDLYI6zFvuy4Q4QVGl563AGEXGW/aSA==
2165+
eslint-plugin-cypress@4.0.0:
2166+
version "4.0.0"
2167+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-4.0.0.tgz#e4333e635808ec28ec04f598ec02d42b2bf253a5"
2168+
integrity sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==
21692169
dependencies:
2170-
globals "^13.20.0"
2170+
globals "^15.11.0"
21712171

21722172
eslint-plugin-es-x@^7.5.0:
21732173
version "7.8.0"
@@ -2769,7 +2769,7 @@ glob@^7.1.3, glob@^7.1.4:
27692769
once "^1.3.0"
27702770
path-is-absolute "^1.0.0"
27712771

2772-
[email protected], globals@^15.8.0:
2772+
[email protected], globals@^15.11.0, globals@^15.8.0:
27732773
version "15.11.0"
27742774
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
27752775
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
@@ -2779,13 +2779,6 @@ globals@^11.1.0:
27792779
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
27802780
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
27812781

2782-
globals@^13.20.0:
2783-
version "13.24.0"
2784-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
2785-
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
2786-
dependencies:
2787-
type-fest "^0.20.2"
2788-
27892782
globals@^14.0.0:
27902783
version "14.0.0"
27912784
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -5196,11 +5189,6 @@ type-fest@^0.18.0:
51965189
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
51975190
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
51985191

5199-
type-fest@^0.20.2:
5200-
version "0.20.2"
5201-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
5202-
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
5203-
52045192
type-fest@^0.21.3:
52055193
version "0.21.3"
52065194
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"

0 commit comments

Comments
 (0)