jupyterlab-contrib / jupyter-ui-toolkit

UI Toolkit for Jupyter
https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/
Other
41 stars 5 forks source link

Update `fast` stack to non-deprecated packages #79

Closed bollwyvl closed 8 months ago

bollwyvl commented 9 months ago

Is your feature request related to a problem? Please describe.

@microsoft/fast-components stack has moved on from the currently-pinned versions and names, and shows errors like this in the console:

➤ YN0061: │ @microsoft/fast-components@npm:2.30.6 is deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Describe the solution you'd like

Update to the new stack before JupyterLab 4.1.0 final is released.

Describe alternatives you've considered

Don't use the @microsoft packages at all. As a W3C standard, coupling tightly to a specific vendor's opinions may not be appropriate for a broadly-extended system like the Jupyter stack.

Additional context

Seen while building out jupyterlab 4.1.0 prereleases.