Skip to content

build: πŸ“¦ update dependency eslint-plugin-cypress to v5 #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"dotenv": "16.5.0",
"eslint": "9.14.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-cypress": "4.3.0",
"eslint-plugin-cypress": "5.1.0",
"husky": "^9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4464,7 +4464,7 @@ __metadata:
dotenv: 16.5.0
eslint: 9.14.0
eslint-config-prettier: 10.1.5
eslint-plugin-cypress: 4.3.0
eslint-plugin-cypress: 5.1.0
husky: ^9.0.0
jest: 29.7.0
jest-environment-jsdom: 29.7.0
Expand Down Expand Up @@ -12161,14 +12161,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:4.3.0":
version: 4.3.0
resolution: "eslint-plugin-cypress@npm:4.3.0"
"eslint-plugin-cypress@npm:5.1.0":
version: 5.1.0
resolution: "eslint-plugin-cypress@npm:5.1.0"
dependencies:
globals: ^15.15.0
globals: ^16.2.0
peerDependencies:
eslint: ">=9"
checksum: 6e385e0111bce47b81defe04bf07bb81646e7a96266564e4b3835a9c7e768fd30871461ce2dfdcacdcded09b5e03cce9e47dea392557dfaa96dd5bf1138f1de8
checksum: 95e47e8c1a0e808eaeed7001c57bd522d4581fea59375a4e3b091f3025b9b24e2f2f6c5888741bb604986c72c2ff1827c74de839d9dd53810a64bece053e5431
languageName: node
linkType: hard

Expand Down Expand Up @@ -13474,13 +13474,20 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^15.15.0, globals@npm:^15.9.0":
"globals@npm:^15.9.0":
version: 15.15.0
resolution: "globals@npm:15.15.0"
checksum: a2a92199a112db00562a2f85eeef2a7e3943e171f7f7d9b17dfa9231e35fd612588f3c199d1509ab1757273467e413b08c80424cf6e399e96acdaf93deb3ee88
languageName: node
linkType: hard

"globals@npm:^16.2.0":
version: 16.2.0
resolution: "globals@npm:16.2.0"
checksum: 3128d8b09643164a095b67e581e2b9d59f344b839bcea3be16bc67ce19c2bafe5c95cc6b8c6a8f7e1a584c4fbd288ddd685f8dfbd3e451eaa07ff0e0b5a7c2ca
languageName: node
linkType: hard

"globby@npm:10.0.1":
version: 10.0.1
resolution: "globby@npm:10.0.1"
Expand Down
Loading