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 mordant from 2.6.0 to 2.7.2 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mordant from 2.6.0 to 2.7.2.
Updates com.github.ajalt.mordant:mordant from 2.6.0 to 2.7.2

Release notes

Sourced from com.github.ajalt.mordant:mordant's releases.

2.7.2

Fixed

  • Fixed raw mode on macOS for JVM and native not using the correct termios constants. [(#180)](ajalt/mordant#180)
  • Raw mode on macOS and Linux will now report the ESC ESC sequence as an Escape key event.
  • Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @​hubvd [(#189)](ajalt/mordant#189)

2.7.2

Added

Fixed

  • Fix markdown rendering not supporting math blocks [(#182)](ajalt/mordant#182)
  • Fix exception thrown when using readEvent in raw mode when some windows terminals lose focus [(#185)](ajalt/mordant#185)
  • Fix MultiplatformSystem.readFileAsUtf8 not supporting special files on JVM on Linux (clikt#527)

2.7.0

select_list

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs for details. This feature is currently supported on all targets except JS, wasmJS, macOS arm64, and Graal Native Image.
  • Added Terminal.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Changelog

Sourced from com.github.ajalt.mordant:mordant's changelog.

2.7.2

Fixed

  • Fixed raw mode on macOS for JVM and native not using the correct termios constants. [(#180)](ajalt/mordant#180)
  • Raw mode on macOS and Linux will now report the ESC ESC sequence as an Escape key event.
  • Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @​hubvd [(#189)](ajalt/mordant#189)

2.7.1

Added

Fixed

  • Fix markdown rendering not supporting math blocks [(#182)](ajalt/mordant#182)
  • Fix exception thrown when using readEvent in raw mode when some windows terminals lose focus
  • Fix MultiplatformSystem.readFileAsUtf8 not supporting special files on JVM on Linux

2.7.0

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs at https://ajalt.github.io/mordant/ for details. This feature is currently supported on all targets except JS, wasmJS, and Graal Native Image.
  • Added Termianl.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Commits
  • 473f590 Release version 2.7.2
  • 62bc16e Raw mode report ESC ESC as Escape
  • 565199e Actually set the termios on macos
  • 3fc5f32 Prevent error with musl libc and GraalVM native image (#191)
  • 8c494eb Use platform-specific values for termios constants (#190)
  • 1335df0 Release version 2.7.1
  • 93cf729 Fix MultiplatformSystem.readFileAsUtf8 not supporting special files (#188)
  • 00b3abe Split out SyscallHandler.nativeimage.macos (#187)
  • 0a54a13 Support raw mode for posix in native image (#186)
  • d24d2fa Fix exception on windows raw mode due to unexpected event (#184)
  • Additional commits viewable in compare view

Updates com.github.ajalt.mordant:mordant-coroutines from 2.6.0 to 2.7.2

Release notes

Sourced from com.github.ajalt.mordant:mordant-coroutines's releases.

2.7.2

Fixed

  • Fixed raw mode on macOS for JVM and native not using the correct termios constants. [(#180)](ajalt/mordant#180)
  • Raw mode on macOS and Linux will now report the ESC ESC sequence as an Escape key event.
  • Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @​hubvd [(#189)](ajalt/mordant#189)

2.7.2

Added

Fixed

  • Fix markdown rendering not supporting math blocks [(#182)](ajalt/mordant#182)
  • Fix exception thrown when using readEvent in raw mode when some windows terminals lose focus [(#185)](ajalt/mordant#185)
  • Fix MultiplatformSystem.readFileAsUtf8 not supporting special files on JVM on Linux (clikt#527)

2.7.0

select_list

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs for details. This feature is currently supported on all targets except JS, wasmJS, macOS arm64, and Graal Native Image.
  • Added Terminal.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Changelog

Sourced from com.github.ajalt.mordant:mordant-coroutines's changelog.

2.7.2

Fixed

  • Fixed raw mode on macOS for JVM and native not using the correct termios constants. [(#180)](ajalt/mordant#180)
  • Raw mode on macOS and Linux will now report the ESC ESC sequence as an Escape key event.
  • Fixed raw mode on GraalVM native image not compiling with musl libc. Contributed by @​hubvd [(#189)](ajalt/mordant#189)

2.7.1

Added

Fixed

  • Fix markdown rendering not supporting math blocks [(#182)](ajalt/mordant#182)
  • Fix exception thrown when using readEvent in raw mode when some windows terminals lose focus
  • Fix MultiplatformSystem.readFileAsUtf8 not supporting special files on JVM on Linux

2.7.0

Added

  • Added raw mode support for reading keyboard and mouse events. See the docs at https://ajalt.github.io/mordant/ for details. This feature is currently supported on all targets except JS, wasmJS, and Graal Native Image.
  • Added Termianl.interactiveSelectList, Terminal.interactiveMultiSelectList, and InteractiveSelectListBuilder that let you pick one or more items from a list using the arrow keys.

Changed

  • Update Kotlin to 2.0.0

Fixed

  • Fix animations to correctly clear the last frame when animating a non-rectangular widget that changes size.
  • Fix closing bold and dim styles when one is nested in the other.
  • Fix NoClassDefFoundError in terminal detection on some platforms.
Commits
  • 473f590 Release version 2.7.2
  • 62bc16e Raw mode report ESC ESC as Escape
  • 565199e Actually set the termios on macos
  • 3fc5f32 Prevent error with musl libc and GraalVM native image (#191)
  • 8c494eb Use platform-specific values for termios constants (#190)
  • 1335df0 Release version 2.7.1
  • 93cf729 Fix MultiplatformSystem.readFileAsUtf8 not supporting special files (#188)
  • 00b3abe Split out SyscallHandler.nativeimage.macos (#187)
  • 0a54a13 Support raw mode for posix in native image (#186)
  • d24d2fa Fix exception on windows raw mode due to unexpected event (#184)
  • Additional commits viewable in compare view

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 `mordant` from 2.6.0 to 2.7.2.

Updates `com.github.ajalt.mordant:mordant` from 2.6.0 to 2.7.2
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@2.6.0...2.7.2)

Updates `com.github.ajalt.mordant:mordant-coroutines` from 2.6.0 to 2.7.2
- [Release notes](https://github.com/ajalt/mordant/releases)
- [Changelog](https://github.com/ajalt/mordant/blob/master/CHANGELOG.md)
- [Commits](ajalt/mordant@2.6.0...2.7.2)

---
updated-dependencies:
- dependency-name: com.github.ajalt.mordant:mordant
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.ajalt.mordant:mordant-coroutines
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
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.

0 participants