Skip to content

Bump textual from 7.4.0 to 8.0.0#52

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/textual-8.0.0
Open

Bump textual from 7.4.0 to 8.0.0#52
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/uv/textual-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps textual from 7.4.0 to 8.0.0.

Release notes

Sourced from textual's releases.

The BLANK to NULL release

The major version change is due to changing Select.BLANK to Select.NULL, to avoid an unfortunate name clash.

See below for the full changes...

[8.0.0] - 2026-02-16

Added

Changed

  • It is no longer a NOOP and warning to dismiss a non-active screen. The dismiss will still work, but the screen may not update if the current mode is not active. Textualize/textual#6362
  • Added 50ms delay when switching screens to allow state to udpate and prevent janky flash of old content Textualize/textual#6362
  • Breaking change: Changed Select.BLANK to Select.NULL to avoid clash with newer Widget.BLANK Classvar Textualize/textual#6374

The extended cursor release

The DataTable row cursor will now extend the full width of the datatable, which looks better.

The DataTable will now only emit a *Selected message if clicking a second time.

[7.5.0] - 2026-01-30

  • The DataTable row cursor will extend to the full width if there is excess space Textualize/textual#6345
  • The DataTable will send a selected event on click, only if the cell / row / column is currently highlighted Textualize/textual#6345
Changelog

Sourced from textual's changelog.

[8.0.0] - 2026-02-16

Added

Changed

  • It is no longer a NOOP and warning to dismiss a non-active screen. The dismiss will still work, but the screen may not update if the current mode is not active. Textualize/textual#6362
  • Added 50ms delay when switching screens to allow state to udpate and prevent janky flash of old content Textualize/textual#6362
  • Breaking change: Changed Select.BLANK to Select.NULL to avoid clash with newer Widget.BLANK Classvar Textualize/textual#6374

[7.5.0] - 2026-01-30

Changed

  • The DataTable row cursor will extend to the full width if there is excess space Textualize/textual#6345
  • The DataTable will send a selected event on click, only if the cell / row / column is currently highlighted Textualize/textual#6345
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 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 7.4.0 to 8.0.0.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v7.4.0...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 16, 2026
@claude
Copy link

claude bot commented Feb 16, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant