Skip to content

Conversation

@vbotbuildovich
Copy link
Contributor

This PR updates the Go modules for the Bloblang playground Wasm code.

@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit 9ca363d
🔍 Latest deploy log https://app.netlify.com/projects/docs-ui/deploys/696a370750345d00082ce13f
😎 Deploy Preview https://deploy-preview-354--docs-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 30 (🟢 up 1 from production)
Accessibility: 93 (no change from production)
Best Practices: 100 (no change from production)
SEO: 89 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 16, 2026

📝 Walkthrough

Walkthrough

This pull request updates the Go module dependencies and toolchain version in blobl-editor/wasm/go.mod. The Go toolchain is bumped from version 1.25.5 to 1.25.6. Three dependencies are updated: benthos/v4 from v4.63.0 to v4.63.1, connect/v4 from v4.77.0 to v4.78.0, and the indirect dependency google.golang.org/protobuf from v1.36.10 to v1.36.11.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • #336: Sequential Go dependency bumps to benthos/v4 and connect/v4 in the same module file
  • #324: Updates the same dependencies (benthos/v4 and connect/v4) in go.mod
  • #281: Bumps Go toolchain and updates dependency versions in the same module file

Suggested reviewers

  • JakeSCahill
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating Go modules in the blobl-editor/wasm/go.mod file.
Description check ✅ Passed The description is directly related to the changeset, explaining that it updates Go modules for the Bloblang playground Wasm code.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.



📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between dda8a17 and 9ca363d.

⛔ Files ignored due to path filters (1)
  • blobl-editor/wasm/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • blobl-editor/wasm/go.mod
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: CR
Repo: redpanda-data/docs-ui PR: 0
File: CLAUDE.md:0-0
Timestamp: 2026-01-07T20:45:04.025Z
Learning: Applies to {blobl-editor/wasm,console-config-migrator}/**/*.go : WebAssembly modules should be built using `gulp build:wasm` after editing Go source in `blobl-editor/wasm/` or `console-config-migrator/`
📚 Learning: 2026-01-07T20:45:04.025Z
Learnt from: CR
Repo: redpanda-data/docs-ui PR: 0
File: CLAUDE.md:0-0
Timestamp: 2026-01-07T20:45:04.025Z
Learning: Applies to {blobl-editor/wasm,console-config-migrator}/**/*.go : WebAssembly modules should be built using `gulp build:wasm` after editing Go source in `blobl-editor/wasm/` or `console-config-migrator/`

Applied to files:

  • blobl-editor/wasm/go.mod
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: build
  • GitHub Check: test-bloblang-playground
🔇 Additional comments (4)
blobl-editor/wasm/go.mod (4)

3-3: Excellent: Go toolchain security update applied.

Go 1.25.6 was released on January 15, 2026 and includes security fixes addressing CVE-2025-61728 (archive/zip DoS), CVE-2025-61730 (crypto/tls handshake information disclosure), and four additional CVEs. This is a critical security update that addresses denial-of-service and TLS vulnerabilities.


107-107: Indirect dependency updated.

The protobuf module v1.36.11 was published on December 12, 2025 and represents a patch update from v1.36.10. The package was scanned for known vulnerabilities and no issues were found.


1-110: Reminder: Rebuild WebAssembly modules after Go module updates.

After merging this PR, remember to rebuild the WebAssembly modules using gulp build:wasm to ensure the updated Go dependencies are compiled into the Wasm binaries.

Based on learnings, WebAssembly modules should be built using this command after editing Go source in blobl-editor/wasm/.


6-7: Dependency updates look reasonable.

The direct dependency updates are incremental patch/minor version bumps. The benthos update from v4.63.0 to v4.63.1 is a patch release, while connect moves from v4.77.0 to v4.78.0 (minor bump). Both versions are available and accessible. These are routine maintenance updates.

✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.


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

@JakeSCahill JakeSCahill merged commit ffa9182 into main Jan 23, 2026
7 checks passed
@JakeSCahill JakeSCahill deleted the update-go-mod branch January 23, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants