From ce5c0265f117b3f4cce90ca77615ad74a0fcde44 Mon Sep 17 00:00:00 2001 From: jtpio Date: Tue, 17 Oct 2023 12:40:59 +0000 Subject: [PATCH] Publish 7.0.6 SHA256 hashes: jupyter-notebook-application-7.0.6.tgz: 63f3dd524fe5a55315a28db52b382f461cbb7514714feb65a1d9cedef09c4db7 jupyter-notebook-application-extension-7.0.6.tgz: e2202873b50814b36b298ef30719f461f5c43818f8bf0d42c56210d07504343b jupyter-notebook-console-extension-7.0.6.tgz: f53837c28a3d2fa44fcd5596607d71cb14efd5b7e6d7730f4336e4d8099e25cd jupyter-notebook-docmanager-extension-7.0.6.tgz: 58bb3817556fe36efcfcaf398f4afb71fcc24fd93b4039df5dcb01b6f775fc97 jupyter-notebook-documentsearch-extension-7.0.6.tgz: a37fbd912f92af99a8495f0157d8eeae96858254d862996320b17909a76281d3 jupyter-notebook-help-extension-7.0.6.tgz: a4baaf9f3cb1b8c92826a48e4dd18267ca1e3877436aec5b555da5863339470c jupyter-notebook-lab-extension-7.0.6.tgz: d46b159c4de63608659141f6e8b6590ba7aa19d610c9e07bc0cb0294a53522cc jupyter-notebook-notebook-extension-7.0.6.tgz: 59ed92a0522971be3eebb26e34f0d47f467adf2b36879dfe5f9c49d3013d96fb jupyter-notebook-terminal-extension-7.0.6.tgz: 1ce0b61d6b713290922d333956f6cce501d3eedebd1c2f46b870838f47c560b6 jupyter-notebook-tree-7.0.6.tgz: 671d578ad3dc39f9cf92a0fbd56366104f041423a747a4266cbec00255522110 jupyter-notebook-tree-extension-7.0.6.tgz: 7d9418cbfae5d7610b857fe13adde26ef360dacbc1c9afeecdc0447b5b57d56a jupyter-notebook-ui-components-7.0.6.tgz: 3bfd16da3cb4c3b6fad28a0258ed6985daa5974b7d04b3e282db69a12e302a30 notebook-7.0.6-py3-none-any.whl: 0fe8f67102fea3744fedf652e4c15339390902ca70c5a31c4f547fa23da697cc notebook-7.0.6.tar.gz: ec6113b06529019f7f287819af06c97a2baf7a95ac21a8f6e32192898e9f9a58 --- CHANGELOG.md | 23 ++++- 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 | 4 +- 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 | 4 +- packages/tree-extension/package.json | 6 +- packages/tree/package.json | 4 +- packages/ui-components/package.json | 2 +- yarn.lock | 94 +++++++++---------- 18 files changed, 130 insertions(+), 111 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d32ee316..dbf90cab64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,27 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.6 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.5...c62caffb02856737870cbc79a2cdb43b3e89c363)) + +### Bugs fixed + +- Updated fav-icon Base URL from JupyterLab PageConfig. [#7109](https://github.com/jupyter/notebook/pull/7109) ([@jayeshsingh9767](https://github.com/jayeshsingh9767)) + +### Maintenance and upkeep improvements + +- Fix typings [#7110](https://github.com/jupyter/notebook/pull/7110) ([@jtpio](https://github.com/jtpio)) +- Bump postcss from 8.4.27 to 8.4.31 [#7089](https://github.com/jupyter/notebook/pull/7089) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-10-12&to=2023-10-17&type=c)) + +[@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-10-12..2023-10-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-10-12..2023-10-17&type=Issues) | [@jayeshsingh9767](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajayeshsingh9767+updated%3A2023-10-12..2023-10-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-10-12..2023-10-17&type=Issues) + + + ## 7.0.5 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.4...839193d07f0780ded6f559892517f061f3776b02)) @@ -48,8 +69,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2023-09-20..2023-10-12&type=Issues) | [@diogoteles08](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adiogoteles08+updated%3A2023-09-20..2023-10-12&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-09-20..2023-10-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-09-20..2023-10-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-09-20..2023-10-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-09-20..2023-10-12&type=Issues) - - ## 7.0.4 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.3...0e62386fc71ed4bd424c989f9d5493ca346f1d9a)) diff --git a/app/package.json b/app/package.json index 0298eecf95..e91341b83f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.5", + "version": "7.0.6", "private": true, "scripts": { "build": "webpack", @@ -12,17 +12,17 @@ "resolutions": { "@codemirror/state": "~6.2.1", "@codemirror/view": "~6.15.3", - "@jupyter-notebook/application": "~7.0.5", - "@jupyter-notebook/application-extension": "~7.0.5", - "@jupyter-notebook/console-extension": "~7.0.5", - "@jupyter-notebook/docmanager-extension": "~7.0.5", - "@jupyter-notebook/documentsearch-extension": "~7.0.5", - "@jupyter-notebook/help-extension": "~7.0.5", - "@jupyter-notebook/notebook-extension": "~7.0.5", - "@jupyter-notebook/terminal-extension": "~7.0.5", - "@jupyter-notebook/tree": "~7.0.5", - "@jupyter-notebook/tree-extension": "~7.0.5", - "@jupyter-notebook/ui-components": "~7.0.5", + "@jupyter-notebook/application": "~7.0.6", + "@jupyter-notebook/application-extension": "~7.0.6", + "@jupyter-notebook/console-extension": "~7.0.6", + "@jupyter-notebook/docmanager-extension": "~7.0.6", + "@jupyter-notebook/documentsearch-extension": "~7.0.6", + "@jupyter-notebook/help-extension": "~7.0.6", + "@jupyter-notebook/notebook-extension": "~7.0.6", + "@jupyter-notebook/terminal-extension": "~7.0.6", + "@jupyter-notebook/tree": "~7.0.6", + "@jupyter-notebook/tree-extension": "~7.0.6", + "@jupyter-notebook/ui-components": "~7.0.6", "@jupyter/ydoc": "~1.0.2", "@jupyterlab/application": "~4.0.7", "@jupyterlab/application-extension": "~4.0.7", @@ -116,17 +116,17 @@ "yjs": "~13.6.7" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.5", - "@jupyter-notebook/application-extension": "^7.0.5", - "@jupyter-notebook/console-extension": "^7.0.5", - "@jupyter-notebook/docmanager-extension": "^7.0.5", - "@jupyter-notebook/documentsearch-extension": "^7.0.5", - "@jupyter-notebook/help-extension": "^7.0.5", - "@jupyter-notebook/notebook-extension": "^7.0.5", - "@jupyter-notebook/terminal-extension": "^7.0.5", - "@jupyter-notebook/tree": "^7.0.5", - "@jupyter-notebook/tree-extension": "^7.0.5", - "@jupyter-notebook/ui-components": "^7.0.5", + "@jupyter-notebook/application": "^7.0.6", + "@jupyter-notebook/application-extension": "^7.0.6", + "@jupyter-notebook/console-extension": "^7.0.6", + "@jupyter-notebook/docmanager-extension": "^7.0.6", + "@jupyter-notebook/documentsearch-extension": "^7.0.6", + "@jupyter-notebook/help-extension": "^7.0.6", + "@jupyter-notebook/notebook-extension": "^7.0.6", + "@jupyter-notebook/terminal-extension": "^7.0.6", + "@jupyter-notebook/tree": "^7.0.6", + "@jupyter-notebook/tree-extension": "^7.0.6", + "@jupyter-notebook/ui-components": "^7.0.6", "@jupyterlab/application-extension": "^4.0.7", "@jupyterlab/apputils-extension": "^4.0.7", "@jupyterlab/attachments": "^4.0.7", diff --git a/buildutils/package.json b/buildutils/package.json index 07ea27e2cb..bec788eb1f 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.5", + "version": "7.0.6", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 4e1fb5dff5..0dbbf4deb2 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.5" +__version__ = "7.0.6" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 1ed03a1052..b3a8cd58ef 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.5", + "version": "7.0.6", "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.5", - "@jupyter-notebook/application-extension": "^7.0.5", - "@jupyter-notebook/console-extension": "^7.0.5", - "@jupyter-notebook/docmanager-extension": "^7.0.5", - "@jupyter-notebook/documentsearch-extension": "^7.0.5", - "@jupyter-notebook/help-extension": "^7.0.5", - "@jupyter-notebook/lab-extension": "^7.0.5", - "@jupyter-notebook/notebook-extension": "^7.0.5", - "@jupyter-notebook/terminal-extension": "^7.0.5", - "@jupyter-notebook/tree": "^7.0.5", - "@jupyter-notebook/tree-extension": "^7.0.5", - "@jupyter-notebook/ui-components": "^7.0.5" + "@jupyter-notebook/application": "^7.0.6", + "@jupyter-notebook/application-extension": "^7.0.6", + "@jupyter-notebook/console-extension": "^7.0.6", + "@jupyter-notebook/docmanager-extension": "^7.0.6", + "@jupyter-notebook/documentsearch-extension": "^7.0.6", + "@jupyter-notebook/help-extension": "^7.0.6", + "@jupyter-notebook/lab-extension": "^7.0.6", + "@jupyter-notebook/notebook-extension": "^7.0.6", + "@jupyter-notebook/terminal-extension": "^7.0.6", + "@jupyter-notebook/tree": "^7.0.6", + "@jupyter-notebook/tree-extension": "^7.0.6", + "@jupyter-notebook/ui-components": "^7.0.6" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index a13492e01d..8459227dd0 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.5", + "version": "7.0.6", "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.5", - "@jupyter-notebook/ui-components": "^7.0.5", + "@jupyter-notebook/application": "^7.0.6", + "@jupyter-notebook/ui-components": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/codeeditor": "^4.0.7", diff --git a/packages/application/package.json b/packages/application/package.json index 7204e1fac7..da6c550ea0 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.5", + "version": "7.0.6", "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 ccc675afeb..b1de8a7460 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.5", + "version": "7.0.6", "description": "Jupyter Notebook - Console Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/console": "^4.0.7", "@jupyterlab/coreutils": "^6.0.7", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index c26069dc2f..0508020665 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.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/coreutils": "^6.0.7", "@jupyterlab/docmanager": "^4.0.7", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 84aab14e92..700d5525ba 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.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/documentsearch": "^4.0.7", "@lumino/widgets": "^2.3.0" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 3c72fe091e..83340ae094 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.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/ui-components": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/mainmenu": "^4.0.7", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 8ab7db4835..faa6a15c0d 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.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/coreutils": "^6.0.7", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 2fcbe2ebbe..37ef2a97b6 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.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/cells": "^4.0.7", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index cd464cbedb..3e506f6e58 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.5", + "version": "7.0.6", "description": "Jupyter Notebook - Terminal Extension", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/coreutils": "^6.0.7", "@jupyterlab/terminal": "^4.0.7", diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index c7ec93befc..e170da0e04 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.5", + "version": "7.0.6", "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.5", - "@jupyter-notebook/tree": "^7.0.5", + "@jupyter-notebook/application": "^7.0.6", + "@jupyter-notebook/tree": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/coreutils": "^6.0.7", diff --git a/packages/tree/package.json b/packages/tree/package.json index 8e1765358c..41752f739a 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.5", + "version": "7.0.6", "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.5", + "@jupyter-notebook/application": "^7.0.6", "@jupyterlab/application": "^4.0.7", "@jupyterlab/apputils": "^4.1.7", "@jupyterlab/coreutils": "^6.0.7", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 6f320b0aa7..f77f369b0f 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.5", + "version": "7.0.6", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index c26db20488..71e80d8846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2067,17 +2067,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.0.5 - "@jupyter-notebook/application-extension": ^7.0.5 - "@jupyter-notebook/console-extension": ^7.0.5 - "@jupyter-notebook/docmanager-extension": ^7.0.5 - "@jupyter-notebook/documentsearch-extension": ^7.0.5 - "@jupyter-notebook/help-extension": ^7.0.5 - "@jupyter-notebook/notebook-extension": ^7.0.5 - "@jupyter-notebook/terminal-extension": ^7.0.5 - "@jupyter-notebook/tree": ^7.0.5 - "@jupyter-notebook/tree-extension": ^7.0.5 - "@jupyter-notebook/ui-components": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 + "@jupyter-notebook/application-extension": ^7.0.6 + "@jupyter-notebook/console-extension": ^7.0.6 + "@jupyter-notebook/docmanager-extension": ^7.0.6 + "@jupyter-notebook/documentsearch-extension": ^7.0.6 + "@jupyter-notebook/help-extension": ^7.0.6 + "@jupyter-notebook/notebook-extension": ^7.0.6 + "@jupyter-notebook/terminal-extension": ^7.0.6 + "@jupyter-notebook/tree": ^7.0.6 + "@jupyter-notebook/tree-extension": ^7.0.6 + "@jupyter-notebook/ui-components": ^7.0.6 "@jupyterlab/application-extension": ^4.0.7 "@jupyterlab/apputils-extension": ^4.0.7 "@jupyterlab/attachments": ^4.0.7 @@ -2145,12 +2145,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.5, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.6, @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.5 - "@jupyter-notebook/ui-components": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 + "@jupyter-notebook/ui-components": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/codeeditor": ^4.0.7 @@ -2170,7 +2170,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.5, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.6, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2210,11 +2210,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.5, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.6, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: - "@jupyter-notebook/application": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/console": ^4.0.7 "@jupyterlab/coreutils": ^6.0.7 @@ -2224,11 +2224,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.5, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.6, @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.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/coreutils": ^6.0.7 "@jupyterlab/docmanager": ^4.0.7 @@ -2241,11 +2241,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.5, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.6, @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.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/documentsearch": ^4.0.7 "@lumino/widgets": ^2.3.0 @@ -2254,11 +2254,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.5, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.6, @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.5 + "@jupyter-notebook/ui-components": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/mainmenu": ^4.0.7 @@ -2270,11 +2270,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.5, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.6, @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.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/builder": ^4.0.7 @@ -2294,27 +2294,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.5 - "@jupyter-notebook/application-extension": ^7.0.5 - "@jupyter-notebook/console-extension": ^7.0.5 - "@jupyter-notebook/docmanager-extension": ^7.0.5 - "@jupyter-notebook/documentsearch-extension": ^7.0.5 - "@jupyter-notebook/help-extension": ^7.0.5 - "@jupyter-notebook/lab-extension": ^7.0.5 - "@jupyter-notebook/notebook-extension": ^7.0.5 - "@jupyter-notebook/terminal-extension": ^7.0.5 - "@jupyter-notebook/tree": ^7.0.5 - "@jupyter-notebook/tree-extension": ^7.0.5 - "@jupyter-notebook/ui-components": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 + "@jupyter-notebook/application-extension": ^7.0.6 + "@jupyter-notebook/console-extension": ^7.0.6 + "@jupyter-notebook/docmanager-extension": ^7.0.6 + "@jupyter-notebook/documentsearch-extension": ^7.0.6 + "@jupyter-notebook/help-extension": ^7.0.6 + "@jupyter-notebook/lab-extension": ^7.0.6 + "@jupyter-notebook/notebook-extension": ^7.0.6 + "@jupyter-notebook/terminal-extension": ^7.0.6 + "@jupyter-notebook/tree": ^7.0.6 + "@jupyter-notebook/tree-extension": ^7.0.6 + "@jupyter-notebook/ui-components": ^7.0.6 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.5, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.6, @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.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/cells": ^4.0.7 @@ -2351,11 +2351,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.5, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.6, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: - "@jupyter-notebook/application": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/coreutils": ^6.0.7 "@jupyterlab/terminal": ^4.0.7 @@ -2365,12 +2365,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.5, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.6, @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.5 - "@jupyter-notebook/tree": ^7.0.5 + "@jupyter-notebook/application": ^7.0.6 + "@jupyter-notebook/tree": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/coreutils": ^6.0.7 @@ -2391,11 +2391,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.5, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.6, @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.5 + "@jupyter-notebook/application": ^7.0.6 "@jupyterlab/application": ^4.0.7 "@jupyterlab/apputils": ^4.1.7 "@jupyterlab/coreutils": ^6.0.7 @@ -2416,7 +2416,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.5, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.6, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: