fix(deps): update module gopkg.in/yaml.v2 to v3 - #312
fix(deps): update module gopkg.in/yaml.v2 to v3#312lunar-renovatebot[bot] wants to merge 1 commit into
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 1956d51. Configure here.
|
|
||
| "github.com/stretchr/testify/assert" | ||
| "gopkg.in/yaml.v2" | ||
| "gopkg.in/yaml.v3" |
There was a problem hiding this comment.
Stale map type test expectations
Medium Severity
These tests still expect nested YAML objects as map[interface{}]interface{}, which was yaml.v2 behavior. Under gopkg.in/yaml.v3, string-keyed maps decode as map[string]interface{}, so these assertions fail even though production helpers already handle both map types.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 1956d51. Configure here.


This PR contains the following updates:
v2.4.0→v3.0.1Release Notes
go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1Compare Source
v3.0.0Compare Source
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Run
lunarctl renovate refresh -r lunarway/shuttleto trigger refresh immediately. Check renovate-refresh-cli for more details.This PR has been generated by Renovate Bot.