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 javascript group across 1 directory with 9 updates #48

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the javascript group with 9 updates in the / directory:

Package From To
@jupyterlab/application 4.2.5 4.3.0
@jupyterlab/apputils 4.3.5 4.4.0
@jupyterlab/docmanager 4.2.5 4.3.0
@jupyterlab/services 7.2.5 7.3.0
@jupyterlab/builder 4.2.5 4.3.0
@typescript-eslint/eslint-plugin 8.3.0 8.12.2
@typescript-eslint/parser 8.3.0 8.12.2
eslint-plugin-import 2.29.1 2.31.0
typescript 5.5.4 5.6.3

Updates @jupyterlab/application from 4.2.5 to 4.3.0

Release notes

Sourced from @​jupyterlab/application's releases.

v4.3.0

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Changelog

Sourced from @​jupyterlab/application's changelog.

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Commits
  • 8e67004 [ci skip] Publish 4.3.0
  • 9181514 Remove (beta) from the 4.3 changelog (#16902)
  • 9cc6267 Update to @jupyter/ydoc final (#16898)
  • 090fe73 [ci skip] Publish 4.3.0rc1
  • a036d6b Fix bracket highlighting for Python string literal concatenation (#16866)
  • d6f97bd Fix the handling of the file browser configuration (#16870)
  • 48691c6 Ignore https://code.visualstudio.com in check-links (#16878)
  • 37ddf09 Conditional rendering of 'Add' and 'or' buttons during shortcut editing (#16831)
  • 5da7830 Fix incorrect access to uninitialised serverRequests (#16834)
  • c9b0f6d Standardize the button role and label for single, dismissal buttons in dialog...
  • Additional commits viewable in compare view

Updates @jupyterlab/apputils from 4.3.5 to 4.4.0

Commits
  • 8e67004 [ci skip] Publish 4.3.0
  • 9181514 Remove (beta) from the 4.3 changelog (#16902)
  • 9cc6267 Update to @jupyter/ydoc final (#16898)
  • 090fe73 [ci skip] Publish 4.3.0rc1
  • a036d6b Fix bracket highlighting for Python string literal concatenation (#16866)
  • d6f97bd Fix the handling of the file browser configuration (#16870)
  • 48691c6 Ignore https://code.visualstudio.com in check-links (#16878)
  • 37ddf09 Conditional rendering of 'Add' and 'or' buttons during shortcut editing (#16831)
  • 5da7830 Fix incorrect access to uninitialised serverRequests (#16834)
  • c9b0f6d Standardize the button role and label for single, dismissal buttons in dialog...
  • Additional commits viewable in compare view

Updates @jupyterlab/docmanager from 4.2.5 to 4.3.0

Release notes

Sourced from @​jupyterlab/docmanager's releases.

v4.3.0

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Changelog

Sourced from @​jupyterlab/docmanager's changelog.

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Commits
  • 8e67004 [ci skip] Publish 4.3.0
  • 9181514 Remove (beta) from the 4.3 changelog (#16902)
  • 9cc6267 Update to @jupyter/ydoc final (#16898)
  • 090fe73 [ci skip] Publish 4.3.0rc1
  • a036d6b Fix bracket highlighting for Python string literal concatenation (#16866)
  • d6f97bd Fix the handling of the file browser configuration (#16870)
  • 48691c6 Ignore https://code.visualstudio.com in check-links (#16878)
  • 37ddf09 Conditional rendering of 'Add' and 'or' buttons during shortcut editing (#16831)
  • 5da7830 Fix incorrect access to uninitialised serverRequests (#16834)
  • c9b0f6d Standardize the button role and label for single, dismissal buttons in dialog...
  • Additional commits viewable in compare view

Updates @jupyterlab/services from 7.2.5 to 7.3.0

Changelog

Sourced from @​jupyterlab/services'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
  • 8e67004 [ci skip] Publish 4.3.0
  • 9181514 Remove (beta) from the 4.3 changelog (#16902)
  • 9cc6267 Update to @jupyter/ydoc final (#16898)
  • 090fe73 [ci skip] Publish 4.3.0rc1
  • a036d6b Fix bracket highlighting for Python string literal concatenation (#16866)
  • d6f97bd Fix the handling of the file browser configuration (#16870)
  • 48691c6 Ignore https://code.visualstudio.com in check-links (#16878)
  • 37ddf09 Conditional rendering of 'Add' and 'or' buttons during shortcut editing (#16831)
  • 5da7830 Fix incorrect access to uninitialised serverRequests (#16834)
  • c9b0f6d Standardize the button role and label for single, dismissal buttons in dialog...
  • Additional commits viewable in compare view

Updates @jupyterlab/builder from 4.2.5 to 4.3.0

Release notes

Sourced from @​jupyterlab/builder's releases.

v4.3.0

4.3.0

(Full Changelog)

New features added

Enhancements made

... (truncated)

Changelog

Sourced from @​jupyterlab/builder's changelog.

4.3.0

(Full Changelog)

New features added

Enhancements made

Bumps the javascript group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.0` |
| [@jupyterlab/apputils](https://github.com/jupyterlab/jupyterlab) | `4.3.5` | `4.4.0` |
| [@jupyterlab/docmanager](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.0` |
| [@jupyterlab/services](https://github.com/jupyterlab/jupyterlab) | `7.2.5` | `7.3.0` |
| [@jupyterlab/builder](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.3.0` | `8.12.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.3.0` | `8.12.2` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` |



Updates `@jupyterlab/application` from 4.2.5 to 4.3.0
- [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 `@jupyterlab/apputils` from 4.3.5 to 4.4.0
- [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 `@jupyterlab/docmanager` from 4.2.5 to 4.3.0
- [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 `@jupyterlab/services` from 7.2.5 to 7.3.0
- [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 `@jupyterlab/builder` from 4.2.5 to 4.3.0
- [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 `@typescript-eslint/eslint-plugin` from 8.3.0 to 8.12.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.3.0 to 8.12.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/parser)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0)

Updates `typescript` from 5.5.4 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.3)

---
updated-dependencies:
- dependency-name: "@jupyterlab/application"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/apputils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/docmanager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/services"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants