Skip to content

Commit aa58bef

Browse files
chore(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 3.0.0 (#462)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.15.1 to 3.0.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v2.15.1...v3.0.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b41a49 commit aa58bef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint": "^8.57.0",
1414
"eslint-config-prettier": "^9.1.0",
1515
"eslint-plugin-markdown": "^3.0.1",
16-
"eslint-plugin-cypress": "^2.15.1",
16+
"eslint-plugin-cypress": "^3.0.0",
1717
"eslint-plugin-prefer-let": "^3.0.1",
1818
"jest": "^29.7.0",
1919
"prettier": "^3.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,10 +1679,10 @@ eslint-module-utils@^2.7.4:
16791679
dependencies:
16801680
debug "^3.2.7"
16811681

1682-
eslint-plugin-cypress@^2.15.1:
1683-
version "2.15.1"
1684-
resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-2.15.1.tgz#336afa7e8e27451afaf65aa359c9509e0a4f3a7b"
1685-
integrity sha512-eLHLWP5Q+I4j2AWepYq0PgFEei9/s5LvjuSqWrxurkg1YZ8ltxdvMNmdSf0drnsNo57CTgYY/NIHHLRSWejR7w==
1682+
eslint-plugin-cypress@^3.0.0:
1683+
version "3.0.0"
1684+
resolved "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.0.tgz#7b893ed0cea6de98bc5e7102d735c23e00d3fe70"
1685+
integrity sha512-ZQ0l8+fcWDYptaxLkmk2l77TAfmJqNM2SSbC6t9+P/GeMLOu2zq2jtJKsHh+qxZEzkm/5IfFgbwAU3P5AZf7+w==
16861686
dependencies:
16871687
globals "^13.20.0"
16881688

0 commit comments

Comments
 (0)