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 textual from 0.87.1 to 0.88.1 #3549

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps textual from 0.87.1 to 0.88.1.

Release notes

Sourced from textual's releases.

The make fists with your toes Release

Some minor fixes here.

[0.88.1] - 2024-11-30

Fixed

The Yippee Ki‐Yay Release

Mostly a bugfix release, as we prepare for 1.0. Some minor API change, that is unlikely to impact anyone.

[0.88.0] - 2024-11-29

Fixed

Changed

Changelog

Sourced from textual's changelog.

[0.88.1] - 2024-11-30

Fixed

[0.88.0] - 2024-11-29

Fixed

Changed

Commits

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 [textual](https://github.com/Textualize/textual) from 0.87.1 to 0.88.1.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.87.1...v0.88.1)

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

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

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.37%. Comparing base (cc60fc2) to head (efdcf40).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3549   +/-   ##
=======================================
  Coverage   90.37%   90.37%           
=======================================
  Files         466      466           
  Lines       58555    58555           
  Branches     5585     5585           
=======================================
  Hits        52920    52920           
  Misses       4206     4206           
  Partials     1429     1429           

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

@alexarice alexarice merged commit f9612b2 into main Dec 2, 2024
15 checks passed
@alexarice alexarice deleted the dependabot/pip/textual-0.88.1 branch December 2, 2024 09:16
EdmundGoodman pushed a commit to EdmundGoodman/xdsl that referenced this pull request Dec 6, 2024
Bumps [textual](https://github.com/Textualize/textual) from 0.87.1 to
0.88.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/textual/releases">textual's
releases</a>.</em></p>
<blockquote>
<h2>The make fists with your toes Release</h2>
<p>Some minor fixes here.</p>
<h2>[0.88.1] - 2024-11-30</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed excessive rendering of the OptionList <a
href="https://redirect.github.com/Textualize/textual/pull/5311">Textualize/textual#5311</a></li>
<li>Fixed rendering glitches in Select <a
href="https://redirect.github.com/Textualize/textual/pull/5311">Textualize/textual#5311</a></li>
</ul>
<h2>The Yippee Ki‐Yay Release</h2>
<p>Mostly a bugfix release, as we prepare for 1.0. Some minor API
change, that is unlikely to impact anyone.</p>
<h2>[0.88.0] - 2024-11-29</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed infinite loop in <code>Widget.anchor</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5290">Textualize/textual#5290</a></li>
<li>Restores the ability to supply console markup to command list <a
href="https://redirect.github.com/Textualize/textual/pull/5294">Textualize/textual#5294</a></li>
<li>Fixed delayed App Resize event <a
href="https://redirect.github.com/Textualize/textual/pull/5296">Textualize/textual#5296</a></li>
<li>Fixed <code>ListView</code> not updating its index or highlighting
after removing items <a
href="https://redirect.github.com/Textualize/textual/issues/5114">Textualize/textual#5114</a></li>
<li>Fixed ListView focus styling rule being too broad <a
href="https://redirect.github.com/Textualize/textual/pull/5304">Textualize/textual#5304</a></li>
<li>Fixed issue with auto-generated tab IDs <a
href="https://redirect.github.com/Textualize/textual/pull/5298">Textualize/textual#5298</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>ListView.pop</code> now returns <code>AwaitComplete</code>
rather than <code>AwaitRemove</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5135">Textualize/textual#5135</a></li>
<li><code>ListView.remove_items</code> now returns
<code>AwaitComplete</code> rather than <code>AwaitRemove</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5135">Textualize/textual#5135</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Textualize/textual/blob/main/CHANGELOG.md">textual's
changelog</a>.</em></p>
<blockquote>
<h2>[0.88.1] - 2024-11-30</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed excessive rendering of the OptionList <a
href="https://redirect.github.com/Textualize/textual/pull/5311">Textualize/textual#5311</a></li>
<li>Fixed rendering glitches in Select <a
href="https://redirect.github.com/Textualize/textual/pull/5311">Textualize/textual#5311</a></li>
</ul>
<h2>[0.88.0] - 2024-11-29</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed infinite loop in <code>Widget.anchor</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5290">Textualize/textual#5290</a></li>
<li>Restores the ability to supply console markup to command list <a
href="https://redirect.github.com/Textualize/textual/pull/5294">Textualize/textual#5294</a></li>
<li>Fixed delayed App Resize event <a
href="https://redirect.github.com/Textualize/textual/pull/5296">Textualize/textual#5296</a></li>
<li>Fixed <code>ListView</code> not updating its index or highlighting
after removing items <a
href="https://redirect.github.com/Textualize/textual/issues/5114">Textualize/textual#5114</a></li>
<li>Fixed ListView focus styling rule being too broad <a
href="https://redirect.github.com/Textualize/textual/pull/5304">Textualize/textual#5304</a></li>
<li>Fixed issue with auto-generated tab IDs <a
href="https://redirect.github.com/Textualize/textual/pull/5298">Textualize/textual#5298</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li><code>ListView.pop</code> now returns <code>AwaitComplete</code>
rather than <code>AwaitRemove</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5135">Textualize/textual#5135</a></li>
<li><code>ListView.remove_items</code> now returns
<code>AwaitComplete</code> rather than <code>AwaitRemove</code> <a
href="https://redirect.github.com/Textualize/textual/pull/5135">Textualize/textual#5135</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Textualize/textual/commit/901fee4a11fd09b051d0cbe48980618955d4a958"><code>901fee4</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5313">#5313</a>
from Textualize/bump0811</li>
<li><a
href="https://github.com/Textualize/textual/commit/a08fb414034f16857d11d708389ee70fd14f8f15"><code>a08fb41</code></a>
version bump</li>
<li><a
href="https://github.com/Textualize/textual/commit/43b346ec6e8a97030475c5e873bab8b24f505f53"><code>43b346e</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5312">#5312</a>
from TomJGooding/ci-run-tests-with-python-3-13</li>
<li><a
href="https://github.com/Textualize/textual/commit/7970cf54d492baf4b144523e0a2092134bcb7959"><code>7970cf5</code></a>
Merge pull request <a
href="https://redirect.github.com/Textualize/textual/issues/5311">#5311</a>
from Textualize/scroll-optimization</li>
<li><a
href="https://github.com/Textualize/textual/commit/ec1a2ec1ba340add4f31933958080b667c53a55b"><code>ec1a2ec</code></a>
snapshots</li>
<li><a
href="https://github.com/Textualize/textual/commit/bd3eef78e4490f6c41560612f70a9e634694ca19"><code>bd3eef7</code></a>
fix select</li>
<li><a
href="https://github.com/Textualize/textual/commit/b0e9f2ebec89eaa10ea45c7d7d8f13ef15269d37"><code>b0e9f2e</code></a>
ci: run tests with Python 3.13</li>
<li><a
href="https://github.com/Textualize/textual/commit/2647d548f3ebc6e26c08a52b0dda3932bc99b096"><code>2647d54</code></a>
fix refresh</li>
<li><a
href="https://github.com/Textualize/textual/commit/3c0078ffed4a7e742d30b07518bac4b1ea462cdd"><code>3c0078f</code></a>
Refresh auto dimensions</li>
<li><a
href="https://github.com/Textualize/textual/commit/8c84274072d071cfc3e5a34e0558906227fbac54"><code>8c84274</code></a>
optimize scroll</li>
<li>Additional commits viewable in <a
href="https://github.com/Textualize/textual/compare/v0.87.1...v0.88.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=textual&package-manager=pip&previous-version=0.87.1&new-version=0.88.1)](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