Skip to content

Bump textual from 7.5.0 to 8.0.0#79

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/textual-8.0.0
Open

Bump textual from 7.5.0 to 8.0.0#79
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/textual-8.0.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps textual from 7.5.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
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
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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 17, 2026
Bumps [textual](https://github.com/Textualize/textual) from 7.5.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.5.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 force-pushed the dependabot/pip/textual-8.0.0 branch from ab71a37 to 336bd3e Compare February 17, 2026 09:20
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants