Skip to content

Commit

Permalink
:dependabot: Bump eslint-plugin-cypress from 3.0.2 to 3.2.0 in /src/test/e2e
Browse files Browse the repository at this point in the history
* :dependabot: Bump eslint-plugin-cypress in /src/test/e2e

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.0.2 to 3.2.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.0.2...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* codespace: upgrade to nodejs 22.0.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored May 22, 2024
1 parent 8e90e22 commit e94af20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postStartCommand": "sudo apt-get update && sudo apt-get install -y fontconfig && sudo apt-get clean",
"postAttachCommand": "(nvm use 21.7.2 || nvm install 21.7.2) && exit",
"postAttachCommand": "(nvm use 22.0.0 || nvm install 22.0.0) && exit",
"customizations": {
"vscode": {
"extensions": [
Expand Down
16 changes: 8 additions & 8 deletions src/test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"cypress": "^13.9.0",
"cypress-terminal-report": "^6.0.2",
"eslint-plugin-cypress": "^3.0.2"
"eslint-plugin-cypress": "^3.2.0"
},
"scripts": {
"cy": "npx cypress run",
Expand Down

0 comments on commit e94af20

Please sign in to comment.