Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
mvdan.cc/gofumpt v0.8.0 -> v0.9.2 age confidence

Release Notes

mvdan/gofumpt (mvdan.cc/gofumpt)

v0.9.2

Compare Source

This release moves the "clothe naked returns" rule under gofumpt -extra, following the discussion in #​285.

Binaries built on go version go1.25.3 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Consider becoming a sponsor if you benefit from the work that went into this release!

Note that this release no longer includes a sha256sums.txt asset; GitHub now provide digests natively.

v0.9.1

Compare Source

This is a bugfix release to address a regression in detecting
comment directives with special characters such as //golangcitest:config_path.

v0.9.0

Compare 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 return statements can be confusing to the reader.

Go 1.25's ignore directives in go.mod files 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/modfile package
rather 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 - At any time (no schedule defined), 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner September 2, 2025 20:34
@renovate
Copy link
Contributor Author

renovate bot commented Sep 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: internal/tools/go.sum
Command failed: go get -t ./...
go: module mvdan.cc/[email protected] requires go >= 1.24.0; switching to go1.24.11
go: downloading go1.24.11 (linux/amd64)
go: download go1.24.11: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from b7c42a7 to babfe30 Compare September 7, 2025 17:32
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.0 fix(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 7, 2025
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.1 fix(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed Sep 16, 2025
@renovate renovate bot closed this Sep 16, 2025
@renovate renovate bot deleted the renovate/mvdan.cc-gofumpt-0.x branch September 16, 2025 20:24
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed fix(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 17, 2025
@renovate renovate bot reopened this Sep 17, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from 5379d00 to babfe30 Compare September 17, 2025 01:26
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from babfe30 to eee0e74 Compare October 9, 2025 10:10
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from eee0e74 to e886bf8 Compare October 22, 2025 03:44
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.1 fix(deps): update module mvdan.cc/gofumpt to v0.9.2 Oct 22, 2025
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.2 fix(deps): update module mvdan.cc/gofumpt to v0.9.2 - autoclosed Nov 1, 2025
@renovate renovate bot closed this Nov 1, 2025
@renovate renovate bot changed the title fix(deps): update module mvdan.cc/gofumpt to v0.9.2 - autoclosed fix(deps): update module mvdan.cc/gofumpt to v0.9.2 Nov 1, 2025
@renovate renovate bot reopened this Nov 1, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch 2 times, most recently from e886bf8 to 66286cc Compare November 1, 2025 20:30
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from 66286cc to 3586107 Compare December 15, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants