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

pip prod(deps): bump textual from 0.63.2 to 0.72.0 #2873

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps textual from 0.63.2 to 0.72.0.

Release notes

Sourced from textual's releases.

The Prune Release

A fixes release. The largest of which is a refactor to the logic of removing widgets, which should resolve some instability on shutdown in particular.

[0.72.0] - 2024-07-09

Changed

Fixed

The Working on my Break Release

Mostly fixes and stability related changes, see below.

Note, there is a change to the SVG snapshots. The SVGs are now "normalized" to reduce the chances that they will break due to non-visual changes. Unfortunately this does mean that your snapshots will break with this release, but the upside is they will break less often in the future!

[0.71.0] - 2024-06-29

Changed

  • Snapshot tests will normalize SVG output so that changes with no visual impact don't break snapshots, but this release will break most of them.
  • Breaking change: App.push_screen now returns an Awaitable rather than a screen. Textualize/textual#4672
  • Breaking change: Screen.dismiss now returns an Awaitable rather than a bool. Textualize/textual#4672

Fixed

The Buttoned Down Release

[0.70.0] - 2024-06-19

Fixed

  • Fixed erroneous mouse 'ButtonDown' reporting for mouse movement when any-event mode is enabled in xterm. Textualize/textual#3647

The "I'm not going there" Release

A fix with API tweak

[0.69.0] - 2024-06-16

Added

... (truncated)

Changelog

Sourced from textual's changelog.

[0.72.0] - 2024-07-09

Changed

Fixed

[0.71.0] - 2024-06-29

Changed

  • Snapshot tests will normalize SVG output so that changes with no visual impact don't break snapshots, but this release will break most of them.
  • Breaking change: App.push_screen now returns an Awaitable rather than a screen. Textualize/textual#4672
  • Breaking change: Screen.dismiss now returns an Awaitable rather than a bool. Textualize/textual#4672

Fixed

[0.70.0] - 2024-06-19

Fixed

  • Fixed erroneous mouse 'ButtonDown' reporting for mouse movement when any-event mode is enabled in xterm. Textualize/textual#3647

[0.69.0] - 2024-06-16

Added

Fixed

Changed

  • App.check_bindings is now private
  • App.action_check_bindings is now App.action_simulate_key

[0.68.0] - 2024-06-14

... (truncated)

Commits
  • b1b27f6 Merge pull request #4715 from Textualize/bump0720
  • 296ea74 version bump
  • 121a8f0 version bump
  • 056a19f Merge pull request #4712 from TomJGooding/fix-option-list-fix-clicking-separa...
  • f96114a snapshot
  • 70d42b3 simpler fix
  • 963149f snapshots
  • 796ea8e no meta for separator
  • 63470d0 Merge pull request #4709 from TomJGooding/fix-option-list-fix-scrolling-with-...
  • f305576 Merge branch 'main' into fix-option-list-fix-scrolling-with-multiline-options
  • 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.63.2 to 0.72.0.
- [Release notes](https://github.com/Textualize/textual/releases)
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md)
- [Commits](Textualize/textual@v0.63.2...v0.72.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 the dependencies Pull requests that update a dependency file label Jul 10, 2024
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.87%. Comparing base (600afaa) to head (334d191).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2873   +/-   ##
=======================================
  Coverage   89.86%   89.87%           
=======================================
  Files         396      396           
  Lines       49829    49829           
  Branches     7683     7683           
=======================================
+ Hits        44780    44782    +2     
+ Misses       3838     3837    -1     
+ Partials     1211     1210    -1     

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

@webmiche
Copy link
Collaborator

that looks fishy, why is it working again? @superlopuh @dshaaban01

@superlopuh
Copy link
Member

I'm not sure why it stopped working in the first place, let's be grateful and move on :)

@superlopuh
Copy link
Member

I just ran the tests locally, everything passes, I love it when issues resolve themselves.

@superlopuh superlopuh merged commit abfd34c into main Jul 10, 2024
10 checks passed
@superlopuh superlopuh deleted the dependabot/pip/textual-0.72.0 branch July 10, 2024 12:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants