vega / ipyvega

IPython/Jupyter notebook module for Vega and Vega-Lite
BSD 3-Clause "New" or "Revised" License
372 stars 65 forks source link

chore(deps-dev): bump @jupyterlab/galata from 4.5.3 to 5.0.12 in /ui-tests #542

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps @jupyterlab/galata from 4.5.3 to 5.0.12.

Changelog

Sourced from @​jupyterlab/galata'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/e7a1af706875c8ab183101ff68b38e836181028c"><code>e7a1af7</code></a> [ci skip] Publish 4.0.12</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/69079ec413cbe6d173f0a667c15802b76423ece5"><code>69079ec</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15710">#15710</a>: Removes Python 3.0, Notebook 5 mentions from contributor ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/353707e4d0d3fe788a4a2a5b1f228352f1918806"><code>353707e</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15524">#15524</a>: Fix visual tests (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15578">#15578</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/482aaa0054a2de18a257d7b5520234eb44648a9f"><code>482aaa0</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15650">#15650</a>: Fix jupyterlab downgrade issue on extension installation ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/58fb4a9b630cd22d7b064b3c8fef503b11afe077"><code>58fb4a9</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15690">#15690</a>: Fix search highlights removal on clearing input box (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15712">#15712</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/5062929f60ac770c7048350260636d3f63ea1c8d"><code>5062929</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15703">#15703</a> on branch 4.0.x (Add scroll margin to headings for better ...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/c00b0ca0cc631992c7681473d88208fcc74de00e"><code>c00b0ca</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15642">#15642</a>: Fix outputarea package from not detecting updates (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15652">#15652</a>)</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/8326236cf42c43ee1ed9657c09d7c4cbad5973f1"><code>8326236</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15262">#15262</a> on branch 4.0.x (Fix connection loop issue with standalone...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/8a5acf284b1e6defc6b15f22ec11c3cae67eaba1"><code>8a5acf2</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15695">#15695</a>: Fix shortcut UI failing on filtering when empty command i...</li>
<li><a href="https://github.com/jupyterlab/jupyterlab/commit/9d4a3611bae6868f7de7584f8c0b16b8a7535e70"><code>9d4a361</code></a> Automated Changelog Entry - Remove 1 placeholder entries. (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15667">#15667</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/galata@4.5.3...@jupyterlab/galata@5.0.12">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@jupyterlab/galata&package-manager=npm_and_yarn&previous-version=4.5.3&new-version=5.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
dependabot[bot] commented 6 months ago

Superseded by #549.