Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps github.com/nyaosorg/go-readline-ny from 1.10.0 to 1.11.0.

Release notes

Sourced from github.com/nyaosorg/go-readline-ny's releases.

v1.11.0

Changes in v1.11.0 in (English)

  • Exported the wrapper type of "github.com/mattn/go-tty".TTY as "github.com/nyaosorg/go-readline-ny/tty8".Tty, allowing key input (including control sequences) to be handled per key rather than per rune.

Changes in v1.11.0 in (Japanese)

  • "github.com/mattn/go-tty".TTY のラッパー型を "github.com/nyaosorg/go-readline-ny/tty8".Tty として公開。本型は制御シーケンスを含むキー入力を 1 キー単位で扱うメソッド GetKey を提供する( 制御キーは複数 rune からなるので、1回のReadRune呼び出しでは済まないため)
Commits
  • 16205e3 bump to v1.11.0
  • 07c8f40 Added go doc to the subpackage tty8
  • 4cd1996 Update release notes
  • 89c5c8a Deprecated (*VimBatch) Init and (*VimBatch) Next
  • 16fa2cd Fix: completion\main.go: should omit nil check; len() for nil slices is defin...
  • faa202c Export the subpackage "tty8" for a wrapper of go-tty
  • See full diff 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 [github.com/nyaosorg/go-readline-ny](https://github.com/nyaosorg/go-readline-ny) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/nyaosorg/go-readline-ny/releases)
- [Changelog](https://github.com/nyaosorg/go-readline-ny/blob/master/history.go)
- [Commits](nyaosorg/go-readline-ny@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/nyaosorg/go-readline-ny
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 27, 2025
@alvinunreal alvinunreal merged commit 6a4f64c into main Oct 28, 2025
1 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/nyaosorg/go-readline-ny-1.11.0 branch October 28, 2025 10:48
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants