From: Haoqun Jiang Date: Tue, 30 Nov 2021 13:34:17 +0000 (+0800) Subject: chore: bump cypress version X-Git-Tag: v2.0.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7e46966e0fc0be1eb09b5a46ca5e0392ab1795d;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: bump cypress version --- diff --git a/playground/default/README.md b/playground/default/README.md index c1783556..02fe0be7 100644 --- a/playground/default/README.md +++ b/playground/default/README.md @@ -1,6 +1,6 @@ # default -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/pinia-with-tests/README.md b/playground/pinia-with-tests/README.md index ce0f774d..1d559a05 100644 --- a/playground/pinia-with-tests/README.md +++ b/playground/pinia-with-tests/README.md @@ -1,6 +1,6 @@ # pinia-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/pinia-with-tests/package.json b/playground/pinia-with-tests/package.json index f3212607..ec598fac 100644 --- a/playground/pinia-with-tests/package.json +++ b/playground/pinia-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/pinia/README.md b/playground/pinia/README.md index d1d32134..37089835 100644 --- a/playground/pinia/README.md +++ b/playground/pinia/README.md @@ -1,6 +1,6 @@ # pinia -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/router-pinia-with-tests/README.md b/playground/router-pinia-with-tests/README.md index 84468dc1..7b87e89e 100644 --- a/playground/router-pinia-with-tests/README.md +++ b/playground/router-pinia-with-tests/README.md @@ -1,6 +1,6 @@ # router-pinia-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/router-pinia-with-tests/package.json b/playground/router-pinia-with-tests/package.json index d06f24f9..ad01d85b 100644 --- a/playground/router-pinia-with-tests/package.json +++ b/playground/router-pinia-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/router-pinia/README.md b/playground/router-pinia/README.md index 165d525e..8ec2ec94 100644 --- a/playground/router-pinia/README.md +++ b/playground/router-pinia/README.md @@ -1,6 +1,6 @@ # router-pinia -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/router-with-tests/README.md b/playground/router-with-tests/README.md index 4a91f41f..8de21b47 100644 --- a/playground/router-with-tests/README.md +++ b/playground/router-with-tests/README.md @@ -1,6 +1,6 @@ # router-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/router-with-tests/package.json b/playground/router-with-tests/package.json index e1bd984a..eb59dffa 100644 --- a/playground/router-with-tests/package.json +++ b/playground/router-with-tests/package.json @@ -19,7 +19,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/playground/router/README.md b/playground/router/README.md index a5c883e6..049ddce0 100644 --- a/playground/router/README.md +++ b/playground/router/README.md @@ -1,6 +1,6 @@ # router -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-pinia-with-tests/README.md b/playground/typescript-pinia-with-tests/README.md index 8eaca70b..b0e3c8bd 100644 --- a/playground/typescript-pinia-with-tests/README.md +++ b/playground/typescript-pinia-with-tests/README.md @@ -1,6 +1,6 @@ # typescript-pinia-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-pinia-with-tests/package.json b/playground/typescript-pinia-with-tests/package.json index 8d08c4db..dd8697e8 100644 --- a/playground/typescript-pinia-with-tests/package.json +++ b/playground/typescript-pinia-with-tests/package.json @@ -21,7 +21,7 @@ "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-pinia/README.md b/playground/typescript-pinia/README.md index fd295742..42e9e259 100644 --- a/playground/typescript-pinia/README.md +++ b/playground/typescript-pinia/README.md @@ -1,6 +1,6 @@ # typescript-pinia -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-router-pinia-with-tests/README.md b/playground/typescript-router-pinia-with-tests/README.md index f9fb0035..dc421902 100644 --- a/playground/typescript-router-pinia-with-tests/README.md +++ b/playground/typescript-router-pinia-with-tests/README.md @@ -1,6 +1,6 @@ # typescript-router-pinia-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-router-pinia-with-tests/package.json b/playground/typescript-router-pinia-with-tests/package.json index a02361da..3166fabd 100644 --- a/playground/typescript-router-pinia-with-tests/package.json +++ b/playground/typescript-router-pinia-with-tests/package.json @@ -22,7 +22,7 @@ "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-router-pinia/README.md b/playground/typescript-router-pinia/README.md index c58d6635..cc10bc16 100644 --- a/playground/typescript-router-pinia/README.md +++ b/playground/typescript-router-pinia/README.md @@ -1,6 +1,6 @@ # typescript-router-pinia -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-router-with-tests/README.md b/playground/typescript-router-with-tests/README.md index 17ca1244..486bd2d1 100644 --- a/playground/typescript-router-with-tests/README.md +++ b/playground/typescript-router-with-tests/README.md @@ -1,6 +1,6 @@ # typescript-router-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-router-with-tests/package.json b/playground/typescript-router-with-tests/package.json index 3ab64a99..da454458 100644 --- a/playground/typescript-router-with-tests/package.json +++ b/playground/typescript-router-with-tests/package.json @@ -21,7 +21,7 @@ "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript-router/README.md b/playground/typescript-router/README.md index d10a4e15..c2b4a865 100644 --- a/playground/typescript-router/README.md +++ b/playground/typescript-router/README.md @@ -1,6 +1,6 @@ # typescript-router -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-with-tests/README.md b/playground/typescript-with-tests/README.md index b4972f0f..a8d2318d 100644 --- a/playground/typescript-with-tests/README.md +++ b/playground/typescript-with-tests/README.md @@ -1,6 +1,6 @@ # typescript-with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/typescript-with-tests/package.json b/playground/typescript-with-tests/package.json index 6746953d..c246e0d0 100644 --- a/playground/typescript-with-tests/package.json +++ b/playground/typescript-with-tests/package.json @@ -20,7 +20,7 @@ "@cypress/vue": "^2.2.4", "@types/node": "^16.11.10", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "typescript": "~4.4.4", "unplugin-vue2-script-setup": "^0.7.1", diff --git a/playground/typescript/README.md b/playground/typescript/README.md index 5d2ef358..2745fb29 100644 --- a/playground/typescript/README.md +++ b/playground/typescript/README.md @@ -1,6 +1,6 @@ # typescript -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/with-tests/README.md b/playground/with-tests/README.md index ea2966b7..fa69ac2b 100644 --- a/playground/with-tests/README.md +++ b/playground/with-tests/README.md @@ -1,6 +1,6 @@ # with-tests -This template should help get you started developing with Vue 3 in Vite. +This template should help get you started developing with Vue 2 in Vite. ## Recommended IDE Setup diff --git a/playground/with-tests/package.json b/playground/with-tests/package.json index e794d61d..36f4dd50 100644 --- a/playground/with-tests/package.json +++ b/playground/with-tests/package.json @@ -18,7 +18,7 @@ "@cypress/vite-dev-server": "^2.2.1", "@cypress/vue": "^2.2.4", "@vue/runtime-dom": "^3.2.22", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0", "unplugin-vue2-script-setup": "^0.7.1", "vite": "^2.6.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94064cd6..f9e6adfe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,7 +68,7 @@ importers: '@cypress/vue': ^2.2.4 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 unplugin-vue2-script-setup: ^0.7.1 @@ -82,9 +82,9 @@ importers: vue: 2.6.14 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -141,7 +141,7 @@ importers: '@cypress/vue': ^2.2.4 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 unplugin-vue2-script-setup: ^0.7.1 @@ -157,9 +157,9 @@ importers: vue-router: 3.5.3 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -172,7 +172,7 @@ importers: '@cypress/vue': ^2.2.4 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 unplugin-vue2-script-setup: ^0.7.1 vite: ^2.6.14 @@ -186,9 +186,9 @@ importers: vue-router: 3.5.3 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -254,7 +254,7 @@ importers: '@types/node': ^16.11.10 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -270,10 +270,10 @@ importers: vue: 2.6.14 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -345,7 +345,7 @@ importers: '@types/node': ^16.11.10 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 pinia: ^2.0.4 start-server-and-test: ^1.14.0 typescript: ~4.4.4 @@ -363,10 +363,10 @@ importers: vue-router: 3.5.3 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -382,7 +382,7 @@ importers: '@types/node': ^16.11.10 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 unplugin-vue2-script-setup: ^0.7.1 @@ -398,10 +398,10 @@ importers: vue-router: 3.5.3 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -417,7 +417,7 @@ importers: '@types/node': ^16.11.10 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 typescript: ~4.4.4 unplugin-vue2-script-setup: ^0.7.1 @@ -431,10 +431,10 @@ importers: vue: 2.6.14 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@types/node': 16.11.10 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 typescript: 4.4.4 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 @@ -449,7 +449,7 @@ importers: '@cypress/vue': ^2.2.4 '@vue/composition-api': ^1.4.0 '@vue/runtime-dom': ^3.2.22 - cypress: ^8.7.0 + cypress: ^9.1.0 start-server-and-test: ^1.14.0 unplugin-vue2-script-setup: ^0.7.1 vite: ^2.6.14 @@ -461,9 +461,9 @@ importers: vue: 2.6.14 devDependencies: '@cypress/vite-dev-server': 2.2.1_vite@2.6.14 - '@cypress/vue': 2.2.4_e1d60e678c7b9d4654c8db95df3b5b13 + '@cypress/vue': 2.2.4_1a9eaac2386839cecaefe16ea20c2005 '@vue/runtime-dom': 3.2.23 - cypress: 8.7.0 + cypress: 9.1.0 start-server-and-test: 1.14.0 unplugin-vue2-script-setup: 0.7.1_vite@2.6.14 vite: 2.6.14 @@ -832,7 +832,7 @@ packages: - supports-color dev: true - /@cypress/vue/2.2.4_e1d60e678c7b9d4654c8db95df3b5b13: + /@cypress/vue/2.2.4_1a9eaac2386839cecaefe16ea20c2005: resolution: {integrity: sha512-ve6aPUj1UHZRpfU9U/NKfsVgzCYVR2CeTdN/knhdWs8sbW5ERgbD1EkEdJ9+VCdqXcIoqRWdMQovnJUmJW6FLA==} engines: {node: '>=8'} peerDependencies: @@ -845,7 +845,7 @@ packages: dependencies: '@cypress/mount-utils': 1.0.2 '@vue/test-utils': 1.3.0_9065e7474e033a8e4b95615fc8e6c36c - cypress: 8.7.0 + cypress: 9.1.0 vue: 2.6.14 transitivePeerDependencies: - vue-template-compiler @@ -930,7 +930,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 @@ -2033,8 +2033,8 @@ packages: resolution: {integrity: sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==} dev: true - /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 @@ -2074,7 +2074,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 @@ -3803,10 +3802,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 8a5474e7..9edc1891 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": "^2.2.4", - "cypress": "^8.7.0", + "cypress": "^9.1.0", "start-server-and-test": "^1.14.0" } }