-
Notifications
You must be signed in to change notification settings - Fork 83
Bump cross-spawn, @wdio/cli, appium, @wdio/appium-service, @wdio/local-runner, @wdio/spec-reporter and wdio-chromedriver-service in /example/e2e #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…l-runner, @wdio/spec-reporter and wdio-chromedriver-service Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.5 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli), [appium](https://github.com/appium/appium/tree/HEAD/packages/appium), [@wdio/appium-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-appium-service), [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner), [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) and [wdio-chromedriver-service](https://github.com/webdriverio-community/wdio-chromedriver-service). These dependencies need to be updated together. Updates `cross-spawn` from 4.0.2 to 7.0.5 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@4.0.2...v7.0.5) Updates `@wdio/cli` from 7.7.3 to 9.2.14 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.14/packages/wdio-cli) Updates `appium` from 1.21.0 to 2.12.1 - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/appium@2.12.1/packages/appium) Updates `@wdio/appium-service` from 7.33.0 to 9.2.14 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.14/packages/wdio-appium-service) Updates `@wdio/local-runner` from 7.7.3 to 9.2.15 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.15/packages/wdio-local-runner) Updates `@wdio/spec-reporter` from 7.7.3 to 9.2.14 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.2.14/packages/wdio-spec-reporter) Updates `wdio-chromedriver-service` from 7.1.0 to 8.1.1 - [Release notes](https://github.com/webdriverio-community/wdio-chromedriver-service/releases) - [Commits](webdriverio-community/wdio-chromedriver-service@v7.1.0...v8.1.1) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect - dependency-name: "@wdio/cli" dependency-type: direct:production - dependency-name: appium dependency-type: direct:production - dependency-name: "@wdio/appium-service" dependency-type: direct:development - dependency-name: "@wdio/local-runner" dependency-type: direct:development - dependency-name: "@wdio/spec-reporter" dependency-type: direct:development - dependency-name: wdio-chromedriver-service dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
It looks like you are reviewing a Dependabot upgrade PR! 🛠️ We aim to merge Dependabot PRs within the below timeframes. The objectives are based on the severity of the security vulnerability we are mitigating with the upgrade:
🎯 Target merge date for this PR: 30/11/2024 🎯 FAQ What if we aren’t vulnerable to this particular CVE? Do we still have to upgrade the package?It’s still a good idea to upgrade the package if we can. With new code patterns and paths being introduced every day, we have no guarantee that we won’t later make ourselves vulnerable. Keeping packages up to date as a matter of due course is also good hygiene.What if we’re not vulnerable and upgrading is going to be a lot of work?In these cases it’s a good idea to list out the steps you took to confirm we are not vulnerable in this PR. The PR can then be closed and the corresponding Dependabot Alert should be dismissed with the triage steps included as a comment. Please get in touch with Team Application Security via #ask-security before dismissing anyCRITICAL alerts.
This is a major version upgrade that requires substantial code refactoring. What should I do?If the upgrade requires substantial refactoring then it is possible that we will miss the objectives we have outlined above. In these cases, you should add thedependabot-refactor-required label to this PR and ping #ask-security for further advice.
|
|
No corresponding Security Alert was found for this PR. Closing. |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps cross-spawn to 7.0.5 and updates ancestor dependencies cross-spawn, @wdio/cli, appium, @wdio/appium-service, @wdio/local-runner, @wdio/spec-reporter and wdio-chromedriver-service. These dependencies need to be updated together.
Updates
cross-spawnfrom 4.0.2 to 7.0.5Changelog
Sourced from cross-spawn's changelog.
... (truncated)
Commits
0852683chore(release): 7.0.5640d391fix: fix escaping bug introduced by backtrackingbff0c87chore: remove codecova7c6abcchore: replace travis with github workflows9b9246echore(release): 7.0.45ff3a07fix: disable regexp backtracking (#160)9521e2dchore: fix tests in recent node js versions97ded39chore: convert package lockd52b6b9chore: remove unused argument (#156)5d84384chore: add travis jobs on ppc64le (#142)Updates
@wdio/clifrom 7.7.3 to 9.2.14Release notes
Sourced from
@wdio/cli's releases.... (truncated)
Changelog
Sourced from
@wdio/cli's changelog.... (truncated)
Commits
6ba4085v9.2.145283e03v9.2.120525efdv9.2.111f70422docs: various documentation fixes (#13865)5253860v9.2.1032a8b60fix(@wdio/cli): improve passing framework parameters (#13854)32a5e8ffix(@wdio/cli): improve detection when no capabilities are provided (#13850)88f5e91Fixing typo during wdio config wizard (#13844)f02604av9.2.82bbc5c9v9.2.6Updates
appiumfrom 1.21.0 to 2.12.1Release notes
Sourced from appium's releases.
... (truncated)
Changelog
Sourced from appium's changelog.
... (truncated)
Commits
b0095bfchore: publish846dd52fix(support): update definitelytyped (#20691)bdc0bf4docs(appium): add appiumconf2025 banner (#20686)46278a1docs(appium): fix Android Studio SDK menu path (#20681)00cd1b4fix(docutils): restore support for Python <3.12 (#20675)de17d37docs(appium): turn sponsors list into full list (#20668)e3f7bd0chore: published6c6ddfix(docutils): update dependency yaml to v2.6.01296926docs: fix links in Appium history document (#20667)b312028docs: update zh ecosystem documentation (#20658)Updates
@wdio/appium-servicefrom 7.33.0 to 9.2.14Release notes
Sourced from
@wdio/appium-service's releases.... (truncated)
Changelog
Sourced from
@wdio/appium-service's changelog.... (truncated)
Commits
6ba4085v9.2.145283e03v9.2.120525efdv9.2.11c1f85b5v9.2.91549d1cfix(@wdio/appium-service): don't transform chromedriver_autodownload arg (#13...f02604av9.2.82bbc5c9v9.2.64c2bcd9v9.2.59e40f23v9.2.4a82feeev9.2.2Updates
@wdio/local-runnerfrom 7.7.3 to 9.2.15Release notes
Sourced from
@wdio/local-runner's releases.... (truncated)
Changelog
Sourced from
@wdio/local-runner's changelog.... (truncated)
Commits
a49fe7fv9.2.156ba4085v9.2.145283e03v9.2.120525efdv9.2.11f02604av9.2.82bbc5c9v9.2.64c2bcd9v9.2.59e40f23v9.2.4a82feeev9.2.2943a698fix(webdriverio): improve switchFrame behavior (#13781)Updates
@wdio/spec-reporterfrom 7.7.3 to 9.2.14Release notes
Sourced from
@wdio/spec-reporter's releases.... (truncated)
Changelog
Sourced from
@wdio/spec-reporter's changelog.... (truncated)
Commits
6ba4085v9.2.14c947574polish(@wdio/reporter): better display retried scenarios (#13880)f02604av9.2.8f3b6538chore(@wdio/spec-reporter): use base name of app path in prefix (#13842)a82feeev9.2.2943a698fix(webdriverio): improve switchFrame behavior (#13781)db677c6v9.1.36b65e81fix(@wdio/sauce-service): fix setting annotations (#13701)e009b51v9.1.2a5b573bRemoving APAC region (#13666)Updates
wdio-chromedriver-servicefrom 7.1.0 to 8.1.1Release notes
Sourced from wdio-chromedriver-service's releases.