dependabot[bot] opened a new pull request, #37661: URL: https://github.com/apache/arrow/pull/37661
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.7 to 0.13.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/BenchmarkDotNet/releases">BenchmarkDotNet's releases</a>.</em></p> <blockquote> <h2>0.13.8</h2> <p>Full changelog: <a href="https://benchmarkdotnet.org/changelog/v0.13.8.html">https://benchmarkdotnet.org/changelog/v0.13.8.html</a></p> <h2>Highlights</h2> <p>This release contains important bug fixes.</p> <h2>What's Changed</h2> <ul> <li>Issue2394 multiple markdown exporters not possible even with different names by <a href="https://github.com/bstordrup"><code>@bstordrup</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2395">dotnet/BenchmarkDotNet#2395</a></li> <li>Make MarkdownExporter ctor and Dialect protected by <a href="https://github.com/nietras"><code>@nietras</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2407">dotnet/BenchmarkDotNet#2407</a></li> <li>Refactor out base TextLogger from StreamLogger by <a href="https://github.com/nietras"><code>@nietras</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2406">dotnet/BenchmarkDotNet#2406</a></li> <li> <ul> <li>update the templates install command to reflect dotnet cli updates by <a href="https://github.com/baywet"><code>@baywet</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2415">dotnet/BenchmarkDotNet#2415</a></li> </ul> </li> <li>Update stub decoding for .NET 8 for disassemblers by <a href="https://github.com/janvorli"><code>@janvorli</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2416">dotnet/BenchmarkDotNet#2416</a></li> <li>Enable nullability for BenchmarkDotNet.Annotations by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2418">dotnet/BenchmarkDotNet#2418</a></li> <li>Nullability In BenchmarkDotNet project by <a href="https://github.com/alinasmirnova"><code>@alinasmirnova</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2419">dotnet/BenchmarkDotNet#2419</a></li> <li>feat: add text justification style by <a href="https://github.com/Vahdanian"><code>@Vahdanian</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2410">dotnet/BenchmarkDotNet#2410</a></li> <li>Default to RoslynToolchain by <a href="https://github.com/timcassell"><code>@timcassell</code></a> in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2409">dotnet/BenchmarkDotNet#2409</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bstordrup"><code>@bstordrup</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2395">dotnet/BenchmarkDotNet#2395</a></li> <li><a href="https://github.com/baywet"><code>@baywet</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2415">dotnet/BenchmarkDotNet#2415</a></li> <li><a href="https://github.com/Vahdanian"><code>@Vahdanian</code></a> made their first contribution in <a href="https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2410">dotnet/BenchmarkDotNet#2410</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8">https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/f8de1e95a7a2c5d06862c14f5f657142d54e9328"><code>f8de1e9</code></a> Prepare v0.13.8 changelog</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e2e888c694854974c9e11e3fd92c278876637903"><code>e2e888c</code></a> Use Roslyn Toolchain by default if no build settings are changed.</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/b035d90c481bbbb8b8cd56daa5ca5730e2309797"><code>b035d90</code></a> feat: add text justification style (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2410">#2410</a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2a8bab554774fbd1d100a148846332a28a717ca1"><code>2a8bab5</code></a> Fixed nullability warnings for some files from BenchmarkDotNet project</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/3860e4a0ec9de82f5addc750633ac0f7b470e08b"><code>3860e4a</code></a> Removed redundant check</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/83fc5ed5433109a7129f696cbe6ab35fd6e0810f"><code>83fc5ed</code></a> Updated CodeAnnotations to the actual version</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/2d763cf1dfabd90bb47d169981aca2f0269f6a02"><code>2d763cf</code></a> Enable nullability for BenchmarkDotNet.Annotations</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/d391085c4a3298d3f9223197f986823f01c34e37"><code>d391085</code></a> Update stub decoding for .NET 8 for disassemblers (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2416">#2416</a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/e0c667f6363e75f4e18e34767b6211d360962873"><code>e0c667f</code></a> - update the templates install command to reflect dotnet cli updates (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2415">#2415</a>)</li> <li><a href="https://github.com/dotnet/BenchmarkDotNet/commit/c35dcb2b949096d257c743672ce7f2fd276828ad"><code>c35dcb2</code></a> Refactor out base TextLogger from StreamLogger (<a href="https://redirect.github.com/dotnet/BenchmarkDotNet/issues/2406">#2406</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
