Skip to content
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.28 to 0.9.30 #3565

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps marimo from 0.9.28 to 0.9.30.

Release notes

Sourced from marimo's releases.

0.9.30

This release contains an important bugfix for hidden markdown.

What's Changed

Full Changelog: marimo-team/marimo@0.9.29...0.9.30

0.9.29

What's Changed

Full Changelog: marimo-team/marimo@0.9.28...0.9.29

Commits
  • 81ff2ec release: 0.9.30
  • 0ee0ded fix: don't unhide when markdown is empty (#3049)
  • 3cd3011 improvement: don't convert classes that extend tuple/dict/list to structure w...
  • e07943d improvement: reduce react compiler lint errors for better react compiler cove...
  • 98c809b improvement: force expand markdown content (#3045)
  • a49c75e chore: move starlette as lazy import (#3046)
  • f059581 fix: windows decoding in marimo convert (#3041)
  • 33857ae release: 0.9.29
  • 4c18c57 fix: z-index of drag handle (#3044)
  • d030aa1 fix: make sample_values an Any (#3040)
  • 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.9.28 to 0.9.30.
- [Release notes](https://github.com/marimo-team/marimo/releases)
- [Commits](marimo-team/marimo@0.9.28...0.9.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2024
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.40%. Comparing base (9a931d9) to head (a676553).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3565   +/-   ##
=======================================
  Coverage   90.40%   90.40%           
=======================================
  Files         467      467           
  Lines       58840    58840           
  Branches     5603     5603           
=======================================
  Hits        53195    53195           
  Misses       4204     4204           
  Partials     1441     1441           

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

@superlopuh superlopuh merged commit 44d321a into main Dec 4, 2024
15 checks passed
@superlopuh superlopuh deleted the dependabot/pip/marimo-0.9.30 branch December 4, 2024 08:53
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.28 to
0.9.30.
<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.30</h2>
<p>This release contains an important bugfix for hidden markdown.</p>
<h2>What's Changed</h2>
<ul>
<li>fix: windows decoding in marimo convert by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3041">marimo-team/marimo#3041</a></li>
<li>chore: move starlette as lazy import by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3046">marimo-team/marimo#3046</a></li>
<li>improvement: force expand markdown content by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3045">marimo-team/marimo#3045</a></li>
<li>improvement: reduce react compiler lint errors for better react
compiler coverage by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3043">marimo-team/marimo#3043</a></li>
<li>improvement: don't convert classes that extend tuple/dict/list to
structure when formatting by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3047">marimo-team/marimo#3047</a></li>
<li>fix: don't unhide when markdown is empty by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3049">marimo-team/marimo#3049</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.9.29...0.9.30">https://github.com/marimo-team/marimo/compare/0.9.29...0.9.30</a></p>
<h2>0.9.29</h2>
<h2>What's Changed</h2>
<ul>
<li>improvement: autoscroll in chat by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3030">marimo-team/marimo#3030</a></li>
<li>improvement: include samples in AI prompt by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3028">marimo-team/marimo#3028</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/3032">marimo-team/marimo#3032</a></li>
<li>fix: sort only when column exists by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3031">marimo-team/marimo#3031</a></li>
<li>improvement: add borderless markdown and some ui fixes by <a
href="https://github.com/Light2Dark"><code>@​Light2Dark</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3038">marimo-team/marimo#3038</a></li>
<li>fix: theme in chat sidebar by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3039">marimo-team/marimo#3039</a></li>
<li>docs: escaping sql backets by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3042">marimo-team/marimo#3042</a></li>
<li>fix: make sample_values an Any by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3040">marimo-team/marimo#3040</a></li>
<li>fix: z-index of drag handle by <a
href="https://github.com/mscolnick"><code>@​mscolnick</code></a> in <a
href="https://redirect.github.com/marimo-team/marimo/pull/3044">marimo-team/marimo#3044</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/marimo-team/marimo/compare/0.9.28...0.9.29">https://github.com/marimo-team/marimo/compare/0.9.28...0.9.29</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marimo-team/marimo/commit/81ff2ec3db306985f7e42ff48a816d724566f66e"><code>81ff2ec</code></a>
release: 0.9.30</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/0ee0ded315ad766da386bf774da5982c90c4c654"><code>0ee0ded</code></a>
fix: don't unhide when markdown is empty (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3049">#3049</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/3cd30114b2f3057dac10e2979b8e2a2e4c9d0ee7"><code>3cd3011</code></a>
improvement: don't convert classes that extend tuple/dict/list to
structure w...</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/e07943d9cc141935423bfcf32d8878eebb0af690"><code>e07943d</code></a>
improvement: reduce react compiler lint errors for better react compiler
cove...</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/98c809b9d75452f100618cfaf0db2eabd792f6d5"><code>98c809b</code></a>
improvement: force expand markdown content (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3045">#3045</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/a49c75e6667cd1c4a6d1eda14b20de499ded2195"><code>a49c75e</code></a>
chore: move starlette as lazy import (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3046">#3046</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/f059581dbb61b251ca4d0fcdd438bda943992d12"><code>f059581</code></a>
fix: windows decoding in marimo convert (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3041">#3041</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/33857ae41c2034df244fcc07c717f5065362cfd6"><code>33857ae</code></a>
release: 0.9.29</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/4c18c57e24db8059b7b5a59e6559d61125a68ddf"><code>4c18c57</code></a>
fix: z-index of drag handle (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3044">#3044</a>)</li>
<li><a
href="https://github.com/marimo-team/marimo/commit/d030aa1fbcb0056f1c6948314993c29e0516adcf"><code>d030aa1</code></a>
fix: make sample_values an Any (<a
href="https://redirect.github.com/marimo-team/marimo/issues/3040">#3040</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/marimo-team/marimo/compare/0.9.28...0.9.30">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.28&new-version=0.9.30)](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
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants