Commit Graph

338 Commits

Author SHA1 Message Date
dependabot[bot]
f715d19780
Bump the dev-dependencies group with 4 updates (#264) 2024-08-23 17:43:09 -07:00
dependabot[bot]
27d22c2f7e
Bump the electron group with 2 updates (#267)
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.3 to 6.3.4
<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.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a>
<a
href="e77de9f661"><code>e77de9f6</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! -
update semver to latest</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a>
<a
href="5fae1cf3be"><code>5fae1cf3</code></a>
Thanks <a href="https://github.com/ckarich"><code>@​ckarich</code></a>!
- fix: windows signature verification special chars</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a>
<a
href="15ce5b4164"><code>15ce5b41</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix
aborted event</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.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8417">#8417</a>
<a
href="e77de9f661"><code>e77de9f6</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! -
update semver to latest</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8409">#8409</a>
<a
href="5fae1cf3be"><code>5fae1cf3</code></a>
Thanks <a href="https://github.com/ckarich"><code>@​ckarich</code></a>!
- fix: windows signature verification special chars</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8282">#8282</a>
<a
href="15ce5b4164"><code>15ce5b41</code></a>
Thanks <a
href="https://github.com/beyondkmp"><code>@​beyondkmp</code></a>! - fix
aborted event</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d5d9f3f9aa"><code>d5d9f3f</code></a>
chore(deploy): Release v25.0.5 (electron-updater@6.3.4) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8411">#8411</a>)</li>
<li><a
href="e77de9f661"><code>e77de9f</code></a>
chore(deps): upgrade semver to latest to resolve CVE (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8417">#8417</a>)</li>
<li><a
href="15ce5b4164"><code>15ce5b4</code></a>
fix: change <code>abort</code> listener to <code>aborted</code> event
(<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8282">#8282</a>)</li>
<li><a
href="5fae1cf3be"><code>5fae1cf</code></a>
fix: windows signature verification special chars (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8409">#8409</a>)</li>
<li>See full diff in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.4/packages/electron-updater">compare
view</a></li>
</ul>
</details>
<br />

Updates `electron` from 31.4.0 to 32.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v32.0.1</h2>
<h1>Release Notes for v32.0.1</h1>
<h2>Other Changes</h2>
<ul>
<li>Security: cherry-pick 9797576 from v8 <a
href="https://redirect.github.com/electron/electron/pull/43384">#43384</a></li>
</ul>
<h2>electron v32.0.0</h2>
<h1>Release Notes for v32.0.0</h1>
<h2>Stack Upgrades</h2>
<ul>
<li>Chromium<code>128.0.6613.36</code>
<ul>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-128/">New
in 128</a></li>
<li><a href="https://developer.chrome.com/blog/new-in-chrome-127/">New
in 127</a></li>
</ul>
</li>
<li>Node <code>20.16.0</code>
<ul>
<li><a href="https://nodejs.org/en/blog/release/v20.16.0/">Node 20.16.0
blog post</a></li>
</ul>
</li>
<li>V8 <code>12.8</code></li>
</ul>
<h2>Breaking Changes</h2>
<ul>
<li>Removed nonstandard <code>File.path</code> extension from the Web
<code>File</code> API. <a
href="https://redirect.github.com/electron/electron/pull/42053">#42053</a></li>
<li>Added the following existing navigation related APIs to
<code>webcontents.navigationHistory</code>: <code>canGoBack</code>,
<code>goBack</code>, <code>canGoForward</code>, <code>goForward</code>,
<code>canGoToOffset</code>, <code>goToOffset</code>, <code>clear</code>.
<a
href="https://redirect.github.com/electron/electron/pull/41752">#41752</a></li>
</ul>
<h2>Features</h2>
<h3>Additions</h3>
<ul>
<li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>,
<code>DownloadItem.getPercentComplete()</code>,
<code>DownloadItem.getEndTime()</code>. <a
href="https://redirect.github.com/electron/electron/pull/42913">#42913</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42914">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42915">31</a>)<!--
raw HTML omitted --></li>
<li>Added <code>cumulativeCPUUsage</code> to AppMetrics and CPUUsage. <a
href="https://redirect.github.com/electron/electron/pull/41819">#41819</a></li>
<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/43024">#43024</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/43137">31</a>)<!--
raw HTML omitted --></li>
<li>Enabled the Windows Control Overlay API on Linux. <a
href="https://redirect.github.com/electron/electron/pull/42681">#42681</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42683">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42682">31</a>)<!--
raw HTML omitted --></li>
<li>Expose <code>systemPreferences</code> to
<code>utilityProcess</code>. <a
href="https://redirect.github.com/electron/electron/pull/42599">#42599</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42600">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42598">31</a>)<!--
raw HTML omitted --></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Aligned failure pathway in File System Access API with upstream when
attempting to open a file or directory in a blocked path. <a
href="https://redirect.github.com/electron/electron/pull/42993">#42993</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43162">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42994">31</a>)<!--
raw HTML omitted --></li>
<li>Extended <code>WebContentsView</code> to accept pre-existing
<code>webContents</code> object. <a
href="https://redirect.github.com/electron/electron/pull/42086">#42086</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42319">31</a>)<!--
raw HTML omitted --></li>
<li>Improved error messages when <code>ses.cookies.set</code> fails. <a
href="https://redirect.github.com/electron/electron/pull/42362">#42362</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42399">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42398">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42400">31</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Don't check for Desktop Environment in setProgressBar and
setBadgeCount. <a
href="https://redirect.github.com/electron/electron/pull/41211">#41211</a></li>
<li>Fixed an error where a minimized or hidden window would thrown an
unresponsive error in the main process. <a
href="https://redirect.github.com/electron/electron/pull/43053">#43053</a></li>
</ul>
<h3>Also in earlier versions...</h3>
<ul>
<li>BrowserWindow.show() now correctly restores focus to inactive apps
on macOS. <a
href="https://redirect.github.com/electron/electron/pull/42300">#42300</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42306">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42305">31</a>)<!--
raw HTML omitted --></li>
<li>Electron doesn't paint on offscreen-render mode after gpu process
crashed. <a
href="https://redirect.github.com/electron/electron/pull/41904">#41904</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/41923">29</a>,
<a
href="https://redirect.github.com/electron/electron/pull/41925">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/41924">31</a>)<!--
raw HTML omitted --></li>
<li>Fix: fixed the <code>npm run lint</code> not working on Windows. <a
href="https://redirect.github.com/electron/electron/pull/42905">#42905</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42906">31</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash in <code>addChildView</code> if a view is added as its
own child. <a
href="https://redirect.github.com/electron/electron/pull/42067">#42067</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42107">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42108">31</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash that could occur in some DevTools extensions
containing draggable regions. <a
href="https://redirect.github.com/electron/electron/pull/43199">#43199</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43200">31</a>)<!--
raw HTML omitted --></li>
<li>Fixed a crash when the same <code>WebContentsView</code> is added
via <code>addChildView</code> multiple times. <a
href="https://redirect.github.com/electron/electron/pull/42085">#42085</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42115">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42116">31</a>)<!--
raw HTML omitted --></li>
<li>Fixed a focus issue when calling
<code>BrowserWindow.setTopBrowserView</code>. <a
href="https://redirect.github.com/electron/electron/pull/42733">#42733</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42735">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42734">31</a>)<!--
raw HTML omitted --></li>
<li>Fixed a potential crash when removing notifications on Windows. <a
href="https://redirect.github.com/electron/electron/pull/43060">#43060</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43059">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43061">31</a>)<!--
raw HTML omitted --></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/blob/main/docs/breaking-changes.md">electron's
changelog</a>.</em></p>
<blockquote>
<h1>Breaking Changes</h1>
<p>Breaking changes will be documented here, and deprecation warnings
added to JS code where possible, at least <a
href="https://github.com/electron/electron/blob/main/docs/tutorial/electron-versioning.md#semver">one
major version</a> before the change is made.</p>
<h3>Types of Breaking Changes</h3>
<p>This document uses the following convention to categorize breaking
changes:</p>
<ul>
<li><strong>API Changed:</strong> An API was changed in such a way that
code that has not been updated is guaranteed to throw an exception.</li>
<li><strong>Behavior Changed:</strong> The behavior of Electron has
changed, but not in such a way that an exception will necessarily be
thrown.</li>
<li><strong>Default Changed:</strong> Code depending on the old default
may break, not necessarily throwing an exception. The old behavior can
be restored by explicitly specifying the value.</li>
<li><strong>Deprecated:</strong> An API was marked as deprecated. The
API will continue to function, but will emit a deprecation warning, and
will be removed in a future release.</li>
<li><strong>Removed:</strong> An API or feature was removed, and is no
longer supported by Electron.</li>
</ul>
<h2>Planned Breaking API Changes (33.0)</h2>
<h3>Behavior Changed: <code>webContents</code> property on
<code>login</code> on <code>app</code></h3>
<p>The <code>webContents</code> property in the <code>login</code> event
from <code>app</code> will be <code>null</code>
when the event is triggered for requests from the <a
href="https://github.com/electron/electron/blob/main/docs/api/utility-process.md">utility
process</a>
created with <code>respondToAuthRequestsFromMainProcess</code>
option.</p>
<h3>Deprecated: <code>textured</code> option in
<code>BrowserWindowConstructorOption.type</code></h3>
<p>The <code>textured</code> option of <code>type</code> in
<code>BrowserWindowConstructorOptions</code> has been deprecated with no
replacement. This option relied on the <a
href="https://developer.apple.com/documentation/appkit/nswindowstylemask/nswindowstylemasktexturedbackground"><code>NSWindowStyleMaskTexturedBackground</code></a>
style mask on macOS, which has been deprecated with no alternative.</p>
<h3>Removed: macOS 10.15 support</h3>
<p>macOS 10.15 (Catalina) is no longer supported by <a
href="https://chromium-review.googlesource.com/c/chromium/src/+/5734361">Chromium</a>.</p>
<p>Older versions of Electron will continue to run on Catalina, but
macOS 11 (Big Sur)
or later will be required to run Electron v33.0.0 and higher.</p>
<h3>Deprecated:
<code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code></h3>
<p>The
<code>systemPreferences.accessibilityDisplayShouldReduceTransparency</code>
property is now deprecated in favor of the new
<code>nativeTheme.prefersReducedTransparency</code>, which provides
identical information and works cross-platform.</p>
<pre lang="js"><code>// Deprecated
const shouldReduceTransparency =
systemPreferences.accessibilityDisplayShouldReduceTransparency
<p>// Replace with:<br />
const prefersReducedTransparency =
nativeTheme.prefersReducedTransparency<br />
</code></pre></p>
<h2>Planned Breaking API Changes (32.0)</h2>
<h3>Removed: <code>File.path</code></h3>
<p>The nonstandard <code>path</code> property of the Web
<code>File</code> object was added in an early version of Electron as a
convenience method for working with native files when doing everything
in the renderer was more common. However, it represents a deviation from
the standard and poses a minor security risk as well, so beginning in
Electron 32.0 it has been removed in favor of the <a
href="https://github.com/electron/electron/blob/main/docs/api/web-utils.md#webutilsgetpathforfilefile"><code>webUtils.getPathForFile</code></a>
method.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a577d569ec"><code>a577d56</code></a>
chore: cherry-pick 9797576 from v8 (<a
href="https://redirect.github.com/electron/electron/issues/43384">#43384</a>)</li>
<li><a
href="915c7bd9fc"><code>915c7bd</code></a>
refactor: remove unused SetWMSpecState (<a
href="https://redirect.github.com/electron/electron/issues/43364">#43364</a>)</li>
<li><a
href="3f16924182"><code>3f16924</code></a>
chore: remove unused method Erase() (<a
href="https://redirect.github.com/electron/electron/issues/43363">#43363</a>)</li>
<li><a
href="9e421e8f43"><code>9e421e8</code></a>
docs: add docs API history (<a
href="https://redirect.github.com/electron/electron/issues/43362">#43362</a>)</li>
<li><a
href="2471ebf39c"><code>2471ebf</code></a>
build: use smaller instances for gn-check (<a
href="https://redirect.github.com/electron/electron/issues/43358">#43358</a>)</li>
<li><a
href="417348130c"><code>4173481</code></a>
docs: expand dialog window to <code>BaseWindow</code> (<a
href="https://redirect.github.com/electron/electron/issues/43338">#43338</a>)</li>
<li><a
href="8c1be5ade2"><code>8c1be5a</code></a>
feat: support app#login event for utility process net requests (<a
href="https://redirect.github.com/electron/electron/issues/43317">#43317</a>)</li>
<li><a
href="7123b313cf"><code>7123b31</code></a>
feat: accept-encoding zstd (<a
href="https://redirect.github.com/electron/electron/issues/43300">#43300</a>)</li>
<li><a
href="588856ed27"><code>588856e</code></a>
chore: bump chromium to 128.0.6613.36 (32-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43328">#43328</a>)</li>
<li><a
href="0c72474bd4"><code>0c72474</code></a>
fix: blank page when printing pdf (<a
href="https://redirect.github.com/electron/electron/issues/43326">#43326</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v31.4.0...v32.0.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 10:23:51 -07:00
Evan Simkowitz
5c00fc6e78
Fix sharp import issue (#251)
This PR updates the window controls overlay code to remove the
dependency on `sharp`, which is a natively-compiled Node library that is
really hard to package for Electron given the way that we strip node
modules after bundling. I've replaced this with `pngjs`, which has a
smaller footprint and is still relatively fast (it doesn't need to be
perfect since it runs on the Node process instead of the browser
process).
2024-08-20 13:18:47 -07:00
Evan Simkowitz
e6003c310e
Set background color for window controls on Linux (#247)
The Window Controls Overlay API applies a transparent overlay on
Windows, but not on Linux. This PR addresses this by capturing the area
underneath the overlay, averaging the color of the area, and setting
this as the overlay background color.

It will also detect whether to make the control symbols white or black,
depending on how dark the background color is.

On Linux, this will set both the background color and the symbol color,
on Windows it will just set the symbol color.

<img width="721" alt="image"
src="https://github.com/user-attachments/assets/e6f9f8f8-a49f-41b6-984e-09e7d52c631d">
2024-08-19 14:16:09 -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
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
dependabot[bot]
248176360e
Bump the prod-dependencies group with 4 updates (#213)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

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

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

---

[//]: # (dependabot-end)

Bumps the prod-dependencies group with 4 updates:
[@observablehq/plot](https://github.com/observablehq/plot),
[@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table),
[jotai](https://github.com/pmndrs/jotai) and
[winston](https://github.com/winstonjs/winston).

Updates `@observablehq/plot` from 0.6.15 to 0.6.16
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/observablehq/plot/releases"><code>@​observablehq/plot</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v0.6.16</h2>
<p>Please see the <a
href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616">0.6.16
release notes</a> for examples and more!</p>
<h2>New features</h2>
<ul>
<li>Add the <a href="https://observablehq.com/plot/marks/waffle">waffle
mark</a> 🧇 for comparing countable quantities. <a
href="https://redirect.github.com/observablehq/plot/issues/2029">#2029</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a></li>
<li>Add support for GeoJSON data and GeoJSON property shorthand to all
marks. <a
href="https://redirect.github.com/observablehq/plot/issues/2092">#2092</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1745">#1745</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1172">#1172</a></li>
<li>Add support for the <strong>tip</strong> option to the <a
href="https://observablehq.com/plot/marks/geo">geo mark</a> (via an
implicit <a
href="https://observablehq.com/plot/transforms/centroid">centroid
transform</a>). <a
href="https://redirect.github.com/observablehq/plot/issues/2088">#2088</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2087">#2087</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2085">#2085</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1743">#1743</a></li>
<li>Add support for Apache Arrow as native data, allowing channel
shorthand. <a
href="https://redirect.github.com/observablehq/plot/issues/191">#191</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2030">#2030</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a></li>
<li>Add per-side and per-corner <a
href="https://observablehq.com/plot/features/marks#rounded-corners">rounding
options</a> (<strong>r</strong>, <strong>rx1</strong>,
<strong>ry1</strong>, <em>etc.</em>) to <a
href="https://observablehq.com/plot/marks/rect">rect</a>-like marks. <a
href="https://redirect.github.com/observablehq/plot/issues/2099">#2099</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2054">#2054</a></li>
<li>Add <strong>className</strong> mark option. Thanks, <a
href="https://github.com/RLesser"><code>@​RLesser</code></a>! <a
href="https://redirect.github.com/observablehq/plot/issues/1098">#1098</a></li>
<li>Add <a
href="https://observablehq.com/plot/marks/difference#differenceX">differenceX</a>
and <a
href="https://observablehq.com/plot/transforms/shift#shiftY">shiftY</a>.
<a
href="https://redirect.github.com/observablehq/plot/issues/1922">#1922</a></li>
</ul>
<h2>Bug fixes and other improvements</h2>
<ul>
<li>Change the <a href="https://observablehq.com/plot/marks/tip">tip
mark</a> to ignore channels of literal color values. <a
href="https://redirect.github.com/observablehq/plot/issues/2091">#2091</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2090">#2090</a></li>
<li>Optimize clip path rendering. <a
href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a></li>
<li>Fix <a href="https://observablehq.com/plot/features/markers">marker
options</a> on <a
href="https://observablehq.com/plot/marks/line">lines</a> with variable
aesthetics. <a
href="https://redirect.github.com/observablehq/plot/issues/2094">#2094</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2093">#2093</a></li>
<li>Fix the default plot height when a <strong>projection</strong>
<strong>domain</strong> is set. <a
href="https://redirect.github.com/observablehq/plot/issues/2102">#2102</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/2063">#2063</a></li>
<li>Fix the default plot height when the ordinal <em>y</em> scale domain
is empty. <a
href="https://redirect.github.com/observablehq/plot/issues/1864">#1864</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1856">#1856</a></li>
<li>Fix the <a
href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a>
with the pointer transform. <a
href="https://redirect.github.com/observablehq/plot/issues/1622">#1622</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li>
<li>Fix the <a
href="https://observablehq.com/plot/marks/delaunay">Voronoi mark</a>
with non-exclusive facets. <a
href="https://redirect.github.com/observablehq/plot/issues/1858">#1858</a>
<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a></li>
<li>Fix detection of date columns with Apache Arrow data. <a
href="https://redirect.github.com/observablehq/plot/issues/2096">#2096</a></li>
</ul>
<h2>New contributors</h2>
<ul>
<li><a href="https://github.com/RLesser"><code>@​RLesser</code></a> made
their first contribution in <a
href="https://redirect.github.com/observablehq/plot/pull/1098">observablehq/plot#1098</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/observablehq/plot/blob/main/CHANGELOG.md"><code>@​observablehq/plot</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>0.6.16</h2>
<p><a
href="https://github.com/observablehq/plot/releases/tag/v0.6.16">Released
August 6, 2024.</a></p>
<p>The new <a href="https://observablehq.com/plot/marks/waffle">waffle
mark</a> 🧇 displays a quantity (or quantitative extent) for a given
category; unlike a <a
href="https://observablehq.com/plot/marks/bar">bar</a>, a waffle is
subdivided into cells that allow easier counting, making waffles useful
for reading and comparing exact quantities. Plot’s waffle mark is highly
configurable: it supports stacking, positive and negative values,
rounded corners, partial cells for fractional counts, automatic row or
column size determination (with optional override), and more!</p>
<p><a href="https://observablehq.com/plot/marks/waffle"><!-- raw HTML
omitted --></a></p>
<pre lang="js"><code>Plot.plot({
  fx: {interval: 10},
  color: {legend: true},
marks: [Plot.waffleY(olympians, Plot.groupZ({y: &quot;count&quot;},
{fill: &quot;sex&quot;, sort: &quot;sex&quot;, fx: &quot;weight&quot;,
unit: 10}))]
})
</code></pre>
<p>All marks now support GeoJSON data and GeoJSON property shorthand,
making it easier to work with GeoJSON. For example, below the data
<code>counties</code> is a GeoJSON FeatureCollection, and
<code>unemployment</code> refers to a property on each feature; the
<strong>fill</strong> option is thus shorthand for <code>(d) =&gt;
d.properties.unemployment</code>. The <a
href="https://observablehq.com/plot/marks/geo">geo mark</a> now also
supports the <strong>tip</strong> option (via an implicit <a
href="https://observablehq.com/plot/transforms/centroid">centroid
transform</a>), making it easier to use Plot’s <a
href="https://observablehq.com/plot/interactions/pointer">interactive
tooltips</a>.</p>
<p><a href="https://observablehq.com/plot/marks/geo"><!-- raw HTML
omitted --></a></p>
<pre lang="js"><code>Plot.plot({
  projection: &quot;albers-usa&quot;,
  color: {
    type: &quot;quantile&quot;,
    n: 9,
    scheme: &quot;blues&quot;,
    label: &quot;Unemployment (%)&quot;,
    legend: true
  },
  marks: [
    Plot.geo(counties, {
      fill: &quot;unemployment&quot;,
title: (d) =&gt; `${d.properties.name} ${d.properties.unemployment}%`,
      tip: true
    })
  ]
})
</code></pre>
<p>All marks now also support column name channel shorthand when using
Apache Arrow tables as data, and we’ve added detection of Arrow
date-type columns. (Arrow represents temporal data using BigInt rather
than Date.)</p>
<pre lang="js"><code>Plot.dot(gistemp, {x: &quot;Date&quot;, y:
&quot;Anomaly&quot;}).plot() // gistemp is an Arrow Table!
</code></pre>
<p>The rect-like marks (<a
href="https://observablehq.com/plot/marks/rect">rect</a>, <a
href="https://observablehq.com/plot/marks/bar">bar</a>, <a
href="https://observablehq.com/plot/marks/cell">cell</a>, and <a
href="https://observablehq.com/plot/marks/frame">frame</a>) now support
individual rounding options for each side (<strong>rx1</strong>,
<strong>ry1</strong>, <em>etc.</em>) and corner (<strong>rx1y1</strong>,
<strong>rx2y1</strong>, <em>etc.</em>). This allows you to round just
the top side of rects. You can even use a negative corner radius on the
bottom side for seamless stacking, as in the histogram of Olympic
athletes below.</p>
<p><a href="https://observablehq.com/plot/marks/rect"><!-- raw HTML
omitted --></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4324fa0a6f"><code>4324fa0</code></a>
implement cloneNode</li>
<li><a
href="5478728579"><code>5478728</code></a>
0.6.16 (<a
href="https://redirect.github.com/observablehq/plot/issues/2122">#2122</a>)</li>
<li><a
href="9ea2e27650"><code>9ea2e27</code></a>
waffle multiple option (<a
href="https://redirect.github.com/observablehq/plot/issues/2121">#2121</a>)</li>
<li><a
href="67736b1291"><code>67736b1</code></a>
document arrow support (<a
href="https://redirect.github.com/observablehq/plot/issues/2120">#2120</a>)</li>
<li><a
href="0f884a2900"><code>0f884a2</code></a>
support Apache Arrow as a normalized data representation (<a
href="https://redirect.github.com/observablehq/plot/issues/2115">#2115</a>)</li>
<li><a
href="c911b1a7a6"><code>c911b1a</code></a>
stable clip paths (<a
href="https://redirect.github.com/observablehq/plot/issues/1624">#1624</a>)</li>
<li><a
href="699e2d69ff"><code>699e2d6</code></a>
waffle mark 🧇 (<a
href="https://redirect.github.com/observablehq/plot/issues/2040">#2040</a>)</li>
<li><a
href="7fdbbabf7f"><code>7fdbbab</code></a>
fix <a
href="https://redirect.github.com/observablehq/plot/issues/2117">#2117</a>;
delete obsolete sentence</li>
<li><a
href="a576ab3afd"><code>a576ab3</code></a>
Voronoi initializer (for pointer interactions) (<a
href="https://redirect.github.com/observablehq/plot/issues/1623">#1623</a>)</li>
<li><a
href="6f0fe3fae6"><code>6f0fe3f</code></a>
Getting Started in Node.js (<a
href="https://redirect.github.com/observablehq/plot/issues/2116">#2116</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16">compare
view</a></li>
</ul>
</details>
<br />

Updates `@tanstack/react-table` from 8.19.3 to 8.20.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/table/releases"><code>@​tanstack/react-table</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.20.1</h2>
<p>Version 8.20.1 - 8/3/24, 10:29 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>id building was not consistent when using deep accessorKey (4754)
(<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5430">#5430</a>)
(84cf73a) by Roman Kozodoi</li>
</ul>
<h3>Docs</h3>
<ul>
<li>fix link to row-models doc in guide/tables.md (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5467">#5467</a>)
(55da0c3) by <a
href="https://github.com/0ctothorp"><code>@​0ctothorp</code></a></li>
<li>Update columns.md (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5666">#5666</a>)
(a8d1971) by squidjam</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/table-core</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/angular-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/lit-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/qwik-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/react-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/solid-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/svelte-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/vue-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
<li><code>@​tanstack/react-table-devtools</code><a
href="https://github.com/8"><code>@​8</code></a>.20.1</li>
</ul>
<h2>v8.20.0</h2>
<p>Version 8.20.0 - 8/3/24, 9:32 PM</p>
<h2>Changes</h2>
<h3>Feat</h3>
<ul>
<li>add support for reactivity in Vue-adapter (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5687">#5687</a>)
(ab8e318) by <a
href="https://github.com/OlaAlsaker"><code>@​OlaAlsaker</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>fixed wrong path (<a
href="https://github.com/TanStack/table/tree/HEAD/packages/react-table/issues/5693">#5693</a>)
(f8a018d) by Hannes</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/vue-table</code><a
href="https://github.com/8"><code>@​8</code></a>.20.0</li>
</ul>
<h2>v8.19.4</h2>
<p>Version 8.19.4 - 8/3/24, 8:50 PM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9370c9e31a"><code>9370c9e</code></a>
release: v8.20.1</li>
<li><a
href="f269a59035"><code>f269a59</code></a>
release: v8.19.4</li>
<li>See full diff in <a
href="https://github.com/TanStack/table/commits/v8.20.1/packages/react-table">compare
view</a></li>
</ul>
</details>
<br />

Updates `jotai` from 2.9.1 to 2.9.2
<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.2</h2>
<p>A small improvement in atomFamily for edge use cases.</p>
<h2>What's Changed</h2>
<ul>
<li>feat(utils): atomFamily supports getParams and unstable_listen api
by <a href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a>
in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2685">pmndrs/jotai#2685</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/junkboy0315"><code>@​junkboy0315</code></a>
made their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2694">pmndrs/jotai#2694</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="20e0cde354"><code>20e0cde</code></a>
2.9.2</li>
<li><a
href="785d14a354"><code>785d14a</code></a>
update dev dependencies (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2696">#2696</a>)</li>
<li><a
href="b4565cbb97"><code>b4565cb</code></a>
feat(utils): atomFamily supports getParams and unstable_listen api (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2685">#2685</a>)</li>
<li><a
href="9228a8892f"><code>9228a88</code></a>
docs: remove redundant parentheses (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2694">#2694</a>)</li>
<li><a
href="c76b2242d0"><code>c76b224</code></a>
docs: (jotai-tanstack-query) remove wonka as a peer dependency (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2693">#2693</a>)</li>
<li>See full diff in <a
href="https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `winston` from 3.13.1 to 3.14.1
<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.1</h2>
<ul>
<li>Save a reference to console methods in console transport (<a
href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)
e82752f</li>
<li>Add <code>forceConsole</code> to
<code>ConsoleTransportOptions</code> (<a
href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)
4ff0538</li>
<li>Bump mocha from 10.6.0 to 10.7.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)
62acaad</li>
<li>Update readme with forceConsole info (<a
href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)
b2b79af</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1">https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1</a></p>
<h2>v3.14.0</h2>
<ul>
<li>Add option forceConsole (<a
href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)
b2098fd</li>
<li>Set _rotate false on emit &amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;rotate&amp;<a
href="https://redirect.github.com/winstonjs/winston/issues/39">#39</a>;
false (<a
href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)
1719275</li>
<li>Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)
d2859f3</li>
<li>Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)
71e4bb1</li>
<li>fix: readme (<a
href="https://redirect.github.com/winstonjs/winston/issues/2488">#2488</a>)
0cb8c7c</li>
</ul>
<p><a
href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0">https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b270c4ee8a"><code>b270c4e</code></a>
3.14.1</li>
<li><a
href="e82752fc7f"><code>e82752f</code></a>
Save a reference to console methods in console transport (<a
href="https://redirect.github.com/winstonjs/winston/issues/2498">#2498</a>)</li>
<li><a
href="4ff0538e11"><code>4ff0538</code></a>
Add <code>forceConsole</code> to <code>ConsoleTransportOptions</code>
(<a
href="https://redirect.github.com/winstonjs/winston/issues/2496">#2496</a>)</li>
<li><a
href="62acaad26c"><code>62acaad</code></a>
Bump mocha from 10.6.0 to 10.7.0 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2489">#2489</a>)</li>
<li><a
href="b2b79af239"><code>b2b79af</code></a>
Update readme with forceConsole info (<a
href="https://redirect.github.com/winstonjs/winston/issues/2493">#2493</a>)</li>
<li><a
href="c4a15ec023"><code>c4a15ec</code></a>
3.14.0</li>
<li><a
href="b2098fd9c0"><code>b2098fd</code></a>
Add option forceConsole (<a
href="https://redirect.github.com/winstonjs/winston/issues/2276">#2276</a>)</li>
<li><a
href="1719275473"><code>1719275</code></a>
Set _rotate false on emit 'rotate' false (<a
href="https://redirect.github.com/winstonjs/winston/issues/2457">#2457</a>)</li>
<li><a
href="d2859f3d31"><code>d2859f3</code></a>
Bump <code>@​babel/core</code> from 7.24.7 to 7.24.9 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2485">#2485</a>)</li>
<li><a
href="71e4bb1654"><code>71e4bb1</code></a>
Bump <code>@​babel/preset-env</code> from 7.24.7 to 7.24.8 (<a
href="https://redirect.github.com/winstonjs/winston/issues/2487">#2487</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:46:58 -07:00
dependabot[bot]
accf67b597
Bump the dev-dependencies group with 3 updates (#211)
Bumps the dev-dependencies group with 3 updates:
[tsx](https://github.com/privatenumber/tsx),
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths).

Updates `tsx` from 4.16.5 to 4.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/privatenumber/tsx/releases">tsx's
releases</a>.</em></p>
<blockquote>
<h2>v4.17.0</h2>
<h1><a
href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a>
(2024-08-08)</h1>
<h3>Features</h3>
<ul>
<li>upgrade esbuild to 0.23 (<a
href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)
(<a
href="bd83d3bf59">bd83d3b</a>)</li>
</ul>
<hr />
<p>This release is also available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/tsx/v/4.17.0"><code>npm
package (@​latest dist-tag)</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bd83d3bf59"><code>bd83d3b</code></a>
feat: upgrade esbuild to 0.23 (<a
href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>)</li>
<li>See full diff in <a
href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.3.5 to 5.4.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/releases">vite's
releases</a>.</em></p>
<blockquote>
<h2>create-vite@5.4.0</h2>
<p>Please refer to <a
href="https://github.com/vitejs/vite/blob/create-vite@5.4.0/packages/create-vite/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2>5.4.0 (2024-08-07)</h2>
<ul>
<li>fix(build): windows platform build output path error (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17818">#17818</a>)
(<a
href="6ae0615416">6ae0615</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17818">#17818</a></li>
<li>fix(deps): update launch-editor to consume fix for windows paths (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17828">#17828</a>)
(<a
href="cf2f90d4b9">cf2f90d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17828">#17828</a></li>
<li>fix(ssr): fix <code>global</code> variable name conflict (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17809">#17809</a>)
(<a
href="6aa220607b">6aa2206</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17809">#17809</a></li>
<li>fix(worker): fix <code>importScripts</code> injection breaking iife
code (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17827">#17827</a>)
(<a
href="bb4ba9f448">bb4ba9f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17827">#17827</a></li>
<li>chore: bump typescript-eslint to v8 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17624">#17624</a>)
(<a
href="d1891fda02">d1891fd</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17624">#17624</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17820">#17820</a>)
(<a
href="bb2f8bb55f">bb2f8bb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17820">#17820</a></li>
<li>perf(ssr): do a single-pass over AST with node cache arrays (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17812">#17812</a>)
(<a
href="81327eb980">81327eb</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17812">#17812</a></li>
</ul>
<h2>5.4.0-beta.1 (2024-08-01)</h2>
<ul>
<li>fix: handle encoded base paths (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17577">#17577</a>)
(<a
href="720447ee72">720447e</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17577">#17577</a></li>
<li>fix: opt-in server.fs.cachedChecks (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17807">#17807</a>)
(<a
href="4de659c351">4de659c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17807">#17807</a></li>
<li>feat(css): support sass compiler api and sass-embedded package (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17754">#17754</a>)
(<a
href="1025bb6d8f">1025bb6</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17754">#17754</a></li>
</ul>
<h2>5.4.0-beta.0 (2024-07-30)</h2>
<ul>
<li>fix: specify own Node version as target when bundling config files
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17307">#17307</a>)
(<a
href="bbf001f0ec">bbf001f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17307">#17307</a></li>
<li>fix(build): handle invalid JSON in import.meta.env (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17648">#17648</a>)
(<a
href="659b720693">659b720</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17648">#17648</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17780">#17780</a>)
(<a
href="e408542748">e408542</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17780">#17780</a></li>
<li>fix(mergeConfig): don't recreate server.hmr.server instance (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17763">#17763</a>)
(<a
href="5c55b291cf">5c55b29</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17763">#17763</a></li>
<li>feat(css): support sass modern api (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17728">#17728</a>)
(<a
href="73a3de01d2">73a3de0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17728">#17728</a></li>
<li>feat(types): support custom VitePreloadErrorEvent (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17615">#17615</a>)
(<a
href="116e37acf1">116e37a</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17615">#17615</a></li>
<li>perf: improve regex performance (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17789">#17789</a>)
(<a
href="952bae3efc">952bae3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17789">#17789</a></li>
<li>chore: minor config.logger refactor (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17770">#17770</a>)
(<a
href="b947fdcc9d">b947fdc</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17770">#17770</a></li>
<li>chore: update eslint config (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17788">#17788</a>)
(<a
href="796eef3af1">796eef3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17788">#17788</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7c06ef07f8"><code>7c06ef0</code></a>
refactor(optimizer): use early continues (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17551">#17551</a>)</li>
<li><a
href="a8e2f6fafc"><code>a8e2f6f</code></a>
fix(client): uniform variable <code>location</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17528">#17528</a>)</li>
<li><a
href="6c10662281"><code>6c10662</code></a>
chore(deps): update dependency eslint to v9 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16661">#16661</a>)</li>
<li><a
href="bf123f2c62"><code>bf123f2</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17494">#17494</a>)</li>
<li><a
href="ec16a5efc0"><code>ec16a5e</code></a>
chore: fix some comments (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17495">#17495</a>)</li>
<li><a
href="c608e6ac74"><code>c608e6a</code></a>
release: v5.3.1</li>
<li><a
href="6ced135c6f"><code>6ced135</code></a>
fix(build): preload treeshaking ignore equal (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17480">#17480</a>)</li>
<li><a
href="d355568e8d"><code>d355568</code></a>
fix(build): handle preload treeshaking for braces (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17479">#17479</a>)</li>
<li><a
href="1f09344b57"><code>1f09344</code></a>
chore: consolidate changelog for 5.3 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17476">#17476</a>)</li>
<li><a
href="3e27071220"><code>3e27071</code></a>
fix(build): handle preload treeshaking for commas (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17472">#17472</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite-tsconfig-paths` from 4.3.2 to 5.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<p>This package is now ESM only in order to align with Vite: <a
href="https://vitejs.dev/guide/migration#deprecate-cjs-node-api">https://vitejs.dev/guide/migration#deprecate-cjs-node-api</a></p>
<p>If your project is using CommonJS, you can rename your Vite config to
use the <code>.mjs</code> or <code>.mts</code> extension (depending on
whether you use TypeScript or not). If you're not using Vite v5.0.0+,
you may want to pin your dependency to v4 of this plugin.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c2b0b4ca11"><code>c2b0b4c</code></a>
5.0.1</li>
<li><a
href="ae80736bf5"><code>ae80736</code></a>
chore(fix): restore &quot;main&quot; and &quot;types&quot; fields in
package.json</li>
<li><a
href="29093ed6c8"><code>29093ed</code></a>
5.0.0</li>
<li><a
href="66d478e8e6"><code>66d478e</code></a>
chore: update readme notice</li>
<li><a
href="5ff0d6abba"><code>5ff0d6a</code></a>
chore: drop CJS build (<a
href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/151">#151</a>)</li>
<li><a
href="03ffe4a60a"><code>03ffe4a</code></a>
chore: update readme announcement</li>
<li><a
href="fc2da504bf"><code>fc2da50</code></a>
chore: update lockfiles</li>
<li>See full diff in <a
href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.0.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:44:32 -07:00
dependabot[bot]
3e15bc94d1
Bump the storybook group with 8 updates (#212)
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.7` | `8.2.8` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.2.7` | `8.2.8` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
| `8.2.7` | `8.2.8` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks)
| `8.2.7` | `8.2.8` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.2.7` | `8.2.8` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.2.7` | `8.2.8` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.2.7` | `8.2.8` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.2.7` | `8.2.8` |

Updates `@storybook/addon-essentials` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-links` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/blocks` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/blocks">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react-vite` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/test">compare
view</a></li>
</ul>
</details>
<br />

Updates `storybook` from 8.2.7 to 8.2.8
<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.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</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.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/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-09 09:44:09 -07:00
Mike Sawka
ed0279ad72
adding telemetry updates (#209) 2024-08-08 18:24:54 -07:00
Evan Simkowitz
7b87b7d7b9
Add WebGL acceleration and link handling to terminal (#205)
This PR adds back WebGL acceleration (enabled by default) for XTerm. It
also adds back link handling and adds a new option (disabled by default)
to open all links internally as a new web block.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-08-07 14:27:16 -07:00
Evan Simkowitz
8d29f7f934
Import logo png so Vite can find it (#203) 2024-08-06 17:12:32 -07:00
Evan Simkowitz
d41e927412
bump version 2024-08-06 16:49:33 -07:00
Evan Simkowitz
ba7bcde951
bump version 2024-08-06 16:22:24 -07:00
Evan Simkowitz
4de922ab2a
bump version 2024-08-06 15:14:36 -07:00
Evan Simkowitz
f975373a34
version bump 2024-08-06 14:33:42 -07:00
Evan Simkowitz
b105f281c8
test version bump 2024-08-06 11:54:24 -07:00
Evan Simkowitz
11db01ebde
test version bump 2024-08-05 16:19:17 -07:00
dependabot[bot]
2f8642db5b
Bump typescript-eslint from 8.0.0 to 8.0.1 in the dev-dependencies group across 1 directory (#198)
Bumps the dev-dependencies group with 1 update in the / directory:
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).

Updates `typescript-eslint` from 8.0.0 to 8.0.1
<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.0.1</h2>
<h2>8.0.1 (2024-08-05)</h2>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unused-vars] ignore imports used
only as types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9694">#9694</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Jake Bailey <a
href="https://github.com/jakebailey"><code>@​jakebailey</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.0.1 (2024-08-05)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e05c2e5d51"><code>e05c2e5</code></a>
chore(release): publish 8.0.1</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 15:26:44 -07:00
dependabot[bot]
7256ab7569
Bump the dev-dependencies group with 5 updates (#194) 2024-08-05 13:18:45 -07:00
dependabot[bot]
5e58d414bd
Bump electron-updater from 6.3.1 to 6.3.2 in the electron group (#196) 2024-08-05 13:18:25 -07:00
dependabot[bot]
f76f4b20a5
Bump the storybook group with 8 updates (#195) 2024-08-05 13:18:15 -07:00
Sylvie Crowe
efd1e3c189
CPU Plot (#185)
Adds a CPU % Plotting Widget
2024-07-31 14:13:36 -07:00
dependabot[bot]
d4162777af
Bump @react-hook/resize-observer from 2.0.1 to 2.0.2 in the prod-dependencies group (#179)
Bumps the prod-dependencies group with 1 update:
[@react-hook/resize-observer](https://github.com/jaredLunde/react-hook).

Updates `@react-hook/resize-observer` from 2.0.1 to 2.0.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/jaredLunde/react-hook/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@react-hook/resize-observer&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 14:52:34 -07:00
Red J Adaya
9233b3dbd7
modals component and model and TOS modal (#164)
Co-authored-by: Sylvia Crowe <software@oneirocosm.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-07-30 11:44:19 -07:00
dependabot[bot]
49072364e9
Bump overlayscrollbars from 2.9.2 to 2.10.0 in the prod-dependencies group (#175)
Bumps the prod-dependencies group with 1 update:
[overlayscrollbars](https://github.com/KingSora/OverlayScrollbars/tree/HEAD/packages/overlayscrollbars).

Updates `overlayscrollbars` from 2.9.2 to 2.10.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars/CHANGELOG.md">overlayscrollbars's
changelog</a>.</em></p>
<blockquote>
<h2>2.10.0</h2>
<h3>Features</h3>
<ul>
<li>The option <code>scrollbars.clickScroll</code> now supports the
value <code>'instant'</code>. The <code>ClickScrollPlugin</code> is not
required for it to work. <a
href="https://redirect.github.com/KingSora/OverlayScrollbars/issues/645">#645</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Rewrite <code>clickScroll</code> animation for better performance
and to support in and out easing for a smoother animation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/KingSora/OverlayScrollbars/commits/v2.10.0/packages/overlayscrollbars">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 09:08:20 -07:00
dependabot[bot]
fa169538fa
Bump electron from 31.3.0 to 31.3.1 in the electron group (#176)
Bumps the electron group with 1 update:
[electron](https://github.com/electron/electron).

Updates `electron` from 31.3.0 to 31.3.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron/electron/releases">electron's
releases</a>.</em></p>
<blockquote>
<h2>electron v31.3.1</h2>
<h1>Release Notes for v31.3.1</h1>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where calling <code>desktopCapturer.getSources</code>
on macOS running 14.4 or later would make non-resizable windows
resizable. <a
href="https://redirect.github.com/electron/electron/pull/43044">#43044</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43045">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed the resource leak when using Node.js readable streams as the
response body for a custom protocol handler. <a
href="https://redirect.github.com/electron/electron/pull/43071">#43071</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43072">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43070">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fixed a potential crash when removing notifications on Windows. <a
href="https://redirect.github.com/electron/electron/pull/43061">#43061</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/43059">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/43060">32</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 126.0.6478.185. <a
href="https://redirect.github.com/electron/electron/pull/43027">#43027</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6322c329bf"><code>6322c32</code></a>
fix: always terminate active Node Streams (<a
href="https://redirect.github.com/electron/electron/issues/43071">#43071</a>)</li>
<li><a
href="b6e19c5a45"><code>b6e19c5</code></a>
chore: avoid crash while notification removal (<a
href="https://redirect.github.com/electron/electron/issues/43061">#43061</a>)</li>
<li><a
href="871136bf91"><code>871136b</code></a>
refactor: move safe_storage functions into anonymous namespace (<a
href="https://redirect.github.com/electron/electron/issues/43051">#43051</a>)</li>
<li><a
href="94381733ff"><code>9438173</code></a>
fix: File System API permissions should reset on WebContents destruction
(<a
href="https://redirect.github.com/electron/electron/issues/43">#43</a>...</li>
<li><a
href="ca9027bc38"><code>ca9027b</code></a>
chore: bump chromium to 126.0.6478.185 (31-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/43027">#43027</a>)</li>
<li><a
href="139abe73a1"><code>139abe7</code></a>
fix: desktopCapturer breaks BrowserWindow resizable on macOS (<a
href="https://redirect.github.com/electron/electron/issues/43044">#43044</a>)</li>
<li><a
href="097a3e9024"><code>097a3e9</code></a>
chore: use v8::Local&lt;&gt;, not v8::Handle&lt;&gt; (<a
href="https://redirect.github.com/electron/electron/issues/43037">#43037</a>)</li>
<li>See full diff in <a
href="https://github.com/electron/electron/compare/v31.3.0...v31.3.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 09:08:07 -07:00
dependabot[bot]
40e7378b78
Bump the dev-dependencies group across 1 directory with 4 updates (#169)
Bumps the dev-dependencies group with 4 updates in the / directory:
[@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js),
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node),
[eslint](https://github.com/eslint/eslint) and
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).

Updates `@eslint/js` from 9.7.0 to 9.8.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.8.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="13d0bd371e"><code>13d0bd3</code></a>
feat: Add and use SourceCode#getLoc/getRange (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="ab0ff2755d"><code>ab0ff27</code></a>
fix: Throw error when invalid flags passed (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>)
(Nicholas C. Zakas)</li>
<li><a
href="70dc803373"><code>70dc803</code></a>
fix: <code>basePath</code> directory can never be ignored (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="282df1aef3"><code>282df1a</code></a>
docs: Add system theme option (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>)
(Amaresh S M)</li>
<li><a
href="53b1ff0479"><code>53b1ff0</code></a>
docs: Debug config docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a7016a50d8"><code>a7016a5</code></a>
docs: fix search input stylings (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>)
(Amaresh S M)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="45144243f3"><code>4514424</code></a>
build: Enable JSON linting (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="deee4480de"><code>deee448</code></a>
chore: upgrade to <code>@eslint/js@9.8.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>)
(Francesco Trotta)</li>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="8e1a627a67"><code>8e1a627</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>)
(renovate[bot])</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.8.0 - July 26, 2024</p>
<ul>
<li><a
href="deee4480de"><code>deee448</code></a>
chore: upgrade to <code>@eslint/js@9.8.0</code> (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18720">#18720</a>)
(Francesco Trotta)</li>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="8e1a627a67"><code>8e1a627</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18700">#18700</a>)
(renovate[bot])</li>
<li><a
href="13d0bd371e"><code>13d0bd3</code></a>
feat: Add and use SourceCode#getLoc/getRange (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18703">#18703</a>)
(Nicholas C. Zakas)</li>
<li><a
href="282df1aef3"><code>282df1a</code></a>
docs: Add system theme option (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18617">#18617</a>)
(Amaresh S M)</li>
<li><a
href="ab0ff2755d"><code>ab0ff27</code></a>
fix: Throw error when invalid flags passed (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18705">#18705</a>)
(Nicholas C. Zakas)</li>
<li><a
href="70dc803373"><code>70dc803</code></a>
fix: <code>basePath</code> directory can never be ignored (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18711">#18711</a>)
(Milos Djermanovic)</li>
<li><a
href="53b1ff0479"><code>53b1ff0</code></a>
docs: Debug config docs (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18698">#18698</a>)
(Nicholas C. Zakas)</li>
<li><a
href="45144243f3"><code>4514424</code></a>
build: Enable JSON linting (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18681">#18681</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a7016a50d8"><code>a7016a5</code></a>
docs: fix search input stylings (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18682">#18682</a>)
(Amaresh S M)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="25700517a1"><code>2570051</code></a>
chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a
href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/18719">#18719</a>)</li>
<li><a
href="d73b203210"><code>d73b203</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.8.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />

Updates `@types/node` from 20.14.12 to 22.0.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.7.0 to 9.8.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.8.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="13d0bd371e"><code>13d0bd3</code></a>
feat: Add and use SourceCode#getLoc/getRange (<a
href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="ab0ff2755d"><code>ab0ff27</code></a>
fix: Throw error when invalid flags passed (<a
href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>)
(Nicholas C. Zakas)</li>
<li><a
href="70dc803373"><code>70dc803</code></a>
fix: <code>basePath</code> directory can never be ignored (<a
href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="282df1aef3"><code>282df1a</code></a>
docs: Add system theme option (<a
href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>)
(Amaresh S M)</li>
<li><a
href="53b1ff0479"><code>53b1ff0</code></a>
docs: Debug config docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a7016a50d8"><code>a7016a5</code></a>
docs: fix search input stylings (<a
href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>)
(Amaresh S M)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="45144243f3"><code>4514424</code></a>
build: Enable JSON linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>)
(Nicholas C. Zakas)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="deee4480de"><code>deee448</code></a>
chore: upgrade to <code>@eslint/js@9.8.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>)
(Francesco Trotta)</li>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="8e1a627a67"><code>8e1a627</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>)
(renovate[bot])</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.8.0 - July 26, 2024</p>
<ul>
<li><a
href="deee4480de"><code>deee448</code></a>
chore: upgrade to <code>@eslint/js@9.8.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>)
(Francesco Trotta)</li>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="8e1a627a67"><code>8e1a627</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>)
(renovate[bot])</li>
<li><a
href="13d0bd371e"><code>13d0bd3</code></a>
feat: Add and use SourceCode#getLoc/getRange (<a
href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>)
(Nicholas C. Zakas)</li>
<li><a
href="282df1aef3"><code>282df1a</code></a>
docs: Add system theme option (<a
href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>)
(Amaresh S M)</li>
<li><a
href="ab0ff2755d"><code>ab0ff27</code></a>
fix: Throw error when invalid flags passed (<a
href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>)
(Nicholas C. Zakas)</li>
<li><a
href="70dc803373"><code>70dc803</code></a>
fix: <code>basePath</code> directory can never be ignored (<a
href="https://redirect.github.com/eslint/eslint/issues/18711">#18711</a>)
(Milos Djermanovic)</li>
<li><a
href="53b1ff0479"><code>53b1ff0</code></a>
docs: Debug config docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18698">#18698</a>)
(Nicholas C. Zakas)</li>
<li><a
href="45144243f3"><code>4514424</code></a>
build: Enable JSON linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18681">#18681</a>)
(Nicholas C. Zakas)</li>
<li><a
href="a7016a50d8"><code>a7016a5</code></a>
docs: fix search input stylings (<a
href="https://redirect.github.com/eslint/eslint/issues/18682">#18682</a>)
(Amaresh S M)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="63881dc112"><code>63881dc</code></a>
9.8.0</li>
<li><a
href="de36d1d286"><code>de36d1d</code></a>
Build: changelog update for 9.8.0</li>
<li><a
href="deee4480de"><code>deee448</code></a>
chore: upgrade to <code>@eslint/js@9.8.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18720">#18720</a>)</li>
<li><a
href="4aaf2b39ba"><code>4aaf2b3</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="25700517a1"><code>2570051</code></a>
chore: package.json revert <code>@​eslint/js</code> version to 9.7.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18719">#18719</a>)</li>
<li><a
href="d73b203210"><code>d73b203</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="8e1a627a67"><code>8e1a627</code></a>
chore: update dependency <code>@​eslint/core</code> to ^0.2.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18700">#18700</a>)</li>
<li><a
href="13d0bd371e"><code>13d0bd3</code></a>
feat: Add and use SourceCode#getLoc/getRange (<a
href="https://redirect.github.com/eslint/eslint/issues/18703">#18703</a>)</li>
<li><a
href="282df1aef3"><code>282df1a</code></a>
docs: Add system theme option (<a
href="https://redirect.github.com/eslint/eslint/issues/18617">#18617</a>)</li>
<li><a
href="ab0ff2755d"><code>ab0ff27</code></a>
fix: Throw error when invalid flags passed (<a
href="https://redirect.github.com/eslint/eslint/issues/18705">#18705</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.7.0...v9.8.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 7.17.0 to 7.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v7.18.0</h2>
<h2>7.18.0 (2024-07-29)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>types:</strong> update ECMA versions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9634">#9634</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
prevent runtime error when asserting a variable declared in default TS
lib (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9660">#9660</a>)</li>
<li><strong>eslint-plugin:</strong> [unbound-method] report on
destructuring in function parameters (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8952">#8952</a>)</li>
<li><strong>eslint-plugin:</strong> [no-duplicate-type-constituents]
shouldn't report on error types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9600">#9600</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] support
branded booleans (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9297">#9297</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Oliver Salzburg</li>
<li>Vinccool96</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>7.18.0 (2024-07-29)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="35cf3d2b2b"><code>35cf3d2</code></a>
chore(release): publish 7.18.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/typescript-eslint">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-07-29 15:01:40 -07:00
Mike Sawka
551802dbd7
background support (from metadata). colors, gradients, images. (#168) 2024-07-29 11:55:10 -07:00
sawka
245394f8e2 add copy file name and path, and shell quoting options as well 2024-07-26 16:06:46 -07:00
Mike Sawka
9df9c99fbd
checkpoint on domain sockets + update background colors + transparency (#160) 2024-07-26 13:30:11 -07:00
dependabot[bot]
f1837d6fae
Bump the storybook group with 3 updates (#159)
Bumps the storybook group with 3 updates:
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks),
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
and
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test).

Updates `@storybook/blocks` from 8.2.5 to 8.2.6
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/lib/blocks">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.2.5 to 8.2.6
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.2.5 to 8.2.6
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/lib/test">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-07-26 08:41:17 -07:00
dependabot[bot]
f6cec244b0
Bump the dev-dependencies group with 2 updates (#157)
Bumps the dev-dependencies group with 2 updates:
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `storybook` from 8.2.5 to 8.2.6
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/lib/cli">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.3.4 to 5.3.5
<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.3.5 (2024-07-25)<!-- raw HTML omitted
--></h2>
<ul>
<li>refactor(asset): remove rollup 3 public file watch workaround (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>)
(<a
href="66bdb1d7b4">66bdb1d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16331">#16331</a></li>
<li>fix: make <code>server</code> type less restrictive (fix <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17627">#17627</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17628">#17628</a>)
(<a
href="b55c32f7e3">b55c32f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17627">#17627</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/17628">#17628</a></li>
<li>fix: show error if vite client cannot be loaded (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17419">#17419</a>)
(<a
href="db5ab1dfc4">db5ab1d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17419">#17419</a></li>
<li>fix(build): env output is not stable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>)
(<a
href="b240a8347e">b240a83</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17748">#17748</a></li>
<li>fix(client): fix vite error path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>)
(<a
href="3c1bde3406">3c1bde3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17744">#17744</a></li>
<li>fix(css): resolve url aliases with fragments (fix: <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>)
(<a
href="d906d3f8e1">d906d3f</a>)</li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17629">#17629</a>)
(<a
href="93281b0e09">93281b0</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17629">#17629</a></li>
<li>fix(importMetaGlob): handle alias that starts with hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>)
(<a
href="b58b423ba8">b58b423</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17743">#17743</a></li>
<li>fix(ssrTransform): sourcemaps with multiple sources (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17677">#17677</a>)
(<a
href="f321fa8de2">f321fa8</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17677">#17677</a></li>
<li>chore: extend commit hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>)
(<a
href="4fc9b6424c">4fc9b64</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17709">#17709</a></li>
<li>chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>)
(<a
href="998373120c">9983731</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17734">#17734</a></li>
<li>chore(deps): update typescript (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>)
(<a
href="df5ceb35b7">df5ceb3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17699">#17699</a></li>
<li>revert: fix(logger): truncate log over 5000 characters long (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>)
(<a
href="f4f488fe83">f4f488f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/16581">#16581</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/17729">#17729</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="440783953a"><code>4407839</code></a>
release: v5.3.5</li>
<li><a
href="66bdb1d7b4"><code>66bdb1d</code></a>
refactor(asset): remove rollup 3 public file watch workaround (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16331">#16331</a>)</li>
<li><a
href="b240a8347e"><code>b240a83</code></a>
fix(build): env output is not stable (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17748">#17748</a>)</li>
<li><a
href="b58b423ba8"><code>b58b423</code></a>
fix(importMetaGlob): handle alias that starts with hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17743">#17743</a>)</li>
<li><a
href="d906d3f8e1"><code>d906d3f</code></a>
fix(css): resolve url aliases with fragments (fix: <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17690">#17690</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17691">#17691</a>)</li>
<li><a
href="3c1bde3406"><code>3c1bde3</code></a>
fix(client): fix vite error path (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17744">#17744</a>)</li>
<li><a
href="998373120c"><code>9983731</code></a>
chore(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17734">#17734</a>)</li>
<li><a
href="4fc9b6424c"><code>4fc9b64</code></a>
chore: extend commit hash (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17709">#17709</a>)</li>
<li><a
href="f4f488fe83"><code>f4f488f</code></a>
revert: fix(logger): truncate log over 5000 characters long (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/16581">#16581</a>)
(<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17729">#17729</a>)</li>
<li><a
href="df5ceb35b7"><code>df5ceb3</code></a>
chore(deps): update typescript (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17699">#17699</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.3.5/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-07-26 08:38:18 -07:00
dependabot[bot]
064f5f0c0d
Bump @storybook/addon-essentials from 8.2.5 to 8.2.6 (#151)
Bumps
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
from 8.2.5 to 8.2.6.
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 08:37:55 -07:00
dependabot[bot]
9ee3e8b746
Bump @storybook/addon-interactions from 8.2.5 to 8.2.6 (#152)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

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

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

---

[//]: # (dependabot-end)

Bumps
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
from 8.2.5 to 8.2.6.
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 08:30:06 -07:00
dependabot[bot]
1dea7fc3ce
Bump electron from 31.2.1 to 31.3.0 (#153)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

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

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

---

[//]: # (dependabot-end)

Bumps [electron](https://github.com/electron/electron) from 31.2.1 to
31.3.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.3.0</h2>
<h1>Release Notes for v31.3.0</h1>
<h2>Features</h2>
<ul>
<li>Added <code>DownloadItem.getCurrentBytesPerSecond()</code>,
<code>DownloadItem.getPercentComplete()</code>,
<code>DownloadItem.getEndTime()</code>. <a
href="https://redirect.github.com/electron/electron/pull/42915">#42915</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42914">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42913">32</a>)<!--
raw HTML omitted --></li>
<li>Aligned failure pathway in File System Access API with upstream when
attempting to open a file or directory in a blocked path. <a
href="https://redirect.github.com/electron/electron/pull/42994">#42994</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42993">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed a potential crash when using off screen rendering. <a
href="https://redirect.github.com/electron/electron/pull/42941">#42941</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42939">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42940">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where
<code>navigator.mediaDevices.getUserMedia</code> and
<code>navigator.getUserMedia</code> should reject with a
<code>NotAllowedError</code> if microphone or camera permissions have
been denied at the system level on macOS. <a
href="https://redirect.github.com/electron/electron/pull/42937">#42937</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42938">30</a>,
<a
href="https://redirect.github.com/electron/electron/pull/42936">32</a>)<!--
raw HTML omitted --></li>
<li>Fixed an issue where calling
<code>BrowserWindow.setBackgroundColor</code> with some level of
transparency could cause a crash. <a
href="https://redirect.github.com/electron/electron/pull/42928">#42928</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42927">32</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Fix: fixed the <code>npm run lint</code> not working on Windows. <a
href="https://redirect.github.com/electron/electron/pull/42906">#42906</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/42905">32</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 126.0.6478.183. <a
href="https://redirect.github.com/electron/electron/pull/42942">#42942</a></li>
<li>Updated Node.js to v20.15.1. <a
href="https://redirect.github.com/electron/electron/pull/42839">#42839</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9e14f8d828"><code>9e14f8d</code></a>
feat: emit an event when accessing restricted path in File System Access
API ...</li>
<li><a
href="f797f92716"><code>f797f92</code></a>
docs: note macOS fullscreen events in fullscreen query (<a
href="https://redirect.github.com/electron/electron/issues/43016">#43016</a>)</li>
<li><a
href="7f6eab8c25"><code>7f6eab8</code></a>
docs: improve desktop capture example (<a
href="https://redirect.github.com/electron/electron/issues/43005">#43005</a>)</li>
<li><a
href="b288f3ee59"><code>b288f3e</code></a>
refactor: remove WindowListObserver::OnWindowAdded() (<a
href="https://redirect.github.com/electron/electron/issues/42984">#42984</a>)</li>
<li><a
href="b833c3f02a"><code>b833c3f</code></a>
chore: remove unused BaseWindow::GetWeakPtr() (<a
href="https://redirect.github.com/electron/electron/issues/42988">#42988</a>)</li>
<li><a
href="d53f1d8ff4"><code>d53f1d8</code></a>
chore: remove unused WrappableBase::AfterInit() (<a
href="https://redirect.github.com/electron/electron/issues/42986">#42986</a>)</li>
<li><a
href="e259dd591f"><code>e259dd5</code></a>
chore: remove unused typedef CreateDownloadPathCallback (<a
href="https://redirect.github.com/electron/electron/issues/42968">#42968</a>)</li>
<li><a
href="daf8d22e07"><code>daf8d22</code></a>
refactor: remove unused web contents preferences methods (<a
href="https://redirect.github.com/electron/electron/issues/42969">#42969</a>)</li>
<li><a
href="6249f596f9"><code>6249f59</code></a>
chore: bump chromium to 126.0.6478.183 (31-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/42942">#42942</a>)</li>
<li><a
href="6c1409ae57"><code>6c1409a</code></a>
chore: remove unused field
<code>ElectronBrowserClient::browser_main_parts_</code> (<a
href="https://redirect.github.com/electron/electron/issues/42965">#42965</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v31.2.1...v31.3.0">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 08:29:42 -07:00
dependabot[bot]
2ce5c0c329
Bump @storybook/addon-links from 8.2.5 to 8.2.6 (#150)
Bumps
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links)
from 8.2.5 to 8.2.6.
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/addons/links">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 08:28:33 -07:00
dependabot[bot]
1ee3a495e3
Bump @storybook/react-vite from 8.2.5 to 8.2.6 (#149)
Bumps
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
from 8.2.5 to 8.2.6.
<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.6</h2>
<h2>8.2.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</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.6</h2>
<ul>
<li>CPC: Fix missing exports for addon-kit - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28691">#28691</a>,
thanks <a
href="https://github.com/ndelangen"><code>@​ndelangen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ea266a0f9c"><code>ea266a0</code></a>
Bump version from &quot;8.2.5&quot; to &quot;8.2.6&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.6/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-26 08:28:26 -07:00
dependabot[bot]
df45c4e448
Bump electron-updater from 6.3.0 to 6.3.1 (#148)
Bumps
[electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater)
from 6.3.0 to 6.3.1.
<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.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8372">#8372</a>
<a
href="c85b73d7c8"><code>c85b73d7</code></a>
Thanks <a
href="https://github.com/mmaietta"><code>@​mmaietta</code></a>! - fix:
allow enabling tsc lib checking on electron-updater package</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.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8372">#8372</a>
<a
href="c85b73d7c8"><code>c85b73d7</code></a>
Thanks <a
href="https://github.com/mmaietta"><code>@​mmaietta</code></a>! - fix:
allow enabling tsc lib checking on electron-updater package</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b20496b813"><code>b20496b</code></a>
chore(deploy): Release v25.0.2 (electron-updater@6.3.1) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8357">#8357</a>)</li>
<li><a
href="c85b73d7c8"><code>c85b73d</code></a>
fix: allow typescript typechecking for electron-updater
<code>.d.ts</code> (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8372">#8372</a>)</li>
<li>See full diff in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.1/packages/electron-updater">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 17:06:43 -07:00
dependabot[bot]
61603a11cf
Bump @types/node from 20.14.11 to 20.14.12 (#146)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 20.14.11 to 20.14.12.
<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 />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 11:54:54 -07:00
dependabot[bot]
b9ab0d7eed
Bump jotai from 2.9.0 to 2.9.1 (#145)
Bumps [jotai](https://github.com/pmndrs/jotai) from 2.9.0 to 2.9.1.
<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.1</h2>
<p>This patch version includes various fixes. Huge thanks to
contributors!</p>
<h2>What's Changed</h2>
<ul>
<li>refactor(core): follow naming convention by <a
href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2662">pmndrs/jotai#2662</a></li>
<li>refactor(core): store with Object.assign by <a
href="https://github.com/dai-shi"><code>@​dai-shi</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2663">pmndrs/jotai#2663</a></li>
<li>fix(core): atom toString includes debugLabel in dev mode by <a
href="https://github.com/dmaskasky"><code>@​dmaskasky</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2659">pmndrs/jotai#2659</a></li>
<li>fix(core): Unmount an atom that is no longer dependent within a
derived atom by <a
href="https://github.com/nogaten"><code>@​nogaten</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2660">pmndrs/jotai#2660</a></li>
<li>fix(types): add undefined initial value to Atom definition by <a
href="https://github.com/rtritto"><code>@​rtritto</code></a> in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2668">pmndrs/jotai#2668</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rtritto"><code>@​rtritto</code></a> made
their first contribution in <a
href="https://redirect.github.com/pmndrs/jotai/pull/2668">pmndrs/jotai#2668</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pmndrs/jotai/compare/v2.9.0...v2.9.1">https://github.com/pmndrs/jotai/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aeeb47969f"><code>aeeb479</code></a>
2.9.1</li>
<li><a
href="61af13a19f"><code>61af13a</code></a>
chore(deps): update dev dependencies (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2670">#2670</a>)</li>
<li><a
href="2fbcc4dfec"><code>2fbcc4d</code></a>
fix: add undefined initial value to primitive Atom definition (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2668">#2668</a>)</li>
<li><a
href="98e23c90e3"><code>98e23c9</code></a>
fix(core): Unmount an atom that is no longer dependent within a derived
atom ...</li>
<li><a
href="27117bfaf6"><code>27117bf</code></a>
atom toString includes debugLabel in dev mode (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2659">#2659</a>)</li>
<li><a
href="628aa3e806"><code>628aa3e</code></a>
chore: enable verbatimModuleSyntax in tsconfig (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2664">#2664</a>)</li>
<li><a
href="debff8bee5"><code>debff8b</code></a>
refactor(core): store with Object.assign (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2663">#2663</a>)</li>
<li><a
href="ba9e8fe178"><code>ba9e8fe</code></a>
refactor(core): follow naming convention (<a
href="https://redirect.github.com/pmndrs/jotai/issues/2662">#2662</a>)</li>
<li>See full diff in <a
href="https://github.com/pmndrs/jotai/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 11:54:43 -07:00
Evan Simkowitz
7116a42b23
Upgrade Electron, electron-updater, React, and other deps (#134)
Resolves a security issue in electron-updater, updates Electron, React,
and some other dependencies. Checked that the code still builds and
works as expected.
2024-07-22 16:59:57 -07:00
Evan Simkowitz
c47e17903d
Add auto updater configuration (#122)
Adds a new set of configurations for managing whether the app will
automatically check for updates. Ports over the auto update code from
the old app. In this version, the main difference is that updates can be
manually checked for using a menu bar item, even if auto updates are
disabled.
2024-07-18 16:55:04 -07:00
Evan Simkowitz
01d61dabec
Clean up app package (#118) 2024-07-18 15:16:49 -07:00
Evan Simkowitz
6bad59e58c
move electron types to dev dependency 2024-07-17 21:52:39 -07:00
Evan Simkowitz
8971e2feba
Set up electron-builder for new app (#113)
Adds electron-builder, which we will use to package and distribute our
application, same as in the existing app.
Replaces explicit port assignments with dynamic ones, which are then
stored into environment variables.
Adds a ~/.w2-dev folder for use when running a dev build.

The build-helper pipeline from the old repo is included here too, but it
is not updated yet so it will fail.

Also removes some redundant utility functions and cleans up some let vs.
const usage.

The packaging can be run using the `package:prod` and `package:dev`
tasks.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-07-17 18:42:49 -07:00
Red J Adaya
e140076801
webview controls (#110) 2024-07-15 09:40:28 -07:00
Evan Simkowitz
d892bbc372
update yarn version 2024-07-03 14:36:38 -07:00
Red J Adaya
1f973b3fdc
WaveAI (#93) 2024-07-03 14:32:55 -07:00
Red J Adaya
4d4e026749
webview fixes (#83) 2024-06-27 18:09:30 -07:00
Evan Simkowitz
f9236fc18b
Fix bad merge 2024-06-26 12:26:27 -07:00
Evan Simkowitz
638883eef9
Fix Storybook for TileLayout (#81)
Fix typing of memoized TileLayout component, fix broken Vite config,
upgrade Storybook to latest.
2024-06-26 12:22:27 -07:00
Red J Adaya
edb8eb25b8
CSV view (#73) 2024-06-24 10:17:35 -07:00
Evan Simkowitz
2c6f6d917f
Fix greedy rendering of drag preview (#68) 2024-06-21 10:18:35 -07:00
Red J Adaya
e83b5c8763
Scrollable tabs using OverlayScrollbars (#60) 2024-06-20 20:04:00 -07:00
Mike Sawka
4ded6d94b6
stickers and terminal serialization (#57) 2024-06-17 22:38:48 -07:00
Mike Sawka
8e3540f754
working on ijson and wsh magic (#53) 2024-06-13 23:54:04 -07:00
Evan Simkowitz
0d4be9cb88
Fix Vite CJS deprecation warning when using Storybook (#52)
This was a weird one, apparently Storybook still uses CJS but Vite has fully deprecated CJS support. So we need to dynamically import the electron.vite.config.ts file for Storybook, but this breaks because Typescript doesn't resolve and properly compile the dynamic import. To get around this, I am using the `tsx` package, which can dynamically compile typescript imports.
2024-06-13 23:03:57 -07:00
Evan Simkowitz
3d532f1b61
reformat package.json 2024-06-13 19:51:18 -07:00
Evan Simkowitz
e3c5d4de48
Upgrade Storybok and yarn 2024-06-13 19:50:27 -07:00
Evan Simkowitz
b2b1f9b9df
Switch to using electron-vite instead of WebPack (#45)
This sets us back up to use Vite via the electron-vite package. This
will let us continue to build our testing suite on Vitest and take
advantage of Vite features like Hot Module Reloading, etc.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-13 16:49:25 -07:00
sawka
605b9ea048 remove wails deps 2024-06-12 11:58:17 -07:00
Mike Sawka
1874d9a252
port to electron (#33) 2024-06-11 17:42:10 -07:00
Evan Simkowitz
0a45311f30
Implement outer drop direction, add rudimentary drag preview image rendering (#29)
This PR adds support for Outer variants of each DropDirection.

When calculating the drop direction, the cursor position is calculated
relevant to the box over which it is hovering. The following diagram
shows how drop directions are calculated. The colored in center is
currently not supported, it is assigned to the top, bottom, left, right
direction for now, though it will ultimately be its own distinct
direction.

![IMG_3505](https://github.com/wavetermdev/thenextwave/assets/16651283/a7ea7387-b95d-4831-9e29-d3225b824c97)

When an outer drop direction is provided for a move operation, if the
reference node flexes in the same axis as the drop direction, the new
node will be inserted at the same level as the parent of the reference
node. If the reference node flexes in a different direction or the
reference node does not have a grandparent, the operation will fall back
to its non-Outer variant.

This also removes some chatty debug statements, adds a blur to the
currently-dragging node to indicate that it cannot be dropped onto, and
simplifies the deriving of the layout state atom from the tab atom so
there's no longer another intermediate derived atom for the layout node.

This also adds rudimentary support for rendering custom preview images
for any tile being dragged. Right now, this is a simple block containing
the block ID, but this can be anything. This resolves an issue where
letting React-DnD generate its own previews could take up to a half
second, and would block dragging until complete. For Monaco, this was
outright failing.

It also fixes an issue where the tile layout could animate on first
paint. Now, I use React Suspense to prevent the layout from displaying
until all the children have loaded.
2024-06-11 13:03:41 -07:00
Evan Simkowitz
4f878eb681
Don't open storybook when it starts the server (#30) 2024-06-07 14:56:45 -07:00
Evan Simkowitz
2866862253
Replace lots of separate ResizeObservers with a single one via useResizeObserver (#24) 2024-06-06 14:57:37 -07:00
sawka
cf85ad0980 debounce resize handler, fix useEffect() in term.tsx 2024-06-04 23:47:18 -07:00
Evan Simkowitz
c3e71c5c7d
Integrate Faraday layout system (#16)
Co-authored-by: Mike Sawka <sawka@users.noreply.github.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-04 13:05:44 -07:00
sawka
3c86bfea8d integrate codeedit loader (just hello world for now) 2024-06-03 11:35:06 -07:00
Sylvia Crowe
b9f6da57f9 feat: add basic directory navigation in preview
Note: this does not add backwards navigation and will break if
attempting to open certain types of files.
2024-05-29 00:00:36 -07:00
Evan Simkowitz
c49050f6ed
Fix prettier formatting 2024-05-28 12:12:28 -07:00
Evan Simkowitz
108107c55e
fix package versions 2024-05-24 17:46:33 -07:00
Evan Simkowitz
9bbc39405e
Add configs from Faraday repo 2024-05-24 17:44:41 -07:00
Sylvia Crowe
259bbf44db merge branch 'main' into sylvie/preview-dir 2024-05-21 13:49:49 -07:00
sawka
901334eb49 new wails bindings format working 2024-05-21 11:09:22 -07:00
Sylvia Crowe
304a54a994 feat: integrate react-table in directory view 2024-05-20 16:08:45 -07:00
Sylvia Crowe
afd125a77e feat: integrate plots into new block setup 2024-05-16 13:54:15 -07:00
sawka
eab6afb91a create block using a blockdef. better controller control. preview that takes a file. atom caching per block. lots of updates 2024-05-16 00:29:58 -07:00
Sylvia Crowe
1290d56397 feat: allow user-supplied function to run plot
This allows user to customize their plot as desired. It does not allow
arbitrary data to be used yet.
2024-05-14 16:53:56 -07:00
Sylvia Crowe
a228267b43 feat: basic plotting example
This adds a basic plot to tabs in a naive, hardcoded way. This will be
updated to be more customizable.
2024-05-14 13:48:53 -07:00
sawka
91a3394602 load README.md into preview view 2024-05-14 12:29:41 -07:00
sawka
1db615bb3a markdown preview 2024-05-14 09:37:41 -07:00
sawka
540f2fe0c0 more structure, store, types, views, global store to track tabs/blocks. two views 2024-05-13 23:45:41 -07:00
sawka
77a4987384 big reorg, move frontend to the top level, moves yarn, node_modules, vite, etc. 2024-05-13 21:42:25 -07:00