-
Notifications
You must be signed in to change notification settings - Fork 83
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
pip prod(deps): bump marimo from 0.9.30 to 0.9.31 #3579
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.30 to 0.9.31. - [Release notes](https://github.com/marimo-team/marimo/releases) - [Commits](marimo-team/marimo@0.9.30...0.9.31) --- updated-dependencies: - dependency-name: marimo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3579 +/- ##
=======================================
Coverage 90.40% 90.40%
=======================================
Files 469 469
Lines 58941 58941
Branches 5611 5611
=======================================
Hits 53287 53287
Misses 4213 4213
Partials 1441 1441 ☔ View full report in Codecov by Sentry. |
EdmundGoodman
pushed a commit
to EdmundGoodman/xdsl
that referenced
this pull request
Dec 6, 2024
Bumps [marimo](https://github.com/marimo-team/marimo) from 0.9.30 to 0.9.31. <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.31</h2> <h2>What's Changed</h2> <ul> <li>improvement: add copy/paste to json viewer, support urls by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3050">marimo-team/marimo#3050</a></li> <li>improvement: borderless markdown in html exports by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3052">marimo-team/marimo#3052</a></li> <li>tutorials: update markdown usage by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3051">marimo-team/marimo#3051</a></li> <li>docs: more tips for coming from jupyter by <a href="https://github.com/akshayka"><code>@akshayka</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3053">marimo-team/marimo#3053</a></li> <li>improvement: add marimo.create_asgi_app().with_dynamic_directory by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3057">marimo-team/marimo#3057</a></li> <li>improvement: tie-break topological sort by top-down order by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3060">marimo-team/marimo#3060</a></li> <li>improvement: make ui-element ids deterministic across runs by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3061">marimo-team/marimo#3061</a></li> <li>fix: faster module watcher tests by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3062">marimo-team/marimo#3062</a></li> <li>fix: only add borderless css when not published by <a href="https://github.com/Light2Dark"><code>@Light2Dark</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3066">marimo-team/marimo#3066</a></li> <li>improvement: marimo export ipynb with outputs by <a href="https://github.com/mscolnick"><code>@mscolnick</code></a> in <a href="https://redirect.github.com/marimo-team/marimo/pull/3048">marimo-team/marimo#3048</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31">https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marimo-team/marimo/commit/42c1c63cbd38eef731d6789d7899af232d50a934"><code>42c1c63</code></a> release: 0.9.31</li> <li><a href="https://github.com/marimo-team/marimo/commit/da7a49938fb057c0179c9469c8cd882883e56a38"><code>da7a499</code></a> improvement: marimo export ipynb with outputs (<a href="https://redirect.github.com/marimo-team/marimo/issues/3048">#3048</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/8edac6e7aecc6c36ff978e7dea81cb07bbdadbdd"><code>8edac6e</code></a> fix: only add borderless css when not published (<a href="https://redirect.github.com/marimo-team/marimo/issues/3066">#3066</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/2de1e49eb5b92369ea8adc31b959aeb929cbd08a"><code>2de1e49</code></a> fix: faster module watcher tests (<a href="https://redirect.github.com/marimo-team/marimo/issues/3062">#3062</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/9c8d11ad8e50d2088502440eb6f614af11390889"><code>9c8d11a</code></a> improvement: make ui-element ids deterministic across runs (<a href="https://redirect.github.com/marimo-team/marimo/issues/3061">#3061</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/5e76aa14dbf307ca2c8ec2e06cbe3caa42a4d25e"><code>5e76aa1</code></a> improvement: tie-break topological sort by top-down order (<a href="https://redirect.github.com/marimo-team/marimo/issues/3060">#3060</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/b2a71c63088b89f38d9988da9048d0dfaed2ebdf"><code>b2a71c6</code></a> improvement: add marimo.create_asgi_app().with_dynamic_directory (<a href="https://redirect.github.com/marimo-team/marimo/issues/3057">#3057</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/2414b61222d4b4de2b8cedb8af7991691680159e"><code>2414b61</code></a> docs: more tips for coming from jupyter (<a href="https://redirect.github.com/marimo-team/marimo/issues/3053">#3053</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/4fe3d90af43cd94f8cfccb54821a020a4ab74f26"><code>4fe3d90</code></a> tutorials: update markdown usage (<a href="https://redirect.github.com/marimo-team/marimo/issues/3051">#3051</a>)</li> <li><a href="https://github.com/marimo-team/marimo/commit/f15e78705e3507b09976e36111fe2117e8e5cedd"><code>f15e787</code></a> improve: borderless markdown in html exports (<a href="https://redirect.github.com/marimo-team/marimo/issues/3052">#3052</a>)</li> <li>Additional commits viewable in <a href="https://github.com/marimo-team/marimo/compare/0.9.30...0.9.31">compare view</a></li> </ul> </details> <br /> [](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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps marimo from 0.9.30 to 0.9.31.
Release notes
Sourced from marimo's releases.
Commits
42c1c63
release: 0.9.31da7a499
improvement: marimo export ipynb with outputs (#3048)8edac6e
fix: only add borderless css when not published (#3066)2de1e49
fix: faster module watcher tests (#3062)9c8d11a
improvement: make ui-element ids deterministic across runs (#3061)5e76aa1
improvement: tie-break topological sort by top-down order (#3060)b2a71c6
improvement: add marimo.create_asgi_app().with_dynamic_directory (#3057)2414b61
docs: more tips for coming from jupyter (#3053)4fe3d90
tutorials: update markdown usage (#3051)f15e787
improve: borderless markdown in html exports (#3052)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)