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 Sep 19, 2025

Deploy Preview for docs-ui ready!

Name Link
🔨 Latest commit 432827c
🔍 Latest deploy log https://app.netlify.com/projects/docs-ui/deploys/68dfd5d104cee50008cf3af0
😎 Deploy Preview https://deploy-preview-336--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: 27 (🟢 up 11 from production)
Accessibility: 93 (no change from production)
Best Practices: 100 (no change from production)
SEO: 88 (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 Sep 19, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

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

📝 Walkthrough

Walkthrough

Updated blobl-editor/wasm/go.mod to bump github.com/redpanda-data/benthos/v4 from v4.55.0 to v4.56.0 and github.com/redpanda-data/connect/v4 from v4.62.0 to v4.63.0. Added new indirect dependencies: bufbuild/reflect/connectrpc/go, bufbuild/reflect/protocolbuffers/go, connectrpc.com/connect, bufbuild/prototransform, and github.com/pkg/errors. No source code changes beyond go.mod are indicated.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • JakeSCahill

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title "auto-docs: Update Go modules" succinctly and accurately summarizes the primary change in the changeset (updating Go module dependencies in blobl-editor/wasm/go.mod); it is concise, specific, and relevant for a teammate scanning PR history.
Description Check ✅ Passed The description "This PR updates the Go modules for the Bloblang playground Wasm code." directly matches the changes shown in the raw_summary (updates to blobl-editor/wasm/go.mod) and is therefore related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
blobl-editor/wasm/go.mod (2)

29-29: prototransform added indirectly—watch for code size and TinyGo quirks.

bufbuild/prototransform can pull in reflection/protobuf helpers; ensure they don’t bloat the WASM artifact or hit TinyGo limitations. If size regresses, consider pruning via build tags or replacing reflect-heavy paths.


73-73: github.com/pkg/errors added indirectly—OK, just noting.

No action needed; upstream still uses it. Prefer std lib errors in direct code when possible.

📜 Review details

Configuration used: CodeRabbit 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 a082afa and 23105fb.

⛔ 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 (3 hunks)
⏰ 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). (5)
  • GitHub Check: Redirect rules - docs-ui
  • GitHub Check: Header rules - docs-ui
  • GitHub Check: Pages changed - docs-ui
  • GitHub Check: test-bloblang-playground
  • GitHub Check: build
🔇 Additional comments (3)
blobl-editor/wasm/go.mod (3)

8-9: Deps bump LGTM; double-check WASM build still passes.

The Benthos (v4.56.0) and Connect (v4.63.0) bumps look fine for a module-only PR. Please confirm the Bloblang playground WASM build remains green in CI and that no transitive changes increase the WASM payload size unexpectedly.


13-15: New ConnectRPC-related indirects—verify license/size impact in WASM.

These come via upstream; likely harmless, but please sanity‑check:

  • License compatibility for docs-site distribution.
  • Whether tree‑shaking eliminates them from the final .wasm.

3-5: Confirm go directive format; patch version may be invalid here.

The go directive typically uses major.minor (e.g., go 1.24), while toolchain carries the patch (e.g., go1.24.2). If go 1.24.1 is rejected by your toolchain, switch to go 1.24.

Apply if needed:

-go 1.24.1
+go 1.24

@JakeSCahill JakeSCahill merged commit 36023d4 into main Oct 3, 2025
7 checks passed
@JakeSCahill JakeSCahill deleted the update-go-mod branch October 3, 2025 15:32
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