Skip to content

Conversation

renovate[bot]
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.1 age confidence

Release Notes

mvdan/gofumpt (mvdan.cc/gofumpt)

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.

Copy link

coderabbitai bot commented Sep 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.0 chore(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from 8661825 to f52a19f Compare September 7, 2025 17:46
@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.1 chore(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed Sep 9, 2025
@renovate renovate bot closed this Sep 9, 2025
@renovate renovate bot deleted the renovate/mvdan.cc-gofumpt-0.x branch September 9, 2025 02:29
@renovate renovate bot changed the title chore(deps): update module mvdan.cc/gofumpt to v0.9.1 - autoclosed chore(deps): update module mvdan.cc/gofumpt to v0.9.1 Sep 9, 2025
@renovate renovate bot reopened this Sep 9, 2025
@renovate renovate bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from a118a11 to f52a19f Compare September 9, 2025 04:37
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