Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump marimo from 0.8.15 to 0.8.17 (#3193)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.8.15 to 0.8.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/marimo-team/marimo/releases">marimo's releases</a>.</em></p> <blockquote> <h2>0.8.16</h2> <h2>What's Changed</h2> <h3>Highlights</h3> <p>🎥 <strong>Conditionally show a cell's code in its output.</strong> Use <a href="https://docs.marimo.io/api/outputs.html#display-cell-code-in-marimo-s-app-views"><code>mo.show_code()</code></a> to include the cell's code in the output area, so that the code is visible even in the app view, when running with <code>marimo run</code>, and in HTML exports. <img src="https://github.com/user-attachments/assets/1d1b0dd4-c944-4b34-a91f-09c027b06ac8" alt="image" /></p> <p>🌺<strong>Improved Ibis support.</strong> Performance improvements for our integration with Ibis, including native Ibis support in <code>mo.ui.table</code> and <code>mo.ui.dataframe</code>.</p> <p>⌨ <strong>Improved settings menu.</strong> marimo is packed with configurable features, so many that we outgrew our simple user configuration menu. We've replaced it with a more easily navigable modal, making it easier for you to discover and configure our many settings.</p> <p><img src="https://github.com/user-attachments/assets/58fe57c1-5f82-4981-a412-248c5cd8b046" alt="image" /></p> <h3>All changes</h3> <ul> <li>feat: Account for state and variable type in save by <a href="https://github.com/dmadisetti"><code>@dmadisetti</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/1993">marimo-team/marimo#1993</a></li> <li>fix: ui.file_browser() abs paths by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2314">marimo-team/marimo#2314</a></li> <li>chore: use paths-filter github action by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2321">marimo-team/marimo#2321</a></li> <li>tests: check schema drift from openapi schema by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2322">marimo-team/marimo#2322</a></li> <li>improvement: Add "Hide outputs" to sql cells by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2326">marimo-team/marimo#2326</a></li> <li>fix: update gcp references by <a href="https://github.com/emmanuel-ferdman"><code>@emmanuel-ferdman</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2328">marimo-team/marimo#2328</a></li> <li>chore: refactor table to clean it up by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2319">marimo-team/marimo#2319</a></li> <li>fix: vega charts with special characters by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2323">marimo-team/marimo#2323</a></li> <li>fix: MimeRendererPlugin validation schema by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2324">marimo-team/marimo#2324</a></li> <li>improvement: prevent uncessary rerenders in plugins by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2329">marimo-team/marimo#2329</a></li> <li>improvement: better loading indicator while pyodide is bootstrapping by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2330">marimo-team/marimo#2330</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2331">marimo-team/marimo#2331</a></li> <li>fix: memory leak with temporary variables by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2334">marimo-team/marimo#2334</a></li> <li>improvement: Debounce mo.ui.text and text_area by <a href="https://github.com/wasimsandhu"><code>@wasimsandhu</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2333">marimo-team/marimo#2333</a></li> <li>fix: island styling fixes for portalled components by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2335">marimo-team/marimo#2335</a></li> <li>chore(deps): update dependency vite to v5.4.6 [security] by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2336">marimo-team/marimo#2336</a></li> <li>improvement: handle more output mime types from islands by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2339">marimo-team/marimo#2339</a></li> <li>fix: ignore project when running in a sandbox by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2340">marimo-team/marimo#2340</a></li> <li><code>Arviz</code> plotting library fix by <a href="https://github.com/Haleshot"><code>@Haleshot</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2311">marimo-team/marimo#2311</a></li> <li>feat: support ibis native in mo.ui.table() by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2312">marimo-team/marimo#2312</a></li> <li>fix: table checkbox width and pinning styles by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2345">marimo-team/marimo#2345</a></li> <li>feat: mo.show_code(output) by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2342">marimo-team/marimo#2342</a></li> <li>improvement: user settings modal by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2348">marimo-team/marimo#2348</a></li> <li>0.8.16 by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2349">marimo-team/marimo#2349</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.8.15...0.8.16">https://github.com/marimo-team/marimo/compare/0.8.15...0.8.16</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/d04289919c9c57d7724cd2dfe59c15c33ff00070"><code>d042899</code></a> 0.8.17</li> <li><a href="https://github.com/marimo-team/marimo/commit/a1951827f5a3027f7f04a32e80ed9b75c5fae151"><code>a195182</code></a> fix: show code should be greedy, remove position (<a href="https://redirect.github.com/marimo-team/marimo/issues/2350">#2350</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0abd46469ecb492cc5564318f7a2da5e67899714"><code>0abd464</code></a> 0.8.16 (<a href="https://redirect.github.com/marimo-team/marimo/issues/2349">#2349</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/15fa3dbef1bb2dd5de0ae4db41aced4fd08d6a92"><code>15fa3db</code></a> improvement: user settings modal (<a href="https://redirect.github.com/marimo-team/marimo/issues/2348">#2348</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/2b64e215e0255f4fccbe1c94a1edbee745b171d9"><code>2b64e21</code></a> feat: mo.show_code(output) (<a href="https://redirect.github.com/marimo-team/marimo/issues/2342">#2342</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/fcabffdc73fb1dd348bed783403ed41ab6297691"><code>fcabffd</code></a> fix: table checkbox width and pinning styles (<a href="https://redirect.github.com/marimo-team/marimo/issues/2345">#2345</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/ca5f575343a27e11d21d4c5a6ada5872b2243694"><code>ca5f575</code></a> feat: support ibis native in mo.ui.table() (<a href="https://redirect.github.com/marimo-team/marimo/issues/2312">#2312</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/20990d3dbebc6903e6a7acfb7165db776845a87c"><code>20990d3</code></a> <code>Arviz</code> plotting library fix (<a href="https://redirect.github.com/marimo-team/marimo/issues/2311">#2311</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/95295f8e0a4594bca83696c405784e687d0a9f3a"><code>95295f8</code></a> ignore project when running in a sandbox (<a href="https://redirect.github.com/marimo-team/marimo/issues/2340">#2340</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/3f905dd8ab645e47cfed209dfc7838c3812f74f8"><code>3f905dd</code></a> improvement: handle more output mime types from islands (<a href="https://redirect.github.com/marimo-team/marimo/issues/2339">#2339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.8.15...0.8.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marimo&package-manager=pip&previous-version=0.8.15&new-version=0.8.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information