Skip to content

Conversation

@loreto
Copy link
Contributor

@loreto loreto commented Aug 1, 2025

Summary

Upgrade dependencies in opensource (except anthropic which has breaking changes)

How was it tested?

devbox run build

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 License.

By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the Community Contribution License.

@loreto loreto requested review from Copilot and gcurtis August 1, 2025 14:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades various dependencies across multiple Go modules in the opensource repository, excluding the anthropic SDK due to breaking changes. The upgrades include minor version bumps for build tools, GitHub API clients, AWS SDK components, and AI-related libraries.

  • Updates esbuild from v0.25.6 to v0.25.8 for improved build performance
  • Upgrades GitHub API client from v73 to v74 for latest features
  • Updates AWS SDK components and other dependencies to their latest minor versions

Reviewed Changes

Copilot reviewed 7 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tyson/go.mod Updates esbuild dependency to v0.25.8
pkg/runx/impl/github/github.go Updates go-github import to v74
pkg/runx/impl/github/convert.go Updates go-github import to v74
pkg/go.mod Updates multiple dependencies including go-github, doublestar, and coreos/go-oidc
go.work.sum Updates checksums for dependency changes
envsec/go.mod Updates AWS SDK components and other dependencies
aisdk/ai/go.mod Updates OpenAI Go SDK to v1.12.0
Comments suppressed due to low confidence (1)

go.work.sum:24

  • The removal of the anthropic-sdk-go dependency from go.work.sum suggests it's still being used in the codebase (as seen in aisdk/ai/go.mod) but not properly tracked in the workspace. This could lead to inconsistent dependency resolution across the workspace.
github.com/aws/aws-sdk-go-v2 v1.26.1 h1:5554eUqIYVWpU0YmeeYZ0wU64H2VLBs8TlhRB2L+EkA=

@loreto loreto merged commit bd3077f into main Aug 1, 2025
13 checks passed
@loreto loreto deleted the daniel/update-deps branch August 1, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants