Bump the non-major-updates group with 5 updates#17
Merged
Akeoott merged 1 commit intoMay 21, 2026
Merged
Conversation
Bumps Microsoft.Extensions.DependencyInjection from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Logging from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Logging.Console from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Logging.Debug from 10.0.7 to 10.0.8 Bumps Terminal.Gui from 2.0.0-beta.10 to 2.1.0 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging.Debug dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Terminal.Gui dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-updates - dependency-name: Terminal.Gui dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Akeoott
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Microsoft.Extensions.DependencyInjection from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.Extensions.DependencyInjection's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.Extensions.Logging's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Console from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.Extensions.Logging.Console's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Logging.Debug from 10.0.7 to 10.0.8.
Release notes
Sourced from Microsoft.Extensions.Logging.Debug's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Terminal.Gui from 2.0.0-beta.10 to 2.1.0.
Release notes
Sourced from Terminal.Gui's releases.
2.1.0
What's Changed
TableSelection.CursortoTableSelection.SelectedCellby @Copilot in Fixes #5137 - BREAKING CHANGE - RenameTableSelection.CursortoTableSelection.SelectedCellgui-cs/Terminal.Gui#5142RunAsync(IRunnable, CancellationToken)by @Copilot in Fixes #5157. AddRunAsync(IRunnable, CancellationToken)gui-cs/Terminal.Gui#5159FileDialogbase type from Dialog to Dialog<IReadOnlyList?> by @Copilot in Fixes #5158. RefactorFileDialogbase type from Dialog to Dialog<IReadOnlyList<string>?> gui-cs/Terminal.Gui#5160... (truncated)
2.1.0-rc.5
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.1.0-rc.4...v2.1.0-rc.5
2.1.0-rc.4
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.1.0-rc.3...v2.1.0-rc.4
2.1.0-rc.3
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.1.0-rc.2...v2.1.0-rc.3
2.1.0-rc.2
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.1.0-rc.1...v2.1.0-rc.2
2.1.0-rc.1
What's Changed
TableSelection.CursortoTableSelection.SelectedCellby @Copilot in Fixes #5137 - BREAKING CHANGE - RenameTableSelection.CursortoTableSelection.SelectedCellgui-cs/Terminal.Gui#5142RunAsync(IRunnable, CancellationToken)by @Copilot in Fixes #5157. AddRunAsync(IRunnable, CancellationToken)gui-cs/Terminal.Gui#5159FileDialogbase type from Dialog to Dialog<IReadOnlyList?> by @Copilot in Fixes #5158. RefactorFileDialogbase type from Dialog to Dialog<IReadOnlyList<string>?> gui-cs/Terminal.Gui#5160... (truncated)
2.1.0-beta.1
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.1...v2.1.0-beta.1
2.0.1
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0...v2.0.1
2.0.0
What's Changed
Attribute.Makeworks even if a driver isn't loaded by @tig in Fixes #2296.Attribute.Makeworks even if a driver isn't loaded gui-cs/Terminal.Gui#2301ConsoleDriverAPIs by @tig in Fixes #2300. Removes unusedConsoleDriverAPIs gui-cs/Terminal.Gui#2320IgnoreBorderPropertyOnRedrawtoViewby @tig in Fixes #2336. Adds aIgnoreBorderPropertyOnRedrawtoViewgui-cs/Terminal.Gui#2337... (truncated)
2.0.0-rc.7
What's Changed
mainbuild by @tig in Release newmainbuild gui-cs/Terminal.Gui#5005AppModel.Inlineissues needed forOutput-ConsoleGridViewto work well by @tig in FixesAppModel.Inlineissues needed forOutput-ConsoleGridViewto work well gui-cs/Terminal.Gui#5010TreeView.GetSizeby @tig in AddsTreeView.GetSizegui-cs/Terminal.Gui#5025CollectionNavigatordoes not repond to alt or ctrl keys by @tig in EnsuresCollectionNavigatordoes not repond to alt or ctrl keys gui-cs/Terminal.Gui#5014View.ScrollBarsnow only show if they fit - FixesView.Viewportbug by @tig in Fixes #5043 -View.ScrollBarsnow only show if they fit - FixesView.Viewportbug gui-cs/Terminal.Gui#5045Alt-Tin aTextFieldcauses atto be entered by @BDisp in Fixes #5057. PressingAlt-Tin aTextFieldcauses atto be entered gui-cs/Terminal.Gui#5059SetFocusonCanFocus == falseshould still set focus toSuperViewby @BDisp in Fixes #4179.SetFocusonCanFocus == falseshould still set focus toSuperViewgui-cs/Terminal.Gui#5073nullroot inSourcesManager.Loadby @Copilot in Fixes #5078. Handle JSONnullroot inSourcesManager.Loadgui-cs/Terminal.Gui#5079New Contributors
... (truncated)
2.0.0-rc.6
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-rc.5...v2.0.0-rc.6
2.0.0-rc.5
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-rc.4...v2.0.0-rc.5
2.0.0-rc.4
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-rc.3...v2.0.0-rc.4
2.0.0-rc.3
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-rc.2...v2.0.0-rc.3
2.0.0-rc.2
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-rc.1...v2.0.0-rc.2
2.0.0-rc.1
What's Changed
Full Changelog: gui-cs/Terminal.Gui@v2.0.0-beta.218...v2.0.0-rc.1
2.0.0-beta.218
What's Changed
ContentSizecapture by @tig in Partially Fixes #4522 - StaleContentSizecapture gui-cs/Terminal.Gui#4863Adornmentsand RewritesTabViewby @tig in Fixes #4183 - BREAKING CHANGE - FinishesAdornmentsand RewritesTabViewgui-cs/Terminal.Gui#4829... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions