chore(deps): bump golang.org/x/term from 0.35.0 to 0.45.0 - #6
Merged
Conversation
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.35.0 to 0.45.0. - [Commits](golang/term@v0.35.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
74 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
What
Update
golang.org/x/termfrom 0.35.0 to 0.45.0 and its indirectgolang.org/x/sysdependency from 0.44.0 to 0.47.0 in both the root and examples modules.Why
The root and examples modules must stay version-aligned because examples replace the published console module with the sibling source tree. The update adds delete-key and transpose handling to terminal input while retaining the
IsTerminal,GetSize, andReadPasswordAPIs used by console. Version 0.45.0 requires Go 1.25, which matches the repository's existing minimum, so there is no API, configuration, persisted-data, or minimum-Go-version change.