Skip to content

Commit e8b1cd6

Browse files
Bump eslint-plugin-cypress from 2.15.2 to 4.1.0
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.2 to 4.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.15.2...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e321528 commit e8b1cd6

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint": "8.57.0",
5656
"eslint-config-airbnb": "^19.0.4",
5757
"eslint-config-prettier": "^9.1.0",
58-
"eslint-plugin-cypress": "^2.12.1",
58+
"eslint-plugin-cypress": "^4.1.0",
5959
"eslint-plugin-jsx-a11y": "^6.7.0",
6060
"eslint-plugin-prettier": "^5.1.3",
6161
"eslint-plugin-react": "^7.37.0",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7455,14 +7455,14 @@ __metadata:
74557455
languageName: node
74567456
linkType: hard
74577457

7458-
"eslint-plugin-cypress@npm:^2.12.1":
7459-
version: 2.15.2
7460-
resolution: "eslint-plugin-cypress@npm:2.15.2"
7458+
"eslint-plugin-cypress@npm:^4.1.0":
7459+
version: 4.1.0
7460+
resolution: "eslint-plugin-cypress@npm:4.1.0"
74617461
dependencies:
7462-
globals: "npm:^13.20.0"
7462+
globals: "npm:^15.11.0"
74637463
peerDependencies:
7464-
eslint: ">= 3.2.1"
7465-
checksum: 10c0/bcc521633251a852dc3c115455ddda931435bb61c0895e5ad1abe43acb3a15fc0b0e79bf73b7aa078794a2b1084232f1b74ffe39d631a3f312265f97941cd290
7464+
eslint: ">=9"
7465+
checksum: 10c0/991d3cc48ed139a52bec4e48e3be2b97274c63f0dd1d14f5b2a1a86315c9adf8a85c91837d64a83b177f07b8c410634d6db44f2555b97aeb96549f4dfac04b10
74667466
languageName: node
74677467
linkType: hard
74687468

@@ -8729,7 +8729,7 @@ __metadata:
87298729
languageName: node
87308730
linkType: hard
87318731

8732-
"globals@npm:^13.19.0, globals@npm:^13.20.0":
8732+
"globals@npm:^13.19.0":
87338733
version: 13.24.0
87348734
resolution: "globals@npm:13.24.0"
87358735
dependencies:
@@ -8738,6 +8738,13 @@ __metadata:
87388738
languageName: node
87398739
linkType: hard
87408740

8741+
"globals@npm:^15.11.0":
8742+
version: 15.14.0
8743+
resolution: "globals@npm:15.14.0"
8744+
checksum: 10c0/039deb8648bd373b7940c15df9f96ab7508fe92b31bbd39cbd1c1a740bd26db12457aa3e5d211553b234f30e9b1db2fee3683012f543a01a6942c9062857facb
8745+
languageName: node
8746+
linkType: hard
8747+
87418748
"globalthis@npm:^1.0.4":
87428749
version: 1.0.4
87438750
resolution: "globalthis@npm:1.0.4"
@@ -11191,7 +11198,7 @@ __metadata:
1119111198
eslint: "npm:8.57.0"
1119211199
eslint-config-airbnb: "npm:^19.0.4"
1119311200
eslint-config-prettier: "npm:^9.1.0"
11194-
eslint-plugin-cypress: "npm:^2.12.1"
11201+
eslint-plugin-cypress: "npm:^4.1.0"
1119511202
eslint-plugin-import: "npm:^2.29.1"
1119611203
eslint-plugin-jsx-a11y: "npm:^6.7.0"
1119711204
eslint-plugin-prettier: "npm:^5.1.3"

0 commit comments

Comments
 (0)