@wdio/cli 8.36.1 → 8.38.0

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.
@@ -145,7 +145,7 @@ export const builder = (yargs) => {
145
145
  };
146
146
  export function launchWithStdin(wdioConfPath, params) {
147
147
  let stdinData = '';
148
- const stdin = process.openStdin();
148
+ const stdin = process.stdin;
149
149
  stdin.setEncoding('utf8');
150
150
  stdin.on('data', (data) => {
151
151
  stdinData += data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/cli",
3
- "version": "8.36.1",
3
+ "version": "8.38.0",
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",
@@ -47,12 +47,12 @@
47
47
  "dependencies": {
48
48
  "@types/node": "^20.1.1",
49
49
  "@vitest/snapshot": "^1.2.1",
50
- "@wdio/config": "8.36.1",
51
- "@wdio/globals": "8.36.1",
52
- "@wdio/logger": "8.28.0",
53
- "@wdio/protocols": "8.32.0",
54
- "@wdio/types": "8.36.1",
55
- "@wdio/utils": "8.36.1",
50
+ "@wdio/config": "8.38.0",
51
+ "@wdio/globals": "8.38.0",
52
+ "@wdio/logger": "8.38.0",
53
+ "@wdio/protocols": "8.38.0",
54
+ "@wdio/types": "8.37.0",
55
+ "@wdio/utils": "8.38.0",
56
56
  "async-exit-hook": "^2.0.1",
57
57
  "chalk": "^5.2.0",
58
58
  "chokidar": "^3.5.3",
@@ -67,7 +67,7 @@
67
67
  "lodash.union": "^4.6.0",
68
68
  "read-pkg-up": "10.0.0",
69
69
  "recursive-readdir": "^2.2.3",
70
- "webdriverio": "8.36.1",
70
+ "webdriverio": "8.38.0",
71
71
  "yargs": "^17.7.2"
72
72
  },
73
73
  "devDependencies": {
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "6c4a9745052c29d13b73ac622dfda387c884ffd8"
86
+ "gitHead": "b8ebe679c772a858709164896c6b5ea86a42b146"
87
87
  }