Skip to content

Bump Terminal.Gui from 1.19.0 to 2.4.6#233

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/main/Terminal.Gui-2.4.6
Closed

Bump Terminal.Gui from 1.19.0 to 2.4.6#233
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/main/Terminal.Gui-2.4.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updated Terminal.Gui from 1.19.0 to 2.4.6.

Release notes

Sourced from Terminal.Gui's releases.

2.4.6

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.5...v2.4.6

2.4.5

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.4...v2.4.5

2.4.4

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.3...v2.4.4

2.4.3

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.2...v2.4.3

2.4.2

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.1...v2.4.2

2.4.1

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.4.0...v2.4.1

2.4.0

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.3...v2.4.0

2.2.3

2.2.2

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.1...v2.2.2

2.2.1

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.0...v2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: tui-cs/Terminal.Gui@v2.1.0...v2.2.0

2.2.0-rc.4

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.0-rc.3...v2.2.0-rc.4

2.2.0-rc.3

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.0-rc.2...v2.2.0-rc.3

2.2.0-rc.2

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.2.0-rc.1...v2.2.0-rc.2

2.2.0-rc.1

What's Changed

New Contributors

Full Changelog: tui-cs/Terminal.Gui@v2.1.0...v2.2.0-rc.1

2.1.0

What's Changed

2.1.0-rc.5

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.1.0-rc.4...v2.1.0-rc.5

2.1.0-rc.4

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.1.0-rc.3...v2.1.0-rc.4

2.1.0-rc.3

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.1.0-rc.2...v2.1.0-rc.3

2.1.0-rc.2

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.1.0-rc.1...v2.1.0-rc.2

2.1.0-rc.1

What's Changed

2.1.0-beta.1

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.1...v2.1.0-beta.1

2.0.1

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0...v2.0.1

2.0.0

What's Changed

2.0.0-rc.7

What's Changed

New Contributors

2.0.0-rc.6

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-rc.5...v2.0.0-rc.6

2.0.0-rc.5

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-rc.4...v2.0.0-rc.5

2.0.0-rc.4

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-rc.3...v2.0.0-rc.4

2.0.0-rc.3

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-rc.2...v2.0.0-rc.3

2.0.0-rc.2

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-rc.1...v2.0.0-rc.2

2.0.0-rc.1

What's Changed

Full Changelog: tui-cs/Terminal.Gui@v2.0.0-beta.218...v2.0.0-rc.1

2.0.0-beta.218

What's Changed

2.0.0-beta.1

The first v2 Beta release!

What's Changed (LOL!)

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 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)

Summary by cubic

Upgrade Terminal.Gui from 1.19.0 to 2.4.6 to adopt the v2 API and recent fixes and improvements. This is a major update with breaking changes; expect small code updates and re-run a quick UI smoke test.

  • Migration
    • Update imports for key binding types now under Terminal.Gui.Input.
    • If used, replace TableSelection.Cursor with TableSelection.SelectedCell.
    • Note: TextView is obsolete; prefer the newer editor components if applicable.
    • Re-test keyboard, mouse, and clipboard behavior across platforms (Windows, macOS, Linux/WSL).

Written for commit 145314e. Summary will update on new commits.

Review in cubic

---
updated-dependencies:
- dependency-name: Terminal.Gui
  dependency-version: 2.4.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #236.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/main/Terminal.Gui-2.4.6 branch June 22, 2026 14:45
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants