Commit 986e165
authored
⬆️ Bump the dependencies group with 4 updates (#170)
Bumps the dependencies group with 4 updates:
[@vizzly-testing/honeydiff](https://github.com/vizzly-testing/honeydiff/tree/HEAD/crates/honeydiff-node),
[zod](https://github.com/colinhacks/zod),
[@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)
and
[@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query).
Updates `@vizzly-testing/honeydiff` from 0.7.1 to 0.8.0
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/vizzly-testing/honeydiff/commits/HEAD/crates/honeydiff-node">compare
view</a></li>
</ul>
</details>
<br />
Updates `zod` from 4.2.1 to 4.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/colinhacks/zod/releases">zod's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.5</h2>
<h2>Commits:</h2>
<ul>
<li>21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration
guide docs for deprecation of message (<a
href="https://redirect.github.com/colinhacks/zod/issues/5595">#5595</a>)</li>
<li>e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini
treeshaking</li>
<li>0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5</li>
</ul>
<h2>v4.3.4</h2>
<h2>Commits:</h2>
<ul>
<li>1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests</li>
<li>e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties
for looserecord (<a
href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li>
<li>089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord
docs</li>
<li>decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint</li>
<li>9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in
fromJSONSchema</li>
<li>66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from
ZodMiniType</li>
<li>b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4</li>
</ul>
<h2>v4.3.3</h2>
<h2>Commits:</h2>
<ul>
<li>f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3</li>
</ul>
<h2>v4.3.2</h2>
<h2>Commits:</h2>
<ul>
<li>bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside
intersection (<a
href="https://redirect.github.com/colinhacks/zod/issues/5587">#5587</a>)</li>
<li>f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (<a
href="https://redirect.github.com/colinhacks/zod/issues/5590">#5590</a>)</li>
<li>0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2</li>
</ul>
<h2>v4.3.1</h2>
<h2>Commits:</h2>
<ul>
<li>0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting
extends with refinements. 4.3.1</li>
</ul>
<h2>v4.3.0</h2>
<p>This is Zod's biggest release since 4.0. It addresses several of
Zod's longest-standing feature requests.</p>
<h2><code>z.fromJSONSchema()</code></h2>
<p>Convert JSON Schema to Zod (<a
href="https://redirect.github.com/colinhacks/zod/pull/5534">#5534</a>,
<a
href="https://redirect.github.com/colinhacks/zod/pull/5586">#5586</a>)</p>
<p>You can now convert JSON Schema definitions directly into Zod
schemas. This function supports JSON Schema
<code>"draft-2020-12"</code>,
<code>"draft-7"</code>, <code>"draft-4"</code>, and
OpenAPI 3.0.</p>
<pre lang="typescript"><code>import * as z from "zod";
<p>const schema = z.fromJSONSchema({
type: "object",
properties: {
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/colinhacks/zod/commit/0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c"><code>0cdc0b8</code></a>
4.3.5</li>
<li><a
href="https://github.com/colinhacks/zod/commit/e36743e513aadb307b29949a80d6eb0dcc8fc278"><code>e36743e</code></a>
Improve mini treeshaking</li>
<li><a
href="https://github.com/colinhacks/zod/commit/21afffdb42ccab554036312e33fed0ea3cb8f982"><code>21afffd</code></a>
[Docs] Update migration guide docs for deprecation of message (<a
href="https://redirect.github.com/colinhacks/zod/issues/5595">#5595</a>)</li>
<li><a
href="https://github.com/colinhacks/zod/commit/b4ab94ca608cd5b581bfc12b20dd8d95b35b3009"><code>b4ab94c</code></a>
4.3.4</li>
<li><a
href="https://github.com/colinhacks/zod/commit/66bda7491a1b9eab83bdeec0c12f4efc7290bd48"><code>66bda74</code></a>
Remove .refine() from ZodMiniType</li>
<li><a
href="https://github.com/colinhacks/zod/commit/9443aab00d44d5d5f4a7eada65fc0fc851781042"><code>9443aab</code></a>
Drop iso time in fromJSONSchema</li>
<li><a
href="https://github.com/colinhacks/zod/commit/decef9c418d9a598c3f1bada06891ba5d922c5cd"><code>decef9c</code></a>
Fix lint</li>
<li><a
href="https://github.com/colinhacks/zod/commit/089e5fbb0f58ce96d2c4fb34cd91724c78df4af5"><code>089e5fb</code></a>
Improve looseRecord docs</li>
<li><a
href="https://github.com/colinhacks/zod/commit/e01cd02b2f23d7e9078d3813830b146f8a2258b4"><code>e01cd02</code></a>
Support patternProperties for looserecord (<a
href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li>
<li><a
href="https://github.com/colinhacks/zod/commit/1a8bea3b474eada6f219c163d0d3ad09fadabe72"><code>1a8bea3</code></a>
Add integration tests</li>
<li>Additional commits viewable in <a
href="https://github.com/colinhacks/zod/compare/v4.2.1...v4.3.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `@biomejs/biome` from 2.3.10 to 2.3.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Biome CLI v2.3.11</h2>
<h2>2.3.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8583">#8583</a> <a
href="https://github.com/biomejs/biome/commit/83be2101cb14969e3affda260773e33e50874df0"><code>83be210</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-valid-template-root/"><code>useVueValidTemplateRoot</code></a>.</p>
<p>This rule validates only root-level <code>\<template></code>
elements in Vue single-file components. If the
<code>\<template></code> has a <code>src</code> attribute, it must
be empty. Otherwise, it must contain content.</p>
<p>Invalid examples:</p>
<pre lang="vue"><code>\<template
src="./foo.html">content</template>
</code></pre>
<pre lang="vue"><code>\<template></template>
</code></pre>
<p>Valid examples:</p>
<pre lang="vue"><code>\<template>content</template>
</code></pre>
<pre lang="vue"><code>\<template
src="./foo.html"></template>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8586">#8586</a> <a
href="https://github.com/biomejs/biome/commit/df8fe0637438573c15e4348008fc037a245c3481"><code>df8fe06</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added a new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-consistent-v-bind-style/"><code>useVueConsistentVBindStyle</code></a>.
Enforces consistent <code>v-bind</code> style (<code>:prop</code>
shorthand vs <code>v-bind:prop</code> longhand). Default prefers
shorthand; configurable via rule options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8587">#8587</a> <a
href="https://github.com/biomejs/biome/commit/9a8c98dfe80301122091c96d6d42aa0d4e1d4030"><code>9a8c98d</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the rule <a
href="https://biomejs.dev/linter/rules/use-vue-v-for-key/"><code>useVueVForKey</code></a>,
which enforces that any element using <code>v-for</code> also specifies
a <code>key</code>.</p>
<p><strong>Invalid</strong></p>
<pre lang="vue"><code><li v-for="item in items">{{ item
}}</li>
</code></pre>
<p><strong>Valid</strong></p>
<pre lang="vue"><code><li v-for="item in items"
:key="item.id">{{ item }}</li>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8586">#8586</a> <a
href="https://github.com/biomejs/biome/commit/df8fe0637438573c15e4348008fc037a245c3481"><code>df8fe06</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added a new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-consistent-v-on-style/"><code>useVueConsistentVOnStyle</code></a>.
Enforces consistent <code>v-on</code> style (<code>@event</code>
shorthand vs <code>v-on:event</code> longhand). Default prefers
shorthand; configurable via rule options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8583">#8583</a> <a
href="https://github.com/biomejs/biome/commit/83be2101cb14969e3affda260773e33e50874df0"><code>83be210</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-valid-v-once/"><code>useVueValidVOnce</code></a>.
Enforces that usages of the <code>v-once</code> directive in Vue.js SFC
are valid.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md"><code>@biomejs/biome</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.3.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8583">#8583</a> <a
href="https://github.com/biomejs/biome/commit/83be2101cb14969e3affda260773e33e50874df0"><code>83be210</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-valid-template-root/"><code>useVueValidTemplateRoot</code></a>.</p>
<p>This rule validates only root-level <code>\<template></code>
elements in Vue single-file components. If the
<code>\<template></code> has a <code>src</code> attribute, it must
be empty. Otherwise, it must contain content.</p>
<p>Invalid examples:</p>
<pre lang="vue"><code>\<template
src="./foo.html">content</template>
</code></pre>
<pre lang="vue"><code>\<template></template>
</code></pre>
<p>Valid examples:</p>
<pre lang="vue"><code>\<template>content</template>
</code></pre>
<pre lang="vue"><code>\<template
src="./foo.html"></template>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8586">#8586</a> <a
href="https://github.com/biomejs/biome/commit/df8fe0637438573c15e4348008fc037a245c3481"><code>df8fe06</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added a new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-consistent-v-bind-style/"><code>useVueConsistentVBindStyle</code></a>.
Enforces consistent <code>v-bind</code> style (<code>:prop</code>
shorthand vs <code>v-bind:prop</code> longhand). Default prefers
shorthand; configurable via rule options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8587">#8587</a> <a
href="https://github.com/biomejs/biome/commit/9a8c98dfe80301122091c96d6d42aa0d4e1d4030"><code>9a8c98d</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the rule <a
href="https://biomejs.dev/linter/rules/use-vue-v-for-key/"><code>useVueVForKey</code></a>,
which enforces that any element using <code>v-for</code> also specifies
a <code>key</code>.</p>
<p><strong>Invalid</strong></p>
<pre lang="vue"><code><li v-for="item in items">{{ item
}}</li>
</code></pre>
<p><strong>Valid</strong></p>
<pre lang="vue"><code><li v-for="item in items"
:key="item.id">{{ item }}</li>
</code></pre>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8586">#8586</a> <a
href="https://github.com/biomejs/biome/commit/df8fe0637438573c15e4348008fc037a245c3481"><code>df8fe06</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added a new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-consistent-v-on-style/"><code>useVueConsistentVOnStyle</code></a>.
Enforces consistent <code>v-on</code> style (<code>@event</code>
shorthand vs <code>v-on:event</code> longhand). Default prefers
shorthand; configurable via rule options.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/biomejs/biome/pull/8583">#8583</a> <a
href="https://github.com/biomejs/biome/commit/83be2101cb14969e3affda260773e33e50874df0"><code>83be210</code></a>
Thanks <a href="https://github.com/dyc3"><code>@dyc3</code></a>! -
Added the new nursery rule <a
href="https://biomejs.dev/linter/rules/use-vue-valid-v-once/"><code>useVueValidVOnce</code></a>.
Enforces that usages of the <code>v-once</code> directive in Vue.js SFC
are valid.</p>
<pre lang="vue"><code><!-- Valid -->
</code></pre>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/biomejs/biome/commit/1550e7399da3e51c1d22fe26f37a8ff45058c355"><code>1550e73</code></a>
ci: release (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8507">#8507</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a3a27a74940c592e89cdeda38f0efc82b688a030"><code>a3a27a7</code></a>
feat(analyze/html/vue): add useVueVapor rule (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8644">#8644</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/9a8c98dfe80301122091c96d6d42aa0d4e1d4030"><code>9a8c98d</code></a>
feat(analyze/html/vue): add <code>useVueVForKey</code> (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8587">#8587</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/ab9af9a48aa06caf72c867ede4613a0c0045c2f2"><code>ab9af9a</code></a>
feat: no-jsx-props-bind (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/7410">#7410</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/df8fe0637438573c15e4348008fc037a245c3481"><code>df8fe06</code></a>
feat(analyze/html/vue): add v-bind/v-on style rules (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8586">#8586</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/83be2101cb14969e3affda260773e33e50874df0"><code>83be210</code></a>
feat(analyze/html/vue): add a few more simple vue lint rules (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8583">#8583</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a3a1ad2b3d2bc85b296472a811a6554c84b63f53"><code>a3a1ad2</code></a>
feat(biome_js_analyze): port
<code>noBeforeInteractiveScriptOutsideDocument</code> from ...</li>
<li><a
href="https://github.com/biomejs/biome/commit/9dd9ca776a9aebc5faac023aa94cd7c790b225e3"><code>9dd9ca7</code></a>
feat(graphql_analyze): implement useUniqueArgumentNames (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8591">#8591</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/5e85d4360d5b8848cf3c04b5ef9e74dc14f251bd"><code>5e85d43</code></a>
feat(graphql_analyze): implement useUniqueFieldDefinitionNames (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8598">#8598</a>)</li>
<li><a
href="https://github.com/biomejs/biome/commit/a5f59cd709ffb8b66305681aff2523240a2d021e"><code>a5f59cd</code></a>
feat(graphql_analyze): implement useUniqueInputFieldNames (<a
href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8592">#8592</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome">compare
view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-query` from 5.90.14 to 5.90.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.90.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@5</code></a>.91.13</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.90.14</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.90.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(react-query): allow retryOnMount when throwOnError is function
(<a
href="https://redirect.github.com/TanStack/query/pull/9338">#9338</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/7f47906eaccc3f3aa5ce24b77a83bd7a620a237b"><code>7f47906</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.90.16</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query-persist-client</code><a
href="https://github.com/5"><code>@5</code></a>.90.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies []:
<ul>
<li><code>@tanstack/query-persist-client-core</code><a
href="https://github.com/5"><code>@5</code></a>.91.12</li>
<li><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.90.13</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-query</code><a
href="https://github.com/5"><code>@5</code></a>.90.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]:
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.90.15</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md"><code>@tanstack/react-query</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>5.90.16</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix(react-query): allow retryOnMount when throwOnError is function
(<a
href="https://redirect.github.com/TanStack/query/pull/9338">#9338</a>)</p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/7f47906eaccc3f3aa5ce24b77a83bd7a620a237b"><code>7f47906</code></a>]:</p>
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.90.16</li>
</ul>
</li>
</ul>
<h2>5.90.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]:
<ul>
<li><code>@tanstack/query-core</code><a
href="https://github.com/5"><code>@5</code></a>.90.15</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/query/commit/167db32642a88160ccb94b78160920931f8c08b1"><code>167db32</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10005">#10005</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/4be3ad730c5b8a1e194a91911746be2fce06902a"><code>4be3ad7</code></a>
fix(react-query): allow retryOnMount when throwOnError is function (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9336">#9336</a>)
(#...</li>
<li><a
href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a>
ci: Version Packages (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10003">#10003</a>)</li>
<li><a
href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>
fix(query-core): ensure query refetches on mount/retry when status is
error (...</li>
<li><a
href="https://github.com/TanStack/query/commit/e907f89c6455bb961013e83d51c14e9a4ef96255"><code>e907f89</code></a>
fix(core): report errors of useMutation callbacks asynchronously (<a
href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9676">#9676</a>)</li>
<li>See full diff in <a
href="https://github.com/TanStack/query/commits/@tanstack/[email protected]/packages/react-query">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2e76676 commit 986e165
2 files changed
+52
-52
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments