chore(deps): bump golang.org/x/term from 0.40.0 to 0.45.0 - #13
Merged
Conversation
74 tasks
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.40.0 to 0.45.0. - [Commits](golang/term@v0.40.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>
dependabot
Bot
force-pushed
the
dependabot/go_modules/golang.org/x/term-0.45.0
branch
from
September 7, 2026 04:24
63ce1d9 to
de0341c
Compare
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.40.0 to 0.45.0 in both the root and examples modules. The examples pin must remain aligned because repository validation resolves the root module through a local replacement.Why
Version 0.45.0 is the current upstream release. The upstream changes since 0.40.0 are limited to module metadata: x/term now requires Go 1.25 and
golang.org/x/sys0.47.0. Execx already requires Go 1.27 and already uses x/sys 0.47.0, so this introduces no public API, configuration, persisted-data, runtime behavior, operational, or minimum Go version change for execx consumers. The direct terminal-detection and shadow-output behavior passes alongside all three modules, race detection, 100% statement coverage, Windows, Darwin, Plan 9, and WebAssembly compilation, generated documentation parity, vulnerability scans, and SBOM generation.