Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump ktorVersion from 2.3.9 to 2.3.10 (#223)
Bumps `ktorVersion` from 2.3.9 to 2.3.10. Updates `io.ktor:ktor-client-okhttp` from 2.3.9 to 2.3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-okhttp's releases</a>.</em></p> <blockquote> <h2>2.3.10</h2> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md">io.ktor:ktor-client-okhttp's changelog</a>.</em></p> <blockquote> <h1>2.3.10</h1> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/f8f8fe8a36744fc4b8a5adef79897f2d327743b9"><code>f8f8fe8</code></a> Add changelog for 2.3.10 (<a href="https://redirect.github.com/ktorio/ktor/issues/4019">#4019</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/2cd05c621ebe8c19ba09bd29b934ac1a56076a0f"><code>2cd05c6</code></a> KTOR-6850 Fix the query parameters object for each engine but Netty t… (<a href="https://redirect.github.com/ktorio/ktor/issues/4015">#4015</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/dc0d311ea746170e7ec1b7355c6ffe419b43e9dc"><code>dc0d311</code></a> KTOR-6839 Fix double logging response in CallLogging (<a href="https://redirect.github.com/ktorio/ktor/issues/4016">#4016</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4b0ed381903530f617fb6bf9630694cad1dbb752"><code>4b0ed38</code></a> KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (<a href="https://redirect.github.com/ktorio/ktor/issues/4009">#4009</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/28f1d00b9dfc841267069be840a60eb4f1ff4149"><code>28f1d00</code></a> KTOR-6883 Add callbacks before waiting for connection establishment to preven...</li> <li><a href="https://github.com/ktorio/ktor/commit/df04b16a5e51ee8a4a3c0202a1f4824ab55b1193"><code>df04b16</code></a> KTOR-5383 Fix parsing server host and port when using NettyConnection… (<a href="https://redirect.github.com/ktorio/ktor/issues/4014">#4014</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/7d3f6a9bb7d7cf180736fd2c671206e99b7d59a8"><code>7d3f6a9</code></a> [ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...</li> <li><a href="https://github.com/ktorio/ktor/commit/9b693327f4f23d5ce7b081e80276bbdac29b79b0"><code>9b69332</code></a> Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/182386a2fd891de2cb33999989f336f6fe407dcd"><code>182386a</code></a> KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (<a href="https://redirect.github.com/ktorio/ktor/issues/4008">#4008</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0c0e0a36582b3d06fd18dd5f262ce6ad543067f3"><code>0c0e0a3</code></a> KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (<a href="https://redirect.github.com/ktorio/ktor/issues/4007">#4007</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.9...2.3.10">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock` from 2.3.9 to 2.3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock's releases</a>.</em></p> <blockquote> <h2>2.3.10</h2> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md">io.ktor:ktor-client-mock's changelog</a>.</em></p> <blockquote> <h1>2.3.10</h1> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/f8f8fe8a36744fc4b8a5adef79897f2d327743b9"><code>f8f8fe8</code></a> Add changelog for 2.3.10 (<a href="https://redirect.github.com/ktorio/ktor/issues/4019">#4019</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/2cd05c621ebe8c19ba09bd29b934ac1a56076a0f"><code>2cd05c6</code></a> KTOR-6850 Fix the query parameters object for each engine but Netty t… (<a href="https://redirect.github.com/ktorio/ktor/issues/4015">#4015</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/dc0d311ea746170e7ec1b7355c6ffe419b43e9dc"><code>dc0d311</code></a> KTOR-6839 Fix double logging response in CallLogging (<a href="https://redirect.github.com/ktorio/ktor/issues/4016">#4016</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4b0ed381903530f617fb6bf9630694cad1dbb752"><code>4b0ed38</code></a> KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (<a href="https://redirect.github.com/ktorio/ktor/issues/4009">#4009</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/28f1d00b9dfc841267069be840a60eb4f1ff4149"><code>28f1d00</code></a> KTOR-6883 Add callbacks before waiting for connection establishment to preven...</li> <li><a href="https://github.com/ktorio/ktor/commit/df04b16a5e51ee8a4a3c0202a1f4824ab55b1193"><code>df04b16</code></a> KTOR-5383 Fix parsing server host and port when using NettyConnection… (<a href="https://redirect.github.com/ktorio/ktor/issues/4014">#4014</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/7d3f6a9bb7d7cf180736fd2c671206e99b7d59a8"><code>7d3f6a9</code></a> [ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...</li> <li><a href="https://github.com/ktorio/ktor/commit/9b693327f4f23d5ce7b081e80276bbdac29b79b0"><code>9b69332</code></a> Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/182386a2fd891de2cb33999989f336f6fe407dcd"><code>182386a</code></a> KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (<a href="https://redirect.github.com/ktorio/ktor/issues/4008">#4008</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0c0e0a36582b3d06fd18dd5f262ce6ad543067f3"><code>0c0e0a3</code></a> KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (<a href="https://redirect.github.com/ktorio/ktor/issues/4007">#4007</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.9...2.3.10">compare view</a></li> </ul> </details> <br /> Updates `io.ktor:ktor-client-mock-jvm` from 2.3.9 to 2.3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/releases">io.ktor:ktor-client-mock-jvm's releases</a>.</em></p> <blockquote> <h2>2.3.10</h2> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ktorio/ktor/blob/2.3.10/CHANGELOG.md">io.ktor:ktor-client-mock-jvm's changelog</a>.</em></p> <blockquote> <h1>2.3.10</h1> <blockquote> <p>Published 8 April 2024</p> </blockquote> <h3>Bugfixes</h3> <ul> <li>CallLogging, StatusPages: response logged twice when status handler is used (<a href="https://youtrack.jetbrains.com/issue/KTOR-6839">KTOR-6839</a>)</li> <li>NodeJS WebSocket client sometimes drops a frame received immediately after handshake (<a href="https://youtrack.jetbrains.com/issue/KTOR-6883">KTOR-6883</a>)</li> <li>IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (<a href="https://youtrack.jetbrains.com/issue/KTOR-5383">KTOR-5383</a>)</li> <li>JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6878">KTOR-6878</a>)</li> <li>CIO: File upload fails with <code>NumberFormatException</code> when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (<a href="https://youtrack.jetbrains.com/issue/KTOR-6851">KTOR-6851</a>)</li> <li>CallLogging: the plugin completely overrides MDC if at least one entry is configured (<a href="https://youtrack.jetbrains.com/issue/KTOR-6642">KTOR-6642</a>)</li> <li>SSE plugin: Duplicated "Content-Type: text/event-stream" headers (<a href="https://youtrack.jetbrains.com/issue/KTOR-6735">KTOR-6735</a>)</li> <li>CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (<a href="https://youtrack.jetbrains.com/issue/KTOR-6746">KTOR-6746</a>)</li> </ul> <h3>Improvements</h3> <ul> <li>Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (<a href="https://youtrack.jetbrains.com/issue/KTOR-6850">KTOR-6850</a>)</li> <li>Android: no logs are present in Logcat with <code>Logger.ANDROID</code> (<a href="https://youtrack.jetbrains.com/issue/KTOR-1219">KTOR-1219</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ktorio/ktor/commit/f8f8fe8a36744fc4b8a5adef79897f2d327743b9"><code>f8f8fe8</code></a> Add changelog for 2.3.10 (<a href="https://redirect.github.com/ktorio/ktor/issues/4019">#4019</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/2cd05c621ebe8c19ba09bd29b934ac1a56076a0f"><code>2cd05c6</code></a> KTOR-6850 Fix the query parameters object for each engine but Netty t… (<a href="https://redirect.github.com/ktorio/ktor/issues/4015">#4015</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/dc0d311ea746170e7ec1b7355c6ffe419b43e9dc"><code>dc0d311</code></a> KTOR-6839 Fix double logging response in CallLogging (<a href="https://redirect.github.com/ktorio/ktor/issues/4016">#4016</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/4b0ed381903530f617fb6bf9630694cad1dbb752"><code>4b0ed38</code></a> KTOR-1219 Make Android logger log to Logcat on Android if the SLF4J b… (<a href="https://redirect.github.com/ktorio/ktor/issues/4009">#4009</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/28f1d00b9dfc841267069be840a60eb4f1ff4149"><code>28f1d00</code></a> KTOR-6883 Add callbacks before waiting for connection establishment to preven...</li> <li><a href="https://github.com/ktorio/ktor/commit/df04b16a5e51ee8a4a3c0202a1f4824ab55b1193"><code>df04b16</code></a> KTOR-5383 Fix parsing server host and port when using NettyConnection… (<a href="https://redirect.github.com/ktorio/ktor/issues/4014">#4014</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/7d3f6a9bb7d7cf180736fd2c671206e99b7d59a8"><code>7d3f6a9</code></a> [ktor-http/common/src/io/ktor/http/auth/AuthScheme.kt] Make doc to refer to c...</li> <li><a href="https://github.com/ktorio/ktor/commit/9b693327f4f23d5ce7b081e80276bbdac29b79b0"><code>9b69332</code></a> Update gradle-wrapper.properties to change Gradle wrapper version from 8.5 to...</li> <li><a href="https://github.com/ktorio/ktor/commit/182386a2fd891de2cb33999989f336f6fe407dcd"><code>182386a</code></a> KTOR-6851 Parsing Content-Length to Long instead of Int to prevent Nu… (<a href="https://redirect.github.com/ktorio/ktor/issues/4008">#4008</a>)</li> <li><a href="https://github.com/ktorio/ktor/commit/0c0e0a36582b3d06fd18dd5f262ce6ad543067f3"><code>0c0e0a3</code></a> KTOR-6878 Fix stack overflow when SuspendFunctionGun trying to access… (<a href="https://redirect.github.com/ktorio/ktor/issues/4007">#4007</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ktorio/ktor/compare/2.3.9...2.3.10">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 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