From: Haoqun Jiang Date: Tue, 30 Nov 2021 07:05:22 +0000 (+0800) Subject: chore: bump cypress version X-Git-Tag: v3.0.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5cbb33d94794aebc73459d4875e96e5c4e5eaf0;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: bump cypress version It seems to have fixed a lot of issues, including Apple Silicon, Windows compatibility. --- diff --git a/playground/jsx-pinia-with-tests/package.json b/playground/jsx-pinia-with-tests/package.json index 4d40b370..151dfa76 100644 --- a/playground/jsx-pinia-with-tests/package.json +++ b/playground/jsx-pinia-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-pinia-with-tests/package.json b/playground/jsx-router-pinia-with-tests/package.json index a6a9f686..8f2a2869 100644 --- a/playground/jsx-router-pinia-with-tests/package.json +++ b/playground/jsx-router-pinia-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-router-with-tests/package.json b/playground/jsx-router-with-tests/package.json index 124dd6b4..0ff88057 100644 --- a/playground/jsx-router-with-tests/package.json +++ b/playground/jsx-router-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/jsx-with-tests/package.json b/playground/jsx-with-tests/package.json index 740b9bcb..0d721f76 100644 --- a/playground/jsx-with-tests/package.json +++ b/playground/jsx-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index a7a70523..e2c57063 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index d6b4980e..afccdd7c 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index a09b5385..0941275d 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/playground/typescript-jsx-pinia-with-tests/package.json b/playground/typescript-jsx-pinia-with-tests/package.json index 5c3927ef..65888416 100644 --- a/playground/typescript-jsx-pinia-with-tests/package.json +++ b/playground/typescript-jsx-pinia-with-tests/package.json @@ -21,7 +21,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-router-pinia-with-tests/package.json b/playground/typescript-jsx-router-pinia-with-tests/package.json index bf68ad2a..3a6c23f1 100644 --- a/playground/typescript-jsx-router-pinia-with-tests/package.json +++ b/playground/typescript-jsx-router-pinia-with-tests/package.json @@ -22,7 +22,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-router-with-tests/package.json b/playground/typescript-jsx-router-with-tests/package.json index cc74af24..746f5855 100644 --- a/playground/typescript-jsx-router-with-tests/package.json +++ b/playground/typescript-jsx-router-with-tests/package.json @@ -21,7 +21,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-jsx-with-tests/package.json b/playground/typescript-jsx-with-tests/package.json index 7c397df0..d78c39f1 100644 --- a/playground/typescript-jsx-with-tests/package.json +++ b/playground/typescript-jsx-with-tests/package.json @@ -20,7 +20,7 @@ "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", "@vitejs/plugin-vue-jsx": "^1.3.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index 405f42e2..31f498e1 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index 45296aeb..5e6aa2bf 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -21,7 +21,7 @@ "@cypress/vue": "^3.0.5", "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index a310df69..29661fd4 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^3.0.5", "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index e9d23e67..aa309b1a 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vue": "^3.0.5", "@types/node": "^16.11.10", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "vite": "^2.6.14", diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index 4c32f83a..3427bfb5 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -17,7 +17,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", "@vitejs/plugin-vue": "^1.10.0", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "vite": "^2.6.14" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6deb4a83..8019f7ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,7 +67,7 @@ importers: '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 vite: ^2.6.14 @@ -77,10 +77,10 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -122,7 +122,7 @@ importers: '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 vite: ^2.6.14 @@ -134,10 +134,10 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -147,7 +147,7 @@ importers: '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 vite: ^2.6.14 vue: ^3.2.22 @@ -157,10 +157,10 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -170,7 +170,7 @@ importers: '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 vite: ^2.6.14 vue: ^3.2.22 @@ -178,10 +178,10 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -203,7 +203,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 vite: ^2.6.14 @@ -213,9 +213,9 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -252,7 +252,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 vite: ^2.6.14 @@ -264,9 +264,9 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -275,7 +275,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 vite: ^2.6.14 vue: ^3.2.22 @@ -285,9 +285,9 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -355,7 +355,7 @@ importers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -367,11 +367,11 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -428,7 +428,7 @@ importers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -442,11 +442,11 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -459,7 +459,7 @@ importers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 vite: ^2.6.14 @@ -471,11 +471,11 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -488,7 +488,7 @@ importers: '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 '@vitejs/plugin-vue-jsx': ^1.3.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 vite: ^2.6.14 @@ -498,11 +498,11 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 '@vitejs/plugin-vue-jsx': 1.3.0 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -533,7 +533,7 @@ importers: '@cypress/vue': ^3.0.5 '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -545,10 +545,10 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -600,7 +600,7 @@ importers: '@cypress/vue': ^3.0.5 '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -614,10 +614,10 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -629,7 +629,7 @@ importers: '@cypress/vue': ^3.0.5 '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 vite: ^2.6.14 @@ -641,10 +641,10 @@ importers: vue-router: 4.0.12_vue@3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -656,7 +656,7 @@ importers: '@cypress/vue': ^3.0.5 '@types/node': ^16.11.10 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 vite: ^2.6.14 @@ -666,10 +666,10 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@types/node': 16.11.10 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 vite: 2.6.14 @@ -680,7 +680,7 @@ importers: '@cypress/vite-dev-server': ^2.2.1 '@cypress/vue': ^3.0.5 '@vitejs/plugin-vue': ^1.10.0 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 vite: ^2.6.14 vue: ^3.2.22 @@ -688,9 +688,9 @@ importers: vue: 3.2.23 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 3.0.5_cypress@8.7.0+vue@3.2.23 + '@cypress/vue': 3.0.5_cypress@9.1.0+vue@3.2.23 '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 vite: 2.6.14 @@ -1021,7 +1021,7 @@ packages: - supports-color dev: true - /@cypress/vue/3.0.5_cypress@8.7.0+vue@3.2.23: + /@cypress/vue/3.0.5_cypress@9.1.0+vue@3.2.23: resolution: {integrity: sha512-v6uVMEP04mCJGfc9/oH2ZIYPZ3fRwiOSzjtQ7jT0O2Lt2+SkoEWbDymG0pUFMRM1W8oc7Ep1hqEgZjIop7RXgw==} engines: {node: '>=8'} peerDependencies: @@ -1037,7 +1037,7 @@ packages: dependencies: '@cypress/mount-utils': 1.0.2 '@vue/test-utils': 2.0.0-rc.17_vue@3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 vue: 3.2.23 dev: true @@ -1116,7 +1116,7 @@ packages: resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 14.17.34 + '@types/node': 16.11.10 dev: true optional: true @@ -1685,8 +1685,8 @@ packages: resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} dev: false - /cypress/8.7.0: - resolution: {integrity: sha512-b1bMC3VQydC6sXzBMFnSqcvwc9dTZMgcaOzT0vpSD+Gq1yFc+72JDWi55sfUK5eIeNLAtWOGy1NNb6UlhMvB+Q==} + /cypress/9.1.0: + resolution: {integrity: sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -1726,7 +1726,6 @@ packages: ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 - ramda: 0.27.1 request-progress: 3.0.0 supports-color: 8.1.1 tmp: 0.2.1 @@ -3241,10 +3240,6 @@ packages: deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. dev: true - /ramda/0.27.1: - resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} - dev: true - /read-pkg/3.0.0: resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} engines: {node: '>=4'} diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index 06516166..a14361dc 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -8,7 +8,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^3.0.5", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0" } }