Skip to content

Bump Terminal.Gui from 2.0.0-develop.5264 to 2.0.1 - #196

Merged
Yuta-K19418 merged 2 commits into
mainfrom
dependabot/nuget/src/App/Terminal.Gui-2.0.1
May 2, 2026
Merged

Bump Terminal.Gui from 2.0.0-develop.5264 to 2.0.1#196
Yuta-K19418 merged 2 commits into
mainfrom
dependabot/nuget/src/App/Terminal.Gui-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor

Updated Terminal.Gui from 2.0.0-develop.5264 to 2.0.1.

Release notes

Sourced from Terminal.Gui's releases.

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

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)

---
updated-dependencies:
- dependency-name: Terminal.Gui
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Yuta-K19418

Copy link
Copy Markdown
Owner

The CI failure in PR #196 is caused by breaking API changes in Terminal.Gui v2.0.1 (stable).

Here is a summary of the required changes:

1. TableView Migration

  • Selection Properties: SelectedColumn and SelectedRow have been consolidated into the SelectedCell (Point) property.
    • Use SelectedCell.X for column and SelectedCell.Y for row.
  • Navigation Method: ChangeSelectionByOffset has been renamed to MoveSelection.

2. TreeView Migration

  • Activation Event: The ObjectActivated event has been replaced by the standardized Accepted event.
    • Use treeView.Accepted += (s, e) => { ... } and check treeView.SelectedObject.

3. TreeNode Migration

  • Constructor: The TreeNode(string text) constructor has been removed.
    • Use the parameterless constructor with an object initializer: new TreeNode { Text = "text" }.

I have identified all 14 compilation errors and they all map to these three categories. I am ready to apply these fixes once instructed.

@Yuta-K19418
Yuta-K19418 merged commit a56a70f into main May 2, 2026
4 checks passed
@Yuta-K19418
Yuta-K19418 deleted the dependabot/nuget/src/App/Terminal.Gui-2.0.1 branch May 2, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant