chai-webdriverio
chai-webdriverio copied to clipboard
fix: support chai 4.1.x peer dependency
Build is failing with yarn
when using with [email protected]
since this module was expecting 4.0.x
due to the use of ~
in ~4.0.1
in its peerDependencies
. But chai
4.1.2
should be compatible with 4.0.x
based on semantic versioning, so it should be safe to allow.
This looks good to me! But did you run into any dependency issues running npm install
or running tests after this?
I opened an issue about this a while ago: https://github.com/marcodejongh/chai-webdriverio/issues/29, but Marco has been away form the project for a while, and I don't have a ton of npm/yarn experience so I'm not sure what I was doing wrong, or whether the packages mentioned there are necessary or common.
Whats going on with this issue?
Not much, I'm sorry to report. This project is in need of some new maintainers, as I (and I believe @marcodejongh) have stopped using webdriverio (not because there's something better, I'm just doing less front-end development these days), and don't currently have spare time to maintain it 😞