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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the prod-dependencies-minor group with 9 updates in the /
directory:
| Package | From | To |
| --- | --- | --- |
| [@monaco-editor/loader](https://github.com/suren-atoyan/monaco-loader)
| `1.4.0` | `1.5.0` |
| [@monaco-editor/react](https://github.com/suren-atoyan/monaco-react) |
`4.6.0` | `4.7.0` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) |
`1.1.2` | `1.2.3` |
|
[@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table)
| `8.20.6` | `8.21.3` |
|
[fast-average-color](https://github.com/fast-average-color/fast-average-color)
| `9.4.0` | `9.5.0` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.3` |
`5.4.0` |
|
[overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars)
| `2.10.1` | `2.11.5` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form)
| `7.54.2` | `7.62.0` |
| [remark-flexible-toc](https://github.com/ipikuka/remark-flexible-toc)
| `1.1.1` | `1.2.0` |
Updates `@monaco-editor/loader` from 1.4.0 to 1.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/suren-atoyan/monaco-loader/releases"><code>@monaco-editor/loader</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.5.0</h2>
<ul>
<li>monaco-editor: update to the latest version (0.52.2)</li>
<li>package: remove <code>monaco-editor</code> from
<code>peerDependencies</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/suren-atoyan/monaco-loader/blob/master/CHANGELOG.md"><code>@monaco-editor/loader</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>1.5.0</h2>
<h6><em>Feb 13, 2025</em></h6>
<ul>
<li>monaco-editor: update to the latest version (0.52.2)</li>
<li>package: remove monaco-editor from peerDependencies</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fc86117fb2"><code>fc86117</code></a>
update package to 1.5.0 version</li>
<li><a
href="04b5e117db"><code>04b5e11</code></a>
update monaco to the latest (0.52.2) version</li>
<li><a
href="ceef10fe5b"><code>ceef10f</code></a>
remove monaco-editor as peer dependency</li>
<li><a
href="61f69ed29d"><code>61f69ed</code></a>
Merge branch 'master' of github.com:suren-atoyan/monaco-loader</li>
<li><a
href="f0a480242d"><code>f0a4802</code></a>
add tea constitution file</li>
<li><a
href="fbf65da02f"><code>fbf65da</code></a>
Merge pull request <a
href="https://redirect.github.com/suren-atoyan/monaco-loader/issues/43">#43</a>
from voidranjer/master</li>
<li><a
href="04f844f359"><code>04f844f</code></a>
upgrade monaco-editor version to 0.46.0</li>
<li>See full diff in <a
href="https://github.com/suren-atoyan/monaco-loader/compare/v1.4.0...v1.5.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@monaco-editor/react` from 4.6.0 to 4.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/suren-atoyan/monaco-react/releases"><code>@monaco-editor/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.7.0</h2>
<ul>
<li>package: update <code>@monaco-editor/loader</code> to the latest
(<code>v1.5.0</code>) version (this uses <code>monaco-editor</code>
<code>v0.52.2</code>)</li>
<li>package: inherit all changes from <code>v4.7.0-rc.0</code></li>
</ul>
<h2>v4.7.0-rc.0</h2>
<ul>
<li>package: add support for react/react-dom <code>v19</code> as a peer
dependency</li>
<li>playground: update playground's React version to 19</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/suren-atoyan/monaco-react/blob/master/CHANGELOG.md"><code>@monaco-editor/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.7.0</h2>
<ul>
<li>package: update <code>@monaco-editor/loader</code> to the latest
(v1.5.0) version (this uses monaco-editor v0.52.2)</li>
<li>package: inherit all changes from v4.7.0-rc.0</li>
</ul>
<h2>4.7.0-rc.0</h2>
<ul>
<li>package: add support for react/react-dom v19 as a peer
dependency</li>
<li>playground: update playground's React version to 19</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eb120e6637"><code>eb120e6</code></a>
update package to 4.7.0 version</li>
<li><a
href="cdd070c9f0"><code>cdd070c</code></a>
update snapshots</li>
<li><a
href="55a063e45d"><code>55a063e</code></a>
update <code>@monaco-editor/loader</code> to the latest (v1.5.0)
version</li>
<li><a
href="52e8c75616"><code>52e8c75</code></a>
update package to 4.7.0-rc.o version</li>
<li><a
href="e72be4edc1"><code>e72be4e</code></a>
add react 19 to peerDependencies</li>
<li><a
href="642be903a9"><code>642be90</code></a>
update playground's react version to 19</li>
<li><a
href="ceee344fbe"><code>ceee344</code></a>
Add Monaco-React AI Bot in Readme (<a
href="https://redirect.github.com/suren-atoyan/monaco-react/issues/655">#655</a>)</li>
<li><a
href="f7cac39fba"><code>f7cac39</code></a>
add electron blog post link</li>
<li><a
href="ea601cf9f6"><code>ea601cf</code></a>
add tea constitution file</li>
<li><a
href="3327f3c368"><code>3327f3c</code></a>
add GitHub sponsor button</li>
<li>See full diff in <a
href="https://github.com/suren-atoyan/monaco-react/compare/v4.6.0...v4.7.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-slot` from 1.1.2 to 1.2.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/radix-ui/primitives/commits">compare
view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-table` from 8.20.6 to 8.21.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/table/releases"><code>@tanstack/react-table</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.21.3</h2>
<p>Version 8.21.3 - 4/14/25, 8:19 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>table-core: use right Document instance on getResizeHandler
(column-sizing feature) (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5989">#5989</a>)
(54ce673) by <a
href="https://github.com/riccardoperra"><code>@riccardoperra</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>fix all 158 broken links (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5972">#5972</a>)
(f7bf6f1) by <a
href="https://github.com/kisaragi-hiu"><code>@kisaragi-hiu</code></a></li>
<li>add vue example for grouping (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5941">#5941</a>)
(3efa59c) by Harshil Patel</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/table-core</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/angular-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/lit-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/qwik-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/react-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/solid-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/svelte-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/vue-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
<li><code>@tanstack/react-table-devtools</code><a
href="https://github.com/8"><code>@8</code></a>.21.3</li>
</ul>
<h2>v8.21.2</h2>
<p>Version 8.21.2 - 2/11/25, 8:59 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>arrIncludes autoremove filterFn (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5623">#5623</a>)
(2efaf57) by lukebui</li>
<li>lit-table: spread table options in lit adapter (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5904">#5904</a>)
(36dede1) by <a
href="https://github.com/kadoshms"><code>@kadoshms</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>row accessor bug in example code block (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5893">#5893</a>)
(b1506a7) by Valerii Petryniak</li>
<li>virtualizer tbody from onchange (827b098) by Kevin Van Cott</li>
<li>exp virtual - remeasure when table state changes (9e6987d) by Kevin
Van Cott</li>
<li>angular: add expanding and sub components examples (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5898">#5898</a>)
(099e1a4) by <a
href="https://github.com/riccardoperra"><code>@riccardoperra</code></a></li>
<li>example name (57703a4) by Kevin Van Cott</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/table-core</code><a
href="https://github.com/8"><code>@8</code></a>.21.2</li>
<li><code>@tanstack/lit-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.2</li>
<li><code>@tanstack/angular-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.2</li>
<li><code>@tanstack/qwik-table</code><a
href="https://github.com/8"><code>@8</code></a>.21.2</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f4dc742b7b"><code>f4dc742</code></a>
release: v8.21.3</li>
<li><a
href="db745afdb8"><code>db745af</code></a>
release: v8.21.2</li>
<li>See full diff in <a
href="https://github.com/TanStack/table/commits/v8.21.3/packages/react-table">compare
view</a></li>
</ul>
</details>
<br />
Updates `fast-average-color` from 9.4.0 to 9.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fast-average-color/fast-average-color/releases">fast-average-color's
releases</a>.</em></p>
<blockquote>
<h2>v9.5.0</h2>
<p>Add support for VideoFrame.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fast-average-color/fast-average-color/blob/master/CHANGELOG.md">fast-average-color's
changelog</a>.</em></p>
<blockquote>
<h1>v9.5.0</h1>
<ul>
<li>Add support for VideoFrame.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="835d429e33"><code>835d429</code></a>
Bump version</li>
<li><a
href="f18e45a822"><code>f18e45a</code></a>
Update CHANGELOG.md</li>
<li><a
href="bb3ac9474f"><code>bb3ac94</code></a>
Update LICENSE</li>
<li><a
href="4cf569b92b"><code>4cf569b</code></a>
Add support for Videoframe</li>
<li><a
href="fec032e4b6"><code>fec032e</code></a>
Update dev deps in package.json</li>
<li><a
href="90b6e78874"><code>90b6e78</code></a>
Update README.md</li>
<li><a
href="ef042855b6"><code>ef04285</code></a>
Update README.md</li>
<li><a
href="c3bb950ba6"><code>c3bb950</code></a>
Update dev deps</li>
<li><a
href="1ec4f05434"><code>1ec4f05</code></a>
Update LICENSE</li>
<li><a
href="4a00436df3"><code>4a00436</code></a>
Update dev deps</li>
<li>Additional commits viewable in <a
href="https://github.com/fast-average-color/fast-average-color/compare/v9.4.0...v9.5.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `monaco-yaml` from 5.2.3 to 5.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remcohaszing/monaco-yaml/releases">monaco-yaml's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<ul>
<li>7ff3604 Update to yaml-language-server 1.18.0</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.3.1...v5.4.0">https://github.com/remcohaszing/monaco-yaml/compare/v5.3.1...v5.4.0</a></p>
<h2>v5.3.1</h2>
<ul>
<li>1d9f1d8 Preserve diagnostic data in code actions</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.3.0...v5.3.1">https://github.com/remcohaszing/monaco-yaml/compare/v5.3.0...v5.3.1</a></p>
<h2>v5.3.0</h2>
<ul>
<li>9cddfb8 Update to <a
href="https://github.com/redhat-developer/yaml-language-server/blob/main/CHANGELOG.md#1160"><code>yaml-language-server@1.16.0</code></a></li>
<li>9cddfb8 Update to Prettier 3</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.3...v5.3.0">https://github.com/remcohaszing/monaco-yaml/compare/v5.2.3...v5.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cf37428a62"><code>cf37428</code></a>
5.4.0</li>
<li><a
href="5acd300735"><code>5acd300</code></a>
Remove the Prettier import rewrite</li>
<li><a
href="7ff360405c"><code>7ff3604</code></a>
Update to yaml-language-server 1.18.0</li>
<li><a
href="44d79fbc15"><code>44d79fb</code></a>
Update dev dependencies</li>
<li><a
href="b534eeab2b"><code>b534eea</code></a>
Make demo editor reponsive to color scheme changes</li>
<li><a
href="4e4de92062"><code>4e4de92</code></a>
Specify which deps Vitest should optimize</li>
<li><a
href="642849baa5"><code>642849b</code></a>
Simplify normalizing of Prettier</li>
<li><a
href="91a768da08"><code>91a768d</code></a>
Remove Playwright configuration</li>
<li><a
href="4d47362df5"><code>4d47362</code></a>
Type check tests</li>
<li><a
href="aa1a906e20"><code>aa1a906</code></a>
Add code coverage (<a
href="https://redirect.github.com/remcohaszing/monaco-yaml/issues/263">#263</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.3...v5.4.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `overlayscrollbars` from 2.10.1 to 2.11.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md">overlayscrollbars's
changelog</a>.</em></p>
<blockquote>
<h2>2.11.5</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Sometimes when resizing the window, scrollbars applied to the body
element werent updated aoccrdingly.</li>
</ul>
<h2>2.11.4</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Remove scrollbars <code>click</code> event when its no longer
required. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/720">#720</a></li>
</ul>
<h2>2.11.3</h2>
<h3>Improvements</h3>
<ul>
<li>Introduce and document the new <code>CSS Custom Properties</code>:
<code>--os-viewport-overflow-x</code> and
<code>--os-viewport-overflow-y</code> which can be used to better
control the <code>overflow</code> style of the <code>viewport</code>
element.</li>
<li>Support for the <code>auto</code> value for overwrites of the
<code>overflow</code> style of the <code>viewport</code>.</li>
</ul>
<h2>2.11.2</h2>
<h3>Improvements</h3>
<ul>
<li>Streamline css styles for the viewport and wrapper elements to allow
overwrites of the <code>overflow</code> property. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/718">#718</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Initialization bridging via
<code>data-overlayscrollbars-initialize</code> attribute conflicted with
the <code>showNativeOverlaidScrollbars: true</code> option when
initialized to the body element. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/713">#713</a></li>
</ul>
<h2>2.11.1</h2>
<h3>Improvements</h3>
<ul>
<li>Use the ResizeObservers <code>options.box</code> option to remove
the need for additional DOM elements in supported browsers.</li>
<li>Significant performance improvements in the <code>update</code>
logic.</li>
</ul>
<h2>2.11.0</h2>
<h3>Features</h3>
<ul>
<li>Add the possibility to define a <a
href="https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API"><code>trusted
type policy</code></a> for websites with a CSP. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/697">#697</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Change <code>ScrollAnimationTimeline</code> keyframes to not animate
css-custom-properties to improve scroll performance. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/705">#705</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cb636713ea"><code>cb63671</code></a>
changelog & package json</li>
<li><a
href="9fd1f8ce27"><code>9fd1f8c</code></a>
fix a bug where the scrollbar size was not update on body
scrollbars</li>
<li><a
href="9cb3e2249f"><code>9cb3e22</code></a>
deploy</li>
<li><a
href="2f73b167e2"><code>2f73b16</code></a>
v2.11.4</li>
<li><a
href="7c59217b80"><code>7c59217</code></a>
fix: <a
href="https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars/issues/720">#720</a></li>
<li><a
href="98f7cee0ed"><code>98f7cee</code></a>
v2.11.3</li>
<li><a
href="11ab82e7d3"><code>11ab82e</code></a>
improvement</li>
<li><a
href="0382765e7c"><code>0382765</code></a>
improvements</li>
<li><a
href="a99a39e83b"><code>a99a39e</code></a>
handle overflow:auto overwrite correctly</li>
<li><a
href="fe7146e8a9"><code>fe7146e</code></a>
improvements</li>
<li>Additional commits viewable in <a
href="https://github.com/KingSora/OverlayScrollbars/commits/v2.11.5/packages/overlayscrollbars">compare
view</a></li>
</ul>
</details>
<br />
Updates `react-hook-form` from 7.54.2 to 7.62.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/react-hook-form/react-hook-form/releases">react-hook-form's
releases</a>.</em></p>
<blockquote>
<h2>Version 7.62.0</h2>
<p>👨🔧 prevent onBlur for readOnly fields (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12971">#12971</a>)
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12988">#12988</a>
sync two defaultValues after reset with new defaultValues (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12990">#12990</a>)
🐞 fix: do not override prototype of data in cloneObject (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12985">#12985</a>)
🐞 fix field name type conflict in nested FieldErrors (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12972">#12972</a>)</p>
<p>thanks to <a
href="https://github.com/candymask0712"><code>@candymask0712</code></a>,
<a href="https://github.com/Adityapradh"><code>@Adityapradh</code></a>,
<a href="https://github.com/Ty3uK"><code>@Ty3uK</code></a> & <a
href="https://github.com/kichikawa57"><code>@kichikawa57</code></a></p>
<h2>Version 7.61.1</h2>
<p>Revert "⌨️ fix: watch return type based on defaultValue (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12896">#12896</a>)"</p>
<h2>Version 7.61.0</h2>
<p>🧮 feat: compute prop for useWatch subscription (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12503">#12503</a>)</p>
<ul>
<li>subscribe to the entire form but only return updated value with
certain condition</li>
</ul>
<pre lang="tsx"><code>type FormValue = {
test: string;
}
<p>const watchedValue = useWatch({<br />
control: methods.control,<br />
compute: (data: FormValue) => {<br />
if (data.test?.length) {<br />
return data.test;<br />
}</p>
<pre><code>return '';
</code></pre>
<p>},<br />
});<br />
</code></pre></p>
<ul>
<li>subscribe to a specific form value state</li>
</ul>
<pre lang="tsx"><code>type FormValue = {
test: string;
}
<p>const watchedValue = useWatch({<br />
control: methods.control,<br />
name: 'test',<br />
compute: (data: string) => {<br />
return data.length > 3 ? data : '';<br />
},<br />
});<br />
</code></pre></p>
<p>👨🔧 trigger watch callbacks in response to value changes only (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12945">#12945</a>)
🙏 track name with setValue subscription callbacks (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12946">#12946</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1b5a6748a8"><code>1b5a674</code></a>
7.62.0</li>
<li><a
href="6025100ea1"><code>6025100</code></a>
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12988">#12988</a>
sync two defaultValues after reset with new defaultValues (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12990">#12990</a>)</li>
<li><a
href="323cd41674"><code>323cd41</code></a>
🐞 fix field name type conflict in nested FieldErrors (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12972">#12972</a>)</li>
<li><a
href="dac28d60e1"><code>dac28d6</code></a>
👨🔧 fix: prevent onBlur for readOnly fields (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12971">#12971</a>)</li>
<li><a
href="642145a1ba"><code>642145a</code></a>
🧪 test: add unit tests for convertToArrayPayload utility (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12967">#12967</a>)</li>
<li><a
href="15c03a553f"><code>15c03a5</code></a>
🐞 fix: do not override prototype of <code>data</code> in
<code>cloneObject</code> (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12985">#12985</a>)</li>
<li><a
href="13465d93a1"><code>13465d9</code></a>
7.61.1</li>
<li><a
href="4a7f371962"><code>4a7f371</code></a>
Revert "⌨️ fix: watch return type based on defaultValue (<a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12896">#12896</a>)"</li>
<li><a
href="343ac030cd"><code>343ac03</code></a>
7.61.0</li>
<li><a
href="3f4d24ce07"><code>3f4d24c</code></a>
🐞 fix <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12959">#12959</a>
subscribe with latest defaultValues <a
href="https://redirect.github.com/react-hook-form/react-hook-form/issues/12961">#12961</a></li>
<li>Additional commits viewable in <a
href="https://github.com/react-hook-form/react-hook-form/compare/v7.54.2...v7.62.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `remark-flexible-toc` from 1.1.1 to 1.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipikuka/remark-flexible-toc/releases">remark-flexible-toc's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<p>The changes made by <a
href="https://github.com/talatkuyuk"><code>@talatkuyuk</code></a>:</p>
<ul>
<li>Add <code>unified</code> into peerDependencies</li>
<li>Update dependencies and devDependencies</li>
<li>Update <code>vitest</code> to latest</li>
<li>Migrate <code>eslint</code> v8 to v9 and apply flat config</li>
<li>Update <code>.prettierrc</code></li>
<li>Add <code>.editorconfig</code> file</li>
<li>Update github actions</li>
<li>Add <code>rehype-format</code> in test files</li>
<li>Fix eslint errors</li>
<li>Fix <code>package-lock.json</code></li>
<li>Update the copyright date in the LICENSE</li>
<li>Update keywords in <code>package.json</code></li>
<li>Update <code>README.md</code>
<ul>
<li>Update badges/links</li>
<li>Chore corrections</li>
<li>Remove keywords</li>
<li>Add plugins which I recently developed into list</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="22713c51c5"><code>22713c5</code></a>
v1.2.0</li>
<li><a
href="c7980ab4c5"><code>c7980ab</code></a>
Update vitest and typescript-eslint</li>
<li><a
href="2669e715f0"><code>2669e71</code></a>
Update keywords</li>
<li><a
href="4531f8cb14"><code>4531f8c</code></a>
Update bages/links in README.md</li>
<li><a
href="b45242803c"><code>b452428</code></a>
Remove <code>@types/dedent</code> since it has own type definition</li>
<li><a
href="038cfe1318"><code>038cfe1</code></a>
Fix eslint errors</li>
<li><a
href="349d08c5f0"><code>349d08c</code></a>
Update eslint v9</li>
<li><a
href="16cf857ddb"><code>16cf857</code></a>
Update github actions</li>
<li><a
href="119774f270"><code>119774f</code></a>
Fix package-lock.json</li>
<li><a
href="169351c87d"><code>169351c</code></a>
Move <code>unified</code> into peerDependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/ipikuka/remark-flexible-toc/compare/v1.1.1...v1.2.0">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mafintosh/tar-fs/commits">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mlugg/setup-zig](https://github.com/mlugg/setup-zig) from 1 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mlugg/setup-zig/releases">mlugg/setup-zig's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<ul>
<li>Support getting Zig version from <code>build.zig.zon</code></li>
<li>Add option to customize cache key to work around matrix
deficiencies</li>
<li>Clear Zig cache directory when it grows too large</li>
</ul>
<h2>v1.2.2</h2>
<blockquote>
<p>[!WARNING]
Assuming no serious bugs, this will be the last v1 release. <strong>I
highly recommend upgrading to v2.</strong></p>
</blockquote>
<ul>
<li>Update mirror list</li>
<li>Update dependencies
<ul>
<li>This includes the cache service, resolving <a
href="https://redirect.github.com/mlugg/setup-zig/issues/36">#36</a>;
sorry about that one!</li>
</ul>
</li>
<li>Validate minisign "trusted comment"</li>
</ul>
<h2>v1.2.1</h2>
<ul>
<li>Fix <code>.zip</code> tarball extraction</li>
<li>Add two new mirrors</li>
<li>Don't attempt to cache global Zig cache if it doesn't exist (<a
href="https://redirect.github.com/mlugg/setup-zig/issues/8">#8</a>)</li>
</ul>
<h2>v1.2.0</h2>
<ul>
<li>Add the <code>use-cache</code> option to disable preservation of the
Zig global cache directory</li>
</ul>
<h2>v1.1.1</h2>
<ul>
<li>Fix the restriction of <code>mirror</code> to not be
<code>ziglang.org</code> (I forgot to implement it before)</li>
<li>Append query parameter to downloads so mirrors can know that traffic
is coming from Actions</li>
<li>Add new mirror (thanks <a
href="https://github.com/hryx"><code>@hryx</code></a>!)</li>
</ul>
<h2>v1.1.0</h2>
<ul>
<li>Support looking up Mach nominated versions, e.g.
<code>2024.5.0-mach</code></li>
<li>Support overriding download mirror</li>
</ul>
<p>See README.md for details.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa9ad5c14e"><code>aa9ad5c</code></a>
README: reference setup-zig@v2</li>
<li><a
href="851448343a"><code>8514483</code></a>
chore: Temporarily remove mirror (maintenance)</li>
<li><a
href="915f70607f"><code>915f706</code></a>
post: harden totalSize against fs races</li>
<li><a
href="9d38a7af8e"><code>9d38a7a</code></a>
minisign: fix typo</li>
<li><a
href="c912213482"><code>c912213</code></a>
Update machengine mirror ownership info</li>
<li><a
href="e1d6dd251f"><code>e1d6dd2</code></a>
Support Mach nominated versions in <code>build.zig.zon</code></li>
<li><a
href="9ac9efd667"><code>9ac9efd</code></a>
Clear Zig cache directory when it grows too large</li>
<li><a
href="0a889b2ab1"><code>0a889b2</code></a>
Update <code>@actions/cache</code> to 4.0.2</li>
<li><a
href="0f2d1f2660"><code>0f2d1f2</code></a>
Validate trusted comment in minisign signature</li>
<li><a
href="806c1bbc96"><code>806c1bb</code></a>
Add option to customize cache key</li>
<li>Additional commits viewable in <a
href="https://github.com/mlugg/setup-zig/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Because I am on an internal network, I need to use a proxy server to
access Claude's services. However, Wave currently does not provide the
ability to configure the base URL, so I have added this feature in hopes
of being able to use it.
---------
Co-authored-by: sawka <mike@commandline.dev>
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="08fa3abac3"><code>08fa3ab</code></a>
Update version</li>
<li><a
href="1cf4ec5418"><code>1cf4ec5</code></a>
Merge commit from fork</li>
<li><a
href="188b25e529"><code>188b25e</code></a>
Fix GHSA-52f5-9888-hmc6</li>
<li><a
href="73b9fe45bb"><code>73b9fe4</code></a>
Add test case for GHSA-52f5-9888-hmc6</li>
<li><a
href="b8e2f29a75"><code>b8e2f29</code></a>
Remove broken tests</li>
<li><a
href="2892a027b4"><code>2892a02</code></a>
Remove outdated URL</li>
<li><a
href="f592318246"><code>f592318</code></a>
Reformat package.json</li>
<li><a
href="995ac8cc45"><code>995ac8c</code></a>
Merge pull request <a
href="https://redirect.github.com/raszi/node-tmp/issues/301">#301</a>
from raszi/dependabot/npm_and_yarn/braces-3.0.3</li>
<li><a
href="caa758d7b5"><code>caa758d</code></a>
Bump braces from 3.0.2 to 3.0.3</li>
<li>See full diff in <a
href="https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4">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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/wavetermdev/waveterm/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.31.0 to
0.34.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a35244d18d"><code>a35244d</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="4f53e0cd39"><code>4f53e0c</code></a>
term: allow multi-line bracketed paste to not create single line with
verbati...</li>
<li><a
href="27f29d8328"><code>27f29d8</code></a>
term: remove duplicate flag and add comment on windows</li>
<li><a
href="30da5dd58f"><code>30da5dd</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="2ec7864a3e"><code>2ec7864</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="a809085bff"><code>a809085</code></a>
term: support pluggable history</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.31.0...v0.34.0">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Background & Motivation
After installing Wave Terminal, new tabs and splits always started in my
home folder instead of the current project directory, contrary to
expectations from other terminals I've used. For context, I use `bash`
for my shell.
The existing documentation did not provide guidance about the required
OSC 7 setup, so I had to dig into GitHub issues and source code to
discover that Wave relies on a terminal escape sequence to track the
shell’s working directory. This confusion represents a barrier for
first-time users.
## Description
This PR introduces a new documentation page—**Tracking Your Shell’s
Working Directory**—which:
1. Explains **why** Wave uses the OSC 7 escape sequence to keep its
internal `cmd:cwd` metadata in sync with your shell.
2. Provides copy-and-paste snippets to **enable** OSC 7 in **Bash**,
**Zsh**, and **Fish**.
3. Details **verification steps** in the Wave UI to confirm correct CWD
tracking.
By making this enhancement, users can:
- Open new tabs or split panes with their current working directory.
- Avoid the `ERRCWD invalid cwd` errors in some shell configurations.
- Spend less time troubleshooting and more time working.
## Changes
- **Added** `docs/docs/track-cwd.mdx` (new page to enable OSC 7).
- **Updated** `docs/docs/index.mdx` (linked the new page under **Other
References**).
## Related Issues
- <https://github.com/wavetermdev/waveterm/issues/1130> — New tabs
should inherit the CWD.
- <https://github.com/wavetermdev/waveterm/issues/2057> — Split panes
always start in home directory.
## Testing & Review
1. **Local build**
```bash
cd waveterm
yarn
task docsite
```
- Confirm the new “Tracking Your Shell’s Working Directory” page appears
in the sidebar.
- Verify the instructions and code samples render correctly.
2. **Content review**
- Are the shell snippets accurate?
- Is the enable → verify flow clear and complete?
---
_I have followed the [contributing
guidelines](https://github.com/wavetermdev/waveterm/blob/main/CONTRIBUTING.md)
and used a conventional commit message._