Skip to content

fix(deps): update module gopkg.in/yaml.v2 to v3 - #312

Open
lunar-renovatebot[bot] wants to merge 1 commit into
masterfrom
renovate/gopkg.in-yaml.v2-3.x
Open

fix(deps): update module gopkg.in/yaml.v2 to v3#312
lunar-renovatebot[bot] wants to merge 1 commit into
masterfrom
renovate/gopkg.in-yaml.v2-3.x

Conversation

@lunar-renovatebot

@lunar-renovatebot lunar-renovatebot Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
gopkg.in/yaml.v2 v2.4.0v3.0.1 age confidence

Release Notes

go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

Run lunarctl renovate refresh -r lunarway/shuttle to trigger refresh immediately. Check renovate-refresh-cli for more details.

This PR has been generated by Renovate Bot.

@lunar-renovatebot lunar-renovatebot Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@lunar-renovatebot
lunar-renovatebot Bot requested a review from a team as a code owner August 8, 2026 00:01
@lunar-renovatebot lunar-renovatebot Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@lunar-renovatebot

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
gopkg.in/yaml.v3 v3.0.1 -> v3.0.1

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1956d51. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants