Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jupyterlab from 3.4 to 3.6.7 #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps jupyterlab from 3.4 to 3.6.7.

Release notes

Sourced from jupyterlab's releases.

v3.6.7

3.6.7

(Full Changelog)

Security fixes

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andrii-i | @​blink1073 | @​bollwyvl | @​brichet | @​davidbrochart | @​dharmaquark | @​dlqqq | @​echarles | @​fcollonval | @​g547315 | @​gabalafou | @​GabrielaVives | @​github-actions | @​HaudinFlorence | @​j264415 | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​misterfads | @​mlucool | @​parmentelat | @​skyetim | @​tonyfast | @​welcome | @​Wh1isper

v3.6.6

3.6.6

(Full Changelog)

Maintenance and upkeep improvements

Documentation improvements

... (truncated)

Changelog

Sourced from jupyterlab's changelog.

(changelog)=

JupyterLab Changelog

v4.1

JupyterLab 4.1 includes a number of new features (described below), bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0. Extension authors are recommended to consult the Extension Migration Guide which lists deprecations and changes to the public API.

Custom CSS

Jupyterlab now supports automatic loading of custom CSS. Themes are the recommended way for customizing the JupyterLab look and feel, while custom CSS is intended for minor personal adjustments.

To opt in, start JupyterLab with the --custom-css flag. The location of the custom.css file is documented in the section on customizing the user interface.

`custom.css` is also available in Jupyter Notebook;
while similar selectors can be used for components shared between JupyterLab 4.1 and Jupyter Notebook 7.0,
there was a different set of selectors in Notebook 6 and older versions.
Users with the custom CSS file using the selectors from legacy Notebook versions
will need to update them and note that tutorials may refer to the selectors for the old Notebook versions.

Diagrams in Markdown

Matching GitHub-Flavoured Markdown, JupyterLab 4.1 now supports Mermaid diagrams. To create a mermaid diagram use the mermaid language specifier for a code block in a markdown cell or document, for example:

```mermaid
flowchart LR

A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]

</code></pre>
<p>which renders as:</p>
<!-- raw HTML omitted -->
<h3>Inline completer</h3>
<p>JupyterLab now supports completion presented as ghost text in the cell and file editors,</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/f0226c6f5bc64e041384a017c6d6d7defc2d53ab&quot;&gt;&lt;code&gt;f0226c6&lt;/code&gt;&lt;/a> [ci skip] New version</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/fccd83dc4441da0384ee3fd1322c3b2d9ad4caaa&quot;&gt;&lt;code&gt;fccd83d&lt;/code&gt;&lt;/a> Merge pull request from GHSA-44cc-43rp-5947</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/3b6b78945873e200f2a3e5a157ae83aaaba896e6&quot;&gt;&lt;code&gt;3b6b789&lt;/code&gt;&lt;/a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15496&quot;&gt;#15496&lt;/a>: Pin <code>actions/labeler</code> to v4 to fix failing CI action (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15&quot;&gt;#15&lt;/a&gt;...&lt;/li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/d68fca2b700607e850f3bbec56b3f3b37b8047b8&quot;&gt;&lt;code&gt;d68fca2&lt;/code&gt;&lt;/a> Fix docs deployment failing on 3.6 branch (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15424&quot;&gt;#15424&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/887700d7dc448982c4a74df94b46287126328509&quot;&gt;&lt;code&gt;887700d&lt;/code&gt;&lt;/a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15462&quot;&gt;#15462&lt;/a>: Fix URLs in debugger-extension (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15490&quot;&gt;#15490&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/304f11751a874c501d40f10bf0112c78786ae8e0&quot;&gt;&lt;code&gt;304f117&lt;/code&gt;&lt;/a> [3.6.x] Fix M1 install, declare <code>node-gyp@^9.0.0</code> (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15395&quot;&gt;#15395&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/82bb1c8aaa157846429974d3ffef414d03ce83e2&quot;&gt;&lt;code&gt;82bb1c8&lt;/code&gt;&lt;/a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/14534&quot;&gt;#14534&lt;/a> and PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15237&quot;&gt;#15237&lt;/a> on branch 3.6.x (Hide completer when changin...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/18abc5ca57d17195ad63a720c886fc27e3482efb&quot;&gt;&lt;code&gt;18abc5c&lt;/code&gt;&lt;/a> [ci skip] Publish 3.6.6</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/fbefeb3103b633e5dab91f27bea08fcaf0b6ea5a&quot;&gt;&lt;code&gt;fbefeb3&lt;/code&gt;&lt;/a> [ci skip] New version</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/b86cc202967e8231560f5d67f3daa747a7d3ad79&quot;&gt;&lt;code&gt;b86cc20&lt;/code&gt;&lt;/a> Remove pre-commit job (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15154&quot;&gt;#15154&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.0...@jupyterlab/vdom@3.6.7&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.4 to 3.6.7.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.0...@jupyterlab/vdom@3.6.7)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2024
Copy link

Binder 👈 Launch a binder notebook on branch jupyter-widgets/tutorial/dependabot/pip/jupyterlab-3.6.7

1 similar comment
Copy link

github-actions bot commented Apr 3, 2024

Binder 👈 Launch a binder notebook on branch jupyter-widgets/tutorial/dependabot/pip/jupyterlab-3.6.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants