Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.17.

Release notes

Sourced from github.com/gkampitakis/go-snaps's releases.

v0.5.16

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.15...v0.5.16

v0.5.15

What's Changed

Full Changelog: gkampitakis/go-snaps@v0.5.14...v0.5.15

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated and optimized project dependencies for improved stability and compatibility.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [github.com/gkampitakis/go-snaps](https://github.com/gkampitakis/go-snaps) from 0.5.14 to 0.5.17.
- [Release notes](https://github.com/gkampitakis/go-snaps/releases)
- [Commits](gkampitakis/go-snaps@v0.5.14...0.5.17)

---
updated-dependencies:
- dependency-name: github.com/gkampitakis/go-snaps
  dependency-version: 0.5.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2025
@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

Walkthrough

The go.mod file was updated to manage project dependencies. The change removes an indirect dependency on gkampitakis/go-diff v1.3.2 and replaces it with sergi/go-diff v1.4.0. Additionally, yaml.v2 v2.4.0 was removed while yaml.v3 is retained, and gkampitakis/go-snaps was updated from v0.5.14 to v0.5.17.

Changes

Cohort / File(s) Summary
Dependency Management
go.mod
Replaced diff package dependency (gkampitakis/go-diff → sergi/go-diff), removed yaml.v2, and updated go-snaps version

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5–10 minutes

  • Verify that replacing gkampitakis/go-diff with sergi/go-diff maintains API compatibility with existing code
  • Confirm removal of yaml.v2 does not break any direct or transitive dependencies
  • Check release notes for go-snaps v0.5.17 for any breaking changes or migration requirements

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the primary change in the PR, which is updating the go-snaps dependency from 0.5.14 to 0.5.17.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/go_modules/github.com/gkampitakis/go-snaps-0.5.17

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1ed00c9 and 78a3187.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod (2 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). (1)
  • GitHub Check: test
🔇 Additional comments (2)
go.mod (2)

33-33: No action required. The go-diff replacement is a normal transitive dependency update through go-snaps v0.5.17, with no direct code imports of the old vendored path and no breaking changes in the go-snaps release.

Likely an incorrect or invalid review comment.


52-52: Version bump from v0.5.14 to v0.5.17 is backward-compatible and safe.

The bump includes 8 commits with bug fixes (carriage return handling, no_color detection, snapshot update regression), dependency modernization (go-diff replacement), and a new additive feature (inline snapshot support). All changes remain within the v0.5.x minor version and introduce no breaking changes.


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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #498.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gkampitakis/go-snaps-0.5.17 branch December 8, 2025 04:09
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant