Skip to content

Commit

Permalink
Bump jupyterlab from 4.0.9 to 4.0.11 (#1028)
Browse files Browse the repository at this point in the history
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.9
to 4.0.11.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.11</h2>
<h2>4.0.11</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.10...0708330843fd087134a239d2ad6005b1d543e246">Full
Changelog</a>)</p>
<h3>Security fixes</h3>
<ul>
<li>Potential authentication and CSRF tokens leak in JupyterLab (<a
href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-44cc-43rp-5947">GHSA-44cc-43rp-5947</a>)</li>
<li>SXSS in Markdown Preview (<a
href="https://github.com/jupyterlab/jupyterlab/security/advisories/GHSA-4m77-cmpx-vjc4">GHSA-4m77-cmpx-vjc4</a>)</li>
</ul>
<h3>Bugs fixed</h3>
<ul>
<li>Fixes focus indicator on input checkbox for Firefox <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15612">#15612</a>
(<a
href="https://github.com/alden-ilao"><code>@​alden-ilao</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Fix link to yarn docs in extension migration guide <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15640">#15640</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-12-29&amp;to=2024-01-19&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​brichet</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​fcollonval</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​github-actions</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​jtpio</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​krassowski</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​meeseeksmachine</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Amisterfads+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​misterfads</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-12-29..2024-01-19&amp;type=Issues"><code>@​welcome</code></a></p>
<h2>v4.0.10</h2>
<h2>4.0.10</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.9...b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>:
Improve scrolling to heading <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15565">#15565</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Workaround focus leaving input box on consecutive submissions <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15479">#15479</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix search coming back in notebook and editor <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15443">#15443</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix <code>jupyter labextension watch --help</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15542">#15542</a>
(<a href="https://github.com/akx"><code>@​akx</code></a>)</li>
<li>Fix <code>FormComponent</code> showing error indicators in all
fields when using a <code>customValidate</code> function <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15464">#15464</a>
(<a
href="https://github.com/mmichilot"><code>@​mmichilot</code></a>)</li>
<li>Fix Shift + L not working in stdin <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15440">#15440</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>:
Adopt ruff format <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Pin <code>actions/labeler</code> to v4 to fix failing CI action <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15496">#15496</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix URLs in debugger-extension <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15462">#15462</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>More robust galata/UI tests <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15355">#15355</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>:
Adopt ruff format <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.11/CHANGELOG.md">jupyterlab's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.11</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h2>4.0.10</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.9...b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>:
Improve scrolling to heading <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15565">#15565</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Workaround focus leaving input box on consecutive submissions <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15479">#15479</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix search coming back in notebook and editor <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15443">#15443</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix <code>jupyter labextension watch --help</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15542">#15542</a>
(<a href="https://github.com/akx"><code>@​akx</code></a>)</li>
<li>Fix <code>FormComponent</code> showing error indicators in all
fields when using a <code>customValidate</code> function <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15464">#15464</a>
(<a
href="https://github.com/mmichilot"><code>@​mmichilot</code></a>)</li>
<li>Fix Shift + L not working in stdin <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15440">#15440</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>:
Adopt ruff format <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Pin <code>actions/labeler</code> to v4 to fix failing CI action <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15496">#15496</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix URLs in debugger-extension <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15462">#15462</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>More robust galata/UI tests <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15355">#15355</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>:
Adopt ruff format <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15564">#15564</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-18&amp;to=2023-12-29&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aafshin+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​afshin</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​brichet</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​davidbrochart</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​echarles</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​fcollonval</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ag547315+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​g547315</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​gabalafou</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AGabrielaVives+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​GabrielaVives</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​github-actions</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aj264415+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​j264415</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​jtpio</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​krassowski</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​lumberbot-app</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​meeseeksmachine</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aparmentelat+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​parmentelat</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​tonyfast</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​welcome</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AWh1isper+updated%3A2023-11-18..2023-12-29&amp;type=Issues"><code>@​Wh1isper</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/882dd81a6d5aa31388177ce5b49a4c2b3fc7f69e"><code>882dd81</code></a>
[ci skip] Publish 4.0.11</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/1ef7a4fa0202ebdf663e1cc0b45c8813a34a0b96"><code>1ef7a4f</code></a>
Merge pull request from GHSA-44cc-43rp-5947</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/0a7510114b56a0c5da8f7d251e69a67aafb87ef2"><code>0a75101</code></a>
Fix CI: lint</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/dda0033cd49449572d077bbecd33b18d8d05f48a"><code>dda0033</code></a>
Merge pull request from GHSA-4m77-cmpx-vjc4</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/0708330843fd087134a239d2ad6005b1d543e246"><code>0708330</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15612">#15612</a>:
Fixes focus indicator on input checkbox for Firefox (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15653">#15653</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/edb23ebb12977675ef2a003f526e2f2e751930f3"><code>edb23eb</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15640">#15640</a>:
Fix link to yarn docs in extension migration guide (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15644">#15644</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/40e8e47123453e65f19c0d5eb2b6bc7bc8d5d49a"><code>40e8e47</code></a>
[ci skip] Publish 4.0.10</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/b9bc3002b1ab89b9a1c4d2a3007c43275d11e0df"><code>b9bc300</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15386">#15386</a>:
Improve scrolling to heading (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15565">#15565</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/3ce03317159234accec1987a890dffa10aef6ebd"><code>3ce0331</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15499">#15499</a>:
Adopt ruff format (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15564">#15564</a>)</li>
<li><a
href="https://github.com/jupyterlab/jupyterlab/commit/dd68b9c4a11008274147e8586754596b0770ccee"><code>dd68b9c</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15443">#15443</a>:
Fix search coming back in notebook and editor (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15562">#15562</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.9...@jupyterlab/lsp@4.0.11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyterlab&package-manager=pip&previous-version=4.0.9&new-version=4.0.11)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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](https://github.com/thu-ml/tianshou/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 7f31294 commit b5ed0c4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5ed0c4

Please sign in to comment.