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 lab group across 1 directory with 25 updates #923

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 Feb 4, 2025

Bumps the lab group with 25 updates in the / directory:

Package From To
@jupyterlab/application 4.2.5 4.3.5
@jupyterlab/apputils 4.3.5 4.4.5
@jupyterlab/codeeditor 4.2.5 4.3.5
@jupyterlab/console 4.2.5 4.3.5
@jupyterlab/coreutils 6.2.5 6.3.5
@jupyterlab/nbformat 4.2.5 4.3.5
@jupyterlab/notebook 4.2.5 4.3.5
@jupyterlab/services 7.2.5 7.3.5
@jupyterlab/settingregistry 4.2.5 4.3.5
@jupyterlab/statedb 4.2.5 4.3.5
@jupyterlab/ui-components 4.2.5 4.3.5
@lumino/widgets 2.5.0 2.6.0
react 18.3.1 19.0.0
@types/react 18.3.12 19.0.8
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.1 19.0.3
@jupyterlab/builder 4.2.5 4.3.5
@types/react 18.3.12 19.0.8
@typescript-eslint/eslint-plugin 8.11.0 8.23.0
@typescript-eslint/parser 8.11.0 8.23.0
eslint 8.57.1 9.19.0
eslint-config-prettier 9.1.0 10.0.1
eslint-plugin-prettier 5.2.1 5.2.3
eslint-plugin-react 7.37.2 7.37.4
prettier 3.3.3 3.4.2
typescript 5.6.3 5.7.3

Updates @jupyterlab/application from 4.2.5 to 4.3.5

Release notes

Sourced from @​jupyterlab/application's releases.

v4.3.5

4.3.5

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andreytaboola | @​bollwyvl | @​brichet | @​Darshan808 | @​davidbrochart | @​echarles | @​fcollonval | @​github-actions | @​hxrshxz | @​ianthomas23 | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​SylvainCorlay

v4.3.4

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from @​jupyterlab/application's changelog.

4.3.5

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andreytaboola | @​bollwyvl | @​brichet | @​Darshan808 | @​davidbrochart | @​echarles | @​fcollonval | @​github-actions | @​hxrshxz | @​ianthomas23 | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​SylvainCorlay

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • 92c0e2d [ci skip] Publish 4.3.5
  • f8d4b0a Backport PR #17158: Fix scrolling and selection restoration on undo/redo (#17...
  • dc18c4d Backport PR #17238: Fix windowing crash due to out-of-bounds access (#17240)
  • fc34de7 Backport PR #17173 on branch 4.3.x (Increase color contrast of operators in c...
  • f2f1278 Backport PR #17214: Fix disabling Fuzzy Filtering in the File Browser (#17236)
  • 6cf9aa7 Backport PR #17220: Fix display of tooltip/title for terminal and kernel sess...
  • 4cf6083 Backport PR #17203: Fix for inconsistent tab closure in "Close All Tabs" oper...
  • d44d4cb Backport PR #17156: Fix emission of lastCell from notebook run actions (#17...
  • dfcf532 Backport PR #17195: Fix "running" prompt state with server-side execution (#1...
  • 81735b1 Backport PR #17153: Improve contrast for 'Add' button in Keyboard Shortcuts U...
  • Additional commits viewable in compare view

Updates @jupyterlab/apputils from 4.3.5 to 4.4.5

Release notes

Sourced from @​jupyterlab/apputils's releases.

v4.4.0a3

4.4.0a3

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​ajbozarth | @​brichet | @​Darshan808 | @​deephbz | @​dependabot | @​github-actions | @​hxrshxz | @​ianthomas23 | @​itsmevichu | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​MUFFANUJ | @​pawel99k | @​peytondmurray | @​pre-commit-ci | @​SylvainCorlay

v4.4.0a2

4.4.0a2

... (truncated)

Changelog

Sourced from @​jupyterlab/apputils'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
  • 92c0e2d [ci skip] Publish 4.3.5
  • f8d4b0a Backport PR #17158: Fix scrolling and selection restoration on undo/redo (#17...
  • dc18c4d Backport PR #17238: Fix windowing crash due to out-of-bounds access (#17240)
  • fc34de7 Backport PR #17173 on branch 4.3.x (Increase color contrast of operators in c...
  • f2f1278 Backport PR #17214: Fix disabling Fuzzy Filtering in the File Browser (#17236)
  • 6cf9aa7 Backport PR #17220: Fix display of tooltip/title for terminal and kernel sess...
  • 4cf6083 Backport PR #17203: Fix for inconsistent tab closure in "Close All Tabs" oper...
  • d44d4cb Backport PR #17156: Fix emission of lastCell from notebook run actions (#17...
  • dfcf532 Backport PR #17195: Fix "running" prompt state with server-side execution (#1...
  • 81735b1 Backport PR #17153: Improve contrast for 'Add' button in Keyboard Shortcuts U...
  • Additional commits viewable in compare view

Updates @jupyterlab/codeeditor from 4.2.5 to 4.3.5

Release notes

Sourced from @​jupyterlab/codeeditor's releases.

v4.3.5

4.3.5

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andreytaboola | @​bollwyvl | @​brichet | @​Darshan808 | @​davidbrochart | @​echarles | @​fcollonval | @​github-actions | @​hxrshxz | @​ianthomas23 | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​SylvainCorlay

v4.3.4

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from @​jupyterlab/codeeditor's changelog.

4.3.5

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andreytaboola | @​bollwyvl | @​brichet | @​Darshan808 | @​davidbrochart | @​echarles | @​fcollonval | @​github-actions | @​hxrshxz | @​ianthomas23 | @​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​lumberbot-app | @​meeseeksmachine | @​SylvainCorlay

4.3.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • 92c0e2d [ci skip] Publish 4.3.5
  • f8d4b0a Backport PR #17158: Fix scrolling and selection restoration on undo/redo (#17...
  • dc18c4d Backport PR #17238: Fix windowing crash due to out-of-bounds access (#17240)
  • fc34de7 Backport PR #17173 on branch 4.3.x (Increase color contrast of operators in c...
  • f2f1278 Backport PR #17214: Fix disabling Fuzzy Filtering in the File Browser (#17236)
  • 6cf9aa7 Backport PR #17220: Fix display of tooltip/title for terminal and kernel sess...
  • 4cf6083 Backport PR #17203: Fix for inconsistent tab closure in "Close All Tabs" oper...
  • d44d4cb Backport PR #17156: Fix emission of lastCell from notebook run actions (#17...
  • dfcf532 Backport PR #17195: Fix "running" prompt state with server-side execution (#1...
  • 81735b1 Backport PR #17153: Improve contrast for 'Add' button in Keyboard Shortcuts U...
  • Additional commits viewable in compare view

Updates @jupyterlab/console from 4.2.5 to 4.3.5

Release notes

Sourced from @​jupyterlab/console's releases.

v4.3.5

4.3.5

(Full Changelog)

Bugs fixed

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​afshin | @​andreytaboola | @​bollwyvl | @​brichet | @​Darshan808 | @​davidbrochart | @​echarles | Description has been truncated

Bumps the lab group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/apputils](https://github.com/jupyterlab/jupyterlab) | `4.3.5` | `4.4.5` |
| [@jupyterlab/codeeditor](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/console](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/coreutils](https://github.com/jupyterlab/jupyterlab) | `6.2.5` | `6.3.5` |
| [@jupyterlab/nbformat](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/notebook](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/services](https://github.com/jupyterlab/jupyterlab) | `7.2.5` | `7.3.5` |
| [@jupyterlab/settingregistry](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/statedb](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@jupyterlab/ui-components](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@lumino/widgets](https://github.com/jupyterlab/lumino) | `2.5.0` | `2.6.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.8` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.0.3` |
| [@jupyterlab/builder](https://github.com/jupyterlab/jupyterlab) | `4.2.5` | `4.3.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.11.0` | `8.23.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.11.0` | `8.23.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.19.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.1` | `5.2.3` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.4` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` |



Updates `@jupyterlab/application` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/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.5
- [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/codeeditor` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/console` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/coreutils` from 6.2.5 to 6.3.5
- [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/nbformat` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/notebook` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/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.5
- [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/settingregistry` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/statedb` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/ui-components` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@lumino/widgets` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/jupyterlab/lumino/releases)
- [Changelog](https://github.com/jupyterlab/lumino/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/lumino/compare/@lumino/[email protected]...@lumino/[email protected])

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.12 to 19.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.1 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@jupyterlab/builder` from 4.2.5 to 4.3.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@types/react` from 18.3.12 to 19.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.1 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.11.0 to 8.23.0
- [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.23.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.11.0 to 8.23.0
- [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.23.0/packages/parser)

Updates `eslint` from 8.57.1 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.1...v9.19.0)

Updates `eslint-config-prettier` from 9.1.0 to 10.0.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1)

Updates `eslint-plugin-prettier` from 5.2.1 to 5.2.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.1...v5.2.3)

Updates `eslint-plugin-react` from 7.37.2 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.4)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `typescript` from 5.6.3 to 5.7.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.6.3...v5.7.3)

---
updated-dependencies:
- dependency-name: "@jupyterlab/application"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/apputils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/codeeditor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/console"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/coreutils"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/nbformat"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/notebook"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/services"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/settingregistry"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/statedb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@jupyterlab/ui-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@lumino/widgets"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: "@jupyterlab/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lab
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lab
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lab
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lab
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lab
...

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 Feb 4, 2025
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