mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-24 17:55:50 +03:00
[PR #234] [MERGED] fix(deps): update golang devdeps non-major #234
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sv#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/thegeeklab/git-sv/pull/234
Author: @renovate[bot]
Created: 9/8/2025
Status: ✅ Merged
Merged: 9/8/2025
Merged by: @renovate[bot]
Base:
main← Head:renovate/golang-devdeps-non-major📝 Commits (1)
459e8dffix(deps): update golang devdeps non-major📊 Changes
3 files changed (+4 additions, -4 deletions)
View changed files
📝
Makefile(+1 -1)📝
go.mod(+1 -1)📝
go.sum(+2 -2)📄 Description
This PR contains the following updates:
v1.10.0->v1.11.1v0.8.0->v0.9.1Release Notes
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0
mvdan/gofumpt (mvdan/gofumpt)
v0.9.1Compare Source
This is a bugfix release to address a regression in detecting
comment directives with special characters such as
//golangcitest:config_path.v0.9.0Compare Source
This release is based on Go 1.25's gofmt, and requires Go 1.24 or later.
A new rule is introduced to "clothe" naked returns for the sake of clarity.
While there is nothing wrong with naming results in function signatures,
using lone
returnstatements can be confusing to the reader.Go 1.25's
ignoredirectives ingo.modfiles are now obeyed;any directories within the module matching any of the patterns
are now omitted when walking directories, such as with
gofumpt -w ..Module information is now loaded via Go's
x/mod/modfilepackagerather than executing
go mod edit -json, which is way faster.This should result in moderate speed-ups when formatting many directories.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.