diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2e7999f9..39a8cf898b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,23 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.0a18 + +([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a17...253efe279f8c8005f016f3dfe28c22233ee1d2dd)) + +### Enhancements made + +- Add back the `csvviewer-extension` [#6799](https://github.com/jupyter/notebook/pull/6799) ([@jtpio](https://github.com/jtpio)) +- Fix JSON setting editor not opening issue [#6795](https://github.com/jupyter/notebook/pull/6795) ([@yumyumqing](https://github.com/yumyumqing)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-20&to=2023-03-24&type=c)) + +[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-20..2023-03-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-20..2023-03-24&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-03-20..2023-03-24&type=Issues) + + + ## 7.0.0a17 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a16...7903de83e83a6ce342d71895dc1e8c2ec8128174)) @@ -38,8 +55,6 @@ Check out the [JupyterLab `4.0.0a37` release notes](https://github.com/jupyterla [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-15..2023-03-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-15..2023-03-20&type=Issues) | [@tarunsamanta2k20](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atarunsamanta2k20+updated%3A2023-03-15..2023-03-20&type=Issues) - - ## 7.0.0a16 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a15...0faa88c8b65e0302f1904e4ca9cd2e551525f352)) diff --git a/app/package.json b/app/package.json index a611cf28eb..e55a287b1a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "private": true, "scripts": { "build": "webpack", @@ -10,17 +10,17 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.17", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/tree": "~7.0.0-alpha.17", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.17", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.17", + "@jupyter-notebook/application": "~7.0.0-alpha.18", + "@jupyter-notebook/application-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/console-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/help-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/tree": "~7.0.0-alpha.18", + "@jupyter-notebook/tree-extension": "~7.0.0-alpha.18", + "@jupyter-notebook/ui-components": "~7.0.0-alpha.18", "@jupyter/ydoc": "~0.3.4", "@jupyterlab/application": "~4.0.0-alpha.22", "@jupyterlab/application-extension": "~4.0.0-alpha.22", @@ -107,17 +107,17 @@ "yjs": "~13.5.51" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/tree": "^7.0.0-alpha.17", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/tree": "^7.0.0-alpha.18", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", "@jupyterlab/application-extension": "^4.0.0-alpha.22", "@jupyterlab/apputils-extension": "^4.0.0-alpha.22", "@jupyterlab/cell-toolbar-extension": "^4.0.0-alpha.22", diff --git a/buildutils/package.json b/buildutils/package.json index e9e41c3d70..9f4c997729 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 2bf0514b50..1a15dd72b1 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "7.0.0a17" +__version__ = "7.0.0a18" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index c3b35bbc5c..57315f4299 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "private": true, "description": "Jupyter Notebook - Metapackage", "homepage": "https://github.com/jupyter/notebook", @@ -20,18 +20,18 @@ "watch": "tsc -b -w --preserveWatchOutput" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/lab-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/tree": "^7.0.0-alpha.17", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.17", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.17" + "@jupyter-notebook/application": "^7.0.0-alpha.18", + "@jupyter-notebook/application-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/console-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/help-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/lab-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/tree": "^7.0.0-alpha.18", + "@jupyter-notebook/tree-extension": "^7.0.0-alpha.18", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.18" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index f895844be8..4105c1cd2f 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Application Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/celltags": "^4.0.0-alpha.20", diff --git a/packages/application/package.json b/packages/application/package.json index 59cdc1f654..2bff889972 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Application", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index 76030e35f4..5c623e86fb 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 1074aba446..701d338266 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index b1e9386b4e..7f7832a0de 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Document Search Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/documentsearch": "^4.0.0-alpha.22", "@lumino/widgets": "^2.0.0" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index ff27154ac5..8b4e75ed01 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Help Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/mainmenu": "^4.0.0-alpha.22", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 3a2cceafde..12d7941d52 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -43,7 +43,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/coreutils": "^6.0.0-alpha.22", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 388b4b1ff6..f2b11732a4 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Notebook Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/cells": "^4.0.0-alpha.22", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index b5a0e92e14..0fbbe49603 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index dffd92e962..f57c58b43b 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Tree Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,8 +38,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", - "@jupyter-notebook/tree": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", + "@jupyter-notebook/tree": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/coreutils": "^6.0.0-alpha.22", diff --git a/packages/tree/package.json b/packages/tree/package.json index 48a9bd39bf..7300a5e19b 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/application": "^7.0.0-alpha.18", "@jupyterlab/application": "^4.0.0-alpha.22", "@jupyterlab/apputils": "^4.0.0-alpha.22", "@jupyterlab/coreutils": "^6.0.0-alpha.22", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 3cc1edcab0..0542ecabfd 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.0.0-alpha.17", + "version": "7.0.0-alpha.18", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index 6b5b0c5c99..1383b3a916 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1983,17 +1983,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 - "@jupyter-notebook/application-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/console-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/help-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/tree": ^7.0.0-alpha.17 - "@jupyter-notebook/tree-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 + "@jupyter-notebook/application-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/console-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/help-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/tree": ^7.0.0-alpha.18 + "@jupyter-notebook/tree-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 "@jupyterlab/application-extension": ^4.0.0-alpha.22 "@jupyterlab/apputils-extension": ^4.0.0-alpha.22 "@jupyterlab/builder": ^4.0.0-alpha.22 @@ -2056,12 +2056,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.0-alpha.17, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.0-alpha.18, @jupyter-notebook/application-extension@workspace:packages/application-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/application-extension@workspace:packages/application-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/celltags": ^4.0.0-alpha.20 @@ -2081,7 +2081,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.0-alpha.17, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.0-alpha.18, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2121,7 +2121,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.0-alpha.17, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.0-alpha.18, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: @@ -2134,7 +2134,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.17, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.18, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: @@ -2150,11 +2150,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.17, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.18, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/documentsearch": ^4.0.0-alpha.22 "@lumino/widgets": ^2.0.0 @@ -2163,11 +2163,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.0-alpha.17, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.0-alpha.18, @jupyter-notebook/help-extension@workspace:packages/help-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/help-extension@workspace:packages/help-extension" dependencies: - "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/mainmenu": ^4.0.0-alpha.22 @@ -2179,11 +2179,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.0-alpha.17, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.0-alpha.18, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/lab-extension@workspace:packages/lab-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/builder": ^4.0.0-alpha.22 @@ -2203,27 +2203,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 - "@jupyter-notebook/application-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/console-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/help-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/lab-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/tree": ^7.0.0-alpha.17 - "@jupyter-notebook/tree-extension": ^7.0.0-alpha.17 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 + "@jupyter-notebook/application-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/console-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/help-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/lab-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/tree": ^7.0.0-alpha.18 + "@jupyter-notebook/tree-extension": ^7.0.0-alpha.18 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.18 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.0-alpha.17, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.0-alpha.18, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/notebook-extension@workspace:packages/notebook-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/cells": ^4.0.0-alpha.22 @@ -2258,7 +2258,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.0-alpha.17, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.0-alpha.18, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: @@ -2271,12 +2271,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.0-alpha.17, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.0-alpha.18, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree-extension@workspace:packages/tree-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 - "@jupyter-notebook/tree": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 + "@jupyter-notebook/tree": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/coreutils": ^6.0.0-alpha.22 @@ -2297,11 +2297,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.0-alpha.17, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.0-alpha.18, @jupyter-notebook/tree@workspace:packages/tree": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/application": ^7.0.0-alpha.18 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/coreutils": ^6.0.0-alpha.22 @@ -2322,7 +2322,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.0-alpha.17, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.0-alpha.18, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: