Update to JupyterLab v4.5.0a0 (#7650)

* Update to JupyterLab v4.5.0a0

* bump lab

* update playwright

* update snapshots

* bump lumino

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Jeremy Tuloup 9 months ago committed by GitHub
parent b6dc5a2af2
commit 22e29fc419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.2,<4.4" hatch
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" hatch
jlpm
jlpm run build
@ -79,6 +79,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.2,<4.4" pip
python -m pip install -U "jupyterlab>=4.5.0a0,<4.6" pip
jlpm
jlpm run build

@ -45,7 +45,7 @@ repos:
files: "^notebook"
stages: [manual]
args: ["--install-types", "--non-interactive"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.4.0rc0,<4.5"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.5.0a0,<4.6"]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'

@ -10,8 +10,8 @@
"watch": "webpack --config ./webpack.config.watch.js"
},
"resolutions": {
"@codemirror/state": "~6.5.0",
"@codemirror/view": "~6.36.1",
"@codemirror/state": "~6.5.2",
"@codemirror/view": "~6.36.7",
"@jupyter-notebook/application": "~7.4.0",
"@jupyter-notebook/application-extension": "~7.4.0",
"@jupyter-notebook/console-extension": "~7.4.0",
@ -25,91 +25,91 @@
"@jupyter-notebook/ui-components": "~7.4.0",
"@jupyter/react-components": "~0.16.7",
"@jupyter/web-components": "~0.16.7",
"@jupyter/ydoc": "~3.0.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/application-extension": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/apputils-extension": "~4.4.1",
"@jupyterlab/attachments": "~4.4.1",
"@jupyterlab/cell-toolbar": "~4.4.1",
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
"@jupyterlab/celltags-extension": "~4.4.1",
"@jupyterlab/codeeditor": "~4.4.1",
"@jupyterlab/codemirror": "~4.4.1",
"@jupyterlab/codemirror-extension": "~4.4.1",
"@jupyterlab/completer": "~4.4.1",
"@jupyterlab/completer-extension": "~4.4.1",
"@jupyterlab/console": "~4.4.1",
"@jupyterlab/console-extension": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/csvviewer-extension": "~4.4.1",
"@jupyterlab/debugger": "~4.4.1",
"@jupyterlab/debugger-extension": "~4.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/docmanager-extension": "~4.4.1",
"@jupyterlab/documentsearch": "~4.4.1",
"@jupyterlab/documentsearch-extension": "~4.4.1",
"@jupyterlab/extensionmanager": "~4.4.1",
"@jupyterlab/extensionmanager-extension": "~4.4.1",
"@jupyterlab/filebrowser": "~4.4.1",
"@jupyterlab/filebrowser-extension": "~4.4.1",
"@jupyterlab/fileeditor": "~4.4.1",
"@jupyterlab/fileeditor-extension": "~4.4.1",
"@jupyterlab/help-extension": "~4.4.1",
"@jupyterlab/htmlviewer": "~4.4.1",
"@jupyterlab/htmlviewer-extension": "~4.4.1",
"@jupyterlab/hub-extension": "~4.4.1",
"@jupyterlab/imageviewer": "~4.4.1",
"@jupyterlab/imageviewer-extension": "~4.4.1",
"@jupyterlab/javascript-extension": "~4.4.1",
"@jupyterlab/json-extension": "~4.4.1",
"@jupyterlab/logconsole-extension": "~4.4.1",
"@jupyterlab/lsp": "~4.4.1",
"@jupyterlab/lsp-extension": "~4.4.1",
"@jupyterlab/mainmenu": "~4.4.1",
"@jupyterlab/mainmenu-extension": "~4.4.1",
"@jupyterlab/markdownviewer": "~4.4.1",
"@jupyterlab/markdownviewer-extension": "~4.4.1",
"@jupyterlab/markedparser-extension": "~4.4.1",
"@jupyterlab/mathjax-extension": "~4.4.1",
"@jupyterlab/mermaid": "~4.4.1",
"@jupyterlab/mermaid-extension": "~4.4.1",
"@jupyterlab/metadataform": "~4.4.1",
"@jupyterlab/metadataform-extension": "~4.4.1",
"@jupyterlab/notebook": "~4.4.1",
"@jupyterlab/notebook-extension": "~4.4.1",
"@jupyterlab/observables": "~5.4.1",
"@jupyterlab/outputarea": "~4.4.1",
"@jupyterlab/pdf-extension": "~4.4.1",
"@jupyterlab/pluginmanager-extension": "~4.4.1",
"@jupyterlab/rendermime": "~4.4.1",
"@jupyterlab/rendermime-interfaces": "~3.12.1",
"@jupyterlab/running-extension": "~4.4.1",
"@jupyterlab/services": "~7.4.1",
"@jupyterlab/services-extension": "~4.4.1",
"@jupyterlab/settingeditor": "~4.4.1",
"@jupyterlab/settingeditor-extension": "~4.4.1",
"@jupyterlab/settingregistry": "~4.4.1",
"@jupyterlab/shortcuts-extension": "~5.2.1",
"@jupyterlab/statedb": "~4.4.1",
"@jupyterlab/statusbar": "~4.4.1",
"@jupyterlab/terminal": "~4.4.1",
"@jupyterlab/terminal-extension": "~4.4.1",
"@jupyterlab/theme-dark-extension": "~4.4.1",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
"@jupyterlab/theme-light-extension": "~4.4.1",
"@jupyterlab/toc-extension": "~6.4.1",
"@jupyterlab/tooltip": "~4.4.1",
"@jupyterlab/tooltip-extension": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@jupyterlab/translation-extension": "~4.4.1",
"@jupyterlab/ui-components": "~4.4.1",
"@jupyterlab/ui-components-extension": "~4.4.1",
"@jupyterlab/vega5-extension": "~4.4.1",
"@jupyter/ydoc": "~3.0.4",
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/application-extension": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/apputils-extension": "~4.5.0-alpha.0",
"@jupyterlab/attachments": "~4.5.0-alpha.0",
"@jupyterlab/cell-toolbar": "~4.5.0-alpha.0",
"@jupyterlab/cell-toolbar-extension": "~4.5.0-alpha.0",
"@jupyterlab/celltags-extension": "~4.5.0-alpha.0",
"@jupyterlab/codeeditor": "~4.5.0-alpha.0",
"@jupyterlab/codemirror": "~4.5.0-alpha.0",
"@jupyterlab/codemirror-extension": "~4.5.0-alpha.0",
"@jupyterlab/completer": "~4.5.0-alpha.0",
"@jupyterlab/completer-extension": "~4.5.0-alpha.0",
"@jupyterlab/console": "~4.5.0-alpha.0",
"@jupyterlab/console-extension": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/csvviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/debugger": "~4.5.0-alpha.0",
"@jupyterlab/debugger-extension": "~4.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/docmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/documentsearch": "~4.5.0-alpha.0",
"@jupyterlab/documentsearch-extension": "~4.5.0-alpha.0",
"@jupyterlab/extensionmanager": "~4.5.0-alpha.0",
"@jupyterlab/extensionmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/filebrowser": "~4.5.0-alpha.0",
"@jupyterlab/filebrowser-extension": "~4.5.0-alpha.0",
"@jupyterlab/fileeditor": "~4.5.0-alpha.0",
"@jupyterlab/fileeditor-extension": "~4.5.0-alpha.0",
"@jupyterlab/help-extension": "~4.5.0-alpha.0",
"@jupyterlab/htmlviewer": "~4.5.0-alpha.0",
"@jupyterlab/htmlviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/hub-extension": "~4.5.0-alpha.0",
"@jupyterlab/imageviewer": "~4.5.0-alpha.0",
"@jupyterlab/imageviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/javascript-extension": "~4.5.0-alpha.0",
"@jupyterlab/json-extension": "~4.5.0-alpha.0",
"@jupyterlab/logconsole-extension": "~4.5.0-alpha.0",
"@jupyterlab/lsp": "~4.5.0-alpha.0",
"@jupyterlab/lsp-extension": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu-extension": "~4.5.0-alpha.0",
"@jupyterlab/markdownviewer": "~4.5.0-alpha.0",
"@jupyterlab/markdownviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/markedparser-extension": "~4.5.0-alpha.0",
"@jupyterlab/mathjax-extension": "~4.5.0-alpha.0",
"@jupyterlab/mermaid": "~4.5.0-alpha.0",
"@jupyterlab/mermaid-extension": "~4.5.0-alpha.0",
"@jupyterlab/metadataform": "~4.5.0-alpha.0",
"@jupyterlab/metadataform-extension": "~4.5.0-alpha.0",
"@jupyterlab/notebook": "~4.5.0-alpha.0",
"@jupyterlab/notebook-extension": "~4.5.0-alpha.0",
"@jupyterlab/observables": "~5.5.0-alpha.0",
"@jupyterlab/outputarea": "~4.5.0-alpha.0",
"@jupyterlab/pdf-extension": "~4.5.0-alpha.0",
"@jupyterlab/pluginmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/rendermime": "~4.5.0-alpha.0",
"@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.0",
"@jupyterlab/running-extension": "~4.5.0-alpha.0",
"@jupyterlab/services": "~7.5.0-alpha.0",
"@jupyterlab/services-extension": "~4.5.0-alpha.0",
"@jupyterlab/settingeditor": "~4.5.0-alpha.0",
"@jupyterlab/settingeditor-extension": "~4.5.0-alpha.0",
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
"@jupyterlab/shortcuts-extension": "~5.3.0-alpha.0",
"@jupyterlab/statedb": "~4.5.0-alpha.0",
"@jupyterlab/statusbar": "~4.5.0-alpha.0",
"@jupyterlab/terminal": "~4.5.0-alpha.0",
"@jupyterlab/terminal-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-dark-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-light-extension": "~4.5.0-alpha.0",
"@jupyterlab/toc-extension": "~6.5.0-alpha.0",
"@jupyterlab/tooltip": "~4.5.0-alpha.0",
"@jupyterlab/tooltip-extension": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@jupyterlab/translation-extension": "~4.5.0-alpha.0",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"@jupyterlab/ui-components-extension": "~4.5.0-alpha.0",
"@jupyterlab/vega5-extension": "~4.5.0-alpha.0",
"@lezer/common": "~1.2.1",
"@lezer/highlight": "~1.2.0",
"@lumino/algorithm": "~2.0.3",
"@lumino/application": "~2.4.3",
"@lumino/application": "~2.4.4",
"@lumino/commands": "~2.3.2",
"@lumino/coreutils": "~2.2.1",
"@lumino/disposable": "~2.1.4",
@ -119,7 +119,7 @@
"@lumino/properties": "~2.0.3",
"@lumino/signaling": "~2.1.4",
"@lumino/virtualdom": "~2.0.3",
"@lumino/widgets": "~2.7.0",
"@lumino/widgets": "~2.7.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"yjs": "~13.6.8"
@ -136,63 +136,63 @@
"@jupyter-notebook/tree": "^7.4.0",
"@jupyter-notebook/tree-extension": "^7.4.0",
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application-extension": "~4.4.1",
"@jupyterlab/apputils-extension": "~4.4.1",
"@jupyterlab/attachments": "~4.4.1",
"@jupyterlab/cell-toolbar-extension": "~4.4.1",
"@jupyterlab/celltags-extension": "~4.4.1",
"@jupyterlab/codemirror": "~4.4.1",
"@jupyterlab/codemirror-extension": "~4.4.1",
"@jupyterlab/completer-extension": "~4.4.1",
"@jupyterlab/console-extension": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/csvviewer-extension": "~4.4.1",
"@jupyterlab/debugger-extension": "~4.4.1",
"@jupyterlab/docmanager-extension": "~4.4.1",
"@jupyterlab/documentsearch-extension": "~4.4.1",
"@jupyterlab/extensionmanager-extension": "~4.4.1",
"@jupyterlab/filebrowser-extension": "~4.4.1",
"@jupyterlab/fileeditor-extension": "~4.4.1",
"@jupyterlab/help-extension": "~4.4.1",
"@jupyterlab/htmlviewer-extension": "~4.4.1",
"@jupyterlab/hub-extension": "~4.4.1",
"@jupyterlab/imageviewer-extension": "~4.4.1",
"@jupyterlab/javascript-extension": "~4.4.1",
"@jupyterlab/json-extension": "~4.4.1",
"@jupyterlab/logconsole-extension": "~4.4.1",
"@jupyterlab/lsp": "~4.4.1",
"@jupyterlab/lsp-extension": "~4.4.1",
"@jupyterlab/mainmenu-extension": "~4.4.1",
"@jupyterlab/markdownviewer-extension": "~4.4.1",
"@jupyterlab/markedparser-extension": "~4.4.1",
"@jupyterlab/mathjax-extension": "~4.4.1",
"@jupyterlab/mermaid-extension": "~4.4.1",
"@jupyterlab/metadataform-extension": "~4.4.1",
"@jupyterlab/notebook-extension": "~4.4.1",
"@jupyterlab/pdf-extension": "~4.4.1",
"@jupyterlab/pluginmanager-extension": "~4.4.1",
"@jupyterlab/running-extension": "~4.4.1",
"@jupyterlab/services-extension": "~4.4.1",
"@jupyterlab/settingeditor": "~4.4.1",
"@jupyterlab/settingeditor-extension": "~4.4.1",
"@jupyterlab/shortcuts-extension": "~5.2.1",
"@jupyterlab/terminal-extension": "~4.4.1",
"@jupyterlab/theme-dark-extension": "~4.4.1",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.4.1",
"@jupyterlab/theme-light-extension": "~4.4.1",
"@jupyterlab/toc-extension": "~6.4.1",
"@jupyterlab/tooltip-extension": "~4.4.1",
"@jupyterlab/translation-extension": "~4.4.1",
"@jupyterlab/ui-components-extension": "~4.4.1",
"@jupyterlab/vega5-extension": "~4.4.1",
"@lumino/coreutils": "~2.2.0",
"@jupyterlab/application-extension": "~4.5.0-alpha.0",
"@jupyterlab/apputils-extension": "~4.5.0-alpha.0",
"@jupyterlab/attachments": "~4.5.0-alpha.0",
"@jupyterlab/cell-toolbar-extension": "~4.5.0-alpha.0",
"@jupyterlab/celltags-extension": "~4.5.0-alpha.0",
"@jupyterlab/codemirror": "~4.5.0-alpha.0",
"@jupyterlab/codemirror-extension": "~4.5.0-alpha.0",
"@jupyterlab/completer-extension": "~4.5.0-alpha.0",
"@jupyterlab/console-extension": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/csvviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/debugger-extension": "~4.5.0-alpha.0",
"@jupyterlab/docmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/documentsearch-extension": "~4.5.0-alpha.0",
"@jupyterlab/extensionmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/filebrowser-extension": "~4.5.0-alpha.0",
"@jupyterlab/fileeditor-extension": "~4.5.0-alpha.0",
"@jupyterlab/help-extension": "~4.5.0-alpha.0",
"@jupyterlab/htmlviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/hub-extension": "~4.5.0-alpha.0",
"@jupyterlab/imageviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/javascript-extension": "~4.5.0-alpha.0",
"@jupyterlab/json-extension": "~4.5.0-alpha.0",
"@jupyterlab/logconsole-extension": "~4.5.0-alpha.0",
"@jupyterlab/lsp": "~4.5.0-alpha.0",
"@jupyterlab/lsp-extension": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu-extension": "~4.5.0-alpha.0",
"@jupyterlab/markdownviewer-extension": "~4.5.0-alpha.0",
"@jupyterlab/markedparser-extension": "~4.5.0-alpha.0",
"@jupyterlab/mathjax-extension": "~4.5.0-alpha.0",
"@jupyterlab/mermaid-extension": "~4.5.0-alpha.0",
"@jupyterlab/metadataform-extension": "~4.5.0-alpha.0",
"@jupyterlab/notebook-extension": "~4.5.0-alpha.0",
"@jupyterlab/pdf-extension": "~4.5.0-alpha.0",
"@jupyterlab/pluginmanager-extension": "~4.5.0-alpha.0",
"@jupyterlab/running-extension": "~4.5.0-alpha.0",
"@jupyterlab/services-extension": "~4.5.0-alpha.0",
"@jupyterlab/settingeditor": "~4.5.0-alpha.0",
"@jupyterlab/settingeditor-extension": "~4.5.0-alpha.0",
"@jupyterlab/shortcuts-extension": "~5.3.0-alpha.0",
"@jupyterlab/terminal-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-dark-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-dark-high-contrast-extension": "~4.5.0-alpha.0",
"@jupyterlab/theme-light-extension": "~4.5.0-alpha.0",
"@jupyterlab/toc-extension": "~6.5.0-alpha.0",
"@jupyterlab/tooltip-extension": "~4.5.0-alpha.0",
"@jupyterlab/translation-extension": "~4.5.0-alpha.0",
"@jupyterlab/ui-components-extension": "~4.5.0-alpha.0",
"@jupyterlab/vega5-extension": "~4.5.0-alpha.0",
"@lumino/coreutils": "~2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/builder": "~4.4.1",
"@jupyterlab/buildutils": "~4.4.1",
"@jupyterlab/builder": "~4.5.0-alpha.0",
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
"@types/rimraf": "^3.0.2",
"css-loader": "~5.0.1",
"extra-watch-webpack-plugin": "^1.0.3",

@ -29,7 +29,7 @@
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/buildutils": "~4.4.1",
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
"commander": "^6.2.0",
"fs-extra": "^9.1.0",
"semver": "^7.6.3",

@ -51,7 +51,7 @@
"yjs": "^13.5.40"
},
"devDependencies": {
"@jupyterlab/buildutils": "~4.4.1",
"@jupyterlab/buildutils": "~4.5.0-alpha.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",

@ -40,20 +40,20 @@
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/codeeditor": "~4.4.1",
"@jupyterlab/console": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/docregistry": "~4.4.1",
"@jupyterlab/mainmenu": "~4.4.1",
"@jupyterlab/rendermime": "~4.4.1",
"@jupyterlab/settingregistry": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@lumino/coreutils": "^2.2.0",
"@lumino/disposable": "^2.1.3",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/codeeditor": "~4.5.0-alpha.0",
"@jupyterlab/console": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/docregistry": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
"@jupyterlab/rendermime": "~4.5.0-alpha.0",
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@lumino/coreutils": "^2.2.1",
"@lumino/disposable": "^2.1.4",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -42,17 +42,17 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docregistry": "~4.4.1",
"@jupyterlab/rendermime-interfaces": "~3.12.1",
"@jupyterlab/ui-components": "~4.4.1",
"@lumino/algorithm": "^2.0.2",
"@lumino/coreutils": "^2.2.0",
"@lumino/messaging": "^2.0.2",
"@lumino/polling": "^2.1.3",
"@lumino/signaling": "^2.1.3",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docregistry": "~4.5.0-alpha.0",
"@jupyterlab/rendermime-interfaces": "~3.13.0-alpha.0",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3",
"@lumino/coreutils": "^2.2.1",
"@lumino/messaging": "^2.0.3",
"@lumino/polling": "^2.1.4",
"@lumino/signaling": "^2.1.4",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",

@ -39,10 +39,10 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/console": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@lumino/algorithm": "^2.0.2"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/console": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,13 +39,13 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/docregistry": "~4.4.1",
"@jupyterlab/services": "~7.4.1",
"@lumino/algorithm": "^2.0.2",
"@lumino/signaling": "^2.1.3"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/docregistry": "~4.5.0-alpha.0",
"@jupyterlab/services": "~7.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3",
"@lumino/signaling": "^2.1.4"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,9 +39,9 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/documentsearch": "~4.4.1",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/documentsearch": "~4.5.0-alpha.0",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,10 +39,10 @@
},
"dependencies": {
"@jupyter-notebook/ui-components": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/mainmenu": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -44,18 +44,18 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docregistry": "~4.4.1",
"@jupyterlab/notebook": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@jupyterlab/ui-components": "~4.4.1",
"@lumino/commands": "^2.3.1",
"@lumino/disposable": "^2.1.3"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docregistry": "~4.5.0-alpha.0",
"@jupyterlab/notebook": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"@lumino/commands": "^2.3.2",
"@lumino/disposable": "^2.1.4"
},
"devDependencies": {
"@jupyterlab/builder": "~4.4.1",
"@jupyterlab/builder": "~4.5.0-alpha.0",
"rimraf": "^3.0.2",
"typescript": "~5.5.4"
},

