Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 412
    • Issues 412
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1628

Update dependency prompt-toolkit to v3.0.28 (develop)

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged RenovateBot requested to merge renovate/develop-prompt-toolkit-3.x into develop Feb 15, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

This MR contains the following updates:

Package Type Update Change
prompt-toolkit dev-dependencies patch ==3.0.26 -> ==3.0.28

Release Notes

prompt-toolkit/python-prompt-toolkit

v3.0.28

Compare Source

New features:

  • Support format specifiers for HTML and ANSI formatted text.
  • Accept defaults for checkbox and radio list, and their corresponding dialogs.

Fixes:

  • Fix resetting of cursor shape after the application terminates.

v3.0.27

Compare Source

New features:

  • Support for cursor shapes. The cursor shape for prompts/applications can now be configured, either as a fixed cursor shape, or in case of Vi input mode, according to the current input mode.
  • Handle "cursor forward" command in ANSI formatted text. This makes it possible to render many kinds of generated ANSI art.
  • Accept align attribute in Label widget.
  • Added PlainTextOutput: an output implementation that doesn't render any ANSI escape sequences. This will be used by default when redirecting stdout to a file.
  • Added create_app_session_from_tty: a context manager that enforces input/output to go to the current TTY, even if stdin/stdout are attached to pipes.
  • Added to_plain_text utility for converting formatted text into plain text.

Fixes:

  • Don't automatically use sys.stderr for output when sys.stdout is not a TTY, but sys.stderr is. The previous behavior was confusing, especially when rendering formatted text to the output, and we expect it to follow redirection.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/develop-prompt-toolkit-3.x