-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Dependency Conflict: wdio-ui5-service Incompatible with @wdio/cli Version 9.x.x #636
Comments
Dear wdi5-Team, we face this same issue currently in our dependabots-PR's and have to manually fix the wdi-dependencies to 8.x Kind regards, Fabian. |
Hi everyone, we are working on the v9 support. We need some time to fully support v9 as we heavily rely on the executeAsync function which is now deprecated. We will keep you up to date with our progress. |
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
closed 📴 because silencio 🤫 since an additional 14 days after staleness 📠 |
Any update? |
RC is out, base code is #645 |
Describe the bug
The wdio-ui5-service has a peer dependency on @wdio/cli that is locked to versions >=8.14.0 <9. However, @wdio/cli version 9 is already available (currently at 9.0.7), which leads to dependency resolution issues when trying to update to the latest version.
To Reproduce
Steps to reproduce the behavior:
Update @wdio/cli to version 9.x.x (e.g., 9.0.7).
Run npm install in the project.
Observe the dependency resolution error related to wdio-ui5-service.
Expected behavior
The wdio-ui5-service should support @wdio/cli version 9.x.x, allowing the package to be installed without any dependency issues.
Logs/Console Output
npm error Could not resolve dependency:
npm error peer @wdio/cli@" >=8.14.0 <9 " from [email protected]
npm error node_modules/wdio-ui5-service
npm error dev wdio-ui5-service@"^2.0.9" from @dct/[email protected]
npm error packages/dct-frontend
npm error @dct/[email protected]
npm error node_modules/@dct/dct-frontend
npm error workspace packages/dct-frontend from the root project
Runtime Env :
wdi5/wdio-ui5-service-version: 2.0.10
UI5 version: 1.126.0
wdio-version (output of wdio --version): 9.0.7
node-version (output of node --version): v20.16.0
OS: MacOS Sonoma 14.6.1
Browser + Version: Chrome - Version 127.0.6533.120 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: