Skip to content

Conversation

SatisfactoryModdingBot
Copy link
Contributor

@SatisfactoryModdingBot SatisfactoryModdingBot commented Aug 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/samber/slog-multi v1.2.0 -> v1.4.0 age adoption passing confidence

Release Notes

samber/slog-multi (github.com/samber/slog-multi)

v1.4.0

Compare Source

Adding RecoverHandlerError

recovery := slogmulti.RecoverHandlerError(
    func(ctx context.Context, record slog.Record, err error) {
        // will be called only if subsequent handlers fail or return an error
        log.Println(err.Error())
    },
)
sink := NewSinkHandler(...)

logger := slog.New(
    slogmulti.
        Pipe(recovery).
        Handler(sink),
)

v1.3.3

Compare Source

Fix panic in HandleInlineHandler

v1.3.2

Compare Source

Inline middlewares + inline handlers: Adding a check on invalid parameters.

v1.3.1

Compare Source

Adding HandleInlineHandler and InlineHandler

(please ignore v1.3.0)

v1.3.0

Compare Source

v1.2.4

Compare Source

What's Changed

v1.2.3

Compare Source

What's Changed

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: samber/slog-multi@v1.2.1...v1.2.2

v1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: samber/slog-multi@v1.2.0...v1.2.1


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 has been generated by Renovate Bot.

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 39.52%. Comparing base (9849a69) to head (612062d).
Report is 5 commits behind head on staging.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           staging      #89   +/-   ##
========================================
  Coverage    39.52%   39.52%           
========================================
  Files          127      127           
  Lines         7540     7540           
========================================
  Hits          2980     2980           
  Misses        4170     4170           
  Partials       390      390           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from 6e297a1 to 89cf2fc Compare September 20, 2024 12:39
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.2.1 fix(deps): update module github.com/samber/slog-multi to v1.2.2 Sep 20, 2024
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.2.2 fix(deps): update module github.com/samber/slog-multi to v1.2.3 Oct 2, 2024
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from 89cf2fc to e6692d2 Compare October 2, 2024 12:40
@SatisfactoryModdingBot
Copy link
Contributor Author

SatisfactoryModdingBot commented Oct 2, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/samber/lo v1.47.0 -> v1.49.1

@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from e6692d2 to 5874199 Compare October 3, 2024 12:40
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from 5874199 to c9462ce Compare October 28, 2024 12:41
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.2.3 fix(deps): update module github.com/samber/slog-multi to v1.2.4 Oct 28, 2024
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from c9462ce to 53688e8 Compare January 1, 2025 12:39
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.2.4 fix(deps): update module github.com/samber/slog-multi to v1.3.1 Jan 1, 2025
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from 53688e8 to 3dfa457 Compare January 3, 2025 12:40
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.3.1 fix(deps): update module github.com/samber/slog-multi to v1.3.3 Jan 3, 2025
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from 3dfa457 to d6aabe2 Compare February 5, 2025 12:40
@SatisfactoryModdingBot SatisfactoryModdingBot changed the title fix(deps): update module github.com/samber/slog-multi to v1.3.3 fix(deps): update module github.com/samber/slog-multi to v1.4.0 Feb 5, 2025
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from d6aabe2 to e4d7db4 Compare June 21, 2025 13:18
@SatisfactoryModdingBot SatisfactoryModdingBot force-pushed the renovate/github.com-samber-slog-multi-1.x branch from e4d7db4 to 612062d Compare June 21, 2025 18:18
@Vilsol Vilsol merged commit c40c615 into staging Jun 21, 2025
22 checks passed
@Vilsol Vilsol deleted the renovate/github.com-samber-slog-multi-1.x branch June 21, 2025 18:50
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.

3 participants