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

Bump textual from 0.40.0 to 0.41.0 #42

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 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)

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 1, 2023
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1ed6de9) 93.19% compared to head (0fd31cf) 93.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   93.19%   93.19%           
=======================================
  Files          19       19           
  Lines         882      882           
  Branches       97       97           
=======================================
  Hits          822      822           
  Misses         50       50           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yakimka yakimka merged commit 505c170 into main Nov 16, 2023
7 checks passed
@yakimka yakimka deleted the dependabot/pip/textual-0.41.0 branch November 16, 2023 23:33
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.

1 participant