xoolive / traffic

A toolbox for processing and analysing air traffic data
https://traffic-viz.github.io/
MIT License
361 stars 80 forks source link

Bump textual from 0.48.1 to 0.52.1 #411

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps textual from 0.48.1 to 0.52.1.

Release notes

Sourced from textual's releases.

The sin tax release

Fixes a SyntaxWarning

[0.52.1] - 2024-02-20

Fixed

The Envy release

A few modest changes, with a focus on env vars for some reason.

[0.52.0] - 2024-02-19

Changed

Added

  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Added support for environment variable TEXTUAL_ANIMATIONS to control what animations Textual displays Textualize/textual#4062
  • Add attribute App.animation_level to control whether animations on that app run or not Textualize/textual#4062
  • Added support for a TEXTUAL_SCREENSHOT_LOCATION environment variable to specify the location of an automated screenshot Textualize/textual#4181
  • Added support for a TEXTUAL_SCREENSHOT_FILENAME environment variable to specify the filename of an automated screenshot Textualize/textual#4181
  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Widget.remove_children now accepts a CSS selector to specify which children to remove Textualize/textual#4183
  • Widget.batch combines widget locking and app update batching Textualize/textual#4183

The American friends release

Mostly fixes in this updated.

Note the breaking change below...

[0.51.0] - 2024-02-15

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from textual's changelog.

[0.52.1] - 2024-02-20

Fixed

[0.52.0] - 2024-02-19

Changed

Added

  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Added support for environment variable TEXTUAL_ANIMATIONS to control what animations Textual displays Textualize/textual#4062
  • Add attribute App.animation_level to control whether animations on that app run or not Textualize/textual#4062
  • Added support for a TEXTUAL_SCREENSHOT_LOCATION environment variable to specify the location of an automated screenshot Textualize/textual#4181
  • Added support for a TEXTUAL_SCREENSHOT_FILENAME environment variable to specify the filename of an automated screenshot Textualize/textual#4181
  • Added an asyncio lock attribute Widget.lock to be used to synchronize widget state Textualize/textual#4134
  • Widget.remove_children now accepts a CSS selector to specify which children to remove Textualize/textual#4183
  • Widget.batch combines widget locking and app update batching Textualize/textual#4183

[0.51.0] - 2024-02-15

Added

Fixed

Changed

Fixed

[0.50.1] - 2024-02-09

Fixed

... (truncated)

Commits
  • 74875ae Merge pull request #4190 from Textualize/bump0521
  • ff4522a bump
  • 5595371 Merge pull request #4189 from davep/issue/4188/syntax-warning
  • 79cbb50 Update the ChangeLog
  • 89d5d60 Correct the animation level check in LoadingIndicator
  • 5d21a0a Merge pull request #4184 from Textualize/bump0520
  • da7171f changelog
  • 9561d47 Merge pull request #4183 from Textualize/batch-async-context-manager
  • 9f5e653 Merge branch 'main' into batch-async-context-manager
  • ba17dfb Merge pull request #4139 from Textualize/add-widget-lock
  • 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 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[bot] commented 5 months ago

Superseded by #419.