@ -39,15 +39,15 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/cells": "~4.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/notebook": "~4.4.1",
"@jupyterlab/settingregistry": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@lumino/polling": "^2.1.3",
"@lumino/widgets": "^2.5.0",
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/cells": "~4.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/notebook": "~4.5.0-alpha.0",
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@lumino/polling": "^2.1.4",
"@lumino/widgets": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

@ -39,10 +39,10 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/terminal": "~4.4.1",
"@lumino/algorithm": "^2.0.2"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/terminal": "~4.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -40,21 +40,21 @@
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyter-notebook/tree": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/filebrowser": "~4.4.1",
"@jupyterlab/mainmenu": "~4.4.1",
"@jupyterlab/services": "~7.4.1",
"@jupyterlab/settingeditor": "~4.4.1",
"@jupyterlab/settingregistry": "~4.4.1",
"@jupyterlab/statedb": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@jupyterlab/ui-components": "~4.4.1",
"@lumino/algorithm": "^2.0.2",
"@lumino/commands": "^2.3.1",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/filebrowser": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
"@jupyterlab/services": "~7.5.0-alpha.0",
"@jupyterlab/settingeditor": "~4.5.0-alpha.0",
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
"@jupyterlab/statedb": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3",
"@lumino/commands": "^2.3.2",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -39,21 +39,21 @@
},
"dependencies": {
"@jupyter-notebook/application": "^7.4.0",
"@jupyterlab/application": "~4.4.1",
"@jupyterlab/apputils": "~4.5.1",
"@jupyterlab/coreutils": "~6.4.1",
"@jupyterlab/docmanager": "~4.4.1",
"@jupyterlab/filebrowser": "~4.4.1",
"@jupyterlab/mainmenu": "~4.4.1",
"@jupyterlab/services": "~7.4.1",
"@jupyterlab/settingregistry": "~4.4.1",
"@jupyterlab/statedb": "~4.4.1",
"@jupyterlab/translation": "~4.4.1",
"@jupyterlab/ui-components": "~4.4.1",
"@lumino/algorithm": "^2.0.2",
"@lumino/commands": "^2.3.1",
"@lumino/coreutils": "^2.2.0",
"@lumino/widgets": "^2.5.0"
"@jupyterlab/application": "~4.5.0-alpha.0",
"@jupyterlab/apputils": "~4.6.0-alpha.0",
"@jupyterlab/coreutils": "~6.5.0-alpha.0",
"@jupyterlab/docmanager": "~4.5.0-alpha.0",
"@jupyterlab/filebrowser": "~4.5.0-alpha.0",
"@jupyterlab/mainmenu": "~4.5.0-alpha.0",
"@jupyterlab/services": "~7.5.0-alpha.0",
"@jupyterlab/settingregistry": "~4.5.0-alpha.0",
"@jupyterlab/statedb": "~4.5.0-alpha.0",
"@jupyterlab/translation": "~4.5.0-alpha.0",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"@lumino/algorithm": "^2.0.3",
"@lumino/commands": "^2.3.2",
"@lumino/coreutils": "^2.2.1",
"@lumino/widgets": "^2.7.1"
},
"devDependencies": {
"rimraf": "^3.0.2",

@ -42,7 +42,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/ui-components": "~4.4.1",
"@jupyterlab/ui-components": "~4.5.0-alpha.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

21
pixi.lock generated

@ -93,7 +93,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/93/13/a1e1ccb2546e0bca0049e2f25ccf5daf03f70efe752ca308965774e59796/jupyterlab-4.5.0a0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -271,7 +271,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/93/13/a1e1ccb2546e0bca0049e2f25ccf5daf03f70efe752ca308965774e59796/jupyterlab-4.5.0a0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -449,7 +449,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/93/13/a1e1ccb2546e0bca0049e2f25ccf5daf03f70efe752ca308965774e59796/jupyterlab-4.5.0a0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -635,7 +635,7 @@ environments:
- pypi: https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/93/13/a1e1ccb2546e0bca0049e2f25ccf5daf03f70efe752ca308965774e59796/jupyterlab-4.5.0a0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl
@ -1724,15 +1724,14 @@ packages:
- pytest-timeout ; extra == 'test'
- pytest>=7.0 ; extra == 'test'
requires_python: '>=3.8'
- pypi: https://files.pythonhosted.org/packages/39/66/3f0c8f052a68d9293454eb0159d3736e41dd668ef2a81f7f2f5df15d8238/jupyterlab-4.4.0rc0-py3-none-any.whl
- pypi: https://files.pythonhosted.org/packages/93/13/a1e1ccb2546e0bca0049e2f25ccf5daf03f70efe752ca308965774e59796/jupyterlab-4.5.0a0-py3-none-any.whl
name: jupyterlab
version: 4.4.0rc0
sha256: d713888709e7d21b6e4c39fdcda6e83a6ddbb14028aeb6171818946b3572c716
version: 4.5.0a0
sha256: 7ce6009b0410b710c584112459bf97542b8d5e52c545ea7caf1dc936fc4507ef
requires_dist:
- async-lru>=1.0.0
- httpx>=0.25.0
- importlib-metadata>=4.8.3 ; python_full_version < '3.10'
- importlib-resources>=1.4 ; python_full_version < '3.9'
- ipykernel>=6.5.0
- jinja2>=3.0.3
- jupyter-core
@ -1751,7 +1750,7 @@ packages:
- hatch ; extra == 'dev'
- pre-commit ; extra == 'dev'
- pytest-cov ; extra == 'dev'
- ruff==0.9.9 ; extra == 'dev'
- ruff==0.11.8 ; extra == 'dev'
- jsx-lexer ; extra == 'docs'
- myst-parser ; extra == 'docs'
- pydata-sphinx-theme>=0.13.0 ; extra == 'docs'
@ -2303,11 +2302,11 @@ packages:
- pypi: .
name: notebook
version: 7.4.0
sha256: 70100da43e7db36f18972bad65d61582ae9c71306e18962bff587cd102f19e97
sha256: ad25a2a398868aa7b14d08bc7787e8278dd072a806633eb3e1209de29ec1ba3d
requires_dist:
- jupyter-server>=2.4.0,<3
- jupyterlab-server>=2.27.1,<3
- jupyterlab>=4.4.0rc0,<4.5
- jupyterlab>=4.5.0a0,<4.6
- notebook-shim>=0.2,<0.3
- tornado>=6.2.0
- hatch ; extra == 'dev'

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.4.0rc0,<4.5"]
requires = ["hatchling>=1.11", "jupyterlab>=4.5.0a0,<4.6"]
build-backend = "hatchling.build"
[project]
@ -32,7 +32,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.4.0rc0,<4.5",
"jupyterlab>=4.5.0a0,<4.6",
"jupyterlab_server>=2.27.1,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",
@ -174,7 +174,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"
[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install -U \"jupyterlab>=4.4.0rc0,<4.5\"",
"python -m pip install -U \"jupyterlab>=4.5.0a0,<4.6\"",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"

@ -15,8 +15,8 @@
"test:update": "playwright test --update-snapshots"
},
"dependencies": {
"@jupyterlab/galata": "~5.4.1",
"@playwright/test": "~1.51.0",
"@jupyterlab/galata": "~5.5.0-alpha.0",
"@playwright/test": "~1.52.0",
"rimraf": "^3.0.2"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save