dependabot[bot] opened a new pull request, #2150:
URL: https://github.com/apache/dubbo-go/pull/2150

   Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 
1.24.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.24.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1148";>#1148</a>[]:
 Add <code>Level</code> to both <code>Logger</code> and 
<code>SugaredLogger</code> that reports the
   current minimum enabled log level.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1185";>#1185</a>[]:
 <code>SugaredLogger</code> turns errors to zap.Error automatically.</li>
   </ul>
   <p>Thanks to <a 
href="https://github.com/Abirdcfly";><code>@​Abirdcfly</code></a>, <a 
href="https://github.com/craigpastro";><code>@​craigpastro</code></a>, <a 
href="https://github.com/nnnkkk7";><code>@​nnnkkk7</code></a>, and <a 
href="https://github.com/sashamelentyev";><code>@​sashamelentyev</code></a> for 
their
   contributions to this release.</p>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1148";>#1148</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1148";>uber-go/zap#1148</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1185";>#1185</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1185";>uber-go/zap#1185</a></p>
   <h2>v1.23.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1147";>#1147</a>[]:
 Add a <code>zapcore.LevelOf</code> function to determine the level of a
   <code>LevelEnabler</code> or <code>Core</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1155";>#1155</a>[]:
 Add <code>zap.Stringers</code> field constructor to log arrays of objects
   that implement <code>String() string</code>.</li>
   </ul>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1147";>#1147</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1147";>uber-go/zap#1147</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1155";>#1155</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1155";>uber-go/zap#1155</a></p>
   <h2>v1.22.0</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1071";>#1071</a>[]:
 Add <code>zap.Objects</code> and <code>zap.ObjectValues</code> field 
constructors to log
   arrays of objects. With these two constructors, you don't need to implement
   <code>zapcore.ArrayMarshaler</code> for use with <code>zap.Array</code> if 
those objects implement
   <code>zapcore.ObjectMarshaler</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1079";>#1079</a>[]:
 Add <code>SugaredLogger.WithOptions</code> to build a copy of an existing
   <code>SugaredLogger</code> with the provided options applied.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1080";>#1080</a>[]:
 Add <code>*ln</code> variants to <code>SugaredLogger</code> for each log level.
   These functions provide a string joining behavior similar to 
<code>fmt.Println</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1088";>#1088</a>[]:
 Add <code>zap.WithFatalHook</code> option to control the behavior of the
   logger for <code>Fatal</code>-level log entries. This defaults to exiting 
the program.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1108";>#1108</a>[]:
 Add a <code>zap.Must</code> function that you can use with 
<code>NewProduction</code> or
   <code>NewDevelopment</code> to panic if the system was unable to build the 
logger.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1118";>#1118</a>[]:
 Add a <code>Logger.Log</code> method that allows specifying the log level for
   a statement dynamically.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/cardil";><code>@​cardil</code></a>, 
<a href="https://github.com/craigpastro";><code>@​craigpastro</code></a>, <a 
href="https://github.com/sashamelentyev";><code>@​sashamelentyev</code></a>, <a 
href="https://github.com/shota3506";><code>@​shota3506</code></a>, and <a 
href="https://github.com/zhupeijun";><code>@​zhupeijun</code></a>
   for their contributions to this release.</p>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1071";>#1071</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1071";>uber-go/zap#1071</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1079";>#1079</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1079";>uber-go/zap#1079</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1080";>#1080</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1080";>uber-go/zap#1080</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1088";>#1088</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1088";>uber-go/zap#1088</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.24.0 (30 Nov 2022)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1148";>#1148</a>[]:
 Add <code>Level</code> to both <code>Logger</code> and 
<code>SugaredLogger</code> that reports the
   current minimum enabled log level.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1185";>#1185</a>[]:
 <code>SugaredLogger</code> turns errors to zap.Error automatically.</li>
   </ul>
   <p>Thanks to <a 
href="https://github.com/Abirdcfly";><code>@​Abirdcfly</code></a>, <a 
href="https://github.com/craigpastro";><code>@​craigpastro</code></a>, <a 
href="https://github.com/nnnkkk7";><code>@​nnnkkk7</code></a>, and <a 
href="https://github.com/sashamelentyev";><code>@​sashamelentyev</code></a> for 
their
   contributions to this release.</p>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1148";>#1148</a>:
 <a 
href="https://github.coml/uber-go/zap/pull/1148";>https://github.coml/uber-go/zap/pull/1148</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1185";>#1185</a>:
 <a 
href="https://github.coml/uber-go/zap/pull/1185";>https://github.coml/uber-go/zap/pull/1185</a></p>
   <h2>1.23.0 (24 Aug 2022)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1147";>#1147</a>[]:
 Add a <code>zapcore.LevelOf</code> function to determine the level of a
   <code>LevelEnabler</code> or <code>Core</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1155";>#1155</a>[]:
 Add <code>zap.Stringers</code> field constructor to log arrays of objects
   that implement <code>String() string</code>.</li>
   </ul>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1147";>#1147</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1147";>uber-go/zap#1147</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1155";>#1155</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1155";>uber-go/zap#1155</a></p>
   <h2>1.22.0 (8 Aug 2022)</h2>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1071";>#1071</a>[]:
 Add <code>zap.Objects</code> and <code>zap.ObjectValues</code> field 
constructors to log
   arrays of objects. With these two constructors, you don't need to implement
   <code>zapcore.ArrayMarshaler</code> for use with <code>zap.Array</code> if 
those objects implement
   <code>zapcore.ObjectMarshaler</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1079";>#1079</a>[]:
 Add <code>SugaredLogger.WithOptions</code> to build a copy of an existing
   <code>SugaredLogger</code> with the provided options applied.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1080";>#1080</a>[]:
 Add <code>*ln</code> variants to <code>SugaredLogger</code> for each log level.
   These functions provide a string joining behavior similar to 
<code>fmt.Println</code>.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1088";>#1088</a>[]:
 Add <code>zap.WithFatalHook</code> option to control the behavior of the
   logger for <code>Fatal</code>-level log entries. This defaults to exiting 
the program.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1108";>#1108</a>[]:
 Add a <code>zap.Must</code> function that you can use with 
<code>NewProduction</code> or
   <code>NewDevelopment</code> to panic if the system was unable to build the 
logger.</li>
   <li><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1118";>#1118</a>[]:
 Add a <code>Logger.Log</code> method that allows specifying the log level for
   a statement dynamically.</li>
   </ul>
   <p>Thanks to <a href="https://github.com/cardil";><code>@​cardil</code></a>, 
<a href="https://github.com/craigpastro";><code>@​craigpastro</code></a>, <a 
href="https://github.com/sashamelentyev";><code>@​sashamelentyev</code></a>, <a 
href="https://github.com/shota3506";><code>@​shota3506</code></a>, and <a 
href="https://github.com/zhupeijun";><code>@​zhupeijun</code></a>
   for their contributions to this release.</p>
   <p><a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1071";>#1071</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1071";>uber-go/zap#1071</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1079";>#1079</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1079";>uber-go/zap#1079</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1080";>#1080</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1080";>uber-go/zap#1080</a>
   <a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1088";>#1088</a>:
 <a 
href="https://github-redirect.dependabot.com/uber-go/zap/pull/1088";>uber-go/zap#1088</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uber-go/zap/commit/a55bdc32f526699c3b4cc51a2cc97e944d02fbbf";><code>a55bdc3</code></a>
 Release v1.24.0 (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1208";>#1208</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/ed5598a9e26d75aae01f4846ce31b3fe785c57c7";><code>ed5598a</code></a>
 Use ReplaceAll instead of Replace with -1 pos arg (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1195";>#1195</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/da406e36227eb650c4df4ab5a83dcedc00645ef2";><code>da406e3</code></a>
 Chore: Fix deprecation docs and links (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1193";>#1193</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/9b86a50a3e27e0e12ccb6b47288de27df7fd3d5b";><code>9b86a50</code></a>
 SugaredLogger: Turn error into zap.Error  (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1185";>#1185</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/9137e0e8425dfe68a311dc4f84908f17531c616e";><code>9137e0e</code></a>
 go.mod: Bump go directive to 1.19 (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1181";>#1181</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/7cabba7950dca373f2a057217620a7421ff2afcb";><code>7cabba7</code></a>
 Open absolute paths as files, limited Windows support (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1159";>#1159</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/7681a0abf65fb2f6474f481702922cf52d170654";><code>7681a0a</code></a>
 Export objectMarshalerPtr (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1171";>#1171</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/9abd14b74c15022c9e64b1bc790338eafe5e4abe";><code>9abd14b</code></a>
 chore: remove duplicate word in comments (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1169";>#1169</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/eae3743bc3e91db68bf977bc563263d4cb60777c";><code>eae3743</code></a>
 Logger, SugaredLogger: Add Level method (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1148";>#1148</a>)</li>
   <li><a 
href="https://github.com/uber-go/zap/commit/0d6a75bccff91a3106f193c9e4e1678738a63f9d";><code>0d6a75b</code></a>
 tests: assert.Error/Contains =&gt; assert.ErrorContains (<a 
href="https://github-redirect.dependabot.com/uber-go/zap/issues/1158";>#1158</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/uber-go/zap/compare/v1.21.0...v1.24.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.21.0&new-version=1.24.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to