Bump eslint-plugin-cypress from 3.5.0 to 4.0.0 (#33867)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.5.0 to 4.0.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.5.0...v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
20f97706e0
commit
1300e12ab8
2 changed files with 14 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
"@types/node": "^22.7.5",
|
||||
"eslint": "^9.12.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-cypress": "^3.5.0",
|
||||
"eslint-plugin-cypress": "^4.0.0",
|
||||
"eslint-plugin-lodash": "^8.0.0",
|
||||
"eslint-plugin-mocha": "^10.5.0",
|
||||
"eslint-plugin-playwright": "^1.7.0",
|
||||
|
|
|
@ -27,8 +27,8 @@ importers:
|
|||
specifier: ^9.1.0
|
||||
version: 9.1.0(eslint@9.12.0)
|
||||
eslint-plugin-cypress:
|
||||
specifier: ^3.5.0
|
||||
version: 3.5.0(eslint@9.12.0)
|
||||
specifier: ^4.0.0
|
||||
version: 4.0.0(eslint@9.12.0)
|
||||
eslint-plugin-lodash:
|
||||
specifier: ^8.0.0
|
||||
version: 8.0.0(eslint@9.12.0)
|
||||
|
@ -2690,10 +2690,10 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
|
||||
eslint-plugin-cypress@3.5.0:
|
||||
resolution: {integrity: sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==}
|
||||
eslint-plugin-cypress@4.0.0:
|
||||
resolution: {integrity: sha512-KRzI4zxoOKMhWKRxcikRu/Vjsomnx1vXJEY2CTG+4oluFbXxGuyRC1CLlhmBVOK5/iR17vY7rzuyRbpcx5zEPA==}
|
||||
peerDependencies:
|
||||
eslint: '>=7'
|
||||
eslint: '>=9'
|
||||
|
||||
eslint-plugin-lodash@8.0.0:
|
||||
resolution: {integrity: sha512-7DA8485FolmWRzh+8t4S8Pzin2TTuWfb0ZW3j/2fYElgk82ZanFz8vDcvc4BBPceYdX1p/za+tkbO68maDBGGw==}
|
||||
|
@ -3081,6 +3081,10 @@ packages:
|
|||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globals@15.11.0:
|
||||
resolution: {integrity: sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globalthis@1.0.4:
|
||||
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
@ -7510,10 +7514,10 @@ snapshots:
|
|||
dependencies:
|
||||
eslint: 9.12.0
|
||||
|
||||
eslint-plugin-cypress@3.5.0(eslint@9.12.0):
|
||||
eslint-plugin-cypress@4.0.0(eslint@9.12.0):
|
||||
dependencies:
|
||||
eslint: 9.12.0
|
||||
globals: 13.24.0
|
||||
globals: 15.11.0
|
||||
|
||||
eslint-plugin-lodash@8.0.0(eslint@9.12.0):
|
||||
dependencies:
|
||||
|
@ -7975,6 +7979,8 @@ snapshots:
|
|||
|
||||
globals@14.0.0: {}
|
||||
|
||||
globals@15.11.0: {}
|
||||
|
||||
globalthis@1.0.4:
|
||||
dependencies:
|
||||
define-properties: 1.2.1
|
||||
|
|
Loading…
Reference in a new issue