dependabot[bot] opened a new pull request, #13013: URL: https://github.com/apache/pinot/pull/13013
Bumps `circe.version` from 0.14.6 to 0.14.7. Updates `io.circe:circe-parser_2.12` from 0.14.6 to 0.14.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/circe/circe/releases">io.circe:circe-parser_2.12's releases</a>.</em></p> <blockquote> <h2>v0.14.7</h2> <h2>Notable changes</h2> <ul> <li>Introduce forTypedProduct to work better with Scala 3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/1998">circe/circe#1998</a></li> <li>Move anonymous classes out of inlined code and into constructor methods by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2230">circe/circe#2230</a></li> <li>Align Scala 3 semiauto derivation with <code>circe-generic</code> behavior in Scala 2 by <a href="https://github.com/mrdziuban"><code>@mrdziuban</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a></li> <li>Add Encoder.derived and Codec.derived forwarders by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2228">circe/circe#2228</a></li> </ul> <h2>Important</h2> <p><a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a> is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation.</p> <h2>Maintainership updates</h2> <p><a href="https://github.com/zmccoy"><code>@zmccoy</code></a> has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward. <a href="https://github.com/hamnis"><code>@hamnis</code></a> has been added a maintainer.</p> <h2>Community Contributions</h2> <ul> <li>feat: Add helpers to create nullable properties from <code>Option[A]</code> by <a href="https://github.com/OddKristensen"><code>@OddKristensen</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2127">circe/circe#2127</a></li> <li>remove unused imports by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2202">circe/circe#2202</a></li> <li>fix warnings scalafix rule by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2204">circe/circe#2204</a></li> <li>use <code>setup-java</code> instead of deprecated <code>setup-scala</code> by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2203">circe/circe#2203</a></li> <li>Introduce forTypedProduct to work better with Scala 3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/1998">circe/circe#1998</a></li> <li>2024 headers by <a href="https://github.com/yurique"><code>@yurique</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2220">circe/circe#2220</a></li> <li>README Maintainer update by <a href="https://github.com/zmccoy"><code>@zmccoy</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2244">circe/circe#2244</a></li> <li>Add hamnis as a maintainer by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2250">circe/circe#2250</a></li> <li>Update Jack Henry Name by <a href="https://github.com/zmccoy"><code>@zmccoy</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2245">circe/circe#2245</a></li> <li>Support NonEmptySeq by <a href="https://github.com/shagoon"><code>@shagoon</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2247">circe/circe#2247</a></li> <li>Fix microsite generation, update scala versions, update <code>sbt-circe-org</code> plugin version by <a href="https://github.com/CJSmith-0141"><code>@CJSmith-0141</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2218">circe/circe#2218</a></li> <li>Move anonymous classes out of inlined code and into constructor methods by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2230">circe/circe#2230</a></li> <li>Making <code>of</code> methods on Configured Encoders/Decoders Private. by <a href="https://github.com/zarthross"><code>@zarthross</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2252">circe/circe#2252</a></li> <li>Add Encoder.derived and Codec.derived forwarders by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2228">circe/circe#2228</a></li> <li>Fix-2113 fix cursor`s traverse ACursor.pathToRoot by <a href="https://github.com/iyfedorov"><code>@iyfedorov</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2138">circe/circe#2138</a></li> <li>Add link to hamnis profile by <a href="https://github.com/hwup"><code>@hwup</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2257">circe/circe#2257</a></li> <li>Align Scala 3 semiauto derivation with <code>circe-generic</code> behavior in Scala 2 by <a href="https://github.com/mrdziuban"><code>@mrdziuban</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a></li> <li>Upgrade Scala 3 to 3.3.3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2251">circe/circe#2251</a></li> <li>Add back some Encoder.AsObject by <a href="https://github.com/zarthross"><code>@zarthross</code></a> <a href="https://redirect.github.com/circe/circe/pull/2261">circe/circe#2261</a></li> </ul> <h2>Scala steward</h2> <ul> <li>Update sbt-jmh to 0.4.6 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2194">circe/circe#2194</a></li> <li>Update scalafmt-core to 3.7.14 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2193">circe/circe#2193</a></li> <li>Update sbt to 1.9.6 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2197">circe/circe#2197</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.15 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2192">circe/circe#2192</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.16 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2205">circe/circe#2205</a></li> <li>Update munit, munit-scalacheck to 1.0.0-M10 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2198">circe/circe#2198</a></li> <li>Update sbt-scalajs, scalajs-compilr, ... to 1.14.0 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2201">circe/circe#2201</a></li> <li>Update sbt to 1.9.7 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2210">circe/circe#2210</a></li> <li>Update scalafmt-core to 3.7.17 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2215">circe/circe#2215</a></li> <li>Update sbt to 1.9.8 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2224">circe/circe#2224</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.17 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2229">circe/circe#2229</a></li> <li>Update sbt to 1.9.9 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2235">circe/circe#2235</a></li> <li>Update scalafmt-core to 3.8.1 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2243">circe/circe#2243</a></li> <li>Update munit, munit-scalacheck to 1.0.0-M11 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2233">circe/circe#2233</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/circe/circe/commit/e3d2583674ad09c04cd60bff0f14e3f94ac0a7a1"><code>e3d2583</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2261">#2261</a> from circe/asobject</li> <li><a href="https://github.com/circe/circe/commit/9f2a7fc65ff951dc2efa6c6ef008635dc6a14c2b"><code>9f2a7fc</code></a> Add back some more <code>.AsObject</code> and another test</li> <li><a href="https://github.com/circe/circe/commit/f3c820e2fabfb1c3d1f0e44eca687677bf342d30"><code>f3c820e</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2258">#2258</a> from mblink/less-auto-recursive-derivation</li> <li><a href="https://github.com/circe/circe/commit/bebb55c3e67ef313faee54cb66929984174dc122"><code>bebb55c</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2259">#2259</a> from scala-steward/update/sbt-circe-org-0.4.0</li> <li><a href="https://github.com/circe/circe/commit/41b87d73d4233e2c6adb2c642b2bcc64e232d9ba"><code>41b87d7</code></a> Updates to make sbt-circe-org work</li> <li><a href="https://github.com/circe/circe/commit/268b88de0a32f8c92f357e512618ce789db76f52"><code>268b88d</code></a> Update sbt-circe-org to 0.4.0</li> <li><a href="https://github.com/circe/circe/commit/0fbf565200d5b2cc385fbcbd5b883dc837854b88"><code>0fbf565</code></a> Add semiauto derivation tests.</li> <li><a href="https://github.com/circe/circe/commit/f9e5e825a26caac6c7ac4669c68e47a0d9d61745"><code>f9e5e82</code></a> Name boolean param applications.</li> <li><a href="https://github.com/circe/circe/commit/8eae6c889512e1727028dfada39e4645f938f2f0"><code>8eae6c8</code></a> Don't auto-recursively derive for case class fields, do for sum members.</li> <li><a href="https://github.com/circe/circe/commit/e794df62aeea04bc008dd37232963d9801b0bb9e"><code>e794df6</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2257">#2257</a> from hwup/add-hamnis-profile-link</li> <li>Additional commits viewable in <a href="https://github.com/circe/circe/compare/v0.14.6...v0.14.7">compare view</a></li> </ul> </details> <br /> Updates `io.circe:circe-generic_2.12` from 0.14.6 to 0.14.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/circe/circe/releases">io.circe:circe-generic_2.12's releases</a>.</em></p> <blockquote> <h2>v0.14.7</h2> <h2>Notable changes</h2> <ul> <li>Introduce forTypedProduct to work better with Scala 3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/1998">circe/circe#1998</a></li> <li>Move anonymous classes out of inlined code and into constructor methods by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2230">circe/circe#2230</a></li> <li>Align Scala 3 semiauto derivation with <code>circe-generic</code> behavior in Scala 2 by <a href="https://github.com/mrdziuban"><code>@mrdziuban</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a></li> <li>Add Encoder.derived and Codec.derived forwarders by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2228">circe/circe#2228</a></li> </ul> <h2>Important</h2> <p><a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a> is binary compatible, but not source compatible. Meaning upgrading to this version may cause some code to fail compiling in Scala 3. This change is important as it fixes a glaring problem with the current derivation.</p> <h2>Maintainership updates</h2> <p><a href="https://github.com/zmccoy"><code>@zmccoy</code></a> has resigned as a maintainer. Thanks for all your contributions and we wish you the best of luck going forward. <a href="https://github.com/hamnis"><code>@hamnis</code></a> has been added a maintainer.</p> <h2>Community Contributions</h2> <ul> <li>feat: Add helpers to create nullable properties from <code>Option[A]</code> by <a href="https://github.com/OddKristensen"><code>@OddKristensen</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2127">circe/circe#2127</a></li> <li>remove unused imports by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2202">circe/circe#2202</a></li> <li>fix warnings scalafix rule by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2204">circe/circe#2204</a></li> <li>use <code>setup-java</code> instead of deprecated <code>setup-scala</code> by <a href="https://github.com/xuwei-k"><code>@xuwei-k</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2203">circe/circe#2203</a></li> <li>Introduce forTypedProduct to work better with Scala 3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/1998">circe/circe#1998</a></li> <li>2024 headers by <a href="https://github.com/yurique"><code>@yurique</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2220">circe/circe#2220</a></li> <li>README Maintainer update by <a href="https://github.com/zmccoy"><code>@zmccoy</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2244">circe/circe#2244</a></li> <li>Add hamnis as a maintainer by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2250">circe/circe#2250</a></li> <li>Update Jack Henry Name by <a href="https://github.com/zmccoy"><code>@zmccoy</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2245">circe/circe#2245</a></li> <li>Support NonEmptySeq by <a href="https://github.com/shagoon"><code>@shagoon</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2247">circe/circe#2247</a></li> <li>Fix microsite generation, update scala versions, update <code>sbt-circe-org</code> plugin version by <a href="https://github.com/CJSmith-0141"><code>@CJSmith-0141</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2218">circe/circe#2218</a></li> <li>Move anonymous classes out of inlined code and into constructor methods by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2230">circe/circe#2230</a></li> <li>Making <code>of</code> methods on Configured Encoders/Decoders Private. by <a href="https://github.com/zarthross"><code>@zarthross</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2252">circe/circe#2252</a></li> <li>Add Encoder.derived and Codec.derived forwarders by <a href="https://github.com/joroKr21"><code>@joroKr21</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2228">circe/circe#2228</a></li> <li>Fix-2113 fix cursor`s traverse ACursor.pathToRoot by <a href="https://github.com/iyfedorov"><code>@iyfedorov</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2138">circe/circe#2138</a></li> <li>Add link to hamnis profile by <a href="https://github.com/hwup"><code>@hwup</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2257">circe/circe#2257</a></li> <li>Align Scala 3 semiauto derivation with <code>circe-generic</code> behavior in Scala 2 by <a href="https://github.com/mrdziuban"><code>@mrdziuban</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2258">circe/circe#2258</a></li> <li>Upgrade Scala 3 to 3.3.3 by <a href="https://github.com/hamnis"><code>@hamnis</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2251">circe/circe#2251</a></li> <li>Add back some Encoder.AsObject by <a href="https://github.com/zarthross"><code>@zarthross</code></a> <a href="https://redirect.github.com/circe/circe/pull/2261">circe/circe#2261</a></li> </ul> <h2>Scala steward</h2> <ul> <li>Update sbt-jmh to 0.4.6 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2194">circe/circe#2194</a></li> <li>Update scalafmt-core to 3.7.14 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2193">circe/circe#2193</a></li> <li>Update sbt to 1.9.6 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2197">circe/circe#2197</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.15 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2192">circe/circe#2192</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.16 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2205">circe/circe#2205</a></li> <li>Update munit, munit-scalacheck to 1.0.0-M10 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2198">circe/circe#2198</a></li> <li>Update sbt-scalajs, scalajs-compilr, ... to 1.14.0 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2201">circe/circe#2201</a></li> <li>Update sbt to 1.9.7 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2210">circe/circe#2210</a></li> <li>Update scalafmt-core to 3.7.17 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2215">circe/circe#2215</a></li> <li>Update sbt to 1.9.8 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2224">circe/circe#2224</a></li> <li>Update nscplugin, sbt-scala-native, ... to 0.4.17 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2229">circe/circe#2229</a></li> <li>Update sbt to 1.9.9 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2235">circe/circe#2235</a></li> <li>Update scalafmt-core to 3.8.1 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2243">circe/circe#2243</a></li> <li>Update munit, munit-scalacheck to 1.0.0-M11 by <a href="https://github.com/scala-steward"><code>@scala-steward</code></a> in <a href="https://redirect.github.com/circe/circe/pull/2233">circe/circe#2233</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/circe/circe/commit/e3d2583674ad09c04cd60bff0f14e3f94ac0a7a1"><code>e3d2583</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2261">#2261</a> from circe/asobject</li> <li><a href="https://github.com/circe/circe/commit/9f2a7fc65ff951dc2efa6c6ef008635dc6a14c2b"><code>9f2a7fc</code></a> Add back some more <code>.AsObject</code> and another test</li> <li><a href="https://github.com/circe/circe/commit/f3c820e2fabfb1c3d1f0e44eca687677bf342d30"><code>f3c820e</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2258">#2258</a> from mblink/less-auto-recursive-derivation</li> <li><a href="https://github.com/circe/circe/commit/bebb55c3e67ef313faee54cb66929984174dc122"><code>bebb55c</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2259">#2259</a> from scala-steward/update/sbt-circe-org-0.4.0</li> <li><a href="https://github.com/circe/circe/commit/41b87d73d4233e2c6adb2c642b2bcc64e232d9ba"><code>41b87d7</code></a> Updates to make sbt-circe-org work</li> <li><a href="https://github.com/circe/circe/commit/268b88de0a32f8c92f357e512618ce789db76f52"><code>268b88d</code></a> Update sbt-circe-org to 0.4.0</li> <li><a href="https://github.com/circe/circe/commit/0fbf565200d5b2cc385fbcbd5b883dc837854b88"><code>0fbf565</code></a> Add semiauto derivation tests.</li> <li><a href="https://github.com/circe/circe/commit/f9e5e825a26caac6c7ac4669c68e47a0d9d61745"><code>f9e5e82</code></a> Name boolean param applications.</li> <li><a href="https://github.com/circe/circe/commit/8eae6c889512e1727028dfada39e4645f938f2f0"><code>8eae6c8</code></a> Don't auto-recursively derive for case class fields, do for sum members.</li> <li><a href="https://github.com/circe/circe/commit/e794df62aeea04bc008dd37232963d9801b0bb9e"><code>e794df6</code></a> Merge pull request <a href="https://redirect.github.com/circe/circe/issues/2257">#2257</a> from hwup/add-hamnis-profile-link</li> <li>Additional commits viewable in <a href="https://github.com/circe/circe/compare/v0.14.6...v0.14.7">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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
