Commit 6d3076d
authored
chore(deps): bump the nlog group with 2 updates (#24)
Bumps the nlog group with 2 updates:
[NLog](https://github.com/NLog/NLog) and
[NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging).
Updates `NLog` from 5.2.4 to 5.2.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/NLog/NLog/releases">NLog's
releases</a>.</em></p>
<blockquote>
<h2>NLog 5.2.5</h2>
<p><strong>Improvements</strong></p>
<ul>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5344">#5344</a>
ConcurrentRequestQueue - Reduced SpinCount to 15, before monitor wait
(<a href="https://redirect.github.com/NLog/NLog/issues/5344">#5344</a>)
(<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5347">#5347</a>
ConfigurationItemFactory - Improve exception message when unknown
type-alias (<a
href="https://redirect.github.com/NLog/NLog/issues/5347">#5347</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5348">#5348</a>
ConfigurationItemFactory - Faster scanning of relevant configuration
item types (<a
href="https://redirect.github.com/NLog/NLog/issues/5348">#5348</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5349">#5349</a>
FileTarget - Verify FilePathLayout not containing unexpected characters
(<a href="https://redirect.github.com/NLog/NLog/issues/5349">#5349</a>)
(<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5351">#5351</a>
LogManager.ReconfigExistingLoggers with reduced memory allocation (<a
href="https://redirect.github.com/NLog/NLog/issues/5351">#5351</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5353">#5353</a>
CsvLayout - Improve XML docs for CustomColumnDelimiter (<a
href="https://redirect.github.com/NLog/NLog/issues/5353">#5353</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5354">#5354</a>
LogEventInfo - Can be immutable when having FormattedMessage and no
parameters (<a
href="https://redirect.github.com/NLog/NLog/issues/5354">#5354</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5356">#5356</a>
Renamed internal NLogXmlElement to XmlLoggingConfigurationElement and
fixed XML docs (<a
href="https://redirect.github.com/NLog/NLog/issues/5356">#5356</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5359">#5359</a>
StringHelpers - Skip SubString for case-insensitive Replace-method (<a
href="https://redirect.github.com/NLog/NLog/issues/5359">#5359</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5360">#5360</a>
ReplaceLayoutRendererWrapper - IgnoreCase faster without RegEx (<a
href="https://redirect.github.com/NLog/NLog/issues/5360">#5360</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5363">#5363</a>
Improved InternalLogger output when parsing NLog config with target
wrappers (<a
href="https://redirect.github.com/NLog/NLog/issues/5363">#5363</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5370">#5370</a>
NetworkTarget - Skip connection when above max message size (<a
href="https://redirect.github.com/NLog/NLog/issues/5370">#5370</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5371">#5371</a>
Fixed various issues reported by EnableNETAnalyzers (<a
href="https://redirect.github.com/NLog/NLog/issues/5371">#5371</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5372">#5372</a>
Updated various nuget-packages to include README.md (<a
href="https://redirect.github.com/NLog/NLog/issues/5372">#5372</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NLog/NLog/blob/dev/CHANGELOG.md">NLog's
changelog</a>.</em></p>
<blockquote>
<h3>Version 5.2.5 (2023/10/15)</h3>
<p><strong>Improvements</strong></p>
<ul>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5344">#5344</a>
ConcurrentRequestQueue - Reduced SpinCount to 15, before monitor wait
(<a href="https://redirect.github.com/NLog/NLog/issues/5344">#5344</a>)
(<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5347">#5347</a>
ConfigurationItemFactory - Improve exception message when unknown
type-alias (<a
href="https://redirect.github.com/NLog/NLog/issues/5347">#5347</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5348">#5348</a>
ConfigurationItemFactory - Faster scanning of relevant configuration
item types (<a
href="https://redirect.github.com/NLog/NLog/issues/5348">#5348</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5349">#5349</a>
FileTarget - Verify FilePathLayout not containing unexpected characters
(<a href="https://redirect.github.com/NLog/NLog/issues/5349">#5349</a>)
(<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5351">#5351</a>
LogManager.ReconfigExistingLoggers with reduced memory allocation (<a
href="https://redirect.github.com/NLog/NLog/issues/5351">#5351</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5353">#5353</a>
CsvLayout - Improve XML docs for CustomColumnDelimiter (<a
href="https://redirect.github.com/NLog/NLog/issues/5353">#5353</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5354">#5354</a>
LogEventInfo - Can be immutable when having FormattedMessage and no
parameters (<a
href="https://redirect.github.com/NLog/NLog/issues/5354">#5354</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5356">#5356</a>
Renamed internal NLogXmlElement to XmlLoggingConfigurationElement and
fixed XML docs (<a
href="https://redirect.github.com/NLog/NLog/issues/5356">#5356</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5359">#5359</a>
StringHelpers - Skip SubString for case-insensitive Replace-method (<a
href="https://redirect.github.com/NLog/NLog/issues/5359">#5359</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5360">#5360</a>
ReplaceLayoutRendererWrapper - IgnoreCase faster without RegEx (<a
href="https://redirect.github.com/NLog/NLog/issues/5360">#5360</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5363">#5363</a>
Improved InternalLogger output when parsing NLog config with target
wrappers (<a
href="https://redirect.github.com/NLog/NLog/issues/5363">#5363</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5370">#5370</a>
NetworkTarget - Skip connection when above max message size (<a
href="https://redirect.github.com/NLog/NLog/issues/5370">#5370</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5371">#5371</a>
Fixed various issues reported by EnableNETAnalyzers (<a
href="https://redirect.github.com/NLog/NLog/issues/5371">#5371</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a href="https://redirect.github.com/NLog/NLog/pull/5372">#5372</a>
Updated various nuget-packages to include README.md (<a
href="https://redirect.github.com/NLog/NLog/issues/5372">#5372</a>) (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NLog/NLog/commit/7c014325443d65541200b698a50b9dd4ec30c7f0"><code>7c01432</code></a>
Version 5.2.5 (<a
href="https://redirect.github.com/NLog/NLog/issues/5373">#5373</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/d2b872449bc29326456000a5393b1ef050de48d7"><code>d2b8724</code></a>
Updated nuget-packages with README.md including install info and links
(<a
href="https://redirect.github.com/NLog/NLog/issues/5372">#5372</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/3d8c0e6ff9b3a38bb7be7d664ebc9e798a67ed13"><code>3d8c0e6</code></a>
Fixed various issues reported by EnableNETAnalyzers (<a
href="https://redirect.github.com/NLog/NLog/issues/5371">#5371</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/abe2338e80636363573c3b1351eaebae8f4d0a19"><code>abe2338</code></a>
NetworkTarget - Skip connection when above max message size (<a
href="https://redirect.github.com/NLog/NLog/issues/5370">#5370</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/1a0279618322d791aa7c7531c2f4c7ed8d038b0d"><code>1a02796</code></a>
ConfigurationItemFactory - Added code coverage for Factory
RegisterDefinition...</li>
<li><a
href="https://github.com/NLog/NLog/commit/528b75b66fa3088edef22cf61e6b2507d822b2c2"><code>528b75b</code></a>
Fixed milestone links for Version 5.0-Preview 1 (<a
href="https://redirect.github.com/NLog/NLog/issues/5366">#5366</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/50668f5e84fd2afb1178d4deba664ac4bd336a72"><code>50668f5</code></a>
JsonLayout - Fixed ExcludeEmptyProperties to accept values ending with
quote ...</li>
<li><a
href="https://github.com/NLog/NLog/commit/30be6a8a450c691c478ea0115bbb1f10ccf17041"><code>30be6a8</code></a>
Fixed InternalLogger output when parsing NLog config with target
wrappers (<a
href="https://redirect.github.com/NLog/NLog/issues/5">#5</a>...</li>
<li><a
href="https://github.com/NLog/NLog/commit/e0f70b2bc3ac8f96847dfa38bd5c08beda9feeb0"><code>e0f70b2</code></a>
ReplaceLayoutRendererWrapper - IgnoreCase faster without RegEx (<a
href="https://redirect.github.com/NLog/NLog/issues/5360">#5360</a>)</li>
<li><a
href="https://github.com/NLog/NLog/commit/75f966dfecc2170757f156b1fbd8411754d7c8ed"><code>75f966d</code></a>
StringHelpers - Skip SubString for case-insensitive Replace-method (<a
href="https://redirect.github.com/NLog/NLog/issues/5359">#5359</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/NLog/NLog/compare/v5.2.4...v5.2.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `NLog.Extensions.Logging` from 5.3.4 to 5.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/NLog/NLog.Extensions.Logging/releases">NLog.Extensions.Logging's
releases</a>.</em></p>
<blockquote>
<h2>Version 5.3.5</h2>
<p><strong>Improvements</strong></p>
<ul>
<li><a
href="https://redirect.github.com/NLog/NLog.Extensions.Logging/pull/692">#692</a>:
NLogLoggerFactory - Optimize concurrency for CreateLogger (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
<li><a
href="https://redirect.github.com/NLog/NLog.Extensions.Logging/pull/695">#695</a>:
Updated to NLog v5.2.5 (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD">NLog.Extensions.Logging's
changelog</a>.</em></p>
<blockquote>
<h3>Version 5.3.5 (2023/10/15)</h3>
<p><strong>Improvements</strong></p>
<ul>
<li><a
href="https://redirect.github.com/NLog/NLog.Extensions.Logging/pull/695">#695</a>:
Updated to NLog v5.2.5 (<a
href="https://github.com/snakefoot"><code>@snakefoot</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NLog/NLog.Extensions.Logging/commit/3ca943079eeece2faa1a2249de35eb7c807de188"><code>3ca9430</code></a>
Version 5.3.5 (<a
href="https://redirect.github.com/NLog/NLog.Extensions.Logging/issues/695">#695</a>)</li>
<li><a
href="https://github.com/NLog/NLog.Extensions.Logging/commit/e59c3cd194c1926091be3b6df209730081f87515"><code>e59c3cd</code></a>
NLogLoggerFactory - Optimize concurrency for CreateLogger (<a
href="https://redirect.github.com/NLog/NLog.Extensions.Logging/issues/692">#692</a>)</li>
<li>See full diff in <a
href="https://github.com/NLog/NLog.Extensions.Logging/compare/v5.3.4...v5.3.5">compare
view</a></li>
</ul>
</details>
<br />
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent dc3deda commit 6d3076d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments