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 the storybook-patch group with 1 update:
[@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests).
Updates `@chromatic-com/storybook` from 3.2.4 to 3.2.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chromaui/addon-visual-tests/releases"><code>@chromatic-com/storybook</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.2.5</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Debug release <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/357">#357</a>
(<a
href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>)</li>
<li>Remove the connection timeout notification <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/351">#351</a>
(<a
href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li>
<li>Set up Codecov <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/350">#350</a>
(<a
href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li>
</ul>
<h4>Authors: 3</h4>
<ul>
<li>Kasper Peulen (<a
href="https://github.com/kasperpeulen"><code>@kasperpeulen</code></a>)</li>
<li>Paul Elliott (<a
href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li>
<li>Valentin Palkovic (<a
href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li>
</ul>
<h2>v3.2.5-next.0</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Remove the connection timeout notification <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/351">#351</a>
(<a
href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li>
<li>Set up Codecov <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/350">#350</a>
(<a
href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Paul Elliott (<a
href="https://github.com/paulelliott"><code>@paulelliott</code></a>)</li>
<li>Valentin Palkovic (<a
href="https://github.com/valentinpalkovic"><code>@valentinpalkovic</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a1c2d2249b"><code>a1c2d22</code></a>
Bump version to: 3.2.5 [skip ci]</li>
<li><a
href="f2a5ec59f0"><code>f2a5ec5</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="bf4292c8da"><code>bf4292c</code></a>
Merge pull request <a
href="https://redirect.github.com/chromaui/addon-visual-tests/issues/357">#357</a>
from chromaui/kasper/fix-release</li>
<li><a
href="abdd57a2b3"><code>abdd57a</code></a>
Debug release</li>
<li>See full diff in <a
href="https://github.com/chromaui/addon-visual-tests/compare/v3.2.4...v3.2.5">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 <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>
> **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>
The GitHub ARM runners have some bad dependencies. I'm adding a `snap
refresh` and `lxd init` to ensure these dependencies are good before we
run the build.
I'm also updating to the latest `electron-builder` and
`electron-updater`.
Bumps the prod-dependencies-patch group with 4 updates:
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react),
[recharts](https://github.com/recharts/recharts),
[rehype-highlight](https://github.com/rehypejs/rehype-highlight) and
[ua-parser-js](https://github.com/faisalman/ua-parser-js).
Updates `@floating-ui/react` from 0.27.3 to 0.27.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0"><code>@0</code></a>.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): use parent's orientation when
opening/closing nested menus, correctly supporting grid submenus</li>
<li>fix(FloatingList): avoid race condition between
registering/unregistering nodes and setting indices</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.27.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): use parent's orientation when
opening/closing nested menus, correctly supporting grid submenus</li>
<li>fix(FloatingList): avoid race condition between
registering/unregistering nodes and setting indices</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2e35904d6"><code>c2e3590</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3220">#3220</a>)</li>
<li><a
href="f0e61e20cd"><code>f0e61e2</code></a>
fix(useListNavigation): use parent's orientation when opening/closing
nested ...</li>
<li><a
href="d8e4768ccf"><code>d8e4768</code></a>
fix(FloatingList): prevent race condition between registering nodes and
setti...</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.4/packages/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `recharts` from 2.15.0 to 2.15.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/recharts/recharts/releases">recharts's
releases</a>.</em></p>
<blockquote>
<h2>v2.15.1</h2>
<h2>What's Changed</h2>
<p>Quick patch release, nothing crazy going on here.</p>
<p>In the meantime please help us test recharts 3.0 alpha <a
href="https://redirect.github.com/recharts/recharts/issues/5445">recharts/recharts#5445</a>
🚀</p>
<h4>Fix</h4>
<ul>
<li><code>Legend - Typescript</code>: add <code>dataKey</code> type to
legend formatter props by <a
href="https://github.com/lucasassisrosa"><code>@lucasassisrosa</code></a>
in <a
href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a>.
Fixes <a
href="https://redirect.github.com/recharts/recharts/issues/5508">recharts/recharts#5508</a></li>
</ul>
<h4>Chore</h4>
<ul>
<li>Make sure <code>react-smooth</code> version is up to date in
package.json for R19 support by <a
href="https://github.com/acomanescu"><code>@acomanescu</code></a> in <a
href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/acomanescu"><code>@acomanescu</code></a> made
their first contribution in <a
href="https://redirect.github.com/recharts/recharts/pull/5422">recharts/recharts#5422</a></li>
<li><a
href="https://github.com/lucasassisrosa"><code>@lucasassisrosa</code></a>
made their first contribution in <a
href="https://redirect.github.com/recharts/recharts/pull/5511">recharts/recharts#5511</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3ecaab0e88"><code>3ecaab0</code></a>
2.15.1</li>
<li><a
href="786cda6f02"><code>786cda6</code></a>
feat: Add the dataKey type to legend formatter props (<a
href="https://redirect.github.com/recharts/recharts/issues/5511">#5511</a>)</li>
<li><a
href="a3cf0247f9"><code>a3cf024</code></a>
chore: update react-smooth version to support React 19 (<a
href="https://redirect.github.com/recharts/recharts/issues/5422">#5422</a>)</li>
<li>See full diff in <a
href="https://github.com/recharts/recharts/compare/v2.15.0...v2.15.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `rehype-highlight` from 7.0.1 to 7.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's
releases</a>.</em></p>
<blockquote>
<h2>7.0.2</h2>
<h4>Fix</h4>
<ul>
<li>5c3b277 Fix multiple <code>code</code>s in a <code>pre</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="86a5e9b1a5"><code>86a5e9b</code></a>
7.0.2</li>
<li><a
href="ff5d9df3ca"><code>ff5d9df</code></a>
Refactor tests</li>
<li><a
href="5c3b27763d"><code>5c3b277</code></a>
Fix multiple <code>code</code>s in a <code>pre</code></li>
<li><a
href="093fed2853"><code>093fed2</code></a>
Refactor example</li>
<li><a
href="62755288fa"><code>6275528</code></a>
Refactor <code>package.json</code></li>
<li><a
href="6a63f71624"><code>6a63f71</code></a>
Update tests for changes in <code>lowlight</code></li>
<li><a
href="36727b6df4"><code>36727b6</code></a>
Update dev-dependencies</li>
<li><a
href="241ced97b2"><code>241ced9</code></a>
Update Actions</li>
<li>See full diff in <a
href="https://github.com/rehypejs/rehype-highlight/compare/7.0.1...7.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `ua-parser-js` from 2.0.0 to 2.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.1</h2>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md">ua-parser-js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51dce55e65"><code>51dce55</code></a>
Bump version <code>2.0.1</code></li>
<li><a
href="3ca23193dd"><code>3ca2319</code></a>
Improve OS detection: fix Linux arch mistakenly detected as version</li>
<li><a
href="9e64f34e72"><code>9e64f34</code></a>
Improve CPU detection: x86</li>
<li><a
href="10ab810568"><code>10ab810</code></a>
Improve detection for Nokia device & Symbian OS</li>
<li><a
href="e8a301265a"><code>e8a3012</code></a>
[extensions] Create a new list for <code>Vehicles</code> user-agent:
Volvo, Rivian, BYD</li>
<li><a
href="20e874085b"><code>20e8740</code></a>
Improve device detection for unknown VR device</li>
<li><a
href="852520fafe"><code>852520f</code></a>
Also provide minified .mjs files of main module in /dist</li>
<li><a
href="6c6ff97e0c"><code>6c6ff97</code></a>
Improve device detection for Generic device: capture its device model
instead...</li>
<li><a
href="93552e0172"><code>93552e0</code></a>
Improve CPU detection: ARM</li>
<li><a
href="13d069f1c4"><code>13d069f</code></a>
Improve device detection for unidentified SmartTV vendors</li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/2.0.0...2.0.1">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 the prod-dependencies-minor group with 6 updates:
| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.26.28` | `0.27.3` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.1` | `3.1.0` |
| [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.0` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.2` |
| [react-zoom-pan-pinch](https://github.com/prc5/react-zoom-pan-pinch) |
`3.6.1` | `3.7.0` |
| [yaml](https://github.com/eemeli/yaml) | `2.6.1` | `2.7.0` |
Updates `@floating-ui/react` from 0.26.28 to 0.27.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0"><code>@0</code></a>.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code>
as the <code>context</code> prop</li>
<li>fix(useListNavigation): check for virtual pointer on
pointerenter</li>
<li>refactor: use jsx runtime</li>
<li>Update dependencies: <code>@floating-ui/utils@0.2.9</code></li>
</ul>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0"><code>@0</code></a>.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes from being left
on outside elements</li>
</ul>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0"><code>@0</code></a>.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): correctly fallback to container</li>
<li>fix(FloatingFocusManager): check for ancestor floating focus element
during <code>closeOnFocusOut</code></li>
<li>fix(FloatingFocusManager): avoid marking tree ancestor floating
nodes with <code>data-floating-ui-inert</code> when
<code>modal=false</code></li>
</ul>
<h2><code>@floating-ui/react</code><a
href="https://github.com/0"><code>@0</code></a>.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>.
This technique of aligning an inner element to the reference has poor
performance with longer lists, doesn't fit with the middleware paradigm,
doesn't work on touch, and has a better custom alternative using native
<code>onScroll</code> that is encouraged instead.</li>
<li>breaking: drop React 16 support. 17 is the minimum supported
version.</li>
<li>fix(useId): add <code>| undefined</code> return type for React
17</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): add <code>outsideElementsInert</code>
prop. This enables pointer modality without a backdrop.</li>
<li>perf(useListNavigation): simplify focusing to remove unneeded
asynchronicity</li>
<li>fix(useDismiss): allow native clicks to work with
<code>referencePress</code></li>
<li>fix(useDismiss): read target <code>overflow</code> style for
scrollbar press check. Fixes an issue where outside presses would be
incorrectly prevented if the target element that was pressed appeared
scrollable but was actually not.</li>
<li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return
focus</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.27.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): accept <code>FloatingRootContext</code>
as the <code>context</code> prop</li>
<li>fix(useListNavigation): check for virtual pointer on
pointerenter</li>
<li>refactor: use jsx runtime</li>
<li>Update dependencies: <code>@floating-ui/utils@0.2.9</code></li>
</ul>
<h2>0.27.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes from being left
on outside elements</li>
</ul>
<h2>0.27.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(FloatingFocusManager): correctly fallback to container</li>
<li>fix(FloatingFocusManager): check for ancestor floating focus element
during <code>closeOnFocusOut</code></li>
<li>fix(FloatingFocusManager): avoid marking tree ancestor floating
nodes with <code>data-floating-ui-inert</code> when
<code>modal=false</code></li>
</ul>
<h2>0.27.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>chore: deprecate <code>inner</code> and <code>useInnerOffset</code>.
This technique of aligning an inner element to the reference has poor
performance with longer lists, doesn't fit with the middleware paradigm,
doesn't work on touch, and has a better custom alternative using native
<code>onScroll</code> that is encouraged instead.</li>
<li>breaking: drop React 16 support. 17 is the minimum supported
version.</li>
<li>fix(useId): add <code>| undefined</code> return type for React
17</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>feat(FloatingFocusManager): add <code>outsideElementsInert</code>
prop. This enables pointer modality without a backdrop.</li>
<li>perf(useListNavigation): simplify focusing to remove unneeded
asynchronicity</li>
<li>fix(useDismiss): allow native clicks to work with
<code>referencePress</code></li>
<li>fix(useDismiss): read target <code>overflow</code> style for
scrollbar press check. Fixes an issue where outside presses would be
incorrectly prevented if the target element that was pressed appeared
scrollable but was actually not.</li>
<li>fix(FloatingFocusManager): check for 'safe-polygon' reason on return
focus</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b0dfb58949"><code>b0dfb58</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3187">#3187</a>)</li>
<li><a
href="1fa2c50ae5"><code>1fa2c50</code></a>
chore(eslint): add 'eslint-plugin-prettier', apply 'prettier' rules (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3177">#3177</a>)</li>
<li><a
href="69b5f88840"><code>69b5f88</code></a>
feat(FloatingFocusManager): accept <code>FloatingRootContext</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3182">#3182</a>)</li>
<li><a
href="b6d88be591"><code>b6d88be</code></a>
fix(useListNavigation): check for virtual pointer on pointerenter (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3184">#3184</a>)</li>
<li><a
href="568eab7e1b"><code>568eab7</code></a>
refactor: use jsx runtime (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3186">#3186</a>)</li>
<li><a
href="6a9f758213"><code>6a9f758</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3165">#3165</a>)</li>
<li><a
href="c9f19ecec2"><code>c9f19ec</code></a>
fix(FloatingFocusManager): prevent stale
<code>inert</code>/<code>aria-hidden</code> attributes fro...</li>
<li><a
href="33bd900c70"><code>33bd900</code></a>
chore: version packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3158">#3158</a>)</li>
<li><a
href="e24b4fbcdb"><code>e24b4fb</code></a>
fix(FloatingFocusManager): avoid marking tree ancestor floating nodes
when `m...</li>
<li><a
href="c728afa590"><code>c728afa</code></a>
fix(FloatingFocusManager): check for floating focus root element (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3159">#3159</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.27.3/packages/react">compare
view</a></li>
</ul>
</details>
<br />
Updates `css-tree` from 3.0.1 to 3.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/releases">css-tree's
releases</a>.</em></p>
<blockquote>
<h2>3.1.0</h2>
<ul>
<li>Added support for <a
href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression
multiplier</a> in syntax definition, i.e. <code><boolean-expr[ test
]></code> (<a
href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li>
<li>Added <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
<code>OffsetToLocation</code> constructor, eliminating the need to call
<code>setSource()</code> after creating a new
<code>OffsetToLocation</code> instance</li>
<li>Exposed <code>OffsetToLocation</code> class in the main entry point,
which was previously accessible only via
<code>css-tree/tokenizer</code></li>
<li>Fixed <code>Raw</code> node value consumption by ignoring stop
tokens inside blocks, resolving an issue where <code>Raw</code> value
consumption stopped prematurely. This fix also enables parsing of
functions whose content includes stop characters (e.g., semicolons and
curly braces) within declaration values, aligning with the latest draft
of <a href="https://drafts.csswg.org/css-values-5/">CSS Values and Units
L5</a>.</li>
<li>Fixed <code>TokenStream#balance</code> computation to handle
unmatched brackets correctly. Previously, when encountering a closing
bracket, the <code>TokenStream</code> would prioritize it over unmatched
opening brackets, leading to improper parsing. For example, the parser
would incorrectly consume the declaration value of <code>.a { prop:
([{); }</code> as <code>([{)</code> instead of consuming it until all
opened brackets were closed (<code>([{); }</code>). Now, unmatched
closing brackets are discarded unless they match the most recent opening
bracket on the stack. This change aligns CSSTree with CSS specifications
and browser behavior.</li>
<li>Fixed syntax definition parser to allow a token to be followed by a
multiplier (<a
href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li>
<li>Fixed location for <code>Layer</code> node (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li>Bumped <code>mdn/data</code> to 2.12.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's
changelog</a>.</em></p>
<blockquote>
<h2>3.1.0 (December 6, 2024)</h2>
<ul>
<li>Added support for <a
href="https://drafts.csswg.org/css-values-5/#boolean">boolean expression
multiplier</a> in syntax definition, i.e. <code><boolean-expr[ test
]></code> (<a
href="https://redirect.github.com/csstree/csstree/issues/304">#304</a>)</li>
<li>Added <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
<code>OffsetToLocation</code> constructor, eliminating the need to call
<code>setSource()</code> after creating a new
<code>OffsetToLocation</code> instance</li>
<li>Exposed <code>OffsetToLocation</code> class in the main entry point,
which was previously accessible only via
<code>css-tree/tokenizer</code></li>
<li>Fixed <code>Raw</code> node value consumption by ignoring stop
tokens inside blocks, resolving an issue where <code>Raw</code> value
consumption stopped prematurely. This fix also enables parsing of
functions whose content includes stop characters (e.g., semicolons and
curly braces) within declaration values, aligning with the latest draft
of CSS Values and Units Module Level 5.</li>
<li>Fixed <code>TokenStream#balance</code> computation to handle
unmatched brackets correctly. Previously, when encountering a closing
bracket, the <code>TokenStream</code> would prioritize it over unmatched
opening brackets, leading to improper parsing. For example, the parser
would incorrectly consume the declaration value of <code>.a { prop:
([{); }</code> as <code>([{)</code> instead of consuming it until all
opened brackets were closed (<code>([{); }</code>). Now, unmatched
closing brackets are discarded unless they match the most recent opening
bracket on the stack. This change aligns CSSTree with CSS specifications
and browser behavior.</li>
<li>Fixed syntax definition parser to allow a token to be followed by a
multiplier (<a
href="https://redirect.github.com/csstree/csstree/issues/303">#303</a>)</li>
<li>Fixed location for <code>Layer</code> node (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li>Bumped <code>mdn/data</code> to 2.12.2</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="354254f785"><code>354254f</code></a>
3.1.0</li>
<li><a
href="3e0b93b054"><code>3e0b93b</code></a>
Fix <code>TokenStream#balance</code> computation and</li>
<li><a
href="6b24dcc26d"><code>6b24dcc</code></a>
Fix npm audit warning</li>
<li><a
href="758ccf774f"><code>758ccf7</code></a>
Fix location of <layer-name> (<a
href="https://redirect.github.com/csstree/csstree/issues/310">#310</a>)</li>
<li><a
href="7cfec03270"><code>7cfec03</code></a>
Bump esbuild to ^0.24.0</li>
<li><a
href="eab1c8e781"><code>eab1c8e</code></a>
Add <code>source</code>, <code>startOffset</code>,
<code>startLine</code>, and <code>startColumn</code> parameters to
`Of...</li>
<li><a
href="ab29676545"><code>ab29676</code></a>
Expose OffsetToLocation in main entry point</li>
<li><a
href="0afee3d889"><code>0afee3d</code></a>
Update mdn-data to v2.12.2 (<a
href="https://redirect.github.com/csstree/csstree/issues/306">#306</a>)</li>
<li><a
href="2c95a514f4"><code>2c95a51</code></a>
Add lexer can check at-rules syntax</li>
<li><a
href="511bed50f1"><code>511bed5</code></a>
Rename <boolean[]> into <boolean-expr[]> (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/307">#307</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/csstree/csstree/compare/v3.0.1...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `debug` from 4.3.7 to 4.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/debug-js/debug/releases">debug's
releases</a>.</em></p>
<blockquote>
<h2>4.4.0</h2>
<p>Fixes (hopefully) the inefficient regex warnings in
<code>.enable()</code>.</p>
<p>Minor version as this is invariably going to break certain users who
misuse the <code>.enable()</code> API and expected it to work with
regexes, which was never supported nor documented. That's on you, sorry
- that functionality won't be added back.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">https://github.com/debug-js/debug/compare/4.3.7...4.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7e3814cc60"><code>7e3814c</code></a>
4.4.0</li>
<li><a
href="d2d6bf0bab"><code>d2d6bf0</code></a>
fix inefficient .enable() regex and .enabled() test</li>
<li>See full diff in <a
href="https://github.com/debug-js/debug/compare/4.3.7...4.4.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `papaparse` from 5.4.1 to 5.5.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mholt/PapaParse/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `react-zoom-pan-pinch` from 3.6.1 to 3.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prc5/react-zoom-pan-pinch/releases">react-zoom-pan-pinch's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.0</h2>
<h1><a
href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">3.7.0</a>
(2025-01-31)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>🐛 lint (<a
href="ab348dc961">ab348dc</a>)</li>
<li>Fixed auto align to bounds bugs (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>)
(<a
href="3643a47a2e">3643a47</a>)</li>
<li>Fixes blurry images on safari. (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>)
(<a
href="5cf057b077">5cf057b</a>)</li>
<li>zoom does not work when pinching on mobile (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>)
(<a
href="d770efb17c">d770efb</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Support auto align to bounds on resize (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>)
(<a
href="800beb1f3f">800beb1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="68616a3a02"><code>68616a3</code></a>
test: 💍 resize observer polyfill</li>
<li><a
href="ab348dc961"><code>ab348dc</code></a>
fix: 🐛 lint</li>
<li><a
href="d770efb17c"><code>d770efb</code></a>
fix: zoom does not work when pinching on mobile (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/499">#499</a>)</li>
<li><a
href="5cf057b077"><code>5cf057b</code></a>
fix: Fixes blurry images on safari. (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/497">#497</a>)</li>
<li><a
href="3643a47a2e"><code>3643a47</code></a>
fix: Fixed auto align to bounds bugs (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/486">#486</a>)</li>
<li><a
href="800beb1f3f"><code>800beb1</code></a>
feat: Support auto align to bounds on resize (<a
href="https://redirect.github.com/prc5/react-zoom-pan-pinch/issues/485">#485</a>)</li>
<li>See full diff in <a
href="https://github.com/prc5/react-zoom-pan-pinch/compare/v3.6.1...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `yaml` from 2.6.1 to 2.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.0</h2>
<p>The library is now available on JSR as <a
href="https://jsr.io/@eemeli/yaml"><code>@eemeli/yaml</code></a> and on
deno.land/x as <a href="https://deno.land/x/yaml">yaml</a>. In addition
to Node.js and browsers, it should work in Deno, Bun, and Cloudflare
Workers.</p>
<ul>
<li>Use .ts extension in all relative imports (<a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a>)</li>
<li>Ignore newline after block seq indicator as space before value (<a
href="https://redirect.github.com/eemeli/yaml/issues/590">#590</a>)</li>
<li>Require Node.js 14.18 or later (was 14.6) (<a
href="https://redirect.github.com/eemeli/yaml/issues/598">#598</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f512b526a"><code>8f512b5</code></a>
2.7.0</li>
<li><a
href="8a7569afff"><code>8a7569a</code></a>
ci: Add jsr.jsonc & jsr-publish workflow</li>
<li><a
href="8ef085fa87"><code>8ef085f</code></a>
docs: Fix API docs links</li>
<li><a
href="374c19cfdc"><code>374c19c</code></a>
style: Really use explicit imports for process.env and Buffer</li>
<li><a
href="1ab037d646"><code>1ab037d</code></a>
style: Include explicit type declarations on all public APIs</li>
<li><a
href="4354c4233d"><code>4354c42</code></a>
style: Use explicit imports for process.env and Buffer</li>
<li><a
href="2c55723ab9"><code>2c55723</code></a>
Merge pull request <a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a> from
eemeli/import-ts</li>
<li><a
href="ab240c17d3"><code>ab240c1</code></a>
fix: Drop .ts extension from import & export paths in .d.ts
files</li>
<li><a
href="c4c49f9e95"><code>c4c49f9</code></a>
fix: Use separate rather than inline type keyword for TS
compatibility</li>
<li><a
href="3bec004db4"><code>3bec004</code></a>
ci: Add deno smoke test</li>
<li>Additional commits viewable in <a
href="https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.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 the electron-patch group with 1 update:
[electron](https://github.com/electron/electron).
Updates `electron` from 34.0.1 to 34.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v34.0.2</h2>
<h1>Release Notes for v34.0.2</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash when calling <code>shell.readShortcutLink</code>
caused by <code>PKEY_AppUserModel_ToastActivatorCLSID</code> sometimes
being represented by a string uuid. <a
href="https://redirect.github.com/electron/electron/pull/45350">#45350</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45349">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential crash in <code>chrome.tabs.update()</code>. <a
href="https://redirect.github.com/electron/electron/pull/45304">#45304</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45303">33</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45302">35</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where print scaling could be too small during silent
print. <a
href="https://redirect.github.com/electron/electron/pull/45283">#45283</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45262">35</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash in gin::wrappable::secondweakcallback. <a
href="https://redirect.github.com/electron/electron/pull/45376">#45376</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 132.0.6834.159. <a
href="https://redirect.github.com/electron/electron/pull/45313">#45313</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="61cddcaf76"><code>61cddca</code></a>
fix: crash in gin::wrappable::secondweakcallback (<a
href="https://redirect.github.com/electron/electron/issues/45376">#45376</a>)</li>
<li><a
href="0fed0b74e0"><code>0fed0b7</code></a>
chore: bump chromium to 132.0.6834.159 (34-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/45313">#45313</a>)</li>
<li><a
href="af9ea0b422"><code>af9ea0b</code></a>
fix: crash parsing CLSID in <code>shell.readShortcutLink()</code> (<a
href="https://redirect.github.com/electron/electron/issues/45350">#45350</a>)</li>
<li><a
href="a41a0b1c1d"><code>a41a0b1</code></a>
build: use Python311 exe (<a
href="https://redirect.github.com/electron/electron/issues/45362">#45362</a>)</li>
<li><a
href="600551766d"><code>6005517</code></a>
docs: fix broken code in drag and drop example (<a
href="https://redirect.github.com/electron/electron/issues/45337">#45337</a>)</li>
<li><a
href="c538aa8e6c"><code>c538aa8</code></a>
docs: Add note about directly exposing Electron APIs in preload (<a
href="https://redirect.github.com/electron/electron/issues/45323">#45323</a>)</li>
<li><a
href="2d6dd64a5e"><code>2d6dd64</code></a>
fix: potential crash in <code>chrome.tabs.update()</code> (<a
href="https://redirect.github.com/electron/electron/issues/45304">#45304</a>)</li>
<li><a
href="bb616ba5ca"><code>bb616ba</code></a>
fix: page scaling in silent mode printing (<a
href="https://redirect.github.com/electron/electron/issues/45283">#45283</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/electron/compare/v34.0.1...v34.0.2">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 <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>