create-wdio
Advanced tools
Comparing version 8.4.7 to 8.4.8
@@ -89,3 +89,3 @@ import fs from 'node:fs/promises'; | ||
} | ||
catch (error) { | ||
catch { | ||
// check of the cli is installed globally | ||
@@ -102,3 +102,3 @@ // wrap in try/catch as it can fail on Windows | ||
} | ||
catch (err) { | ||
catch { | ||
return false; | ||
@@ -105,0 +105,0 @@ } |
@@ -31,3 +31,3 @@ import url from 'node:url'; | ||
} | ||
catch (e) { | ||
catch { | ||
/* ignore */ | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "create-wdio", | ||
"version": "8.4.7", | ||
"version": "8.4.8", | ||
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run", | ||
@@ -42,22 +42,22 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"@types/cross-spawn": "^6.0.6", | ||
"@types/node": "^20.11.26", | ||
"@types/node": "^22.0.0", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/eslint-plugin": "^7.2.0", | ||
"@typescript-eslint/parser": "^7.2.0", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"@typescript-eslint/parser": "^8.1.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"eslint-plugin-unicorn": "^55.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"release-it": "^17.1.1", | ||
"typescript": "^5.4.2", | ||
"vitest": "^1.3.1" | ||
"release-it": "^17.6.0", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
}, | ||
"dependencies": { | ||
"chalk": "^5.3.0", | ||
"commander": "^12.0.0", | ||
"commander": "^12.1.0", | ||
"cross-spawn": "^7.0.3", | ||
"import-meta-resolve": "^4.0.0", | ||
"semver": "^7.6.0" | ||
"import-meta-resolve": "^4.1.0", | ||
"semver": "^7.6.3" | ||
} | ||
} |
@@ -13,3 +13,3 @@ WebdriverIO Starter Toolkit [![Test Changes](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml/badge.svg?branch=main&event=push)](https://github.com/webdriverio/create-wdio/actions/workflows/test.yml) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://github.com/webdriverio/create-wdio/blob/main/CONTRIBUTING.md) | ||
If something doesn’t work, please [file an issue](https://github.com/webdriverio/create-wdio/issues/new).<br> | ||
If you have questions or need help, please ask in our [Gitter Support Chat](https://gitter.im/webdriverio/webdriverio). | ||
If you have questions or need help, please ask in our [Discord Support channel](https://discord.webdriver.io). | ||
@@ -16,0 +16,0 @@ <p align="center"> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17574
Updatedcommander@^12.1.0
Updatedimport-meta-resolve@^4.1.0
Updatedsemver@^7.6.3