jupyterlab / extension-template

A `copier` template for JupyterLab extensions
Creative Commons Zero v1.0 Universal
55 stars 19 forks source link

CI broken since release of 4.3.0 #93

Closed fcollonval closed 1 day ago

fcollonval commented 1 day ago

Description

CI is broken for pnpm since 4.3.0 release due to that upstream PR: https://github.com/jupyterlab/jupyterlab/pull/16288

Reproduce

Check any CI workflow: https://github.com/jupyterlab/extension-template/actions/workflows/main.yml

Expected behavior

No CI failures


The fix is likely to apply the tsconfig changes as in the JupyterLab PR.