From 01d58d74cb61b1f3038ac4b7c9ceb4d881304a3d Mon Sep 17 00:00:00 2001 From: jtpio Date: Mon, 31 Jul 2023 13:30:59 +0000 Subject: [PATCH] Publish 7.0.1 SHA256 hashes: jupyter-notebook-application-7.0.1.tgz: df6fc88d0002fb33609eef3c445bfc95fac002d40ed523e948f2468d915c170c jupyter-notebook-application-extension-7.0.1.tgz: 2a6b1896b4c2320861caad555b7af03aae1c7415d148d309bd9191a01d62a0c9 jupyter-notebook-console-extension-7.0.1.tgz: 05c27a26d45d04dd362fa20004e7f2162d8c2deb4a415722ebd4abd29fb8acde jupyter-notebook-docmanager-extension-7.0.1.tgz: 4531df57c3b951531bc130a5b513945e75885d55d1324e8568d7c03d757f8662 jupyter-notebook-documentsearch-extension-7.0.1.tgz: 92dfa50c50fbe400a04dae63c2f9fd8e6448fc8d4b6d22bb58f1ea3f1bee01e7 jupyter-notebook-help-extension-7.0.1.tgz: 0a21004e8547878a7260fc29bdc6c08b288190ce840e95af9c7362cccd4b266e jupyter-notebook-lab-extension-7.0.1.tgz: 4724ddf3213438a63b0f020ff4dbc4802af4161fb05e86054d6183ddb4299770 jupyter-notebook-notebook-extension-7.0.1.tgz: 11619be428af2ff150f4d1cb221da70e7c91da500d5cd8d177e02ac18f4820df jupyter-notebook-terminal-extension-7.0.1.tgz: 9a463e0362760a8b6ca126605982c06b7f73c6825e6e5d5389379fca03a137ca jupyter-notebook-tree-7.0.1.tgz: f07a6fb7d5460e312182a753fd661eabc843c07c2d95558afefb55108ca8036f jupyter-notebook-tree-extension-7.0.1.tgz: f73f1b6036d5b34e914b42e27f6bd5ec843b2f501c5dc7daca3b924c5e285402 jupyter-notebook-ui-components-7.0.1.tgz: 14a8c605b1c69e28d44e64add9b2922871c605f1b0e46f582121fff23b133c70 notebook-7.0.1-py3-none-any.whl: 35327476042140e8739ff8fcfecdc915658ae72b4db72d6e3b537badcdbf9e35 notebook-7.0.1.tar.gz: 2e16ad4e63ea89f7efbe212ee7c1693fcfa5ab55ffef75047530f74af4bd926c --- CHANGELOG.md | 30 ++++++- app/package.json | 58 ++++++------ 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 | 4 +- .../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 | 90 +++++++++---------- 18 files changed, 139 insertions(+), 113 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e535782b3..c446ed2e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,34 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.1 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0...ac3c882a246b46c15c1963ef4b65427a4257b132)) + +### Enhancements made + +- Update accessibly compliance section in the docs [#6982](https://github.com/jupyter/notebook/pull/6982) ([@andrii-i](https://github.com/andrii-i)) +- Update the browser tab favicon on kernel busy [#6980](https://github.com/jupyter/notebook/pull/6980) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Bump `word-wrap` and `semver` [#6979](https://github.com/jupyter/notebook/pull/6979) ([@jtpio](https://github.com/jtpio)) +- Enable lerna caching for build scripts [#6767](https://github.com/jupyter/notebook/pull/6767) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Update accessibly compliance section in the docs [#6982](https://github.com/jupyter/notebook/pull/6982) ([@andrii-i](https://github.com/andrii-i)) +- Fix link in `README.md` [#6973](https://github.com/jupyter/notebook/pull/6973) ([@jtpio](https://github.com/jtpio)) +- The future is now [#6972](https://github.com/jupyter/notebook/pull/6972) ([@frenzymadness](https://github.com/frenzymadness)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-07-19&to=2023-07-31&type=c)) + +[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-07-19..2023-07-31&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-07-19..2023-07-31&type=Issues) | [@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2023-07-19..2023-07-31&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-07-19..2023-07-31&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-07-19..2023-07-31&type=Issues) | [@prof-lupin](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aprof-lupin+updated%3A2023-07-19..2023-07-31&type=Issues) + + + ## 7.0.0 Jupyter Notebook 7 is released :tada: @@ -50,8 +78,6 @@ For reference here is the changelog since the last `7.0.0rc2` release. [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-06-26..2023-07-19&type=Issues) | [@emmanuel-ferdman](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aemmanuel-ferdman+updated%3A2023-06-26..2023-07-19&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-06-26..2023-07-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-06-26..2023-07-19&type=Issues) | [@parmentelat](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aparmentelat+updated%3A2023-06-26..2023-07-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-06-26..2023-07-19&type=Issues) | [@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2023-06-26..2023-07-19&type=Issues) - - ## 7.0.0rc2 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0rc1...27c00bc56afaa5b89713f760b0cc6eb88079224e)) diff --git a/app/package.json b/app/package.json index cf337c43c4..6becdfb241 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0", + "version": "7.0.1", "private": true, "scripts": { "build": "webpack", @@ -11,18 +11,18 @@ }, "resolutions": { "@codemirror/state": "~6.2.1", - "@codemirror/view": "~6.13.2", - "@jupyter-notebook/application": "~7.0.0", - "@jupyter-notebook/application-extension": "~7.0.0", - "@jupyter-notebook/console-extension": "~7.0.0", - "@jupyter-notebook/docmanager-extension": "~7.0.0", - "@jupyter-notebook/documentsearch-extension": "~7.0.0", - "@jupyter-notebook/help-extension": "~7.0.0", - "@jupyter-notebook/notebook-extension": "~7.0.0", - "@jupyter-notebook/terminal-extension": "~7.0.0", - "@jupyter-notebook/tree": "~7.0.0", - "@jupyter-notebook/tree-extension": "~7.0.0", - "@jupyter-notebook/ui-components": "~7.0.0", + "@codemirror/view": "~6.15.3", + "@jupyter-notebook/application": "~7.0.1", + "@jupyter-notebook/application-extension": "~7.0.1", + "@jupyter-notebook/console-extension": "~7.0.1", + "@jupyter-notebook/docmanager-extension": "~7.0.1", + "@jupyter-notebook/documentsearch-extension": "~7.0.1", + "@jupyter-notebook/help-extension": "~7.0.1", + "@jupyter-notebook/notebook-extension": "~7.0.1", + "@jupyter-notebook/terminal-extension": "~7.0.1", + "@jupyter-notebook/tree": "~7.0.1", + "@jupyter-notebook/tree-extension": "~7.0.1", + "@jupyter-notebook/ui-components": "~7.0.1", "@jupyter/ydoc": "~1.0.2", "@jupyterlab/application": "~4.0.3", "@jupyterlab/application-extension": "~4.0.3", @@ -100,33 +100,33 @@ "@lezer/common": "~1.0.3", "@lezer/highlight": "~1.1.6", "@lumino/algorithm": "~2.0.0", - "@lumino/application": "~2.1.1", - "@lumino/commands": "~2.1.1", + "@lumino/application": "~2.2.0", + "@lumino/commands": "~2.1.2", "@lumino/coreutils": "~2.1.1", "@lumino/disposable": "~2.1.1", "@lumino/domutils": "~2.0.0", - "@lumino/dragdrop": "~2.1.1", + "@lumino/dragdrop": "~2.1.2", "@lumino/messaging": "~2.0.0", "@lumino/properties": "~2.0.0", "@lumino/signaling": "~2.1.1", "@lumino/virtualdom": "~2.0.0", - "@lumino/widgets": "~2.1.1", + "@lumino/widgets": "~2.2.0", "react": "~18.2.0", "react-dom": "~18.2.0", - "yjs": "~13.6.2" + "yjs": "~13.6.7" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0", - "@jupyter-notebook/application-extension": "^7.0.0", - "@jupyter-notebook/console-extension": "^7.0.0", - "@jupyter-notebook/docmanager-extension": "^7.0.0", - "@jupyter-notebook/documentsearch-extension": "^7.0.0", - "@jupyter-notebook/help-extension": "^7.0.0", - "@jupyter-notebook/notebook-extension": "^7.0.0", - "@jupyter-notebook/terminal-extension": "^7.0.0", - "@jupyter-notebook/tree": "^7.0.0", - "@jupyter-notebook/tree-extension": "^7.0.0", - "@jupyter-notebook/ui-components": "^7.0.0", + "@jupyter-notebook/application": "^7.0.1", + "@jupyter-notebook/application-extension": "^7.0.1", + "@jupyter-notebook/console-extension": "^7.0.1", + "@jupyter-notebook/docmanager-extension": "^7.0.1", + "@jupyter-notebook/documentsearch-extension": "^7.0.1", + "@jupyter-notebook/help-extension": "^7.0.1", + "@jupyter-notebook/notebook-extension": "^7.0.1", + "@jupyter-notebook/terminal-extension": "^7.0.1", + "@jupyter-notebook/tree": "^7.0.1", + "@jupyter-notebook/tree-extension": "^7.0.1", + "@jupyter-notebook/ui-components": "^7.0.1", "@jupyterlab/application-extension": "^4.0.3", "@jupyterlab/apputils-extension": "^4.0.3", "@jupyterlab/attachments": "^4.0.3", diff --git a/buildutils/package.json b/buildutils/package.json index 55f3753515..e41a85c71f 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0", + "version": "7.0.1", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index dbf3cf3348..4d13f7c59c 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.0" +__version__ = "7.0.1" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index d351741d13..1c14005800 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0", + "version": "7.0.1", "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", - "@jupyter-notebook/application-extension": "^7.0.0", - "@jupyter-notebook/console-extension": "^7.0.0", - "@jupyter-notebook/docmanager-extension": "^7.0.0", - "@jupyter-notebook/documentsearch-extension": "^7.0.0", - "@jupyter-notebook/help-extension": "^7.0.0", - "@jupyter-notebook/lab-extension": "^7.0.0", - "@jupyter-notebook/notebook-extension": "^7.0.0", - "@jupyter-notebook/terminal-extension": "^7.0.0", - "@jupyter-notebook/tree": "^7.0.0", - "@jupyter-notebook/tree-extension": "^7.0.0", - "@jupyter-notebook/ui-components": "^7.0.0" + "@jupyter-notebook/application": "^7.0.1", + "@jupyter-notebook/application-extension": "^7.0.1", + "@jupyter-notebook/console-extension": "^7.0.1", + "@jupyter-notebook/docmanager-extension": "^7.0.1", + "@jupyter-notebook/documentsearch-extension": "^7.0.1", + "@jupyter-notebook/help-extension": "^7.0.1", + "@jupyter-notebook/lab-extension": "^7.0.1", + "@jupyter-notebook/notebook-extension": "^7.0.1", + "@jupyter-notebook/terminal-extension": "^7.0.1", + "@jupyter-notebook/tree": "^7.0.1", + "@jupyter-notebook/tree-extension": "^7.0.1", + "@jupyter-notebook/ui-components": "^7.0.1" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 9ea00d9c0a..b9eb18049d 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", + "version": "7.0.1", "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", - "@jupyter-notebook/ui-components": "^7.0.0", + "@jupyter-notebook/application": "^7.0.1", + "@jupyter-notebook/ui-components": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/codeeditor": "^4.0.3", diff --git a/packages/application/package.json b/packages/application/package.json index bb5b2f0071..7f602c8404 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0", + "version": "7.0.1", "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 cae9a104de..54546b06dd 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", + "version": "7.0.1", "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 cc67058304..d28bf8249a 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", + "version": "7.0.1", "description": "Jupyter Notebook - Document Manager Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/application": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/coreutils": "^6.0.3", "@jupyterlab/docmanager": "^4.0.3", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 82662b3294..7e22e86a9e 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", + "version": "7.0.1", "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", + "@jupyter-notebook/application": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/documentsearch": "^4.0.3", "@lumino/widgets": "^2.1.1" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index f68019a37b..fedccda225 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", + "version": "7.0.1", "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", + "@jupyter-notebook/ui-components": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/mainmenu": "^4.0.3", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 0282c81253..79c68243e9 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", + "version": "7.0.1", "description": "Jupyter Notebook - Lab Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -76,7 +76,7 @@ } }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0", + "@jupyter-notebook/application": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/coreutils": "^6.0.3", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 1163cf202b..e67cfb0272 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", + "version": "7.0.1", "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", + "@jupyter-notebook/application": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/cells": "^4.0.3", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index f0054096af..2f49416c89 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", + "version": "7.0.1", "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 e656aecf9b..9431f55ca4 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", + "version": "7.0.1", "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", - "@jupyter-notebook/tree": "^7.0.0", + "@jupyter-notebook/application": "^7.0.1", + "@jupyter-notebook/tree": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/coreutils": "^6.0.3", diff --git a/packages/tree/package.json b/packages/tree/package.json index b6105d6888..33fae4c2bb 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0", + "version": "7.0.1", "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", + "@jupyter-notebook/application": "^7.0.1", "@jupyterlab/application": "^4.0.3", "@jupyterlab/apputils": "^4.1.3", "@jupyterlab/coreutils": "^6.0.3", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index f282414500..8bd290c062 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", + "version": "7.0.1", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index 33a46402ef..714e034014 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2051,17 +2051,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.0.0 - "@jupyter-notebook/application-extension": ^7.0.0 - "@jupyter-notebook/console-extension": ^7.0.0 - "@jupyter-notebook/docmanager-extension": ^7.0.0 - "@jupyter-notebook/documentsearch-extension": ^7.0.0 - "@jupyter-notebook/help-extension": ^7.0.0 - "@jupyter-notebook/notebook-extension": ^7.0.0 - "@jupyter-notebook/terminal-extension": ^7.0.0 - "@jupyter-notebook/tree": ^7.0.0 - "@jupyter-notebook/tree-extension": ^7.0.0 - "@jupyter-notebook/ui-components": ^7.0.0 + "@jupyter-notebook/application": ^7.0.1 + "@jupyter-notebook/application-extension": ^7.0.1 + "@jupyter-notebook/console-extension": ^7.0.1 + "@jupyter-notebook/docmanager-extension": ^7.0.1 + "@jupyter-notebook/documentsearch-extension": ^7.0.1 + "@jupyter-notebook/help-extension": ^7.0.1 + "@jupyter-notebook/notebook-extension": ^7.0.1 + "@jupyter-notebook/terminal-extension": ^7.0.1 + "@jupyter-notebook/tree": ^7.0.1 + "@jupyter-notebook/tree-extension": ^7.0.1 + "@jupyter-notebook/ui-components": ^7.0.1 "@jupyterlab/application-extension": ^4.0.3 "@jupyterlab/apputils-extension": ^4.0.3 "@jupyterlab/attachments": ^4.0.3 @@ -2129,12 +2129,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.0, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.1, @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 - "@jupyter-notebook/ui-components": ^7.0.0 + "@jupyter-notebook/application": ^7.0.1 + "@jupyter-notebook/ui-components": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/codeeditor": ^4.0.3 @@ -2154,7 +2154,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.0, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.1, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2194,7 +2194,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.0, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.1, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: @@ -2207,11 +2207,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.0, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.1, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: - "@jupyter-notebook/application": ^7.0.0 + "@jupyter-notebook/application": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/coreutils": ^6.0.3 "@jupyterlab/docmanager": ^4.0.3 @@ -2224,11 +2224,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.0, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.1, @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 + "@jupyter-notebook/application": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/documentsearch": ^4.0.3 "@lumino/widgets": ^2.1.1 @@ -2237,11 +2237,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.0, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.1, @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 + "@jupyter-notebook/ui-components": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/mainmenu": ^4.0.3 @@ -2253,11 +2253,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.0, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.1, @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 + "@jupyter-notebook/application": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/builder": ^4.0.3 @@ -2277,27 +2277,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.0 - "@jupyter-notebook/application-extension": ^7.0.0 - "@jupyter-notebook/console-extension": ^7.0.0 - "@jupyter-notebook/docmanager-extension": ^7.0.0 - "@jupyter-notebook/documentsearch-extension": ^7.0.0 - "@jupyter-notebook/help-extension": ^7.0.0 - "@jupyter-notebook/lab-extension": ^7.0.0 - "@jupyter-notebook/notebook-extension": ^7.0.0 - "@jupyter-notebook/terminal-extension": ^7.0.0 - "@jupyter-notebook/tree": ^7.0.0 - "@jupyter-notebook/tree-extension": ^7.0.0 - "@jupyter-notebook/ui-components": ^7.0.0 + "@jupyter-notebook/application": ^7.0.1 + "@jupyter-notebook/application-extension": ^7.0.1 + "@jupyter-notebook/console-extension": ^7.0.1 + "@jupyter-notebook/docmanager-extension": ^7.0.1 + "@jupyter-notebook/documentsearch-extension": ^7.0.1 + "@jupyter-notebook/help-extension": ^7.0.1 + "@jupyter-notebook/lab-extension": ^7.0.1 + "@jupyter-notebook/notebook-extension": ^7.0.1 + "@jupyter-notebook/terminal-extension": ^7.0.1 + "@jupyter-notebook/tree": ^7.0.1 + "@jupyter-notebook/tree-extension": ^7.0.1 + "@jupyter-notebook/ui-components": ^7.0.1 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.0, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.1, @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 + "@jupyter-notebook/application": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/cells": ^4.0.3 @@ -2332,7 +2332,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.0, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.1, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: @@ -2345,12 +2345,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.0, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.1, @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 - "@jupyter-notebook/tree": ^7.0.0 + "@jupyter-notebook/application": ^7.0.1 + "@jupyter-notebook/tree": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/coreutils": ^6.0.3 @@ -2371,11 +2371,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.0, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.1, @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 + "@jupyter-notebook/application": ^7.0.1 "@jupyterlab/application": ^4.0.3 "@jupyterlab/apputils": ^4.1.3 "@jupyterlab/coreutils": ^6.0.3 @@ -2396,7 +2396,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.0, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.1, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: