From 851a4beaae084a513ac7cf851292b7be1c87c198 Mon Sep 17 00:00:00 2001 From: jtpio Date: Thu, 14 Mar 2024 18:46:38 +0000 Subject: [PATCH] Publish 7.1.2 SHA256 hashes: jupyter-notebook-application-7.1.2.tgz: a5239e786b78d8f0108e2c78679454e84aa5f645b053dcb5d126bdab6b84fb27 jupyter-notebook-application-extension-7.1.2.tgz: b0babdb423ee6b5fe2bb6484cccf110065fa62fc5308bc248ee0101d9e4ac352 jupyter-notebook-console-extension-7.1.2.tgz: 93307a09c3efb995800da212a9843fcc66db06bdb1040de8ef657c482182ea97 jupyter-notebook-docmanager-extension-7.1.2.tgz: 1096495b4d7c69e656fbd41ae71f1a18a19c6022b8128e79aaaa600fc8151966 jupyter-notebook-documentsearch-extension-7.1.2.tgz: b24c9344935ac500583a4c379ba0ab87cb8844566b27fb46de5b4ede5dd3e0c0 jupyter-notebook-help-extension-7.1.2.tgz: 47adef904db72ca511b5e36e72e4d5fb7e3a917354ec2b8e6d95c736aaeb4c4d jupyter-notebook-lab-extension-7.1.2.tgz: 46be90add1a4d48edb1da6d4959d0aa20ff241258f02decff8ddfadc5ab0a49e jupyter-notebook-notebook-extension-7.1.2.tgz: 261b33e98b1b9df32ce8b6cf3e03e12e666897dec21fd3e7f47a2a3dea2c6b0f jupyter-notebook-terminal-extension-7.1.2.tgz: 87791c13f39519e3c8f78a18c021fd488ad3510b9a449f5a16025206bc6f875a jupyter-notebook-tree-7.1.2.tgz: 0d654206f2c4ce13db9f6b334d0586c3e52835d21358188c918e9df43f4d3f33 jupyter-notebook-tree-extension-7.1.2.tgz: 19250137ad6b8fc132742a081a079209717d9e8381119cf6b4c49558931d0b7b jupyter-notebook-ui-components-7.1.2.tgz: 5c4fd4c18ee8be7741e4c164cfb4b3feecf54ce5f2e97956b29c604b57588b7d notebook-7.1.2-py3-none-any.whl: fc6c24b9aef18d0cd57157c9c47e95833b9b0bdc599652639acf0bdb61dc7d5f notebook-7.1.2.tar.gz: efc2c80043909e0faa17fce9e9b37c059c03af0ec99a4d4db84cb21d9d2e936a --- CHANGELOG.md | 24 ++++- 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, 131 insertions(+), 111 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711f29f401..fc98a93e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,28 @@ increasing awareness of the notebook state and enabling users to quickly navigat +## 7.1.2 + +([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.1...ca41222a9c8d75356c6d67d3bd36e34d71cce2d8)) + +### Maintenance and upkeep improvements + +- Update Release Scripts [#7295](https://github.com/jupyter/notebook/pull/7295) ([@blink1073](https://github.com/blink1073)) +- Fix jupyterlab install command in the releaser hook [#7294](https://github.com/jupyter/notebook/pull/7294) ([@jtpio](https://github.com/jtpio)) +- Update to JupyterLab 4.1.5 packages [#7291](https://github.com/jupyter/notebook/pull/7291) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Add a section to use local dependencies [#7292](https://github.com/jupyter/notebook/pull/7292) ([@brichet](https://github.com/brichet)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2024-02-26&to=2024-03-14&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ablink1073+updated%3A2024-02-26..2024-03-14&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abrichet+updated%3A2024-02-26..2024-03-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-26..2024-03-14&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-26..2024-03-14&type=Issues) + + + ## 7.1.1 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.1.0...da7b8d400e96ceff0eec834badd891bc5d5f154d)) @@ -131,8 +153,6 @@ increasing awareness of the notebook state and enabling users to quickly navigat [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Adependabot+updated%3A2024-02-13..2024-02-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2024-02-13..2024-02-26&type=Issues) | [@itsmevichu](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aitsmevichu+updated%3A2024-02-13..2024-02-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2024-02-13..2024-02-26&type=Issues) - - ## 7.1.0 ([Full Changelog](https://github.com/jupyter/notebook/compare/@jupyter-notebook/application-extension@7.0.6...b8ec7e4a8eda70a8d7dca19799acd3e96e019160)) diff --git a/app/package.json b/app/package.json index e6f642ac71..f7e35a430d 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/app", - "version": "7.1.1", + "version": "7.1.2", "private": true, "scripts": { "build": "webpack", @@ -12,17 +12,17 @@ "resolutions": { "@codemirror/state": "~6.2.1", "@codemirror/view": "~6.21.3", - "@jupyter-notebook/application": "~7.1.1", - "@jupyter-notebook/application-extension": "~7.1.1", - "@jupyter-notebook/console-extension": "~7.1.1", - "@jupyter-notebook/docmanager-extension": "~7.1.1", - "@jupyter-notebook/documentsearch-extension": "~7.1.1", - "@jupyter-notebook/help-extension": "~7.1.1", - "@jupyter-notebook/notebook-extension": "~7.1.1", - "@jupyter-notebook/terminal-extension": "~7.1.1", - "@jupyter-notebook/tree": "~7.1.1", - "@jupyter-notebook/tree-extension": "~7.1.1", - "@jupyter-notebook/ui-components": "~7.1.1", + "@jupyter-notebook/application": "~7.1.2", + "@jupyter-notebook/application-extension": "~7.1.2", + "@jupyter-notebook/console-extension": "~7.1.2", + "@jupyter-notebook/docmanager-extension": "~7.1.2", + "@jupyter-notebook/documentsearch-extension": "~7.1.2", + "@jupyter-notebook/help-extension": "~7.1.2", + "@jupyter-notebook/notebook-extension": "~7.1.2", + "@jupyter-notebook/terminal-extension": "~7.1.2", + "@jupyter-notebook/tree": "~7.1.2", + "@jupyter-notebook/tree-extension": "~7.1.2", + "@jupyter-notebook/ui-components": "~7.1.2", "@jupyter/ydoc": "~1.1.1", "@jupyterlab/application": "~4.1.5", "@jupyterlab/application-extension": "~4.1.5", @@ -120,17 +120,17 @@ "yjs": "~13.6.8" }, "dependencies": { - "@jupyter-notebook/application": "^7.1.1", - "@jupyter-notebook/application-extension": "^7.1.1", - "@jupyter-notebook/console-extension": "^7.1.1", - "@jupyter-notebook/docmanager-extension": "^7.1.1", - "@jupyter-notebook/documentsearch-extension": "^7.1.1", - "@jupyter-notebook/help-extension": "^7.1.1", - "@jupyter-notebook/notebook-extension": "^7.1.1", - "@jupyter-notebook/terminal-extension": "^7.1.1", - "@jupyter-notebook/tree": "^7.1.1", - "@jupyter-notebook/tree-extension": "^7.1.1", - "@jupyter-notebook/ui-components": "^7.1.1", + "@jupyter-notebook/application": "^7.1.2", + "@jupyter-notebook/application-extension": "^7.1.2", + "@jupyter-notebook/console-extension": "^7.1.2", + "@jupyter-notebook/docmanager-extension": "^7.1.2", + "@jupyter-notebook/documentsearch-extension": "^7.1.2", + "@jupyter-notebook/help-extension": "^7.1.2", + "@jupyter-notebook/notebook-extension": "^7.1.2", + "@jupyter-notebook/terminal-extension": "^7.1.2", + "@jupyter-notebook/tree": "^7.1.2", + "@jupyter-notebook/tree-extension": "^7.1.2", + "@jupyter-notebook/ui-components": "^7.1.2", "@jupyterlab/application-extension": "~4.1.5", "@jupyterlab/apputils-extension": "~4.1.5", "@jupyterlab/attachments": "~4.1.5", diff --git a/buildutils/package.json b/buildutils/package.json index 590c16296a..e7e24d320f 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/buildutils", - "version": "7.1.1", + "version": "7.1.2", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", diff --git a/notebook/_version.py b/notebook/_version.py index 7509d42c42..c3c79f4d92 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.1.1" +__version__ = "7.1.2" # PEP440 version parser _version_regex = re.compile( diff --git a/packages/_metapackage/package.json b/packages/_metapackage/package.json index 8e444e7e95..60550d62b0 100644 --- a/packages/_metapackage/package.json +++ b/packages/_metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/metapackage", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", - "@jupyter-notebook/application-extension": "^7.1.1", - "@jupyter-notebook/console-extension": "^7.1.1", - "@jupyter-notebook/docmanager-extension": "^7.1.1", - "@jupyter-notebook/documentsearch-extension": "^7.1.1", - "@jupyter-notebook/help-extension": "^7.1.1", - "@jupyter-notebook/lab-extension": "^7.1.1", - "@jupyter-notebook/notebook-extension": "^7.1.1", - "@jupyter-notebook/terminal-extension": "^7.1.1", - "@jupyter-notebook/tree": "^7.1.1", - "@jupyter-notebook/tree-extension": "^7.1.1", - "@jupyter-notebook/ui-components": "^7.1.1" + "@jupyter-notebook/application": "^7.1.2", + "@jupyter-notebook/application-extension": "^7.1.2", + "@jupyter-notebook/console-extension": "^7.1.2", + "@jupyter-notebook/docmanager-extension": "^7.1.2", + "@jupyter-notebook/documentsearch-extension": "^7.1.2", + "@jupyter-notebook/help-extension": "^7.1.2", + "@jupyter-notebook/lab-extension": "^7.1.2", + "@jupyter-notebook/notebook-extension": "^7.1.2", + "@jupyter-notebook/terminal-extension": "^7.1.2", + "@jupyter-notebook/tree": "^7.1.2", + "@jupyter-notebook/tree-extension": "^7.1.2", + "@jupyter-notebook/ui-components": "^7.1.2" }, "devDependencies": { "typescript": "~5.0.2" diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index d5c6c5c2f3..f22d2a8fa2 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", - "@jupyter-notebook/ui-components": "^7.1.1", + "@jupyter-notebook/application": "^7.1.2", + "@jupyter-notebook/ui-components": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/codeeditor": "~4.1.5", diff --git a/packages/application/package.json b/packages/application/package.json index ced4b74f58..8bc61e8607 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/application", - "version": "7.1.1", + "version": "7.1.2", "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 a14d0a8b10..73346803a2 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/console-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/console": "~4.1.5", "@jupyterlab/coreutils": "~6.1.5", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 971602467b..1f36340af1 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/docmanager-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/coreutils": "~6.1.5", "@jupyterlab/docmanager": "~4.1.5", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 91f41b331b..a1a8de7b37 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/documentsearch-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/documentsearch": "~4.1.5", "@lumino/widgets": "^2.3.1" diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 84f14dd41a..47e87c8863 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/help-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/ui-components": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/mainmenu": "~4.1.5", diff --git a/packages/lab-extension/package.json b/packages/lab-extension/package.json index 4986f951c9..736047cb9f 100644 --- a/packages/lab-extension/package.json +++ b/packages/lab-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/lab-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/coreutils": "~6.1.5", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 7723a23331..35e751f798 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/notebook-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/cells": "~4.1.5", diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index 5984605bf8..97d7afdcca 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/terminal-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/coreutils": "~6.1.5", "@jupyterlab/terminal": "~4.1.5", diff --git a/packages/tree-extension/package.json b/packages/tree-extension/package.json index 807d1adddd..f5609d256a 100644 --- a/packages/tree-extension/package.json +++ b/packages/tree-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree-extension", - "version": "7.1.1", + "version": "7.1.2", "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.1.1", - "@jupyter-notebook/tree": "^7.1.1", + "@jupyter-notebook/application": "^7.1.2", + "@jupyter-notebook/tree": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/coreutils": "~6.1.5", diff --git a/packages/tree/package.json b/packages/tree/package.json index 694d753a4a..b974bf920d 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/tree", - "version": "7.1.1", + "version": "7.1.2", "description": "Jupyter Notebook - Tree", "homepage": "https://github.com/jupyter/notebook", "bugs": { @@ -38,7 +38,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter-notebook/application": "^7.1.1", + "@jupyter-notebook/application": "^7.1.2", "@jupyterlab/application": "~4.1.5", "@jupyterlab/apputils": "~4.2.5", "@jupyterlab/coreutils": "~6.1.5", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 8e756c8e6b..4c9fa7ee2d 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-notebook/ui-components", - "version": "7.1.1", + "version": "7.1.2", "description": "Jupyter Notebook - UI components", "homepage": "https://github.com/jupyter/notebook", "bugs": { diff --git a/yarn.lock b/yarn.lock index e2fe1fc825..e1faa49504 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2059,17 +2059,17 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/app@workspace:app" dependencies: - "@jupyter-notebook/application": ^7.1.1 - "@jupyter-notebook/application-extension": ^7.1.1 - "@jupyter-notebook/console-extension": ^7.1.1 - "@jupyter-notebook/docmanager-extension": ^7.1.1 - "@jupyter-notebook/documentsearch-extension": ^7.1.1 - "@jupyter-notebook/help-extension": ^7.1.1 - "@jupyter-notebook/notebook-extension": ^7.1.1 - "@jupyter-notebook/terminal-extension": ^7.1.1 - "@jupyter-notebook/tree": ^7.1.1 - "@jupyter-notebook/tree-extension": ^7.1.1 - "@jupyter-notebook/ui-components": ^7.1.1 + "@jupyter-notebook/application": ^7.1.2 + "@jupyter-notebook/application-extension": ^7.1.2 + "@jupyter-notebook/console-extension": ^7.1.2 + "@jupyter-notebook/docmanager-extension": ^7.1.2 + "@jupyter-notebook/documentsearch-extension": ^7.1.2 + "@jupyter-notebook/help-extension": ^7.1.2 + "@jupyter-notebook/notebook-extension": ^7.1.2 + "@jupyter-notebook/terminal-extension": ^7.1.2 + "@jupyter-notebook/tree": ^7.1.2 + "@jupyter-notebook/tree-extension": ^7.1.2 + "@jupyter-notebook/ui-components": ^7.1.2 "@jupyterlab/application-extension": ~4.1.5 "@jupyterlab/apputils-extension": ~4.1.5 "@jupyterlab/attachments": ~4.1.5 @@ -2140,12 +2140,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application-extension@^7.1.1, @jupyter-notebook/application-extension@workspace:packages/application-extension": +"@jupyter-notebook/application-extension@^7.1.2, @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.1.1 - "@jupyter-notebook/ui-components": ^7.1.1 + "@jupyter-notebook/application": ^7.1.2 + "@jupyter-notebook/ui-components": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/codeeditor": ~4.1.5 @@ -2165,7 +2165,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/application@^7.1.1, @jupyter-notebook/application@workspace:packages/application": +"@jupyter-notebook/application@^7.1.2, @jupyter-notebook/application@workspace:packages/application": version: 0.0.0-use.local resolution: "@jupyter-notebook/application@workspace:packages/application" dependencies: @@ -2205,11 +2205,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/console-extension@^7.1.1, @jupyter-notebook/console-extension@workspace:packages/console-extension": +"@jupyter-notebook/console-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/console": ~4.1.5 "@jupyterlab/coreutils": ~6.1.5 @@ -2219,11 +2219,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/docmanager-extension@^7.1.1, @jupyter-notebook/docmanager-extension@workspace:packages/docmanager-extension": +"@jupyter-notebook/docmanager-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/coreutils": ~6.1.5 "@jupyterlab/docmanager": ~4.1.5 @@ -2236,11 +2236,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/documentsearch-extension@^7.1.1, @jupyter-notebook/documentsearch-extension@workspace:packages/documentsearch-extension": +"@jupyter-notebook/documentsearch-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/documentsearch": ~4.1.5 "@lumino/widgets": ^2.3.1 @@ -2249,11 +2249,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/help-extension@^7.1.1, @jupyter-notebook/help-extension@workspace:packages/help-extension": +"@jupyter-notebook/help-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/ui-components": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/mainmenu": ~4.1.5 @@ -2265,11 +2265,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/lab-extension@^7.1.1, @jupyter-notebook/lab-extension@workspace:packages/lab-extension": +"@jupyter-notebook/lab-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/builder": ~4.1.5 @@ -2289,27 +2289,27 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter-notebook/metapackage@workspace:packages/_metapackage" dependencies: - "@jupyter-notebook/application": ^7.1.1 - "@jupyter-notebook/application-extension": ^7.1.1 - "@jupyter-notebook/console-extension": ^7.1.1 - "@jupyter-notebook/docmanager-extension": ^7.1.1 - "@jupyter-notebook/documentsearch-extension": ^7.1.1 - "@jupyter-notebook/help-extension": ^7.1.1 - "@jupyter-notebook/lab-extension": ^7.1.1 - "@jupyter-notebook/notebook-extension": ^7.1.1 - "@jupyter-notebook/terminal-extension": ^7.1.1 - "@jupyter-notebook/tree": ^7.1.1 - "@jupyter-notebook/tree-extension": ^7.1.1 - "@jupyter-notebook/ui-components": ^7.1.1 + "@jupyter-notebook/application": ^7.1.2 + "@jupyter-notebook/application-extension": ^7.1.2 + "@jupyter-notebook/console-extension": ^7.1.2 + "@jupyter-notebook/docmanager-extension": ^7.1.2 + "@jupyter-notebook/documentsearch-extension": ^7.1.2 + "@jupyter-notebook/help-extension": ^7.1.2 + "@jupyter-notebook/lab-extension": ^7.1.2 + "@jupyter-notebook/notebook-extension": ^7.1.2 + "@jupyter-notebook/terminal-extension": ^7.1.2 + "@jupyter-notebook/tree": ^7.1.2 + "@jupyter-notebook/tree-extension": ^7.1.2 + "@jupyter-notebook/ui-components": ^7.1.2 typescript: ~5.0.2 languageName: unknown linkType: soft -"@jupyter-notebook/notebook-extension@^7.1.1, @jupyter-notebook/notebook-extension@workspace:packages/notebook-extension": +"@jupyter-notebook/notebook-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/cells": ~4.1.5 @@ -2346,11 +2346,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/terminal-extension@^7.1.1, @jupyter-notebook/terminal-extension@workspace:packages/terminal-extension": +"@jupyter-notebook/terminal-extension@^7.1.2, @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.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/coreutils": ~6.1.5 "@jupyterlab/terminal": ~4.1.5 @@ -2360,12 +2360,12 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree-extension@^7.1.1, @jupyter-notebook/tree-extension@workspace:packages/tree-extension": +"@jupyter-notebook/tree-extension@^7.1.2, @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.1.1 - "@jupyter-notebook/tree": ^7.1.1 + "@jupyter-notebook/application": ^7.1.2 + "@jupyter-notebook/tree": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/coreutils": ~6.1.5 @@ -2386,11 +2386,11 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/tree@^7.1.1, @jupyter-notebook/tree@workspace:packages/tree": +"@jupyter-notebook/tree@^7.1.2, @jupyter-notebook/tree@workspace:packages/tree": version: 0.0.0-use.local resolution: "@jupyter-notebook/tree@workspace:packages/tree" dependencies: - "@jupyter-notebook/application": ^7.1.1 + "@jupyter-notebook/application": ^7.1.2 "@jupyterlab/application": ~4.1.5 "@jupyterlab/apputils": ~4.2.5 "@jupyterlab/coreutils": ~6.1.5 @@ -2411,7 +2411,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyter-notebook/ui-components@^7.1.1, @jupyter-notebook/ui-components@workspace:packages/ui-components": +"@jupyter-notebook/ui-components@^7.1.2, @jupyter-notebook/ui-components@workspace:packages/ui-components": version: 0.0.0-use.local resolution: "@jupyter-notebook/ui-components@workspace:packages/ui-components" dependencies: