Commit 98fb144
⬆️ Bump go.uber.org/zap from 1.27.0 to 1.27.1 in /utils (#751)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.27.0 to
1.27.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/releases">go.uber.org/zap's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.1</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>[]:
prevent <code>Object</code> from panicking on nils</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>[]:
Fix a race condition in <code>WithLazy</code>.</li>
</ul>
<p>Thanks to <a
href="https://github.com/rabbbit"><code>@rabbbit</code></a>, <a
href="https://github.com/alshopov"><code>@alshopov</code></a>, <a
href="https://github.com/jquirke"><code>@jquirke</code></a>, <a
href="https://github.com/arukiidou"><code>@arukiidou</code></a> for
their contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1501">uber-go/zap#1501</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1511">uber-go/zap#1511</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's
changelog</a>.</em></p>
<blockquote>
<h2>1.27.1 (19 Nov 2025)</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>[]:
prevent <code>Object</code> from panicking on nils</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>[]:
Fix a race condition in <code>WithLazy</code>.</li>
</ul>
<p>Thanks to <a
href="https://github.com/rabbbit"><code>@rabbbit</code></a>, <a
href="https://github.com/alshopov"><code>@alshopov</code></a>, <a
href="https://github.com/jquirke"><code>@jquirke</code></a>, <a
href="https://github.com/arukiidou"><code>@arukiidou</code></a> for
their contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1501">uber-go/zap#1501</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1511">uber-go/zap#1511</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/zap/commit/7b755a3910491932656b01f2013b8bf41e74d4e8"><code>7b755a3</code></a>
release 1.27.1 (<a
href="https://redirect.github.com/uber-go/zap/issues/1521">#1521</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/d6b395b76053053ec6ae18121c01e08718708bc3"><code>d6b395b</code></a>
Update lazy logger not to materialize unless it's being written to (<a
href="https://redirect.github.com/uber-go/zap/issues/1519">#1519</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/4b9cea0fee0414839ee5f8c69320c12f181c3d47"><code>4b9cea0</code></a>
ci: Test with Go 1.24, Go 1.25 (<a
href="https://redirect.github.com/uber-go/zap/issues/1508">#1508</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/7c80d7b53df6ed592d333998cbbfcd99ff52f3c2"><code>7c80d7b</code></a>
Fix race condition in WithLazy implementation (<a
href="https://redirect.github.com/uber-go/zap/issues/1426">#1426</a>)
(<a
href="https://redirect.github.com/uber-go/zap/issues/1511">#1511</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/07077a697f639389cc998ff91b8885feb25f520d"><code>07077a6</code></a>
Prevent zap.Object from panicing on nils (<a
href="https://redirect.github.com/uber-go/zap/issues/1501">#1501</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/a6afd05063133cc713487d6c883760decd673ca0"><code>a6afd05</code></a>
Fix lint check name (<a
href="https://redirect.github.com/uber-go/zap/issues/1502">#1502</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/6d482535bdd97f4d97b2f9573ac308f1cf9b574e"><code>6d48253</code></a>
chore: fix typo (<a
href="https://redirect.github.com/uber-go/zap/issues/1482">#1482</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/32f2ec12872701043515eb7d75dabdd3c269bc64"><code>32f2ec1</code></a>
Fix the field test for bool type (<a
href="https://redirect.github.com/uber-go/zap/issues/1480">#1480</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/fe16eb57d6431ee607c20f6aa90f3c681b2dc029"><code>fe16eb5</code></a>
Upgrade grpc in zapgrc test package & bump go version (<a
href="https://redirect.github.com/uber-go/zap/issues/1478">#1478</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/5f00c3474892d9fdd2e4f2ea68db93b96ead41dc"><code>5f00c34</code></a>
test(AtomicLevel): demonstrate Handler is not vulnerable to XSS (<a
href="https://redirect.github.com/uber-go/zap/issues/1477">#1477</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber-go/zap/compare/v1.27.0...v1.27.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <[email protected]>1 parent 1c3e957 commit 98fb144
File tree
66 files changed
+67
-3
lines changed- changes
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+67
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments