-
Notifications
You must be signed in to change notification settings - Fork 8
auto-docs: Update Go modules #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docs-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe change updates the Possibly related PRs
Suggested reviewers
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
blobl-editor/wasm/go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
blobl-editor/wasm/go.mod(3 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build
🔇 Additional comments (2)
blobl-editor/wasm/go.mod (2)
71-71: Approve patch bump forgithub.com/rickb777/period
The indirect dependency has been updated fromv1.0.11tov1.0.12. This is a patch release and should be backward-compatible.
94-94: Approve Go extended package bumps
The indirect dependencies forgolang.org/x/crypto(v0.38.0),golang.org/x/sync(v0.14.0),golang.org/x/sys(v0.33.0), andgolang.org/x/text(v0.25.0) have been updated. These are minor/patch updates that typically include security fixes and performance improvements without breaking the API.Also applies to: 97-99
|
|
||
| require ( | ||
| github.com/redpanda-data/benthos/v4 v4.50.0 | ||
| github.com/redpanda-data/benthos/v4 v4.51.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Validate Benthos dependency bump
The direct dependency github.com/redpanda-data/benthos/v4 has been upgraded from v4.50.0 to v4.51.0. Please ensure this minor version bump introduces no breaking API changes by running the Wasm module’s full test suite.
🏁 Script executed:
#!/bin/bash
set -e
cd blobl-editor/wasm
go test ./...Length of output: 5408
Validate Benthos dependency bump
The direct dependency github.com/redpanda-data/benthos/v4 has been upgraded from v4.50.0 to v4.51.0. The Wasm module’s tests currently fail under the default host environment—please rerun them in a Wasm context to catch any API regressions:
#!/bin/bash
set -e
cd blobl-editor/wasm
GOOS=js GOARCH=wasm go test ./...- If you run tests within a Wasm runtime, use your Wasm-aware executor (e.g.,
go test -exec wasmexec). - Verify that no new failures arise due to the Benthos bump.
🤖 Prompt for AI Agents
In blobl-editor/wasm/go.mod at line 8, the Benthos dependency was updated from
v4.50.0 to v4.51.0. To ensure this minor version bump does not introduce
breaking API changes, rerun the Wasm module's full test suite specifically in a
Wasm runtime environment by setting GOOS=js and GOARCH=wasm and using a
Wasm-aware test executor like 'go test -exec wasmexec'. Confirm that all tests
pass without new failures related to the Benthos upgrade.
556fd18 to
64391f0
Compare
This PR updates the Go modules for the Bloblang playground Wasm code.