Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f9df1c5

Browse files
authored
Merge pull request #40 from react-native-windows/dependabot/npm_and_yarn/wdio/local-runner-5.14.3
Bump @wdio/local-runner from 5.13.1 to 5.14.3
2 parents 74bfb04 + 02697dc commit f9df1c5

File tree

2 files changed

+83
-15
lines changed

2 files changed

+83
-15
lines changed

.ado/azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ steps:
3131
targetType: 'inline'
3232
script: '((Get-Content -path node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path node_modules/webdriver/build/utils.js'
3333

34+
- task: PowerShell@2
35+
displayName: 'Patch WebDriverIO'
36+
inputs:
37+
targetType: 'inline'
38+
script: '((Get-Content -path node_modules/@wdio/runner/node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path node_modules/@wdio/runner/node_modules/webdriver/build/utils.js'
39+
3440
- template: templates/buildTestApp.yml
3541

3642
- template: templates/deployTestApp.yml

yarn.lock

Lines changed: 77 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,15 @@
17431743
deepmerge "^4.0.0"
17441744
glob "^7.1.2"
17451745

1746+
"@wdio/config@5.14.0":
1747+
version "5.14.0"
1748+
resolved "https://registry.yarnpkg.com/@wdio/config/-/config-5.14.0.tgz#6fa3077c49b3661aea2a9f3f8c4e68ffe3b51cb3"
1749+
integrity sha512-JUvk4yNGlNmHMtqvmOGSVhr+4a/AOUwr/OFkBYss1nUApIp3871j1GoT+JsVNP6WN9vZRV3a6pNMsAuLbuRZfQ==
1750+
dependencies:
1751+
"@wdio/logger" "5.13.2"
1752+
deepmerge "^4.0.0"
1753+
glob "^7.1.2"
1754+
17461755
"@wdio/dot-reporter@5.13.2":
17471756
version "5.13.2"
17481757
resolved "https://registry.yarnpkg.com/@wdio/dot-reporter/-/dot-reporter-5.13.2.tgz#b0ea10d8e15d3a4c02cc77568ee6ff9c5b208a8f"
@@ -1771,13 +1780,13 @@
17711780
validator "^11.0.0"
17721781

17731782
"@wdio/local-runner@^5.10.1":
1774-
version "5.13.1"
1775-
resolved "https://registry.yarnpkg.com/@wdio/local-runner/-/local-runner-5.13.1.tgz#d8e53605fd76a9ec9a863723c4b34d2ee2f2caf8"
1776-
integrity sha512-MAfvxQMyxwDVpgTRwIvD/uhdR/vT5O9tq7T/I+iz5ye0HbJw1xhZ8LDoZzP4T9TCaEQGehvaYBEPLzFL5lixsA==
1783+
version "5.14.3"
1784+
resolved "https://registry.yarnpkg.com/@wdio/local-runner/-/local-runner-5.14.3.tgz#2e423db7f623f7d7819612efae18ead97e695247"
1785+
integrity sha512-djCHbaLxsS5J8k7zreaA+4SB+tnLbbXeWjhsjU1JDCofsR8OiQvK8ibG6Gd/jWSVs0xLtEOWLZ/7j27wAfdqMw==
17771786
dependencies:
1778-
"@wdio/logger" "^5.12.1"
1779-
"@wdio/repl" "^5.13.0-alpha.0"
1780-
"@wdio/runner" "^5.13.1"
1787+
"@wdio/logger" "5.13.2"
1788+
"@wdio/repl" "5.14.3"
1789+
"@wdio/runner" "5.14.3"
17811790
async-exit-hook "^2.0.1"
17821791
stream-buffers "^3.0.2"
17831792

@@ -1796,31 +1805,43 @@
17961805
resolved "https://registry.yarnpkg.com/@wdio/protocols/-/protocols-5.13.2.tgz#06718f8d8a173a8756e2147d7b7c6d8163f3b43a"
17971806
integrity sha512-R6QJaa8gSew50LWrGcy/kO01xzDx4fpSoX25GYvLc/Q7gEYyDwdfiB7vIPWnKR7pHjBujNDt100ACSA3Aen/gw==
17981807

