Skip to content

update go/java/nodejs dependencies to their latest releases#3237

Merged
havetisyan merged 1 commit intomasterfrom
deps0312
Mar 12, 2026
Merged

update go/java/nodejs dependencies to their latest releases#3237
havetisyan merged 1 commit intomasterfrom
deps0312

Conversation

@havetisyan
Copy link
Copy Markdown
Collaborator

@havetisyan havetisyan commented Mar 12, 2026

Description

Contribution Checklist:

  • The pull request does not introduce any breaking changes
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Attach Screenshots (Optional)

Signed-off-by: Henry Avetisyan <hga@yahooinc.com>
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically updates dependencies across Go, Java, and Node.js components to their latest stable versions. The primary goal is to ensure the project benefits from the latest features, performance improvements, and security patches provided by these updated libraries and frameworks, while also maintaining compatibility and reducing technical debt.

Highlights

  • Go Dependency Updates: Updated numerous Go module dependencies, including AWS SDK Go v2, OpenTelemetry, Google APIs, and Kubernetes client libraries, to their latest patch and minor versions.
  • Java Dependency Updates: Upgraded several Java project dependencies in pom.xml, covering AWS SDK v2, Apache Commons Logging, Google Cloud BOM, Jetty, Mockito, OpenTelemetry, Protobuf, Slack client, and Swagger.
  • Node.js Dependency Updates: Performed extensive updates to Node.js packages in package-lock.json, affecting UI components, testing frameworks, build tools, and core utilities.
  • OpenTelemetry Configuration Refinement: Refactored the OpenTelemetry metric sender logic in Go to conditionally apply TLS client configuration for HTTP exporters only when the endpoint uses HTTPS.
Changelog
  • go.mod
    • Updated AWS SDK Go v2 related modules (e.g., aws-sdk-go-v2, config, credentials, service/acm, service/secretsmanager, service/ssm, service/sts) to newer patch versions.
    • Upgraded googleapis/gax-go/v2 from v2.17.0 to v2.18.0.
    • Updated OpenTelemetry Go modules (e.g., otelhttp, otel, otel/exporters, otel/metric, otel/sdk, otel/trace, proto/otlp) to newer minor/patch versions.
    • Upgraded golang.org/x/crypto, golang.org/x/net, golang.org/x/oauth2, golang.org/x/mod, golang.org/x/sync, golang.org/x/sys, golang.org/x/term, golang.org/x/text, golang.org/x/time, golang.org/x/tools to newer patch/minor versions.
    • Updated Google API related modules (e.g., google.golang.org/api, google.golang.org/grpc, google.golang.org/genproto) to newer patch versions.
    • Upgraded Kubernetes client libraries (k8s.io/apimachinery, k8s.io/client-go, k8s.io/api) to newer patch versions.
  • go.sum
    • Updated checksums for all upgraded Go dependencies to reflect their new versions.
  • libs/go/sia/otel/metric_sender.go
    • Added strings package import.
    • Updated OpenTelemetry semantic conventions version from v1.39.0 to v1.40.0.
    • Modified initializeOTelSDK to check for 'https://' prefix in the collector endpoint before applying TLS client configuration for HTTP exporters.
  • pom.xml
    • Updated aws2.version from 2.42.2 to 2.42.11.
    • Upgraded commons.logging.version from 1.3.5 to 1.3.6.
    • Updated gcp.bom.version from 26.76.0 to 26.77.0.
    • Upgraded jetty.version from 12.0.32 to 12.0.33.
    • Updated mockito.version from 5.21.0 to 5.23.0.
    • Upgraded opentelemetry.version from 1.59.0 to 1.60.1.
    • Updated protobuf.java.version from 4.33.5 to 4.34.0.
    • Upgraded slack.client.version from 1.47.0 to 1.48.0.
    • Updated swagger.version from 2.2.43 to 2.2.45.
  • ui/package-lock.json
    • Updated @floating-ui/core from 1.7.4 to 1.7.5.
    • Updated @floating-ui/dom from 1.7.5 to 1.7.6.
    • Updated @floating-ui/utils from 0.2.10 to 0.2.11.
    • Updated @jest/diff-sequences from 30.0.1 to 30.3.0.
    • Added deprecated flag to @sinonjs/text-encoding.
    • Updated @types/node (multiple instances) to 25.5.0 and 20.19.37.
    • Added @vitest/utils and its nested dependencies (@vitest/pretty-format, tinyrainbow).
    • Updated expect-webdriverio related packages (@jest/expect-utils, @jest/types, @vitest/pretty-format, @vitest/snapshot, expect, jest-diff, jest-matcher-utils, jest-message-util, jest-mock, jest-util, pretty-format, tinyrainbow) to newer versions.
    • Changed micromatch to picomatch in jest-message-util dependencies.
    • Updated fast-xml-builder from 1.0.0 to 1.1.2 and added path-expression-matcher dependency.
    • Updated fast-xml-parser from 5.4.1 to 5.5.3 and added path-expression-matcher dependency.
    • Removed optional: true flag from bare-fs, bare-os, bare-stream, bare-tree dependencies.
    • Updated baseline-browser-mapping from 2.10.0 to 2.10.7.
    • Updated caniuse-lite from 1.0.30001774 to 1.0.30001778.
    • Updated cheerio/node_modules/undici from 7.22.0 to 7.24.0.
    • Updated dedent from 1.7.1 to 1.7.2.
    • Updated electron-to-chromium from 1.5.302 to 1.5.313.
    • Updated immutable from 4.3.7 to 4.3.8.
    • Updated node-releases from 2.0.27 to 2.0.36.
    • Added path-expression-matcher as a new top-level dependency.
    • Updated pg-protocol from 1.12.0 to 1.13.0.
    • Updated pump from 3.0.3 to 3.0.4.
    • Updated safe-regex2 from 5.0.0 to 5.1.0 and added bin entry.
    • Updated strnum from 2.1.2 to 2.2.0.
    • Updated tar-fs from 3.1.1 to 3.1.2.
    • Updated tar-fs/node_modules/tar-stream from 3.1.7 to 3.1.8 and added bare-fs dependency.
    • Updated undici from 6.23.0 to 6.24.0.
Activity
  • No human activity has been recorded on this pull request since its creation.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates Go, Java, and Node.js dependencies to their latest versions. The changes in go.mod and pom.xml are straightforward version bumps. The package-lock.json also contains dependency updates, but I've noticed that one of the updated packages, @sinonjs/text-encoding, is now marked as deprecated and should be addressed. Additionally, there's a functional change in libs/go/sia/otel/metric_sender.go related to TLS configuration for the OTel HTTP exporter.

@havetisyan havetisyan merged commit 3a74406 into master Mar 12, 2026
8 checks passed
@havetisyan havetisyan deleted the deps0312 branch March 12, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants