Commit 9563e23
authored
Bump go.uber.org/zap from 1.27.0 to 1.27.1 in the go group (#48)
Bumps the go group with 1 update:
[go.uber.org/zap](https://github.com/uber-go/zap).
Updates `go.uber.org/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)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a4f1792 commit 9563e23
File tree
18 files changed
+102
-40
lines changed- vendor
- go.uber.org/zap
- zapcore
18 files changed
+102
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments