-
Notifications
You must be signed in to change notification settings - Fork 84
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.83.0 to 0.84.0 #3333
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3333 +/- ##
=======================================
Coverage 90.06% 90.06%
=======================================
Files 446 446
Lines 56382 56382
Branches 5409 5409
=======================================
Hits 50779 50779
Misses 4177 4177
Partials 1426 1426 ☔ View full report in Codecov by Sentry. |
Bumps [textual](https://github.com/Textualize/textual) from 0.83.0 to 0.84.0. - [Release notes](https://github.com/Textualize/textual/releases) - [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md) - [Commits](Textualize/textual@v0.83.0...v0.84.0) --- updated-dependencies: - dependency-name: textual dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
663b9dc
to
b5bc103
Compare
EdmundGoodman
pushed a commit
to EdmundGoodman/xdsl
that referenced
this pull request
Dec 6, 2024
Bumps [textual](https://github.com/Textualize/textual) from 0.83.0 to 0.84.0. <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 Who You Gonna Call Release</h2> <p>This was mainly a hotfix for a potential infinite loop in the TextArea, although there are a few fun additions: see below</p> <h2>[0.84.0] - 2024-10-22</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>RadioSet</code> not being scrollable <a href="https://redirect.github.com/Textualize/textual/issues/5100">Textualize/textual#5100</a></li> <li>Fixed infinite loop in TextArea <a href="https://redirect.github.com/Textualize/textual/pull/5154">Textualize/textual#5154</a></li> </ul> <h3>Added</h3> <ul> <li>Added <code>background-tint</code> CSS rule <a href="https://redirect.github.com/Textualize/textual/pull/5117">Textualize/textual#5117</a></li> <li>Added <code>:first-of-type</code>, <code>:last-of-type</code>, <code>:odd</code>, and <code>:even</code> pseudo classes <a href="https://redirect.github.com/Textualize/textual/pull/5139">Textualize/textual#5139</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.84.0] - 2024-10-22</h2> <h3>Fixed</h3> <ul> <li>Fixed <code>RadioSet</code> not being scrollable <a href="https://redirect.github.com/Textualize/textual/issues/5100">Textualize/textual#5100</a></li> <li>Fixed infinite loop in TextArea <a href="https://redirect.github.com/Textualize/textual/pull/5154">Textualize/textual#5154</a></li> </ul> <h3>Added</h3> <ul> <li>Added <code>background-tint</code> CSS rule <a href="https://redirect.github.com/Textualize/textual/pull/5117">Textualize/textual#5117</a></li> <li>Added <code>:first-of-type</code>, <code>:last-of-type</code>, <code>:odd</code>, and <code>:even</code> pseudo classes <a href="https://redirect.github.com/Textualize/textual/pull/5139">Textualize/textual#5139</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Textualize/textual/commit/3d65f2be46b96aeb51478492e9d2010926e9c7fd"><code>3d65f2b</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/5154">#5154</a> from Textualize/text-area-crop-fix</li> <li><a href="https://github.com/Textualize/textual/commit/dd9b2bccde5d1f7feb82d819d730a61429df5dd1"><code>dd9b2bc</code></a> snapshot tests</li> <li><a href="https://github.com/Textualize/textual/commit/09985d5c10d3b519ac45dc855846b5936a281afd"><code>09985d5</code></a> snapshot</li> <li><a href="https://github.com/Textualize/textual/commit/228c1c035ee0afc79fef97334e27f4c42b69b5d9"><code>228c1c0</code></a> snapshot</li> <li><a href="https://github.com/Textualize/textual/commit/8633bd27f9344cc62af89531372d0d8a890015b0"><code>8633bd2</code></a> depenencies</li> <li><a href="https://github.com/Textualize/textual/commit/f627fb1964258ce634d249c606a6253bcd0e76bc"><code>f627fb1</code></a> changelog</li> <li><a href="https://github.com/Textualize/textual/commit/a441aed1a66ddbde059a5d8d8da4c4cf5071f578"><code>a441aed</code></a> version bump</li> <li><a href="https://github.com/Textualize/textual/commit/55f267d7b48e83d7fbd0d8f27591ef6df167ea5d"><code>55f267d</code></a> fix infinite loop in cropping</li> <li><a href="https://github.com/Textualize/textual/commit/e3b19488c1c0f6e2618d21803b36eb899e1ce22e"><code>e3b1948</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/5133">#5133</a> from Textualize/tint</li> <li><a href="https://github.com/Textualize/textual/commit/3daf4d7c2b75bf685aea39fafdac0f4a7e3969c8"><code>3daf4d7</code></a> Merge pull request <a href="https://redirect.github.com/Textualize/textual/issues/5139">#5139</a> from Textualize/pseudo-update</li> <li>Additional commits viewable in <a href="https://github.com/Textualize/textual/compare/v0.83.0...v0.84.0">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.83.0 to 0.84.0.
Release notes
Sourced from textual's releases.
Changelog
Sourced from textual's changelog.
Commits
3d65f2b
Merge pull request #5154 from Textualize/text-area-crop-fixdd9b2bc
snapshot tests09985d5
snapshot228c1c0
snapshot8633bd2
depenenciesf627fb1
changeloga441aed
version bump55f267d
fix infinite loop in croppinge3b1948
Merge pull request #5133 from Textualize/tint3daf4d7
Merge pull request #5139 from Textualize/pseudo-updateDependabot 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)