Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump RabbitMQ.Client from 6.8.1 to 7.0.0 in /src/backend (#346)
Bumps [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) from 6.8.1 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/releases">RabbitMQ.Client's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/53?closed=1">GitHub milestone for <code>RabbitMQ.Client</code> version <code>7.0.0</code></a></p> <h2>What's Changed</h2> <ul> <li>Fall back to rabbitmqctl (or rabbitmqctl.bat) if RABBITMQ_RABBITMQCTL_PATH or umbrella path are not available by <a href="https://github.com/michaelklishin"><code>@michaelklishin</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/818">rabbitmq/rabbitmq-dotnet-client#818</a></li> <li>Switch to Verify for API approval test by <a href="https://github.com/bording"><code>@bording</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/820">rabbitmq/rabbitmq-dotnet-client#820</a></li> <li>AutorecoveringConnection uses ContinuationTimeout from ConnectionFactory by <a href="https://github.com/AndrzejKrol"><code>@AndrzejKrol</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/823">rabbitmq/rabbitmq-dotnet-client#823</a></li> <li>Do not throw on invalid ReplyTo address by <a href="https://github.com/ig-sinicyn"><code>@ig-sinicyn</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/828">rabbitmq/rabbitmq-dotnet-client#828</a></li> <li>Introduce PublicationAddress.TryParse and switch BasicProperties.ReplyToAddress to use it by <a href="https://github.com/michaelklishin"><code>@michaelklishin</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/831">rabbitmq/rabbitmq-dotnet-client#831</a></li> <li>Throw ObjectDisposedException when required by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/832">rabbitmq/rabbitmq-dotnet-client#832</a></li> <li>Restore Constants class as public by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/833">rabbitmq/rabbitmq-dotnet-client#833</a></li> <li>Move Constants to RabbitMQ.Client by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/834">rabbitmq/rabbitmq-dotnet-client#834</a></li> <li>Replacing usage of ManualResetEvent with ManualResetEventSlim by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/837">rabbitmq/rabbitmq-dotnet-client#837</a></li> <li>Optimizing memory usage even further. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/824">rabbitmq/rabbitmq-dotnet-client#824</a></li> <li>Using a linked list for fast efficient tracking of [publisher confirm] delivery tags by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/836">rabbitmq/rabbitmq-dotnet-client#836</a></li> <li>Adding System.Threading.Channels for simplified, better performing code. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/835">rabbitmq/rabbitmq-dotnet-client#835</a></li> <li>Using interpolated strings for better code readability. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/840">rabbitmq/rabbitmq-dotnet-client#840</a></li> <li>getting rid of a Func allocation by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/841">rabbitmq/rabbitmq-dotnet-client#841</a></li> <li>Making sure AsyncEventHandlers are all run. Fixes issue <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/838">#838</a>. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/839">rabbitmq/rabbitmq-dotnet-client#839</a></li> <li>simplify WriteShortstr by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/845">rabbitmq/rabbitmq-dotnet-client#845</a></li> <li>Deletion of unreachable code by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/847">rabbitmq/rabbitmq-dotnet-client#847</a></li> <li>Deletion of unused UseBackgroundThreadsForIO by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/846">rabbitmq/rabbitmq-dotnet-client#846</a></li> <li>eliminate allocations from InboundFrame by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/848">rabbitmq/rabbitmq-dotnet-client#848</a></li> <li>Frame optimizations by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/844">rabbitmq/rabbitmq-dotnet-client#844</a></li> <li>Delete AutoClose from SessionManager by <a href="https://github.com/Pliner"><code>@Pliner</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/852">rabbitmq/rabbitmq-dotnet-client#852</a></li> <li>Fixing rethrown exceptions to properly preserve stackframes. by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/850">rabbitmq/rabbitmq-dotnet-client#850</a></li> <li>throw ArgumentOutOfRangeException when table key is too long (> 255) by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/849">rabbitmq/rabbitmq-dotnet-client#849</a></li> <li>Adding BinaryPrimitives support for NETSTANDARD targets by <a href="https://github.com/stebet"><code>@stebet</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/851">rabbitmq/rabbitmq-dotnet-client#851</a></li> <li>Minor improvements and optimizations by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/842">rabbitmq/rabbitmq-dotnet-client#842</a></li> <li>simplify missed heartbeat recognition by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/854">rabbitmq/rabbitmq-dotnet-client#854</a></li> <li>remove task yield by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/855">rabbitmq/rabbitmq-dotnet-client#855</a></li> <li>Fix RabbitMQ version parsing by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/862">rabbitmq/rabbitmq-dotnet-client#862</a></li> <li>Report a Uri scheme of "amqps" in AmqpTcpEndpoint.ToString() iff SslOption is enabled in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/864">rabbitmq/rabbitmq-dotnet-client#864</a></li> <li>Re-merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/855">#855</a> from bollhals/remove.task.yield by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/863">rabbitmq/rabbitmq-dotnet-client#863</a></li> <li>Prep for 6.1.1 by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/870">rabbitmq/rabbitmq-dotnet-client#870</a></li> <li>Fix AppVeyor build by <a href="https://github.com/lukebakken"><code>@lukebakken</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/871">rabbitmq/rabbitmq-dotnet-client#871</a></li> <li>Move BinaryTableValue to public section by <a href="https://github.com/BenBorn"><code>@BenBorn</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/880">rabbitmq/rabbitmq-dotnet-client#880</a></li> <li>Ability to do concurrent dispatches both on the async as well as the sync consumer by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/866">rabbitmq/rabbitmq-dotnet-client#866</a></li> <li>Refactor: extracted RabbitMQ node management functions from IntegrationFixture by <a href="https://github.com/pergh"><code>@pergh</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/884">rabbitmq/rabbitmq-dotnet-client#884</a></li> <li>Switch WorkPool of ConsumerWorkService to channels by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/882">rabbitmq/rabbitmq-dotnet-client#882</a></li> <li>use cached empty BasicProperties when null by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/887">rabbitmq/rabbitmq-dotnet-client#887</a></li> <li>add size hint variable for PublishBatch creation by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/888">rabbitmq/rabbitmq-dotnet-client#888</a></li> <li>fix issue 868 by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/878">rabbitmq/rabbitmq-dotnet-client#878</a></li> <li>Implement BasicPublishBatch with ReadOnlyMemory by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/865">rabbitmq/rabbitmq-dotnet-client#865</a></li> <li>7.x: remove deprecated message publishing method overloads by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/895">rabbitmq/rabbitmq-dotnet-client#895</a></li> <li>precompute sizes and and simplify BasicProperties presence by <a href="https://github.com/bollhals"><code>@bollhals</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/890">rabbitmq/rabbitmq-dotnet-client#890</a></li> <li>Edit docs by <a href="https://github.com/JeremyMahieu"><code>@JeremyMahieu</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/896">rabbitmq/rabbitmq-dotnet-client#896</a></li> <li>Do DNS resolution before connection attempt by <a href="https://github.com/JeremyMahieu"><code>@JeremyMahieu</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/893">rabbitmq/rabbitmq-dotnet-client#893</a></li> <li>Unify on IModel by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/858">rabbitmq/rabbitmq-dotnet-client#858</a></li> <li>Missing ConfigureAwait in TcpClientAdapter by <a href="https://github.com/danielmarbach"><code>@danielmarbach</code></a> in <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/897">rabbitmq/rabbitmq-dotnet-client#897</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/CHANGELOG.md">RabbitMQ.Client's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.14...HEAD">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix build warnings in API <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1718">#1718</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Change OTel attribute messaging.operation to messaging.operation.type <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1716">#1716</a> (<a href="https://github.com/iinuwa">iinuwa</a>)</li> <li>Throw when lease not acquired. This can happen then the rate limiter doesn't allow queuing or is generally wrongly configured <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1714">#1714</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.14">v7.0.0-rc.14</a> (2024-10-24)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.13...v7.0.0-rc.14">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Make handling of publisher confirmations transparent to the user <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1682">#1682</a></li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Remove <code>ChannelOptions</code> internal class <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1712">#1712</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Xml doc updates for the rate limiting <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1711">#1711</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> <li>Only add <code>x-dotnet-pub-seq-no</code> when tracking enabled <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1710">#1710</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Safeguarding against duplicate sequence numbers <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1709">#1709</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.13">v7.0.0-rc.13</a> (2024-10-22)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.12...v7.0.0-rc.13">Full Changelog</a></p> <p><strong>Merged pull requests:</strong></p> <ul> <li>Address some more TODOs <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1708">#1708</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Upgrade NET6.0 to NET8.0 since NET6.0 is soon EOL <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1707">#1707</a> (<a href="https://github.com/danielmarbach">danielmarbach</a>)</li> <li>Leverage <code>System.Threading.RateLimiting</code> <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1706">#1706</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Enforce maximum outstanding publisher confirms, if set <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1703">#1703</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Isolate publisher confirmation code <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1702">#1702</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> <li>Integrate <code>Channel</code> into <code>ChannelBase</code> <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/pull/1700">#1700</a> (<a href="https://github.com/lukebakken">lukebakken</a>)</li> </ul> <h2><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/tree/v7.0.0-rc.12">v7.0.0-rc.12</a> (2024-10-08)</h2> <p><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v7.0.0-rc.11...v7.0.0-rc.12">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Allow DateTime for Headers in IBasicProperties <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1691">#1691</a></li> <li>Polyfill language gaps <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1688">#1688</a></li> <li>DispatchConsumerConcurrency might be misplaced on the connection factory <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1668">#1668</a></li> <li>Consider using <code>AsyncManualResetEvent</code> when handling flow state <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1644">#1644</a></li> </ul> <p><strong>Fixed bugs:</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/7c78e66a42fe13d81cf04b76975f86b13ecba23c"><code>7c78e66</code></a> 7.0.0 CHANGELOG</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/ab8b2796c58574b804f57dfc64e3a9388ed88f1d"><code>ab8b279</code></a> Merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1718">#1718</a> from rabbitmq/lukebakken/fix-api-warnings</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/1bdd78ca09a05bf7bfb6d1fd2b413578ad9ac17f"><code>1bdd78c</code></a> Fix build warnings in API</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/4525c6dc8449afb30016b4cdbe4519bbe4cce625"><code>4525c6d</code></a> Merge pull request <a href="https://redirect.github.com/rabbitmq/rabbitmq-dotnet-client/issues/1716">#1716</a> from iinuwa/fix/change-otel-attribute-name</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/e2c246f1c251949ea0a6c605eb2eb93e891b2662"><code>e2c246f</code></a> docs: Add clone and build steps to contributing guide</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/fe9ccbe3b62c9d29ed8275a5e7c1612a1ea5fc38"><code>fe9ccbe</code></a> Update tests for Activity source operation name and attribute value</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/c4d10450b53c067c73abcf495d391df2097c35c3"><code>c4d1045</code></a> Use const strings for OTel operation types</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/f71273b7fb00c31204d1fd68c21d12e053949dc4"><code>f71273b</code></a> Update span operation names to comply with OTel semantic conventions</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/3d708a8b118e5305be0aec060f4f83c7db07e489"><code>3d708a8</code></a> Change OTel attribute messaging.operation to messaging.operation.type</li> <li><a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/commit/898c21f5d484f850805522a17c42405c9bb2806b"><code>898c21f</code></a> Throw when lease not acquired. This can happen then the rate limiter doesn't ...</li> <li>Additional commits viewable in <a href="https://github.com/rabbitmq/rabbitmq-dotnet-client/compare/v6.8.1...v7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=RabbitMQ.Client&package-manager=nuget&previous-version=6.8.1&new-version=7.0.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