Skip to content

Commit

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

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.4 to 13.6.5.
- [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.6.4...v13.6.5)

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

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

* ci: upgrade e2e container to cypress 13.6.5

* devcontainer: upgrade to nodejs 21.6.2

* upgrade to elasticsearch 8.12.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 Feb 26, 2024
1 parent 24d0329 commit b7818ff
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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 install 21.6.1",
"postAttachCommand": "nvm install 21.6.2",
"customizations": {
"vscode": {
"extensions": [
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

es:
container_name: tla-es
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.12.2
environment:
ES_JAVA_OPTS: -Xms512m -Xmx512m -Dlog4j2.formatMsgNoLookups=true
discovery.type: single-node
Expand Down Expand Up @@ -56,7 +56,7 @@ services:

e2e:
container_name: tla-e2e
image: cypress/included:13.6.4
image: cypress/included:13.6.5
working_dir: /e2e
volumes:
- ./src/test/e2e:/e2e
Expand Down
22 changes: 11 additions & 11 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.6.4",
"cypress": "^13.6.5",
"cypress-terminal-report": "^6.0.0",
"eslint-plugin-cypress": "^2.15.1"
},
Expand Down

0 comments on commit b7818ff

Please sign in to comment.