Skip to content

chore(deps): bump the go_modules group across 1 directory with 2 updates#602

Merged
kevin-dimichel merged 1 commit into
release/v2.22.0from
kevin/dependabot/go_modules/tests/go_modules-300547a8bd
Jul 10, 2026
Merged

chore(deps): bump the go_modules group across 1 directory with 2 updates#602
kevin-dimichel merged 1 commit into
release/v2.22.0from
kevin/dependabot/go_modules/tests/go_modules-300547a8bd

Conversation

@kevin-dimichel

@kevin-dimichel kevin-dimichel commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Rationale

Supersedes #601 cherry-picking the commit to the release branch and resolving the merge conflicts.

Review Priority

  • high
  • medium
  • low

Changes

git cherry-pick 09c848c6b5b3322c1d7fe7985fb06a5c438fad9a
cd tests/
# resolve merge conflicts in go.mod
go mod init
go mod tidy
git add go.mod go.sum
git cherry-pick --continue
make test-unit-compose
make test-unit-helm
git push

Bumps the go_modules group with 1 update in the /tests directory: golang.org/x/crypto.

Updates golang.org/x/crypto from 0.45.0 to 0.52.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.47.0 to 0.54.0

Commits
  • b138e06 go.mod: update golang.org/x dependencies
  • 689f70a quic: fix wrong final size being used for RESET_STREAM frame
  • 208f306 http3: increase handshake timeout
  • 49810da http2: enable net/http wrapping when go >= 1.27
  • 5e11a5a quic: fix data race in streamForFrame
  • 8c63081 http2: use empty Transport rather than DefaultTransport in http2wrap
  • fc7b466 http2: add http2wrap test
  • 15c2cb1 http2: avoid overflowing 32-bit int when http2wrap enabled
  • 6465188 http2: add wrapped Server
  • 72f419a http2: add wrapped ClientConn
  • Additional commits viewable in compare view

Testing

locall runs of compose and helm unit tests passed:

[fiftyone-teams-app-deploy]$ make test-unit-compose
ok  	github.com/voxel51/fiftyone-teams-app-deploy/unit/compose	2.808s
[fiftyone-teams-app-deploy]$ make test-unit-helm
...
PASS
ok  	github.com/voxel51/fiftyone-teams-app-deploy/unit/helm	17.143s
[fiftyone-teams-app-deploy]$

Bumps the go_modules group with 1 update in the /tests directory: [golang.org/x/crypto](https://github.com/golang/crypto).

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.45.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.54.0
- [Commits](golang/net@v0.47.0...v0.54.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/net
  dependency-version: 0.54.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@kevin-dimichel kevin-dimichel requested a review from a team as a code owner July 10, 2026 16:06
@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • tests/go.mod is excluded by !**/*.mod
  • tests/go.sum is excluded by !**/*.sum, !**/*.sum

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2a8b1d68-72e7-4d11-a371-e505226dc3d0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch kevin/dependabot/go_modules/tests/go_modules-300547a8bd

Comment @coderabbitai help to get the list of available commands.

@kevin-dimichel kevin-dimichel added the priority-low Low Priority PR - review today label Jul 10, 2026
@kevin-dimichel kevin-dimichel merged commit 0404e35 into release/v2.22.0 Jul 10, 2026
9 checks passed
@kevin-dimichel kevin-dimichel deleted the kevin/dependabot/go_modules/tests/go_modules-300547a8bd branch July 10, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority-low Low Priority PR - review today

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants