Skip to content
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

Update jupyter-collaboration v3.0.0-beta.8 #472

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

davidbrochart
Copy link
Collaborator

Closes #471.

yjs-widgets will also have to use jupyter-collaboration v3.

@davidbrochart
Copy link
Collaborator Author

yjs-widgets will also have to use jupyter-collaboration v3.

Maybe this is the cause of the failures?

@trungleduc
Copy link
Member

trungleduc commented Oct 15, 2024

  Type 'JupyterCadDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource
src/stepplugin/plugins.ts(61,9): error TS2322: Type '() => JupyterCadStepDoc' is not assignable to type 'SharedDocumentFactory'.
  Type 'JupyterCadStepDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource
src/stlplugin/plugins.ts(61,9): error TS2322: Type '() => JupyterCadStlDoc' is not assignable to type 'SharedDocumentFactory'.
  Type 'JupyterCadStlDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource

we need to update these classes?

@davidbrochart
Copy link
Collaborator Author

Yes, see jupyter-server/jupyter_ydoc#273.

@trungleduc
Copy link
Member

yjs-widgets will also have to use jupyter-collaboration v3.

Maybe this is the cause of the failures?

you can add "@jupyter/collaboration:^3.0.0-beta.8" to the resolutions field of root package's package.json to force using only one version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RTC is broken on the main branch
2 participants