]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore(deps): update dependency cypress to v14 (#667)
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 20 Jan 2025 16:59:46 +0000 (00:59 +0800)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2025 16:59:46 +0000 (00:59 +0800)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pnpm-lock.yaml
template/config/cypress-ct/package.json
template/config/cypress/package.json

index 8a890a1aaff07fef7c24e354c7362f7beb521752..1029374af7f1e568c03ae5fe52becc1c4efe86c4 100644 (file)
@@ -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)
index 278d467ce73bcb80c00b2c312555d49ca1850db3..ceb43f6268cf3f3ec45aa83fce8d11f96ccf0e4b 100644 (file)
@@ -7,6 +7,6 @@
     "vue": "^3.5.13"
   },
   "devDependencies": {
-    "cypress": "^13.17.0"
+    "cypress": "^14.0.0"
   }
 }
index c29da8fcbeda3cf9e1026bc0e28698347b7f8ee9..9a63b0ff8dee967fe201a0d79bb48609b8867686 100644 (file)
@@ -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"
   }
 }