Skip to content

Commit

Permalink
:dependabot: Bump cypress from 13.7.1 to 13.7.2 in /src/test/e2e
Browse files Browse the repository at this point in the history
* :dependabot: Bump cypress from 13.7.1 to 13.7.2 in /src/test/e2e

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.1 to 13.7.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.7.1...v13.7.2)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* codespace: close terminal after nodejs installation

* e2e: upgrade cypress container to 13.7.2

---------

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 Apr 8, 2024
1 parent 82aa0d0 commit 71bad2a
Show file tree
Hide file tree
Showing 4 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.1 || nvm install 21.7.1",
"postAttachCommand": "(nvm use 21.7.1 || nvm install 21.7.1) && exit",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:13.7.1
image: cypress/included:13.7.2
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down
14 changes: 7 additions & 7 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
@@ -1,6 +1,6 @@
{
"devDependencies": {
"cypress": "^13.7.1",
"cypress": "^13.7.2",
"cypress-terminal-report": "^6.0.1",
"eslint-plugin-cypress": "^2.15.1"
},
Expand Down

0 comments on commit 71bad2a

Please sign in to comment.