Skip to content

chore(deps): update module go.augendre.info/fatcontext to v0.10.1 - #179

Merged
flc1125 merged 1 commit into
mainfrom
renovate/go.augendre.info-fatcontext-0.x
Sep 9, 2026
Merged

chore(deps): update module go.augendre.info/fatcontext to v0.10.1#179
flc1125 merged 1 commit into
mainfrom
renovate/go.augendre.info-fatcontext-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
go.augendre.info/fatcontext v0.10.0v0.10.1 age confidence

Release Notes

Crocmagnon/fatcontext (go.augendre.info/fatcontext)

v0.10.1

Compare Source

What's Changed

Fixes
  • Function literals that are guaranteed to run at most once no longer report a nested
    context. This covers the two common graceful-shutdown shapes reported in #​101:

    defer func() {
        var cancel context.CancelFunc
        ctx, cancel = context.WithTimeout(context.WithoutCancel(ctx), time.Second)
        defer cancel()
        // [...]
    }()
    
    t.Cleanup(func() { /* idem */ })

    Recognized shapes are defer func() { ... }() and Cleanup calls on *testing.T,
    *testing.B or testing.TB. Registering such a literal inside a loop is still
    reported, since it then runs once per iteration and does grow the captured context
    (#​101, #​104).

No new option: existing configurations are unaffected, and the change only removes
reports.

Internal
  • Switch dependency updates from Dependabot to Renovate, on a monthly schedule.
  • Bump actions/setup-go to v7 and golangci-lint to v2.13.2.
  • Add contributing guidelines.

Full Changelog: Crocmagnon/fatcontext@v0.10.0...v0.10.1


Configuration

📅 Schedule: (UTC)

  • 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 added the dependencies label Sep 9, 2026
@flc1125
flc1125 merged commit e6701f2 into main Sep 9, 2026
3 checks passed
@flc1125
flc1125 deleted the renovate/go.augendre.info-fatcontext-0.x branch September 9, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant