Skip to content

Commit

Permalink
chore(deps): update webdriverio to v9 (major) (#2197)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 committed Aug 27, 2024
1 parent 69225c5 commit 459bef9
Show file tree
Hide file tree
Showing 4 changed files with 683 additions and 747 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@rnx-kit/polyfills": "^0.1.1",
"@rnx-kit/tsconfig": "^1.0.0",
"@types/react": "~18.3.0",
"appium": "patch:appium@npm%3A2.11.2#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
"appium": "patch:appium@npm%3A2.11.3#~/.yarn/patches/appium-npm-2.11.2-f39bb587af.patch",
"appium-uiautomator2-driver": "^3.0.0",
"appium-xcuitest-driver": "^7.0.0",
"react-native-test-app": "workspace:*",
"webdriverio": "^8.40.0"
"webdriverio": "^9.0.0"
},
"eslintConfig": {
"extends": "../.github/eslint.config.js"
Expand Down
4 changes: 2 additions & 2 deletions example/test/specs/wdio.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { spawnSync } from "node:child_process";
import * as fs from "node:fs";

/** @typedef {import("webdriverio").RemoteOptions["logLevel"]} LogLevel */
/** @typedef {import("webdriverio").RemoteOptions["runner"]} Runner */
/** @typedef {import("@wdio/types").Capabilities.WebdriverIOConfig["logLevel"]} LogLevel */
/** @typedef {import("@wdio/types").Options.Testrunner["runner"]} Runner */

function getAvailableSimulators(search = "iPhone") {
const { error, status, stderr, stdout } = spawnSync(
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"@types/semver": "^7.3.6",
"@types/uuid": "^10.0.0",
"eslint": "^8.56.0",
"eslint-plugin-wdio": "^8.20.0",
"eslint-plugin-wdio": "^9.0.0",
"js-yaml": "^4.1.0",
"memfs": "^4.0.0",
"minimatch": "^9.0.0",
Expand All @@ -159,14 +159,13 @@
"@appium/support/@types/semver": "^7.5.8",
"@appium/support/archiver": "^7.0.1",
"@appium/support/axios": "^1.7.4",
"@appium/support/semver": "^7.6.2",
"@appium/support/semver": "^7.6.3",
"@appium/support/teen_process": "^2.2.0",
"@colors/colors": "^1.6.0",
"@expo/config-plugins/glob": "^7.1.6",
"@expo/json-file/@babel/code-frame": "^7.10.4",
"@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.33.0",
"@pnpm/network.ca-file/graceful-fs": "~4.2.10",
"@puppeer/browsers/yargs": "^17.7.2",
"@react-native-community/cli": "^13.6.0",
"@react-native-community/cli-platform-android": "^13.6.0",
"@react-native-community/cli-platform-apple": "^13.6.0",
Expand All @@ -182,21 +181,18 @@
"@react-native/virtualized-lists": "^0.74.0",
"@semantic-release/npm/npm": "link:./example",
"appium/@types/semver": "^7.5.8",
"appium/ajv": "^8.16.0",
"appium/ajv": "^8.17.1",
"appium/axios": "^1.7.4",
"appium/semver": "^7.6.2",
"appium/semver": "^7.6.3",
"appium/teen_process": "^2.2.0",
"appium/ws": "^8.18.0",
"appium/yaml": "^2.4.5",
"appium/yaml": "^2.5.0",
"argparse/sprintf-js": "^1.0.2",
"body-parser": "~1.20.2",
"bplist-creator": "~0.1.1",
"bplist-parser": "~0.3.2",
"compression/bytes": "^3.0.0",
"puppeteer-core/@puppeteer/browsers": "^1.9.1",
"puppeteer-core/ws": "^8.16.0",
"safe-buffer": "~5.2.1",
"unzipper/bluebird": "^3.4.1"
"safe-buffer": "~5.2.1"
},
"workspaces": [
"example"
Expand Down
Loading

0 comments on commit 459bef9

Please sign in to comment.