chore(deps): bump the go-minor-patch group across 1 directory with 7 updates - #936
chore(deps): bump the go-minor-patch group across 1 directory with 7 updates#936dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the go-minor-patch group with 6 updates in the /go directory: | Package | From | To | | --- | --- | --- | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.9.0` | `1.10.1` | | [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go) | `0.29.0` | `0.31.0` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.26.3` | `4.26.7` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.53.0` | `0.54.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.56.0` | `0.57.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.48.2` | `1.56.0` | Updates `github.com/fsnotify/fsnotify` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.9.0...v1.10.1) Updates `github.com/parquet-go/parquet-go` from 0.29.0 to 0.31.0 - [Release notes](https://github.com/parquet-go/parquet-go/releases) - [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md) - [Commits](parquet-go/parquet-go@v0.29.0...v0.31.0) Updates `github.com/shirou/gopsutil/v4` from 4.26.3 to 4.26.7 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.26.3...v4.26.7) Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0 - [Commits](golang/crypto@v0.53.0...v0.54.0) Updates `golang.org/x/net` from 0.56.0 to 0.57.0 - [Commits](golang/net@v0.56.0...v0.57.0) Updates `golang.org/x/sys` from 0.46.0 to 0.47.0 - [Commits](golang/sys@v0.46.0...v0.47.0) Updates `modernc.org/sqlite` from 1.48.2 to 1.56.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.2...v1.56.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/parquet-go/parquet-go dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/shirou/gopsutil/v4 dependency-version: 4.26.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch - dependency-name: golang.org/x/crypto dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: golang.org/x/net dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: golang.org/x/sys dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: modernc.org/sqlite dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
miravoss26
left a comment
There was a problem hiding this comment.
Routine dependabot go-minor-patch bump — fsnotify, parquet-go, gopsutil/v4, x/crypto, x/net, x/sys, modernc.org/sqlite (+ transitive libc/cc/ccgo bumps). All patch/minor per semver. CI green: core (Go), Device Support driver contract, full stack, go test + vet all pass.
One thing worth a sanity check before merging, not a blocker: the diff also drops go-webauthn/webauthn, go-viper/mapstructure/v2, golang-jwt/jwt/v5, google/go-tpm(-tools), philhofer/fwd, tinylib/msgp, and go.uber.org/mock entirely — reads like go mod tidy clearing modules nothing imports anymore rather than something this PR set out to remove. Green build/vet says the tree doesn't need them today; flagging only because it's a bigger diff than "bump versions" implies, so it's worth knowing that's intentional (or a leftover from an earlier cleanup) rather than assumed.
Security screen: no secrets, no new network destinations, nothing exec/injection-shaped in a dependency-version diff.
Safe to merge from my read.
Bumps the go-minor-patch group with 6 updates in the /go directory:
1.9.01.10.10.29.00.31.04.26.34.26.70.53.00.54.00.56.00.57.01.48.21.56.0Updates
github.com/fsnotify/fsnotifyfrom 1.9.0 to 1.10.1Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
76b01a6Release 1.10.1fec150bUpdate changelog162b421inotify, windows: don't rename sibling watches sharing a path prefix (#755)224257finotify: don't remove sibling watches sharing a path prefix (#754)e0c956cwindows: document directory Write events and stabilize tests (#745)8d01d7bRelease 1.10.0602284eUpdate changelog7f03e59kqueue: skip ENOENT entries in watchDirectoryFiles (#748)dab9ddewindows: lock watch field updates against concurrent WatchList (#709) (#749)eadf267kqueue: drop watches directly in Close() instead of going through remove() (#...Updates
github.com/parquet-go/parquet-gofrom 0.29.0 to 0.31.0Release notes
Sourced from github.com/parquet-go/parquet-go's releases.
... (truncated)
Commits
e757753Fix encoding handling for schemas derived from legacy files (#555)7da7d08fix(variant): binary codec spec conformance and input validation (#551)3564a3fperf: optimize variant.Marshal via direct reflect-walk serialization (#550)91684bbfix(bloomfilter): correct offset calculation for section reads (#548)ecdb484perf: specialize single-column row comparator to bypass interface dispatch (#...57c2750perf: make Value level mutation inlinable and add in-place setters (#546)7f96b39Validate and error on invalid row counts in file & rowgroup footers (#539)395bdafValidate page headers, return errors instead of panic (#538)3993043Check data capacity (#540)c212f99perf: avoid per-row allocations when writing time columns (#542)Updates
github.com/shirou/gopsutil/v4from 4.26.3 to 4.26.7Release notes
Sourced from github.com/shirou/gopsutil/v4's releases.
... (truncated)
Commits
52a24c8Merge pull request #2128 from shirou/feat/follow-up-2125268a953[cpu][windows]: harden the cpu-total computation added in #21251e34da6Merge pull request #2125 from srebhan/fix_cpu_windows_total61f8802Merge pull request #2122 from shirou/dependabot/github_actions/actions/checko...7fb4dcfMerge pull request #2123 from shirou/dependabot/github_actions/actions/setup-...ae7d91aMerge pull request #2119 from shirou/fix/darwin-errno-and-libcache49052a1[darwin][process]: use a PID above PID_MAX in the not-running tests991b238[darwin]: pass the remaining Go pointers as unsafe.Pointer on darwinb9930e2Merge pull request #2124 from shirou/dependabot/github_actions/actions/labele...38a01b4[cpu][windows]: compute total counters from individual stats to handle proces...Updates
golang.org/x/cryptofrom 0.53.0 to 0.54.0Commits
cdce021go.mod: update golang.org/x dependenciesd9474ccopenpgp: make the deprecation message more explicit7626c50ssh: verify declared key type matches decoded key in authorized_keys0471e79ssh/agent: enforce strict limits on DSA key parameters6435c37ssh: sanitize client disconnect messages7d695dassh/agent: drain channel stderr in agent forwarders5b7f841acme/autocert: fix data race in Manager.createCert0b316e7argon2: update RFC 9106 parameter recommendations55aec0ax509roots/fallback: update bundle5f2de1ainternal: remove wycheproof testsUpdates
golang.org/x/netfrom 0.56.0 to 0.57.0Commits
b8f09f6go.mod: update golang.org/x dependenciesf05f21bidna: reject all-ASCII xn-- labels on all Go versions0f748cfinternal/http3: clean up stream I/O methods usages in tests0bb961einternal/http3: add net/http.ResponseController support0ca694dwebdav: document Dir's lack of defense against filesystem modificationbd5f1dchttp2: initialize Transport on NewClientConn488ff63bpf: add security considerations to package docs93d1f25xsrftoken: avoid token collisions5a3baeeinternal/http3: prevent panic in QPACK decoder due to overflowUpdates
golang.org/x/sysfrom 0.46.0 to 0.47.0Commits
9e7e939cpu: handle vendor suffixes in parseReleasef6fb8a1unix: use epoll_pwait rather than epoll_waitf3eeabfwindows: avoid length overflow in NewNTString3cb6647unix: update glibc to 2.43c507910windows: document safe usage of TrusteeValueUpdates
modernc.org/sqlitefrom 1.48.2 to 1.56.0Changelog
Sourced from modernc.org/sqlite's changelog.