Commit Graph

1533 Commits

Author SHA1 Message Date
dependabot[bot]
b22abcb066
Bump github.com/sashabaranov/go-openai from 1.32.5 to 1.35.6 (#1236)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.32.5 to 1.35.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.35.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Added Vector Store File List properties that allow for pagination by
<a href="https://github.com/MattDavisRV"><code>@​MattDavisRV</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/891">sashabaranov/go-openai#891</a></li>
<li>Support Attachments in MessageRequest by <a
href="https://github.com/kodernubie"><code>@​kodernubie</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/890">sashabaranov/go-openai#890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MattDavisRV"><code>@​MattDavisRV</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/891">sashabaranov/go-openai#891</a></li>
<li><a
href="https://github.com/kodernubie"><code>@​kodernubie</code></a> made
their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/890">sashabaranov/go-openai#890</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6">https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6d066bb12d"><code>6d066bb</code></a>
Support Attachments in MessageRequest (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/890">#890</a>)</li>
<li><a
href="f5e6e0e4fe"><code>f5e6e0e</code></a>
Added Vector Store File List properties that allow for pagination (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/891">#891</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.5...v1.35.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.5&new-version=1.35.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 10:20:32 -08:00
Mike Sawka
b36a7df929
setmeta updates to support json files (or reading stdin). easier interop with getmeta (#1240) 2024-11-08 10:19:57 -08:00
Mike Sawka
fb641ac717
reposition tab fixes (#1226) 2024-11-07 21:57:06 -08:00
Mike Sawka
e3370ebe6d
customization docs (#1231) 2024-11-07 16:05:42 -08:00
Mike Sawka
92eca20b5a
docs darkmode (#1230) 2024-11-07 14:58:23 -08:00
Mike Sawka
d5cadbd41f
wrap kbd stuff with browseronly (#1229) 2024-11-07 14:42:52 -08:00
Mike Sawka
9491b0ab81
new keybindings format for widgets page (#1228) 2024-11-07 14:31:43 -08:00
Sylvie Crowe
cf71380072
Custom Widget Docs Improvements (#1225)
Goes into more detail and includes different types of widgets
2024-11-07 14:30:08 -08:00
Mike Sawka
276e078b3b
improve keybinding docs. platform switcher, styling, fonts, etc (#1227) 2024-11-07 14:18:17 -08:00
Mike Sawka
f50ce9565c
VDom 11 (#1224)
* Fix VDom url caching -- use regular requests 
* new boilerplate to make writing apps easier
* render-blocking global styles (to prevent render flash)
* bug fixes and new functionality etc.
2024-11-07 00:07:23 -08:00
Evan Simkowitz
993d33585b
Fix workflow name in docs readme (#1223) 2024-11-06 12:32:27 -08:00
Evan Simkowitz
a2da89c17f
Fix wave logo for docs readme (#1222) 2024-11-06 12:30:44 -08:00
Evan Simkowitz
6aaa62acdd
Update edit url and remove waveterm-docs refs and fix fontawesome (#1221) 2024-11-06 12:24:53 -08:00
Evan Simkowitz
e478a86bf5
Remove unnecessary copy (#1220) 2024-11-06 11:59:32 -08:00
Evan Simkowitz
ed8d3c179c
Test relative assets for storybook (#1219) 2024-11-06 11:56:49 -08:00
Evan Simkowitz
437e4e8c6e
Set base url for storybook using env var (#1218) 2024-11-06 11:47:46 -08:00
Evan Simkowitz
b306eab0d8
Consolidate docsite/storybook CI/CD workflows (#1217) 2024-11-06 11:36:08 -08:00
Evan Simkowitz
66675fc3e5
Final assets fix? (#1216) 2024-11-06 11:25:35 -08:00
dependabot[bot]
87163f712a
Bump the docsite-docusaurus group in /docs with 3 updates (#1210)
Bumps the docsite-docusaurus group in /docs with 3 updates:
[@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases),
[@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig)
and
[@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types).

Updates `@docusaurus/module-type-aliases` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/module-type-aliases</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/module-type-aliases</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="655ce94c0f"><code>655ce94</code></a>
chore: release 3.5.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases/issues/10400">#10400</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-module-type-aliases">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/tsconfig` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/tsconfig</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/tsconfig</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="5de4832fb2"><code>5de4832</code></a>
fix(tsconfig): add <code>@docusaurus/tsconfig</code> target es2022 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig/issues/10547">#10547</a>)</li>
<li><a
href="655ce94c0f"><code>655ce94</code></a>
chore: release 3.5.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig/issues/10400">#10400</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-tsconfig">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/types` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="c9f231afb3"><code>c9f231a</code></a>
refactor(core): refactor SSG infrastructure (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10593">#10593</a>)</li>
<li><a
href="912c4954d9"><code>912c495</code></a>
feat(core): faster HTML minimizer -
`siteConfig.future.experimental_faster.sw...</li>
<li><a
href="05f3c203a2"><code>05f3c20</code></a>
chore: upgrade Webpack to 5.95 and related deps (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10548">#10548</a>)</li>
<li><a
href="cba1e02772"><code>cba1e02</code></a>
feat(core): faster CSS minimizer -
`siteConfig.future.experimental_faster.lig...</li>
<li><a
href="9ecff801ff"><code>9ecff80</code></a>
refactor: create <code>@docusaurus/bundler</code> and
<code>@docusaurus/babel</code> packages (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10511">#10511</a>)</li>
<li><a
href="2495d059de"><code>2495d05</code></a>
refactor(core): prepare codebase for swappable bundler (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10497">#10497</a>)</li>
<li><a
href="5bab0b5432"><code>5bab0b5</code></a>
feat(core, mdx-loader): deduplicate MDX compilation -
`siteConfig.future.expe...</li>
<li><a
href="bb90e35153"><code>bb90e35</code></a>
feat(core): faster JS minimizer -
`siteConfig.future.experimental_faster.swcJ...</li>
<li><a
href="418247ec87"><code>418247e</code></a>
feat(core): faster transpiler option -
`siteConfig.future.experimental_faster...</li>
<li>Additional commits viewable in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-types">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-11-06 11:19:07 -08:00
dependabot[bot]
24f551b1a3
Bump the dev-dependencies group with 3 updates (#1211)
Bumps the dev-dependencies group with 3 updates:
[@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases),
[@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig)
and
[@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types).

Updates `@docusaurus/module-type-aliases` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/module-type-aliases</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/module-type-aliases</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="655ce94c0f"><code>655ce94</code></a>
chore: release 3.5.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases/issues/10400">#10400</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-module-type-aliases">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/tsconfig` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/tsconfig</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/tsconfig</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="5de4832fb2"><code>5de4832</code></a>
fix(tsconfig): add <code>@docusaurus/tsconfig</code> target es2022 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig/issues/10547">#10547</a>)</li>
<li><a
href="655ce94c0f"><code>655ce94</code></a>
chore: release 3.5.2 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig/issues/10400">#10400</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-tsconfig">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/types` from 3.5.2 to 3.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/releases"><code>@​docusaurus/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<p>Blog post: <a
href="https://docusaurus.io/blog/releases/3.6">https://docusaurus.io/blog/releases/3.6</a></p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md"><code>@​docusaurus/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.0 (2024-11-04)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10586">#10586</a>
feat(blog): Add <code>frontMatter.title_meta</code> to override title
for SEO (<a
href="https://github.com/ilg-ul"><code>@​ilg-ul</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10600">#10600</a>
feat(cli): build/deploy should allow multiple <code>--locale</code>
options (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-logger</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10590">#10590</a>
feat(core): add Node.js memory perf logging (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-plugin-rsdoctor</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10588">#10588</a>
feat: new Rsdoctor official plugin (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-theme-classic</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10402">#10402</a>
feat(core): Replace Webpack with Rspack -
<code>siteConfig.future.experimental_faster.rspackBundler</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10554">#10554</a>
feat(core): faster HTML minimizer -
<code>siteConfig.future.experimental_faster.swcHtmlMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10522">#10522</a>
feat(core): faster CSS minimizer -
<code>siteConfig.future.experimental_faster.lightningCssMinimizer</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-mermaid</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10510">#10510</a>
feat(theme-mermaid): support Mermaid 11+ including new types of diagrams
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-mdx-loader</code>,
<code>docusaurus-plugin-content-blog</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-plugin-content-pages</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10479">#10479</a>
feat(core, mdx-loader): deduplicate MDX compilation -
<code>siteConfig.future.experimental_faster.mdxCrossCompilerCache</code>
(<a href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10441">#10441</a>
feat(core): faster JS minimizer -
<code>siteConfig.future.experimental_faster.swcJsMinimizer</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>,
<code>docusaurus-plugin-content-docs</code>,
<code>docusaurus-types</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10435">#10435</a>
feat(core): faster transpiler option -
<code>siteConfig.future.experimental_faster.swcJsLoader</code> (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10632">#10632</a>
fix(core): restore Rspack ProgressBar colors (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10581">#10581</a>
fix(core): fix handling of Swc html minifier warnings (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10573">#10573</a>
fix(core): move <code>@​docusaurus/faster</code> to bundler peerDeps (<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/10617">#10617</a>
fix(faster): allow Rspack + babel-loader (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10614">#10614</a>
fix(faster): fix error message typo + add color (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-theme-classic</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10618">#10618</a>
fix(theme): Restore former globalThis.Prism (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10585">#10585</a>
fix(theme): light &amp; dark mode checkbox doesn't announce state
switches (<a
href="https://github.com/andrewasche"><code>@​andrewasche</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10439">#10439</a>
fix(theme): upgrade infima, fix footer link width bug (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10616">#10616</a>
fix(faster): add missing tslib dependency (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10611">#10611</a>
fix(core): fix DOCUSAURUS_CURRENT_LOCALE = 'undefined' (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10423">#10423</a>
fix(core): always use hash for CSS module class names (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10605">#10605</a>
fix(core): Use proper swc loader options (<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/10551">#10551</a>
fix(translations): complete missing slovenian theme translations (<a
href="https://github.com/patik123"><code>@​patik123</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10507">#10507</a>
fix(theme-translations): add missing Vietnamese translations (<a
href="https://github.com/namnguyenthanhwork"><code>@​namnguyenthanhwork</code></a>)</li>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10413">#10413</a>
fix(translations): fix Spanish translation for &quot;breadcrumbs&quot;
(<a
href="https://github.com/TheMineWay"><code>@​TheMineWay</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="05bba6d4f4"><code>05bba6d</code></a>
v3.6.0</li>
<li><a
href="c9f231afb3"><code>c9f231a</code></a>
refactor(core): refactor SSG infrastructure (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10593">#10593</a>)</li>
<li><a
href="912c4954d9"><code>912c495</code></a>
feat(core): faster HTML minimizer -
`siteConfig.future.experimental_faster.sw...</li>
<li><a
href="05f3c203a2"><code>05f3c20</code></a>
chore: upgrade Webpack to 5.95 and related deps (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10548">#10548</a>)</li>
<li><a
href="cba1e02772"><code>cba1e02</code></a>
feat(core): faster CSS minimizer -
`siteConfig.future.experimental_faster.lig...</li>
<li><a
href="9ecff801ff"><code>9ecff80</code></a>
refactor: create <code>@docusaurus/bundler</code> and
<code>@docusaurus/babel</code> packages (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10511">#10511</a>)</li>
<li><a
href="2495d059de"><code>2495d05</code></a>
refactor(core): prepare codebase for swappable bundler (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types/issues/10497">#10497</a>)</li>
<li><a
href="5bab0b5432"><code>5bab0b5</code></a>
feat(core, mdx-loader): deduplicate MDX compilation -
`siteConfig.future.expe...</li>
<li><a
href="bb90e35153"><code>bb90e35</code></a>
feat(core): faster JS minimizer -
`siteConfig.future.experimental_faster.swcJ...</li>
<li><a
href="418247ec87"><code>418247e</code></a>
feat(core): faster transpiler option -
`siteConfig.future.experimental_faster...</li>
<li>Additional commits viewable in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.0/packages/docusaurus-types">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-11-06 11:18:34 -08:00
Evan Simkowitz
ea3e12875d
Copy assets from repo into build output (#1215) 2024-11-06 11:17:47 -08:00
Evan Simkowitz
516029e508
Move storybook-static assets to static root (#1214) 2024-11-06 10:57:40 -08:00
Evan Simkowitz
efd8ad7254
Remove bad working directory for docsite CD (#1212) 2024-11-06 10:48:31 -08:00
Evan Simkowitz
edb3290349
Move docsite to main repo (#1204)
## Summary

We are moving our docsite to this repo for better coordination.

## What's changed?

- The docsite codebase is now in docs/
- The docsite will replace storybook as the published GitHub Pages site
for this repo
- Storybook will now be hosted at https://docs.waveterm.dev/storybook
- A new CI workflow will validate any changes to Storybook or the
docsite
- A combined CD workflow will build and deploy Storybook and the docsite
as a single artifact
- The Build Helper workflow will now build an embedded version of the
docsite before building the app, ensuring the docsite version it has is
always the latest
2024-11-06 10:45:21 -08:00
Mike Sawka
42e85aea6f
VDom 10 (#1206)
* get RefOperations and RefUpdates working. 
* implement a <canvas> API that can be called using RefOperations
* prop to disable rehype/markdown (memory leak)
2024-11-05 23:07:45 -08:00
Mike Sawka
61d6b4d8eb
VDom 9 (#1205)
Lots of quality of life improvements (and bug fixes):
* Class(), ClassIf(), ClassIfElse() methods
* <wave:style> that can use a file vdom:/// url
* UseStateWithFn() to allow for functional setters
* If, IfElse, and ForEach for vdom construction
* batched updates for large updates -- streaming -- to get around packet size issues
* more flexible file sending code, for []byte, io.Reader, fs.File, and a fileName (with optional MimeType)
* fix the vdom:// protocol handler to work with fetch
* updated wshcmd-html for new best practices
2024-11-05 15:52:59 -08:00
Evan Simkowitz
7476c2f700
Install winget before installing wingetcreate in publish workflow (#1203) 2024-11-05 10:30:44 -08:00
dependabot[bot]
699b413aad
Bump the dev-dependencies group across 1 directory with 11 updates (#1201)
Bumps the dev-dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.13.0` | `9.14.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.8.0` | `22.8.7` |
|
[@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws)
| `8.5.12` | `8.5.13` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul)
| `2.1.3` | `2.1.4` |
| [eslint](https://github.com/eslint/eslint) | `9.13.0` | `9.14.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.8.0` | `2.8.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.11.0` | `8.13.0` |
| [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) |
`4.2.0` | `4.3.0` |
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| `5.0.1` | `5.1.0` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `2.1.3` | `2.1.4` |


Updates `@eslint/js` from 9.13.0 to 9.14.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.14.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)
(Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>)
(Livia Medeiros)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>)
(Livia Medeiros)</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.14.0 - November 1, 2024</p>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)
(Nitin Kumar)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19065">#19065</a>)
(Francesco Trotta)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19035">#19035</a>)
(Livia Medeiros)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19036">#19036</a>)
(Livia Medeiros)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19010">#19010</a>)</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.14.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.8.0 to 22.8.7
<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/ws` from 8.5.12 to 8.5.13
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitest/coverage-istanbul` from 2.1.3 to 2.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h3>   🚀 Features</h3>
<p><em>This patch release includes a non-breaking feature for the
experimental Browser Mode that doesn't follow SemVer. If you want to
avoid picking up releases like this, make sure to pin the Vitest version
in your <code>package.json</code>. See npm's documentation about <a
href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for
more information.</em></p>
<ul>
<li><strong>browser</strong>: Allow custom HTML path, respect plugins
<code>transformIndexHtml</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6725">vitest-dev/vitest#6725</a>
<a href="https://github.com/vitest-dev/vitest/commit/169028f0"><!-- raw
HTML omitted -->(16902)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>windows</strong>:
<ul>
<li>Don't normalize drive case letter in root  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6792">vitest-dev/vitest#6792</a>
<a href="https://github.com/vitest-dev/vitest/commit/b28cd2e3"><!-- raw
HTML omitted -->(b28cd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix default browser port  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6700">vitest-dev/vitest#6700</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c518c14"><!-- raw
HTML omitted -->(9c518)<!-- raw HTML omitted --></a></li>
<li>Optimize expect-type  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6713">vitest-dev/vitest#6713</a>
<a href="https://github.com/vitest-dev/vitest/commit/07918538"><!-- raw
HTML omitted -->(07918)<!-- raw HTML omitted --></a></li>
<li>Don't polyfill process.env  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6718">vitest-dev/vitest#6718</a>
<a href="https://github.com/vitest-dev/vitest/commit/da6d2ea7"><!-- raw
HTML omitted -->(da6d2)<!-- raw HTML omitted --></a></li>
<li>Increment browser port automatically if there are several projects
with browser.enabled  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6717">vitest-dev/vitest#6717</a>
<a href="https://github.com/vitest-dev/vitest/commit/a939779f"><!-- raw
HTML omitted -->(a9397)<!-- raw HTML omitted --></a></li>
<li>Cleanup keyboard state  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6731">vitest-dev/vitest#6731</a>
<a href="https://github.com/vitest-dev/vitest/commit/19278f4c"><!-- raw
HTML omitted -->(19278)<!-- raw HTML omitted --></a></li>
<li>Don't add <code>v=</code> queries to setup files imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6759">vitest-dev/vitest#6759</a>
<a href="https://github.com/vitest-dev/vitest/commit/b82584c9"><!-- raw
HTML omitted -->(b8258)<!-- raw HTML omitted --></a></li>
<li>User event cleanup on retry  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6764">vitest-dev/vitest#6764</a>
<a href="https://github.com/vitest-dev/vitest/commit/bdd15dd1"><!-- raw
HTML omitted -->(bdd15)<!-- raw HTML omitted --></a></li>
<li>Ignore non mocked msw requests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6770">vitest-dev/vitest#6770</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d9bad5b"><!-- raw
HTML omitted -->(9d9ba)<!-- raw HTML omitted --></a></li>
<li>Initiate MSW in the same frame as tests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6772">vitest-dev/vitest#6772</a>
<a href="https://github.com/vitest-dev/vitest/commit/2444ff22"><!-- raw
HTML omitted -->(2444f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update dependency sirv to v3  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6701">vitest-dev/vitest#6701</a>
<a href="https://github.com/vitest-dev/vitest/commit/fde5d509"><!-- raw
HTML omitted -->(fde5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Correct behavior of <code>toThrowError</code> with empty string
parameter  -  by <a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6710">vitest-dev/vitest#6710</a>
<a href="https://github.com/vitest-dev/vitest/commit/a61293e9"><!-- raw
HTML omitted -->(a6129)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Remove spy from peer dependencies  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6777">vitest-dev/vitest#6777</a>
<a href="https://github.com/vitest-dev/vitest/commit/3a8b56bf"><!-- raw
HTML omitted -->(3a8b5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6715">vitest-dev/vitest#6715</a>
<a href="https://github.com/vitest-dev/vitest/commit/2e6aa647"><!-- raw
HTML omitted -->(2e6aa)<!-- raw HTML omitted --></a></li>
<li>Print warnings form Vite plugins  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6724">vitest-dev/vitest#6724</a>
<a href="https://github.com/vitest-dev/vitest/commit/121b161f"><!-- raw
HTML omitted -->(121b1)<!-- raw HTML omitted --></a></li>
<li>Don't fail if the working directory starts with a lowercase drive
letter  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6779">vitest-dev/vitest#6779</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6d750b"><!-- raw
HTML omitted -->(df6d7)<!-- raw HTML omitted --></a></li>
<li>Silence import analysis warning  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6785">vitest-dev/vitest#6785</a>
<a href="https://github.com/vitest-dev/vitest/commit/39041ee5"><!-- raw
HTML omitted -->(39041)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest,runner</strong>:
<ul>
<li>Simplify <code>test.extend</code> type exports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6707">vitest-dev/vitest#6707</a>
<a href="https://github.com/vitest-dev/vitest/commit/e5c388f0"><!-- raw
HTML omitted -->(e5c38)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Use <code>hash</code> to replace <code>createHash</code>  -  by <a
href="https://github.com/btea"><code>@​btea</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6703">vitest-dev/vitest#6703</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d07bba6"><!-- raw
HTML omitted -->(5d07b)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0df44c0e7c"><code>0df44c0</code></a>
chore: release v2.1.4</li>
<li><a
href="de74785e05"><code>de74785</code></a>
chore(deps): update <code>@antfu/eslint-config</code> v3.8.0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6751">#6751</a>)</li>
<li><a
href="d260cef634"><code>d260cef</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6360">#6360</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/coverage-istanbul">compare
view</a></li>
</ul>
</details>
<br />

Updates `eslint` from 9.13.0 to 9.14.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.14.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)
(Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>)
(Livia Medeiros)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>)
(Francesco Trotta)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>)
(Livia Medeiros)</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.14.0 - November 1, 2024</p>
<ul>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)
(Milos Djermanovic)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)
(Nicholas C. Zakas)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)
(Milos Djermanovic)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)
(Nitin Kumar)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)
(Nitin Kumar)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)
(Milos Djermanovic)</li>
<li><a
href="37c9177aa0"><code>37c9177</code></a>
build: update <code>@wdio/*</code> dependencies (<a
href="https://redirect.github.com/eslint/eslint/issues/19068">#19068</a>)
(Francesco Trotta)</li>
<li><a
href="b442067252"><code>b442067</code></a>
fix: Don't crash when directory is deleted during traversal. (<a
href="https://redirect.github.com/eslint/eslint/issues/19067">#19067</a>)
(Nicholas C. Zakas)</li>
<li><a
href="35a8858d62"><code>35a8858</code></a>
build: exclude flawed dendency versions (<a
href="https://redirect.github.com/eslint/eslint/issues/19065">#19065</a>)
(Francesco Trotta)</li>
<li><a
href="425202ed49"><code>425202e</code></a>
perf: Fix caching in config loaders (<a
href="https://redirect.github.com/eslint/eslint/issues/19042">#19042</a>)
(Milos Djermanovic)</li>
<li><a
href="3d44b3c475"><code>3d44b3c</code></a>
ci: run tests in Node.js 23 (<a
href="https://redirect.github.com/eslint/eslint/issues/19055">#19055</a>)
(Francesco Trotta)</li>
<li><a
href="f16e846ac0"><code>f16e846</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="ee0a77ea3c"><code>ee0a77e</code></a>
docs: change link from <code>@​types/eslint</code> to lib/types (<a
href="https://redirect.github.com/eslint/eslint/issues/19049">#19049</a>)
(Karl Horky)</li>
<li><a
href="d474443109"><code>d474443</code></a>
fix: avoid call stack overflow while processing globs (<a
href="https://redirect.github.com/eslint/eslint/issues/19035">#19035</a>)
(Livia Medeiros)</li>
<li><a
href="7259627315"><code>7259627</code></a>
test: ensure tmp directory cleanup in
<code>check-emfile-handling.js</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19036">#19036</a>)
(Livia Medeiros)</li>
<li><a
href="50f03a119e"><code>50f03a1</code></a>
docs: Clarify global ignores in config migration guide (<a
href="https://redirect.github.com/eslint/eslint/issues/19032">#19032</a>)
(Milos Djermanovic)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="db0b844a66"><code>db0b844</code></a>
9.14.0</li>
<li><a
href="20b0da1db5"><code>20b0da1</code></a>
Build: changelog update for 9.14.0</li>
<li><a
href="f36cb1649a"><code>f36cb16</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.14.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19086">#19086</a>)</li>
<li><a
href="28be4471f6"><code>28be447</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="24d0172bbf"><code>24d0172</code></a>
fix: enable retry concurrency limit for readFile() (<a
href="https://redirect.github.com/eslint/eslint/issues/19077">#19077</a>)</li>
<li><a
href="3fa009f259"><code>3fa009f</code></a>
feat: add support for Import Attributes and RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19076">#19076</a>)</li>
<li><a
href="b0faee30e0"><code>b0faee3</code></a>
feat: add types for the <code>@eslint/js</code> package (<a
href="https://redirect.github.com/eslint/eslint/issues/19010">#19010</a>)</li>
<li><a
href="151c965aec"><code>151c965</code></a>
docs: update <code>context.languageOptions.parser</code> description (<a
href="https://redirect.github.com/eslint/eslint/issues/19084">#19084</a>)</li>
<li><a
href="dc34f94a2e"><code>dc34f94</code></a>
docs: Update README</li>
<li><a
href="f48a2a0e9b"><code>f48a2a0</code></a>
test: add <code>no-invalid-regexp</code> tests with RegExp Modifiers (<a
href="https://redirect.github.com/eslint/eslint/issues/19075">#19075</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `tslib` from 2.8.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/tslib/releases">tslib's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix publish workflow by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/271">microsoft/tslib#271</a></li>
<li>Include non-enumerable keys in __importStar helper by <a
href="https://github.com/rbuckton"><code>@​rbuckton</code></a> in <a
href="https://redirect.github.com/microsoft/tslib/pull/272">microsoft/tslib#272</a></li>
<li>Remove use of ES2015 syntax by <a
href="https://github.com/andrewbranch"><code>@​andrewbranch</code></a>
in <a
href="https://redirect.github.com/microsoft/tslib/pull/275">microsoft/tslib#275</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1">https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d72d6f70b3"><code>d72d6f7</code></a>
2.8.1</li>
<li><a
href="11fa98227b"><code>11fa982</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/275">#275</a>
from microsoft/bug/es5-compat</li>
<li><a
href="3c532ebb15"><code>3c532eb</code></a>
Remove use of ES2015 syntax</li>
<li><a
href="b0076c4070"><code>b0076c4</code></a>
Include non-enumerable keys in __importStar helper (<a
href="https://redirect.github.com/Microsoft/tslib/issues/272">#272</a>)</li>
<li><a
href="7c11588c36"><code>7c11588</code></a>
Add missing registry-url parameter</li>
<li><a
href="1fec6679a2"><code>1fec667</code></a>
Merge pull request <a
href="https://redirect.github.com/Microsoft/tslib/issues/271">#271</a>
from microsoft/fix-publish</li>
<li><a
href="097e99eae8"><code>097e99e</code></a>
Fix publish workflow</li>
<li>See full diff in <a
href="https://github.com/Microsoft/tslib/compare/v2.8.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `tsx` from 4.19.1 to 4.19.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/privatenumber/tsx/releases">tsx's
releases</a>.</em></p>
<blockquote>
<h2>v4.19.2</h2>
<h2><a
href="https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2">4.19.2</a>
(2024-10-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>generate sourcesContent when Node.js debugger is enabled (<a
href="https://redirect.github.com/privatenumber/tsx/issues/670">#670</a>)
(<a
href="7c47074652">7c47074</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.19.2"><code>npm
package (@​latest dist-tag)</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7c47074652"><code>7c47074</code></a>
fix: generate sourcesContent when Node.js debugger is enabled (<a
href="https://redirect.github.com/privatenumber/tsx/issues/670">#670</a>)</li>
<li><a
href="315d5f44f3"><code>315d5f4</code></a>
docs(watch): document <code>--include</code> flag</li>
<li><a
href="375e39a2a6"><code>375e39a</code></a>
test: refactor enforce-timeout</li>
<li><a
href="524cb775b0"><code>524cb77</code></a>
docs(cjs): add compilation caveats</li>
<li><a
href="7f8a051947"><code>7f8a051</code></a>
chore(deps): update dependency node to v20.18.0 (<a
href="https://redirect.github.com/privatenumber/tsx/issues/660">#660</a>)</li>
<li><a
href="97e8de0625"><code>97e8de0</code></a>
chore: upgrade pnpm</li>
<li><a
href="95d2b0f74b"><code>95d2b0f</code></a>
chore: remove commit hooks</li>
<li><a
href="0161078994"><code>0161078</code></a>
docs: add prisma as a premium sponsor</li>
<li><a
href="09f953250a"><code>09f9532</code></a>
chore(docs): fix typo (<a
href="https://redirect.github.com/privatenumber/tsx/issues/655">#655</a>)</li>
<li>See full diff in <a
href="https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.11.0 to 8.13.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.13.0</h2>
<h2>8.13.0 (2024-11-04)</h2>
<h3>🚀 Features</h3>
<ul>
<li>add <code>options</code> property to <code>ImportExpression</code>
node (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10255">#10255</a>)</li>
<li><strong>eslint-plugin:</strong> disable <code>no-class-assign</code>
rule in <code>eslint-recommended</code> config (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250">#10250</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] add
option <code>ignoreBooleanCoercion</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924">#9924</a>)</li>
<li><strong>eslint-plugin:</strong> [only-throw-error] add allow option
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221">#10221</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.12.1 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10269">#10269</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] falsey
bigint should be falsey (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205">#10205</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report on deprecated
variables used inside dynamic imports (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261">#10261</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] report when exported
class implements/extends deprecated entity (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259">#10259</a>)</li>
<li><strong>eslint-plugin:</strong> [consistent-type-definitions] don't
leave trailing parens when fixing type to interface (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235">#10235</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add
support for covering a missing property with <code>undefined</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232">#10232</a>)</li>
<li><strong>types:</strong> parent property type annotation in the
ImportAttribute node (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10258">#10258</a>)</li>
<li><strong>utils:</strong> allow an array for the values of
SharedConfig (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10217">#10217</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<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>Mark de Dios <a
href="https://github.com/peanutenthusiast"><code>@​peanutenthusiast</code></a></li>
<li>Ronen Amiel</li>
<li>Trygve Aaberge</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yosuke Ota <a
href="https://github.com/ota-meshi"><code>@​ota-meshi</code></a></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>
<h2>v8.12.2</h2>
<h2>8.12.2 (2024-10-29)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] invert
<code>considerDefaultExhaustiveForUnions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10223">#10223</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></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>
<h2>v8.12.1</h2>
<h2>8.12.1 (2024-10-28)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.13.0 (2024-11-04)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<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>
<h2>8.12.2 (2024-10-29)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<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>
<h2>8.12.1 (2024-10-28)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<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>
<h2>8.12.0 (2024-10-28)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>typescript-eslint:</strong> improve undefined extension
handling (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10177">#10177</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Maxim Stykow <a
href="https://github.com/mstykow"><code>@​mstykow</code></a></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="ac1f632508"><code>ac1f632</code></a>
chore(release): publish 8.13.0</li>
<li><a
href="3b97b550b5"><code>3b97b55</code></a>
chore: enable eslint-plugin-perfectionist on the rest of the repo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10189">#10189</a>)</li>
<li><a
href="4af866a664"><code>4af866a</code></a>
chore(release): publish 8.12.2</li>
<li><a
href="1edec1d56c"><code>1edec1d</code></a>
chore(release): publish 8.12.1</li>
<li><a
href="3413a2d5bf"><code>3413a2d</code></a>
chore(release): publish 8.12.0</li>
<li><a
href="ad9d3bab05"><code>ad9d3ba</code></a>
feat(typescript-eslint): improve undefined extension handling (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10177">#10177</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="702e7569a7"><code>702e756</code></a>
4.3.0</li>
<li><a
href="b5b1afb8cc"><code>b5b1afb</code></a>
chore: update deps</li>
<li><a
href="4d515a3d57"><code>4d515a3</code></a>
feat: add desc to component type (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/120">#120</a>)</li>
<li><a
href="e4a770bb95"><code>e4a770b</code></a>
docs: add hint about vite-env.d.ts to README (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/124">#124</a>)</li>
<li><a
href="290715588e"><code>2907155</code></a>
style: format</li>
<li><a
href="bd06e4a571"><code>bd06e4a</code></a>
chore: update deps</li>
<li><a
href="1280569bba"><code>1280569</code></a>
chore: tweak vite peer version</li>
<li><a
href="3b7af19949"><code>3b7af19</code></a>
style: format</li>
<li><a
href="242e6a605f"><code>242e6a6</code></a>
chore: added codemods to migrate v3 -&gt; v4 (<a
href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/104">#104</a>)</li>
<li>See full diff in <a
href="https://github.com/pd4d10/vite-plugin-svgr/compare/v4.2.0...v4.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.0
<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.0</h2>
<ul>
<li>Add <code>skip</code> option for adding additional directories to be
skipped when searching for tsconfig.json files (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li>
<li>Fix path resolution on Windows when other Vite plugins neglect to
normalize the <code>importer</code> path before calling
<code>this.resolve</code> in their <code>resolveId</code> hooks (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li>
<li>Allow both tsconfig.json and jsconfig.json in the same directory
(4124b091607503d44b876bb4edd726667b386660)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="77b95adaf1"><code>77b95ad</code></a>
5.1.0</li>
<li><a
href="4124b09160"><code>4124b09</code></a>
fix: allow both tsconfig/jsconfig in same directory</li>
<li><a
href="9983767511"><code>9983767</code></a>
chore: enable “format on save” in vscode</li>
<li><a
href="152687ab44"><code>152687a</code></a>
fix: tolerate <code>resolveId</code> calls with win32-style importer
path (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li>
<li><a
href="533590d73a"><code>533590d</code></a>
docs: mention allowJs and loose options earlier in readme (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/159">#159</a>)</li>
<li><a
href="fe5937f40e"><code>fe5937f</code></a>
feat: add <code>skip</code> option (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li>
<li><a
href="444ee7b0d0"><code>444ee7b</code></a>
chore: add SECURITY.md</li>
<li><a
href="5c9477078d"><code>5c94770</code></a>
chore: update readme</li>
<li><a
href="879586aef3"><code>879586a</code></a>
chore: remove broken test setup</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 2.1.3 to 2.1.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.4</h2>
<h3>   🚀 Features</h3>
<p><em>This patch release includes a non-breaking feature for the
experimental Browser Mode that doesn't follow SemVer. If you want to
avoid picking up releases like this, make sure to pin the Vitest version
in your <code>package.json</code>. See npm's documentation about <a
href="https://docs.npmjs.com/cli/v6/using-npm/semver/">semver</a> for
more information.</em></p>
<ul>
<li><strong>browser</strong>: Allow custom HTML path, respect plugins
<code>transformIndexHtml</code>  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6725">vitest-dev/vitest#6725</a>
<a href="https://github.com/vitest-dev/vitest/commit/169028f0"><!-- raw
HTML omitted -->(16902)<!-- raw HTML omitted --></a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li><strong>windows</strong>:
<ul>
<li>Don't normalize drive case letter in root  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6792">vitest-dev/vitest#6792</a>
<a href="https://github.com/vitest-dev/vitest/commit/b28cd2e3"><!-- raw
HTML omitted -->(b28cd)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix default browser port  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6700">vitest-dev/vitest#6700</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c518c14"><!-- raw
HTML omitted -->(9c518)<!-- raw HTML omitted --></a></li>
<li>Optimize expect-type  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6713">vitest-dev/vitest#6713</a>
<a href="https://github.com/vitest-dev/vitest/commit/07918538"><!-- raw
HTML omitted -->(07918)<!-- raw HTML omitted --></a></li>
<li>Don't polyfill process.env  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6718">vitest-dev/vitest#6718</a>
<a href="https://github.com/vitest-dev/vitest/commit/da6d2ea7"><!-- raw
HTML omitted -->(da6d2)<!-- raw HTML omitted --></a></li>
<li>Increment browser port automatically if there are several projects
with browser.enabled  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6717">vitest-dev/vitest#6717</a>
<a href="https://github.com/vitest-dev/vitest/commit/a939779f"><!-- raw
HTML omitted -->(a9397)<!-- raw HTML omitted --></a></li>
<li>Cleanup keyboard state  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6731">vitest-dev/vitest#6731</a>
<a href="https://github.com/vitest-dev/vitest/commit/19278f4c"><!-- raw
HTML omitted -->(19278)<!-- raw HTML omitted --></a></li>
<li>Don't add <code>v=</code> queries to setup files imports  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6759">vitest-dev/vitest#6759</a>
<a href="https://github.com/vitest-dev/vitest/commit/b82584c9"><!-- raw
HTML omitted -->(b8258)<!-- raw HTML omitted --></a></li>
<li>User event cleanup on retry  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6764">vitest-dev/vitest#6764</a>
<a href="https://github.com/vitest-dev/vitest/commit/bdd15dd1"><!-- raw
HTML omitted -->(bdd15)<!-- raw HTML omitted --></a></li>
<li>Ignore non mocked msw requests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6770">vitest-dev/vitest#6770</a>
<a href="https://github.com/vitest-dev/vitest/commit/9d9bad5b"><!-- raw
HTML omitted -->(9d9ba)<!-- raw HTML omitted --></a></li>
<li>Initiate MSW in the same frame as tests  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6772">vitest-dev/vitest#6772</a>
<a href="https://github.com/vitest-dev/vitest/commit/2444ff22"><!-- raw
HTML omitted -->(2444f)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>deps</strong>:
<ul>
<li>Update dependency sirv to v3  -  in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6701">vitest-dev/vitest#6701</a>
<a href="https://github.com/vitest-dev/vitest/commit/fde5d509"><!-- raw
HTML omitted -->(fde5d)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Correct behavior of <code>toThrowError</code> with empty string
parameter  -  by <a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6710">vitest-dev/vitest#6710</a>
<a href="https://github.com/vitest-dev/vitest/commit/a61293e9"><!-- raw
HTML omitted -->(a6129)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>mocker</strong>:
<ul>
<li>Remove spy from peer dependencies  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6777">vitest-dev/vitest#6777</a>
<a href="https://github.com/vitest-dev/vitest/commit/3a8b56bf"><!-- raw
HTML omitted -->(3a8b5)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Clarify slowTestThreshold, print slow tests in non-TTY mode  -  by
<a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6715">vitest-dev/vitest#6715</a>
<a href="https://github.com/vitest-dev/vitest/commit/2e6aa647"><!-- raw
HTML omitted -->(2e6aa)<!-- raw HTML omitted --></a></li>
<li>Print warnings form Vite plugins  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6724">vitest-dev/vitest#6724</a>
<a href="https://github.com/vitest-dev/vitest/commit/121b161f"><!-- raw
HTML omitted -->(121b1)<!-- raw HTML omitted --></a></li>
<li>Don't fail if the working directory starts with a lowercase drive
letter  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6779">vitest-dev/vitest#6779</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6d750b"><!-- raw
HTML omitted -->(df6d7)<!-- raw HTML omitted --></a></li>
<li>Silence import analysis warning  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6785">vitest-dev/vitest#6785</a>
<a href="https://github.com/vitest-dev/vitest/commit/39041ee5"><!-- raw
HTML omitted -->(39041)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest,runner</strong>:
<ul>
<li>Simplify <code>test.extend</code> type exports  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6707">vitest-dev/vitest#6707</a>
<a href="https://github.com/vitest-dev/vitest/commit/e5c388f0"><!-- raw
HTML omitted -->(e5c38)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h3>   🏎 Performance</h3>
<ul>
<li>Use <code>hash</code> to replace <code>createHash</code>  -  by <a
href="https://github.com/btea"><code>@​btea</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6703">vitest-dev/vitest#6703</a>
<a href="https://github.com/vitest-dev/vitest/commit/5d07bba6"><!-- raw
HTML omitted -->(5d07b)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.3...v2.1.4">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0df44c0e7c"><code>0df44c0</code></a>
chore: release v2.1.4</li>
<li><a
href="2444ff225f"><code>2444ff2</code></a>
fix(browser): initiate MSW in the same frame as tests (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6772">#6772</a>)</li>
<li><a
href="39041ee55d"><code>39041ee</code></a>
fix(vitest): silence import analysis warning (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6785">#6785</a>)</li>
<li><a
href="b28cd2e396"><code>b28cd2e</code></a>
fix: don't normalize drive case letter in root (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6792">#6792</a>)</li>
<li><a
href="df6d750b79"><code>df6d750</code></a>
fix(vitest): don't fail if the working directory starts with a lowercase
driv...</li>
<li><a
href="169028f03a"><code>169028f</code></a>
feat(browser): allow custom HTML path, respect plugins
<code>transformIndexHtml</code> (...</li>
<li><a
href="5df7414bf6"><code>5df7414</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6750">#6750</a>)</li>
<li><a
href="de74785e05"><code>de74785</code></a>
chore(deps): update <code>@antfu/eslint-config</code> v3.8.0 (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6751">#6751</a>)</li>
<li><a
href="121b161fa8"><code>121b161</code></a>
fix(vitest): print warnings form Vite plugins (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6724">#6724</a>)</li>
<li><a
href="a939779f1d"><code>a939779</code></a>
fix(browser): increment browser port automatically if there are several
proje...</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.4/packages/vitest">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 co...

_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-04 12:54:08 -08:00
Mike Sawka
91c293e4be
VDom 8 (#1202)
* new vdomevents to support click, change, keydown, etc. easier type
signature
* can now pass a prop type instead of always converting to
map[string]any
* implement DefineComponent to allow easier vdom creation using a
component function directly
* separate vdomclient Make from Connect
* lots of bug fixes to get everything working again
* PStyle and special "style" attribute handling
2024-11-04 12:52:36 -08:00
dependabot[bot]
3f5bb6d12c
Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 (#1187)
Bumps
[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)
from 1.7.0 to 1.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/releases">github.com/fsnotify/fsnotify's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.0</h2>
<h2>Additions</h2>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as &quot;/path/dir/file&quot; instead of
&quot;path/link/file&quot; when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md">github.com/fsnotify/fsnotify's
changelog</a>.</em></p>
<blockquote>
<h2>1.8.0 2023-10-31</h2>
<h3>Additions</h3>
<ul>
<li>all: add <code>FSNOTIFY_DEBUG</code> to print debug logs to stderr
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>)</li>
</ul>
<h3>Changes and fixes</h3>
<ul>
<li>
<p>windows: fix behaviour of <code>WatchList()</code> to be consistent
with other platforms (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>)</p>
</li>
<li>
<p>kqueue: ignore events with Ident=0 (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>)</p>
</li>
<li>
<p>kqueue: set O_CLOEXEC to prevent passing file descriptors to children
(<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>)</p>
</li>
<li>
<p>kqueue: emit events as &quot;/path/dir/file&quot; instead of
&quot;path/link/file&quot; when watching a symlink (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>)</p>
</li>
<li>
<p>inotify: don't send event for IN_DELETE_SELF when also watching the
parent (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>)</p>
</li>
<li>
<p>inotify: fix panic when calling Remove() in a goroutine (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>)</p>
</li>
<li>
<p>fen: allow watching subdirectories of watched directories (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>)</p>
</li>
</ul>
<p><a
href="https://redirect.github.com/fsnotify/fsnotify/issues/590">#590</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/590">fsnotify/fsnotify#590</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/610">#610</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/610">fsnotify/fsnotify#610</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/617">#617</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/617">fsnotify/fsnotify#617</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/619">#619</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/619">fsnotify/fsnotify#619</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/620">#620</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/620">fsnotify/fsnotify#620</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/621">#621</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/621">fsnotify/fsnotify#621</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/625">#625</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/625">fsnotify/fsnotify#625</a>
<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/650">#650</a>:
<a
href="https://redirect.github.com/fsnotify/fsnotify/pull/650">fsnotify/fsnotify#650</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a9bc2e0179"><code>a9bc2e0</code></a>
Prepare 1.8.0 release</li>
<li><a
href="2d133b81be"><code>2d133b8</code></a>
inotify: fix panic on Remove()</li>
<li><a
href="16269627c5"><code>1626962</code></a>
Update CI</li>
<li><a
href="c1467c02fb"><code>c1467c0</code></a>
test/kqueue: watch symlinks</li>
<li><a
href="800ed8332b"><code>800ed83</code></a>
kqueue: don't change internal state when Add() returns error (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/638">#638</a>)</li>
<li><a
href="ad7424447b"><code>ad74244</code></a>
remove extra &quot;to&quot; from doc comment (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/634">#634</a>)</li>
<li><a
href="bec89034c5"><code>bec8903</code></a>
Split out Watcher and backends (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/632">#632</a>)</li>
<li><a
href="a618f076c8"><code>a618f07</code></a>
inotify: add recursive watcher (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/472">#472</a>)</li>
<li><a
href="17d9053512"><code>17d9053</code></a>
Print diffs for test failures</li>
<li><a
href="53b06a884d"><code>53b06a8</code></a>
inotify: implement WithNoFollow() (<a
href="https://redirect.github.com/fsnotify/fsnotify/issues/631">#631</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsnotify/fsnotify&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-04 10:09:55 -08:00
dependabot[bot]
0aa2f71a74
Bump the prod-dependencies group across 1 directory with 5 updates (#1197)
Bumps the prod-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
|
[@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react)
| `0.26.25` | `0.26.27` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` |
`5.2.3` |
|
[remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert)
| `1.2.1` | `1.3.0` |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0`
|


Updates `@floating-ui/react` from 0.26.25 to 0.26.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element. ⚠️ an always-<code>null</code> value
will never render a portal node as this indicates it's waiting for an
element; it must be <code>undefined</code></li>
</ul>
<h2><code>@​floating-ui/react</code><a
href="https://github.com/0"><code>@​0</code></a>.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md"><code>@​floating-ui/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.26.27</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useListNavigation): ignore Home/End key press for typeable
combobox references</li>
<li>fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code> on floating close</li>
<li>fix(inner): use list ref length for fallback detection</li>
<li>fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element</li>
</ul>
<h2>0.26.26</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix(useFloating): access <code>domReference</code> instead of
<code>reference</code></li>
<li>feat(FloatingFocusManager): specify element to return focus to</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f1d95ac5ba"><code>f1d95ac</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3102">#3102</a>)</li>
<li><a
href="e05d561c60"><code>e05d561</code></a>
fix(FloatingPortal): allow <code>root</code> to be reactive from
<code>null</code> to an element (#...</li>
<li><a
href="c4aba7aa72"><code>c4aba7a</code></a>
fix(useListNavigation): ensure submenu references are set as
<code>virtualItemRef</code>...</li>
<li><a
href="f65f9e2be0"><code>f65f9e2</code></a>
fix(useListNavigation): ignore Home/End key press for typeable combobox
refer...</li>
<li><a
href="229c5f7190"><code>229c5f7</code></a>
fix(inner): use list ref length for fallback detection (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3101">#3101</a>)</li>
<li><a
href="c9672007a7"><code>c967200</code></a>
Version Packages (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3084">#3084</a>)</li>
<li><a
href="24f2c4d6a7"><code>24f2c4d</code></a>
fix(useFloating): access <code>domReference</code> instead of
<code>reference</code> (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3094">#3094</a>)</li>
<li><a
href="703db3bf19"><code>703db3b</code></a>
feat(FloatingFocusManager): specify element to return focus to (<a
href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react/issues/3083">#3083</a>)</li>
<li>See full diff in <a
href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.27/packages/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `css-tree` from 3.0.0 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/releases">css-tree's
releases</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csstree/csstree/blob/master/CHANGELOG.md">css-tree's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.1 (November 1, 2024)</h2>
<ul>
<li>Bumped <code>mdn/data</code> to 2.12.1</li>
<li>Added <code>errors</code> array to the <code>Lexer#validate()</code>
method result, providing details on problematic syntax.</li>
<li>Added CSS wide keyword customization and introspection:
<ul>
<li>Added a <code>Lexer#cssWideKeywords</code> dictionary to list
CSS-wide keywords</li>
<li>Updated the Lexer's constructor to consider
<code>config.cssWideKeywords</code> for overriding the default list</li>
<li>Expanded the lexer's dump output to include the
<code>cssWideKeywords</code> dictionary</li>
<li>Modified the <code>fork()</code> method to accept a
<code>cssWideKeywords</code> option, allowing the addition of new
keywords to the existing list</li>
</ul>
</li>
<li>Reverted changes to <code>Block</code> to include <code>{</code> and
<code>}</code>, and <code>Atrule</code> and <code>Rule</code> to exclude
<code>{</code> and <code>}</code> for a <code>block</code> (<a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li>Removed second parameter (<code>assign</code>) for the callback in
the <code>fork()</code> method (e.g., <code>syntax.fork((config, assign)
=&gt; { ... })</code>), as it simply refers to
<code>Object.assign()</code></li>
<li>Fixes in syntaxes: <code>&lt;basic-shapes&gt;</code>,
<code>&lt;absolute-color-function&gt;</code> and
<code>&lt;'stroke-opacity'&gt;</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9825221fa5"><code>9825221</code></a>
3.0.1</li>
<li><a
href="d3ce7e918d"><code>d3ce7e9</code></a>
Revert changes to <code>Block</code> to include curlies (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/296">#296</a>)</li>
<li><a
href="4175e97e17"><code>4175e97</code></a>
Fix &lt;'stroke-opacity'&gt; syntax (fixes <a
href="https://redirect.github.com/csstree/csstree/issues/299">#299</a>)</li>
<li><a
href="6c761e7ffa"><code>6c761e7</code></a>
Merge pull request <a
href="https://redirect.github.com/csstree/csstree/issues/291">#291</a>
from pamelalozano16/master</li>
<li><a
href="074269277d"><code>0742692</code></a>
Add <code>errors</code> array to the <code>Lexer#validate()</code>
method result</li>
<li><a
href="c20b5c5040"><code>c20b5c5</code></a>
Make tests stable to errors in definition syntaxes</li>
<li><a
href="8aeb7bf83f"><code>8aeb7bf</code></a>
Bump mdn/data to 2.12.1</li>
<li><a
href="7a3f134ccc"><code>7a3f134</code></a>
Fix lint warning</li>
<li><a
href="a6c7db08c7"><code>a6c7db0</code></a>
Fix broken mdn/data syntaxes</li>
<li><a
href="e7c8320992"><code>e7c8320</code></a>
Merge branch 'master' into pr/291</li>
<li>Additional commits viewable in <a
href="https://github.com/csstree/csstree/compare/v3.0.0...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `monaco-yaml` from 5.2.2 to 5.2.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remcohaszing/monaco-yaml/releases">monaco-yaml's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>467b134 fix: missing client capabilities by <a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">#248
</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/sumimakito"><code>@​sumimakito</code></a> made
their first contribution in <a
href="https://redirect.github.com/remcohaszing/monaco-yaml/pull/248">remcohaszing/monaco-yaml#248</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f38e40c9be"><code>f38e40c</code></a>
5.2.3</li>
<li><a
href="a9b0d812d1"><code>a9b0d81</code></a>
Add markdownEnumDescriptions to the demo</li>
<li><a
href="c7479a210a"><code>c7479a2</code></a>
Avoid language-server-types import at runtime</li>
<li><a
href="467b134853"><code>467b134</code></a>
fix: missing client capabilities</li>
<li><a
href="5beb6100a5"><code>5beb610</code></a>
Explain why syntax highlighting might not work</li>
<li>See full diff in <a
href="https://github.com/remcohaszing/monaco-yaml/compare/v5.2.2...v5.2.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/releases">remark-github-blockquote-alert's
releases</a>.</em></p>
<blockquote>
<h2>v1.3.0</h2>
<p><a href="https://jaywcjlove.github.io/#/sponsor"><img
src="https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee"
alt="Buy me a coffee" /></a> <a
href="https://uiwjs.github.io/npm-unpkg/#/pkg/remark-github-blockquote-alert@1.3.0/file/README.md"><img
src="https://img.shields.io/badge/Open%20in-unpkg-blue" alt=""
/></a></p>
<p>Documentation v1.3.0: <a
href="https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html">https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html</a><br
/>
Comparing Changes: <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0</a></p>
<ul>
<li>💢 ci: update workflows config. a18169c <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>💢 ci: Update FUNDING.yml 718850f <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
<li>🌟 feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a>
f5c617e <a
href="https://github.com/jaywcjlove"><code>@​jaywcjlove</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e9c3ca4b58"><code>e9c3ca4</code></a>
released v1.3.0 <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="f5c617e8db"><code>f5c617e</code></a>
feat: add <code>tagName</code> option. <a
href="https://redirect.github.com/jaywcjlove/remark-github-blockquote-alert/issues/4">#4</a></li>
<li><a
href="718850fd14"><code>718850f</code></a>
ci: Update FUNDING.yml</li>
<li><a
href="a18169c2bf"><code>a18169c</code></a>
ci: update workflows config.</li>
<li>See full diff in <a
href="https://github.com/jaywcjlove/remark-github-blockquote-alert/compare/v1.2.1...v1.3.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.15.0 to 3.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/winstonjs/winston/releases">winston's
releases</a>.</em></p>
<blockquote>
<h2>v3.16.0</h2>
<ul>
<li>Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)
201b6f1</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0">https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="06749a9611"><code>06749a9</code></a>
3.16.0</li>
<li><a
href="201b6f1d73"><code>201b6f1</code></a>
Feature - optionally include Error.cause property (<a
href="https://redirect.github.com/winstonjs/winston/issues/2447">#2447</a>)</li>
<li>See full diff in <a
href="https://github.com/winstonjs/winston/compare/v3.15.0...v3.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-11-04 10:09:21 -08:00
Mike Sawka
36fdb715d3
add prop-types dependency (#1200) 2024-11-04 10:04:32 -08:00
dependabot[bot]
223e0b20af
Bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 (#1188)
[//]: # (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
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.32.3 to 1.32.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.32.5</h2>
<h2>What's Changed</h2>
<ul>
<li>add chatcompletion stream delta refusal and logprobs by <a
href="https://github.com/Yu0u"><code>@​Yu0u</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Yu0u"><code>@​Yu0u</code></a> made their
first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/882">sashabaranov/go-openai#882</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5">https://github.com/sashabaranov/go-openai/compare/v1.32.4...v1.32.5</a></p>
<h2>v1.32.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated checkPromptType function to handle prompt list in
completions by <a
href="https://github.com/AyushSawant18588"><code>@​AyushSawant18588</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/885">sashabaranov/go-openai#885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4">https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d10f1b8199"><code>d10f1b8</code></a>
add chatcompletion stream delta refusal and logprobs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/882">#882</a>)</li>
<li><a
href="6e087322b7"><code>6e08732</code></a>
Updated checkPromptType function to handle prompt list in completions
(<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/885">#885</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.32.3...v1.32.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sashabaranov/go-openai&package-manager=go_modules&previous-version=1.32.3&new-version=1.32.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 11:01:37 -07:00
dependabot[bot]
c75f9f7aba
Bump the storybook group with 10 updates (#1183)
Bumps the storybook group with 10 updates:

| Package | From | To |
| --- | --- | --- |
|
[@chromatic-com/storybook](https://github.com/chromaui/addon-visual-tests)
| `3.1.0` | `3.2.2` |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.3.6` | `8.4.1` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.3.6` | `8.4.1` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.3.6` | `8.4.1` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.3.6` | `8.4.1` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.3.6` | `8.4.1` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.3.6` | `8.4.1` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.3.6` | `8.4.1` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming)
| `8.3.6` | `8.4.1` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.3.6` | `8.4.1` |

Updates `@chromatic-com/storybook` from 3.1.0 to 3.2.2
<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.2</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix dependencies to support Storybook &gt;=<code>8.2.0</code>
explicitly <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a>
(<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Jeppe Reinhold (<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h2>v3.2.1</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Prevent running tests from Testing Module while there's a warning <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h2>v3.2.0</h2>
<h4>🚀 Enhancement</h4>
<ul>
<li>Allow any version of Storybook in <code>peerDependencies</code> <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<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/main/CHANGELOG.md"><code>@​chromatic-com/storybook</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>v3.2.2 (Thu Oct 31 2024)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Fix dependencies to support Storybook &gt;=<code>8.2.0</code>
explicitly <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/346">#346</a>
(<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Jeppe Reinhold (<a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>)</li>
</ul>
<hr />
<h1>v3.2.1 (Wed Oct 30 2024)</h1>
<h4>🐛 Bug Fix</h4>
<ul>
<li>Prevent running tests from Testing Module while there's a warning <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/345">#345</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<li>Gert Hengeveld (<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<hr />
<h1>v3.2.0 (Mon Oct 28 2024)</h1>
<h4>🚀 Enhancement</h4>
<ul>
<li>Allow any version of Storybook in <code>peerDependencies</code> <a
href="https://redirect.github.com/chromaui/addon-visual-tests/pull/344">#344</a>
(<a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>)</li>
</ul>
<h4>Authors: 1</h4>
<ul>
<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="478aa13836"><code>478aa13</code></a>
Bump version to: 3.2.2 [skip ci]</li>
<li><a
href="7ac9e17aea"><code>7ac9e17</code></a>
Update CHANGELOG.md [skip ci]</li>
<li><a
href="0d5a79355d"><code>0d5a793</code></a>
Merge pull request <a
href="https://redirect.github.com/chromaui/addon-visual-tests/issues/346">#346</a>
from chromaui/fix-dependencies</li>
<li><a
href="1e6e79367e"><code>1e6e793</code></a>
add version requirements to changelog and readme</li>
<li><a
href="8726212a72"><code>8726212</code></a>
drop shim package deps, peer dep on SB 8.2+</li>
<li><a
href="558264a6e9"><code>558264a</code></a>
fix lock file</li>
<li><a
href="3623ba1794"><code>3623ba1</code></a>
fix type imports</li>
<li><a
href="173fb39fab"><code>173fb39</code></a>
fix usage of new core event not being present pre 8.4</li>
<li><a
href="26e1fb9601"><code>26e1fb9</code></a>
allow SB 8.0.0 and onwards</li>
<li><a
href="919b65603d"><code>919b656</code></a>
be more precise about requiring storybook &gt; 8.3.0</li>
<li>Additional commits viewable in <a
href="https://github.com/chromaui/addon-visual-tests/compare/v3.1.0...v3.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-essentials` from 8.3.6 to 8.4.1
<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.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</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="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="ef4ff77f9f"><code>ef4ff77</code></a>
Merge branch 'next-release' into next</li>
<li><a
href="3e154da5fa"><code>3e154da</code></a>
Bump version from &quot;8.4.0-alpha.7&quot; to &quot;8.4.0-alpha.8&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.3.6 to 8.4.1
<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.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</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="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="41615d1690"><code>41615d1</code></a>
Merge branch 'next' into
revert-29433-revert-29338-yann/addon-interactions-co...</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="2cde356c78"><code>2cde356</code></a>
Revert &quot;Revert &quot;Addon Test: Error when addon interactions
exists&quot;&quot;</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.3.6 to 8.4.1
<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.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</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.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon-docs, blocks: Prebundle dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29301">#29301</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Addon-Test: Support for <code>@vitest/browser</code> v2.1.2 - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29407">#29407</a>,
thanks <a
href="https://github.com/strozw"><code>@​strozw</code></a>!</li>
<li>Blocks: Prebundle <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29259">#29259</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Builder-vite: Replace .at() call with [] in codegen - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29048">#29048</a>,
thanks <a
href="https://github.com/Chudesnov"><code>@​Chudesnov</code></a>!</li>
<li>CLI: Don't add <code>@storybook/addon-links</code> by default - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29177">#29177</a>,
thanks <a
href="https://github.com/tobiasdiez"><code>@​tobiasdiez</code></a>!</li>
<li>CLI: Ensure <code>.gitignore</code> updated via CLI ends with a
newline - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29124">#29124</a>,
thanks <a
href="https://github.com/3w36zj6"><code>@​3w36zj6</code></a>!</li>
<li>CLI: Fix <code>yarn</code> detection - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29448">#29448</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>CLI: Migrate from <code>chalk</code> to <code>picocolors</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28262">#28262</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>CLI: Refactor NPMProxy error parsing logic - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29459">#29459</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>ConfigFile: Fix <code>export { X }</code> parsing - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29344">#29344</a>,
thanks <a
href="https://github.com/vctqs1"><code>@​vctqs1</code></a>!</li>
<li>Core: Add unified UI Testing Module - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29241">#29241</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Core: Close story status menu when selecting an item - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29455">#29455</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Fix building Storybook deleting project root files - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29371">#29371</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Fix race condition during empty folder init - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29490">#29490</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Core: Make <code>prettier</code> an optional peer dependency - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29223">#29223</a>,
thanks <a
href="https://github.com/JReinhold"><code>@​JReinhold</code></a>!</li>
<li>Core: Migrate from <code>express</code> to <code>polka</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29230">#29230</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Migrate from <code>qs</code> to <code>picoquery</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28315">#28315</a>,
thanks <a
href="https://github.com/43081j"><code>@​43081j</code></a>!</li>
<li>Core: Open 'Component tests' addon panel when clicking a story
status - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29456">#29456</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Core: Remove <code>handlebars</code> usage - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29208">#29208</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Remove dependence on <code>file-system-cache</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29256">#29256</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Replace <code>fs-extra</code> with the native APIs - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29126">#29126</a>,
thanks <a
href="https://github.com/ziebam"><code>@​ziebam</code></a>!</li>
<li>Core: Replace <code>lodash</code> with <code>es-toolkit</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28981">#28981</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Core: Show checkmark icon in story status dropdown and update status
label for component tests - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29451">#29451</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="9983774d8e"><code>9983774</code></a>
Bump version from &quot;8.4.0&quot; to &quot;8.4.1&quot; [skip ci]</li>
<li><a
href="939651b867"><code>939651b</code></a>
Bump version from &quot;8.4.0-beta.5&quot; to &quot;8.4.0&quot; [skip
ci]</li>
<li><a
href="e94dc925e1"><code>e94dc92</code></a>
Bump version from &quot;8.4.0-beta.4&quot; to &quot;8.4.0-beta.5&quot;
[skip ci]</li>
<li><a
href="c6dc5f63f1"><code>c6dc5f6</code></a>
Bump version from &quot;8.4.0-beta.3&quot; to &quot;8.4.0-beta.4&quot;
[skip ci]</li>
<li><a
href="72b24f843b"><code>72b24f8</code></a>
Bump version from &quot;8.4.0-beta.2&quot; to &quot;8.4.0-beta.3&quot;
[skip ci]</li>
<li><a
href="88c7787e0b"><code>88c7787</code></a>
Bump version from &quot;8.4.0-beta.1&quot; to &quot;8.4.0-beta.2&quot;
[skip ci]</li>
<li><a
href="7987b0472a"><code>7987b04</code></a>
Bump version from &quot;8.4.0-beta.0&quot; to &quot;8.4.0-beta.1&quot;
[skip ci]</li>
<li><a
href="d6098267c9"><code>d609826</code></a>
Bump version from &quot;8.4.0-alpha.8&quot; to &quot;8.4.0-beta.0&quot;
[skip ci]</li>
<li><a
href="ef4ff77f9f"><code>ef4ff77</code></a>
Merge branch 'next-release' into next</li>
<li><a
href="3e154da5fa"><code>3e154da</code></a>
Bump version from &quot;8.4.0-alpha.7&quot; to &quot;8.4.0-alpha.8&quot;
[skip ci]</li>
<li>Additional commits viewable in <a
href="https://github.com/storybookjs/storybook/commits/v8.4.1/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.3.6 to 8.4.1
<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.4.1</h2>
<h2>8.4.1</h2>
<ul>
<li>Core: Relax peer dep constraint of shim packages - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29503">#29503</a>,
thanks <a
href="https://github.com/kasperpeulen"><code>@​kasperpeulen</code></a>!</li>
</ul>
<h2>v8.4.0</h2>
<h2>8.4.0</h2>
<p>Storybook 8.4 comes with a ton of exciting new features designed to
give you the best experience developing, testing, and debugging tests in
the browser!</p>
<ul>
<li>▶️ <strong>Unified UI</strong> for component testing</li>
<li>5️⃣ <strong>Svelte 5</strong> and Svelte CSF support</li>
<li>⚛️ <strong>React Native Storybook 8</strong> release</li>
<li>🏷️ <strong>Tags-based filtering</strong> to organize your
Storybook</li>
<li>🫧 <strong>Dependency cleanup</strong> to reduce install
footprint</li>
<li>💯 <strong>Hundreds</strong> more improvements</li>
</ul>
<!-- raw HTML omitted -->
<ul>
<li>Addon Test: Adjust file exports to be ESM/CJS compatible - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29471">#29471</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Error when addon interactions exists - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29434">#29434</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Escape XML when converting ANSI to HTML in test errors -
<a
href="https://redirect.github.com/storybookjs/storybook/pull/29446">#29446</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Fix hiding stacktrace for assertion errors in test panel
- <a
href="https://redirect.github.com/storybookjs/storybook/pull/29458">#29458</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>Addon Test: Improve Error Handling - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29476">#29476</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Improve postinstall script - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29479">#29479</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Improve unsupported vitest message - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29486">#29486</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Addon Test: Only register testing module in Vite projects - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29472">#29472</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Addon Test: Throttle Vitest progress updates more heavily - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29482">#29482</a>,
thanks <a
href="https://github.com/ghengeveld"><code>@​ghengeveld</code></a>!</li>
<li>...

_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-02 10:59:30 -07:00
dependabot[bot]
a7ddd39ad6
Bump @types/electron from 1.6.10 to 1.6.12 in the electron group (#1185)
Bumps the electron group with 1 update:
[@types/electron](https://github.com/DefinitelyTyped/DefinitelyTyped).

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


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/electron&package-manager=npm_and_yarn&previous-version=1.6.10&new-version=1.6.12)](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-11-02 10:59:18 -07:00
dependabot[bot]
9f69f93baa
Bump github.com/shirou/gopsutil/v4 from 4.24.9 to 4.24.10 (#1189)
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from
4.24.9 to 4.24.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.10</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>cpu</h3>
<ul>
<li>[cpu][disk][netbsd] Generate arm-specific definitions by <a
href="https://github.com/Lomanic"><code>@​Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1731">shirou/gopsutil#1731</a></li>
</ul>
<h3>mem</h3>
<ul>
<li>fix(mem): possible memory leak on Windows by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1722">shirou/gopsutil#1722</a></li>
<li>feat(mem): Add windows commit stats by <a
href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>sensors: avoid passing nil pointer to CFArrayGetCount by <a
href="https://github.com/uubulb"><code>@​uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1727">shirou/gopsutil#1727</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/n4nn31355"><code>@​n4nn31355</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1720">shirou/gopsutil#1720</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa9796d3d7"><code>aa9796d</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1723">#1723</a>
from shirou/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="6be0508aeb"><code>6be0508</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1739">#1739</a>
from shirou/dependabot/github_actions/actions/checko...</li>
<li><a
href="137fd2acac"><code>137fd2a</code></a>
chore(deps): bump actions/checkout from 4.2.1 to 4.2.2</li>
<li><a
href="aa47e0fde0"><code>aa47e0f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1720">#1720</a>
from n4nn31355/feat/win_mem_commit_total</li>
<li><a
href="de435c3739"><code>de435c3</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1737">#1737</a>
from shirou/dependabot/go_modules/github.com/ebiteng...</li>
<li><a
href="9ae3f38658"><code>9ae3f38</code></a>
chore(deps): bump github.com/ebitengine/purego from 0.8.0 to 0.8.1</li>
<li><a
href="a19cedeb30"><code>a19cede</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1727">#1727</a>
from uubulb/fix_sensors_darwin_arm64</li>
<li><a
href="c9da2cc0aa"><code>c9da2cc</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1731">#1731</a>
from Lomanic/issue1645</li>
<li><a
href="44c71b62c0"><code>44c71b6</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1722">#1722</a>
from uubulb/fix_windows_mem</li>
<li><a
href="30457973b5"><code>3045797</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1735">#1735</a>
from shirou/dependabot/github_actions/actions/upload...</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.9...v4.24.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.9&new-version=4.24.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-02 10:58:57 -07:00
Mike Sawka
eeda49bbde
vdom 7 (#1180) 2024-11-02 10:58:13 -07:00
wave-builder[bot]
6ed812c8ea
chore: bump package version to 0.9.1 2024-11-01 22:40:24 +00:00
wave-builder[bot]
5cec4f0c54
chore: bump package version to 0.9.1-beta.3 2024-11-01 19:20:56 +00:00
Evan Simkowitz
4a09c06021
Use native title bar for all platforms while we fix Window Controls Overlay (#1193) 2024-11-01 12:19:49 -07:00
Mike Sawka
be3ec7e841
another try at audio permissions (and more) for #1086 (#1192)
the permissions look scary, but the user still needs to grant them.  this just allows the app to ask.  this permission set now matches the entitlements in iTerm and other popular terminal programs (before we were too restrictive)
2024-11-01 12:17:19 -07:00
Mike Sawka
55250de97a
fix fullscreen resize bug (#1191) 2024-11-01 10:59:17 -07:00
Mike Sawka
8893a42cd6
wsh version -v (to print config/data dirs and updater-channel) (#1190) 2024-11-01 10:20:15 -07:00
Mike Sawka
b945a8d039
restore old tab naming logic (#1186)
fixes the tab naming confusion going on in #1167
2024-11-01 09:41:23 -07:00
wave-builder[bot]
e7f906c5d1
chore: bump package version to 0.9.1-beta.2 2024-11-01 01:15:06 +00:00
Mike Sawka
48001ee734
make sure the user affirmatively acknowledged window deletion before deleting, fix for #1167 (#1181) 2024-10-31 18:13:27 -07:00
Mike Sawka
e10bcee05a
fix relaunch all windows (#1179) 2024-10-31 15:25:30 -07:00
wave-builder[bot]
694845066b
chore: bump package version to 0.9.1-beta.1 2024-10-31 21:36:53 +00:00
Mike Sawka
ca5e552b1b
fix electron-builder config (#1178) 2024-10-31 14:36:02 -07:00
wave-builder[bot]
0f1d497287
chore: bump package version to 0.9.1-beta.0 2024-10-31 19:36:08 +00:00