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 the actions group across 1 directory with 4 updates #54

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Updates the requirements on jupyterlab, jupyterlite-core, notebook and jupyterlite-pyodide-kernel to permit the latest version.
Updates jupyterlab to 4.3.2

Release notes

Sourced from jupyterlab's releases.

v4.3.2

4.3.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​claytonparnell | @​Darshan808 | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​RRosio

Changelog

Sourced from jupyterlab's changelog.

(changelog)=

JupyterLab Changelog

v4.3

JupyterLab 4.3 includes a number of new features (described below), bug fixes, and enhancements. 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.

Minimap

The virtual scrollbar now acts as a minimap and exposes information on whether a cell:

  • is running/scheduled ([*]), idle ([ ]) or was already run (e.g. [1])
  • was modified since it was last executed ("dirty") - orange background
  • has an output that contains an error - red background
  • is markdown/code ([ ]/[*]/[1] for code, nothing for markdown)
  • how much text/code it contains

To enable the minimap, click on the hamburger icon (≡) which appears in the notebook's toolbar. If you do not see the hamburger icon, go to Settings → Notebook → Windowing mode and choose "full".

Fullscreen mode

JupyterLab now offers two ways to toggle the full screen mode from within the application:

  • using the ViewAppearanceFullscreen Mode menu entry
  • using a customizable shortcut, by default F11 (custom shortcuts are supported in Chrome, Safari and Edge)

File browser enhancements

The file browser now:

  • supports resizing the columns and remembers the column sizes after reloading JupyterLab
  • supports uploading folders by drag-and-drop
  • supports navigation with a single click (opt-in)
  • has the file filter collapsed by default (funnel icon), increasing the space available

Server-side execution and collaboration

JupyterLab 4.2 added the option for extensions to implement server-side execution, which preserves outputs created when the browser window is closed or disconnected. The server-side execution builds on the same shared models API as the real-time collaboration (RTC).

This release includes additional work, improving both the server-side execution and real-time collaboration (RTC) use cases:

... (truncated)

Commits
  • 9c557f0 [ci skip] Publish 4.3.2
  • a8c4b61 Bump required setuptools to 40.8.0 (#17032)
  • b001090 Backport PR #17022: Improve performance of rendering stdout/stderr (#17030)
  • 21bdfee Backport PR #17005: Fixing missed first keystroke on Ctrl+F (#17029)
  • 2a5577c Backport PR #17000: Fix disappearing cells (heal offsets after updating estim...
  • 31a2559 Backport PR #16975: Fix regression in standard error rendering performance (#...
  • afcb358 Backport PR #17013: Fix extension manager failure with new httpx versions, ...
  • ee14299 Backport PR #16989: Pin Python version for visual regression testing to 3.11 ...
  • f0de8bd Backport PR #16999: Fix handling of carriage return in output streams (#17004)
  • 22b0b88 Backport PR #16998: Add forgotten bracket in code sample (#17002)
  • Additional commits viewable in compare view

Updates jupyterlite-core from 0.4.3 to 0.4.5

Release notes

Sourced from jupyterlite-core's releases.

v0.4.5

0.4.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​github-actions | @​jtpio | @​juntyr

v0.4.4

0.4.4

(Full Changelog)

Enhancements made

  • Update download logic so that it relies on mimetype instead of solely content.type #1521 (@​martinRenou)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions | @​jtpio | @​martinRenou

Changelog

Sourced from jupyterlite-core's changelog.

0.4.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​dependabot | @​github-actions | @​jtpio | @​juntyr

0.4.4

(Full Changelog)

Enhancements made

  • Update download logic so that it relies on mimetype instead of solely content.type #1521 (@​martinRenou)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​fcollonval | @​github-actions | @​jtpio | @​martinRenou

Commits
  • 8941d4e Publish 0.4.5
  • 1f784cb Fix file size handling for the contents drive (#1530)
  • 946da12 Bump cross-spawn from 7.0.3 to 7.0.6 in /ui-tests (#1528)
  • 610c325 Fix contents copy stripping part of path (#1524)
  • 8254ff2 Test on Python 3.9 - 3.13 on CI (#1531)
  • 6de9813 Bump markdown-to-jsx from 7.3.2 to 7.5.0 in /ui-tests (#1522)
  • 999c7f0 Publish 0.4.4
  • e59c81b Update download logic so that it relies on mimetype instead of solely content...
  • ac544cc Align kernel URL for server with client kernel URL (#1509)
  • See full diff in compare view

Updates notebook to 7.3.1

Release notes

Sourced from notebook's releases.

v7.3.1

7.3.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​jtpio

Changelog

Sourced from notebook's changelog.

7.3.1

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​brichet | @​jtpio

7.3.0

(Full Changelog)

Enhancements made

Bugs fixed

  • Move handling of the file browser settings to a separate plugin, enable file browser single click navigation #7481 (@​jtpio)
  • Remove pseudoelement obstructing the cell collapser #7392 (@​krassowski)
  • "Close and Shut Down Notebook" shuts down without the confirmation dialog #7384 (@​JasonWeill)
  • Adds message about building code before running 'develop' #7382 (@​JasonWeill)

Maintenance and upkeep improvements

... (truncated)

Commits

Updates jupyterlite-pyodide-kernel from 0.4.3 to 0.4.5

Release notes

Sourced from jupyterlite-pyodide-kernel's releases.

v0.4.5

0.4.5

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​juntyr

v0.4.4

0.4.4

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl

Changelog

Sourced from jupyterlite-pyodide-kernel's changelog.

0.4.5

(Full Changelog)

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@​github-actions | @​juntyr

0.4.4

(Full Changelog)

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl

Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab), [jupyterlite-core](https://github.com/jupyterlite/jupyterlite), [notebook](https://github.com/jupyter/notebook) and [jupyterlite-pyodide-kernel](https://github.com/jupyterlite/pyodide-kernel) to permit the latest version.

Updates `jupyterlab` to 4.3.2
- [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/[email protected]...@jupyterlab/[email protected])

Updates `jupyterlite-core` from 0.4.3 to 0.4.5
- [Release notes](https://github.com/jupyterlite/jupyterlite/releases)
- [Changelog](https://github.com/jupyterlite/jupyterlite/blob/main/CHANGELOG.md)
- [Commits](jupyterlite/jupyterlite@v0.4.3...v0.4.5)

Updates `notebook` to 7.3.1
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

Updates `jupyterlite-pyodide-kernel` from 0.4.3 to 0.4.5
- [Release notes](https://github.com/jupyterlite/pyodide-kernel/releases)
- [Changelog](https://github.com/jupyterlite/pyodide-kernel/blob/main/CHANGELOG.md)
- [Commits](jupyterlite/pyodide-kernel@v0.4.3...v0.4.5)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: jupyterlite-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: notebook
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: jupyterlite-pyodide-kernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2024

Superseded by #55.

@dependabot dependabot bot closed this Dec 10, 2024
@dependabot dependabot bot deleted the dependabot/pip/actions-dd8ce79c36 branch December 10, 2024 18:50
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 maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants