hassio-addons / addon-jupyterlab

JupyterLab - Home Assistant Community Add-ons
https://addons.community
MIT License
52 stars 26 forks source link

⬆️ Update jupyterlab to v4.1.4 #577

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jupyterlab (changelog) ==4.1.2 -> ==4.1.4 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jupyterlab/jupyterlab (jupyterlab) ### [`v4.1.4`](https://togithub.com/jupyterlab/jupyterlab/releases/tag/v4.1.4) [Compare Source](https://togithub.com/jupyterlab/jupyterlab/compare/v4.1.3...v4.1.4) #### 4.1.4 ([Full Changelog](https://togithub.com/jupyterlab/jupyterlab/compare/v4.1.3...3eab4adc3053485cacfefc02dd5e8bc6fb256442)) ##### Bugs fixed - Fix creating files in custom drives, fix `ContentsManagerMock` [#​15291](https://togithub.com/jupyterlab/jupyterlab/pull/15291) ([@​jtpio](https://togithub.com/jtpio)) - Fix Theme color is not applied to SwitchKernel ToolbarButton [#​15924](https://togithub.com/jupyterlab/jupyterlab/pull/15924) ([@​FoSuCloud](https://togithub.com/FoSuCloud)) - Revert "Prevent command shortcuts from preventing user input" [#​15938](https://togithub.com/jupyterlab/jupyterlab/pull/15938) ([@​krassowski](https://togithub.com/krassowski)) - Fix spurious dedent when opening inspector tooltip [#​15898](https://togithub.com/jupyterlab/jupyterlab/pull/15898) ([@​krassowski](https://togithub.com/krassowski)) - Add an explicit default for inline completer providers [#​15899](https://togithub.com/jupyterlab/jupyterlab/pull/15899) ([@​krassowski](https://togithub.com/krassowski)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-03-04\&to=2024-03-07\&type=c)) [@​ericsnekbytes](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aericsnekbytes+updated%3A2024-03-04..2024-03-07\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-03-04..2024-03-07\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-03-04..2024-03-07\&type=Issues) | [@​jupyterlab-probot](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-03-04..2024-03-07\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-03-04..2024-03-07\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2024-03-04..2024-03-07\&type=Issues) ### [`v4.1.3`](https://togithub.com/jupyterlab/jupyterlab/releases/tag/v4.1.3) [Compare Source](https://togithub.com/jupyterlab/jupyterlab/compare/v4.1.2...v4.1.3) #### 4.1.3 ([Full Changelog](https://togithub.com/jupyterlab/jupyterlab/compare/v4.1.2...58a6905e3b29e95d1b7ff00b0fbc5472eaee769b)) ##### Bugs fixed - Fix Pressing enter in console with console run keystroke set to enter creates a newline and runs [#​15869](https://togithub.com/jupyterlab/jupyterlab/pull/15869) ([@​FoSuCloud](https://togithub.com/FoSuCloud)) - Fix saving of item positions in reactive toolbar [#​15843](https://togithub.com/jupyterlab/jupyterlab/pull/15843) ([@​brichet](https://togithub.com/brichet)) - Prevent command shortcuts from preventing user input [#​15790](https://togithub.com/jupyterlab/jupyterlab/pull/15790) ([@​krassowski](https://togithub.com/krassowski)) - Fix missing signals in file editor adapter [#​15873](https://togithub.com/jupyterlab/jupyterlab/pull/15873) ([@​krassowski](https://togithub.com/krassowski)) - Fix codemirror highlight for Python builtin [#​15805](https://togithub.com/jupyterlab/jupyterlab/pull/15805) ([@​AllanChain](https://togithub.com/AllanChain)) - When attaching only typeset after rendering is completed [#​15810](https://togithub.com/jupyterlab/jupyterlab/pull/15810) ([@​krassowski](https://togithub.com/krassowski)) ##### Maintenance and upkeep improvements - Update docstrings to mention Jupyter Server API [#​15880](https://togithub.com/jupyterlab/jupyterlab/pull/15880) ([@​jtpio](https://togithub.com/jtpio)) - Bump es5-ext from 0.10.62 to 0.10.63 [#​15878](https://togithub.com/jupyterlab/jupyterlab/pull/15878) ([@​dependabot\[bot\]](https://togithub.com/apps/dependabot)) - Fix clean script [#​15854](https://togithub.com/jupyterlab/jupyterlab/pull/15854) ([@​krassowski](https://togithub.com/krassowski)) - Update branch configuration for `4.1.x` [#​15848](https://togithub.com/jupyterlab/jupyterlab/pull/15848) ([@​krassowski](https://togithub.com/krassowski)) ##### Documentation improvements - Fix broken link [#​15851](https://togithub.com/jupyterlab/jupyterlab/pull/15851) ([@​fcollonval](https://togithub.com/fcollonval)) - Update branch configuration for `4.1.x` [#​15848](https://togithub.com/jupyterlab/jupyterlab/pull/15848) ([@​krassowski](https://togithub.com/krassowski)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-02-19\&to=2024-03-04\&type=c)) [@​AllanChain](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AAllanChain+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​brichet](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​ericsnekbytes](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aericsnekbytes+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​fcollonval](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​FoSuCloud](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AFoSuCloud+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​github-actions](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​JasonWeill](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​jtpio](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​jupyterlab-probot](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​krassowski](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​linlol](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alinlol+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​lumberbot-app](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​meeseeksmachine](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2024-02-19..2024-03-04\&type=Issues) | [@​welcome](https://togithub.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-02-19..2024-03-04\&type=Issues)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.