-
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 textual from 0.87.1 to 0.88.1 #3549
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 [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>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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 /> [](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.
Bumps textual from 0.87.1 to 0.88.1.
Release notes
Sourced from textual's releases.
Changelog
Sourced from textual's changelog.
Commits
901fee4
Merge pull request #5313 from Textualize/bump0811a08fb41
version bump43b346e
Merge pull request #5312 from TomJGooding/ci-run-tests-with-python-3-137970cf5
Merge pull request #5311 from Textualize/scroll-optimizationec1a2ec
snapshotsbd3eef7
fix selectb0e9f2e
ci: run tests with Python 3.132647d54
fix refresh3c0078f
Refresh auto dimensions8c84274
optimize scrollDependabot 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)