1799-
"@wdio/repl@5.13.2", "@wdio/repl@^5.13.0-alpha.0":
1808+
"@wdio/protocols@5.14.0":
1809+
version "5.14.0"
1810+
resolved "https://registry.yarnpkg.com/@wdio/protocols/-/protocols-5.14.0.tgz#9007b67d14f4bcebd2b9097f611d4a558024c308"
1811+
integrity sha512-7jRxGkreibkqHKQV5jlQmAyqzIIU43lg9KSNGy0ThrUz8kLsOzClaTdL2qDlFUkLcplqMvRFcnmwFPjvCptmVg==
1812+
1813+
"@wdio/repl@5.13.2":
18001814
version "5.13.2"
18011815
resolved "https://registry.yarnpkg.com/@wdio/repl/-/repl-5.13.2.tgz#6a7a56ff231c4dd926c26c4bfc1cddc0e90b74ce"
18021816
integrity sha512-mNGj+UcodJTQa4Ecb30iItdcRHrB7GhC+DT0+/J/cO2MQPIf3ZlcpsBGTXZL8ZHcpOUYm0nLt2vKchdRPGVRtw==
18031817
dependencies:
18041818
"@wdio/config" "5.13.2"
18051819

1820+
"@wdio/repl@5.14.3":
1821+
version "5.14.3"
1822+
resolved "https://registry.yarnpkg.com/@wdio/repl/-/repl-5.14.3.tgz#19d3f6186daa6533be50228e13e780953fc4de21"
1823+
integrity sha512-ZMRgEWtOSEFYynU8UTMeGer7VhtIg5oPh27X0gQRT6OW88HJI3XkwmYAc6bUTu92AOs2q5jjyBtKUAbXtzYQoQ==
1824+
dependencies:
1825+
"@wdio/utils" "5.14.3"
1826+
18061827
"@wdio/reporter@5.13.2", "@wdio/reporter@^5.12.1":
18071828
version "5.13.2"
18081829
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-5.13.2.tgz#df755d25ff49f86e0d7a6ddccc4b4dfa40483a73"
18091830
integrity sha512-oHKlsNw1vcw6k7HZvww3hhmyuDpBrlSK7mneHkqv/hg/oOnsDDxbY3RZzyquni+ZVMUHnnlQ/8YxforVMCt1aA==
18101831
dependencies:
18111832
fs-extra "^8.0.1"
18121833

1813-
"@wdio/runner@^5.13.1":
1814-
version "5.13.1"
1815-
resolved "https://registry.yarnpkg.com/@wdio/runner/-/runner-5.13.1.tgz#0d612612156a4cb7adff148c18c1487100dcaffd"
1816-
integrity sha512-zQciyJQMig68iHrg0A9uc+Ur4AQt2HfId6kJeA+R5kjuZy1FQvik94pQ0PoeiS3FVUtUKm4W8FOPNunAQ+q0FQ==
1834+
"@wdio/runner@5.14.3":
1835+
version "5.14.3"
1836+
resolved "https://registry.yarnpkg.com/@wdio/runner/-/runner-5.14.3.tgz#4846a3031dda1f5b89c18d49778f81b9925dc3ab"
1837+
integrity sha512-M22DFjPlKEe5v9JYjiqSqNU12UUgLP7GV0BIueCp3Yb4jpSLiFVvDGqwN+zOvSEgOEn7ov8CWsKlNGutDPjWFQ==
18171838
dependencies:
1818-
"@wdio/config" "^5.13.0-alpha.0"
1819-
"@wdio/logger" "^5.12.1"
1820-
"@wdio/utils" "^5.13.0"
1839+
"@wdio/config" "5.14.0"
1840+
"@wdio/logger" "5.13.2"
1841+
"@wdio/utils" "5.14.3"
18211842
deepmerge "^4.0.0"
18221843
gaze "^1.1.2"
1823-
webdriverio "^5.13.1"
1844+
webdriverio "5.14.3"
18241845

18251846
"@wdio/sync@^5.10.1":
18261847
version "5.13.0"
@@ -1842,6 +1863,14 @@
18421863
"@wdio/logger" "5.13.2"
18431864
deepmerge "^4.0.0"
18441865

1866+
"@wdio/utils@5.14.3":
1867+
version "5.14.3"
1868+
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-5.14.3.tgz#b75aedb7fbef36f15a099ca9f959ee389ab2bf09"
1869+
integrity sha512-rxvAndBUd5wHxYaPocra8k+t8YkSpeitotUVYoHRGZXrm8wQuSbTGfDVXxpbm48iRdhrSRKAhP6EIHWT3ggWSg==
1870+
dependencies:
1871+
"@wdio/logger" "5.13.2"
1872+
deepmerge "^4.0.0"
1873+
18451874
abab@^2.0.0:
18461875
version "2.0.1"
18471876
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.1.tgz#3fa17797032b71410ec372e11668f4b4ffc86a82"
@@ -8083,6 +8112,18 @@ webdriver@5.13.2:
80838112
lodash.merge "^4.6.1"
80848113
request "^2.83.0"
80858114

8115+
webdriver@5.14.3:
8116+
version "5.14.3"
8117+
resolved "https://registry.yarnpkg.com/webdriver/-/webdriver-5.14.3.tgz#135eb88b32be9bcdb801e19f15e7b99061826e3a"
8118+
integrity sha512-JLPg4jvWZuiIpJzF2jTNHQDbY3u7r8+pF/K5FIpWQkfUvfFd9Iyjd3qrxqGxoD7VjZt4qbVmfvSxLsXUt97uYQ==
8119+
dependencies:
8120+
"@wdio/config" "5.14.0"
8121+
"@wdio/logger" "5.13.2"
8122+
"@wdio/protocols" "5.14.0"
8123+
"@wdio/utils" "5.14.3"
8124+
lodash.merge "^4.6.1"
8125+
request "^2.83.0"
8126+
80868127
"webdriver@git+https://github.com/react-native-windows/webdriver.git":
80878128
version "5.12.1"
80888129
resolved "git+https://github.com/react-native-windows/webdriver.git#43e84dbd1a6effdf305942304daa7e6bddea4fc4"
@@ -8093,6 +8134,27 @@ webdriver@5.13.2:
80938134
lodash.merge "^4.6.1"
80948135
request "^2.83.0"
80958136

8137+
webdriverio@5.14.3:
8138+
version "5.14.3"
8139+
resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-5.14.3.tgz#09bce98d844fc935da056f40bf1ef2b3b6c4ef01"
8140+
integrity sha512-af4nCUu+Aw5q0+sH8Omm6NE7T2NlqJMIllCwMuW2TRIRHRyCMmc9RSCP3vUhg1roVql34uiogB/GppHvMDjH1Q==
8141+
dependencies:
8142+
"@wdio/config" "5.14.0"
8143+
"@wdio/logger" "5.13.2"
8144+
"@wdio/repl" "5.14.3"
8145+
"@wdio/utils" "5.14.3"
8146+
archiver "^3.0.0"
8147+
css-value "^0.0.1"
8148+
grapheme-splitter "^1.0.2"
8149+
lodash.clonedeep "^4.5.0"
8150+
lodash.isobject "^3.0.2"
8151+
lodash.isplainobject "^4.0.6"
8152+
lodash.zip "^4.2.0"
8153+
resq "^1.6.0"
8154+
rgb2hex "^0.1.0"
8155+
serialize-error "^5.0.0"
8156+
webdriver "5.14.3"
8157+
80968158
webdriverio@^5.10.9, webdriverio@^5.13.1:
80978159
version "5.13.2"
80988160
resolved "https://registry.yarnpkg.com/webdriverio/-/webdriverio-5.13.2.tgz#a64f8cccafdb6fdc9d6f2dbfec981f3378f7d3c4"

0 commit comments

Comments
 (0)