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

build(deps): bump textual from 0.40.0 to 0.41.0 #50

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps textual from 0.40.0 to 0.41.0.

Release notes

Sourced from textual's releases.

The scarily good release

Just in time for Halloween, we have a new release. There are a lot of fixes, and improvement to startup time. A few breaking changes that are unlikely to impact many people.

We also reached the scary milestone of 666 forks!

[0.41.0] - 2023-10-31

Fixed

Added

Changed

  • Breaking change: Button.ACTIVE_EFFECT_DURATION classvar converted to Button.active_effect_duration attribute Textualize/textual#3498
  • Breaking change: Input.blink_timer made private (renamed to Input._blink_timer) Textualize/textual#3498
  • Breaking change: Input.cursor_blink reactive updated to not run on mount (now init=False) Textualize/textual#3498
  • Breaking change: AwaitTabbedContent class removed Textualize/textual#3498
  • Breaking change: Tabs.remove_tab now returns an AwaitComplete instead of an AwaitRemove Textualize/textual#3498
  • Breaking change: Tabs.clear now returns an AwaitComplete instead of an AwaitRemove Textualize/textual#3498
  • TabbedContent.add_pane now returns an AwaitComplete instead of an AwaitTabbedContent Textualize/textual#3498
  • TabbedContent.remove_pane now returns an AwaitComplete instead of an AwaitTabbedContent Textualize/textual#3498
  • TabbedContent.clear_pane now returns an AwaitComplete instead of an AwaitTabbedContent Textualize/textual#3498
  • Tabs.add_tab now returns an AwaitComplete instead of an AwaitMount Textualize/textual#3498
  • DirectoryTree.reload now returns an AwaitComplete, which may be awaited to ensure the node has finished being processed by the internal queue Textualize/textual#3498
  • Tabs.remove_tab now returns an AwaitComplete, which may be awaited to ensure the tab is unmounted and internal state is updated Textualize/textual#3498
  • App.switch_mode now returns an AwaitMount, which may be awaited to ensure the screen is mounted Textualize/textual#3498

... (truncated)

Changelog

Sourced from textual's changelog.

[0.41.0] - 2023-10-31

Fixed

Added

Changed

Commits
  • b3d6043 Version bump (#3621)
  • 4f95d30 DataTable sort by function (or other callable) (#3090)
  • 665dca9 Merge pull request #3618 from davep/command-palette-worker-nuke
  • 9cacf8c Update the ChangeLog
  • 449d3a6 Ensure that the command palette only cancels its own workers
  • 7cbba66 Add a test for the command palette not leaving workers behind
  • b939256 Add a test that the command palette doesn't kill other workers
  • efbb655 Handle other Tabs widgets as DOM descendants of a TabbedContent (#3602)
  • 3f33cd1 Merge pull request #3586 from Textualize/wokers-inside-workers
  • 001881c Merge pull request #3607 from mholson/patch-1
  • Additional commits viewable in compare view

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)

📚 Documentation preview 📚: https://bowtie-json-schema--50.org.readthedocs.build/en/50/

Bumps [textual](https://github.com/Textualize/textual) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.40.0...v0.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 6, 2023
@github-actions github-actions bot merged commit 81e7029 into main Nov 6, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/textual-0.41.0 branch November 6, 2023 16:53
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