From cc454bb0ccca905a2a78805276eb0dcb7db09d9c Mon Sep 17 00:00:00 2001 From: jtpio Date: Mon, 20 Mar 2023 13:10:34 +0000 Subject: [PATCH] Publish 7.0.0a17 SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.17.tgz: fd0a4bbc197aa47b5ba6e79759306e676abce29962885418f3d2469e838050dd jupyter-notebook-application-extension-7.0.0-alpha.17.tgz: a8bb9e049d8520a7c6d3aa92293d1501e2c028994c8f88a8274ebe50f55fb71e jupyter-notebook-console-extension-7.0.0-alpha.17.tgz: 069fb2ba8d7778739d7357c1359019a77393c4ed2d91e50a76a1547f81c49e47 jupyter-notebook-docmanager-extension-7.0.0-alpha.17.tgz: 54059a403c4eea255d2e1bac118d808e11cd3dc3fe9c6b6c527d3c0c722053fe jupyter-notebook-documentsearch-extension-7.0.0-alpha.17.tgz: eaaaa8daf944b0f7087afc63d88a60e9f62a6efd939bf46a56a907be516eca1a jupyter-notebook-help-extension-7.0.0-alpha.17.tgz: 0f1a8ce109175c31ccf30d324b6e35178b06e82b0e0fc4bf268bfe1dd91b4eea jupyter-notebook-lab-extension-7.0.0-alpha.17.tgz: c887a7c27f5f37ad71b4410368228966c6055432e37a51c1fc15d5b3418a4c66 jupyter-notebook-notebook-extension-7.0.0-alpha.17.tgz: 17cac111ee63a09a685ef2ff955917abb9fbec386620a37c0d680aae4da7bc46 jupyter-notebook-terminal-extension-7.0.0-alpha.17.tgz: 124a73f6b631d64e5c02dbd87bad104bf3b5b7b4ea92e0c067526ff63f2151f5 jupyter-notebook-tree-7.0.0-alpha.17.tgz: a5a348712c99e3b413307b5599982c89e758e4435dd8cc2741ca0bd1154f9f2b jupyter-notebook-tree-extension-7.0.0-alpha.17.tgz: 1a4f8e322cff780cd439b1f5722ef416b46e2c203ca3f680d4da1a70f9fdbeb1 jupyter-notebook-ui-components-7.0.0-alpha.17.tgz: 8ad41bb70995a8dcbc6f64e785d823456e594f6069218b7b20da74e8d66abd0b notebook-7.0.0a17-py3-none-any.whl: 43017968236c163364490ccd0178a68023c9c7d1fbcdaf9118ebcf1c79f37f77 notebook-7.0.0a17.tar.gz: cf2e5855e07a7b8c08efbeae23643deb29814858d26940a772274365f371a343 --- CHANGELOG.md | 28 +++++- app/package.json | 46 +++++----- buildutils/package.json | 2 +- notebook/_version.py | 2 +- packages/_metapackage/package.json | 26 +++--- packages/application-extension/package.json | 6 +- packages/application/package.json | 2 +- packages/console-extension/package.json | 2 +- packages/docmanager-extension/package.json | 2 +- .../documentsearch-extension/package.json | 4 +- packages/help-extension/package.json | 4 +- packages/lab-extension/package.json | 4 +- packages/notebook-extension/package.json | 4 +- packages/terminal-extension/package.json | 2 +- packages/tree-extension/package.json | 6 +- packages/tree/package.json | 4 +- packages/ui-components/package.json | 2 +- yarn.lock | 88 +++++++++---------- 18 files changed, 129 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4fc87a3..ab2e7999f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,32 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.0a17 + +([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a16...7903de83e83a6ce342d71895dc1e8c2ec8128174)) + +### Highlights + +This major change in this release is the update to the latest JupyterLab `4.0.0a37`. + +Check out the [JupyterLab `4.0.0a37` release notes](https://github.com/jupyterlab/jupyterlab/releases/tag/v4.0.0a37) for more details. + +### Enhancements made + +- Update to JupyterLab 4.0.0a37 [#6777](https://github.com/jupyter/notebook/pull/6777) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Replace the use of `toArray` by `Array.from` [#6775](https://github.com/jupyter/notebook/pull/6775) ([@tarunsamanta2k20](https://github.com/tarunsamanta2k20)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-15&to=2023-03-20&type=c)) + +[@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)) @@ -38,8 +64,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@afshin](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aafshin+updated%3A2023-03-08..2023-03-15&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-03-08..2023-03-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-08..2023-03-15&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-08..2023-03-15&type=Issues) - - ## 7.0.0a15 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0a14...1ccb8f15d6bf3557eed2405438a9df3c1d6cd040)) diff --git a/app/package.json b/app/package.json index 84b119eba..031d341d7 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-alpha.16", + "version": "7.0.0-alpha.17", "private": true, "scripts": { "build": "webpack", @@ -10,17 +10,17 @@ "watch": "webpack --config ./webpack.config.watch.js" }, "resolutions": { - "@jupyter-notebook/application": "~7.0.0-alpha.16", - "@jupyter-notebook/application-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/console-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/docmanager-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/help-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/notebook-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/terminal-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/tree": "~7.0.0-alpha.16", - "@jupyter-notebook/tree-extension": "~7.0.0-alpha.16", - "@jupyter-notebook/ui-components": "~7.0.0-alpha.16", + "@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/ydoc": "~0.3.4", "@jupyterlab/application": "~4.0.0-alpha.22", "@jupyterlab/application-extension": "~4.0.0-alpha.22", @@ -106,17 +106,17 @@ "yjs": "~13.5.50" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-alpha.16", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/tree": "^7.0.0-alpha.16", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.16", + "@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", "@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 378a806e4..e9e41c3d7 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-alpha.16", + "version": "7.0.0-alpha.17", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 0e7176324..2bf0514b5 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ import re from collections import namedtuple # Use "hatch version xx.yy.zz" to handle version changes -__version__ = "7.0.0a16" +__version__ = "7.0.0a17" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index f01ec54b9..c3b35bbc5 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-alpha.16", + "version": "7.0.0-alpha.17", "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.16", - "@jupyter-notebook/application-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/console-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/docmanager-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/help-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/lab-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/notebook-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/terminal-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/tree": "^7.0.0-alpha.16", - "@jupyter-notebook/tree-extension": "^7.0.0-alpha.16", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.16" + "@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" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index f2c8c4431..f895844be 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.16", + "version": "7.0.0-alpha.17", "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.16", - "@jupyter-notebook/ui-components": "^7.0.0-alpha.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", "@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 ba72664f7..59cdc1f65 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-alpha.16", + "version": "7.0.0-alpha.17", "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 163a96957..76030e35f 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.16", + "version": "7.0.0-alpha.17", "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 a5f3d027a..1074aba44 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.16", + "version": "7.0.0-alpha.17", "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 62151b6bd..b1e9386b4 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.16", + "version": "7.0.0-alpha.17", "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.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", "@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 9548162a1..ff27154ac 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.16", + "version": "7.0.0-alpha.17", "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.16", + "@jupyter-notebook/ui-components": "^7.0.0-alpha.17", "@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 448ae8887..3a2cceafd 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.16", + "version": "7.0.0-alpha.17", "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.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", "@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 b7c6cce59..388b4b1ff 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.16", + "version": "7.0.0-alpha.17", "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.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", "@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 952c10fbd..b5a0e92e1 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.16", + "version": "7.0.0-alpha.17", "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 9c9fb6666..dffd92e96 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.16", + "version": "7.0.0-alpha.17", "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.16", - "@jupyter-notebook/tree": "^7.0.0-alpha.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", + "@jupyter-notebook/tree": "^7.0.0-alpha.17", "@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 083533e82..48a9bd39b 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0-alpha.16", + "version": "7.0.0-alpha.17", "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.16", + "@jupyter-notebook/application": "^7.0.0-alpha.17", "@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 971816a75..3cc1edcab 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.16", + "version": "7.0.0-alpha.17", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index b57e2588f..afa7c7961 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.16 - "@jupyter-notebook/application-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/console-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/help-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/tree": ^7.0.0-alpha.16 - "@jupyter-notebook/tree-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.16 + "@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 "@jupyterlab/application-extension": ^4.0.0-alpha.22 "@jupyterlab/apputils-extension": ^4.0.0-alpha.22 "@jupyterlab/builder": ^4.0.0-alpha.22 @@ -2055,12 +2055,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.0-alpha.16, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.0-alpha.17, @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.16 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/celltags": ^4.0.0-alpha.20 @@ -2080,7 +2080,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.0-alpha.16, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.0-alpha.17, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2120,7 +2120,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.0-alpha.16, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.0-alpha.17, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: @@ -2133,7 +2133,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.16, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.0-alpha.17, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: @@ -2149,11 +2149,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.16, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.0-alpha.17, @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.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/documentsearch": ^4.0.0-alpha.22 "@lumino/widgets": ^2.0.0 @@ -2162,11 +2162,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.0-alpha.16, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.0-alpha.17, @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.16 + "@jupyter-notebook/ui-components": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/mainmenu": ^4.0.0-alpha.22 @@ -2178,11 +2178,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.0-alpha.16, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.0-alpha.17, @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.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/builder": ^4.0.0-alpha.22 @@ -2202,27 +2202,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.0-alpha.16 - "@jupyter-notebook/application-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/console-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/docmanager-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/help-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/lab-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/notebook-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/terminal-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/tree": ^7.0.0-alpha.16 - "@jupyter-notebook/tree-extension": ^7.0.0-alpha.16 - "@jupyter-notebook/ui-components": ^7.0.0-alpha.16 + "@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 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.0-alpha.16, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.0-alpha.17, @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.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/cells": ^4.0.0-alpha.22 @@ -2257,7 +2257,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.0-alpha.16, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.0-alpha.17, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: @@ -2270,12 +2270,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.0-alpha.16, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.0-alpha.17, @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.16 - "@jupyter-notebook/tree": ^7.0.0-alpha.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 + "@jupyter-notebook/tree": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/coreutils": ^6.0.0-alpha.22 @@ -2296,11 +2296,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.0-alpha.16, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.0-alpha.17, @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.16 + "@jupyter-notebook/application": ^7.0.0-alpha.17 "@jupyterlab/application": ^4.0.0-alpha.22 "@jupyterlab/apputils": ^4.0.0-alpha.22 "@jupyterlab/coreutils": ^6.0.0-alpha.22 @@ -2321,7 +2321,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.0-alpha.16, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.0-alpha.17, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: