Changed
- Harden the github action (#1569). Thanks to Peyton Murray for this PR
- The JupyterLab extension is now built with
jupyter-builder- Thanks to Mahendra Paipuri for this PR (#1590) zizmorandpre-commitare now required to pass before any other CI job runs, and the extension lint is now part ofpre-commit(#1594)- Enabled TypeScript strict null checks in the JupyterLab extension - Thanks to Michał Krassowski for this PR (#1586)
Fixed
- Detecting IPython help/shell commands no longer takes quadratic time on lines made of whitespace - Thanks to Naveed for this PR (#1582)
- Fixed unguarded access to the
languageInfo.extensionsarray, which could still make Jupytext show notebook icons for Python files when the kernel metadata was incomplete - Thanks to Michał Krassowski for this PR (#1584)
Security