Commit Graph

533 Commits

Author SHA1 Message Date
Sylvie Crowe
c30188552f
Add Unix Domain Socket Listener when Establishing Connections (#243)
This makes it possible to send wsh commands from wsh on a remote session
to wavesrv running locally. The exact behavior of running those commands
isn't implemented, but the underlying interface is added here.
2024-08-17 11:21:25 -07:00
Evan Simkowitz
6df50a5790
use one multiply instead of two divide for minnodesize calc 2024-08-17 00:15:03 -07:00
Evan Simkowitz
c8d32c1668
set min resize size for nodes 2024-08-17 00:13:55 -07:00
Evan Simkowitz
07a843f7bd
render resize handles first so they can't interfere with a magnified block 2024-08-17 00:02:08 -07:00
Evan Simkowitz
edfe711eda
Use Window Controls Overlay API for native-like experience on Windows and Linux (#240)
This PR implements the [Window Controls Overlay
API](https://web.dev/articles/window-controls-overlay) to let us hide
the menu bar on Windows and Linux and directly embed the window controls
in our tab bar. With #239 merged, we no longer need the menu bar on
these platforms.

The overlaid window controls are transparent so they will take on the
background from the app. I've updated the tab bar to flow properly using
the API's CSS environment variables.

At some point, we may want to update the logic around the symbolColor so
that it can ensure a proper contrast between the background and the
symbols in the window controls. For now, setting them to white works for
all the backgrounds we currently support.

![image
(2)](https://github.com/user-attachments/assets/7610f10b-9696-435c-9a2d-a435bee9fadb)


https://github.com/user-attachments/assets/8d19b512-5281-42b9-8abb-ccb9b850061f
2024-08-16 23:45:22 -07:00
Evan Simkowitz
4a782f2747
make app menu button cursor a pointer and add a hover text color 2024-08-16 23:41:31 -07:00
Mike Sawka
a451743937
POC showing how statfile can call the conn wshclient to get file info (#242) 2024-08-16 18:45:45 -07:00
Evan Simkowitz
e4c74a58bb
update readme 2024-08-16 18:17:10 -07:00
Evan Simkowitz
ab8a2350a6
fix another bash typo 2024-08-16 18:16:19 -07:00
Evan Simkowitz
bc500490e9
fix context menu 2024-08-16 18:01:31 -07:00
Evan Simkowitz
7a1a3a2bea
fix addl props nullref 2024-08-16 17:59:53 -07:00
Mike Sawka
ae7d85630b
two level routing (based on how network switches work) (#241) 2024-08-16 16:49:49 -07:00
Evan Simkowitz
03587184a0
Replace logo with platform-dependent button to open app menu (#239)
Replace the logo in the tab bar with an ellipsis icon that shows on
Linux and Windows and, when clicked, opens up the system menus. This
also fixes an issue I noticed where the context menus were set to the
wrong coordinates when a window was zoomed in.


![image](https://github.com/user-attachments/assets/1be77cad-73a6-4cb8-b545-08ec908f1d9a)

![image](https://github.com/user-attachments/assets/0beef938-15f8-4084-b7bd-7d9f995187ef)
2024-08-16 16:18:42 -07:00
sawka
18e2c7ed92 OSC 7 parsing to track and restore the terminal working directory 2024-08-16 13:42:16 -07:00
sawka
040a6db0e7 fix bash typo 2024-08-16 13:22:54 -07:00
Evan Simkowitz
d73bcb82ea
fix last-magnified node logic 2024-08-16 12:21:44 -07:00
Evan Simkowitz
bc7938802f
fix ifs in scripts 2024-08-16 11:55:26 -07:00
Evan Simkowitz
36193111e2
make aws profile an argument in the scripts 2024-08-16 11:53:43 -07:00
Evan Simkowitz
a97b8cca58
use closeNode for eventbus layoutaction 2024-08-16 11:44:51 -07:00
Evan Simkowitz
b0a09db4d1
Fix Cmd:W to delete block (#238) 2024-08-16 11:40:10 -07:00
dependabot[bot]
a23dd67805
Bump the storybook group with 8 updates (#235)
Bumps the storybook group with 8 updates:

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

Updates `@storybook/addon-essentials` from 8.2.8 to 8.2.9
<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.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</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.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.2.8 to 8.2.9
<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.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</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.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.2.8 to 8.2.9
<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.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</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.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.2.8 to 8.2.9
<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.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/blocks</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/blocks">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.2.8 to 8.2.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react-vite` from 8.2.8 to 8.2.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.2.8 to 8.2.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/test">compare
view</a></li>
</ul>
</details>
<br />

Updates `storybook` from 8.2.8 to 8.2.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.2.9</h2>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.2.9</h2>
<ul>
<li>CLI: Fix <code>init --skip-install</code> - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28853">#28853</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
<li>Telemetry: Disable save-from-controls logs for example stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28870">#28870</a>,
thanks <a
href="https://github.com/shilman"><code>@​shilman</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="95d8bebd24"><code>95d8beb</code></a>
Bump version from &quot;8.2.8&quot; to &quot;8.2.9&quot; [skip ci]</li>
<li><a
href="dbea094ba5"><code>dbea094</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli/issues/28853">#28853</a>
from storybookjs/norbert/fix-no-install-bug</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.9/code/lib/cli">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-08-16 11:36:58 -07:00
dependabot[bot]
8a4880f2b2
Bump the electron group with 2 updates (#237)
Bumps the electron group with 2 updates:
[electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater)
and [electron](https://github.com/electron/electron).

Updates `electron-updater` from 6.3.2 to 6.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/releases">electron-updater's
releases</a>.</em></p>
<blockquote>
<h2>electron-updater@6.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a>
<a
href="9dc0b49aea"><code>9dc0b49a</code></a>
Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>!
- fix: Handle Linux deb auto update installation on applications having
spaces in <code>artifactName</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a>
<a
href="8dabf64b8f"><code>8dabf64b</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix:
allow custom channel in github provider</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a>
<a
href="1c14820b97"><code>1c14820b</code></a>
Thanks <a
href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix:
handle spaces for all linux package managers</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md">electron-updater's
changelog</a>.</em></p>
<blockquote>
<h2>6.3.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8400">#8400</a>
<a
href="9dc0b49aea"><code>9dc0b49a</code></a>
Thanks <a href="https://github.com/Ryan432"><code>@​Ryan432</code></a>!
- fix: Handle Linux deb auto update installation on applications having
spaces in <code>artifactName</code>.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8393">#8393</a>
<a
href="8dabf64b8f"><code>8dabf64b</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix:
allow custom channel in github provider</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8403">#8403</a>
<a
href="1c14820b97"><code>1c14820b</code></a>
Thanks <a
href="https://github.com/xyloflake"><code>@​xyloflake</code></a>! - fix:
handle spaces for all linux package managers</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1dcf6bced4"><code>1dcf6bc</code></a>
chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8402">#8402</a>)</li>
<li><a
href="1c14820b97"><code>1c14820</code></a>
fix: handle spaces in artifact name for all linux platforms instead of
only ....</li>
<li><a
href="8dabf64b8f"><code>8dabf64</code></a>
fix: add custom <code>channel</code> in github provider (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8393">#8393</a>)</li>
<li><a
href="9dc0b49aea"><code>9dc0b49</code></a>
fix(electron-updater,deb): Handle spaces in application artifact name
for deb...</li>
<li>See full diff in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.3/packages/electron-updater">compare
view</a></li>
</ul>
</details>
<br />

Updates `electron` from 31.3.1 to 31.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v31.4.0</h2>
<h1>Release Notes for v31.4.0</h1>
<h2>Features</h2>
<ul>
<li>Added a new property <code>prefersReducedTransparency</code> to
<code>nativeTheme</code>, which indicates whether the user has chosen to
reduce OS-level transparency via system accessibility settings. <a
href="https://redirect.github.com/electron/electron/pull/43137">#43137</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43138">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43024">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed a crash that could occur in some DevTools extensions
containing draggable regions. <a
href="https://redirect.github.com/electron/electron/pull/43200">#43200</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43199">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>navigator.serial.getPorts()</code>
incorrectly returned an empty array in some cases. <a
href="https://redirect.github.com/electron/electron/pull/43170">#43170</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43171">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43169">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where <code>system-context-menu</code> was not
triggered as expected on Windows when using a frameless BrowserWindow.
<a
href="https://redirect.github.com/electron/electron/pull/43274">#43274</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43275">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43269">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where calling <code>window.showInactive</code> on
macOS did not actually show the window. <a
href="https://redirect.github.com/electron/electron/pull/43102">#43102</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43103">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed behavior when entering/exiting fullscreen fails on macOS. <a
href="https://redirect.github.com/electron/electron/pull/43154">#43154</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43153">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43151">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43152">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed issues with the vibrancy view on macOS. <a
href="https://redirect.github.com/electron/electron/pull/43128">#43128</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43127">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed several view hierarchy issues related to web contents view on
MacOS. <a
href="https://redirect.github.com/electron/electron/pull/43096">#43096</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43088">32</a>)<!--
raw HTML omitted --></li>
<li>Resolved an issue where <code>desktopCapturer.getSources</code>
never fulfilled its promise in some cases. <a
href="https://redirect.github.com/electron/electron/pull/43271">#43271</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43273">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43272">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43270">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed ffmpeg release on x64 macOS. <a
href="https://redirect.github.com/electron/electron/pull/43121">#43121</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43119">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43118">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43120">32</a>)<!--
raw HTML omitted --></li>
<li>Security: backported fix for 338248595. <a
href="https://redirect.github.com/electron/electron/pull/43140">#43140</a></li>
<li>Security: backported fix for CVE-2024-6989.
<ul>
<li>Security: backported fix for CVE-2024-6991. <a
href="https://redirect.github.com/electron/electron/pull/43158">#43158</a></li>
</ul>
</li>
<li>Updated Chromium to 126.0.6478.234. <a
href="https://redirect.github.com/electron/electron/pull/43252">#43252</a></li>
<li>Updated Node.js to v20.16.0. <a
href="https://redirect.github.com/electron/electron/pull/43026">#43026</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bd70c3a740"><code>bd70c3a</code></a>
refactor: update chrome.scripting extensions api impls (<a
href="https://redirect.github.com/electron/electron/issues/43290">#43290</a>)</li>
<li><a
href="997afe62f2"><code>997afe6</code></a>
chore: remove unused Notification fields icon_path_, has_icon_ (<a
href="https://redirect.github.com/electron/electron/issues/43295">#43295</a>)</li>
<li><a
href="dd1dcad81c"><code>dd1dcad</code></a>
fix: system-context-menu with frameless BrowserWindows (<a
href="https://redirect.github.com/electron/electron/issues/43274">#43274</a>)</li>
<li><a
href="10dd33c16e"><code>10dd33c</code></a>
fix: check screen capture permissions in <code>desktopCapturer</code>
(<a
href="https://redirect.github.com/electron/electron/issues/43271">#43271</a>)</li>
<li><a
href="c3a7f0001c"><code>c3a7f00</code></a>
fix: accidental handle copying in a range loop (<a
href="https://redirect.github.com/electron/electron/issues/43281">#43281</a>)</li>
<li><a
href="a780a75dec"><code>a780a75</code></a>
build: fix build when <code>enable_pdf_viewer</code> and
<code>enable_electron_extensions</code> di...</li>
<li><a
href="6e69cb0191"><code>6e69cb0</code></a>
chore: bump chromium to 126.0.6478.234 (31-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43252">#43252</a>)</li>
<li><a
href="520a147244"><code>520a147</code></a>
docs: Document ideal iconPath size (<a
href="https://redirect.github.com/electron/electron/issues/43241">#43241</a>)</li>
<li><a
href="36cebb95c6"><code>36cebb9</code></a>
refactor: simplify window <code>moveAbove/moveTop</code> impl on macOS
(<a
href="https://redirect.github.com/electron/electron/issues/43201">#43201</a>)</li>
<li><a
href="be842d6267"><code>be842d6</code></a>
perf: avoid redundant calls to GetView() (<a
href="https://redirect.github.com/electron/electron/issues/43229">#43229</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v31.3.1...v31.4.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-08-16 11:36:28 -07:00
dependabot[bot]
67b9500d80
Bump the prod-dependencies group with 2 updates (#236)
Bumps the prod-dependencies group with 2 updates:
[jotai](https://github.com/pmndrs/jotai) and
[winston](https://github.com/winstonjs/winston).

Updates `jotai` from 2.9.2 to 2.9.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pmndrs/jotai/releases">jotai's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.3</h2>
<p>This fixes a regression in an edge case that is introduced in
v2.6.4.</p>
<h2>What's Changed</h2>
<ul>
<li>fix(store): derived atom not updating when its value changes if
another atom is read it conditionally by <a
href="https://github.com/yuneco"><code>@​yuneco</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li>
<li>experimental(core): expose unstable_derive by <a
href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2652">pmndrs/jotai#2652</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/yuneco"><code>@​yuneco</code></a> made
their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2700">pmndrs/jotai#2700</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="148d876b28"><code>148d876</code></a>
2.9.3</li>
<li><a
href="64012da3c4"><code>64012da</code></a>
chore(deps): update dev dependencies (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2705">#2705</a>)</li>
<li><a
href="6b915714ef"><code>6b91571</code></a>
experimental(core): expose unstable_derive (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2652">#2652</a>)</li>
<li><a
href="41158e6ffa"><code>41158e6</code></a>
fix(store): derived atom not updating when its value changes if another
atom ...</li>
<li><a
href="7d4da51504"><code>7d4da51</code></a>
chore: update typescript-eslint (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2698">#2698</a>)</li>
<li>See full diff in <a
href="https://github.com/pmndrs/jotai/compare/v2.9.2...v2.9.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.14.1 to 3.14.2
<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.14.2</h2>
<ul>
<li>Move initialization to constructor (<a
href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)
2458ba6</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51a45515b6"><code>51a4551</code></a>
3.14.2</li>
<li><a
href="2458ba61ab"><code>2458ba6</code></a>
Move initialization to constructor (<a
href="https://redirect.github.com/winstonjs/winston/issues/2503">#2503</a>)</li>
<li>See full diff in <a
href="https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 11:34:15 -07:00
dependabot[bot]
f9827aaec8
Bump the dev-dependencies group with 6 updates (#234)
Bumps the dev-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) |
`9.8.0` | `9.9.0` |
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
| `22.1.0` | `22.3.0` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` |
| [sharp](https://github.com/lovell/sharp) | `0.33.4` | `0.33.5` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
| `8.0.1` | `8.1.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.0` | `5.4.1` |

Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="41d0206693"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="3a4eaf9215"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>)
(Dave)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="9fe068c60d"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="48117b27e9"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="fec2951d58"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="38a0661872"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="3c32a9e23c"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="f9ac978de6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="461b2c3578"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="fea8563d33"><code>fea8563</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="aac191e670"><code>aac191e</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="b97fa05137"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>)
(Christian Bromann)</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.9.0 - August 9, 2024</p>
<ul>
<li><a
href="461b2c3578"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="fea8563d33"><code>fea8563</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="41d0206693"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="aac191e670"><code>aac191e</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="9fe068c60d"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="b97fa05137"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18759">#18759</a>)
(Christian Bromann)</li>
<li><a
href="3a4eaf9215"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18716">#18716</a>)
(Dave)</li>
<li><a
href="48117b27e9"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="fec2951d58"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="38a0661872"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="3c32a9e23c"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="f9ac978de6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li>See full diff in <a
href="https://github.com/eslint/eslint/commits/v9.9.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 22.1.0 to 22.3.0
<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 `eslint` from 9.8.0 to 9.9.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.9.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="41d0206693"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="3a4eaf9215"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)
(Dave)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="9fe068c60d"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="48117b27e9"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="fec2951d58"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="38a0661872"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="3c32a9e23c"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="f9ac978de6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="461b2c3578"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="fea8563d33"><code>fea8563</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="aac191e670"><code>aac191e</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="b97fa05137"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)
(Christian Bromann)</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.9.0 - August 9, 2024</p>
<ul>
<li><a
href="461b2c3578"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)
(Francesco Trotta)</li>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="fea8563d33"><code>fea8563</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)
(renovate[bot])</li>
<li><a
href="41d0206693"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)
(Arya Emami)</li>
<li><a
href="aac191e670"><code>aac191e</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)
(renovate[bot])</li>
<li><a
href="9fe068c60d"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)
(Alec Gibson)</li>
<li><a
href="b97fa05137"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)
(Christian Bromann)</li>
<li><a
href="3a4eaf9215"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)
(Dave)</li>
<li><a
href="48117b27e9"><code>48117b2</code></a>
docs: add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18738">#18738</a>)
(Amaresh S M)</li>
<li><a
href="fec2951d58"><code>fec2951</code></a>
docs: add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18730">#18730</a>)
(Amaresh S M)</li>
<li><a
href="38a0661872"><code>38a0661</code></a>
docs: Fix typo (<a
href="https://redirect.github.com/eslint/eslint/issues/18735">#18735</a>)
(Zaina Al Habash)</li>
<li><a
href="3c32a9e23c"><code>3c32a9e</code></a>
docs: Update yarn command for creating ESLint config (<a
href="https://redirect.github.com/eslint/eslint/issues/18739">#18739</a>)
(Temitope Ogunleye)</li>
<li><a
href="f9ac978de6"><code>f9ac978</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0dd38631b8"><code>0dd3863</code></a>
9.9.0</li>
<li><a
href="2e5ba7759e"><code>2e5ba77</code></a>
Build: changelog update for 9.9.0</li>
<li><a
href="461b2c3578"><code>461b2c3</code></a>
chore: upgrade to <code>@eslint/js@9.9.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18765">#18765</a>)</li>
<li><a
href="59dba1b340"><code>59dba1b</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="fea8563d33"><code>fea8563</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18724">#18724</a>)</li>
<li><a
href="41d0206693"><code>41d0206</code></a>
feat: Add support for TS config files (<a
href="https://redirect.github.com/eslint/eslint/issues/18134">#18134</a>)</li>
<li><a
href="aac191e670"><code>aac191e</code></a>
chore: update dependency <code>@​eslint/json</code> to ^0.3.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18760">#18760</a>)</li>
<li><a
href="9fe068c60d"><code>9fe068c</code></a>
docs: how to author plugins with configs that extend other configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18753">#18753</a>)</li>
<li><a
href="b97fa05137"><code>b97fa05</code></a>
chore: update wdio dependencies for more stable tests (<a
href="https://redirect.github.com/eslint/eslint/issues/18759">#18759</a>)</li>
<li><a
href="3a4eaf9215"><code>3a4eaf9</code></a>
feat: add suggestion to <code>require-await</code> to remove
<code>async</code> keyword (<a
href="https://redirect.github.com/eslint/eslint/issues/18716">#18716</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.8.0...v9.9.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sharp` from 0.33.4 to 0.33.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's
changelog</a>.</em></p>
<blockquote>
<h3>v0.33.5 - 16th August 2024</h3>
<ul>
<li>
<p>Upgrade to libvips v8.15.3 for upstream bug fixes.</p>
</li>
<li>
<p>Add <code>pageHeight</code> and <code>pages</code> to response of
multi-page output.
<a
href="https://redirect.github.com/lovell/sharp/issues/3411">#3411</a></p>
</li>
<li>
<p>Ensure option to force use of a globally-installed libvips works
correctly.
<a href="https://redirect.github.com/lovell/sharp/pull/4111">#4111</a>
<a href="https://github.com/project0"><code>@​project0</code></a></p>
</li>
<li>
<p>Minimise use of <code>engines</code> property to improve yarn v1
support.
<a
href="https://redirect.github.com/lovell/sharp/issues/4130">#4130</a></p>
</li>
<li>
<p>Ensure <code>sharp.format.heif</code> includes only AVIF when using
prebuilt binaries.
<a
href="https://redirect.github.com/lovell/sharp/issues/4132">#4132</a></p>
</li>
<li>
<p>Add support to recomb operation for 4x4 matrices.
<a href="https://redirect.github.com/lovell/sharp/pull/4147">#4147</a>
<a href="https://github.com/ton11797"><code>@​ton11797</code></a></p>
</li>
<li>
<p>Expose PNG text chunks as <code>comments</code> metadata.
<a href="https://redirect.github.com/lovell/sharp/pull/4157">#4157</a>
<a href="https://github.com/nkeynes"><code>@​nkeynes</code></a></p>
</li>
<li>
<p>Expose optional <code>precision</code> and <code>minAmplitude</code>
parameters of <code>blur</code> operation.
<a href="https://redirect.github.com/lovell/sharp/pull/4168">#4168</a>
<a href="https://redirect.github.com/lovell/sharp/pull/4172">#4172</a>
<a href="https://github.com/marcosc90"><code>@​marcosc90</code></a></p>
</li>
<li>
<p>Ensure <code>keepIccProfile</code> avoids colour transformation where
possible.
<a
href="https://redirect.github.com/lovell/sharp/issues/4186">#4186</a></p>
</li>
<li>
<p>TypeScript: <code>chromaSubsampling</code> metadata is optional.
<a href="https://redirect.github.com/lovell/sharp/pull/4191">#4191</a>
<a
href="https://github.com/DavidVaness"><code>@​DavidVaness</code></a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fc32e0bd3f"><code>fc32e0b</code></a>
Release v0.33.5</li>
<li><a
href="0546e48467"><code>0546e48</code></a>
Docs: changelog entry for <a
href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a></li>
<li><a
href="ab65b7a0f1"><code>ab65b7a</code></a>
TypeScript: chromaSubsampling can be undefined (<a
href="https://redirect.github.com/lovell/sharp/issues/4191">#4191</a>)</li>
<li><a
href="2474bd4163"><code>2474bd4</code></a>
Prerelease v0.33.5-rc.1</li>
<li><a
href="ff2e689d35"><code>ff2e689</code></a>
Remove yarn v1 specifics from help text</li>
<li><a
href="6327f13717"><code>6327f13</code></a>
CI: Add yarn v1 to packaging tests</li>
<li><a
href="f1e69a218e"><code>f1e69a2</code></a>
Prerelease v0.33.5-rc.0</li>
<li><a
href="3c14dbb21e"><code>3c14dbb</code></a>
Minimise use of <code>engines</code> property to improve yarn v1
support</li>
<li><a
href="82cebc31d0"><code>82cebc3</code></a>
Upgrade to libvips v8.15.3 for Linux ARMv6</li>
<li><a
href="ad36fa0605"><code>ad36fa0</code></a>
Ensure emnapiInit function is exported</li>
<li>Additional commits viewable in <a
href="https://github.com/lovell/sharp/compare/v0.33.4...v0.33.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 8.0.1 to 8.1.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.1.0</h2>
<h2>8.1.0 (2024-08-12)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-floating-promises] enable
&quot;add await&quot; suggestion if ignoreVoid is true (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9703">#9703</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-return] check promise any
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8693">#8693</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check subtype
methods against heritage type methods (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8765">#8765</a>)</li>
<li><strong>typescript-eslint:</strong> add JSDoc comments on generated
configs (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9672">#9672</a>)</li>
<li><strong>typescript-estree:</strong> restrict variable declarator
definite/init combinations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9228">#9228</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] typo in
test (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9779">#9779</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
skip checking function bodies for AST references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9738">#9738</a>)</li>
<li><strong>eslint-plugin:</strong> [member-ordering] get accessor
member name &amp; take into account <code>abstract</code> and decorator
(<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9775">#9775</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-optional-chain] wrong
parenthesis fix output (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9597">#9597</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
clarify message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9737">#9737</a>)</li>
<li><strong>utils:</strong> correct types to align with
<code>@​types/eslint</code> v9 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9657">#9657</a>)</li>
<li><strong>website:</strong> tsconfig is blank (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9745">#9745</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Aly Thobani</li>
<li>Brad Zacher <a
href="https://github.com/bradzacher"><code>@​bradzacher</code></a></li>
<li>James <a
href="https://github.com/Zamiell"><code>@​Zamiell</code></a></li>
<li>Josh Goldberg </li>
<li>Joshua Chen</li>
<li>Olivier Zalmanski <a
href="https://github.com/OlivierZal"><code>@​OlivierZal</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</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>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.1.0 (2024-08-12)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>typescript-eslint:</strong> add JSDoc comments on generated
configs</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Aly Thobani</li>
<li>Brad Zacher</li>
<li>James</li>
<li>Josh Goldberg </li>
<li>Joshua Chen</li>
<li>Olivier Zalmanski</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</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="3d78392bc4"><code>3d78392</code></a>
chore(release): publish 8.1.0</li>
<li><a
href="90576fa72a"><code>90576fa</code></a>
feat(typescript-eslint): add JSDoc comments on generated configs (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9672">#9672</a>)</li>
<li><a
href="fb65883d28"><code>fb65883</code></a>
chore: set <code>reportUnusedDisableDirectives</code> level to
<code>error</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9743">#9743</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.0 to 5.4.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.1 (2024-08-15)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: <code>build.modulePreload.resolveDependencies</code> is
optimizable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)
(<a
href="e961b31493">e961b31</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16083">#16083</a></li>
<li>fix: align CorsOptions.origin type with <code>@​types/cors</code>
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)
(<a
href="1bda847329">1bda847</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17836">#17836</a></li>
<li>fix: typings for vite:preloadError (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)
(<a
href="6700594999">6700594</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17868">#17868</a></li>
<li>fix(build): avoid re-define <code>__vite_import_meta_env__</code>
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)
(<a
href="e686d749d6">e686d74</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17876">#17876</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)
(<a
href="d11711c7e4">d11711c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17869">#17869</a></li>
<li>fix(lightningcss): search for assets with correct base path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)
(<a
href="4e5ce3c7a9">4e5ce3c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17856">#17856</a></li>
<li>fix(worker): handle self reference url worker in dependency for
build (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)
(<a
href="391bb4917b">391bb49</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17846">#17846</a></li>
<li>chore: fix picocolors import for local dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)
(<a
href="9018255c69">9018255</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17884">#17884</a></li>
<li>refactor: remove <code>handleHotUpdate</code> from
watch-package-data plugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)
(<a
href="e16bf1fb14">e16bf1f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17865">#17865</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b44c20cb60"><code>b44c20c</code></a>
release: v5.4.1</li>
<li><a
href="391bb4917b"><code>391bb49</code></a>
fix(worker): handle self reference url worker in dependency for build
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17846">#17846</a>)</li>
<li><a
href="e686d749d6"><code>e686d74</code></a>
fix(build): avoid re-define <code>__vite_import_meta_env__</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17876">#17876</a>)</li>
<li><a
href="9018255c69"><code>9018255</code></a>
chore: fix picocolors import for local dev (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17884">#17884</a>)</li>
<li><a
href="1bda847329"><code>1bda847</code></a>
fix: align CorsOptions.origin type with <code>@​types/cors</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17836">#17836</a>)</li>
<li><a
href="e16bf1fb14"><code>e16bf1f</code></a>
refactor: remove <code>handleHotUpdate</code> from watch-package-data
plugin (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17865">#17865</a>)</li>
<li><a
href="6700594999"><code>6700594</code></a>
fix: typings for vite:preloadError (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17868">#17868</a>)</li>
<li><a
href="d11711c7e4"><code>d11711c</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17869">#17869</a>)</li>
<li><a
href="4e5ce3c7a9"><code>4e5ce3c</code></a>
fix(lightningcss): search for assets with correct base path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17856">#17856</a>)</li>
<li><a
href="e961b31493"><code>e961b31</code></a>
fix: <code>build.modulePreload.resolveDependencies</code> is optimizable
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16083">#16083</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.4.1/packages/vite">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-08-16 11:31:06 -07:00
Sylvie Crowe
6bc3054733
SSH Wsh Install (#225)
This change adds the wsh installation to remote shells, so they have
access to its commands.
2024-08-15 21:32:08 -07:00
Evan Simkowitz
65e8d4e3fd
Remove double-click on block header to magnify (#233)
Now that we have the magnify button on the block, we don't need the
double-click to magnify.
2024-08-15 17:49:34 -07:00
Evan Simkowitz
42cc9f5d18
disable drag when there's a magnified node 2024-08-15 15:03:15 -07:00
Evan Simkowitz
c187059c8f
Fix flicker when dragging a node through a node gap (#231)
This simplifies the rect calculations by making the gap between pixels
into a padding applied directly to the leaf nodes. This means the gaps
won't be present in the overlay layer, so when dragging a node around it
is always over an OverlayNode and the pendingAction won't be unset.

Also simplifies onDrop handling
2024-08-15 14:53:13 -07:00
Evan Simkowitz
9fa11ff838
Fix tab switching issues with layout model (#230) 2024-08-15 13:45:45 -07:00
Evan Simkowitz
fc7bb7eaca
Clean up and document the layout model code (#229) 2024-08-15 12:24:06 -07:00
Red J Adaya
a518846900
only set save button to yellow when there are edits (#228) 2024-08-15 11:17:49 -07:00
Evan Simkowitz
1dce9b026f
remove typo 2024-08-14 21:58:55 -07:00
Evan Simkowitz
b5c6c1a937
Create reduced motIon setting (#226)
Adds a new setting that emulates the prefers-reduced-motion media query, allowing users to disable Wave animations without affecting other apps on their system. It also honors the prefers-reduced-motion query in case a system-level configuration is present.
2024-08-14 21:47:09 -07:00
Evan Simkowitz
3c9b3423a9
update type defs 2024-08-14 19:43:25 -07:00
Evan Simkowitz
15cd0b2477
fix resize handle drag offset 2024-08-14 19:37:47 -07:00
Evan Simkowitz
a95f60469a
rename vars 2024-08-14 19:27:32 -07:00
Evan Simkowitz
fb1c3ac85f
update var name 2024-08-14 19:09:22 -07:00
Evan Simkowitz
8262f977f0
remove unused layout tree reducer 2024-08-14 18:44:32 -07:00
Evan Simkowitz
e85b0d205e
New layout model (#210)
This PR is a large refactoring of the layout code to move as much of the
layout state logic as possible into a unified model class, with atoms
and derived atoms to notify the display logic of changes. It also fixes
some latent bugs in the node resize code, significantly speeds up
response times for resizing and dragging, and sets us up to fully
replace the React-DnD library in the future.
2024-08-14 18:40:41 -07:00
Red J Adaya
2684a74db2
webview url fix (#219)
Fixes issue where deleting the entire URL doesn't work in webview.
2024-08-14 14:39:18 -07:00
Red J Adaya
5b686d6534
do not switch to readonly after saving (#223) 2024-08-14 14:38:21 -07:00
Red J Adaya
688ed8a870
Fix number overlay hotkeys conflict with screenshot in macos (#222) 2024-08-14 14:38:02 -07:00
sawka
961502916b implement remotewritefile 2024-08-13 18:36:11 -07:00
sawka
c962391b71 hook up wsh router to wps 2024-08-13 18:19:29 -07:00
Mike Sawka
844451ea0d
wsh routing + proxy (#224)
lots of changes, including:
* source/route to rpcmessage
* rpcproxy
* wshrouter
* bug fixing
* wps uses routeids not clients
2024-08-13 16:52:35 -07:00
Evan Simkowitz
01d788b780
Fix package task for Windows 2024-08-12 23:37:08 -07:00
Evan Simkowitz
9e1460b9e1
Remove UUID library in favor of Crypto (#221)
This PR swaps usage of the `uuid` library for the built-in
`crypto.randomUUID` function, which is available in both NodeJS and the
browser. The built-in function is around 12x faster than the `uuid`
library. The strings produced by the built-in function are fully
compatible with the UUIDv4 standard, so it's an easy switch.
2024-08-12 21:20:13 -07:00
Evan Simkowitz
02801532c0
Upgrade to latest Yarn version (#220) 2024-08-12 20:47:41 -07:00
sawka
a2aef5b0ce add wsh term to open a new terminal in directory 2024-08-12 16:14:19 -07:00
sawka
f464223aab switch from 'main' to 'term' for main terminal blockfile 2024-08-12 15:53:34 -07:00