From 185778b0e51c3a100292b4cd21343c68b5632bc3 Mon Sep 17 00:00:00 2001 From: jtpio Date: Thu, 25 May 2023 07:01:46 +0000 Subject: [PATCH] Publish 7.0.0b3 SHA256 hashes: jupyter-notebook-application-7.0.0-beta.3.tgz: 1a32d6e0b2d359e255b6a98378f48f3e6100514b9e9550d62ebd4f6821ea2545 jupyter-notebook-application-extension-7.0.0-beta.3.tgz: 70e9e6edcd627ca9b6c09cd68ec361e01160b3e49bbc5fc518d2835e83367ca4 jupyter-notebook-console-extension-7.0.0-beta.3.tgz: bcd66610500134b8c1de8f945eff0b8fc1972539c909fbeaff4b8758a311fe6a jupyter-notebook-docmanager-extension-7.0.0-beta.3.tgz: 7f5ad03c2b41b33dc0a23415f2a04c1a6027ce6cc59ad684086fb4f53845550d jupyter-notebook-documentsearch-extension-7.0.0-beta.3.tgz: 78d65b8279edd4a4c1b33b83ab2964cf9d78aa46dd87631a842c05847871088f jupyter-notebook-help-extension-7.0.0-beta.3.tgz: 6dce35676c6c7e5fdac9e5a40f223920569c34ddf26e0579ed144118e0a8c3a8 jupyter-notebook-lab-extension-7.0.0-beta.3.tgz: 4864c11dc7ac6b2e4b46272694dbfd18a70f310ac919a3d7d0e9d754cb0ee722 jupyter-notebook-notebook-extension-7.0.0-beta.3.tgz: 42527a093e22de680ac3238311bfcdef792dd52c15a54eca6ee1f9c26e41a62c jupyter-notebook-terminal-extension-7.0.0-beta.3.tgz: c9fd225c5654178c9d7bb84d1f33bae58f58361a71a36da1ac4057c3073f6470 jupyter-notebook-tree-7.0.0-beta.3.tgz: 02d848af9232a2cad79aaf9ce788d8b258c91ad8dcbdc20782cb1cfb8ce4e778 jupyter-notebook-tree-extension-7.0.0-beta.3.tgz: cf9f6461aa7926a8500fba0484e8a2c3a192b785ca693f984eae002087f18b10 jupyter-notebook-ui-components-7.0.0-beta.3.tgz: 6788b80a53fca10d4fd75f7195fbe9b69b81e0dcd3b6ba70c81ac8778046a6f8 notebook-7.0.0b3-py3-none-any.whl: 6b3b854241d57a4969c8b667047471df26c0e75d3e49d3caaa3b528d1cbbc027 notebook-7.0.0b3.tar.gz: 5507449334c145e2a863ddb34498607d2394f35610923631d2f133c7c11e6da1 --- CHANGELOG.md | 34 ++++++- app/package.json | 47 +++++----- 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, 136 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf24b8849..a9667bb534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,38 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with +## 7.0.0b3 + +([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b2...93e4d5e1c6ed7a3a4875eed284255587ac293819)) + +### Enhancements made + +- Copy edits for `migrate_to_notebook7` [#6879](https://github.com/jupyter/notebook/pull/6879) ([@JasonWeill](https://github.com/JasonWeill)) +- Enable add a cell button [#6872](https://github.com/jupyter/notebook/pull/6872) ([@tuncbkose](https://github.com/tuncbkose)) +- Update to JupyterLab 4 final [#6871](https://github.com/jupyter/notebook/pull/6871) ([@jtpio](https://github.com/jtpio)) +- Remove "Close Tab" menu entry [#6843](https://github.com/jupyter/notebook/pull/6843) ([@timmerk3](https://github.com/timmerk3)) + +### Bugs fixed + +- Fix handling of the default factory in the URL [#6873](https://github.com/jupyter/notebook/pull/6873) ([@jtpio](https://github.com/jtpio)) + +### Maintenance and upkeep improvements + +- Update to Playwright 1.33 [#6874](https://github.com/jupyter/notebook/pull/6874) ([@jtpio](https://github.com/jtpio)) +- Fix check links on CI [#6870](https://github.com/jupyter/notebook/pull/6870) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Copy edits for `migrate_to_notebook7` [#6879](https://github.com/jupyter/notebook/pull/6879) ([@JasonWeill](https://github.com/JasonWeill)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-05-09&to=2023-05-25&type=c)) + +[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-05-09..2023-05-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-05-09..2023-05-25&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2023-05-09..2023-05-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-05-09..2023-05-25&type=Issues) | [@timmerk3](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atimmerk3+updated%3A2023-05-09..2023-05-25&type=Issues) | [@tuncbkose](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Atuncbkose+updated%3A2023-05-09..2023-05-25&type=Issues) + + + ## 7.0.0b2 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b1...c0071d796019c0221df4900313b51c0529438bcf)) @@ -38,8 +70,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with [@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2023-04-28..2023-05-09&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2023-04-28..2023-05-09&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-04-28..2023-05-09&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-04-28..2023-05-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Apre-commit-ci+updated%3A2023-04-28..2023-05-09&type=Issues) | [@seirani](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aseirani+updated%3A2023-04-28..2023-05-09&type=Issues) | [@yumyumqing](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayumyumqing+updated%3A2023-04-28..2023-05-09&type=Issues) - - ## 7.0.0b1 ([Full Changelog](https://github.com/jupyter/notebook/compare/v7.0.0b0...4b6af274b24bcc20e43ad2330c9243c8d2c7d552)) diff --git a/app/package.json b/app/package.json index 20af904e43..a4e0f408e2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "private": true, "scripts": { "build": "webpack", @@ -12,17 +12,17 @@ "resolutions": { "@codemirror/state": "~6.2.0", "@codemirror/view": "~6.11.0", - "@jupyter-notebook/application": "~7.0.0-beta.2", - "@jupyter-notebook/application-extension": "~7.0.0-beta.2", - "@jupyter-notebook/console-extension": "~7.0.0-beta.2", - "@jupyter-notebook/docmanager-extension": "~7.0.0-beta.2", - "@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.2", - "@jupyter-notebook/help-extension": "~7.0.0-beta.2", - "@jupyter-notebook/notebook-extension": "~7.0.0-beta.2", - "@jupyter-notebook/terminal-extension": "~7.0.0-beta.2", - "@jupyter-notebook/tree": "~7.0.0-beta.2", - "@jupyter-notebook/tree-extension": "~7.0.0-beta.2", - "@jupyter-notebook/ui-components": "~7.0.0-beta.2", + "@jupyter-notebook/application": "~7.0.0-beta.3", + "@jupyter-notebook/application-extension": "~7.0.0-beta.3", + "@jupyter-notebook/console-extension": "~7.0.0-beta.3", + "@jupyter-notebook/docmanager-extension": "~7.0.0-beta.3", + "@jupyter-notebook/documentsearch-extension": "~7.0.0-beta.3", + "@jupyter-notebook/help-extension": "~7.0.0-beta.3", + "@jupyter-notebook/notebook-extension": "~7.0.0-beta.3", + "@jupyter-notebook/terminal-extension": "~7.0.0-beta.3", + "@jupyter-notebook/tree": "~7.0.0-beta.3", + "@jupyter-notebook/tree-extension": "~7.0.0-beta.3", + "@jupyter-notebook/ui-components": "~7.0.0-beta.3", "@jupyter/ydoc": "~1.0.2", "@jupyterlab/application": "~4.0.0", "@jupyterlab/application-extension": "~4.0.0", @@ -63,6 +63,7 @@ "@jupyterlab/mainmenu-extension": "~4.0.0", "@jupyterlab/markedparser-extension": "~4.0.0", "@jupyterlab/mathjax-extension": "~4.0.0", + "@jupyterlab/metadataform": "~4.0.0", "@jupyterlab/metadataform-extension": "~4.0.0", "@jupyterlab/notebook": "~4.0.0", "@jupyterlab/notebook-extension": "~4.0.0", @@ -111,17 +112,17 @@ "yjs": "~13.6.1" }, "dependencies": { - "@jupyter-notebook/application": "^7.0.0-beta.2", - "@jupyter-notebook/application-extension": "^7.0.0-beta.2", - "@jupyter-notebook/console-extension": "^7.0.0-beta.2", - "@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2", - "@jupyter-notebook/help-extension": "^7.0.0-beta.2", - "@jupyter-notebook/notebook-extension": "^7.0.0-beta.2", - "@jupyter-notebook/terminal-extension": "^7.0.0-beta.2", - "@jupyter-notebook/tree": "^7.0.0-beta.2", - "@jupyter-notebook/tree-extension": "^7.0.0-beta.2", - "@jupyter-notebook/ui-components": "^7.0.0-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", + "@jupyter-notebook/application-extension": "^7.0.0-beta.3", + "@jupyter-notebook/console-extension": "^7.0.0-beta.3", + "@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3", + "@jupyter-notebook/help-extension": "^7.0.0-beta.3", + "@jupyter-notebook/notebook-extension": "^7.0.0-beta.3", + "@jupyter-notebook/terminal-extension": "^7.0.0-beta.3", + "@jupyter-notebook/tree": "^7.0.0-beta.3", + "@jupyter-notebook/tree-extension": "^7.0.0-beta.3", + "@jupyter-notebook/ui-components": "^7.0.0-beta.3", "@jupyterlab/application-extension": "^4.0.0", "@jupyterlab/apputils-extension": "^4.0.0", "@jupyterlab/cell-toolbar-extension": "^4.0.0", diff --git a/buildutils/package.json b/buildutils/package.json index b6f4e292b6..2b427b8be2 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 30c30144cd..ada12385b0 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.0b2" +__version__ = "7.0.0b3" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 8cafe22f15..3c7aa2dfc2 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", - "@jupyter-notebook/application-extension": "^7.0.0-beta.2", - "@jupyter-notebook/console-extension": "^7.0.0-beta.2", - "@jupyter-notebook/docmanager-extension": "^7.0.0-beta.2", - "@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.2", - "@jupyter-notebook/help-extension": "^7.0.0-beta.2", - "@jupyter-notebook/lab-extension": "^7.0.0-beta.2", - "@jupyter-notebook/notebook-extension": "^7.0.0-beta.2", - "@jupyter-notebook/terminal-extension": "^7.0.0-beta.2", - "@jupyter-notebook/tree": "^7.0.0-beta.2", - "@jupyter-notebook/tree-extension": "^7.0.0-beta.2", - "@jupyter-notebook/ui-components": "^7.0.0-beta.2" + "@jupyter-notebook/application": "^7.0.0-beta.3", + "@jupyter-notebook/application-extension": "^7.0.0-beta.3", + "@jupyter-notebook/console-extension": "^7.0.0-beta.3", + "@jupyter-notebook/docmanager-extension": "^7.0.0-beta.3", + "@jupyter-notebook/documentsearch-extension": "^7.0.0-beta.3", + "@jupyter-notebook/help-extension": "^7.0.0-beta.3", + "@jupyter-notebook/lab-extension": "^7.0.0-beta.3", + "@jupyter-notebook/notebook-extension": "^7.0.0-beta.3", + "@jupyter-notebook/terminal-extension": "^7.0.0-beta.3", + "@jupyter-notebook/tree": "^7.0.0-beta.3", + "@jupyter-notebook/tree-extension": "^7.0.0-beta.3", + "@jupyter-notebook/ui-components": "^7.0.0-beta.3" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index f0322c966d..7f5532d0e9 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", - "@jupyter-notebook/ui-components": "^7.0.0-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", + "@jupyter-notebook/ui-components": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/codeeditor": "^4.0.0", diff --git a/packages/application/package.json b/packages/application/package.json index 12e49f8d2f..f62333eea9 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "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 97f242c024..f47b845fdf 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-beta.2", + "version": "7.0.0-beta.3", "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 00768eb0da..b93f207036 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-beta.2", + "version": "7.0.0-beta.3", "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 40a8a9494b..48eb616819 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/documentsearch": "^4.0.0", "@lumino/widgets": "^2.1.1" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index d1ae7c1ef3..802a63d385 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", + "@jupyter-notebook/ui-components": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/mainmenu": "^4.0.0", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 4823d2cd35..d012f6ac65 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index f68cad0dd2..08e2d318bb 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/cells": "^4.0.0", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 16636f3bc3..0db6869d7c 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-beta.2", + "version": "7.0.0-beta.3", "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 ab2dbb6d49..03c18f0985 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-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", - "@jupyter-notebook/tree": "^7.0.0-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", + "@jupyter-notebook/tree": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/tree/package.json b/packages/tree/package.json index ac8fd4f822..5882a38d14 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.3", "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-beta.2", + "@jupyter-notebook/application": "^7.0.0-beta.3", "@jupyterlab/application": "^4.0.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 903aeb6bd3..4853be05c6 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-beta.2", + "version": "7.0.0-beta.3", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index b5a1054b4d..99df673030 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1988,17 +1988,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.0.0-beta.2 - "@jupyter-notebook/application-extension": ^7.0.0-beta.2 - "@jupyter-notebook/console-extension": ^7.0.0-beta.2 - "@jupyter-notebook/docmanager-extension": ^7.0.0-beta.2 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.2 - "@jupyter-notebook/help-extension": ^7.0.0-beta.2 - "@jupyter-notebook/notebook-extension": ^7.0.0-beta.2 - "@jupyter-notebook/terminal-extension": ^7.0.0-beta.2 - "@jupyter-notebook/tree": ^7.0.0-beta.2 - "@jupyter-notebook/tree-extension": ^7.0.0-beta.2 - "@jupyter-notebook/ui-components": ^7.0.0-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 + "@jupyter-notebook/application-extension": ^7.0.0-beta.3 + "@jupyter-notebook/console-extension": ^7.0.0-beta.3 + "@jupyter-notebook/docmanager-extension": ^7.0.0-beta.3 + "@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.3 + "@jupyter-notebook/help-extension": ^7.0.0-beta.3 + "@jupyter-notebook/notebook-extension": ^7.0.0-beta.3 + "@jupyter-notebook/terminal-extension": ^7.0.0-beta.3 + "@jupyter-notebook/tree": ^7.0.0-beta.3 + "@jupyter-notebook/tree-extension": ^7.0.0-beta.3 + "@jupyter-notebook/ui-components": ^7.0.0-beta.3 "@jupyterlab/application-extension": ^4.0.0 "@jupyterlab/apputils-extension": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -2061,12 +2061,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.0.0-beta.2, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.0.0-beta.3, @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-beta.2 - "@jupyter-notebook/ui-components": ^7.0.0-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 + "@jupyter-notebook/ui-components": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/codeeditor": ^4.0.0 @@ -2085,7 +2085,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.0.0-beta.2, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.0.0-beta.3, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2125,7 +2125,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.0.0-beta.2, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.0.0-beta.3, @jupyter-notebook/console-extension@workspace:packages/console-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/console-extension@workspace:packages/console-extension" dependencies: @@ -2138,7 +2138,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.0.0-beta.2, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.0.0-beta.3, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension" dependencies: @@ -2154,11 +2154,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.0.0-beta.2, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.0.0-beta.3, @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-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/documentsearch": ^4.0.0 "@lumino/widgets": ^2.1.1 @@ -2167,11 +2167,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.0.0-beta.2, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.0.0-beta.3, @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-beta.2 + "@jupyter-notebook/ui-components": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/mainmenu": ^4.0.0 @@ -2183,11 +2183,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.0.0-beta.2, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.0.0-beta.3, @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-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 @@ -2207,27 +2207,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.0.0-beta.2 - "@jupyter-notebook/application-extension": ^7.0.0-beta.2 - "@jupyter-notebook/console-extension": ^7.0.0-beta.2 - "@jupyter-notebook/docmanager-extension": ^7.0.0-beta.2 - "@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.2 - "@jupyter-notebook/help-extension": ^7.0.0-beta.2 - "@jupyter-notebook/lab-extension": ^7.0.0-beta.2 - "@jupyter-notebook/notebook-extension": ^7.0.0-beta.2 - "@jupyter-notebook/terminal-extension": ^7.0.0-beta.2 - "@jupyter-notebook/tree": ^7.0.0-beta.2 - "@jupyter-notebook/tree-extension": ^7.0.0-beta.2 - "@jupyter-notebook/ui-components": ^7.0.0-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 + "@jupyter-notebook/application-extension": ^7.0.0-beta.3 + "@jupyter-notebook/console-extension": ^7.0.0-beta.3 + "@jupyter-notebook/docmanager-extension": ^7.0.0-beta.3 + "@jupyter-notebook/documentsearch-extension": ^7.0.0-beta.3 + "@jupyter-notebook/help-extension": ^7.0.0-beta.3 + "@jupyter-notebook/lab-extension": ^7.0.0-beta.3 + "@jupyter-notebook/notebook-extension": ^7.0.0-beta.3 + "@jupyter-notebook/terminal-extension": ^7.0.0-beta.3 + "@jupyter-notebook/tree": ^7.0.0-beta.3 + "@jupyter-notebook/tree-extension": ^7.0.0-beta.3 + "@jupyter-notebook/ui-components": ^7.0.0-beta.3 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.0.0-beta.2, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.0.0-beta.3, @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-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/cells": ^4.0.0 @@ -2262,7 +2262,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.0.0-beta.2, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.0.0-beta.3, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": version: 0.0.0-use.local resolution: "@jupyter-notebook/terminal-extension@workspace:packages/terminal-extension" dependencies: @@ -2275,12 +2275,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.0.0-beta.2, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.0.0-beta.3, @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-beta.2 - "@jupyter-notebook/tree": ^7.0.0-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 + "@jupyter-notebook/tree": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0 @@ -2301,11 +2301,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.0.0-beta.2, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.0.0-beta.3, @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-beta.2 + "@jupyter-notebook/application": ^7.0.0-beta.3 "@jupyterlab/application": ^4.0.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0 @@ -2326,7 +2326,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.0.0-beta.2, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.0.0-beta.3, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: