Commit graph

353 commits

Author SHA1 Message Date
dependabot[bot]
7bad4b3b31
Bump electron from 34.0.0 to 34.0.1 in the electron-patch group (#1832)
Bumps the electron-patch group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 34.0.0 to 34.0.1
<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.1</h2>
<h1>Release Notes for v34.0.1</h1>
<h2>Fixes</h2>
<ul>
<li>Addressed two possible crashes in the File System Access API. <a
href="https://redirect.github.com/electron/electron/pull/45260">#45260</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45261">35</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where drag-dropping two directories would cause
<code>getAsFileSystemHandle</code> to never resolve. <a
href="https://redirect.github.com/electron/electron/pull/45258">#45258</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45257">33</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45256">35</a>)<!--
raw HTML omitted --></li>
<li>The <code>avoidClosingConnections</code> option for
<code>session.clearData</code> now properly defaults to
<code>false</code> when the <code>dataTypes</code> option is not set. <a
href="https://redirect.github.com/electron/electron/pull/45208">#45208</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45207">33</a>)<!--
raw HTML omitted --></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4a1c029f94"><code>4a1c029</code></a>
refactor: in <code>StopTracing()</code>, use string literals instead of
`optional&lt;strin...</li>
<li><a
href="a1816f3587"><code>a1816f3</code></a>
docs: add DocCardList component for index doc (<a
href="https://redirect.github.com/electron/electron/issues/45295">#45295</a>)</li>
<li><a
href="db84f39e5e"><code>db84f39</code></a>
refactor: simplify <code>ParseUserScript()</code> (<a
href="https://redirect.github.com/electron/electron/issues/45289">#45289</a>)</li>
<li><a
href="7ecb8ad7a5"><code>7ecb8ad</code></a>
chore: align <code>clipboard blink::web_pref::WebPreferences</code> with
upstream (<a
href="https://redirect.github.com/electron/electron/issues/45279">#45279</a>)</li>
<li><a
href="973c344f1b"><code>973c344</code></a>
fix: <code>getAsFileSystemHandle</code> failure when drag-dropping two
directories (<a
href="https://redirect.github.com/electron/electron/issues/45258">#45258</a>)</li>
<li><a
href="01c5db032a"><code>01c5db0</code></a>
build: fix clang-format duplicate message (<a
href="https://redirect.github.com/electron/electron/issues/45264">#45264</a>)</li>
<li><a
href="2c22507dfb"><code>2c22507</code></a>
fix: two possible FSA crashes (<a
href="https://redirect.github.com/electron/electron/issues/45260">#45260</a>)</li>
<li><a
href="41c1161dd9"><code>41c1161</code></a>
fix: <code>session.clearData</code> <code>avoidClosingConnections</code>
default to false (<a
href="https://redirect.github.com/electron/electron/issues/45208">#45208</a>)</li>
<li><a
href="b36aaf36e7"><code>b36aaf3</code></a>
docs: remove quickstart (<a
href="https://redirect.github.com/electron/electron/issues/45227">#45227</a>)</li>
<li><a
href="5728e6dc81"><code>5728e6d</code></a>
docs: Why Electron? (<a
href="https://redirect.github.com/electron/electron/issues/45211">#45211</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/electron/compare/v34.0.0...v34.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=34.0.0&new-version=34.0.1)](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>
2025-01-24 11:21:11 -08:00
wave-builder[bot]
c96c189b7c
chore: bump package version to 0.11.0-beta.5 2025-01-23 23:50:56 +00:00
dependabot[bot]
d2f313efe6
Bump electron from 33.3.0 to 34.0.0 in the electron-major group (#1766)
Bumps the electron-major group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.3.0 to 34.0.0
<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.0</h2>
<h1>Release Notes for v34.0.0</h1>
<h2>Stack Upgrades</h2>
<ul>
<li>Chromium <code>132.0.6834.83</code>
<ul>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-132/">New
in 132</a></li>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-131/">New
in 131</a></li>
</ul>
</li>
<li>Node <code>20.18.1</code>
<ul>
<li><a href="https://nodejs.org/en/blog/release/v20.18.1/">Node 20.18.1
blog post</a></li>
</ul>
</li>
<li>V8 <code>13.2</code></li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Made menu bar hidden on fullscreen in Windows. <a
href="https://redirect.github.com/electron/electron/pull/43402">#43402</a></li>
</ul>
<h2>Features</h2>
<h3>Additions</h3>
<ul>
<li>Added APIs to manage shared dictionaries for compression efficiency
using Brotli or ZStandard. The new APIs are
<code>session.getSharedDictionaryUsageInfo()</code>,
<code>session.getSharedDictionaryInfo(options)</code>,
<code>session.clearSharedDictionaryCache()</code>, and
<code>session.clearSharedDictionaryCacheForIsolationKey(options)</code>.
<a
href="https://redirect.github.com/electron/electron/pull/44950">#44950</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44951">33</a>)<!--
raw HTML omitted --></li>
<li>Added <code>WebFrameMain.collectJavaScriptCallStack()</code> for
accessing the JavaScript call stack of unresponsive renderers. <a
href="https://redirect.github.com/electron/electron/pull/44938">#44938</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44937">33</a>)<!--
raw HTML omitted --></li>
<li>Added <code>WebFrameMain.detached</code> for frames in an unloading
state.
<ul>
<li>Added <code>WebFrameMain.isDestroyed()</code> to determine if a
frame has been destroyed.</li>
<li>Fixed <code>webFrameMain.fromId(processId, frameId)</code> returning
a <code>WebFrameMain</code> instance which doesn't match the given
parameters when the frame is unloading. <a
href="https://redirect.github.com/electron/electron/pull/43473">#43473</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44209">33</a>)<!--
raw HTML omitted --></li>
</ul>
</li>
<li>Added error event in utility process to support diagnostic reports
on V8 fatal errors. <a
href="https://redirect.github.com/electron/electron/pull/43774">#43774</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43997">33</a>)<!--
raw HTML omitted --></li>
<li>Added support for the macOS system picker in
<code>desktopCapturer</code> and
<code>setDisplayMediaRequestHandler</code>. <a
href="https://redirect.github.com/electron/electron/pull/43581">#43581</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43679">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43680">33</a>)<!--
raw HTML omitted --></li>
<li>Feat: GPU accelerated shared texture offscreen rendering. <a
href="https://redirect.github.com/electron/electron/pull/42953">#42953</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44511">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Performance improvements when processing microtasks. <a
href="https://redirect.github.com/electron/electron/pull/44471">#44471</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44472">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44473">33</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed file chooser dialogs for flaptak applications. <a
href="https://redirect.github.com/electron/electron/pull/44681">#44681</a></li>
<li>Fixed issue where 'contextmenu' event is emitted twice on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44997">#44997</a></li>
</ul>
<h3>Also in earlier versions...</h3>
<ul>
<li>Fixed BrowserView auto resize issue. <a
href="https://redirect.github.com/electron/electron/pull/43463">#43463</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43635">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43637">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43636">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>MenuItem.click</code> handler not setting
<code>focusedWindow</code> parameter when focused window is a
<code>BaseWindow</code>. <a
href="https://redirect.github.com/electron/electron/pull/43404">#43404</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43439">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43437">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43438">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>chrome.i18n</code> extension API being unavailable in
service workers. <a
href="https://redirect.github.com/electron/electron/pull/45036">#45036</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/45035">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45038">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/45037">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed <code>trace-startup</code> not working on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44275">#44275</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44292">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44276">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a build failure when the <code>enable_plugins</code> build
flag is false. <a
href="https://redirect.github.com/electron/electron/pull/44003">#44003</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44025">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44804">#44804</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44803">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash when calling <code>focus</code> on a
<code>WebView</code>'s <code>webContents</code>. <a
href="https://redirect.github.com/electron/electron/pull/43921">#43921</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43933">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43934">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43932">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential issue accessing a child window document when
overriding browserWindow creation via <code>setWindowOpenHandler</code>.
<a
href="https://redirect.github.com/electron/electron/pull/43775">#43775</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43878">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43877">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43816">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential issue with fillable PDF forms saving correctly in
some circumstances. <a
href="https://redirect.github.com/electron/electron/pull/43667">#43667</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44020">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43687">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43686">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue when dragging to resize when using Window Controls
Overlay on Linux. <a
href="https://redirect.github.com/electron/electron/pull/43724">#43724</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43745">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43743">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43744">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>BaseWindow.setTouchBar</code> didn't work
as expected. <a
href="https://redirect.github.com/electron/electron/pull/43353">#43353</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43419">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43420">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43421">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43422">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>EventSource</code> was
<code>undefined</code> in both renderer and worker processes when
Node.js integration was enabled. <a
href="https://redirect.github.com/electron/electron/pull/44495">#44495</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44497">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44496">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s did not show
correctly in some circumstances on macOS after being added as child
views. <a
href="https://redirect.github.com/electron/electron/pull/43638">#43638</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43697">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43698">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43696">33</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s were being
improperly removed. <a
href="https://redirect.github.com/electron/electron/pull/44670">#44670</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44673">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44672">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44671">33</a>)<!--
raw HTML omitted --></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c86896312f"><code>c868963</code></a>
docs: correct breaking changes versions (<a
href="https://redirect.github.com/electron/electron/issues/45189">#45189</a>)</li>
<li><a
href="b9b6aebe32"><code>b9b6aeb</code></a>
docs: update timelines for E35 (<a
href="https://redirect.github.com/electron/electron/issues/45174">#45174</a>)</li>
<li><a
href="6bc6d10308"><code>6bc6d10</code></a>
perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set
(<a
href="https://redirect.github.com/electron/electron/issues/45163">#45163</a>)</li>
<li><a
href="1323e223a4"><code>1323e22</code></a>
chore: bump chromium to 132.0.6834.83 (34-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/45164">#45164</a>)</li>
<li><a
href="bc00450a31"><code>bc00450</code></a>
refactor: remove redundant CreateExtensionsClient() (<a
href="https://redirect.github.com/electron/electron/issues/45155">#45155</a>)</li>
<li><a
href="1ecc57465d"><code>1ecc574</code></a>
test: reenable disabled GHA windows tests (<a
href="https://redirect.github.com/electron/electron/issues/45075">#45075</a>)</li>
<li><a
href="0b12d0e6c5"><code>0b12d0e</code></a>
chore: cherry-pick 3dc17c46 from chromium (<a
href="https://redirect.github.com/electron/electron/issues/45127">#45127</a>)</li>
<li><a
href="68a410de9b"><code>68a410d</code></a>
chore: bump chromium to 132.0.6834.57 (34-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/45066">#45066</a>)</li>
<li><a
href="314bc3e1a1"><code>314bc3e</code></a>
fix: better prompt not supported message in window-setup.ts (<a
href="https://redirect.github.com/electron/electron/issues/45045">#45045</a>)</li>
<li><a
href="33065a8654"><code>33065a8</code></a>
docs: remove extra &quot; (<a
href="https://redirect.github.com/electron/electron/issues/45041">#45041</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.3.0...v34.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=33.3.0&new-version=34.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <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>
2025-01-23 13:34:42 -08:00
wave-builder[bot]
088964f4d0
chore: bump package version to 0.11.0-beta.4 2025-01-23 06:29:17 +00:00
wave-builder[bot]
6612b9c6ba
chore: bump package version to 0.11.0-beta.3 2025-01-23 02:45:04 +00:00
Evan Simkowitz
2155ec327d
Upgrade Docusaurus and dev dependencies (#1787)
This removes another blocker to full React 19 support, among other
things. It also adds the new `@docusaurus/plugin-svgr` plugin, which is
now required to load SVG assets.

The last blocker to React 19 is `@monaco-editor/react`, which has added
support in its release candidate for 4.7.0 and will hopefully release to
stable soon.
2025-01-21 13:43:05 -08:00
dependabot[bot]
631a2e5d0d
Bump vite from 6.0.3 to 6.0.9 (#1785)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite)
from 6.0.3 to 6.0.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.9</h2>
<p>This version contains a breaking change due to security fixes. See <a
href="https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6">https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6</a>
for more details.</p>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.8</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.7</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.7/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.6</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.6/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.5</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.5/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v6.0.4</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.4/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.9 (2025-01-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix!: check host header to prevent DNS rebinding attacks and
introduce <code>server.allowedHosts</code> (<a
href="bd896fb5f3">bd896fb</a>)</li>
<li>fix!: default <code>server.cors: false</code> to disallow fetching
from untrusted origins (<a
href="b09572acc9">b09572a</a>)</li>
<li>fix: verify token for HMR WebSocket connection (<a
href="029dcd6d77">029dcd6</a>)</li>
</ul>
<h2><!-- raw HTML omitted -->6.0.8 (2025-01-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: avoid SSR HMR for HTML files (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19193">#19193</a>)
(<a
href="3bd55bcb7e">3bd55bc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19193">#19193</a></li>
<li>fix: build time display 7m 60s (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19108">#19108</a>)
(<a
href="cf0d2c8e23">cf0d2c8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19108">#19108</a></li>
<li>fix: don't resolve URL starting with double slash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19059">#19059</a>)
(<a
href="35942cde11">35942cd</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19059">#19059</a></li>
<li>fix: ensure <code>server.close()</code> only called once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19204">#19204</a>)
(<a
href="db81c2dada">db81c2d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19204">#19204</a></li>
<li>fix: resolve.conditions in ResolvedConfig was
<code>defaultServerConditions</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19174">#19174</a>)
(<a
href="ad75c56dce">ad75c56</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19174">#19174</a></li>
<li>fix: tree shake stringified JSON imports (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19189">#19189</a>)
(<a
href="f2aed62d0b">f2aed62</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19189">#19189</a></li>
<li>fix: use shared sigterm callback (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19203">#19203</a>)
(<a
href="47039f4643">47039f4</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19203">#19203</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19098">#19098</a>)
(<a
href="8639538e64">8639538</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19098">#19098</a></li>
<li>fix(optimizer): use correct default install state path for yarn PnP
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19119">#19119</a>)
(<a
href="e690d8bb1e">e690d8b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19119">#19119</a></li>
<li>fix(types): improve <code>ESBuildOptions.include / exclude</code>
type to allow <code>readonly (string | RegExp)[]</code> (<a
href="ea53e70952">ea53e70</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19146">#19146</a></li>
<li>chore(deps): update dependency pathe to v2 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19139">#19139</a>)
(<a
href="71506f0a8d">71506f0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19139">#19139</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.0.7 (2025-01-02)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: fix <code>minify</code> when <code>builder.sharedPlugins:
true</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19025">#19025</a>)
(<a
href="f7b1964d3a">f7b1964</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19025">#19025</a></li>
<li>fix: skip the plugin if it has been called before with the same id
and importer (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19016">#19016</a>)
(<a
href="b178c90c7d">b178c90</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19016">#19016</a></li>
<li>fix(html): error while removing <code>vite-ignore</code> attribute
for inline script (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19062">#19062</a>)
(<a
href="a4922537a8">a492253</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19062">#19062</a></li>
<li>fix(ssr): fix semicolon injection by ssr transform (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19097">#19097</a>)
(<a
href="1c102d517d">1c102d5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19097">#19097</a></li>
<li>perf: skip globbing for static path in warmup (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19107">#19107</a>)
(<a
href="677508bf82">677508b</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19107">#19107</a></li>
<li>feat(css): show lightningcss warnings (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19076">#19076</a>)
(<a
href="b07c036faf">b07c036</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19076">#19076</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.0.6 (2024-12-26)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: replace runner-side path normalization with
<code>fetchModule</code>-side resolve (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18361">#18361</a>)
(<a
href="9f10261e76">9f10261</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18361">#18361</a></li>
<li>fix(css): resolve style tags in HTML files correctly for
lightningcss (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19001">#19001</a>)
(<a
href="afff05c032">afff05c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19001">#19001</a></li>
<li>fix(css): show correct error when unknown placeholder is used for
CSS modules pattern in lightningcs (<a
href="9290d85b5d">9290d85</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19070">#19070</a></li>
<li>fix(resolve): handle package.json with UTF-8 BOM (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19000">#19000</a>)
(<a
href="902567ac53">902567a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19000">#19000</a></li>
<li>fix(ssrTransform): preserve line offset when transforming imports
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19004">#19004</a>)
(<a
href="1aa434e801">1aa434e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19004">#19004</a></li>
<li>chore: fix typo in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19067">#19067</a>)
(<a
href="eb06ec30bb">eb06ec3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19067">#19067</a></li>
<li>chore: update comment about <code>build.target</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19047">#19047</a>)
(<a
href="0e9e81f622">0e9e81f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19047">#19047</a></li>
<li>revert: unpin esbuild version (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19043">#19043</a>)
(<a
href="8bfe247511">8bfe247</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19043">#19043</a></li>
<li>test(ssr): test virtual module with query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19044">#19044</a>)
(<a
href="a1f4b46896">a1f4b46</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/19044">#19044</a></li>
</ul>
<h2><!-- raw HTML omitted -->6.0.5 (2024-12-20)<!-- raw HTML omitted
--></h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a55f8ba3e4"><code>a55f8ba</code></a>
release: v6.0.9</li>
<li><a
href="bd896fb5f3"><code>bd896fb</code></a>
fix!: check host header to prevent DNS rebinding attacks and introduce
`serve...</li>
<li><a
href="029dcd6d77"><code>029dcd6</code></a>
fix: verify token for HMR WebSocket connection</li>
<li><a
href="b09572acc9"><code>b09572a</code></a>
fix!: default <code>server.cors: false</code> to disallow fetching from
untrusted origins</li>
<li><a
href="c0f72a695c"><code>c0f72a6</code></a>
release: v6.0.8</li>
<li><a
href="f2aed62d0b"><code>f2aed62</code></a>
fix: tree shake stringified JSON imports (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19189">#19189</a>)</li>
<li><a
href="db81c2dada"><code>db81c2d</code></a>
fix: ensure <code>server.close()</code> only called once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19204">#19204</a>)</li>
<li><a
href="47039f4643"><code>47039f4</code></a>
fix: use shared sigterm callback (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19203">#19203</a>)</li>
<li><a
href="3bd55bcb7e"><code>3bd55bc</code></a>
fix: avoid SSR HMR for HTML files (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19193">#19193</a>)</li>
<li><a
href="e690d8bb1e"><code>e690d8b</code></a>
fix(optimizer): use correct default install state path for yarn PnP (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19119">#19119</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.9/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=6.0.3&new-version=6.0.9)](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>
2025-01-21 13:19:07 -08:00
wave-builder[bot]
8c70d143c9
chore: bump package version to 0.11.0-beta.2 2025-01-20 22:41:02 +00:00
dependabot[bot]
c9dc55faf4
Bump the storybook-minor group with 10 updates (#1765)
Bumps the storybook-minor group with 10 updates:

| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.4.7` | `8.5.0` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.4.7` | `8.5.0` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.4.7` | `8.5.0` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.4.7` | `8.5.0` |
|
[@storybook/builder-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/builders/builder-vite)
| `8.4.7` | `8.5.0` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.4.7` | `8.5.0` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.4.7` | `8.5.0` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.4.7` | `8.5.0` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming)
| `8.4.7` | `8.5.0` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.4.7` | `8.5.0` |

Updates `@storybook/addon-essentials` from 8.4.7 to 8.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.0</h2>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI</li>
<li>⚛️ React 19 support</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI⚛️</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix run request while booting or restarting Vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Handle undefined storyId - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="92770672e5"><code>9277067</code></a>
Bump version from &quot;8.5.0-beta.11&quot; to &quot;8.5.0&quot; [skip
ci]</li>
<li><a
href="d8fe93ac1b"><code>d8fe93a</code></a>
Bump version from &quot;8.5.0-beta.10&quot; to &quot;8.5.0-beta.11&quot;
[skip ci]</li>
<li><a
href="426586d37a"><code>426586d</code></a>
Bump version from &quot;8.5.0-beta.9&quot; to &quot;8.5.0-beta.10&quot;
[skip ci]</li>
<li><a
href="b607dbe575"><code>b607dbe</code></a>
Bump version from &quot;8.5.0-beta.8&quot; to &quot;8.5.0-beta.9&quot;
[skip ci]</li>
<li><a
href="3b979ee412"><code>3b979ee</code></a>
Bump version from &quot;8.5.0-beta.7&quot; to &quot;8.5.0-beta.8&quot;
[skip ci]</li>
<li><a
href="2b9f1cfc16"><code>2b9f1cf</code></a>
Bump version from &quot;8.5.0-beta.6&quot; to &quot;8.5.0-beta.7&quot;
[skip ci]</li>
<li><a
href="91f53fdf55"><code>91f53fd</code></a>
Bump version from &quot;8.5.0-beta.5&quot; to &quot;8.5.0-beta.6&quot;
[skip ci]</li>
<li><a
href="ef9ee273d6"><code>ef9ee27</code></a>
Bump version from &quot;8.5.0-beta.4&quot; to &quot;8.5.0-beta.5&quot;
[skip ci]</li>
<li><a
href="cf555266f5"><code>cf55526</code></a>
Bump version from &quot;8.5.0-beta.3&quot; to &quot;8.5.0-beta.4&quot;
[skip ci]</li>
<li><a
href="df37d0880e"><code>df37d08</code></a>
Bump version from &quot;8.5.0-beta.2&quot; to &quot;8.5.0-beta.3&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.0/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.4.7 to 8.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.0</h2>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI</li>
<li>⚛️ React 19 support</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI⚛️</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix run request while booting or restarting Vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Handle undefined storyId - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="92770672e5"><code>9277067</code></a>
Bump version from &quot;8.5.0-beta.11&quot; to &quot;8.5.0&quot; [skip
ci]</li>
<li><a
href="e447db6537"><code>e447db6</code></a>
Merge branch 'next' into jeppe/fix-interactions-removal</li>
<li><a
href="1a0d0eaa34"><code>1a0d0ea</code></a>
move addon order check from preset.js to dist/preset.js</li>
<li><a
href="d8fe93ac1b"><code>d8fe93a</code></a>
Bump version from &quot;8.5.0-beta.10&quot; to &quot;8.5.0-beta.11&quot;
[skip ci]</li>
<li><a
href="426586d37a"><code>426586d</code></a>
Bump version from &quot;8.5.0-beta.9&quot; to &quot;8.5.0-beta.10&quot;
[skip ci]</li>
<li><a
href="b607dbe575"><code>b607dbe</code></a>
Bump version from &quot;8.5.0-beta.8&quot; to &quot;8.5.0-beta.9&quot;
[skip ci]</li>
<li><a
href="3b979ee412"><code>3b979ee</code></a>
Bump version from &quot;8.5.0-beta.7&quot; to &quot;8.5.0-beta.8&quot;
[skip ci]</li>
<li><a
href="2b9f1cfc16"><code>2b9f1cf</code></a>
Bump version from &quot;8.5.0-beta.6&quot; to &quot;8.5.0-beta.7&quot;
[skip ci]</li>
<li><a
href="91f53fdf55"><code>91f53fd</code></a>
Bump version from &quot;8.5.0-beta.5&quot; to &quot;8.5.0-beta.6&quot;
[skip ci]</li>
<li><a
href="ef9ee273d6"><code>ef9ee27</code></a>
Bump version from &quot;8.5.0-beta.4&quot; to &quot;8.5.0-beta.5&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.0/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.4.7 to 8.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-links</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.0</h2>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI</li>
<li>⚛️ React 19 support</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-links</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI⚛️</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30049">#30049</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Run the a11y automigration on postInstall - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30004">#30004</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Show errors of axe properly - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30050">#30050</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon A11y: Update accessibility status handling in
TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30027">#30027</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Dynamically import rehype - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29544">#29544</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Docs: Make new code panel opt in - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30248">#30248</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
<li>Addon Onboarding: Prebundle react-confetti - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29996">#29996</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add <code>@vitest/coverage-v8</code> during postinstall
if no coverage reporter is installed - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29993">#29993</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Add prerequisite check for MSW - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30193">#30193</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Add support for previewHead - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29808">#29808</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Add Vitest 3 support - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30181">#30181</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Always run Vitest in watch mode internally - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29749">#29749</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Always use installed version of vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30134">#30134</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
<li>Addon Test: Clarify message when <code>vitest</code> detects missing
deps - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29763">#29763</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Clear coverage data when starting or watching - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30072">#30072</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu UI - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29727">#29727</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Context menu updates - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30107">#30107</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Correctly stop Storybook when Vitest closes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30012">#30012</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Filter out falsy test results in TestProviderRender - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30001">#30001</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix documentation links - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30128">#30128</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix duplicate <code>test.include</code> patterns - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30029">#30029</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix environment variable for Vitest Storybook
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30054">#30054</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Fix error reporting for <code>vitest</code> crashes - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29751">#29751</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Addon Test: Fix generated path to <code>vitest.setup.js</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30233">#30233</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon Test: Fix indexing behavior - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29836">#29836</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Fix printing null% for coverage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30061">#30061</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix run request while booting or restarting Vitest - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29829">#29829</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Handle undefined storyId - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29998">#29998</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="92770672e5"><code>9277067</code></a>
Bump version from &quot;8.5.0-beta.11&quot; to &quot;8.5.0&quot; [skip
ci]</li>
<li><a
href="d8fe93ac1b"><code>d8fe93a</code></a>
Bump version from &quot;8.5.0-beta.10&quot; to &quot;8.5.0-beta.11&quot;
[skip ci]</li>
<li><a
href="426586d37a"><code>426586d</code></a>
Bump version from &quot;8.5.0-beta.9&quot; to &quot;8.5.0-beta.10&quot;
[skip ci]</li>
<li><a
href="b607dbe575"><code>b607dbe</code></a>
Bump version from &quot;8.5.0-beta.8&quot; to &quot;8.5.0-beta.9&quot;
[skip ci]</li>
<li><a
href="3b979ee412"><code>3b979ee</code></a>
Bump version from &quot;8.5.0-beta.7&quot; to &quot;8.5.0-beta.8&quot;
[skip ci]</li>
<li><a
href="2b9f1cfc16"><code>2b9f1cf</code></a>
Bump version from &quot;8.5.0-beta.6&quot; to &quot;8.5.0-beta.7&quot;
[skip ci]</li>
<li><a
href="91f53fdf55"><code>91f53fd</code></a>
Bump version from &quot;8.5.0-beta.5&quot; to &quot;8.5.0-beta.6&quot;
[skip ci]</li>
<li><a
href="ef9ee273d6"><code>ef9ee27</code></a>
Bump version from &quot;8.5.0-beta.4&quot; to &quot;8.5.0-beta.5&quot;
[skip ci]</li>
<li><a
href="cf555266f5"><code>cf55526</code></a>
Bump version from &quot;8.5.0-beta.3&quot; to &quot;8.5.0-beta.4&quot;
[skip ci]</li>
<li><a
href="df37d0880e"><code>df37d08</code></a>
Bump version from &quot;8.5.0-beta.2&quot; to &quot;8.5.0-beta.3&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.0/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.4.7 to 8.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/blocks</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.0</h2>
<h2>8.5.0</h2>
<p>Storybook 8.5 is packed with powerful features to enhance your
development workflow. This release makes it easier than ever to build
accessible, well-tested UIs. Here’s what’s new:</p>
<ul>
<li>🦾 Realtime accessibility tests to help build UIs for everybody</li>
<li>🛡️ Project code coverage to measure the completeness of your
tests</li>
<li>🎯 Focused tests for faster test feedback</li>
<li>⚛️ React Native Web Vite framework (experimental) for testing mobile
UI</li>
<li>⚛️ React 19 support</li>
<li>🎁 Storybook test early access program to level up your testing
game</li>
<li>💯 Hundreds more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon A11y: Add conditional rendering for a11y violation number in
Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30073">#30073</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Add typesVersions support for TypeScript definitions in
a11y package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30005">#30005</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Adjust default behaviour when using with
experimental-addon-test - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30162">#30162</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Change default element selector - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30253">#30253</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Create a11y test provider and revamp a11y addon - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29643">#29643</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Don't set a11y tag as comment in automigrations - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30257">#30257</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Fix skipped status handling in Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30077">#30077</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Refactor environment variable handling for Vitest
integration - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30022">#30022</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon A11y: Remove warnings API - <a
href="https://redirect.github.com/storybook...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 11:26:38 -08:00
dependabot[bot]
7248990289
Bump @chromatic-com/storybook from 3.2.2 to 3.2.4 in the storybook-patch group (#1764)
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.2 to 3.2.4
<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.3</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix reading <code>status</code> of <code>undefined</code> in urql's
<code>didAuthError</code> handler <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/349">#349</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
<li>Add steps to link for local testing <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/347">#347</a>
(<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Cody Kaup (<a
href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chromaui/addon-visual-tests/blob/v3.2.4/CHANGELOG.md"><code>@​chromatic-com/storybook</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>v3.2.4 (Fri Jan 17 2025)</h1>
<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>
<hr />
<h1>v3.2.3 (Thu Dec 19 2024)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix reading <code>status</code> of <code>undefined</code> in urql's
<code>didAuthError</code> handler <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/349">#349</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
<li>Add steps to link for local testing <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/347">#347</a>
(<a href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
</ul>
<h4>Authors: 2</h4>
<ul>
<li>Cody Kaup (<a
href="https://github.com/codykaup"><code>@​codykaup</code></a>)</li>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a490548df4"><code>a490548</code></a>
Bump version to: 3.2.4 [skip ci]</li>
<li><a
href="d86ecff42c"><code>d86ecff</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="dcee16503c"><code>dcee165</code></a>
Merge pull request <a
href="https://redirect.github.com/chromaui/addon-visual-tests/issues/351">#351</a>
from chromaui/valentin/remove-connection-timeout-noti...</li>
<li><a
href="127a468c9e"><code>127a468</code></a>
Remove the connection timeout notification</li>
<li><a
href="a7a43dae6d"><code>a7a43da</code></a>
Merge pull request <a
href="https://redirect.github.com/chromaui/addon-visual-tests/issues/350">#350</a>
from chromaui/set-up-codecov</li>
<li><a
href="8499c6a425"><code>8499c6a</code></a>
Upload coverage reports to Codecov</li>
<li><a
href="476a673686"><code>476a673</code></a>
Set up vitest coverage reporting</li>
<li><a
href="74d3d8d575"><code>74d3d8d</code></a>
Update vitest to 2.1.8</li>
<li><a
href="871413fd8a"><code>871413f</code></a>
Bump version to: 3.2.3 [skip ci]</li>
<li><a
href="a29f901536"><code>a29f901</code></a>
Update CHANGELOG.md [skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/chromaui/addon-visual-tests/compare/v3.2.2...v3.2.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@chromatic-com/storybook&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.2.4)](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>
2025-01-17 11:26:26 -08:00
wave-builder[bot]
731eb27367
chore: bump package version to 0.11.0-beta.1 2025-01-17 02:43:57 +00:00
wave-builder[bot]
db7d3dac67
chore: bump package version to 0.11.0-beta.0 2025-01-16 23:58:30 +00:00
wave-builder[bot]
c9ce6a6795
chore: bump package version to 0.10.5-beta.0 2025-01-16 23:56:25 +00:00
Evan Simkowitz
1ded7bdd74
Update packageManager to Yarn 4.6.0 (#1729)
Also removes separate package manager declaration in docs package.json
2025-01-14 14:02:37 -08:00
Evan Simkowitz
da2291f889
Terminal search (#1654)
This adds support for searching the terminal buffer using the
`@xterm/addon-search` library. It also adds three options for searching:
regex, case-sensitive, and whole-word. These can be included or excluded
from the search options for `useSearch` depending on whether the search
backend supports it.


![image](https://github.com/user-attachments/assets/e0b7e2ed-641b-463f-94a2-f24969fb3b06)

I didn't like any of the Font Awesome icons for these toggles so until
we have time to make some of our own icons that better match the Font
Awesome style, I've appropriated VSCode's icons from their [codicons
font](https://github.com/microsoft/vscode-codicons).

To implement the toggle-able buttons for these options, I've introduced
a new HeaderElem component, `ToggleIconButton`. This is styled similarly
to `IconButton`, but when you hover over it, it also shows a highlighted
background and when active, it shows as fully-opaque and with an
accented border.

Also removes the `useDismiss` behavior for the search box to better
match behavior in other apps.

Also fixes the scrollbar observer from my previous PR so it's wider.
2025-01-01 10:43:02 -08:00
wave-builder[bot]
53a64fc443
chore: bump package version to 0.10.4 2024-12-21 02:40:53 +00:00
wave-builder[bot]
49c438dd46
chore: bump package version to 0.10.4-beta.3 2024-12-21 00:26:53 +00:00
wave-builder[bot]
861b431e87
chore: bump package version to 0.10.4-beta.2 2024-12-20 22:03:12 +00:00
wave-builder[bot]
9793f9898c
chore: bump package version to 0.10.4-beta.1 2024-12-20 19:57:30 +00:00
wave-builder[bot]
87309a06ab
chore: bump package version to 0.10.4-beta.0 2024-12-20 17:34:52 +00:00
wave-builder[bot]
fca868e597
chore: bump package version to 0.10.3 2024-12-20 02:48:27 +00:00
wave-builder[bot]
133d7ce5a7
chore: bump package version to 0.10.2 2024-12-19 22:34:29 +00:00
wave-builder[bot]
8235f34921
chore: bump package version to 0.10.2-beta.2 2024-12-19 21:23:37 +00:00
wave-builder[bot]
f12a2266b5
chore: bump package version to 0.10.2-beta.1 2024-12-19 18:46:45 +00:00
wave-builder[bot]
801034c87d
chore: bump package version to 0.10.2-beta.0 2024-12-17 22:24:41 +00:00
Mike Sawka
f1cd6b933d
relative markdown text (#1489) 2024-12-16 16:04:07 -08:00
dependabot[bot]
99b5a08a2e
Bump electron from 33.2.0 to 33.2.1 in the electron group (#1513)
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.2.0 to 33.2.1
<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 v33.2.1</h2>
<h1>Release Notes for v33.2.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash that could occur when calling
<code>shell.readShortcutLink</code> on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44803">#44803</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44804">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>WebContentsView</code>s were being
improperly removed. <a
href="https://redirect.github.com/electron/electron/pull/44671">#44671</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44673">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44672">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44670">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>resize</code> wasn't being emitted for
single-pixel resizes on Windows. <a
href="https://redirect.github.com/electron/electron/pull/44723">#44723</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44724">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44722">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where a <code>utilityProcess</code> pid would not be
<code>undefined</code> after exit. <a
href="https://redirect.github.com/electron/electron/pull/44694">#44694</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44693">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44695">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where buttons shown under the Window Controls Overlay
API were missing tooltips. <a
href="https://redirect.github.com/electron/electron/pull/44757">#44757</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44758">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44759">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the webContents <code>context-menu</code> event
was not emitted when using <code>-webkit-app-region: drag</code>. <a
href="https://redirect.github.com/electron/electron/pull/44800">#44800</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44798">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44799">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where the windows control overlay was unexpectedly
visible in fullscreen on Linux. <a
href="https://redirect.github.com/electron/electron/pull/44640">#44640</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44643">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44642">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44641">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash in net api when utility process exits. <a
href="https://redirect.github.com/electron/electron/pull/44729">#44729</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44730">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44731">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed segfault when moving WebContentsView between BrowserWindows.
<a
href="https://redirect.github.com/electron/electron/pull/44613">#44613</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44614">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44615">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44612">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed theme does not work in DevTools. <a
href="https://redirect.github.com/electron/electron/pull/44635">#44635</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44639">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44636">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed update file extension bug. <a
href="https://redirect.github.com/electron/electron/pull/44771">#44771</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44770">34</a>)<!--
raw HTML omitted --></li>
<li>Return 0 exit code for normal termination of the utility process. <a
href="https://redirect.github.com/electron/electron/pull/44732">#44732</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44749">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44733">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed an issue where a deprecation warning was being incorrectly
emitted for frameless windows on macOS. <a
href="https://redirect.github.com/electron/electron/pull/44767">#44767</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44768">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed drag-and-drop session being canceled on wayland with empty
dragData. <a
href="https://redirect.github.com/electron/electron/pull/44753">#44753</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44760">32</a>)<!--
raw HTML omitted --></li>
<li>Security: backported fix for CVE-2024-11110. <a
href="https://redirect.github.com/electron/electron/pull/44647">#44647</a></li>
<li>Updated Chromium to 130.0.6723.137. <a
href="https://redirect.github.com/electron/electron/pull/44781">#44781</a></li>
<li>Updated Node.js to v20.18.1. <a
href="https://redirect.github.com/electron/electron/pull/44780">#44780</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cd6e3d720f"><code>cd6e3d7</code></a>
refactor: fix modernize-return-braced-init-list warnings (<a
href="https://redirect.github.com/electron/electron/issues/44857">#44857</a>)</li>
<li><a
href="7152209fb5"><code>7152209</code></a>
fix: modernize-use-using clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44836">#44836</a>)</li>
<li><a
href="51e31de79e"><code>51e31de</code></a>
fix: modernize-use-nodiscard clang-tidy warnings (<a
href="https://redirect.github.com/electron/electron/issues/44832">#44832</a>)</li>
<li><a
href="fe3467e187"><code>fe3467e</code></a>
docs: correct stable release dates for v34.0.0 (<a
href="https://redirect.github.com/electron/electron/issues/44830">#44830</a>)</li>
<li><a
href="d0e24fca25"><code>d0e24fc</code></a>
fix: clang-tidy <code>performance-inefficient-vector-operation</code>
warnings (33-x-y) ...</li>
<li><a
href="3483cd62d7"><code>3483cd6</code></a>
refactor: remove unnecessary constructor code (<a
href="https://redirect.github.com/electron/electron/issues/44825">#44825</a>)</li>
<li><a
href="1ef8b47052"><code>1ef8b47</code></a>
fix: remove unused local variables (<a
href="https://redirect.github.com/electron/electron/issues/44822">#44822</a>)</li>
<li><a
href="71c11496b7"><code>71c1149</code></a>
docs: update new GitHub issue link (<a
href="https://redirect.github.com/electron/electron/issues/44810">#44810</a>)</li>
<li><a
href="bd5c8d7a92"><code>bd5c8d7</code></a>
fix: crash calling <code>shell.readShortcutLink</code> (<a
href="https://redirect.github.com/electron/electron/issues/44803">#44803</a>)</li>
<li><a
href="52b5d8ab99"><code>52b5d8a</code></a>
fix: big endian bug in V8 serialization (<a
href="https://redirect.github.com/electron/electron/issues/44796">#44796</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.2.0...v33.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=33.2.0&new-version=33.2.1)](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>
2024-12-16 14:18:39 -08:00
dependabot[bot]
eb4fb891a8
Bump the dev-dependencies group across 1 directory with 6 updates (#1515)
Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.10.1` | `22.10.2` |
|
[@types/prop-types](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prop-types)
| `15.7.13` | `15.7.14` |
| [sass](https://github.com/sass/dart-sass) | `1.82.0` | `1.83.0` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.17.0` | `8.18.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`6.0.2` | `6.0.3` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.1.3` | `5.1.4` |


Updates `@types/node` from 22.10.1 to 22.10.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/prop-types` from 15.7.13 to 15.7.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prop-types">compare
view</a></li>
</ul>
</details>
<br />

Updates `sass` from 1.82.0 to 1.83.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/releases">sass's
releases</a>.</em></p>
<blockquote>
<h2>Dart Sass 1.83.0</h2>
<p>To install Sass 1.83.0, download one of the packages below and <a
href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or
see <a href="https://sass-lang.com/install">the Sass website</a> for
full installation instructions.</p>
<h1>Changes</h1>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">full
changelog</a> for changes in earlier releases.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's
changelog</a>.</em></p>
<blockquote>
<h2>1.83.0</h2>
<ul>
<li>Allow trailing commas in <em>all</em> argument and parameter
lists.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38dbb00db"><code>f38dbb0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a>
from sass/rest-param-comma</li>
<li><a
href="0230ccf851"><code>0230ccf</code></a>
Update pkg/sass_api/CHANGELOG.md</li>
<li><a
href="dd9b106e7e"><code>dd9b106</code></a>
Rename ArgumentInvocation and ArgumentDeclaration</li>
<li><a
href="c45bc70b39"><code>c45bc70</code></a>
Allow a trailing comma after rest parameters and arguments</li>
<li><a
href="219fe67817"><code>219fe67</code></a>
Fix static analysis issues for dart 3.6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li>
<li><a
href="f9eef8105c"><code>f9eef81</code></a>
Fix links to importers in the internal documentation (<a
href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li>
<li><a
href="1b3c7de8d3"><code>1b3c7de</code></a>
Represent rest parameters as properties on Parameter (<a
href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li>
<li><a
href="7a6722cf29"><code>7a6722c</code></a>
Fix the declaration of ReturnRule._returnExpression (<a
href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li>
<li><a
href="1536dc0146"><code>1536dc0</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a>
from sass/return</li>
<li><a
href="a74f9c301b"><code>a74f9c3</code></a>
Enable useDefineForClassFields and fix affected TS files. (<a
href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.17.0 to 8.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v8.18.0</h2>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on super call
of deprecated constructor (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10397">#10397</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for &quot;no default&quot; comment (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10218">#10218</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
<li><strong>deps:</strong> update dependency eslint to v9.16.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10471">#10471</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] check if a JSX
attribute is deprecated (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10374">#10374</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] handle more
robustly when multiple <code>toString()</code> declarations are present
for a type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10432">#10432</a>)</li>
<li><strong>eslint-plugin:</strong>
[use-unknown-in-catch-callback-variable] only flag function literals (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10436">#10436</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kim Sang Du <a
href="https://github.com/developer-bandi"><code>@​developer-bandi</code></a></li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>mdm317</li>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>8.18.0 (2024-12-09)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li>typescript peer dependency (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10373">#10373</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>rtritto</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c60dbabd8a"><code>c60dbab</code></a>
chore(release): publish 8.18.0</li>
<li><a
href="4cb2cf86c3"><code>4cb2cf8</code></a>
fix: typescript peer dependency (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10373">#10373</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 6.0.2 to 6.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.3</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/v6.0.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->6.0.3 (2024-12-05)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)
(<a
href="d5fb653c15">d5fb653</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18886">#18886</a></li>
<li>fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)
(<a
href="a1dd396da8">a1dd396</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18876">#18876</a></li>
<li>fix: make result interfaces for
<code>ModuleRunnerTransport#invoke</code> more explicit (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18851">#18851</a>)
(<a
href="a75fc3193d">a75fc31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18851">#18851</a></li>
<li>fix: merge <code>environments.ssr.resolve</code> with root
<code>ssr</code> config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18857">#18857</a>)
(<a
href="310433106e">3104331</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18857">#18857</a></li>
<li>fix: no permission to create vite config file (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18844">#18844</a>)
(<a
href="ff47778004">ff47778</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18844">#18844</a></li>
<li>fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)
(<a
href="690a36ffdb">690a36f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18885">#18885</a></li>
<li>fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)
(<a
href="2b5926a0e7">2b5926a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18887">#18887</a></li>
<li>fix(config): make stacktrace path correct when sourcemap is enabled
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)
(<a
href="20fdf210ee">20fdf21</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18833">#18833</a></li>
<li>fix(css): rewrite url when image-set and url exist at the same time
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)
(<a
href="d59efd8dfd">d59efd8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18868">#18868</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18853">#18853</a>)
(<a
href="5c0223636f">5c02236</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18853">#18853</a></li>
<li>fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)
(<a
href="1b54e506a4">1b54e50</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18852">#18852</a></li>
<li>fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)
(<a
href="88e49aa041">88e49aa</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18837">#18837</a></li>
<li>refactor: fix logic errors found by no-unnecessary-condition rule
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)
(<a
href="ea802f8f8b">ea802f8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18891">#18891</a></li>
<li>chore: fix duplicate attributes issue number in comment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18860">#18860</a>)
(<a
href="ffee61893c">ffee618</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18860">#18860</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7a0758cbbc"><code>7a0758c</code></a>
release: v6.0.3</li>
<li><a
href="a1dd396da8"><code>a1dd396</code></a>
fix: make handleInvoke interface compatible with invoke (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18876">#18876</a>)</li>
<li><a
href="ea802f8f8b"><code>ea802f8</code></a>
refactor: fix logic errors found by no-unnecessary-condition rule (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18891">#18891</a>)</li>
<li><a
href="690a36ffdb"><code>690a36f</code></a>
fix: remove CSS import in CJS correctly in some cases (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18885">#18885</a>)</li>
<li><a
href="d5fb653c15"><code>d5fb653</code></a>
fix: handle postcss load unhandled rejections (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18886">#18886</a>)</li>
<li><a
href="2b5926a0e7"><code>2b5926a</code></a>
fix(config): bundle files referenced with imports field (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18887">#18887</a>)</li>
<li><a
href="1b54e506a4"><code>1b54e50</code></a>
fix(html): allow unexpected question mark in tag name (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18852">#18852</a>)</li>
<li><a
href="d59efd8dfd"><code>d59efd8</code></a>
fix(css): rewrite url when image-set and url exist at the same time (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18868">#18868</a>)</li>
<li><a
href="20fdf210ee"><code>20fdf21</code></a>
fix(config): make stacktrace path correct when sourcemap is enabled (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18833">#18833</a>)</li>
<li><a
href="88e49aa041"><code>88e49aa</code></a>
fix(module-runner): decode uri for file url passed to import (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18837">#18837</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v6.0.3/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.1.3 to 5.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's
releases</a>.</em></p>
<blockquote>
<h2>v5.1.4</h2>
<ul>
<li><strong>fix:</strong> correctly infer the <code>paths</code> root
dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/150">#150</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f58afbc7ec"><code>f58afbc</code></a>
5.1.4</li>
<li><a
href="ece58bf988"><code>ece58bf</code></a>
chore: upgrade typescript</li>
<li><a
href="593a611dce"><code>593a611</code></a>
fix: ensure <code>parseNative</code> result is correctly handled</li>
<li><a
href="eea1c17d0f"><code>eea1c17</code></a>
fix: correctly infer the <code>paths</code> root dir</li>
<li><a
href="34cb651fab"><code>34cb651</code></a>
test: add case for resolving <code>paths</code> from an extended
tsconfig (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/166">#166</a>)</li>
<li><a
href="2d187b9a45"><code>2d187b9</code></a>
chore: upgrade vite &amp; vitest</li>
<li><a
href="a5bb13e9e2"><code>a5bb13e</code></a>
chore: stop using yarn in package.json scripts</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.1.3...v5.1.4">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>
2024-12-16 13:27:58 -08:00
wave-builder[bot]
d2bc4c2364
chore: bump package version to 0.10.1 2024-12-13 03:25:08 +00:00
wave-builder[bot]
7bca363932
chore: bump package version to 0.10.1-beta.0 2024-12-13 01:22:12 +00:00
wave-builder[bot]
d7409e6588
chore: bump package version to 0.10.0 2024-12-12 18:38:16 +00:00
wave-builder[bot]
27621b746b
chore: bump package version to 0.10.0-beta.7 2024-12-12 02:26:45 +00:00
wave-builder[bot]
98027204ca
chore: bump package version to 0.10.0-beta.6 2024-12-11 21:25:42 +00:00
wave-builder[bot]
58fbbd78f6
chore: bump package version to 0.10.0-beta.5 2024-12-11 19:05:47 +00:00
wave-builder[bot]
c52d229cd3
chore: bump package version to 0.10.0-beta.4 2024-12-11 00:35:59 +00:00
wave-builder[bot]
3ccdcb6ed6
chore: bump package version to 0.10.0-beta.3 2024-12-11 00:00:29 +00:00
Evan Simkowitz
a298703874
Fix storybook base url (#1461) 2024-12-10 12:11:35 -08:00
wave-builder[bot]
5982960798
chore: bump package version to 0.10.0-beta.2 2024-12-10 00:57:23 +00:00
wave-builder[bot]
4d3105e9b0
chore: bump package version to 0.10.0-beta.1 2024-12-07 03:41:25 +00:00
wave-builder[bot]
297f006cce
chore: bump package version to 0.10.0-beta.0 2024-12-07 00:36:27 +00:00
Evan Simkowitz
297e2b627f
Patch version of path-to-regexp (#1401)
Fixes https://github.com/wavetermdev/waveterm/security/dependabot/50
2024-12-05 16:23:53 -08:00
dependabot[bot]
402cf2db98
Bump @types/react from 18.3.12 to 18.3.13 in the dev-dependencies group across 1 directory (#1388)
Bumps the dev-dependencies group with 1 update in the / directory:
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).

Updates `@types/react` from 18.3.12 to 18.3.13
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.3.12&new-version=18.3.13)](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>
2024-12-04 16:27:10 -08:00
Evan Simkowitz
6400678686
Upgrade Vite and other deps to resolve packaging issue (#1387)
There was a bug in Vite 6.0.1
(https://github.com/vitejs/vite/issues/18810) that was preventing NodeJS
libraries from being bundled in the main process. This meant that our
packaged app would refuse to run as it would be unable to find its Node
libraries.

This updates to Vite 6.0.2 to resolve this issue and also updates a few
other deps while we're at it.

Also removes the SASS modern-compiler config from our Vite config since
this is the default behavior in Vite 6.

closes #1373
2024-12-04 16:22:53 -08:00
dependabot[bot]
ea55904a80
Bump the dev-dependencies group across 1 directory with 2 updates (#1364)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the dev-dependencies group with 2 updates in the / directory:
[@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and
[eslint](https://github.com/eslint/eslint).

Updates `@eslint/js` from 9.15.0 to 9.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.16.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="8f70eb142c"><code>8f70eb1</code></a>
feat: Add <code>ignoreComputedKeys</code> option in
<code>sort-keys</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19162">#19162</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="9eefc8f813"><code>9eefc8f</code></a>
docs: fix typos in <code>use-isnan</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19190">#19190</a>)
(루밀LuMir)</li>
<li><a
href="0c8cea8c80"><code>0c8cea8</code></a>
docs: switch the order of words in <code>no-unreachable</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19189">#19189</a>)
(루밀LuMir)</li>
<li><a
href="0c19417c64"><code>0c19417</code></a>
docs: add missing backtick to <code>no-async-promise-executor</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19188">#19188</a>)
(루밀LuMir)</li>
<li><a
href="8df927646c"><code>8df9276</code></a>
docs: add backtick in <code>-0</code> in <code>description</code> of
<code>no-compare-neg-zero</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19186">#19186</a>)
(루밀LuMir)</li>
<li><a
href="7e16e3fb85"><code>7e16e3f</code></a>
docs: fix <code>caseSensitive</code> option's title of
<code>sort-keys</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19183">#19183</a>)
(Tanuj Kanti)</li>
<li><a
href="0c6b842121"><code>0c6b842</code></a>
docs: fix typos in <code>migration-guide.md</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19180">#19180</a>)
(루밀LuMir)</li>
<li><a
href="353266edf8"><code>353266e</code></a>
docs: fix a typo in <code>debug.md</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19179">#19179</a>)
(루밀LuMir)</li>
<li><a
href="5ff318a528"><code>5ff318a</code></a>
docs: delete unnecessary horizontal rule(<code>---</code>) in
<code>nodejs-api</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19175">#19175</a>)
(루밀LuMir)</li>
<li><a
href="576bcc5461"><code>576bcc5</code></a>
docs: mark more rules as handled by TypeScript (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19164">#19164</a>)
(Tanuj Kanti)</li>
<li><a
href="742d054ac1"><code>742d054</code></a>
docs: note that <code>no-restricted-syntax</code> can be used with any
language (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19148">#19148</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="feb703b3dc"><code>feb703b</code></a>
chore: upgrade to <code>@eslint/js@9.16.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19195">#19195</a>)
(Francesco Trotta)</li>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f831893b6e"><code>f831893</code></a>
chore: add type for <code>ignoreComputedKeys</code> option of
<code>sort-keys</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19184">#19184</a>)
(Tanuj Kanti)</li>
<li><a
href="3afb8a1dcf"><code>3afb8a1</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.8.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19177">#19177</a>)
(Milos Djermanovic)</li>
<li><a
href="1f77c53b12"><code>1f77c53</code></a>
chore: add <code>repository.directory</code> property to
<code>package.json</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19165">#19165</a>)
(루밀LuMir)</li>
<li><a
href="d46059410a"><code>d460594</code></a>
chore: update dependency <code>@​arethetypeswrong/cli</code> to ^0.17.0
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19147">#19147</a>)
(renovate[bot])</li>
<li><a
href="45cd4ead9c"><code>45cd4ea</code></a>
refactor: update default options in rules (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19136">#19136</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@​eslint/js</code>'s
changelog</a>.</em></p>
<blockquote>
<p>v9.16.0 - November 29, 2024</p>
<ul>
<li><a
href="feb703b3dc"><code>feb703b</code></a>
chore: upgrade to <code>@eslint/js@9.16.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19195">#19195</a>)
(Francesco Trotta)</li>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="9eefc8f813"><code>9eefc8f</code></a>
docs: fix typos in <code>use-isnan</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19190">#19190</a>)
(루밀LuMir)</li>
<li><a
href="0c8cea8c80"><code>0c8cea8</code></a>
docs: switch the order of words in <code>no-unreachable</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19189">#19189</a>)
(루밀LuMir)</li>
<li><a
href="0c19417c64"><code>0c19417</code></a>
docs: add missing backtick to <code>no-async-promise-executor</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19188">#19188</a>)
(루밀LuMir)</li>
<li><a
href="8df927646c"><code>8df9276</code></a>
docs: add backtick in <code>-0</code> in <code>description</code> of
<code>no-compare-neg-zero</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19186">#19186</a>)
(루밀LuMir)</li>
<li><a
href="7e16e3fb85"><code>7e16e3f</code></a>
docs: fix <code>caseSensitive</code> option's title of
<code>sort-keys</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19183">#19183</a>)
(Tanuj Kanti)</li>
<li><a
href="f831893b6e"><code>f831893</code></a>
chore: add type for <code>ignoreComputedKeys</code> option of
<code>sort-keys</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19184">#19184</a>)
(Tanuj Kanti)</li>
<li><a
href="8f70eb142c"><code>8f70eb1</code></a>
feat: Add <code>ignoreComputedKeys</code> option in
<code>sort-keys</code> rule (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19162">#19162</a>)
(Milos Djermanovic)</li>
<li><a
href="0c6b842121"><code>0c6b842</code></a>
docs: fix typos in <code>migration-guide.md</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19180">#19180</a>)
(루밀LuMir)</li>
<li><a
href="353266edf8"><code>353266e</code></a>
docs: fix a typo in <code>debug.md</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19179">#19179</a>)
(루밀LuMir)</li>
<li><a
href="3afb8a1dcf"><code>3afb8a1</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.8.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19177">#19177</a>)
(Milos Djermanovic)</li>
<li><a
href="5ff318a528"><code>5ff318a</code></a>
docs: delete unnecessary horizontal rule(<code>---</code>) in
<code>nodejs-api</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19175">#19175</a>)
(루밀LuMir)</li>
<li><a
href="576bcc5461"><code>576bcc5</code></a>
docs: mark more rules as handled by TypeScript (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19164">#19164</a>)
(Tanuj Kanti)</li>
<li><a
href="1f77c53b12"><code>1f77c53</code></a>
chore: add <code>repository.directory</code> property to
<code>package.json</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19165">#19165</a>)
(루밀LuMir)</li>
<li><a
href="d46059410a"><code>d460594</code></a>
chore: update dependency <code>@​arethetypeswrong/cli</code> to ^0.17.0
(<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19147">#19147</a>)
(renovate[bot])</li>
<li><a
href="45cd4ead9c"><code>45cd4ea</code></a>
refactor: update default options in rules (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19136">#19136</a>)
(Milos Djermanovic)</li>
<li><a
href="742d054ac1"><code>742d054</code></a>
docs: note that <code>no-restricted-syntax</code> can be used with any
language (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19148">#19148</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.16.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 9.15.0 to 9.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.16.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="8f70eb142c"><code>8f70eb1</code></a>
feat: Add <code>ignoreComputedKeys</code> option in
<code>sort-keys</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/19162">#19162</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="9eefc8f813"><code>9eefc8f</code></a>
docs: fix typos in <code>use-isnan</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19190">#19190</a>)
(루밀LuMir)</li>
<li><a
href="0c8cea8c80"><code>0c8cea8</code></a>
docs: switch the order of words in <code>no-unreachable</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19189">#19189</a>)
(루밀LuMir)</li>
<li><a
href="0c19417c64"><code>0c19417</code></a>
docs: add missing backtick to <code>no-async-promise-executor</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19188">#19188</a>)
(루밀LuMir)</li>
<li><a
href="8df927646c"><code>8df9276</code></a>
docs: add backtick in <code>-0</code> in <code>description</code> of
<code>no-compare-neg-zero</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19186">#19186</a>)
(루밀LuMir)</li>
<li><a
href="7e16e3fb85"><code>7e16e3f</code></a>
docs: fix <code>caseSensitive</code> option's title of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19183">#19183</a>)
(Tanuj Kanti)</li>
<li><a
href="0c6b842121"><code>0c6b842</code></a>
docs: fix typos in <code>migration-guide.md</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19180">#19180</a>)
(루밀LuMir)</li>
<li><a
href="353266edf8"><code>353266e</code></a>
docs: fix a typo in <code>debug.md</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19179">#19179</a>)
(루밀LuMir)</li>
<li><a
href="5ff318a528"><code>5ff318a</code></a>
docs: delete unnecessary horizontal rule(<code>---</code>) in
<code>nodejs-api</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19175">#19175</a>)
(루밀LuMir)</li>
<li><a
href="576bcc5461"><code>576bcc5</code></a>
docs: mark more rules as handled by TypeScript (<a
href="https://redirect.github.com/eslint/eslint/issues/19164">#19164</a>)
(Tanuj Kanti)</li>
<li><a
href="742d054ac1"><code>742d054</code></a>
docs: note that <code>no-restricted-syntax</code> can be used with any
language (<a
href="https://redirect.github.com/eslint/eslint/issues/19148">#19148</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="feb703b3dc"><code>feb703b</code></a>
chore: upgrade to <code>@eslint/js@9.16.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19195">#19195</a>)
(Francesco Trotta)</li>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f831893b6e"><code>f831893</code></a>
chore: add type for <code>ignoreComputedKeys</code> option of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19184">#19184</a>)
(Tanuj Kanti)</li>
<li><a
href="3afb8a1dcf"><code>3afb8a1</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.8.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19177">#19177</a>)
(Milos Djermanovic)</li>
<li><a
href="1f77c53b12"><code>1f77c53</code></a>
chore: add <code>repository.directory</code> property to
<code>package.json</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19165">#19165</a>)
(루밀LuMir)</li>
<li><a
href="d46059410a"><code>d460594</code></a>
chore: update dependency <code>@​arethetypeswrong/cli</code> to ^0.17.0
(<a
href="https://redirect.github.com/eslint/eslint/issues/19147">#19147</a>)
(renovate[bot])</li>
<li><a
href="45cd4ead9c"><code>45cd4ea</code></a>
refactor: update default options in rules (<a
href="https://redirect.github.com/eslint/eslint/issues/19136">#19136</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.16.0 - November 29, 2024</p>
<ul>
<li><a
href="feb703b3dc"><code>feb703b</code></a>
chore: upgrade to <code>@eslint/js@9.16.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19195">#19195</a>)
(Francesco Trotta)</li>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="9eefc8f813"><code>9eefc8f</code></a>
docs: fix typos in <code>use-isnan</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19190">#19190</a>)
(루밀LuMir)</li>
<li><a
href="0c8cea8c80"><code>0c8cea8</code></a>
docs: switch the order of words in <code>no-unreachable</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19189">#19189</a>)
(루밀LuMir)</li>
<li><a
href="0c19417c64"><code>0c19417</code></a>
docs: add missing backtick to <code>no-async-promise-executor</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19188">#19188</a>)
(루밀LuMir)</li>
<li><a
href="8df927646c"><code>8df9276</code></a>
docs: add backtick in <code>-0</code> in <code>description</code> of
<code>no-compare-neg-zero</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19186">#19186</a>)
(루밀LuMir)</li>
<li><a
href="7e16e3fb85"><code>7e16e3f</code></a>
docs: fix <code>caseSensitive</code> option's title of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19183">#19183</a>)
(Tanuj Kanti)</li>
<li><a
href="f831893b6e"><code>f831893</code></a>
chore: add type for <code>ignoreComputedKeys</code> option of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19184">#19184</a>)
(Tanuj Kanti)</li>
<li><a
href="8f70eb142c"><code>8f70eb1</code></a>
feat: Add <code>ignoreComputedKeys</code> option in
<code>sort-keys</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/19162">#19162</a>)
(Milos Djermanovic)</li>
<li><a
href="0c6b842121"><code>0c6b842</code></a>
docs: fix typos in <code>migration-guide.md</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19180">#19180</a>)
(루밀LuMir)</li>
<li><a
href="353266edf8"><code>353266e</code></a>
docs: fix a typo in <code>debug.md</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19179">#19179</a>)
(루밀LuMir)</li>
<li><a
href="3afb8a1dcf"><code>3afb8a1</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.8.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19177">#19177</a>)
(Milos Djermanovic)</li>
<li><a
href="5ff318a528"><code>5ff318a</code></a>
docs: delete unnecessary horizontal rule(<code>---</code>) in
<code>nodejs-api</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19175">#19175</a>)
(루밀LuMir)</li>
<li><a
href="576bcc5461"><code>576bcc5</code></a>
docs: mark more rules as handled by TypeScript (<a
href="https://redirect.github.com/eslint/eslint/issues/19164">#19164</a>)
(Tanuj Kanti)</li>
<li><a
href="1f77c53b12"><code>1f77c53</code></a>
chore: add <code>repository.directory</code> property to
<code>package.json</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19165">#19165</a>)
(루밀LuMir)</li>
<li><a
href="d46059410a"><code>d460594</code></a>
chore: update dependency <code>@​arethetypeswrong/cli</code> to ^0.17.0
(<a
href="https://redirect.github.com/eslint/eslint/issues/19147">#19147</a>)
(renovate[bot])</li>
<li><a
href="45cd4ead9c"><code>45cd4ea</code></a>
refactor: update default options in rules (<a
href="https://redirect.github.com/eslint/eslint/issues/19136">#19136</a>)
(Milos Djermanovic)</li>
<li><a
href="742d054ac1"><code>742d054</code></a>
docs: note that <code>no-restricted-syntax</code> can be used with any
language (<a
href="https://redirect.github.com/eslint/eslint/issues/19148">#19148</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cbf7db0ddf"><code>cbf7db0</code></a>
9.16.0</li>
<li><a
href="715ba8b5cb"><code>715ba8b</code></a>
Build: changelog update for 9.16.0</li>
<li><a
href="feb703b3dc"><code>feb703b</code></a>
chore: upgrade to <code>@eslint/js@9.16.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19195">#19195</a>)</li>
<li><a
href="df9bf9519a"><code>df9bf95</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="9eefc8f813"><code>9eefc8f</code></a>
docs: fix typos in <code>use-isnan</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19190">#19190</a>)</li>
<li><a
href="0c8cea8c80"><code>0c8cea8</code></a>
docs: switch the order of words in <code>no-unreachable</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19189">#19189</a>)</li>
<li><a
href="0c19417c64"><code>0c19417</code></a>
docs: add missing backtick to <code>no-async-promise-executor</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19188">#19188</a>)</li>
<li><a
href="8df927646c"><code>8df9276</code></a>
docs: add backtick in <code>-0</code> in <code>description</code> of
<code>no-compare-neg-zero</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19186">#19186</a>)</li>
<li><a
href="7e16e3fb85"><code>7e16e3f</code></a>
docs: fix <code>caseSensitive</code> option's title of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19183">#19183</a>)</li>
<li><a
href="f831893b6e"><code>f831893</code></a>
chore: add type for <code>ignoreComputedKeys</code> option of
<code>sort-keys</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19184">#19184</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.15.0...v9.16.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>
2024-12-04 14:51:02 -08:00
dependabot[bot]
56972e1cf6
Bump the prod-dependencies group with 2 updates (#1362)
Bumps the prod-dependencies group with 2 updates:
[overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars)
and [shell-quote](https://github.com/ljharb/shell-quote).

Updates `overlayscrollbars` from 2.10.0 to 2.10.1
<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.10.1</h2>
<h3>Improvements</h3>
<ul>
<li>Add <code>pen</code> to the list of &quot;hoverable&quot; pointer
devices. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/690">#690</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="170547a6c7"><code>170547a</code></a>
v2.10.1</li>
<li><a
href="4738f6f3a4"><code>4738f6f</code></a>
add pen device to hoverable pointer types</li>
<li><a
href="b11536b47b"><code>b11536b</code></a>
remove tilde imports</li>
<li><a
href="c38309e1e3"><code>c38309e</code></a>
fix test</li>
<li><a
href="cadff268f6"><code>cadff26</code></a>
move repo to esm</li>
<li>See full diff in <a
href="https://github.com/KingSora/OverlayScrollbars/commits/v2.10.1/packages/overlayscrollbars">compare
view</a></li>
</ul>
</details>
<br />

Updates `shell-quote` from 1.8.1 to 1.8.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md">shell-quote's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/ljharb/shell-quote/compare/v1.8.1...v1.8.2">v1.8.2</a>
- 2024-11-27</h2>
<h3>Fixed</h3>
<ul>
<li>[Fix] <code>quote</code>: preserve empty strings <a
href="https://redirect.github.com/ljharb/shell-quote/issues/18"><code>[#18](https://github.com/ljharb/shell-quote/issues/18)</code></a></li>
</ul>
<h3>Commits</h3>
<ul>
<li>[meta] fix changelog tags <a
href="0fb9fd8441"><code>0fb9fd8</code></a></li>
<li>[actions] split out node 10-20, and 20+ <a
href="819bd842e0"><code>819bd84</code></a></li>
<li>[Dev Deps] update <code>@ljharb/eslint-config</code>,
<code>auto-changelog</code>, <code>npmignore</code>, <code>tape</code>
<a
href="fc564086c8"><code>fc56408</code></a></li>
<li>[actions] update npm for windows tests <a
href="fdeb0fd102"><code>fdeb0fd</code></a></li>
<li>[Dev Deps] update <code>@ljharb/eslint-config</code>,
<code>aud</code>, <code>tape</code> <a
href="b8a4a3b3f5"><code>b8a4a3b</code></a></li>
<li>[actions] prevent node 14 on ARM mac from failing <a
href="9eecafc048"><code>9eecafc</code></a></li>
<li>[meta] exclude more files from the package <a
href="4044e7fad4"><code>4044e7f</code></a></li>
<li>[Tests] replace <code>aud</code> with <code>npm audit</code> <a
href="8cfdbd8ec3"><code>8cfdbd8</code></a></li>
<li>[meta] add missing <code>engines.node</code> <a
href="843820e1a4"><code>843820e</code></a></li>
<li>[Dev Deps] add missing peer dep <a
href="4c3b88d792"><code>4c3b88d</code></a></li>
<li>[Dev Deps] pin <code>jackspeak</code> since 2.1.2+ depends on npm
aliases, which kill the install process in npm &lt; 6 <a
href="80322ed591"><code>80322ed</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b19fc77e66"><code>b19fc77</code></a>
v1.8.2</li>
<li><a
href="59d29ea694"><code>59d29ea</code></a>
[Fix] <code>quote</code>: preserve empty strings</li>
<li><a
href="819bd842e0"><code>819bd84</code></a>
[actions] split out node 10-20, and 20+</li>
<li><a
href="4c3b88d792"><code>4c3b88d</code></a>
[Dev Deps] add missing peer dep</li>
<li><a
href="fc564086c8"><code>fc56408</code></a>
[Dev Deps] update <code>@ljharb/eslint-config</code>,
<code>auto-changelog</code>, <code>npmignore</code>,
<code>tape</code></li>
<li><a
href="8cfdbd8ec3"><code>8cfdbd8</code></a>
[Tests] replace <code>aud</code> with <code>npm audit</code></li>
<li><a
href="9eecafc048"><code>9eecafc</code></a>
[actions] prevent node 14 on ARM mac from failing</li>
<li><a
href="843820e1a4"><code>843820e</code></a>
[meta] add missing <code>engines.node</code></li>
<li><a
href="4044e7fad4"><code>4044e7f</code></a>
[meta] exclude more files from the package</li>
<li><a
href="fdeb0fd102"><code>fdeb0fd</code></a>
[actions] update npm for windows tests</li>
<li>Additional commits viewable in <a
href="https://github.com/ljharb/shell-quote/compare/v1.8.1...v1.8.2">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>
2024-12-04 14:50:13 -08:00
Evan Simkowitz
cdc91529b5
Revert electron bump (#1366)
There's a bug that causes the app to crash on context menu show:
https://github.com/electron/electron/issues/44898
This reverts commit 10250966fa.
2024-12-02 11:49:15 -08:00
dependabot[bot]
10250966fa
Bump electron from 33.2.0 to 33.2.1 in the electron group (#1363) 2024-11-29 17:48:47 -05:00
dependabot[bot]
7126d713c5
Bump the dev-dependencies group with 8 updates (#1360) 2024-11-29 17:44:42 -05:00
dependabot[bot]
4238eba980
Bump the storybook group with 9 updates (#1361) 2024-11-29 17:44:23 -05:00
dependabot[bot]
b40f0fab67
Bump the prod-dependencies group with 9 updates (#1344)
Bumps the prod-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [yaml](https://github.com/eemeli/yaml) | `2.6.0` | `2.6.1` |
|
[@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/plugin-debug](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/plugin-ideal-image](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/plugin-sitemap](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic)
| `3.6.1` | `3.6.3` |
|
[@docusaurus/theme-search-algolia](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia)
| `3.6.1` | `3.6.3` |
| [ua-parser-js](https://github.com/faisalman/ua-parser-js) | `1.0.39` |
`2.0.0` |

Updates `yaml` from 2.6.0 to 2.6.1
<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.6.1</h2>
<ul>
<li>Do not strip <code>:00</code> seconds from <code>!!timestamp</code>
values (<a
href="https://redirect.github.com/eemeli/yaml/issues/578">#578</a>, with
thanks to <a
href="https://github.com/qraynaud"><code>@​qraynaud</code></a>)</li>
<li>Tighten regexp for JSON <code>!!bool</code> (<a
href="https://redirect.github.com/eemeli/yaml/issues/587">#587</a>, with
thanks to <a
href="https://github.com/vra5107"><code>@​vra5107</code></a>)</li>
<li>Default to literal block scalar if folded would overflow (<a
href="https://redirect.github.com/eemeli/yaml/issues/585">#585</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa1898ae61"><code>aa1898a</code></a>
2.6.1</li>
<li><a
href="6be0a9136d"><code>6be0a91</code></a>
fix: Default to literal block scalar if folded would overflow (fixes <a
href="https://redirect.github.com/eemeli/yaml/issues/585">#585</a>)</li>
<li><a
href="108f699cf2"><code>108f699</code></a>
fix: Tighten regexp for JSON !!bool (<a
href="https://redirect.github.com/eemeli/yaml/issues/587">#587</a>)</li>
<li><a
href="2e85b914b9"><code>2e85b91</code></a>
fix: Do not strip :00 seconds from !!timestamp values (<a
href="https://redirect.github.com/eemeli/yaml/issues/578">#578</a>)</li>
<li><a
href="58506001bd"><code>5850600</code></a>
chore: Refresh lockfile</li>
<li><a
href="16fb6e2c34"><code>16fb6e2</code></a>
chore: Add .well-known/funding-manifest-urls</li>
<li>See full diff in <a
href="https://github.com/eemeli/yaml/compare/v2.6.0...v2.6.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/core` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="8561826026"><code>8561826</code></a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10712">#10712</a>)</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10698">#10698</a>)</li>
<li><a
href="e3c13291ac"><code>e3c1329</code></a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using `extendCli()...</li>
<li><a
href="dfea969574"><code>dfea969</code></a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10648">#10648</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-content-docs` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/plugin-content-docs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/plugin-content-docs</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-plugin-content-docs">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-debug` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/plugin-debug</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/plugin-debug</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-plugin-debug">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-ideal-image` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/plugin-ideal-image</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/plugin-ideal-image</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-plugin-ideal-image">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-sitemap` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/plugin-sitemap</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/plugin-sitemap</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-plugin-sitemap">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/theme-classic` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/theme-classic</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/theme-classic</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-theme-classic">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/theme-search-algolia` from 3.6.1 to 3.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/theme-search-algolia</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/theme-search-algolia</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.3 (2024-11-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10712">#10712</a>
fix(core): disable Rspack incremental in dev (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h2>3.6.2 (2024-11-19)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-module-type-aliases</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10693">#10693</a>
fix(types): add missing ambiant TS declarations for .md / .mdx partials
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-translations</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10688">#10688</a>
fix(theme-translation): add and update Japanese translations (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10685">#10685</a>
fix(cli): <code>docusaurus --help</code> should print plugin commands
using <code>extendCli()</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10680">#10680</a>
fix(bundler): allow CSS nesting by default, restore postcss-preset-env
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>create-docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10676">#10676</a>
fix(create-docusaurus): add ts exclude to TS init template (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10648">#10648</a>
fix(faster): Upgrade to Rspack 1.1.1, fix build progress bar display (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10691">#10691</a>
chore(ci): retry <code>yarn install</code> to ignore temporary network
errors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Junior_Gx (<a
href="https://github.com/goffxnca"><code>@​goffxnca</code></a>)</li>
<li>Kyle Tsang (<a
href="https://github.com/kyletsang"><code>@​kyletsang</code></a>)</li>
<li>Ryoga (<a
href="https://github.com/Ryoga-exe"><code>@​Ryoga-exe</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li>Zwyx (<a
href="https://github.com/Zwyx"><code>@​Zwyx</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9c0e19c669"><code>9c0e19c</code></a>
v3.6.3</li>
<li><a
href="90e85e83a5"><code>90e85e8</code></a>
chore: release Docusaurus 3.6.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia/issues/10698">#10698</a>)</li>
<li><a
href="f1272788a4"><code>f127278</code></a>
chore: release Docusaurus 3.6.1 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia/issues/10659">#10659</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-theme-search-algolia">compare
view</a></li>
</ul>
</details>
<br />

Updates `ua-parser-js` from 1.0.39 to 2.0.0
<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.0</h2>
<h2>🚀 Version 2.0 is here!</h2>
<p>We’re excited to share the release of Version 2.0! This update comes
with significant improvements and new features compared to earlier
versions. Thank you for your support!</p>
<h2>v2.0.0-rc.3</h2>
<h2>Version 2.0.0-rc.3</h2>
<ul>
<li>Add support for Headers object</li>
<li>Add new device: Advan, Cat, Energizer, Honor, IMO, Micromax,
Smartfren</li>
<li>Add new engine: Servo</li>
<li><code>ua-parser-js/extensions</code> submodule:
<ul>
<li>Breaking change: rename <code>module</code> to
<code>library</code></li>
<li>Add new email clients: Evolution, KMail, Kontact</li>
<li>Add new bots: 360Spider, Archive.org Bots, CCBot, DataForSeoBot,
DuckAssistBot, Exabot, Google Bots, Meta Bots, MojeekBot, PerplexityBot,
PetalBot, TurnitinBot, Yeti, YisouSpider</li>
</ul>
</li>
</ul>
<h2>v2.0.0-rc.2</h2>
<h2>Version 2.0.0-rc.2</h2>
<ul>
<li>Fix incorrect import path in ESM files</li>
<li>Add new browser: 115, SlimBoat, Slimjet, LibreWolf</li>
<li>Improve browser detection: 2345, 360, Dragon, Iron, Maxthon</li>
<li><code>ua-parser-js/enums</code> submodule:
<ul>
<li>Add Chromecast OS variants: Android/Fuchsia/Linux/SmartSpeaker</li>
</ul>
</li>
<li><code>ua-parser-js/helpers</code> submodule:
<ul>
<li>Add new method: <code>isBot()</code> to check if the browser is
identified as a bot</li>
</ul>
</li>
</ul>
<h2>v2.0.0-rc.1</h2>
<h2>Version 2.0.0-rc.1</h2>
<ul>
<li>Fix Python Request mistakenly identified as Meta Quest</li>
<li>Add new browser: Helio</li>
<li>Add new device: itel, Nothing, Pico, TCL</li>
<li>Add new engine: ArkWeb</li>
<li>Add new OS: OpenHarmony, Pico</li>
<li>Improve browser detection: Quark</li>
<li>Improve device detection: Xiaomi, Amazon Echo Show, Google
Chromecast, Samsung Galaxy Watch</li>
<li><code>ua-parser-js/helpers</code> submodule:
<ul>
<li>Add new method:
<ul>
<li><code>getDeviceVendor()</code> to guess for a device vendor based on
its model name</li>
<li><code>isElectron()</code> to check if current window is running
inside Electron</li>
<li><code>isFromEU()</code> to check if current window is from an EU
(European Union) country</li>
<li><code>isStandalonePWA()</code> to check if current window is a
standalone PWA</li>
</ul>
</li>
<li>Rename <code>isChromiumBased()</code> to
<code>isChromeFamily()</code></li>
<li>Update <code>isAppleSilicon()</code> to also checks for WebGL
renderer info</li>
</ul>
</li>
<li><code>ua-parser-js/extensions</code> submodule:
<ul>
<li>Restore <code>bots</code> as a compilation of all these browser
types: <code>clis</code>, <code>crawlers</code>, <code>fetchers</code>,
and <code>modules</code></li>
</ul>
</li>
</ul>
<h2>v2.0.0-beta.3</h2>
<h2>Version 2.0.0-beta.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.0</h2>
<ul>
<li><code>ua-parser-js/extensions</code> submodule:
<ul>
<li>Add new CLI: ELinks, HTTPie</li>
<li>Add new crawler: AI2Bot, aiHitBot, anthropic-ai, Diffbot,
ImagesiftBot, magpie-crawler, Omgilibot, Screaming Frog SEO Spider,
Seznambot, Teoma, Timpibot, VelenPublicWebCrawler, Webzio-Extended,
YouBot</li>
<li>Add new email: Airmail, BlueMail, eMClient, NaverMailApp, Sparrow,
Yahoo</li>
<li>Add new fetcher: cohere-ai, Vercelbot</li>
<li>Add new library: java, python-urllib, python-requests</li>
</ul>
</li>
<li><code>ua-parser-js/helpers</code> submodule:
<ul>
<li>Add new method <code>isAIBot()</code>: Checks if the user-agent is
an AI bot</li>
</ul>
</li>
</ul>
<h2>Version 2.0.0-rc.3</h2>
<ul>
<li>Add support for Headers object</li>
<li>Add new device: Advan, Cat, Energizer, Honor, IMO, Micromax,
Smartfren</li>
<li>Add new engine: Servo</li>
<li><code>ua-parser-js/extensions</code> submodule:
<ul>
<li>Breaking change: rename <code>module</code> to
<code>library</code></li>
<li>Add new email clients: Evolution, KMail, Kontact</li>
<li>Add new bots: 360Spider, Archive.org Bots, CCBot, DataForSeoBot,
DuckAssistBot, Exabot, Google Bots, Meta Bots, MojeekBot, PerplexityBot,
PetalBot, TurnitinBot, Yeti, YisouSpider</li>
</ul>
</li>
</ul>
<h2>Version 2.0.0-rc.2</h2>
<ul>
<li>Fix incorrect import path in ESM files</li>
<li>Add new browser: 115, SlimBoat, Slimjet, LibreWolf</li>
<li>Improve browser detection: 2345, 360, Dragon, Iron, Maxthon</li>
<li><code>ua-parser-js/enums</code> submodule:
<ul>
<li>Add Chromecast OS variants: Android/Fuchsia/Linux/SmartSpeaker</li>
</ul>
</li>
<li><code>ua-parser-js/helpers</code> submodule:
<ul>
<li>Add new method: <code>isBot()</code> to check if the browser is
identified as a bot</li>
</ul>
</li>
</ul>
<h2>Version 2.0.0-rc.1</h2>
<ul>
<li>Fix Python Request mistakenly identified as Meta Quest</li>
<li>Add new browser: Helio</li>
<li>Add new device: itel, Nothing, Pico, TCL</li>
<li>Add new engine: ArkWeb</li>
<li>Add new OS: OpenHarmony, Pico</li>
<li>Improve browser detection: Quark</li>
<li>Improve device detection: Xiaomi, Amazon Echo Show, Google
Chromecast, Samsung Galaxy Watch</li>
<li><code>ua-parser-js/helpers</code> submodule:
<ul>
<li>Add new method:
<ul>
<li><code>getDeviceVendor()</code> to guess for a device vendor based on
its model name</li>
<li><code>isElectron()</code> to check if current window is running
inside Electron</li>
<li><code>isFromEU()</code> to check if current window is from an EU
(European Union) country</li>
<li><code>isStandalonePWA()</code> to check if current window is a
standalone PWA</li>
</ul>
</li>
<li>Rename <code>isChromiumBased()</code> to
<code>isChromeFamily()</code></li>
<li>Update <code>isAppleSilicon()</code> to also checks for WebGL
renderer info</li>
</ul>
</li>
<li><code>ua-parser-js/extensions</code> submodule:
<ul>
<li>Restore <code>Bots</code> as a compilation of all these browser
types: <code>cli</code>, <code>crawler</code>, <code>fetcher</code>, and
<code>library</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="38baf844fc"><code>38baf84</code></a>
Update version to <code>2.0.0</code></li>
<li><a
href="70b3003344"><code>70b3003</code></a>
[submodule:helpers] Add new method <code>isAIBot()</code>: detect AI
bots</li>
<li><a
href="5b375b90d5"><code>5b375b9</code></a>
[submodule:helpers] Enable directly pass user-agent as an input to
`isAppleSi...</li>
<li><a
href="b1c7dfcc3a"><code>b1c7dfc</code></a>
[submodule:helpers] Revert providing extra param in
<code>isAppleSilicon()</code> and ju...</li>
<li><a
href="2b125c8de4"><code>2b125c8</code></a>
[submodule:extensions] Add new bots: AI2Bot, aiHitBot, anthropic-ai,
cohere-a...</li>
<li><a
href="2181559b01"><code>2181559</code></a>
[submodule:extensions] Add new email: Airmail, BlueMail, eMClient,
NaverMailA...</li>
<li><a
href="14caf6d204"><code>14caf6d</code></a>
[submodule:extensions] Add new library: <code>java</code>,
<code>python-urllib</code>, `python-requ...</li>
<li><a
href="4a12562946"><code>4a12562</code></a>
[submodule:extensions] Add new CLI: ELinks, HTTPie</li>
<li><a
href="ba980c8250"><code>ba980c8</code></a>
Refine changelog details regarding v1 to v2 migration</li>
<li><a
href="ee51caf422"><code>ee51caf</code></a>
Update version to <code>2.0.0-rc.3</code></li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/1.0.39...2.0.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 upg...

_Description has been truncated_

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 12:17:31 -08:00