Evan Simkowitz
d2b2491211
Add markdown alert parsing, fix buffer issue when switching files ( #988 )
...
Adds the GitHub alert syntax parsing to the markdown element, fixes an
issue where the file edit buffer was not getting unset when the file
path changed, continues my crusade on star imports
2024-10-08 09:25:41 -07:00
Evan Simkowitz
2e27296677
Add Block and Default homepage menu options ( #986 )
2024-10-08 08:46:50 -07:00
Evan Simkowitz
e2bd3cd94a
Add per-block WebView homepage setting, help view is now just a skinned webview ( #982 )
...
Adds a meta field `pinnedurl` that can be set to override the
`web:defaulturl` setting for a given block. Also adds a home button to
the webview to reset the block url to the homepage
The help view is now an extension of the webview with some of the chrome
removed.
Also updates the cookie dependency to resolve a vulnerability
2024-10-07 17:20:18 -07:00
Evan Simkowitz
0e72d999d2
Fix vulnerable cookie dependency ( #984 )
2024-10-07 16:42:22 -07:00
wave-builder[bot]
080dc2392f
chore: bump package version to 0.8.9-beta.5
2024-10-07 23:13:54 +00:00
wave-builder[bot]
40523a933c
chore: bump package version to 0.8.9-beta.4
2024-10-07 21:38:40 +00:00
Mike Sawka
447596b5e7
new config preview:showhiddenfiles and term:theme ( #981 )
2024-10-07 14:08:57 -07:00
Mike Sawka
26fcbe0f0f
remove blockid from the regular args, use an optional -b ( #973 )
2024-10-07 13:56:46 -07:00
GeekGao
9d4df934c9
Update termthemes.json. Added new theme: One Dark Pro ( #976 )
...
One Dark Pro is one of the most popular themes in VSCode.
2024-10-07 10:06:49 -07:00
Sylvie Crowe
0ca1dbfbcc
Back Arrow goes back to existing parent ( #979 )
...
This change makes the preview back arrow take you back to a parent
directory that already exists if you are stuck in a bad state. this
prevents it from opening a directory that doesn't exist as a file, which
can happen if you use the typeahead to reach a file that doesn't exist
inside a directory that doesn't exist.
2024-10-07 09:58:12 -07:00
Mike Sawka
92fd371fc9
term scrollback size and reduce cache frequency ( #978 )
2024-10-07 09:51:23 -07:00
Mike Sawka
d9d19f8368
allow metadata to override the frame title, icon, and text ( #972 )
2024-10-06 22:08:26 -07:00
Mike Sawka
f835441507
fix wsh output. all output is run through sprintf, so escape properly ( #971 )
2024-10-06 21:50:11 -07:00
Mike Sawka
f05032bcd4
add webcontents id to helpview webview. ( #969 )
...
also allow contextmneu items to have sublabel, visible, and enabled
2024-10-06 13:55:26 -07:00
wave-builder[bot]
c8ecb3d034
chore: bump package version to 0.8.9-beta.3
2024-10-06 20:41:11 +00:00
Mike Sawka
545a914c4c
better shutdown logic to capture waveapp logs from wavesrv shutdown ( #931 )
2024-10-06 13:40:02 -07:00
Sylvie Crowe
76ccd83c5c
Open Text File if File Does Not Exist ( #963 )
...
This will open new files as empty text files for editing.
2024-10-06 13:38:03 -07:00
wave-builder[bot]
28f189bccd
chore: bump package version to 0.8.9-beta.2
2024-10-06 20:33:10 +00:00
Red J Adaya
28ca193c19
Add 'scrollable' prop to Markdown component for better control over scrolling behavior ( #964 )
...
The scrollable prop controls if ScrollbarOverlay is added to the
Markdown component.
2024-10-06 13:30:02 -07:00
GeekGao
f1fe401dbe
Update termthemes.json ( #966 )
...
Add a new theme 'WarmYellow'
2024-10-06 13:08:12 -07:00
Mike Sawka
b490113a87
change cursorAccent to cursor to match xtermjs. ( #968 )
...
also add more feedback for waveai -- tooltips + icon for local/cloud.
also use 'ai:name' correctly
2024-10-06 12:42:25 -07:00
Mike Sawka
1bd2fe83cb
right click save image in webview ( #962 )
2024-10-04 16:34:05 -07:00
Mike Sawka
b4582fcaff
implement wsh createblock ( #961 )
2024-10-04 12:35:15 -07:00
Mike Sawka
e795f75bbb
only use filemutex for windows ( #960 )
2024-10-04 12:20:52 -07:00
dependabot[bot]
3763f9429f
Bump the electron group with 2 updates ( #959 )
...
[//]: # (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 electron group with 2 updates:
[electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater )
and
[electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder ).
Updates `electron-updater` from 6.3.4 to 6.3.9
<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.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">#8541</a>
<a
href="b6d6ea993f
"><code>b6d6ea993fd3b368d28786c259bb50486aaac417</code></a>
Thanks <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a>! - fix:
Unable to copy file for caching: ENOENT</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8516 ">#8516</a>
<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(chore): upgrading typescript and fixing compiler errors</p>
</li>
<li>
<p>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.9</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="178a3c40f3
"><code>178a3c40</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8486 ">#8486</a>
<a
href="d56cd274b9
"><code>d56cd274</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(deploy): redeploy all packages to sync semver ranges</p>
</li>
<li>
<p>Updated dependencies [<a
href="d56cd274b9
"><code>d56cd274</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.7</li>
</ul>
</li>
</ul>
<h2>electron-updater@6.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8437 ">#8437</a>
<a
href="be625e0627
"><code>be625e06</code></a>
Thanks <a
href="https://github.com/juwonjung-hdj "><code>@juwonjung-hdj</code></a>!
- fix: retry renaming update file when EBUSY error occurs due to file
lock</p>
</li>
<li>
<p>Updated dependencies [<a
href="be625e0627
"><code>be625e06</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.6</li>
</ul>
</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.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">#8541</a>
<a
href="b6d6ea993f
"><code>b6d6ea993fd3b368d28786c259bb50486aaac417</code></a>
Thanks <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a>! - fix:
Unable to copy file for caching: ENOENT</p>
</li>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>6.3.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8516 ">#8516</a>
<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(chore): upgrading typescript and fixing compiler errors</p>
</li>
<li>
<p>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.9</li>
</ul>
</li>
</ul>
<h2>6.3.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="178a3c40f3
"><code>178a3c40</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<h2>6.3.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8486 ">#8486</a>
<a
href="d56cd274b9
"><code>d56cd274</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
fix(deploy): redeploy all packages to sync semver ranges</p>
</li>
<li>
<p>Updated dependencies [<a
href="d56cd274b9
"><code>d56cd274</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.7</li>
</ul>
</li>
</ul>
<h2>6.3.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8437 ">#8437</a>
<a
href="be625e0627
"><code>be625e06</code></a>
Thanks <a
href="https://github.com/juwonjung-hdj "><code>@juwonjung-hdj</code></a>!
- fix: retry renaming update file when EBUSY error occurs due to file
lock</p>
</li>
<li>
<p>Updated dependencies [<a
href="be625e0627
"><code>be625e06</code></a>]:</p>
<ul>
<li>builder-util-runtime@9.2.6</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="899291193a
"><code>8992911</code></a>
chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8542 ">#8542</a>)</li>
<li><a
href="21dfd73b63
"><code>21dfd73</code></a>
chore(deps): eslint and prettier upgrade to v9 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8552 ">#8552</a>)</li>
<li><a
href="b6d6ea993f
"><code>b6d6ea9</code></a>
fix(updater): Unable to copy file for caching: ENOENT (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8541 ">#8541</a>)</li>
<li><a
href="2db62725d0
"><code>2db6272</code></a>
chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8517 ">#8517</a>)</li>
<li><a
href="d1cb6bdbf8
"><code>d1cb6bd</code></a>
chore(deps): update typescript 5.x lockfile (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8516 ">#8516</a>)</li>
<li><a
href="7dceec7eca
"><code>7dceec7</code></a>
chore(deps): update typescript eslint monorepo packages (major semver
bump) (...</li>
<li><a
href="afc6a34f40
"><code>afc6a34</code></a>
chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8488 ">#8488</a>)</li>
<li><a
href="178a3c40f3
"><code>178a3c4</code></a>
chore(docs): migrating to <code>typedoc</code> and upgrading
<code>mkdocs</code>+<code>material</code> package...</li>
<li><a
href="0dd4616a87
"><code>0dd4616</code></a>
chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8487 ">#8487</a>)</li>
<li><a
href="d56cd274b9
"><code>d56cd27</code></a>
fix(deploy): redeploy all packages to sync semver ranges (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8486 ">#8486</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.9/packages/electron-updater ">compare
view</a></li>
</ul>
</details>
<br />
Updates `electron-builder` from 25.0.5 to 25.1.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/releases ">electron-builder's
releases</a>.</em></p>
<blockquote>
<h2>v25.1.7</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: Unable to copy file for caching: ENOENT by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8541 ">electron-userland/electron-builder#8541</a></li>
<li>chore(deps): update dependency <code>@changesets/cli</code> to
v2.27.8 by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8546 ">electron-userland/electron-builder#8546</a></li>
<li>chore(deps): pnpm update devDeps & lock file maintenance by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">electron-userland/electron-builder#8545</a></li>
<li>fix: pass in platform to electron-rebuild by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8537 ">electron-userland/electron-builder#8537</a></li>
<li>chore(deps): eslint and prettier upgrade to v9 by <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8552 ">electron-userland/electron-builder#8552</a></li>
<li>fix: fix the main matcher patterns for
!node_modules/<code>@test/xxxx</code> by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8547 ">electron-userland/electron-builder#8547</a></li>
<li>fix: check if the file already starts with a UTF-8 BOM by <a
href="https://github.com/beyondkmp "><code>@beyondkmp</code></a> in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8551 ">electron-userland/electron-builder#8551</a></li>
<li>chore(deploy): Release by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8542 ">electron-userland/electron-builder#8542</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7 ">https://github.com/electron-userland/electron-builder/compare/v25.1.6...electron-builder@25.1.7 </a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md ">electron-builder's
changelog</a>.</em></p>
<blockquote>
<h2>25.1.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8545 ">#8545</a>
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! -
chore(deps): update devDependencies, including typescript</p>
</li>
<li>
<p>Updated dependencies [<a
href="2e84f01351
"><code>2e84f01351bcfb8f32df17c17bfeeeebb87a713f</code></a>,
<a
href="fc3a78e4e6
"><code>fc3a78e4e61f916058fca9b15fc16f076c3fabd1</code></a>,
<a
href="57cebf4dd4
"><code>57cebf4dd4c722456245286d2fd795f7a5fc862c</code></a>,
<a
href="7488456309
"><code>7488456309d80b88fbf99fb382752078dc8ddefa</code></a>]:</p>
<ul>
<li>app-builder-lib@25.1.7</li>
<li>dmg-builder@25.1.7</li>
<li>builder-util@25.1.7</li>
<li>builder-util-runtime@9.2.10</li>
</ul>
</li>
</ul>
<h2>25.1.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="cc8c70f7af
"><code>cc8c70f7</code></a>,
<a
href="097eeced3c
"><code>097eeced</code></a>,
<a
href="eaf274d447
"><code>eaf274d4</code></a>]:
<ul>
<li>app-builder-lib@25.1.6</li>
<li>builder-util@25.1.6</li>
<li>dmg-builder@25.1.6</li>
</ul>
</li>
</ul>
<h2>25.1.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="d1cb6bdbf8
"><code>d1cb6bdb</code></a>,
<a
href="62fd74dcfa
"><code>62fd74dc</code></a>]:
<ul>
<li>app-builder-lib@25.1.5</li>
<li>builder-util@25.1.5</li>
<li>builder-util-runtime@9.2.9</li>
<li>dmg-builder@25.1.5</li>
</ul>
</li>
</ul>
<h2>25.1.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a
href="48489d187a
"><code>48489d18</code></a>,
<a
href="4cacee4d63
"><code>4cacee4d</code></a>,
<a
href="59f6cb0194
"><code>59f6cb01</code></a>,
<a
href="4b2f693779
"><code>4b2f6937</code></a>,
<a
href="9ab4ff92c0
"><code>9ab4ff92</code></a>,
<a
href="f146b02f88
"><code>f146b02f</code></a>]:
<ul>
<li>app-builder-lib@25.1.4</li>
<li>builder-util@25.1.4</li>
<li>dmg-builder@25.1.4</li>
</ul>
</li>
</ul>
<h2>25.1.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/electron-userland/electron-builder/pull/8491 ">#8491</a>
<a
href="178a3c40f3
"><code>178a3c40</code></a>
Thanks <a
href="https://github.com/mmaietta "><code>@mmaietta</code></a>! - chore:
migrating to typedoc and updating/improving type+interface
definitions</p>
</li>
<li>
<p>Updated dependencies [<a
href="216eaf935d
"><code>216eaf93</code></a>,
<a
href="178a3c40f3
"><code>178a3c40</code></a>,
<a
href="5e21509a3f
"><code>5e21509a</code></a>]:</p>
<ul>
<li>app-builder-lib@25.1.3</li>
<li>builder-util@25.1.3</li>
<li>builder-util-runtime@9.2.8</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="899291193a
"><code>8992911</code></a>
chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8542 ">#8542</a>)</li>
<li><a
href="8ef226aabf
"><code>8ef226a</code></a>
chore(deploy): Release v25.1.6 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8532 ">#8532</a>)</li>
<li><a
href="2db62725d0
"><code>2db6272</code></a>
chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8517 ">#8517</a>)</li>
<li><a
href="59767b0714
"><code>59767b0</code></a>
chore(deploy): Release v25.1.4 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8496 ">#8496</a>)</li>
<li><a
href="afc6a34f40
"><code>afc6a34</code></a>
chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8488 ">#8488</a>)</li>
<li><a
href="178a3c40f3
"><code>178a3c4</code></a>
chore(docs): migrating to <code>typedoc</code> and upgrading
<code>mkdocs</code>+<code>material</code> package...</li>
<li><a
href="0dd4616a87
"><code>0dd4616</code></a>
chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8487 ">#8487</a>)</li>
<li><a
href="d56cd274b9
"><code>d56cd27</code></a>
fix(deploy): redeploy all packages to sync semver ranges (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8486 ">#8486</a>)</li>
<li><a
href="2b5933ab4f
"><code>2b5933a</code></a>
chore(deploy): Release v25.1.0 (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8464 ">#8464</a>)</li>
<li><a
href="ff8059e385
"><code>ff8059e</code></a>
fix: checking extensions for <code>cjs</code> vs <code>mjs</code> while
resolving config (<a
href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder/issues/8482 ">#8482</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron-userland/electron-builder/commits/electron-builder@25.1.7/packages/electron-builder ">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>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2024-10-04 10:36:18 -07:00
dependabot[bot]
8d0045c68a
Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 ( #955 )
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 )
from 1.14.23 to 1.14.24.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mattn/go-sqlite3/compare/v1.14.23...v1.14.24 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.23&new-version=1.14.24 )](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-10-04 10:34:26 -07:00
dependabot[bot]
60bec954d4
Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 ( #954 )
...
Bumps
[github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from
4.24.8 to 4.24.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shirou/gopsutil/releases ">github.com/shirou/gopsutil/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.9</h2>
<!-- raw HTML omitted -->
<h2>Important Change</h2>
<p>Since <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702 ">#1702</a>,
the Darwin implementation has been switched from cgo to <a
href="https://github.com/ebitengine/purego ">purego</a> (Great
contribution from <a
href="https://github.com/uubulb "><code>@uubulb</code></a>). As a
result, cgo has been removed from the Darwin implementation, making
cross-compilation easier. We believe this change will not have any
impact, but if you encounter any issues, please create an issue.</p>
<h2>What's Changed</h2>
<h3>cpu, mem, sensors, disk, process on darwin</h3>
<ul>
<li>feat(cpu, mem, sensors, disk, process)(darwin): cgo-free
implementations by <a
href="https://github.com/uubulb "><code>@uubulb</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1702 ">shirou/gopsutil#1702</a></li>
</ul>
<h3>process</h3>
<ul>
<li>[process][darwin][freebsd][linux][openbsd] Make process.Children not
reliant on pgrep by <a
href="https://github.com/Lomanic "><code>@Lomanic</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1706 ">shirou/gopsutil#1706</a></li>
<li>implement process:NumFDs for Windows by <a
href="https://github.com/al-online "><code>@al-online</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712 ">shirou/gopsutil#1712</a></li>
<li>Fix resolution for process create time limited to seconds by <a
href="https://github.com/joshiste "><code>@joshiste</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713 ">shirou/gopsutil#1713</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>fix: remove coverall and godocs.io badge from README by <a
href="https://github.com/shirou "><code>@shirou</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1705 ">shirou/gopsutil#1705</a></li>
<li>[common] add HOST_PROC_MOUNTINFO to EnvMap by <a
href="https://github.com/atoulme "><code>@atoulme</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1707 ">shirou/gopsutil#1707</a></li>
<li>Fix error message typo in sensors_linux by <a
href="https://github.com/henrygd "><code>@henrygd</code></a> in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715 ">shirou/gopsutil#1715</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/al-online "><code>@al-online</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1712 ">shirou/gopsutil#1712</a></li>
<li><a href="https://github.com/joshiste "><code>@joshiste</code></a>
made their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1713 ">shirou/gopsutil#1713</a></li>
<li><a href="https://github.com/henrygd "><code>@henrygd</code></a> made
their first contribution in <a
href="https://redirect.github.com/shirou/gopsutil/pull/1715 ">shirou/gopsutil#1715</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 ">https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2e10d9f7d0
"><code>2e10d9f</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1715 ">#1715</a>
from henrygd/master</li>
<li><a
href="112f4c00b7
"><code>112f4c0</code></a>
Fix error message typo in sensors_linux</li>
<li><a
href="7ec134321c
"><code>7ec1343</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1713 ">#1713</a>
from joshiste/joshiste-precise-create-time</li>
<li><a
href="4140cda4ac
"><code>4140cda</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1702 ">#1702</a>
from uubulb/purego_darwin</li>
<li><a
href="3dc12249d3
"><code>3dc1224</code></a>
Allow subsecont precision for process create time</li>
<li><a
href="f56b53a155
"><code>f56b53a</code></a>
update purego</li>
<li><a
href="fdc3c05c92
"><code>fdc3c05</code></a>
Merge pull request <a
href="https://redirect.github.com/shirou/gopsutil/issues/1712 ">#1712</a>
from al-online/numfds_for_windows</li>
<li><a
href="462736cb8b
"><code>462736c</code></a>
add comment for NumFDsWithContext</li>
<li><a
href="86b68e8d4f
"><code>86b68e8</code></a>
Merge branch 'master' into purego_darwin</li>
<li><a
href="9e6efdb991
"><code>9e6efdb</code></a>
update disk & cpu & process</li>
<li>Additional commits viewable in <a
href="https://github.com/shirou/gopsutil/compare/v4.24.8...v4.24.9 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/shirou/gopsutil/v4&package-manager=go_modules&previous-version=4.24.8&new-version=4.24.9 )](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04 10:34:13 -07:00
dependabot[bot]
368fe47cb8
Bump golang.org/x/crypto from 0.27.0 to 0.28.0 ( #953 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from
0.27.0 to 0.28.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="adef4cc1a8
"><code>adef4cc</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="a0819fbb02
"><code>a0819fb</code></a>
sha3: fix cSHAKE initialization for extremely large N and or S</li>
<li><a
href="42ee18b963
"><code>42ee18b</code></a>
ssh: return ServerAuthError after too many auth failures</li>
<li><a
href="9e92970a1e
"><code>9e92970</code></a>
bn256: add missing symbols in comment</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.27.0...v0.28.0 ">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.27.0&new-version=0.28.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-10-04 10:34:02 -07:00
dependabot[bot]
421cea92ab
Bump the storybook group with 9 updates ( #958 )
...
Bumps the storybook group with 9 updates:
| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )
| `8.3.3` | `8.3.5` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )
| `8.3.3` | `8.3.5` |
|
[@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links )
| `8.3.3` | `8.3.5` |
|
[@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks )
| `8.3.3` | `8.3.5` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )
| `8.3.3` | `8.3.5` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )
| `8.3.3` | `8.3.5` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test )
| `8.3.3` | `8.3.5` |
|
[@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/theming )
| `8.3.3` | `8.3.5` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli )
| `8.3.3` | `8.3.5` |
Updates `@storybook/addon-essentials` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/essentials ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-interactions` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li><a
href="1cf5baca02
"><code>1cf5bac</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions/issues/29110 ">#29110</a>
from storybookjs/kasper/fix-ansi-chars</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/interactions ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/addon-links` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/addons/links ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/blocks` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/blocks ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li><a
href="1cf5baca02
"><code>1cf5bac</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react/issues/29110 ">#29110</a>
from storybookjs/kasper/fix-ansi-chars</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/renderers/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/react-vite` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/frameworks/react-vite ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/test` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/test ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@storybook/theming` from 8.3.3 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases "><code>@storybook/theming</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/code/lib/theming ">compare
view</a></li>
</ul>
</details>
<br />
Updates `storybook` from 8.3.3 to 8.3.5
<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.3.5</h2>
<h2>8.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>v8.3.4</h2>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</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.3.5</h2>
<ul>
<li>CLI: Update the React Native init to include v8 dependencies - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29273 ">#29273</a>,
thanks <a
href="https://github.com/dannyhw "><code>@dannyhw</code></a>!</li>
<li>Vitest plugin: Fix renamed export stories - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29250 ">#29250</a>,
thanks <a
href="https://github.com/shilman "><code>@shilman</code></a>!</li>
</ul>
<h2>8.3.4</h2>
<ul>
<li>Addon Test: Support story name as test description - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29147 ">#29147</a>,
thanks <a
href="https://github.com/InfiniteXyy "><code>@InfiniteXyy</code></a>!</li>
<li>Addon-Interactions: Use ansi-to-html for colored test errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/29110 ">#29110</a>,
thanks <a
href="https://github.com/kasperpeulen "><code>@kasperpeulen</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b9c7f9098e
"><code>b9c7f90</code></a>
Bump version from "8.3.4" to "8.3.5" [skip ci]</li>
<li><a
href="20ab887020
"><code>20ab887</code></a>
Bump version from "8.3.3" to "8.3.4" [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.3.5/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-10-04 10:33:46 -07:00
dependabot[bot]
ea1b387a9b
Bump the dev-dependencies group with 5 updates ( #957 )
...
Bumps the dev-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react )
| `18.3.10` | `18.3.11` |
|
[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc )
| `3.7.0` | `3.7.1` |
|
[@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul )
| `2.1.1` | `2.1.2` |
|
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint )
| `8.7.0` | `8.8.0` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest )
| `2.1.1` | `2.1.2` |
Updates `@types/react` from 18.3.10 to 18.3.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@vitejs/plugin-react-swc` from 3.7.0 to 3.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/releases "><code>@vitejs/plugin-react-swc</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md "><code>@vitejs/plugin-react-swc</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>3.7.1</h2>
<p>Ignore directive sourcemap error <a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bc88ecb6f3
"><code>bc88ecb</code></a>
release: v3.7.1</li>
<li><a
href="33d0246aec
"><code>33d0246</code></a>
chore: use isolated declarations for dts (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/232 ">#232</a>)</li>
<li><a
href="bfaf614589
"><code>bfaf614</code></a>
chore(deps): update dependency
<code>@swc/plugin-styled-components</code> to v3 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/228 ">#228</a>)</li>
<li><a
href="076d18ea58
"><code>076d18e</code></a>
chore(deps): update dependency <code>@swc/plugin-emotion</code> to v4
(<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/227 ">#227</a>)</li>
<li><a
href="8f0c001fd2
"><code>8f0c001</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/225 ">#225</a>)</li>
<li><a
href="9ae7fe6eb0
"><code>9ae7fe6</code></a>
fix: ignore directive sourcemap error (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/231 ">#231</a>)</li>
<li><a
href="3029ffb33f
"><code>3029ffb</code></a>
fix(deps): update all non-major dependencies (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/209 ">#209</a>)</li>
<li><a
href="df98ee808c
"><code>df98ee8</code></a>
chore(deps): update pnpm to v9 (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/198 ">#198</a>)</li>
<li><a
href="e078012f89
"><code>e078012</code></a>
docs: mention <code>devTarget</code> option in caveats list (<a
href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/212 ">#212</a>)</li>
<li><a
href="11f4f68492
"><code>11f4f68</code></a>
ci: use node 20</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.7.0...v3.7.1 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `@vitest/coverage-istanbul` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases "><code>@vitest/coverage-istanbul</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584 ">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214 "><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541 ">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc "><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569 ">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b "><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530 ">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b "><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564 ">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8 "><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib - by <a
href="https://github.com/CamilleTeruel "><code>@CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548 ">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc "><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload -
by <a href="https://github.com/userquin "><code>@userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501 ">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70 "><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510 ">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e "><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if "<code>@vitest/browser/</code>context"
is imported outside of the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570 ">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791 "><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547 ">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a "><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565 ">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9 "><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results -
by <a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592 ">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c "><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562 ">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199 "><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524 ">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d "><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531 ">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6 "><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
- by <a href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575 ">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6 "><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604 ">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e "><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609 ">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098 "><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577 ">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3 "><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506 ">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997 "><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611 ">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08 "><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616 ">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03 "><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api is disabled - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6617 ">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8 "><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502 ">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87 "><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571 ">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5 "><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ce26a4c70
"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="88bde99cda
"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6592 ">#6592</a>)</li>
<li><a
href="1371ca6a6f
"><code>1371ca6</code></a>
fix(coverage): remove empty coverage folder on test failure too (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul/issues/6547 ">#6547</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-istanbul ">compare
view</a></li>
</ul>
</details>
<br />
Updates `typescript-eslint` from 8.7.0 to 8.8.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.8.0</h2>
<h2>8.8.0 (2024-09-30)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] add
checkTypePredicates (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10009 ">#10009</a>)</li>
<li><strong>eslint-plugin:</strong> [await-thenable] check for-await
loop iteree (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10008 ">#10008</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>remove <code>export type *</code> in d.ts to support TS<5.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10070 ">#10070</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
should underline template syntax with squiggly lines (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10044 ">#10044</a>)</li>
<li><strong>eslint-plugin:</strong> [no-deprecated] max callstack
exceeded when class implements itself (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10040 ">#10040</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-promises] check
contextual type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10042 ">#10042</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] allow
nested bitwise operations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10037 ">#10037</a>)</li>
<li><strong>type-utils:</strong> check for type parameters on
<code>isBuiltinSymbolLikeRecurser()</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10026 ">#10026</a>)</li>
<li><strong>utils:</strong> update missing type information message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10043 ">#10043</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred "><code>@auvred</code></a></li>
<li>Josh Goldberg ✨ </li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger "><code>@kirkwaiblinger</code></a></li>
<li>Ronen Amiel</li>
<li>Tarun Chauhan <a
href="https://github.com/tarunrajput "><code>@tarunrajput</code></a></li>
<li>YeonJuan <a
href="https://github.com/yeonjuan "><code>@yeonjuan</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.8.0 (2024-09-30)</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="2055cfbbde
"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint ">compare
view</a></li>
</ul>
</details>
<br />
Updates `vitest` from 2.1.1 to 2.1.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases ">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li>Move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import analysis for
workspace config loading - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6584 ">vitest-dev/vitest#6584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e7f35214 "><!-- raw
HTML omitted -->(e7f35)<!-- raw HTML omitted --></a></li>
<li><strong>benchmark</strong>:
<ul>
<li>Clear <code>BenchmarkResult.samples</code> array to reduce memory
usage - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> and <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6541 ">vitest-dev/vitest#6541</a>
<a href="https://github.com/vitest-dev/vitest/commit/a6407afc "><!-- raw
HTML omitted -->(a6407)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>browser</strong>:
<ul>
<li>Fix dynamic import inside worker - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6569 ">vitest-dev/vitest#6569</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea2d429b "><!-- raw
HTML omitted -->(ea2d4)<!-- raw HTML omitted --></a></li>
<li>Fix browser mock factory event race condition - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6530 ">vitest-dev/vitest#6530</a>
<a href="https://github.com/vitest-dev/vitest/commit/f131f93b "><!-- raw
HTML omitted -->(f131f)<!-- raw HTML omitted --></a></li>
<li>Serve ui assets as static - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6564 ">vitest-dev/vitest#6564</a>
<a href="https://github.com/vitest-dev/vitest/commit/adcdaee8 "><!-- raw
HTML omitted -->(adcda)<!-- raw HTML omitted --></a></li>
<li>Update solidjs testing library lib - by <a
href="https://github.com/CamilleTeruel "><code>@CamilleTeruel</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6548 ">vitest-dev/vitest#6548</a>
<a href="https://github.com/vitest-dev/vitest/commit/91442dfc "><!-- raw
HTML omitted -->(91442)<!-- raw HTML omitted --></a></li>
<li>Use <code>data:</code> protocol on preview provider file upload -
by <a href="https://github.com/userquin "><code>@userquin</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6501 ">vitest-dev/vitest#6501</a>
<a href="https://github.com/vitest-dev/vitest/commit/e9821f70 "><!-- raw
HTML omitted -->(e9821)<!-- raw HTML omitted --></a></li>
<li>Fix base for client script - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6510 ">vitest-dev/vitest#6510</a>
<a href="https://github.com/vitest-dev/vitest/commit/f952874e "><!-- raw
HTML omitted -->(f9528)<!-- raw HTML omitted --></a></li>
<li>Throw an error if "<code>@vitest/browser/</code>context"
is imported outside of the browser mode - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6570 ">vitest-dev/vitest#6570</a>
<a href="https://github.com/vitest-dev/vitest/commit/383f1791 "><!-- raw
HTML omitted -->(383f1)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Remove empty coverage folder on test failure too - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6547 ">vitest-dev/vitest#6547</a>
<a href="https://github.com/vitest-dev/vitest/commit/1371ca6a "><!-- raw
HTML omitted -->(1371c)<!-- raw HTML omitted --></a></li>
<li>Include <code>*.astro</code> by default - by <a
href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6565 ">vitest-dev/vitest#6565</a>
<a href="https://github.com/vitest-dev/vitest/commit/f8ff76a9 "><!-- raw
HTML omitted -->(f8ff7)<!-- raw HTML omitted --></a></li>
<li><code>cleanOnRerun: false</code> to invalidate previous results -
by <a href="https://github.com/AriPerkkio "><code>@AriPerkkio</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6592 ">vitest-dev/vitest#6592</a>
<a href="https://github.com/vitest-dev/vitest/commit/88bde99c "><!-- raw
HTML omitted -->(88bde)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toBeDefined</code> with <code>expect.poll</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6562 ">vitest-dev/vitest#6562</a>
<a href="https://github.com/vitest-dev/vitest/commit/f7da6199 "><!-- raw
HTML omitted -->(f7da6)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>runner</strong>:
<ul>
<li>Mark tests as skipped when <code>beforeAll</code> failed - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6524 ">vitest-dev/vitest#6524</a>
<a href="https://github.com/vitest-dev/vitest/commit/fb79792d "><!-- raw
HTML omitted -->(fb797)<!-- raw HTML omitted --></a></li>
<li>Support fixture parsing of lowered async syntax - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6531 ">vitest-dev/vitest#6531</a>
<a href="https://github.com/vitest-dev/vitest/commit/b553c7d6 "><!-- raw
HTML omitted -->(b553c)<!-- raw HTML omitted --></a></li>
<li>Fix fixture parsing of lowered async syntax for non arrow functions
- by <a href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a>
in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6575 ">vitest-dev/vitest#6575</a>
<a href="https://github.com/vitest-dev/vitest/commit/3de00ab6 "><!-- raw
HTML omitted -->(3de00)<!-- raw HTML omitted --></a></li>
<li>Guard test hook callback - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6604 ">vitest-dev/vitest#6604</a>
<a href="https://github.com/vitest-dev/vitest/commit/1497134e "><!-- raw
HTML omitted -->(14971)<!-- raw HTML omitted --></a></li>
<li>Run <code>onTestFinished</code> and <code>onTestFailed</code> during
<code>retry</code> and <code>repeats</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6609 ">vitest-dev/vitest#6609</a>
<a href="https://github.com/vitest-dev/vitest/commit/c5e29098 "><!-- raw
HTML omitted -->(c5e29)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>ui</strong>:
<ul>
<li>List tests on ui when <code>--standalone</code> - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6577 ">vitest-dev/vitest#6577</a>
<a href="https://github.com/vitest-dev/vitest/commit/d0bf89d3 "><!-- raw
HTML omitted -->(d0bf8)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vite-node</strong>:
<ul>
<li>Fix esm false-detection inside comment - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6506 ">vitest-dev/vitest#6506</a>
<a href="https://github.com/vitest-dev/vitest/commit/91f85997 "><!-- raw
HTML omitted -->(91f85)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Install dependencies with the same version when prompted - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6611 ">vitest-dev/vitest#6611</a>
<a href="https://github.com/vitest-dev/vitest/commit/ed8b7c08 "><!-- raw
HTML omitted -->(ed8b7)<!-- raw HTML omitted --></a></li>
<li>Make env.SSR consistent between different pools - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6616 ">vitest-dev/vitest#6616</a>
<a href="https://github.com/vitest-dev/vitest/commit/8a8d3f03 "><!-- raw
HTML omitted -->(8a8d3)<!-- raw HTML omitted --></a></li>
<li>Don't start a websocket server if api is disabled - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6617 ">vitest-dev/vitest#6617</a>
<a href="https://github.com/vitest-dev/vitest/commit/821400b8 "><!-- raw
HTML omitted -->(82140)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>workspace</strong>:
<ul>
<li>Fix glob pattern detection - by <a
href="https://github.com/hi-ogawa "><code>@hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/6502 ">vitest-dev/vitest#6502</a>
<a href="https://github.com/vitest-dev/vitest/commit/7727ca87 "><!-- raw
HTML omitted -->(7727c)<!-- raw HTML omitted --></a></li>
<li>Ignore DS_Store by default - by <a
href="https://github.com/sheremet-va "><code>@sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/6571 ">vitest-dev/vitest#6571</a>
<a href="https://github.com/vitest-dev/vitest/commit/d2a86ff5 "><!-- raw
HTML omitted -->(d2a86)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5> <a
href="https://github.com/vitest-dev/vitest/compare/v2.1.1...v2.1.2 ">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0ce26a4c70
"><code>0ce26a4</code></a>
chore: release v2.1.2</li>
<li><a
href="383f179166
"><code>383f179</code></a>
fix(browser): throw an error if
"<code>@vitest/browser/</code>context" is imported
outside...</li>
<li><a
href="821400b8c1
"><code>821400b</code></a>
fix(vitest): don't start a websocket server if api is disabled (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6617 ">#6617</a>)</li>
<li><a
href="8a8d3f0346
"><code>8a8d3f0</code></a>
fix(vitest): make env.SSR consistent between different pools (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6616 ">#6616</a>)</li>
<li><a
href="ed8b7c087a
"><code>ed8b7c0</code></a>
fix(vitest): install dependencies with the same version when prompted
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6611 ">#6611</a>)</li>
<li><a
href="d2a86ff57a
"><code>d2a86ff</code></a>
fix(workspace): ignore DS_Store by default (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6571 ">#6571</a>)</li>
<li><a
href="88bde99cda
"><code>88bde99</code></a>
fix(coverage): <code>cleanOnRerun: false</code> to invalidate previous
results (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6592 ">#6592</a>)</li>
<li><a
href="5f757900b5
"><code>5f75790</code></a>
refactor: replace <code>strip-ansi</code> with
<code>stripVTControlCharacters</code> from `node:uti...</li>
<li><a
href="e7f35214c8
"><code>e7f3521</code></a>
fix: move <code>Vitest.setServer</code> to post
<code>configureServer</code> hook to enable import ...</li>
<li><a
href="891d6fe57c
"><code>891d6fe</code></a>
docs: deprecate <code>benchmark.outputFile</code> option (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/6591 ">#6591</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest ">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore 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-10-04 10:33:33 -07:00
Evan Simkowitz
fe06e0d93e
Remove unnecessary log in helpview ( #951 )
2024-10-03 20:54:55 -07:00
Evan Simkowitz
62a20b2dd9
Don't update all brew dependencies ( #950 )
2024-10-03 20:43:58 -07:00
wave-builder[bot]
64a440bdda
chore: bump package version to 0.8.9-beta.1
2024-10-04 03:29:47 +00:00
Evan Simkowitz
74cda378f8
Embed static copy of docsite for help view ( #949 )
...
This will take the latest artifact from the waveterm-docs repo and embed
it in the app binary. When the help view is launched, it will be served
from our backend. If the embedded copy doesn't exist, such as in
unpackaged versions of the app or in locally packaged versions, it will
use the hosted site instead.
There is a sibling PR in the docs repository to build the embedded
version of the app (strips out some external links, removes Algolia
DocSearch, updates the baseUrl)
https://github.com/wavetermdev/waveterm-docs/pull/46
2024-10-03 20:28:05 -07:00
wave-builder[bot]
cee46a6db9
chore: bump package version to 0.8.9-beta.0
2024-10-03 18:04:58 +00:00
Evan Simkowitz
9d1e519308
Add Wayland hint flags to Linux build ( #948 )
2024-10-03 11:04:02 -07:00
Evan Simkowitz
a1e0d03fcc
Better handle background color for dir preview table ( #944 )
2024-10-02 17:37:02 -07:00
Evan Simkowitz
1737c686c2
Fix double scrollbars in dir preview ( #932 )
...
Phew this took a while, but I think it's a good compromise. All the
scrolling for a preview view now must happen inside the individual
views, rather than at the root level. Now, the scrollbars render in the
right places and are always visible inside the block. I don't love the
blurred header for the table, but it was make it blurry or make it even
more opaque, which would ruin the transparency
2024-10-02 17:21:34 -07:00
Evan Simkowitz
c34fa963a7
Fix Alt+G on Windows/Linux ( #943 )
...
fixes #921
2024-10-02 17:18:16 -07:00
Evan Simkowitz
aec7d085d4
Add instructions to get Wave version in issue template ( #942 )
2024-10-02 17:02:40 -07:00
Evan Simkowitz
d8f5d062cd
More issue tweaks ( #940 )
2024-10-02 16:51:42 -07:00
Evan Simkowitz
7befa0c104
More issue template formatting ( #939 )
2024-10-02 16:48:25 -07:00
Evan Simkowitz
2ae6750c55
More issue template formatting ( #937 )
2024-10-02 16:34:40 -07:00
Evan Simkowitz
b268f16c6e
render markdown for steps to reproduce in issue template ( #936 )
2024-10-02 16:33:01 -07:00
Evan Simkowitz
17621bbaad
Update version wording in template ( #935 )
2024-10-02 16:29:47 -07:00
Evan Simkowitz
47c50dc29b
Use forms for issue templates ( #933 )
...
This uses the GitHub Form Syntax to make richer issue templates. I took
a lot of inspiration from the Dioxus project for the wording of these
templates.
2024-10-02 16:09:16 -07:00
Mike Sawka
57c2f02c9d
add some fun new background presets ( #930 )
2024-10-02 11:03:37 -07:00
wave-builder[bot]
705f0ca30e
chore: bump package version to 0.8.8
2024-10-01 21:57:38 +00:00
wave-builder[bot]
acd0bf3760
chore: bump package version to 0.8.8-beta.4
2024-10-01 21:08:15 +00:00
Mike Sawka
f21045d8dd
have terminal ignore all global keybindings ( #924 )
2024-10-01 14:07:28 -07:00