diff --git a/README.md b/README.md index df9db7d98..bd6fcf8d9 100644 --- a/README.md +++ b/README.md @@ -864,10 +864,10 @@ SOFTWARE. [influxdb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [influxdb-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/78cf695 -[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/78cf695/README.md +[addon-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/tree/5598102 +[addon-doc-jupyterlab]: https://github.com/hassio-addons/addon-jupyterlab/blob/5598102/README.md [jupyterlab-issue]: https://github.com/hassio-addons/addon-jupyterlab/issues -[jupyterlab-version-shield]: https://img.shields.io/badge/version-78cf695-blue.svg +[jupyterlab-version-shield]: https://img.shields.io/badge/version-5598102-blue.svg [jupyterlab-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [jupyterlab-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [jupyterlab-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/jupyterlab/CHANGELOG.md b/jupyterlab/CHANGELOG.md index 664052f5f..c779e9ff8 100644 --- a/jupyterlab/CHANGELOG.md +++ b/jupyterlab/CHANGELOG.md @@ -1,4 +1,41 @@ # Changelog since v0.9.2 +- 🔨 Migrate old-style S6 scripts to s6-rc.d (#389) +- ⬆️ Bump jupyterlab from 3.5.1 to 3.5.2 in /jupyterlab (#387) + +Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.5.1 to 3.5.2. +- [Release notes](https://github.com/jupyterlab/jupyterlab/releases) +- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/vdom@3.5.2/CHANGELOG.md) +- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.5.1...@jupyterlab/vdom@3.5.2) + +--- +updated-dependencies: +- dependency-name: jupyterlab + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Signed-off-by: dependabot[bot] +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Bump nbconvert from 7.2.6 to 7.2.7 in /jupyterlab (#388) + +Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.6 to 7.2.7. +- [Release notes](https://github.com/jupyter/nbconvert/releases) +- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) +- [Commits](https://github.com/jupyter/nbconvert/compare/v7.2.6...v7.2.7) + +--- +updated-dependencies: +- dependency-name: nbconvert + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Signed-off-by: dependabot[bot] +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Bump numpy from 1.23.5 to 1.24.0 in /jupyterlab (#384) Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.24.0. diff --git a/jupyterlab/README.md b/jupyterlab/README.md index 2d5999bf9..bed3f2e41 100644 --- a/jupyterlab/README.md +++ b/jupyterlab/README.md @@ -54,6 +54,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-78cf695-blue.svg -[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/78cf695 +[release-shield]: https://img.shields.io/badge/version-5598102-blue.svg +[release]: https://github.com/hassio-addons/addon-jupyterlab/tree/5598102 [screenshot]: https://github.com/hassio-addons/addon-jupyterlab/raw/main/images/screenshot.png \ No newline at end of file diff --git a/jupyterlab/config.yaml b/jupyterlab/config.yaml index ba40f5677..54767c2e7 100644 --- a/jupyterlab/config.yaml +++ b/jupyterlab/config.yaml @@ -26,4 +26,4 @@ schema: - str slug: jupyterlablite url: https://github.com/hassio-addons/addon-jupyterlab -version: 78cf695 +version: '5598102'