Skip to content

chore(deps): update module mvdan.cc/gofumpt to v0.9.0 - #7292

Merged
dmathieu merged 3 commits into
mainfrom
renovate/mvdan.cc-gofumpt-0.x
Sep 3, 2025
Merged

chore(deps): update module mvdan.cc/gofumpt to v0.9.0#7292
dmathieu merged 3 commits into
mainfrom
renovate/mvdan.cc-gofumpt-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2025

Copy link
Copy Markdown
Contributor

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 - 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 is behind base branch, 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 dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Sep 2, 2025
@codecov

codecov Bot commented Sep 2, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.9%. Comparing base (295fbdc) to head (d6fb753).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #7292     +/-   ##
=======================================
- Coverage   82.9%   82.9%   -0.1%     
=======================================
  Files        265     265             
  Lines      24894   24894             
=======================================
- Hits       20644   20642      -2     
- Misses      3875    3877      +2     
  Partials     375     375             
Files with missing lines Coverage Δ
baggage/baggage.go 99.3% <100.0%> (ø)
semconv/internal/http.go 100.0% <100.0%> (ø)
semconv/internal/v2/http.go 100.0% <100.0%> (ø)
semconv/internal/v2/net.go 100.0% <100.0%> (ø)
semconv/internal/v3/http.go 100.0% <100.0%> (ø)
semconv/internal/v3/net.go 100.0% <100.0%> (ø)
semconv/internal/v4/http.go 100.0% <100.0%> (ø)
semconv/internal/v4/net.go 100.0% <100.0%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@renovate
renovate Bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch 5 times, most recently from 56a3ea6 to 1a4a92d Compare September 2, 2025 23:55
@renovate
renovate Bot force-pushed the renovate/mvdan.cc-gofumpt-0.x branch from 1a4a92d to df64e0e Compare September 2, 2025 23:56
@dmathieu

dmathieu commented Sep 3, 2025

Copy link
Copy Markdown
Member

@open-telemetry/go-approvers could I get a review here, since I had to push a non-automated commit to fix the linter?

Comment thread exporters/otlp/otlptrace/otlptracehttp/mock_collector_test.go
@dmathieu
dmathieu merged commit 83c041a into main Sep 3, 2025
30 checks passed
@dmathieu
dmathieu deleted the renovate/mvdan.cc-gofumpt-0.x branch September 3, 2025 08:18
@MrAlias MrAlias added this to the v1.39.0 milestone Oct 14, 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 Skip Changelog PRs that do not require a CHANGELOG.md entry

3 participants