build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 - #285
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2#285dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.83.1...v1.83.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.83.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the vendored Go module dependencies, primarily bumping google.golang.org/grpc from v1.83.1 to v1.83.2 (including a server-side security fix), along with associated transitive updates (golang.org/x/net, x/sync, x/sys, x/text) reflected in go.mod, go.sum, and vendor/.
Changes:
- Bump
google.golang.org/grpctov1.83.2and refresh vendored sources. - Update transitive dependencies (
golang.org/x/net,x/sync,x/sys,x/text) and regenerate related vendored/generated syscall files. - Incorporate upstream behavior/security adjustments in vendored
grpcandx/net/http2code.
Reviewed changes
Copilot reviewed 1 out of 49 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vendor/modules.txt | Updates vendored module versions recorded for the workspace. |
| vendor/google.golang.org/grpc/version.go | Updates gRPC version constant to 1.83.2. |
| vendor/google.golang.org/grpc/internal/transport/http2_server.go | Applies upstream security behavior: reject requests missing both Host and :authority. |
| vendor/golang.org/x/text/unicode/norm/normalize.go | Updates normalization logic to treat invalid runes via isInvalid() sentinel. |
| vendor/golang.org/x/text/unicode/norm/iter.go | Simplifies iterator advancement now that invalid rune size handling is standardized. |
| vendor/golang.org/x/text/unicode/norm/forminfo.go | Adds invalid-rune sentinel (flags == 0x80) and adjusts quick-check flag masking. |
| vendor/golang.org/x/sys/windows/types_windows.go | Adds MAX_USHORT constant used for bounds checks. |
| vendor/golang.org/x/sys/windows/syscall_windows.go | Tightens NewNTString to validate size and avoid unsafe pointer patterns. |
| vendor/golang.org/x/sys/windows/security_windows.go | Documents/annotates pinning requirements and deprecates unsafe TrusteeValueFromString usage. |
| vendor/golang.org/x/sys/unix/zsyscall_linux.go | Adds/adjusts generated Linux syscall wrapper (EpollWait) targeting SYS_EPOLL_PWAIT. |
| vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zsyscall_linux_386.go | Removes arch-specific generated EpollWait wrapper (now centralized). |
| vendor/golang.org/x/sys/unix/zerrors_linux.go | Updates Linux constants (including correcting MS_NOUSER sign) per upstream. |
| vendor/golang.org/x/sys/unix/syscall_linux.go | Remaps EpollWait to SYS_EPOLL_PWAIT in the syscall declaration. |
| vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_s390x.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_ppc.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_loong64.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_arm64.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_arm.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_amd64.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sys/unix/syscall_linux_386.go | Removes arch-local EpollWait syscall directive (now centralized). |
| vendor/golang.org/x/sync/semaphore/semaphore.go | Adds explicit non-negative weight requirement and panics on negative weights. |
| vendor/golang.org/x/net/idna/idna.go | Tightens punycode error behavior for ASCII-only xn-- labels (security-related). |
| vendor/golang.org/x/net/http2/transport_wrap.go | Restores/ensures HTTP/2 enabling on wrapped http.Transport and refines reservation handling. |
| vendor/golang.org/x/net/http2/server_wrap.go | Ensures ALPN NextProtos are registered on http.Server TLS config for HTTP/2 negotiation. |
| vendor/golang.org/x/net/http2/hpack/tables.go | Lazily builds header table maps to reduce memory for decoder-only tables. |
| vendor/golang.org/x/net/http2/hpack/hpack.go | Removes eager map initialization to support lazy map creation. |
| vendor/golang.org/x/net/http2/hpack/encode.go | Removes eager map initialization to support lazy map creation. |
| vendor/golang.org/x/net/bpf/doc.go | Adds security considerations documentation for the BPF VM implementation. |
| go.sum | Updates checksums for bumped modules. |
| go.mod | Bumps grpc and related x/* dependencies to the new versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Bumps google.golang.org/grpc from 1.83.1 to 1.83.2.
Release notes
Sourced from google.golang.org/grpc's releases.
Commits
030ee8bUpdate version to 1.83.2 (#9375)8668b69cherry-pick #9365 to v1.83.x (#9366)a3e952dcherry-pick #9346 to v1.83.x and update x/net dependency (#9369)58f8fd9Change version to 1.83.2-dev (#9337)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)