@wdio/cli 8.10.2 → 8.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -211,7 +211,7 @@ export const config: Options.Testrunner = {<%
211
211
  // Delay in seconds between the spec file retry attempts
212
212
  // specFileRetriesDelay: 0,
213
213
  //
214
- // Whether or not retried specfiles should be retried immediately or deferred to the end of the queue
214
+ // Whether or not retried spec files should be retried immediately or deferred to the end of the queue
215
215
  // specFileRetriesDeferred: false,
216
216
  //
217
217
  <%- include('reporters', { reporters: answers.reporters }) %>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.10.2",
3
+ "version": "8.10.4",
4
4
  "description": "WebdriverIO testrunner command line interface",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
@@ -46,12 +46,12 @@
46
46
  "typeScriptVersion": "3.8.3",
47
47
  "dependencies": {
48
48
  "@types/node": "^20.1.1",
49
- "@wdio/config": "8.10.2",
50
- "@wdio/globals": "8.10.2",
49
+ "@wdio/config": "8.10.4",
50
+ "@wdio/globals": "8.10.4",
51
51
  "@wdio/logger": "8.6.6",
52
52
  "@wdio/protocols": "8.10.2",
53
- "@wdio/types": "8.10.2",
54
- "@wdio/utils": "8.10.2",
53
+ "@wdio/types": "8.10.4",
54
+ "@wdio/utils": "8.10.4",
55
55
  "async-exit-hook": "^2.0.1",
56
56
  "chalk": "^5.2.0",
57
57
  "chokidar": "^3.5.3",
@@ -59,13 +59,13 @@
59
59
  "ejs": "^3.1.9",
60
60
  "execa": "^7.1.1",
61
61
  "import-meta-resolve": "^3.0.0",
62
- "inquirer": "9.2.2",
62
+ "inquirer": "9.2.3",
63
63
  "lodash.flattendeep": "^4.4.0",
64
64
  "lodash.pickby": "^4.6.0",
65
65
  "lodash.union": "^4.6.0",
66
66
  "read-pkg-up": "9.1.0",
67
67
  "recursive-readdir": "^2.2.3",
68
- "webdriverio": "8.10.2",
68
+ "webdriverio": "8.10.4",
69
69
  "yargs": "^17.7.2",
70
70
  "yarn-install": "^1.0.0"
71
71
  },
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "fb163d506af31d0c5e5328bfee07d55a56aa0034"
85
+ "gitHead": "a8371338e89da4e7cc7e5a9dd0aaccf44776b04c"
86
86
  }