Commit Graph

1587 Commits

Author SHA1 Message Date
Evan Simkowitz
2dfdf66169
Opening HelpView pages in external browser uses the public docsite equivalent (#1289)
Before, when you clicked the "Open in External Browser" button from the
`HelpView`, the browser would attempt to open the embedded url, which
may or may not still exist, depending on whether the content was cached
from the last time the app was opened (since the embedded docsite uses a
random port). Now, we'll swap the embedded url for the public docsite
equivalent when you open in an external browser.
2024-11-14 11:03:10 -08:00
Evan Simkowitz
eb00716e00
Don't drag for ephemeral blocks (#1288) 2024-11-14 10:16:08 -08:00
Evan Simkowitz
ced3d73111
Update to Yarn 4.5.1 (#1286) 2024-11-13 21:11:00 -08:00
Evan Simkowitz
e5f98c6475
Update our build workflows to use NodeJS 22 (#1285)
NodeJS 20 is almost EOL so I'm updating our workflows to use NodeJS 22.
This does not change anything about our app, which will still use NodeJS
20 until Electron shifts away from it. NodeJS 22 is fully
backwards-compatible with NodeJS 20 so there's no issue from a testing
standpoint.
2024-11-13 21:06:48 -08:00
Evan Simkowitz
f4439ebc6c
Update Readme to reflect that electron no longer supports macOS 10.15 (#1284) 2024-11-13 20:58:30 -08:00
Evan Simkowitz
255cb51944
Fix window opacity bug (#1283)
With the tab refactor, we introduced a regression that prevented window
transparency from working. Rather than applying overrides of the app
background color (where we record window opacity) to the body of the
document, we were applying it to the main div. This meant that while the
main div was transparent, the body was not (since the default background
color we set for the body is opaque). With this change, we update the
body background directly.
2024-11-13 20:48:02 -08:00
Evan Simkowitz
14249b33b2
Remove the debounce when setting the backdrop for the ephemeral nodes (#1280)
I added this debounce to delay the blurring of the background nodes when
a node was magnified to account for the animation, but it looks weird
for the ephemeral nodes since there's no animation when first showing
them. When we work on node creation animations maybe I'll add back this
delay
2024-11-13 18:49:03 -08:00
Red J Adaya
b429e967e6
use color var for connection status overlay (#1278) 2024-11-13 18:39:46 -08:00
Evan Simkowitz
db556f18b8
Cleanup unnecessary log and unused variable from last PR (#1279) 2024-11-13 18:37:43 -08:00
Evan Simkowitz
d38f889bd6
Add tooltip for clear chat history (#1276) 2024-11-13 18:02:47 -08:00
Evan Simkowitz
3fcf209b52
Add ephemeral block support (#1275)
Ephemeral blocks can now be added to the LayoutModel for a tab. Only one
ephemeral block can exist at a time. It is placed above all other
blocks, including the magnified blocks.

Updates how magnified and ephemeral blocks overlay the other blocks.
Now, there's a blurred backdrop behind them that will obscure the other
blocks. As a result of this, the overlayed blocks are now translucent.
2024-11-13 18:00:13 -08:00
Sylvie Crowe
31d0aa114d
AI Clear Button (#1274)
Adds a button and Cmd:l keybinding to clear the ai message history in
the current block
2024-11-13 15:00:33 -08:00
Evan Simkowitz
4d57b5842b
Release notes typo fix (#1273) 2024-11-12 13:57:52 -08:00
Evan Simkowitz
6216dca17a
Fix docsite path error in docsite.go (#1272)
The docsite path was being initialized as a global variable. This wasn't
an issue before we were caching and unsetting the env vars, but now that
`wavebase.GetWaveAppPath()` returns the contents of the cached variable,
we need to read its value at runtime, since it won't be set at the time
the global variable is initialized.
2024-11-12 12:30:37 -08:00
Evan Simkowitz
6021ef0fd6
Accept package agreements for winget install (#1271) 2024-11-12 10:37:45 -08:00
wave-builder[bot]
0fcc39c105
chore: bump package version to 0.9.2 2024-11-12 04:03:04 +00:00
wave-builder[bot]
8734207845
chore: bump package version to 0.9.2-beta.2 2024-11-12 02:35:01 +00:00
Mike Sawka
dcb38dd64e
release notes and more docs for v0.9.2 (#1270) 2024-11-11 18:26:21 -08:00
Mike Sawka
95fd00617e
fixes for o1 models (#1269) 2024-11-11 17:11:09 -08:00
Evan Simkowitz
29e54c8263
Move presets docs to own page (#1268) 2024-11-11 16:08:56 -08:00
Evan Simkowitz
28d95878eb
Set testdriver to not run on unnecessary pushes (#1267) 2024-11-11 16:06:16 -08:00
Evan Simkowitz
3e11450374
Add presets documentation (#1266) 2024-11-11 15:57:00 -08:00
Sylvie Crowe
d96542f691
Rerun Command Button (#1265)
Adds a button in widgets with a "cmd" controller that allows the command
to be rerun without accessing a context menu.
2024-11-11 15:30:40 -08:00
wave-builder[bot]
86a83cb290
chore: bump package version to 0.9.2-beta.1 2024-11-11 21:16:42 +00:00
Mike Sawka
3fc45c63f3
vdom terminal toolbar (#1263) 2024-11-11 13:11:09 -08:00
Mike Sawka
83f671c7a9
rename actual size to reset zoom (#1264) 2024-11-11 13:10:38 -08:00
Mike Sawka
de902ec2b7
ai backend refactor + claude/anthropic API support (#1262) 2024-11-11 11:39:08 -08:00
Mike Sawka
38eeba5bd2
set maxcompletiontokens (#1260) 2024-11-11 10:52:59 -08:00
Evan Simkowitz
3a21d3183c
Fix electron:start task not having wcloud env vars (#1261) 2024-11-11 10:46:58 -08:00
Mike Sawka
e9e363155e
updates for docs index page (#1258) 2024-11-08 18:03:59 -08:00
Sylvie Crowe
8e15c28548
Custom Widget Fixes (#1253)
Addresses:
- Table formatting
- Adds an info section explaining font awesome icons
2024-11-08 17:30:39 -08:00
Mike Sawka
045405aa5e
new wsh ai command (#1257) 2024-11-08 16:34:50 -08:00
Mike Sawka
2c055b56d0
new resolver formats (tab:N), and also make the structure of the resolvers much more robust (#1254) 2024-11-08 15:48:54 -08:00
Mike Sawka
58f2f4ae8e
fix display order sort (#1256) 2024-11-08 15:46:44 -08:00
Mike Sawka
7afb9c5803
fix default config error (#1255) 2024-11-08 15:09:19 -08:00
Mike Sawka
c34a5912e7
return clientid in WaveInfoData, print for wsh version -v (#1252) 2024-11-08 14:19:56 -08:00
Evan Simkowitz
3216bc2389
Use one unified widgets.json file for managing widgets in the sidebar (#1250)
Renames defaultwidgets.json file in defaultconfig to widgets.json and
removes references to defaultwidgets in the codebase and documentation.

Going forward, users will see one unified list of widgets in the sidebar
with no separator between default and custom widgets. Users can manually
move any edits to their defaultwidgets.json file into their widgets.json
file to get back their overrides.
2024-11-08 14:14:59 -08:00
Evan Simkowitz
92271408dc
Fix bad contrast in the platform pill in the docsite (#1251)
White text on green breaks site accessibility standards so I'm updating
the active text color for the platform picker pill to be
`--ifm-color-secondary-contrast-foreground`, which is white on light
mode and light grey on dark mode.
2024-11-08 13:10:39 -08:00
Evan Simkowitz
bac9649140
Use IFM colors for custom components (#1249) 2024-11-08 12:54:00 -08:00
Mike Sawka
8685ca9069
move fg/active checks to window focus() instead of tab focus (#1248) 2024-11-08 12:42:35 -08:00
Mike Sawka
7718aebc17
use wave accent color for contextswitch pill (#1247) 2024-11-08 12:19:53 -08:00
Mike Sawka
61719344e8
update docs for new wsh commands and options (#1246) 2024-11-08 12:13:10 -08:00
Evan Simkowitz
b24e2d917d
Use merge-gatekeeper (#1245) 2024-11-08 11:29:25 -08:00
Evan Simkowitz
02c8827483
Add dummy workflow so that deploy-docsite is treated as a status check (#1244) 2024-11-08 11:15:37 -08:00
wave-builder[bot]
f0a2d21c07
chore: bump package version to 0.9.2-beta.0 2024-11-08 19:12:24 +00:00
Sylvie Crowe
59abdc7971
Connection Dropdown Photo in docs (#1242) 2024-11-08 11:11:06 -08:00
Mike Sawka
d5297cc5d4
wsh editconfig (#1243) 2024-11-08 11:08:52 -08:00
Evan Simkowitz
cd0e2949ee
Add a document detailing the layout system (#1232) 2024-11-08 11:00:50 -08:00
Mike Sawka
8c17269c88
wsh getmeta updates (easier to get/transfer metadata using cli) (#1241) 2024-11-08 10:48:40 -08:00
dependabot[bot]
8051240b82
Bump the prod-dependencies group with 7 updates (#1235)
Bumps the prod-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
|
[@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/plugin-debug](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/plugin-ideal-image](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/plugin-sitemap](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/theme-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic)
| `3.6.0` | `3.6.1` |
|
[@docusaurus/theme-search-algolia](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia)
| `3.6.0` | `3.6.1` |

Updates `@docusaurus/core` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="d268a20a6f"><code>d268a20</code></a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10658">#10658</a>)</li>
<li><a
href="bcfa3b1128"><code>bcfa3b1</code></a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10655">#10655</a>)</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-content-docs` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/plugin-content-docs</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-plugin-content-docs">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-debug` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/plugin-debug</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-debug/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-plugin-debug">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-ideal-image` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/plugin-ideal-image</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-ideal-image/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-plugin-ideal-image">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/plugin-sitemap` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/plugin-sitemap</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-plugin-sitemap">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/theme-classic` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/theme-classic</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-classic/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-theme-classic">compare
view</a></li>
</ul>
</details>
<br />

Updates `@docusaurus/theme-search-algolia` from 3.6.0 to 3.6.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/docusaurus/blob/v3.6.1/CHANGELOG.md"><code>@​docusaurus/theme-search-algolia</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.6.1 (2024-11-08)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10658">#10658</a>
fix(core): bundler should not minimize static assets (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
<li><code>docusaurus-bundler</code>, <code>docusaurus-faster</code>,
<code>docusaurus-utils-common</code>, <code>docusaurus-utils</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10649">#10649</a>
fix(faster,utils): fix faster/types peerDependencies (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>docusaurus-bundler</code>, <code>docusaurus-types</code>,
<code>docusaurus</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10655">#10655</a>
refactor(faster,bundler,core): improve js loader DX (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>📝 Documentation</h4>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10657">#10657</a>
docs: fix old base ts config ref (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
<h4>🔧 Maintenance</h4>
<ul>
<li><code>docusaurus-mdx-loader</code>
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10651">#10651</a>
refactor(mdx-loader): streamline typescript usage for remark plugin
types (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/facebook/docusaurus/pull/10650">#10650</a>
chore: Argos screenshot dogfooding test pages (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 2</h4>
<ul>
<li>Balthasar Hofer (<a
href="https://github.com/lebalz"><code>@​lebalz</code></a>)</li>
<li>Sébastien Lorber (<a
href="https://github.com/slorber"><code>@​slorber</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c971734bb5"><code>c971734</code></a>
v3.6.1</li>
<li><a
href="ed2cdf391f"><code>ed2cdf3</code></a>
chore: release Docusaurus v3.6 (<a
href="https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-search-algolia/issues/10633">#10633</a>)</li>
<li>See full diff in <a
href="https://github.com/facebook/docusaurus/commits/v3.6.1/packages/docusaurus-theme-search-algolia">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-08 10:26:33 -08:00