From e94af2066b60091ffb20d842ad1c4d33cf540c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:17:31 +0200 Subject: [PATCH] :dependabot: Bump eslint-plugin-cypress from 3.0.2 to 3.2.0 in /src/test/e2e * :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](https://github.com/cypress-io/eslint-plugin-cypress/compare/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] * codespace: upgrade to nodejs 22.0.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JKatzwinkel --- .devcontainer/devcontainer.json | 2 +- src/test/e2e/package-lock.json | 16 ++++++++-------- src/test/e2e/package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1273abae..a1bc4c70 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": [ diff --git a/src/test/e2e/package-lock.json b/src/test/e2e/package-lock.json index fdc7058a..f41c4b28 100644 --- a/src/test/e2e/package-lock.json +++ b/src/test/e2e/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "cypress": "^13.9.0", "cypress-terminal-report": "^6.0.2", - "eslint-plugin-cypress": "^3.0.2" + "eslint-plugin-cypress": "^3.2.0" } }, "node_modules/@colors/colors": { @@ -917,15 +917,15 @@ } }, "node_modules/eslint-plugin-cypress": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz", - "integrity": "sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "dependencies": { "globals": "^13.20.0" }, "peerDependencies": { - "eslint": ">=7 <9" + "eslint": ">=7" } }, "node_modules/eslint-scope": { @@ -3377,9 +3377,9 @@ } }, "eslint-plugin-cypress": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.0.2.tgz", - "integrity": "sha512-5hIWc3SqXSuR+Sd7gmNMzx8yJ3LWQQS0e+qLvEVF4C1JfFtu1s9imtEm1KxlCBCcKb7+6CyR9KQYs0GiI02AlA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-cypress/-/eslint-plugin-cypress-3.2.0.tgz", + "integrity": "sha512-HaxMz6BoU4ay+K4WrG9ZJC1NdX06FqSlAwtRDStjM0ORFT7zCNPNuRJ+kUPc17Rt2AMUBSqeD9L0zTR3uZhPpw==", "dev": true, "requires": { "globals": "^13.20.0" diff --git a/src/test/e2e/package.json b/src/test/e2e/package.json index 9fc2bbab..4a1d73bf 100644 --- a/src/test/e2e/package.json +++ b/src/test/e2e/package.json @@ -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",