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.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mvdan/gofumpt (mvdan.cc/gofumpt)

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 - "on tuesday" (UTC), 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 added the dependencies Pull requests that update a dependency file label Sep 2, 2025
@renovate renovate bot requested a review from a team as a code owner September 2, 2025 23:28
@renovate renovate bot added the renovatebot label Sep 2, 2025
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: downloading go1.25.0 (linux/amd64)
go: download go1.25.0: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot requested a review from jmacd September 2, 2025 23:28
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Sep 2, 2025
@bogdandrutu bogdandrutu closed this Sep 3, 2025
@bogdandrutu bogdandrutu reopened this Sep 3, 2025
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.40%. Comparing base (15e0990) to head (32be75c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13753   +/-   ##
=======================================
  Coverage   91.39%   91.40%           
=======================================
  Files         641      641           
  Lines       42611    42611           
=======================================
+ Hits        38943    38947    +4     
+ Misses       2845     2842    -3     
+ Partials      823      822    -1     

☔ 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.

Signed-off-by: Bogdan Drutu <[email protected]>
@bogdandrutu bogdandrutu added this pull request to the merge queue Sep 3, 2025
Merged via the queue into main with commit 9251f31 Sep 3, 2025
89 of 97 checks passed
@bogdandrutu bogdandrutu deleted the renovate/mvdan.cc-gofumpt-0.x branch September 3, 2025 05:40
@github-actions github-actions bot added this to the next release milestone Sep 3, 2025
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 renovatebot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants