-
-
Notifications
You must be signed in to change notification settings - Fork 809
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
web: Update ws manually until new webdriverio major update #17028
base: master
Are you sure you want to change the base?
Conversation
"version": "8.13.0", | ||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", | ||
"integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", | ||
"version": "7.5.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is... a downgrade here...? Is that a problem?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a problem
Also are we not just gonna forget to undo this in a couple months when it's gonna be due? |
I think it's fine, even if we forget 😅 |
"overrides": { | ||
"ws": "^7.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A TODO
comment to "remove this when ..." would be appreciated! 🥺
Otherwise, I'm fine with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree it would be!
But alas, json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, frick, heck, right.
looks up how much json5everywhere.org would cost...
Could you please elaborate? 😶 |
Well, mostly it just doesn't matter what version of ws we're using, this is such an inconsequential part of things as far as I can see. If we miss a new version... oh well? :D |
A new webdriverio major version was released. The upgrade is in #17533, though we also need a new release of @wdio/browserstack-service with webdriverio/webdriverio#13374 to fix the failures there. |
New PR: #17539 |
Removes our security alert (not that it actually affected us)
(webdriverio/webdriverio#13056)