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.9.27 to 0.9.28 (#3561)
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.27 to 0.9.28. <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.9.28</h2> <h2>⭐ Highlights</h2> <ul> <li>💅 Markdown code is completely hidden when configured to be hidden, double-click to edit.</li> <li>📊 Performance improvement: Tables now clamped at 50 columns by default for better usability</li> <li>🤖 Experimental chat sidebar</li> </ul> <h2>What's Changed</h2> <ul> <li>docs: various improvements by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2984">marimo-team/marimo#2984</a></li> <li>docs: fix some warnings when building docs by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2990">marimo-team/marimo#2990</a></li> <li>experimental: chat sidebar by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2989">marimo-team/marimo#2989</a></li> <li>Add interactive dataframe GIF to readme by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2992">marimo-team/marimo#2992</a></li> <li>docs: dataframes tiny edit by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2993">marimo-team/marimo#2993</a></li> <li>improvement: clamp tables at 50 columnns by default by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3000">marimo-team/marimo#3000</a></li> <li>improvement: batch the same url requests to avoid additional download / parsing by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2999">marimo-team/marimo#2999</a></li> <li>fix: use markdown sane_lists, to support different starts by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3003">marimo-team/marimo#3003</a></li> <li>fix: support microseconds in mo.ui.table, (but not nanoseconds) by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3009">marimo-team/marimo#3009</a></li> <li>improvement: add 'Copy image' button by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3006">marimo-team/marimo#3006</a></li> <li>improvement: set default config, if missing by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3004">marimo-team/marimo#3004</a></li> <li>improvement: warn on integer columns names by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3005">marimo-team/marimo#3005</a></li> <li>chore: move max_columns to avoid breaking change by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3010">marimo-team/marimo#3010</a></li> <li>Added link to Mastodon by <a href="https://github.com/egonw"><code>@egonw</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3014">marimo-team/marimo#3014</a></li> <li>fix(deps): update dependency <code>@radix-ui/react-icons</code> to ~1.3.2 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3013">marimo-team/marimo#3013</a></li> <li>chore(deps): update all storybook dependencies to ^8.4.6 by <a href="https://github.com/renovate"><code>@renovate</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3012">marimo-team/marimo#3012</a></li> <li>improvement: add <em>repr_markdown</em> to Md component, and <em>repr_html</em> to Html component by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3021">marimo-team/marimo#3021</a></li> <li>fix: allow re-rendering anywidget js by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3022">marimo-team/marimo#3022</a></li> <li>fix: altair overflow styling by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3024">marimo-team/marimo#3024</a></li> <li>improvement: Wrap output for lists and dictionaries by <a href="https://github.com/wasimsandhu"><code>@wasimsandhu</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2995">marimo-team/marimo#2995</a></li> <li>improvement: markdown code to be completely hidden upon 'Hide Code' by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/2974">marimo-team/marimo#2974</a></li> <li>improvement: add tooltips to some hide/show code, fix markdown when cell output is below by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3026">marimo-team/marimo#3026</a></li> <li>improvement: add new-notebook button by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3027">marimo-team/marimo#3027</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/egonw"><code>@egonw</code></a> made their first contribution in <a href="https://redirect.github.com/marimo-team/marimo/pull/3014">marimo-team/marimo#3014</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.9.27...0.9.28">https://github.com/marimo-team/marimo/compare/0.9.27...0.9.28</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/9258bca88d5b255c647f1e1dab3c7257bf8e9e6f"><code>9258bca</code></a> release: 0.9.28</li> <li><a href="https://github.com/marimo-team/marimo/commit/39a98a406b98ff5009c0542a6ae9fc6802727a7c"><code>39a98a4</code></a> improvement: add new-notebook button (<a href="https://redirect.github.com/marimo-team/marimo/issues/3027">#3027</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/c1f3512e20df1a911f1a27b29e9027b9b68f7735"><code>c1f3512</code></a> improvement: add tooltips to some hide/show code, fix markdown when cell outp...</li> <li><a href="https://github.com/marimo-team/marimo/commit/41a050061bdc15d212bbb0a49030b3464858da7e"><code>41a0500</code></a> improvement: markdown code to be completely hidden upon 'Hide Code' (<a href="https://redirect.github.com/marimo-team/marimo/issues/2974">#2974</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/9c4753974432b0671e00095f83b1c25249d726fc"><code>9c47539</code></a> improvement: Wrap output for lists and dictionaries (<a href="https://redirect.github.com/marimo-team/marimo/issues/2995">#2995</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/0be51d3e3a21ad6634e4985a980edf4684a398f5"><code>0be51d3</code></a> fix: altair overflow styling (<a href="https://redirect.github.com/marimo-team/marimo/issues/3024">#3024</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/85b35f9423259ca6968a1a5adac1ab9f3761fb91"><code>85b35f9</code></a> fix: allow re-rendering anywidget js (<a href="https://redirect.github.com/marimo-team/marimo/issues/3022">#3022</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/6b6144ea17053420510a29b143ca9d93b5812b4d"><code>6b6144e</code></a> improvement: add <em>repr_markdown</em> to Md component, and <em>repr_html</em> to Html com...</li> <li><a href="https://github.com/marimo-team/marimo/commit/de95d78ff700bfbf07795e57affcc7830edff468"><code>de95d78</code></a> chore(deps): update all storybook dependencies to ^8.4.6 (<a href="https://redirect.github.com/marimo-team/marimo/issues/3012">#3012</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/ac1dd832f47013f352bca9c894c4902e0951cba9"><code>ac1dd83</code></a> fix(deps): update dependency <code>@radix-ui/react-icons</code> to ~1.3.2 (<a href="https://redirect.github.com/marimo-team/marimo/issues/3013">#3013</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.9.27...0.9.28">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.9.27&new-version=0.9.28)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information