Skip to content

build(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 in /clients/cli#51

Merged
angristan merged 1 commit intomasterfrom
dependabot/go_modules/clients/cli/golang.org/x/term-0.40.0
Feb 17, 2026
Merged

build(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 in /clients/cli#51
angristan merged 1 commit intomasterfrom
dependabot/go_modules/clients/cli/golang.org/x/term-0.40.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps golang.org/x/term from 0.39.0 to 0.40.0.

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/clients/cli/golang.org/x/term-0.40.0 branch from 86a7253 to 3e5ec8e Compare February 16, 2026 18:47
@angristan
Copy link
Owner

@dependabot rebase

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.39.0 to 0.40.0.
- [Commits](golang/term@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/clients/cli/golang.org/x/term-0.40.0 branch from 3e5ec8e to ebe9d0a Compare February 17, 2026 18:20
@angristan angristan merged commit 8769d1b into master Feb 17, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/clients/cli/golang.org/x/term-0.40.0 branch February 17, 2026 18:35
@netclode
Copy link

netclode bot commented Feb 17, 2026

Dependency Update Review: PR #51

1. Update Summary

Dependency Old New Bump Type
golang.org/x/term 0.39.0 0.40.0 Minor
golang.org/x/sys (transitive) 0.40.0 0.41.0 Minor
google.golang.org/grpc (transitive) 1.78.0 1.79.1 Patch

2. Dependency Source Code Analysis

golang.org/x/term 0.40.0: The only change is bumping its golang.org/x/sys dependency from 0.40.0 to 0.41.0. No source code changes to the term package itself.

golang.org/x/sys 0.41.0 changes:

  • Added IoctlSetString() function to ioctl_signed.go and ioctl_unsigned.go (new API, not breaking)
  • Removed duplicate IoctlSetString() from syscall_solaris.go (consolidation)
  • Minor error handling improvement in recvmsgRaw calls in syscall_unix.go

None of these changes affect the term package's public API (IsTerminal, MakeRaw, Restore, GetSize).


3. Codebase Impact Analysis

Usage locations: clients/cli/cmd/shell.go

Function Line Purpose
term.IsTerminal() 57 Verify stdin is a terminal
term.MakeRaw() 245 Put terminal in raw mode for interactive shell
term.Restore() 251 Restore terminal state on exit
term.GetSize() 256, 278 Get terminal dimensions for PTY resize

Risk assessment: None of the functions used have signature or behavior changes. The codebase does not directly import golang.org/x/sys in any source files (only as indirect dependency in go.mod).


4. CI Status

All checks passed:

Check Status
build (darwin, amd64) ✅ pass
build (darwin, arm64) ✅ pass
build (linux, amd64) ✅ pass
build (linux, arm64) ✅ pass
lint ✅ pass
test ✅ pass

5. Verdict

Safe to merge

This is a routine minor version bump. The golang.org/x/term package has zero source code changes—only a transitive dependency update. The underlying golang.org/x/sys changes are additive (new function) and internal refactoring that don't affect the term API. All four terminal functions used in shell.go are unchanged. CI passes on all platforms.

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant