From 818bf660cbd09dfb729615ce23053a221696e1c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:21:30 +0300 Subject: [PATCH 1/6] chore(deps): update all non-major dependencies (#256) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 26 +++++++++++----------- package.json | 4 ++-- template/base/package.json | 4 ++-- template/config/cypress-ct/package.json | 4 ++-- template/config/cypress/package.json | 2 +- template/config/i18n/package.json | 2 +- template/config/jsx/package.json | 4 ++-- template/config/nightwatch-ct/package.json | 2 +- template/config/nightwatch/package.json | 2 +- template/config/pinia/package.json | 2 +- template/config/router/package.json | 4 ++-- template/config/tanStackQuery/package.json | 2 +- template/config/typescript/package.json | 2 +- template/config/vitest/package.json | 2 +- template/eslint/package.json | 4 ++-- template/sample-project/package.json | 26 +++++++++++----------- 16 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4d5f32a..3d3eb743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mentormate/create-vue", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mentormate/create-vue", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "bin": { "create-vue": "outfile.cjs" @@ -15,7 +15,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@tsconfig/node20": "^20.1.4", - "@types/eslint": "^8.56.9", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.7", "@types/prompts": "^2.4.9", "@vue/create-eslint-config": "^0.3.3", @@ -33,7 +33,7 @@ "prettier": "^3.2.5", "prompts": "^2.4.2", "vitest": "^1.5.0", - "zx": "^8.0.1" + "zx": "^8.0.2" }, "engines": { "node": ">=v18.16.1" @@ -945,9 +945,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.9", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.9.tgz", - "integrity": "sha512-W4W3KcqzjJ0sHg2vAq9vfml6OhsJ53TcUjUqfzzZf/EChUtwspszj/S0pzMxnfRcO55/iGq47dscXw71Fxc4Zg==", + "version": "8.56.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", + "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", "dev": true, "dependencies": { "@types/estree": "*", @@ -4934,9 +4934,9 @@ "dev": true }, "node_modules/vite": { - "version": "5.2.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", - "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", + "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", "dev": true, "dependencies": { "esbuild": "^0.20.1", @@ -5656,9 +5656,9 @@ } }, "node_modules/zx": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/zx/-/zx-8.0.1.tgz", - "integrity": "sha512-Y+ITW1GQjADk7qgrbhnukMgoNsJmlyx53cUQ6/6NXU+BMBdCbTc6flTOHUctmzKvPjTmdwaddzJY/dbLie9sQg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/zx/-/zx-8.0.2.tgz", + "integrity": "sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw==", "dev": true, "bin": { "zx": "build/cli.js" diff --git a/package.json b/package.json index badb7ae1..f4c58a84 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@tsconfig/node20": "^20.1.4", - "@types/eslint": "^8.56.9", + "@types/eslint": "^8.56.10", "@types/node": "^20.12.7", "@types/prompts": "^2.4.9", "@vue/create-eslint-config": "^0.3.3", @@ -71,7 +71,7 @@ "prettier": "^3.2.5", "prompts": "^2.4.2", "vitest": "^1.5.0", - "zx": "^8.0.1", + "zx": "^8.0.2", "chokidar-cli": "^3.0.0" }, "lint-staged": { diff --git a/template/base/package.json b/template/base/package.json index c3da127f..c9098305 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -7,11 +7,11 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.21" + "vue": "^3.4.23" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", - "vite": "^5.2.8", + "vite": "^5.2.10", "vite-plugin-vue-devtools": "^7.0.27" } } diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 118ac145..fd3228f8 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -4,9 +4,9 @@ "test:unit:dev": "cypress open --component" }, "dependencies": { - "vue": "^3.4.21" + "vue": "^3.4.23" }, "devDependencies": { - "cypress": "^13.7.3" + "cypress": "^13.8.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index c54e4e93..c4d163c0 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.7.3", + "cypress": "^13.8.0", "start-server-and-test": "^2.0.3" } } diff --git a/template/config/i18n/package.json b/template/config/i18n/package.json index 2ea0c4dd..7b1afdba 100644 --- a/template/config/i18n/package.json +++ b/template/config/i18n/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "vue-i18n": "^9.12.1" + "vue-i18n": "^9.13.1" } } diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index bfc09c52..7094b934 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -1,9 +1,9 @@ { "dependencies": { - "vue": "^3.4.21" + "vue": "^3.4.23" }, "devDependencies": { "@vitejs/plugin-vue-jsx": "^3.1.0", - "vite": "^5.2.8" + "vite": "^5.2.10" } } diff --git a/template/config/nightwatch-ct/package.json b/template/config/nightwatch-ct/package.json index a1a9df3f..1ec40bbc 100644 --- a/template/config/nightwatch-ct/package.json +++ b/template/config/nightwatch-ct/package.json @@ -3,6 +3,6 @@ "test:unit": "nightwatch src/**/__tests__/*" }, "dependencies": { - "vue": "^3.4.21" + "vue": "^3.4.23" } } diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index e20e7bc1..cfe743ce 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -7,7 +7,7 @@ "@nightwatch/vue": "^3.1.0", "@vitejs/plugin-vue": "^5.0.4", "geckodriver": "^4.3.3", - "chromedriver": "^123.0.3", + "chromedriver": "^123.0.4", "ts-node": "^10.9.2", "vite-plugin-nightwatch": "^0.4.6", "wait-on": "^7.2.0" diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index 05ec6766..d091456e 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,6 +1,6 @@ { "dependencies": { "pinia": "^2.1.7", - "vue": "^3.4.21" + "vue": "^3.4.23" } } diff --git a/template/config/router/package.json b/template/config/router/package.json index 501cc28f..fa3c6d4e 100644 --- a/template/config/router/package.json +++ b/template/config/router/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.4.21", - "vue-router": "^4.3.0" + "vue": "^3.4.23", + "vue-router": "^4.3.2" } } diff --git a/template/config/tanStackQuery/package.json b/template/config/tanStackQuery/package.json index bd63e3b7..b6ef148a 100644 --- a/template/config/tanStackQuery/package.json +++ b/template/config/tanStackQuery/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@tanstack/vue-query": "^5.29.0" + "@tanstack/vue-query": "^5.31.0" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index a459c674..d4ef4160 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -8,6 +8,6 @@ "@types/node": "^20.12.7", "npm-run-all2": "^6.1.2", "typescript": "~5.4.0", - "vue-tsc": "^2.0.13" + "vue-tsc": "^2.0.14" } } diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index 692b16eb..3f0c65b7 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -3,7 +3,7 @@ "test:unit": "vitest" }, "dependencies": { - "vue": "^3.4.21" + "vue": "^3.4.23" }, "devDependencies": { "@vue/test-utils": "^2.4.5", diff --git a/template/eslint/package.json b/template/eslint/package.json index 81c4a5be..bda67b9c 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,7 +1,7 @@ { "devDependencies": { - "eslint-plugin-cypress": "^2.15.1", - "eslint-plugin-vuejs-accessibility": "^2.2.1", + "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-vuejs-accessibility": "^2.3.0", "eslint-plugin-playwright": "^1.6.0" } } diff --git a/template/sample-project/package.json b/template/sample-project/package.json index 9ecd4f67..0901d4bb 100644 --- a/template/sample-project/package.json +++ b/template/sample-project/package.json @@ -16,15 +16,15 @@ "dependencies": { "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", - "vue": "^3.4.21", - "vue-i18n": "^9.10.2", - "vue-router": "^4.3.0" + "vue": "^3.4.23", + "vue-i18n": "^9.13.1", + "vue-router": "^4.3.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.8.0", - "@tsconfig/node20": "^20.1.3", + "@rushstack/eslint-patch": "^1.10.2", + "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.30", + "@types/node": "^20.12.7", "@vitejs/plugin-vue": "^5.0.4", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -32,19 +32,19 @@ "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", - "eslint-plugin-vue": "^9.23.0", - "eslint-plugin-vuejs-accessibility": "^2.2.1", + "eslint-plugin-vue": "^9.25.0", + "eslint-plugin-vuejs-accessibility": "^2.3.0", "husky": "^9.0.11", "jsdom": "^24.0.0", "npm-run-all2": "^6.1.2", "postcss": "^8.4.38", "prettier": "^3.2.5", - "tailwindcss": "^3.4.1", + "tailwindcss": "^3.4.3", "ts-node": "^10.9.2", "typescript": "~5.4.0", - "vite": "^5.2.6", - "vite-plugin-vue-devtools": "^7.0.20", - "vitest": "^1.4.0", - "vue-tsc": "^2.0.7" + "vite": "^5.2.10", + "vite-plugin-vue-devtools": "^7.0.27", + "vitest": "^1.5.0", + "vue-tsc": "^2.0.14" } } From 60784cc30c34076024c120cbeadf0d46168cac5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:55:04 +0300 Subject: [PATCH 2/6] chore(deps): update all non-major dependencies (#257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 82 +++++++++++----------- package.json | 4 +- template/base/package.json | 4 +- template/config/cypress-ct/package.json | 4 +- template/config/cypress/package.json | 2 +- template/config/jsx/package.json | 2 +- template/config/nightwatch-ct/package.json | 2 +- template/config/nightwatch/package.json | 4 +- template/config/pinia/package.json | 2 +- template/config/router/package.json | 2 +- template/config/tanStackQuery/package.json | 2 +- template/config/vitest/package.json | 4 +- template/sample-project/package.json | 6 +- 13 files changed, 60 insertions(+), 60 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d3eb743..9e2ed567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "create-vue": "outfile.cjs" }, "devDependencies": { - "@commitlint/cli": "^19.2.2", + "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@tsconfig/node20": "^20.1.4", "@types/eslint": "^8.56.10", @@ -32,7 +32,7 @@ "npm-run-all2": "^6.1.2", "prettier": "^3.2.5", "prompts": "^2.4.2", - "vitest": "^1.5.0", + "vitest": "^1.5.2", "zx": "^8.0.2" }, "engines": { @@ -128,12 +128,12 @@ } }, "node_modules/@commitlint/cli": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.2.tgz", - "integrity": "sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.3.0.tgz", + "integrity": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==", "dev": true, "dependencies": { - "@commitlint/format": "^19.0.3", + "@commitlint/format": "^19.3.0", "@commitlint/lint": "^19.2.2", "@commitlint/load": "^19.2.0", "@commitlint/read": "^19.2.1", @@ -201,9 +201,9 @@ } }, "node_modules/@commitlint/format": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.0.3.tgz", - "integrity": "sha512-QjjyGyoiVWzx1f5xOteKHNLFyhyweVifMgopozSgx1fGNrGV8+wp7k6n1t6StHdJ6maQJ+UUtO2TcEiBFRyR6Q==", + "version": "19.3.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.3.0.tgz", + "integrity": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==", "dev": true, "dependencies": { "@commitlint/types": "^19.0.3", @@ -1007,13 +1007,13 @@ } }, "node_modules/@vitest/expect": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.5.0.tgz", - "integrity": "sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.5.2.tgz", + "integrity": "sha512-rf7MTD1WCoDlN3FfYJ9Llfp0PbdtOMZ3FIF0AVkDnKbp3oiMW1c8AmvRZBcqbAhDUAvF52e9zx4WQM1r3oraVA==", "dev": true, "dependencies": { - "@vitest/spy": "1.5.0", - "@vitest/utils": "1.5.0", + "@vitest/spy": "1.5.2", + "@vitest/utils": "1.5.2", "chai": "^4.3.10" }, "funding": { @@ -1021,12 +1021,12 @@ } }, "node_modules/@vitest/runner": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.5.0.tgz", - "integrity": "sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.5.2.tgz", + "integrity": "sha512-7IJ7sJhMZrqx7HIEpv3WrMYcq8ZNz9L6alo81Y6f8hV5mIE6yVZsFoivLZmr0D777klm1ReqonE9LyChdcmw6g==", "dev": true, "dependencies": { - "@vitest/utils": "1.5.0", + "@vitest/utils": "1.5.2", "p-limit": "^5.0.0", "pathe": "^1.1.1" }, @@ -1050,9 +1050,9 @@ } }, "node_modules/@vitest/snapshot": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.5.0.tgz", - "integrity": "sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.5.2.tgz", + "integrity": "sha512-CTEp/lTYos8fuCc9+Z55Ga5NVPKUgExritjF5VY7heRFUfheoAqBneUlvXSUJHUZPjnPmyZA96yLRJDP1QATFQ==", "dev": true, "dependencies": { "magic-string": "^0.30.5", @@ -1064,9 +1064,9 @@ } }, "node_modules/@vitest/spy": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.5.0.tgz", - "integrity": "sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.5.2.tgz", + "integrity": "sha512-xCcPvI8JpCtgikT9nLpHPL1/81AYqZy1GCy4+MCHBE7xi8jgsYkULpW5hrx5PGLgOQjUpb6fd15lqcriJ40tfQ==", "dev": true, "dependencies": { "tinyspy": "^2.2.0" @@ -1076,9 +1076,9 @@ } }, "node_modules/@vitest/utils": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.5.0.tgz", - "integrity": "sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.5.2.tgz", + "integrity": "sha512-sWOmyofuXLJ85VvXNsroZur7mOJGiQeM0JN3/0D1uU8U9bGFM69X1iqHaRXl6R8BwaLY6yPCogP257zxTzkUdA==", "dev": true, "dependencies": { "diff-sequences": "^29.6.3", @@ -4989,9 +4989,9 @@ } }, "node_modules/vite-node": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.0.tgz", - "integrity": "sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.2.tgz", + "integrity": "sha512-Y8p91kz9zU+bWtF7HGt6DVw2JbhyuB2RlZix3FPYAYmUyZ3n7iTp8eSyLyY6sxtPegvxQtmlTMhfPhUfCUF93A==", "dev": true, "dependencies": { "cac": "^6.7.14", @@ -5417,16 +5417,16 @@ } }, "node_modules/vitest": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.5.0.tgz", - "integrity": "sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.5.2.tgz", + "integrity": "sha512-l9gwIkq16ug3xY7BxHwcBQovLZG75zZL0PlsiYQbf76Rz6QGs54416UWMtC0jXeihvHvcHrf2ROEjkQRVpoZYw==", "dev": true, "dependencies": { - "@vitest/expect": "1.5.0", - "@vitest/runner": "1.5.0", - "@vitest/snapshot": "1.5.0", - "@vitest/spy": "1.5.0", - "@vitest/utils": "1.5.0", + "@vitest/expect": "1.5.2", + "@vitest/runner": "1.5.2", + "@vitest/snapshot": "1.5.2", + "@vitest/spy": "1.5.2", + "@vitest/utils": "1.5.2", "acorn-walk": "^8.3.2", "chai": "^4.3.10", "debug": "^4.3.4", @@ -5440,7 +5440,7 @@ "tinybench": "^2.5.1", "tinypool": "^0.8.3", "vite": "^5.0.0", - "vite-node": "1.5.0", + "vite-node": "1.5.2", "why-is-node-running": "^2.2.2" }, "bin": { @@ -5455,8 +5455,8 @@ "peerDependencies": { "@edge-runtime/vm": "*", "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "1.5.0", - "@vitest/ui": "1.5.0", + "@vitest/browser": "1.5.2", + "@vitest/ui": "1.5.2", "happy-dom": "*", "jsdom": "*" }, diff --git a/package.json b/package.json index f4c58a84..03d2f40d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/MentorMate/create-vue#readme", "devDependencies": { - "@commitlint/cli": "^19.2.2", + "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@tsconfig/node20": "^20.1.4", "@types/eslint": "^8.56.10", @@ -70,7 +70,7 @@ "npm-run-all2": "^6.1.2", "prettier": "^3.2.5", "prompts": "^2.4.2", - "vitest": "^1.5.0", + "vitest": "^1.5.2", "zx": "^8.0.2", "chokidar-cli": "^3.0.0" }, diff --git a/template/base/package.json b/template/base/package.json index c9098305..b07278b4 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -7,11 +7,11 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.4.23" + "vue": "^3.4.25" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "vite": "^5.2.10", - "vite-plugin-vue-devtools": "^7.0.27" + "vite-plugin-vue-devtools": "^7.1.3" } } diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index fd3228f8..53d91ba1 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -4,9 +4,9 @@ "test:unit:dev": "cypress open --component" }, "dependencies": { - "vue": "^3.4.23" + "vue": "^3.4.25" }, "devDependencies": { - "cypress": "^13.8.0" + "cypress": "^13.8.1" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index c4d163c0..da688f7c 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.8.0", + "cypress": "^13.8.1", "start-server-and-test": "^2.0.3" } } diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index 7094b934..e8e31c79 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.4.23" + "vue": "^3.4.25" }, "devDependencies": { "@vitejs/plugin-vue-jsx": "^3.1.0", diff --git a/template/config/nightwatch-ct/package.json b/template/config/nightwatch-ct/package.json index 1ec40bbc..d38672e0 100644 --- a/template/config/nightwatch-ct/package.json +++ b/template/config/nightwatch-ct/package.json @@ -3,6 +3,6 @@ "test:unit": "nightwatch src/**/__tests__/*" }, "dependencies": { - "vue": "^3.4.23" + "vue": "^3.4.25" } } diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index cfe743ce..3a8e16fd 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -3,10 +3,10 @@ "test:e2e": "nightwatch tests/e2e/*" }, "devDependencies": { - "nightwatch": "^3.6.0", + "nightwatch": "^3.6.1", "@nightwatch/vue": "^3.1.0", "@vitejs/plugin-vue": "^5.0.4", - "geckodriver": "^4.3.3", + "geckodriver": "^4.4.0", "chromedriver": "^123.0.4", "ts-node": "^10.9.2", "vite-plugin-nightwatch": "^0.4.6", diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index d091456e..50d9be7f 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,6 +1,6 @@ { "dependencies": { "pinia": "^2.1.7", - "vue": "^3.4.23" + "vue": "^3.4.25" } } diff --git a/template/config/router/package.json b/template/config/router/package.json index fa3c6d4e..a574b808 100644 --- a/template/config/router/package.json +++ b/template/config/router/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.4.23", + "vue": "^3.4.25", "vue-router": "^4.3.2" } } diff --git a/template/config/tanStackQuery/package.json b/template/config/tanStackQuery/package.json index b6ef148a..7bceaad4 100644 --- a/template/config/tanStackQuery/package.json +++ b/template/config/tanStackQuery/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@tanstack/vue-query": "^5.31.0" + "@tanstack/vue-query": "^5.32.0" } } diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index 3f0c65b7..0d6ac848 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -3,11 +3,11 @@ "test:unit": "vitest" }, "dependencies": { - "vue": "^3.4.23" + "vue": "^3.4.25" }, "devDependencies": { "@vue/test-utils": "^2.4.5", "jsdom": "^24.0.0", - "vitest": "^1.5.0" + "vitest": "^1.5.2" } } diff --git a/template/sample-project/package.json b/template/sample-project/package.json index 0901d4bb..3b5a6c5c 100644 --- a/template/sample-project/package.json +++ b/template/sample-project/package.json @@ -16,7 +16,7 @@ "dependencies": { "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", - "vue": "^3.4.23", + "vue": "^3.4.25", "vue-i18n": "^9.13.1", "vue-router": "^4.3.2" }, @@ -43,8 +43,8 @@ "ts-node": "^10.9.2", "typescript": "~5.4.0", "vite": "^5.2.10", - "vite-plugin-vue-devtools": "^7.0.27", - "vitest": "^1.5.0", + "vite-plugin-vue-devtools": "^7.1.3", + "vitest": "^1.5.2", "vue-tsc": "^2.0.14" } } From a9e80e3efb5c065cedd80e232eca22437b3a9da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:55:49 +0300 Subject: [PATCH 3/6] chore(deps): update dependency eslint-plugin-cypress to v3 (#259) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> --- template/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/eslint/package.json b/template/eslint/package.json index bda67b9c..a04176cc 100644 --- a/template/eslint/package.json +++ b/template/eslint/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "eslint-plugin-cypress": "^2.15.2", + "eslint-plugin-cypress": "^3.0.2", "eslint-plugin-vuejs-accessibility": "^2.3.0", "eslint-plugin-playwright": "^1.6.0" } From e6dcc34616bbc4933b549a876f8bfda7c11d3525 Mon Sep 17 00:00:00 2001 From: georgi-mateev <95027221+georgi-mateev@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:39:18 +0300 Subject: [PATCH 4/6] feat: update sample project (#260) * feat: repurpose sample-project to exam-project * chore: rename sample-project folder to exam-project * chore: rename sample-project in gitignore and test CI --- .github/workflows/ci.yml | 26 +++--- .gitignore | 2 +- index.ts | 78 ++++++++---------- .../.eslintrc.cjs | 0 .../.prettierrc.json | 0 .../.vscode/extensions.json | 0 .../README.md | 0 .../_gitignore | 0 .../{sample-project => exam-project}/env.d.ts | 0 .../index.html | 0 .../package.json | 0 .../postcss.config.cts | 0 .../public/favicon.ico | Bin .../src/App.vue | 0 .../src/assets/logo.svg | 0 .../src/assets/main.css | 0 .../components/__tests__/HelloWorld.spec.ts | 0 .../src/main.ts | 0 .../src/router/index.ts | 0 .../src/stores/sample-project-store.ts | 0 .../src/views/ErrorView.vue | 0 .../src/views/TaskView.vue | 0 .../tailwind.config.ts | 0 .../tsconfig.app.json | 0 .../tsconfig.json | 0 .../tsconfig.node.json | 0 .../tsconfig.vitest.json | 0 .../vite.config.ts | 0 .../vitest.config.ts | 0 29 files changed, 48 insertions(+), 58 deletions(-) rename template/{sample-project => exam-project}/.eslintrc.cjs (100%) rename template/{sample-project => exam-project}/.prettierrc.json (100%) rename template/{sample-project => exam-project}/.vscode/extensions.json (100%) rename template/{sample-project => exam-project}/README.md (100%) rename template/{sample-project => exam-project}/_gitignore (100%) rename template/{sample-project => exam-project}/env.d.ts (100%) rename template/{sample-project => exam-project}/index.html (100%) rename template/{sample-project => exam-project}/package.json (100%) rename template/{sample-project => exam-project}/postcss.config.cts (100%) rename template/{sample-project => exam-project}/public/favicon.ico (100%) rename template/{sample-project => exam-project}/src/App.vue (100%) rename template/{sample-project => exam-project}/src/assets/logo.svg (100%) rename template/{sample-project => exam-project}/src/assets/main.css (100%) rename template/{sample-project => exam-project}/src/components/__tests__/HelloWorld.spec.ts (100%) rename template/{sample-project => exam-project}/src/main.ts (100%) rename template/{sample-project => exam-project}/src/router/index.ts (100%) rename template/{sample-project => exam-project}/src/stores/sample-project-store.ts (100%) rename template/{sample-project => exam-project}/src/views/ErrorView.vue (100%) rename template/{sample-project => exam-project}/src/views/TaskView.vue (100%) rename template/{sample-project => exam-project}/tailwind.config.ts (100%) rename template/{sample-project => exam-project}/tsconfig.app.json (100%) rename template/{sample-project => exam-project}/tsconfig.json (100%) rename template/{sample-project => exam-project}/tsconfig.node.json (100%) rename template/{sample-project => exam-project}/tsconfig.vitest.json (100%) rename template/{sample-project => exam-project}/vite.config.ts (100%) rename template/{sample-project => exam-project}/vitest.config.ts (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97fb477b..d8946b9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,12 +92,12 @@ jobs: - node-version: 18 os: windows-latest - flag-for-sample-project: '--sampleProject' + flag-for-exam-project: '--exam-project' runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.os == 'windows-latest' }} env: - FEATURE_FLAGS: ${{ matrix.flag-for-jsx }} ${{ matrix.flag-for-router }} ${{ matrix.flag-for-pinia }} ${{ matrix.flag-for-e2e }} ${{ matrix.flag-for-sample-project }} + FEATURE_FLAGS: ${{ matrix.flag-for-jsx }} ${{ matrix.flag-for-router }} ${{ matrix.flag-for-pinia }} ${{ matrix.flag-for-e2e }} ${{ matrix.flag-for-exam-project }} # Sometimes the Linux runner can't verify Cypress in 30s CYPRESS_VERIFY_TIMEOUT: 60000 steps: @@ -147,41 +147,41 @@ jobs: path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} - if: ${{ (contains(env.FEATURE_FLAGS, '--')) }} - name: Create the sample project with feature flags + name: Create the exam project with feature flags working-directory: ../ - run: node ./create-vue/outfile.cjs sample-project ${{ env.FEATURE_FLAGS }} + run: node ./create-vue/outfile.cjs exam-project ${{ env.FEATURE_FLAGS }} - if: ${{ !(contains(env.FEATURE_FLAGS, '--')) }} - name: Create the sample project with default options + name: Create the exam project with default options working-directory: ../ - run: node ./create-vue/outfile.cjs sample-project --default + run: node ./create-vue/outfile.cjs exam-project --default - - name: Install dependencies in the sample project - working-directory: ../sample-project + - name: Install dependencies in the exam project + working-directory: ../exam-project run: npm install - if: ${{ contains(matrix.flag-for-vitest, '--') }} name: Run unit test script - working-directory: ../sample-project + working-directory: ../exam-project run: npm run test:unit - name: Run build script - working-directory: ../sample-project + working-directory: ../exam-project run: npm run build - name: Download Cypress if: ${{ contains(matrix.flag-for-e2e, '--cypress') }} - working-directory: ../sample-project + working-directory: ../exam-project run: | npm exec cypress cache list npm exec cypress install - if: ${{ contains(matrix.flag-for-e2e, '--playwright') }} name: Install Playwright dependencies - working-directory: ../sample-project + working-directory: ../exam-project run: npx playwright install --with-deps - if: ${{ contains(matrix.flag-for-e2e, '--') }} name: Run e2e test script - working-directory: ../sample-project + working-directory: ../exam-project run: npm run test:e2e \ No newline at end of file diff --git a/.gitignore b/.gitignore index 94451f4b..e3dd0315 100644 --- a/.gitignore +++ b/.gitignore @@ -109,4 +109,4 @@ dist playground/ .idea/** -/template/sample-project/package-lock.json +/template/exam-project/package-lock.json diff --git a/index.ts b/index.ts index 064ea4c3..403efa45 100755 --- a/index.ts +++ b/index.ts @@ -71,7 +71,7 @@ async function init() { const cwd = process.cwd() // possible options: // --default - // --sampleProject + // --exam-project/exam // --typescript / --ts (always true) // --jsx // --router / --vue-router @@ -88,7 +88,8 @@ async function init() { // alias is not supported by parseArgs const options = { - sampleProject: { type: 'boolean' }, + exam: { type: 'boolean' }, + 'exam-project': { type: 'boolean' }, typescript: { type: 'boolean' }, ts: { type: 'boolean' }, 'with-tests': { type: 'boolean' }, @@ -107,7 +108,7 @@ async function init() { const isFeatureFlagsUsed = typeof ( argv.default ?? - argv.sampleProject ?? + (argv.exam || argv['exam-project']) ?? (argv.ts || argv.typescript) ?? argv.jsx ?? (argv.router || argv['vue-router']) ?? @@ -134,7 +135,6 @@ async function init() { projectName?: string shouldOverwrite?: boolean packageName?: string - needsSampleProject?: boolean needsTypeScript?: boolean needsJsx?: boolean needsRouter?: boolean @@ -154,7 +154,6 @@ async function init() { // - Project name: // - whether to overwrite the existing directory or not? // - enter a valid package name for package.json - // - Create a sample project using Pinia, Vue-router and Vitest? // - Project language: JavaScript / TypeScript // - Add JSX Support? // - Install Vue Router for SPA development? @@ -208,14 +207,6 @@ async function init() { initial: () => toValidPackageName(targetDir), validate: (dir) => isValidPackageName(dir) || language.packageName.invalidMessage }, - { - name: 'needsSampleProject', - type: () => (isFeatureFlagsUsed ? null : 'toggle'), - message: 'Create a sample project using Pinia, Vue-router and Vitest?', - initial: false, - active: language.defaultToggleOptions.active, - inactive: language.defaultToggleOptions.inactive - }, { name: 'needsJsx', type: () => (isFeatureFlagsUsed ? null : 'toggle'), @@ -226,8 +217,7 @@ async function init() { }, { name: 'needsRouter', - type: (prev, values) => - isFeatureFlagsUsed || values.needsSampleProject ? null : 'toggle', + type: () => (isFeatureFlagsUsed ? null : 'toggle'), message: language.needsRouter.message, initial: false, active: language.defaultToggleOptions.active, @@ -235,8 +225,7 @@ async function init() { }, { name: 'needsPinia', - type: (prev, values) => - isFeatureFlagsUsed || values.needsSampleProject ? null : 'toggle', + type: () => (isFeatureFlagsUsed ? null : 'toggle'), message: language.needsPinia.message, initial: false, active: language.defaultToggleOptions.active, @@ -336,7 +325,6 @@ async function init() { projectName, packageName = projectName ?? defaultProjectName, shouldOverwrite = argv.force, - needsSampleProject = argv.sampleProject, needsJsx = argv.jsx, needsTypeScript = true, // prefer TS as a solution needsRouter = argv.router || argv['vue-router'], @@ -381,10 +369,11 @@ async function init() { renderTemplate(templateDir, root, callbacks) } - // Sample project has its own structure, to avoid overriding - // render base + configs only if sample is not selected - if (needsSampleProject) { - render('sample-project') + // Exam project to be used for Vue assesment + const isExamProjectSelected = argv['exam-project'] || argv.exam + + if (isExamProjectSelected) { + render('exam-project') } else { // Render base template render('base') @@ -617,26 +606,29 @@ async function init() { ? 'bun' : 'npm' - // README generation - fs.writeFileSync( - path.resolve(root, 'README.md'), - generateReadme({ - projectName: result.projectName ?? result.packageName ?? defaultProjectName, - packageManager, - needsTypeScript, - needsVitest, - needsCypress, - needsNightwatch, - needsPlaywright, - needsNightwatchCT, - needsCypressCT, - needsVueUse, - needsI18n, - needsSonarQube, - needsTanStackQuery, - needsTailwind - }) - ) + // README generation - should happen unless exam-project is + // rendered since this case has its own README + if (!isExamProjectSelected) { + fs.writeFileSync( + path.resolve(root, 'README.md'), + generateReadme({ + projectName: result.projectName ?? result.packageName ?? defaultProjectName, + packageManager, + needsTypeScript, + needsVitest, + needsCypress, + needsNightwatch, + needsPlaywright, + needsNightwatchCT, + needsCypressCT, + needsVueUse, + needsI18n, + needsSonarQube, + needsTanStackQuery, + needsTailwind + }) + ) + } console.log(`\n${language.infos.done}\n`) if (root !== cwd) { @@ -645,8 +637,6 @@ async function init() { ` ${bold(green(`cd ${cdProjectName.includes(' ') ? `"${cdProjectName}"` : cdProjectName}`))}` ) } - console.log(` ${bold(yellow('In order to use husky you need to initialize git'))}`) - console.log(` ${bold(green('git init'))}`) console.log(` ${bold(green(getCommand(packageManager, 'install')))}`) console.log(` ${bold(green(getCommand(packageManager, 'format')))}`) if (needsStorybook) { diff --git a/template/sample-project/.eslintrc.cjs b/template/exam-project/.eslintrc.cjs similarity index 100% rename from template/sample-project/.eslintrc.cjs rename to template/exam-project/.eslintrc.cjs diff --git a/template/sample-project/.prettierrc.json b/template/exam-project/.prettierrc.json similarity index 100% rename from template/sample-project/.prettierrc.json rename to template/exam-project/.prettierrc.json diff --git a/template/sample-project/.vscode/extensions.json b/template/exam-project/.vscode/extensions.json similarity index 100% rename from template/sample-project/.vscode/extensions.json rename to template/exam-project/.vscode/extensions.json diff --git a/template/sample-project/README.md b/template/exam-project/README.md similarity index 100% rename from template/sample-project/README.md rename to template/exam-project/README.md diff --git a/template/sample-project/_gitignore b/template/exam-project/_gitignore similarity index 100% rename from template/sample-project/_gitignore rename to template/exam-project/_gitignore diff --git a/template/sample-project/env.d.ts b/template/exam-project/env.d.ts similarity index 100% rename from template/sample-project/env.d.ts rename to template/exam-project/env.d.ts diff --git a/template/sample-project/index.html b/template/exam-project/index.html similarity index 100% rename from template/sample-project/index.html rename to template/exam-project/index.html diff --git a/template/sample-project/package.json b/template/exam-project/package.json similarity index 100% rename from template/sample-project/package.json rename to template/exam-project/package.json diff --git a/template/sample-project/postcss.config.cts b/template/exam-project/postcss.config.cts similarity index 100% rename from template/sample-project/postcss.config.cts rename to template/exam-project/postcss.config.cts diff --git a/template/sample-project/public/favicon.ico b/template/exam-project/public/favicon.ico similarity index 100% rename from template/sample-project/public/favicon.ico rename to template/exam-project/public/favicon.ico diff --git a/template/sample-project/src/App.vue b/template/exam-project/src/App.vue similarity index 100% rename from template/sample-project/src/App.vue rename to template/exam-project/src/App.vue diff --git a/template/sample-project/src/assets/logo.svg b/template/exam-project/src/assets/logo.svg similarity index 100% rename from template/sample-project/src/assets/logo.svg rename to template/exam-project/src/assets/logo.svg diff --git a/template/sample-project/src/assets/main.css b/template/exam-project/src/assets/main.css similarity index 100% rename from template/sample-project/src/assets/main.css rename to template/exam-project/src/assets/main.css diff --git a/template/sample-project/src/components/__tests__/HelloWorld.spec.ts b/template/exam-project/src/components/__tests__/HelloWorld.spec.ts similarity index 100% rename from template/sample-project/src/components/__tests__/HelloWorld.spec.ts rename to template/exam-project/src/components/__tests__/HelloWorld.spec.ts diff --git a/template/sample-project/src/main.ts b/template/exam-project/src/main.ts similarity index 100% rename from template/sample-project/src/main.ts rename to template/exam-project/src/main.ts diff --git a/template/sample-project/src/router/index.ts b/template/exam-project/src/router/index.ts similarity index 100% rename from template/sample-project/src/router/index.ts rename to template/exam-project/src/router/index.ts diff --git a/template/sample-project/src/stores/sample-project-store.ts b/template/exam-project/src/stores/sample-project-store.ts similarity index 100% rename from template/sample-project/src/stores/sample-project-store.ts rename to template/exam-project/src/stores/sample-project-store.ts diff --git a/template/sample-project/src/views/ErrorView.vue b/template/exam-project/src/views/ErrorView.vue similarity index 100% rename from template/sample-project/src/views/ErrorView.vue rename to template/exam-project/src/views/ErrorView.vue diff --git a/template/sample-project/src/views/TaskView.vue b/template/exam-project/src/views/TaskView.vue similarity index 100% rename from template/sample-project/src/views/TaskView.vue rename to template/exam-project/src/views/TaskView.vue diff --git a/template/sample-project/tailwind.config.ts b/template/exam-project/tailwind.config.ts similarity index 100% rename from template/sample-project/tailwind.config.ts rename to template/exam-project/tailwind.config.ts diff --git a/template/sample-project/tsconfig.app.json b/template/exam-project/tsconfig.app.json similarity index 100% rename from template/sample-project/tsconfig.app.json rename to template/exam-project/tsconfig.app.json diff --git a/template/sample-project/tsconfig.json b/template/exam-project/tsconfig.json similarity index 100% rename from template/sample-project/tsconfig.json rename to template/exam-project/tsconfig.json diff --git a/template/sample-project/tsconfig.node.json b/template/exam-project/tsconfig.node.json similarity index 100% rename from template/sample-project/tsconfig.node.json rename to template/exam-project/tsconfig.node.json diff --git a/template/sample-project/tsconfig.vitest.json b/template/exam-project/tsconfig.vitest.json similarity index 100% rename from template/sample-project/tsconfig.vitest.json rename to template/exam-project/tsconfig.vitest.json diff --git a/template/sample-project/vite.config.ts b/template/exam-project/vite.config.ts similarity index 100% rename from template/sample-project/vite.config.ts rename to template/exam-project/vite.config.ts diff --git a/template/sample-project/vitest.config.ts b/template/exam-project/vitest.config.ts similarity index 100% rename from template/sample-project/vitest.config.ts rename to template/exam-project/vitest.config.ts From a191a00ac5d625d907d69829f04cfe8236590fe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:39:36 +0300 Subject: [PATCH 5/6] chore(deps): update dependency chromedriver to v124 (#258) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- template/config/nightwatch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config/nightwatch/package.json b/template/config/nightwatch/package.json index 3a8e16fd..0c5a0e9c 100644 --- a/template/config/nightwatch/package.json +++ b/template/config/nightwatch/package.json @@ -7,7 +7,7 @@ "@nightwatch/vue": "^3.1.0", "@vitejs/plugin-vue": "^5.0.4", "geckodriver": "^4.4.0", - "chromedriver": "^123.0.4", + "chromedriver": "^124.0.1", "ts-node": "^10.9.2", "vite-plugin-nightwatch": "^0.4.6", "wait-on": "^7.2.0" From df0a4da1fa0805886d7cee47750d3f4e8d0a8d48 Mon Sep 17 00:00:00 2001 From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Thu, 2 May 2024 16:25:22 +0300 Subject: [PATCH 6/6] chore: update version (#261) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03d2f40d..880001b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mentormate/create-vue", - "version": "0.6.0", + "version": "0.6.1", "description": "🛠️ Extended way to start a Vite-powered Vue project", "type": "module", "bin": {