Skip to content

Bump the docs-dynamic group across 1 directory with 3 updates - #301

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs-dynamic-ca64fbde86
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docs-dynamic-ca64fbde86

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the docs-dynamic group with 3 updates in the / directory: jupyterlab, trame-vtk and trame-vuetify.

Updates jupyterlab from 4.5.7 to 4.6.2

Release notes

Sourced from jupyterlab's releases.

v4.6.2

4.6.2

(Full Changelog)

Security patches

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​afshin (activity) | @​GagandeepSingh20 (activity) | @​jtpio (activity) | @​krassowski (activity) | @​MUFFANUJ (activity)

... (truncated)

Commits
  • 150ba51 [ci skip] Publish 4.6.2
  • f1beab4 Backport of security patches to 4.6.x branch (#19185)
  • abdd427 Backport PR #19112 on branch 4.6.x (Fix resolving platform-specific shortcuts...
  • 98a615c Backport PR #19143 on branch 4.6.x (Clear stale Table of Contents error marke...
  • 1ec91a4 Backport PR #19179 on branch 4.6.x (Bump brace-expansion from 1.1.11 to 1.1.1...
  • 8d66183 Backport PR #19178 on branch 4.6.x (Bump axios from 1.16.0 to 1.18.1) (#19180)
  • 34ca550 Backport PR #19144 on branch 4.6.x (Fix stale document load after rename duri...
  • 172a7f6 Backport PR #19149 on branch 4.6.x (Fix notebook initialization stealing focu...
  • 34e1782 Backport PR #19126 on branch 4.6.x (Fix spurious 3s kernel restart delay) (#1...
  • 57e5afd Backport PR #19152 on branch 4.6.x (Stabilize Open in Terminal Galata test on...
  • Additional commits viewable in compare view

Updates trame-vtk from 2.11.8 to 2.11.15

Release notes

Sourced from trame-vtk's releases.

v2.11.15 (2026-07-28)

This release is published under the BSD License License.

Bug Fixes

  • array: Use numpy dtype for js array mapping (3af24ed)

  • export: Prevent gc on new array for conversion (590c5c3)

  • int64: Always convert to 32b for vtk.js (4705177)

  • static_viewer: Update viewer to latest version (b2df082)

  • StaticViewer: Update static viewer to fix loading of embedded dataset (c794868)

Documentation

  • Make wasm work with 64 bits (6e4f5c0)

  • example: Add link to issue (094ee32)


Detailed Changes: v2.11.14...v2.11.15

v2.11.14 (2026-07-24)

This release is published under the BSD License License.

Bug Fixes

  • vtkLongArray: Convert to 32 bits for JS (06d5cff)

Detailed Changes: v2.11.13...v2.11.14

v2.11.13 (2026-06-30)

This release is published under the BSD License License.

Bug Fixes

  • 9.7: Remove deprecated API usage (0ff143a)

Detailed Changes: v2.11.12...v2.11.13

... (truncated)

Changelog

Sourced from trame-vtk's changelog.

CHANGELOG

Commits
  • e74a051 2.11.15
  • 4705177 fix(int64): always convert to 32b for vtk.js
  • 3af24ed fix(array): use numpy dtype for js array mapping
  • b2df082 fix(static_viewer): update viewer to latest version
  • 590c5c3 fix(export): prevent gc on new array for conversion
  • 6e4f5c0 docs: make wasm work with 64 bits
  • c794868 fix(StaticViewer): update static viewer to fix loading of embedded dataset
  • 094ee32 docs(example): add link to issue
  • ad63335 2.11.14
  • 06d5cff fix(vtkLongArray): convert to 32 bits for JS
  • Additional commits viewable in compare view

Updates trame-vuetify from 3.2.2 to 3.2.5

Release notes

Sourced from trame-vuetify's releases.

v3.2.5 (2026-07-20)

Bug Fixes

Continuous Integration

  • Add trame as dependency for tests (c1dfec6)

Testing


Detailed Changes: v3.2.4...v3.2.5

v3.2.4 (2026-07-20)

Bug Fixes

  • Maintain deprecated import (90dcae8)

Detailed Changes: v3.2.3...v3.2.4

v3.2.3 (2026-07-20)

Bug Fixes

  • generate-python: Be more specific on url portion to replace (5782378)

  • generate-python: Update doc url for v2 to point to v2 docs (8c14e57)

Since https://cdn.jsdelivr.net/npm/vuetify@2.6.0/dist/json/web-types.json has the same issue of pointing to v4 docs

Chores

  • Restore deleted lockfiles and update them (dd54331)

  • Update pre-commit (cf50731)

Update pre-commit config to latest trame guidelines

  • deps: Update Vuetify to latest v3 (8ad5b60)

  • vue3: Update generate_python script to use v3 docs (bcabed4)

... (truncated)

Changelog

Sourced from trame-vuetify's changelog.

v3.2.5 (2026-07-20)

Bug Fixes

Continuous Integration

  • Add trame as dependency for tests (c1dfec6)

Testing

v3.2.4 (2026-07-20)

Bug Fixes

  • Maintain deprecated import (90dcae8)

v3.2.3 (2026-07-20)

Bug Fixes

  • generate-python: Be more specific on url portion to replace (5782378)

  • generate-python: Update doc url for v2 to point to v2 docs (8c14e57)

Since https://cdn.jsdelivr.net/npm/vuetify@2.6.0/dist/json/web-types.json has the same issue of pointing to v4 docs

Chores

  • Restore deleted lockfiles and update them (dd54331)

  • Update pre-commit (cf50731)

Update pre-commit config to latest trame guidelines

  • deps: Update Vuetify to latest v3

... (truncated)

Commits
  • 731f913 3.2.5
  • c1dfec6 ci: add trame as dependency for tests
  • dcf56f6 test: improve widget test
  • af770eb fix(v2): update doc url
  • 78f33a3 3.2.4
  • 90dcae8 fix: maintain deprecated import
  • 1371ab9 3.2.3
  • 8c14e57 fix(generate-python): Update doc url for v2 to point to v2 docs
  • 5782378 fix(generate-python): Be more specific on url portion to replace
  • c74fcc6 ci: Fix paths to navigate during build
  • Additional commits viewable in compare view

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 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

Bumps the docs-dynamic group with 3 updates in the / directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab), [trame-vtk](https://github.com/Kitware/trame-vtk) and [trame-vuetify](https://github.com/Kitware/trame-vuetify).


Updates `jupyterlab` from 4.5.7 to 4.6.2
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.7...@jupyterlab/lsp@4.6.2)

Updates `trame-vtk` from 2.11.8 to 2.11.15
- [Release notes](https://github.com/Kitware/trame-vtk/releases)
- [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vtk@v2.11.8...v2.11.15)

Updates `trame-vuetify` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/Kitware/trame-vuetify/releases)
- [Changelog](https://github.com/Kitware/trame-vuetify/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vuetify@v3.2.2...v3.2.5)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-dynamic
- dependency-name: trame-vtk
  dependency-version: 2.11.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-dynamic
- dependency-name: trame-vuetify
  dependency-version: 3.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docs-dynamic
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2026
@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.09%. Comparing base (ceb2e64) to head (ca91dd8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #301   +/-   ##
=======================================
  Coverage   99.09%   99.09%           
=======================================
  Files           7        7           
  Lines         442      442           
=======================================
  Hits          438      438           
  Misses          4        4           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants