Vishnutheep B
Vishnutheep B
@jtpio The lint check is failing because of the coverage for the scripts. Is it possible for us to exclude the "scripts" folder from coverage checks?
@jtpio I am fetching the latest versions of the lab dependencies from the below URL - https://raw.githubusercontent.com/jupyterlab/jupyterlab/v4.1.4/jupyterlab/staging/package.json. The package "@jupyterlab/testutils" is not present in the above package.json. As a result,...
@jtpio I have converted the scripts to typescript and included them in the buildutils. **Pending tasks:** 1. To refer the appropriate secrets. https://github.com/jupyter/notebook/blob/2154f0f039e9a5f3b8c42f94934dc8f6023b7ecd/.github/workflows/upgrade-juypterlab-dependencies.yml#L67-L68 2. Cron job timings. https://github.com/jupyter/notebook/blob/2154f0f039e9a5f3b8c42f94934dc8f6023b7ecd/.github/workflows/upgrade-juypterlab-dependencies.yml#L5
@Timeroot, there is already an option to open the JSON files with text editor.
Hi @jtpio, I'm new to open source and very excited to contribute. I'd like to work on this issue. I have made a root cause analysis and here are the...
Sure @jtpio, I will create a PR and let you know.
@jtpio I have raised a PR [#7253](https://github.com/jupyter/notebook/pull/7253) please look into it.
@jtpio Are any changes needed in this PR? If not, we could simply utilize this workflow, as it would minimize the effort required to upgrade dependencies with each JupyterLab release.
> @jtpio I am fetching the latest versions of the lab dependencies from the below URL - https://raw.githubusercontent.com/jupyterlab/jupyterlab/v4.1.4/jupyterlab/staging/package.json. > > The package "@jupyterlab/testutils" is not present in the above package.json....
> > I noticed the same, but it seems that the @jupyterlab/testutils information is not present in our source package.json. > > I think it is under `devDependencies`. I've looked...