Commit 8fbd0e0
authored
chore(deps): update module github.com/samber/oops to v1.23.0 (main) (#7202)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/samber/oops](https://redirect.github.com/samber/oops) |
`v1.22.0` → `v1.23.0` |

|

|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>samber/oops (github.com/samber/oops)</summary>
###
[`v1.23.0`](https://redirect.github.com/samber/oops/releases/tag/v1.23.0)
[Compare
Source](https://redirect.github.com/samber/oops/compare/v1.22.0...v1.23.0)
Significant performance improvements: stack traces are now constructed
lazily, reducing their cost by up to 90% on code paths where they are
not needed.
#### Performance
- perf(stacktrace): defer frame symbolization to first read 🔥 😍😍😍 by
[@​samber](https://redirect.github.com/samber) in
[#​137](https://redirect.github.com/samber/oops/pull/137)
- perf(helpers): fast-path type assertion in AsOops before errors.As by
[@​samber](https://redirect.github.com/samber) in
[#​134](https://redirect.github.com/samber/oops/pull/134)
- perf(stacktrace): defer shortFuncName to kept frames; drop Sprintf in
frame.String by [@​samber](https://redirect.github.com/samber) in
[#​136](https://redirect.github.com/samber/oops/pull/136)
- perf(error): cut intermediate allocations in LogValue, ToMap and
formatVerbose by [@​samber](https://redirect.github.com/samber) in
[#​135](https://redirect.github.com/samber/oops/pull/135)
- perf(kv): skip merge of absent context/user/tenant maps in snapshot by
[@​samber](https://redirect.github.com/samber) in
[#​138](https://redirect.github.com/samber/oops/pull/138)
- perf(error): check SourceFragmentsHidden before formatting sources by
[@​samber](https://redirect.github.com/samber) in
[#​139](https://redirect.github.com/samber/oops/pull/139)
- perf: reduce allocations in hot paths by
[@​samber](https://redirect.github.com/samber) in
[#​122](https://redirect.github.com/samber/oops/pull/122)
- perf/reduce allocations by
[@​samber](https://redirect.github.com/samber) in
[#​123](https://redirect.github.com/samber/oops/pull/123)
- perf: single-pass chain traversal in LogValue/ToMap/formatVerbose by
[@​samber](https://redirect.github.com/samber) in
[#​124](https://redirect.github.com/samber/oops/pull/124)
- perf: fast-path common pointer types in dereferencePointers + inline
tag dedup by [@​samber](https://redirect.github.com/samber) in
[#​125](https://redirect.github.com/samber/oops/pull/125)
#### Dependencies
- chore(deps): bump github.com/sirupsen/logrus from 1.9.1 to 1.9.4 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​130](https://redirect.github.com/samber/oops/pull/130)
- chore(deps): bump go.uber.org/zap from 1.26.0 to 1.28.0 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​126](https://redirect.github.com/samber/oops/pull/126)
- chore(deps): bump actions/checkout from 6 to 7 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​131](https://redirect.github.com/samber/oops/pull/131)
- chore(deps): bump codecov/codecov-action from 6 to 7 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​132](https://redirect.github.com/samber/oops/pull/132)
**Full Changelog**:
<samber/oops@v1.22.0...v1.23.0>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 01:00 AM and 01:59 AM, Monday
through Friday ( * 1 * * 1-5 ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiVGVhbTpTZWN1cml0eS1DbG91ZCBTZXJ2aWNlcyIsImJhY2twb3J0LXNraXAiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSIsInJlbm92YXRlLWF1dG8tYXBwcm92ZSJdfQ==-->
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>1 parent 4d5ca16 commit 8fbd0e0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1184 | 1184 | | |
1185 | 1185 | | |
1186 | 1186 | | |
1187 | | - | |
1188 | | - | |
| 1187 | + | |
| 1188 | + | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | 1191 | | |
| |||
0 commit comments