From ff14e504b74114c33335ee8aaee9f8f01ccd3697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 02:09:23 +0000 Subject: [PATCH] chore(deps): update dependency cypress to v15 --- pnpm-lock.yaml | 24 +++++++++++++++--------- template/config/cypress-ct/package.json | 2 +- template/config/cypress/package.json | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 717000fd..1e022e0a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,8 +76,8 @@ importers: template/config/cypress: devDependencies: cypress: - specifier: ^14.5.4 - version: 14.5.4 + specifier: ^15.0.0 + version: 15.0.0 start-server-and-test: specifier: ^2.0.13 version: 2.0.13 @@ -89,8 +89,8 @@ importers: version: 3.5.18(typescript@5.9.2) devDependencies: cypress: - specifier: ^14.5.4 - version: 14.5.4 + specifier: ^15.0.0 + version: 15.0.0 template/config/jsx: dependencies: @@ -1778,9 +1778,9 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@14.5.4: - resolution: {integrity: sha512-0Dhm4qc9VatOcI1GiFGVt8osgpPdqJLHzRwcAB5MSD/CAAts3oybvPUPawHyvJZUd8osADqZe/xzMsZ8sDTjXw==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + cypress@15.0.0: + resolution: {integrity: sha512-OH5Srk10qTzHYYt3BsP9V1DPYIAzms55s3xQn4mGmYO4k6pi25MCajDyPbiULfNDhNcthNQ2xmYvu1JdeEw1Hw==} + engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0} hasBin: true dashdash@1.14.1: @@ -3698,6 +3698,10 @@ packages: resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} engines: {node: '>=14.14'} + tmp@0.2.5: + resolution: {integrity: sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==} + engines: {node: '>=14.14'} + to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -5695,7 +5699,7 @@ snapshots: csstype@3.1.3: {} - cypress@14.5.4: + cypress@15.0.0: dependencies: '@cypress/request': 3.0.9 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -5737,7 +5741,7 @@ snapshots: request-progress: 3.0.0 semver: 7.7.1 supports-color: 8.1.1 - tmp: 0.2.3 + tmp: 0.2.5 tree-kill: 1.2.2 untildify: 4.0.0 yauzl: 2.10.0 @@ -7778,6 +7782,8 @@ snapshots: tmp@0.2.3: {} + tmp@0.2.5: {} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 5ff76384..31010154 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -7,6 +7,6 @@ "vue": "^3.5.18" }, "devDependencies": { - "cypress": "^14.5.4" + "cypress": "^15.0.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index 238eb74f..e9d24773 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -5,7 +5,7 @@ "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'" }, "devDependencies": { - "cypress": "^14.5.4", + "cypress": "^15.0.0", "start-server-and-test": "^2.0.13" } }