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 to JupyterLab 4.0.0a35 #6757

Merged
merged 14 commits into from
Mar 7, 2023
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
micromamba activate
EOT
source /workspace/bin/activate-env.sh
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn=1
source /workspace/bin/activate-env.sh
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
gp sync-done setup
Expand Down
263 changes: 131 additions & 132 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,89 +21,89 @@
"@jupyter-notebook/tree": "~7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "~7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "~7.0.0-alpha.14",
"@jupyter/ydoc": "~0.3.1",
"@jupyterlab/application": "~4.0.0-alpha.19",
"@jupyterlab/application-extension": "~4.0.0-alpha.19",
"@jupyterlab/apputils": "~4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.19",
"@jupyterlab/celltags": "~4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.19",
"@jupyterlab/codeeditor": "~4.0.0-alpha.19",
"@jupyterlab/codemirror": "~4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.19",
"@jupyterlab/completer": "~4.0.0-alpha.19",
"@jupyterlab/completer-extension": "~4.0.0-alpha.19",
"@jupyterlab/console": "~4.0.0-alpha.19",
"@jupyterlab/console-extension": "~4.0.0-alpha.19",
"@jupyterlab/coreutils": "~6.0.0-alpha.19",
"@jupyterlab/debugger": "~4.0.0-alpha.19",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.19",
"@jupyterlab/docmanager": "~4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch": "~4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.19",
"@jupyterlab/extensionmanager": "~4.0.0-alpha.19",
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser": "~4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor": "~4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.19",
"@jupyterlab/hub-extension": "~4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.19",
"@jupyterlab/json-extension": "~4.0.0-alpha.19",
"@jupyterlab/lsp": "~4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu": "~4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.19",
"@jupyterlab/notebook": "~4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.19",
"@jupyterlab/observables": "~5.0.0-alpha.19",
"@jupyterlab/outputarea": "~4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.19",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.19",
"@jupyterlab/running-extension": "~4.0.0-alpha.19",
"@jupyterlab/services": "~7.0.0-alpha.19",
"@jupyterlab/settingeditor": "~4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.19",
"@jupyterlab/settingregistry": "~4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.19",
"@jupyterlab/statedb": "~4.0.0-alpha.19",
"@jupyterlab/statusbar": "~4.0.0-alpha.19",
"@jupyterlab/terminal": "~4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.19",
"@jupyterlab/toc-extension": "~6.0.0-alpha.19",
"@jupyterlab/tooltip": "~4.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.19",
"@jupyterlab/translation": "~4.0.0-alpha.19",
"@jupyterlab/translation-extension": "~4.0.0-alpha.19",
"@jupyterlab/ui-components": "~4.0.0-alpha.34",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.19",
"@lumino/algorithm": "~2.0.0-beta.0",
"@lumino/application": "~2.0.0-beta.1",
"@lumino/commands": "~2.0.0-beta.1",
"@lumino/coreutils": "~2.0.0-beta.0",
"@lumino/disposable": "~2.0.0-beta.1",
"@lumino/domutils": "~2.0.0-beta.0",
"@lumino/dragdrop": "~2.0.0-beta.1",
"@lumino/messaging": "~2.0.0-beta.0",
"@lumino/properties": "~2.0.0-beta.0",
"@lumino/signaling": "~2.0.0-beta.1",
"@lumino/virtualdom": "~2.0.0-beta.0",
"@lumino/widgets": "~2.0.0-beta.1",
"@jupyter/ydoc": "~0.3.4",
"@jupyterlab/application": "~4.0.0-alpha.20",
"@jupyterlab/application-extension": "~4.0.0-alpha.20",
"@jupyterlab/apputils": "~4.0.0-alpha.20",
"@jupyterlab/apputils-extension": "~4.0.0-alpha.20",
"@jupyterlab/cell-toolbar": "~4.0.0-alpha.20",
"@jupyterlab/cell-toolbar-extension": "~4.0.0-alpha.20",
"@jupyterlab/celltags": "~4.0.0-alpha.20",
"@jupyterlab/celltags-extension": "~4.0.0-alpha.20",
"@jupyterlab/codeeditor": "~4.0.0-alpha.20",
"@jupyterlab/codemirror": "~4.0.0-alpha.20",
"@jupyterlab/codemirror-extension": "~4.0.0-alpha.20",
"@jupyterlab/completer": "~4.0.0-alpha.20",
"@jupyterlab/completer-extension": "~4.0.0-alpha.20",
"@jupyterlab/console": "~4.0.0-alpha.20",
"@jupyterlab/console-extension": "~4.0.0-alpha.20",
"@jupyterlab/coreutils": "~6.0.0-alpha.20",
"@jupyterlab/debugger": "~4.0.0-alpha.20",
"@jupyterlab/debugger-extension": "~4.0.0-alpha.20",
"@jupyterlab/docmanager": "~4.0.0-alpha.20",
"@jupyterlab/docmanager-extension": "~4.0.0-alpha.20",
"@jupyterlab/documentsearch": "~4.0.0-alpha.20",
"@jupyterlab/documentsearch-extension": "~4.0.0-alpha.20",
"@jupyterlab/extensionmanager": "~4.0.0-alpha.20",
"@jupyterlab/extensionmanager-extension": "~4.0.0-alpha.20",
"@jupyterlab/filebrowser": "~4.0.0-alpha.20",
"@jupyterlab/filebrowser-extension": "~4.0.0-alpha.20",
"@jupyterlab/fileeditor": "~4.0.0-alpha.20",
"@jupyterlab/fileeditor-extension": "~4.0.0-alpha.20",
"@jupyterlab/htmlviewer": "~4.0.0-alpha.20",
"@jupyterlab/htmlviewer-extension": "~4.0.0-alpha.20",
"@jupyterlab/hub-extension": "~4.0.0-alpha.20",
"@jupyterlab/javascript-extension": "~4.0.0-alpha.20",
"@jupyterlab/json-extension": "~4.0.0-alpha.20",
"@jupyterlab/lsp": "~4.0.0-alpha.20",
"@jupyterlab/lsp-extension": "~4.0.0-alpha.20",
"@jupyterlab/mainmenu": "~4.0.0-alpha.20",
"@jupyterlab/mainmenu-extension": "~4.0.0-alpha.20",
"@jupyterlab/markedparser-extension": "~4.0.0-alpha.20",
"@jupyterlab/mathjax2-extension": "~4.0.0-alpha.20",
"@jupyterlab/notebook": "~4.0.0-alpha.20",
"@jupyterlab/notebook-extension": "~4.0.0-alpha.20",
"@jupyterlab/observables": "~5.0.0-alpha.20",
"@jupyterlab/outputarea": "~4.0.0-alpha.20",
"@jupyterlab/pdf-extension": "~4.0.0-alpha.20",
"@jupyterlab/rendermime": "~4.0.0-alpha.20",
"@jupyterlab/rendermime-extension": "~4.0.0-alpha.20",
"@jupyterlab/rendermime-interfaces": "~3.8.0-alpha.20",
"@jupyterlab/running-extension": "~4.0.0-alpha.20",
"@jupyterlab/services": "~7.0.0-alpha.20",
"@jupyterlab/settingeditor": "~4.0.0-alpha.20",
"@jupyterlab/settingeditor-extension": "~4.0.0-alpha.20",
"@jupyterlab/settingregistry": "~4.0.0-alpha.20",
"@jupyterlab/shortcuts-extension": "~4.0.0-alpha.20",
"@jupyterlab/statedb": "~4.0.0-alpha.20",
"@jupyterlab/statusbar": "~4.0.0-alpha.20",
"@jupyterlab/terminal": "~4.0.0-alpha.20",
"@jupyterlab/terminal-extension": "~4.0.0-alpha.20",
"@jupyterlab/theme-dark-extension": "~4.0.0-alpha.20",
"@jupyterlab/theme-light-extension": "~4.0.0-alpha.20",
"@jupyterlab/toc-extension": "~6.0.0-alpha.20",
"@jupyterlab/tooltip": "~4.0.0-alpha.20",
"@jupyterlab/tooltip-extension": "~4.0.0-alpha.20",
"@jupyterlab/translation": "~4.0.0-alpha.20",
"@jupyterlab/translation-extension": "~4.0.0-alpha.20",
"@jupyterlab/ui-components": "~4.0.0-alpha.35",
"@jupyterlab/ui-components-extension": "~4.0.0-alpha.20",
"@jupyterlab/vega5-extension": "~4.0.0-alpha.20",
"@lumino/algorithm": "~2.0.0-rc.0",
"@lumino/application": "~2.0.0-rc.0",
"@lumino/commands": "~2.0.0-rc.0",
"@lumino/coreutils": "~2.0.0-rc.0",
"@lumino/disposable": "~2.0.0-rc.0",
"@lumino/domutils": "~2.0.0-rc.0",
"@lumino/dragdrop": "~2.0.0-rc.0",
"@lumino/messaging": "~2.0.0-rc.0",
"@lumino/properties": "~2.0.0-rc.0",
"@lumino/signaling": "~2.0.0-rc.0",
"@lumino/virtualdom": "~2.0.0-rc.0",
"@lumino/widgets": "~2.0.0-rc.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.5.45"
"yjs": "~13.5.48"
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.0-alpha.14",
Expand All @@ -117,50 +117,50 @@
"@jupyter-notebook/tree": "^7.0.0-alpha.14",
"@jupyter-notebook/tree-extension": "^7.0.0-alpha.14",
"@jupyter-notebook/ui-components": "^7.0.0-alpha.14",
"@jupyterlab/application-extension": "^4.0.0-alpha.19",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.19",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.19",
"@jupyterlab/celltags": "^4.0.0-alpha.19",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.19",
"@jupyterlab/codemirror": "^4.0.0-alpha.19",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.19",
"@jupyterlab/completer-extension": "^4.0.0-alpha.19",
"@jupyterlab/console-extension": "^4.0.0-alpha.19",
"@jupyterlab/coreutils": "^6.0.0-alpha.19",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.19",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.19",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.19",
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.19",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.19",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.19",
"@jupyterlab/hub-extension": "^4.0.0-alpha.19",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.19",
"@jupyterlab/json-extension": "^4.0.0-alpha.19",
"@jupyterlab/lsp": "^4.0.0-alpha.19",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.19",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.19",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.19",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.19",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.19",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.19",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.19",
"@jupyterlab/running-extension": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor": "^4.0.0-alpha.19",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.19",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.19",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.19",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.19",
"@jupyterlab/toc-extension": "^6.0.0-alpha.19",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.19",
"@jupyterlab/translation-extension": "^4.0.0-alpha.19",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.19",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.19"
"@jupyterlab/application-extension": "^4.0.0-alpha.20",
"@jupyterlab/apputils-extension": "^4.0.0-alpha.20",
"@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.20",
"@jupyterlab/celltags": "^4.0.0-alpha.20",
"@jupyterlab/celltags-extension": "^4.0.0-alpha.20",
"@jupyterlab/codemirror": "^4.0.0-alpha.20",
"@jupyterlab/codemirror-extension": "^4.0.0-alpha.20",
"@jupyterlab/completer-extension": "^4.0.0-alpha.20",
"@jupyterlab/console-extension": "^4.0.0-alpha.20",
"@jupyterlab/coreutils": "^6.0.0-alpha.20",
"@jupyterlab/debugger-extension": "^4.0.0-alpha.20",
"@jupyterlab/docmanager-extension": "^4.0.0-alpha.20",
"@jupyterlab/documentsearch-extension": "^4.0.0-alpha.20",
"@jupyterlab/extensionmanager-extension": "^4.0.0-alpha.20",
"@jupyterlab/filebrowser-extension": "^4.0.0-alpha.20",
"@jupyterlab/fileeditor-extension": "^4.0.0-alpha.20",
"@jupyterlab/htmlviewer-extension": "^4.0.0-alpha.20",
"@jupyterlab/hub-extension": "^4.0.0-alpha.20",
"@jupyterlab/javascript-extension": "^4.0.0-alpha.20",
"@jupyterlab/json-extension": "^4.0.0-alpha.20",
"@jupyterlab/lsp": "^4.0.0-alpha.20",
"@jupyterlab/lsp-extension": "^4.0.0-alpha.20",
"@jupyterlab/mainmenu-extension": "^4.0.0-alpha.20",
"@jupyterlab/markedparser-extension": "^4.0.0-alpha.20",
"@jupyterlab/mathjax2-extension": "^4.0.0-alpha.20",
"@jupyterlab/notebook-extension": "^4.0.0-alpha.20",
"@jupyterlab/pdf-extension": "^4.0.0-alpha.20",
"@jupyterlab/rendermime-extension": "^4.0.0-alpha.20",
"@jupyterlab/running-extension": "^4.0.0-alpha.20",
"@jupyterlab/settingeditor": "^4.0.0-alpha.20",
"@jupyterlab/settingeditor-extension": "^4.0.0-alpha.20",
"@jupyterlab/shortcuts-extension": "^4.0.0-alpha.20",
"@jupyterlab/terminal-extension": "^4.0.0-alpha.20",
"@jupyterlab/theme-dark-extension": "^4.0.0-alpha.20",
"@jupyterlab/theme-light-extension": "^4.0.0-alpha.20",
"@jupyterlab/toc-extension": "^6.0.0-alpha.20",
"@jupyterlab/tooltip-extension": "^4.0.0-alpha.20",
"@jupyterlab/translation-extension": "^4.0.0-alpha.20",
"@jupyterlab/ui-components-extension": "^4.0.0-alpha.20",
"@jupyterlab/vega5-extension": "^4.0.0-alpha.20"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0-alpha.19",
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@jupyterlab/builder": "^4.0.0-alpha.20",
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"fs-extra": "^8.1.0",
Expand All @@ -179,7 +179,12 @@
},
"jupyterlab": {
"name": "Jupyter Notebook",
"mimeExtensions": {},
"mimeExtensions": {
"@jupyterlab/javascript-extension": true,
"@jupyterlab/json-extension": true,
"@jupyterlab/pdf-extension": true,
"@jupyterlab/vega5-extension": true
},
"plugins": {
"/": {
"@jupyter-notebook/application-extension": true,
Expand All @@ -206,9 +211,7 @@
"@jupyterlab/apputils-extension:themes-palette-menu",
"@jupyterlab/apputils-extension:toolbar-registry"
],
"@jupyterlab/codemirror-extension": [
"@jupyterlab/codemirror-extension:services"
],
"@jupyterlab/codemirror-extension": true,
"@jupyterlab/completer-extension": [
"@jupyterlab/completer-extension:base-service",
"@jupyterlab/completer-extension:manager"
Expand Down Expand Up @@ -308,9 +311,6 @@
"@jupyterlab/fileeditor-extension": [
"@jupyterlab/fileeditor-extension:completer",
"@jupyterlab/fileeditor-extension:search"
],
"@jupyterlab/codemirror-extension": [
"@jupyterlab/codemirror-extension:commands"
]
}
},
Expand Down Expand Up @@ -364,7 +364,6 @@
"react",
"react-dom",
"yjs"
],
"linkedPackages": {}
]
}
}
4 changes: 2 additions & 2 deletions buildutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"typescript": "5.0.0-beta"
"typescript": "5.0.1-rc"
},
"devDependencies": {
"@types/fs-extra": "^9.0.10",
Expand Down
2 changes: 0 additions & 2 deletions buildutils/src/ensure-repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ function ensureResolutions(): string[] {
const corePath = path.join(basePath, 'app', 'package.json');
const corePackage = fs.readJSONSync(corePath);

corePackage.jupyterlab.mimeExtensions = {};
corePackage.jupyterlab.linkedPackages = {};
corePackage.resolutions = {};

const packages = Object.keys(corePackage.dependencies).concat(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch"
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0-alpha.19",
"@jupyterlab/buildutils": "^4.0.0-alpha.20",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.10.0",
Expand All @@ -55,6 +55,6 @@
"npm-run-all": "^4.1.5",
"prettier": "^1.19.0",
"rimraf": "^3.0.2",
"typescript": "5.0.0-beta"
"typescript": "5.0.1-rc"
}
}
2 changes: 1 addition & 1 deletion packages/_metapackage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@jupyter-notebook/ui-components": "file:../ui-components"
},
"devDependencies": {
"typescript": "5.0.0-beta"
"typescript": "5.0.1-rc"
}
}
Loading