Skip to content

build(deps): Bump the go-dependencies group with 4 updates#79

Merged
mpyw merged 2 commits intomainfrom
dependabot/go_modules/go-dependencies-de69e02110
Jan 6, 2026
Merged

build(deps): Bump the go-dependencies group with 4 updates#79
mpyw merged 2 commits intomainfrom
dependabot/go_modules/go-dependencies-de69e02110

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the go-dependencies group with 4 updates: github.com/aymanbagabas/go-udiff, github.com/fatih/color, github.com/walles/moor/v2 and golang.org/x/term.

Updates github.com/aymanbagabas/go-udiff from 0.1.2 to 0.3.1

Release notes

Sourced from github.com/aymanbagabas/go-udiff's releases.

v0.3.1

More exports!

This is a small release to export both Line and Hunk types to make it easier to work with. Thanks to @​andreynering for his humble contribution!

Full Changelog: aymanbagabas/go-udiff@v0.3.0...v0.3.1

v0.3.0

Merge lines and Go update

This release includes the ability to merge edits. It also upgrades the minimum Go version to go1.23 to use the latest Go semantics. Enjoy!

Full Changelog: aymanbagabas/go-udiff@v0.2.0...v0.3.0

v0.2.0

Context Lines, Breaking Change!

µDiff now supports specifying surrounding context lines of the generated diff. Both udiff.ToUnifiedDiff and udiff.ToUnified now take a new argument to specify the number of context lines. You can use udiff.DefaultContextLines as a default value.

Full Changelog: aymanbagabas/go-udiff@v0.1.3...v0.2.0

v0.1.3

Fix strange unified diff golang/go#60379

What's Changed

Full Changelog: aymanbagabas/go-udiff@v0.1.2...v0.1.3

Commits
  • 12b2bd1 feat: export Hunk and Line types (#24)
  • 5f952b7 fix(ci): bump Go version in CI workflow
  • bdb97bf chore: bump go version to 1.23
  • 4f31955 feat: import upstream package (#22)
  • e55ea34 feat: import upstream package (#21)
  • 190b10b feat: import upstream package (#20)
  • 47156b2 chore(deps): bump actions/setup-go from 3 to 5 (#18)
  • 7d6d002 chore(deps): bump peter-evans/create-pull-request from 5 to 7 (#19)
  • e2369e9 chore(deps): bump actions/checkout from 3 to 4 (#17)
  • b026105 feat(ci): add dependabot config
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.15.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

v1.16.0

What's Changed

Dependency updates

New Contributors

... (truncated)

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • Additional commits viewable in compare view

Updates github.com/walles/moor/v2 from 2.10.0 to 2.10.1

Commits

Updates golang.org/x/term from 0.37.0 to 0.38.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2026
dependabot bot and others added 2 commits January 6, 2026 23:30
Bumps the go-dependencies group with 4 updates: [github.com/aymanbagabas/go-udiff](https://github.com/aymanbagabas/go-udiff), [github.com/fatih/color](https://github.com/fatih/color), [github.com/walles/moor/v2](https://github.com/walles/moor) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/aymanbagabas/go-udiff` from 0.1.2 to 0.3.1
- [Release notes](https://github.com/aymanbagabas/go-udiff/releases)
- [Commits](aymanbagabas/go-udiff@v0.1.2...v0.3.1)

Updates `github.com/fatih/color` from 1.15.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.15.0...v1.18.0)

Updates `github.com/walles/moor/v2` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/walles/moor/releases)
- [Commits](walles/moor@v2.10.0...v2.10.1)

Updates `golang.org/x/term` from 0.37.0 to 0.38.0
- [Commits](golang/term@v0.37.0...v0.38.0)

---
updated-dependencies:
- dependency-name: github.com/aymanbagabas/go-udiff
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/fatih/color
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/walles/moor/v2
  dependency-version: 2.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
- Use udiff.Strings() instead of deprecated myers.ComputeEdits()
- Add udiff.DefaultContextLines parameter to ToUnifiedDiff()

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mpyw mpyw force-pushed the dependabot/go_modules/go-dependencies-de69e02110 branch from 7b86627 to 1c1b8b2 Compare January 6, 2026 14:33
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.53%. Comparing base (4f9c951) to head (1c1b8b2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   91.53%   91.53%           
=======================================
  Files          96       96           
  Lines        5882     5882           
=======================================
  Hits         5384     5384           
  Misses        340      340           
  Partials      158      158           
Flag Coverage Δ
e2e 65.32% <100.00%> (ø)
unittests 83.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mpyw mpyw merged commit ba96a17 into main Jan 6, 2026
10 checks passed
@mpyw mpyw deleted the dependabot/go_modules/go-dependencies-de69e02110 branch January 6, 2026 14:37
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