Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go.uber.org/zap from 1.26.0 to 1.27.0 (#84)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0. <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.0</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]: Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]: zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter with more flexibility than <code>NewLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]: Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]: Add <code>WithPanicHook</code> option for testing panic logs.</li> </ul> <p>Thanks to <a href="https://github.com/defval"><code>@defval</code></a>, <a href="https://github.com/dimmo"><code>@dimmo</code></a>, <a href="https://github.com/arxeiss"><code>@arxeiss</code></a>, and <a href="https://github.com/MKrupauskas"><code>@MKrupauskas</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a> <a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a> <a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a> <a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</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.0 (20 Feb 2024)</h2> <p>Enhancements:</p> <ul> <li><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>[]: Add <code>WithLazy</code> method for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>[]: zaptest: Add <code>NewTestingWriter</code> for customizing TestingWriter with more flexibility than <code>NewLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>[]: Add <code>Log</code>, <code>Logw</code>, <code>Logln</code> methods for <code>SugaredLogger</code>.</li> <li><a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>[]: Add <code>WithPanicHook</code> option for testing panic logs.</li> </ul> <p>Thanks to <a href="https://github.com/defval"><code>@defval</code></a>, <a href="https://github.com/dimmo"><code>@dimmo</code></a>, <a href="https://github.com/arxeiss"><code>@arxeiss</code></a>, and <a href="https://github.com/MKrupauskas"><code>@MKrupauskas</code></a> for their contributions to this release.</p> <p><a href="https://redirect.github.com/uber-go/zap/issues/1378">#1378</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1378">uber-go/zap#1378</a> <a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1399">uber-go/zap#1399</a> <a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1406">uber-go/zap#1406</a> <a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>: <a href="https://redirect.github.com/uber-go/zap/pull/1416">uber-go/zap#1416</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uber-go/zap/commit/fcf8ee58669e358bbd6460bef5c2ee7a53c0803a"><code>fcf8ee5</code></a> Release v1.27.0 (<a href="https://redirect.github.com/uber-go/zap/issues/1419">#1419</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/e5a56ee593d51f611de3a73cf3140f1c1927d68e"><code>e5a56ee</code></a> Add WithPanicHook logger option for panic log tests (<a href="https://redirect.github.com/uber-go/zap/issues/1416">#1416</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/0e2aa4e0412dfb49d87f9ec96b47c8296189cfa3"><code>0e2aa4e</code></a> assets: Fix logo color profile (<a href="https://redirect.github.com/uber-go/zap/issues/1418">#1418</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/956a21c19cf77ea7a78f9f08ca44b6f77f95053a"><code>956a21c</code></a> Add methods for logging with level as argument (<a href="https://redirect.github.com/uber-go/zap/issues/1406">#1406</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/2a893f61347ef844d78dcb4ad3b454ee11ae7641"><code>2a893f6</code></a> build(deps): bump golangci/golangci-lint-action from 3 to 4 (<a href="https://redirect.github.com/uber-go/zap/issues/1417">#1417</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/e5745d6095ecc2497281569e8713835f2c4a029f"><code>e5745d6</code></a> ci: Test with Go 1.22 (<a href="https://redirect.github.com/uber-go/zap/issues/1409">#1409</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/7db06bc9b095571d3dc3d4eebdfbe4dd9bd20405"><code>7db06bc</code></a> zapslog: rename Option to HandlerOption (<a href="https://redirect.github.com/uber-go/zap/issues/1411">#1411</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/35ded09102db8ce0b2eba3e87f54ba6ce14f2359"><code>35ded09</code></a> zapslog: fix all with slogtest, support inline group, ignore empty group. (<a href="https://redirect.github.com/uber-go/zap/issues/1">#1</a>...</li> <li><a href="https://github.com/uber-go/zap/commit/27b96e378909082d0bf2f0c5802a9f648150fe98"><code>27b96e3</code></a> Make zaptest.NewTestingWriter public (<a href="https://redirect.github.com/uber-go/zap/issues/1399">#1399</a>)</li> <li><a href="https://github.com/uber-go/zap/commit/70f61bb342203a50f8192b05f7faf40a0f809a91"><code>70f61bb</code></a> zapslog: Bump zap from v1.24.0 to v1.26.0 (<a href="https://redirect.github.com/uber-go/zap/issues/1404">#1404</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.uber.org/zap&package-manager=go_modules&previous-version=1.26.0&new-version=1.27.0)](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 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>
- Loading branch information