Skip to content

Bump marimo from 0.13.14 to 0.14.13#97

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.14.13
Closed

Bump marimo from 0.13.14 to 0.14.13#97
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/marimo-0.14.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Copy link
Copy Markdown
Contributor

Bumps marimo from 0.13.14 to 0.14.13.

Release notes

Sourced from marimo's releases.

0.14.13

This release introduces a new minimap for navigating reactive notebooks, along with important fixes for LSP code completions.

✨ Highlights

🗺️ Tracing dataflow with the minimap

The new minimap offers a focused slice of your notebook's dataflow graph, helping you understand a specific cell's reactive context and navigate related cells.

Click a cell in the minimap to jump to it — connections are read left to right, showing how data flows through your notebook and the order in which cells run. You can toggle the minimap with a hotkey (Cmd/Ctrl-Shift-i) or by clicking the map icon in the bottom footer bar.

This feature was heavily inspired by Observable’s Minimap, a thoughtfully designed, compact dataflow representation for their reactive JavaScript notebooks. We built marimo’s from scratch, adapting to fit our own execution model and rules.

✨ Enhancements

  • Add hotkey to toggle minimap (Mod-Shift-i) (#5730)
  • Add param to show dtypes in table header (#5693)
  • Properly focus (and unfocus) multi-cell delete confirmation (#5690)
  • Add reactive notebook minimap for navigating and visualizing dataflow (#5707)
  • Add support for TIMETZ and TIMESTAMP_MS data types in DuckDB integration (#5703)

🐛 Bug fixes

  • Ensure "Convert to SQL" action converts to SQL instead of markdown (#5725)
  • Windows paths for persistent cache (#5723)
  • Fix stale variable dependencies in frontend (#5719)
  • Fix LSP code completions and optimize cell ordering for imports (#5721)
  • Show dtypes for idexes in tables (#5694)
  • Better support for geopandas in mo.ui.dataframe and mo.ui.table (#5674)
  • Hide vim cursor(s) when in command mode (#5695)
  • Save button in multi-col notebooks lighting up (#5691)
  • Fix Enter key handling for delete confirmation button (#5689)

📚 Documentation

  • Add traditional chinese (zh-tw) readme.md translation (#5715)
  • Add Command Mode documentation (#5696)

New Contributors

Full Changelog: marimo-team/marimo@0.14.12...0.14.13

0.14.12

This release introduces safe cell deletion and expands vim keybindings for command mode. See full release notes below.

✨ Highlights

... (truncated)

Commits
  • debfbea release: 0.14.13
  • 5fb782b Add hotkey to toggle minimap (Mod-Shift-i) (#5730)
  • 62f4e78 improvement: add param to show dtypes in table header (#5693)
  • 2fcc990 fix: convert to sql toggle (#5725)
  • bdb44f2 fix: windows paths for persistent cache (#5723)
  • a79276f Properly focus (and unfocus) multi-cell delete confirmation (#5690)
  • fa23ce8 Fix stale variable dependencies in frontend (#5719)
  • 958c19d Add reactive notebook minimap for navigating and visualizing dataflow (#5707)
  • 235b129 chore(deps): update dependency @​playwright/test to ^1.54.1 (#5701)
  • 144eabb chore(deps): update build tools (#5722)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [marimo](https://github.com/marimo-team/marimo) from 0.13.14 to 0.14.13.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.13.14...0.14.13)

---
updated-dependencies:
- dependency-name: marimo
  dependency-version: 0.14.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 28, 2025
@coveralls

Copy link
Copy Markdown
Collaborator

Pull Request Test Coverage Report for Build 16557630393

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1648 unchanged lines in 14 files lost coverage.
  • Overall coverage increased (+7.3%) to 29.074%

Files with Coverage Reduction New Missed Lines %
benchmarking.py 8 0.0%
custom_ase.py 9 0.0%
utils/periodic_table.py 15 75.0%
friction.py 22 0.0%
utils/file_utils.py 23 55.74%
utils/file_crawler.py 24 0.0%
utils/math_utils.py 55 58.97%
trajectory.py 56 0.0%
parameters.py 69 64.0%
visualise.py 69 0.0%
Totals Coverage Status
Change from base Build 11842530602: 7.3%
Covered Lines: 1206
Relevant Lines: 4148

💛 - Coveralls

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #98.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot
dependabot Bot deleted the dependabot/uv/marimo-0.14.13 branch August 4, 2025 01:19
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant