-
Notifications
You must be signed in to change notification settings - Fork 9
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
#194 Follow up and housekeeping #136
Conversation
- Follow-up of #135: Align duplicate `ws` dependency version - Update eslint config to use dynamic year in headers - Re-generate yarn.lock to update several dependencies and resolve several dependabot alerts - Remove obsolete custom isAxiosError check and reuse built-in type check - Due to CI problems after Theia update: Increase pod resource limits
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.
Thank you.
Found a small typo and added suggestions
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.
Thank you. I have a question about the header format which changed.
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.
Thank you!
- Align the ws dependency version with Theia's version ^7.1.2 - The newer version (>8) seems to have breaking changes regarding the MessageEvent. This could not be serialized anymore onMessage notifications Follow-up of #136
- Align the ws dependency version with Theia's version ^7.1.2 - The newer version (>8) seems to have breaking changes regarding the MessageEvent. This could not be serialized anymore onMessage notifications - See also https://github.com/websockets/ws/releases/tag/8.0.0 Follow-up of #136
- Align the ws dependency version with Theia's version ^7.1.2 - The newer version (>8) seems to have breaking changes regarding the MessageEvent. This could not be serialized anymore onMessage notifications - See also https://github.com/websockets/ws/releases/tag/8.0.0 Follow-up of #136
@theia
dependencies #135: Align duplicatews
dependency version