Skip to content

Commit

Permalink
Bump the cypress group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cypress group with 3 updates in the /main/tests/cypress directory: [cypress](https://github.com/cypress-io/cypress), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress).


Updates `cypress` from 13.14.2 to 13.15.2
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.14.2...v13.15.2)

Updates `eslint` from 9.10.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.15.0)

Updates `eslint-plugin-cypress` from 3.5.0 to 4.1.0
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.5.0...v4.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cypress
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cypress
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 58d3e44 commit 0fa404c
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 245 deletions.
6 changes: 3 additions & 3 deletions main/tests/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"lint": "prettier --check . && eslint ."
},
"dependencies": {
"cypress": "13.14.2",
"cypress": "13.15.2",
"cypress-file-upload": "^5.0.8"
},
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.15.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-cypress": "^4.1.0",
"prettier": "3.3.3"
}
}
Loading

0 comments on commit 0fa404c

Please sign in to comment.