chore(deps): bump golang.org/x/sys from 0.44.0 to 0.47.0 - #12
Merged
Conversation
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.44.0 to 0.47.0. - [Commits](golang/sys@v0.44.0...v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.47.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/sysfrom 0.44.0 to 0.47.0 in both the root and examples modules. The examples pin must remain aligned because it resolves the root module through a local replacement during repository validation.Why
This incorporates the upstream Unix polling update from
epoll_waittoepoll_pwait, the WindowsNewNTStringlength-overflow fix, and current platform definitions. Execx directly uses Unix polling for PTY readiness and hangup handling, so the full PTY behavior suite was exercised, including interrupted polls, data draining, hangups, and preserved failures. There are no public API, configuration, persisted-data, runtime behavior, or minimum Go version changes. Linux tests, race detection, 100% statement coverage, Windows, Darwin, Plan 9, and WebAssembly compilation, generated documentation parity, vulnerability scans, and SBOM generation all pass across the three repository modules.