From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:59:46 +0000 (+0800) Subject: chore(deps): update dependency cypress to v14 (#667) X-Git-Tag: v3.14.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59cf90c827a299ec69a37b19d9ae59e4c488c150;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update dependency cypress to v14 (#667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8a890a1a..1029374a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: template/config/cypress: devDependencies: cypress: - specifier: ^13.17.0 - version: 13.17.0 + specifier: ^14.0.0 + version: 14.0.0 start-server-and-test: specifier: ^2.0.10 version: 2.0.10 @@ -89,8 +89,8 @@ importers: version: 3.5.13(typescript@5.7.3) devDependencies: cypress: - specifier: ^13.17.0 - version: 13.17.0 + specifier: ^14.0.0 + version: 14.0.0 template/config/jsx: dependencies: @@ -1631,9 +1631,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@13.17.0: - resolution: {integrity: sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==} - engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} + cypress@14.0.0: + resolution: {integrity: sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==} + engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true dashdash@1.14.1: @@ -5340,7 +5340,7 @@ snapshots: csstype@3.1.3: {} - cypress@13.17.0: + cypress@14.0.0: dependencies: '@cypress/request': 3.0.6 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 278d467c..ceb43f62 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -7,6 +7,6 @@ "vue": "^3.5.13" }, "devDependencies": { - "cypress": "^13.17.0" + "cypress": "^14.0.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index c29da8fc..9a63b0ff 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -4,7 +4,7 @@ "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'" }, "devDependencies": { - "cypress": "^13.17.0", + "cypress": "^14.0.0", "start-server-and-test": "^2.0.10" } }