Commit Graph

698 Commits

Author SHA1 Message Date
Evan Simkowitz
a95f60469a
rename vars 2024-08-14 19:27:32 -07:00
Evan Simkowitz
fb1c3ac85f
update var name 2024-08-14 19:09:22 -07:00
Evan Simkowitz
8262f977f0
remove unused layout tree reducer 2024-08-14 18:44:32 -07:00
Evan Simkowitz
e85b0d205e
New layout model (#210)
This PR is a large refactoring of the layout code to move as much of the
layout state logic as possible into a unified model class, with atoms
and derived atoms to notify the display logic of changes. It also fixes
some latent bugs in the node resize code, significantly speeds up
response times for resizing and dragging, and sets us up to fully
replace the React-DnD library in the future.
2024-08-14 18:40:41 -07:00
Red J Adaya
2684a74db2
webview url fix (#219)
Fixes issue where deleting the entire URL doesn't work in webview.
2024-08-14 14:39:18 -07:00
Red J Adaya
5b686d6534
do not switch to readonly after saving (#223) 2024-08-14 14:38:21 -07:00
Red J Adaya
688ed8a870
Fix number overlay hotkeys conflict with screenshot in macos (#222) 2024-08-14 14:38:02 -07:00
sawka
961502916b implement remotewritefile 2024-08-13 18:36:11 -07:00
sawka
c962391b71 hook up wsh router to wps 2024-08-13 18:19:29 -07:00
Mike Sawka
844451ea0d
wsh routing + proxy (#224)
lots of changes, including:
* source/route to rpcmessage
* rpcproxy
* wshrouter
* bug fixing
* wps uses routeids not clients
2024-08-13 16:52:35 -07:00
Evan Simkowitz
01d788b780
Fix package task for Windows 2024-08-12 23:37:08 -07:00
Evan Simkowitz
9e1460b9e1
Remove UUID library in favor of Crypto (#221)
This PR swaps usage of the `uuid` library for the built-in
`crypto.randomUUID` function, which is available in both NodeJS and the
browser. The built-in function is around 12x faster than the `uuid`
library. The strings produced by the built-in function are fully
compatible with the UUIDv4 standard, so it's an easy switch.
2024-08-12 21:20:13 -07:00
Evan Simkowitz
02801532c0
Upgrade to latest Yarn version (#220) 2024-08-12 20:47:41 -07:00
sawka
a2aef5b0ce add wsh term to open a new terminal in directory 2024-08-12 16:14:19 -07:00
sawka
f464223aab switch from 'main' to 'term' for main terminal blockfile 2024-08-12 15:53:34 -07:00
Mike Sawka
c4a0e85d32
update wsh code for easier creation of client servers (for readfile/readdir/fileinfo) (#218) 2024-08-12 10:58:39 -07:00
sawka
b057bd2078 wsh view with an http url will open web 2024-08-09 18:54:09 -07:00
Sylvie Crowe
c192fe2663
Windows Pty (#206)
Add Windows Pty support, so the terminal works properly on windows
machines
2024-08-09 18:49:35 -07:00
sawka
4498ca8e9d allow 'this' for blockid 2024-08-09 18:37:23 -07:00
Mike Sawka
5165d099c2
wsh working over domain socket (and assorted bug fixes) (#217) 2024-08-09 17:46:52 -07:00
sawka
5e1da4805f move widgets to left, fix some paddings 2024-08-09 11:49:19 -07:00
dependabot[bot]
2e7c52a880
Bump github.com/sashabaranov/go-openai from 1.27.1 to 1.28.1 (#216)
Bumps
[github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)
from 1.27.1 to 1.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sashabaranov/go-openai/releases">github.com/sashabaranov/go-openai's
releases</a>.</em></p>
<blockquote>
<h2>v1.28.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Make reponse format JSONSchema optional by <a
href="https://github.com/tylergannon"><code>@​tylergannon</code></a> in
<a
href="https://redirect.github.com/sashabaranov/go-openai/pull/820">sashabaranov/go-openai#820</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/tylergannon"><code>@​tylergannon</code></a>
made their first contribution in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/820">sashabaranov/go-openai#820</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1">https://github.com/sashabaranov/go-openai/compare/v1.28.0...v1.28.1</a></p>
<h2>v1.28.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for <code>gpt-4o-2024-08-06</code> by <a
href="https://github.com/danielchalef"><code>@​danielchalef</code></a>
in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/812">sashabaranov/go-openai#812</a></li>
<li>feat: Support Structured Outputs by <a
href="https://github.com/eiixy"><code>@​eiixy</code></a> in <a
href="https://redirect.github.com/sashabaranov/go-openai/pull/813">sashabaranov/go-openai#813</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0">https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6439e1fcc9"><code>6439e1f</code></a>
Make reponse format JSONSchema optional (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/820">#820</a>)</li>
<li><a
href="623074c14a"><code>623074c</code></a>
feat: Support Structured Outputs (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/813">#813</a>)</li>
<li><a
href="dbe726c59f"><code>dbe726c</code></a>
Add support for <code>gpt-4o-2024-08-06</code> (<a
href="https://redirect.github.com/sashabaranov/go-openai/issues/812">#812</a>)</li>
<li>See full diff in <a
href="https://github.com/sashabaranov/go-openai/compare/v1.27.1...v1.28.1">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 11:34:17 -07:00
dependabot[bot]
ec3d5a6f08
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#215)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.25.0 to 0.26.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5bcd010f1c"><code>5bcd010</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="3375612bf4"><code>3375612</code></a>
ssh: add support for unpadded RSA signatures</li>
<li><a
href="bb80217080"><code>bb80217</code></a>
ssh: don't use dsa keys in integration tests</li>
<li><a
href="6879722274"><code>6879722</code></a>
ssh: remove go 1.21+ dependency on slices</li>
<li><a
href="e983fa2741"><code>e983fa2</code></a>
sha3: Avo port of keccakf_amd64.s</li>
<li><a
href="80fd97208d"><code>80fd972</code></a>
LICENSE: update per Google Legal</li>
<li><a
href="f2bc3a617a"><code>f2bc3a6</code></a>
x509roots/fallback/internal/goissue52287: delete</li>
<li><a
href="d66d9c31b4"><code>d66d9c3</code></a>
x509roots/fallback: update bundle</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.25.0...v0.26.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.25.0&new-version=0.26.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-08-09 11:31:25 -07:00
dependabot[bot]
248176360e
Bump the prod-dependencies group with 4 updates (#213)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

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

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

---

[//]: # (dependabot-end)

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

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

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

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

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


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

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

---

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

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


</details>

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

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

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

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


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:44:32 -07:00
dependabot[bot]
3e15bc94d1
Bump the storybook group with 8 updates (#212)
Bumps the storybook group with 8 updates:

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

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

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

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

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

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

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

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

Updates `storybook` from 8.2.7 to 8.2.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.2.8</h2>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.2.8</h2>
<ul>
<li>CLI: Parse more Yarn Berry errors - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28816">#28816</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
<li>Fix: Invariant failed: Expected package.json#version to be defined
in the &quot;undefined&quot; package - <a
href="https://redirect.github.com/storybookjs/storybook/pull/28752">#28752</a>,
thanks <a
href="https://github.com/abcdmku"><code>@​abcdmku</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2faeae23c0"><code>2faeae2</code></a>
Bump version from &quot;8.2.7&quot; to &quot;8.2.8&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.2.8/code/lib/cli">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:44:09 -07:00
Mike Sawka
ed0279ad72
adding telemetry updates (#209) 2024-08-08 18:24:54 -07:00
sawka
fc7c640e6b remove topicbus (moved to wps). also have CreateWindow call CreateTab 2024-08-08 14:51:40 -07:00
sawka
4641271bfa show the buildtimes in the about page 2024-08-08 13:39:17 -07:00
Evan Simkowitz
44f4a02cf7
download artifacts to script dir 2024-08-08 12:49:56 -07:00
Evan Simkowitz
e1681809bf
update script readme 2024-08-08 12:03:30 -07:00
Evan Simkowitz
d1a9ae70db
Make artifact scripts executable (#208) 2024-08-08 12:00:32 -07:00
Red J Adaya
9a3b38d508
url bar google search and improved url detection (#204) 2024-08-08 11:58:22 -07:00
Evan Simkowitz
b8124bbc2e
Clean up the Updater class and fix a runaway interval (#207) 2024-08-08 11:55:44 -07:00
Evan Simkowitz
7b87b7d7b9
Add WebGL acceleration and link handling to terminal (#205)
This PR adds back WebGL acceleration (enabled by default) for XTerm. It
also adds back link handling and adds a new option (disabled by default)
to open all links internally as a new web block.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-08-07 14:27:16 -07:00
sawka
3c8bac6bf9 add console logs in front of all GetSettingsConfig calls in emain 2024-08-07 14:10:14 -07:00
sawka
4e88a27d9e fix zoom in/out to affect webcontents not webview 2024-08-06 19:47:02 -07:00
Evan Simkowitz
8d29f7f934
Import logo png so Vite can find it (#203) 2024-08-06 17:12:32 -07:00
Evan Simkowitz
d41e927412
bump version 2024-08-06 16:49:33 -07:00
Evan Simkowitz
8ebdb58f4b
Use button for update available banner (#202) 2024-08-06 16:48:25 -07:00
sawka
8508a40261 try adding the wave logo to header 2024-08-06 16:41:00 -07:00
Evan Simkowitz
21684b0995
use native install on quit instead 2024-08-06 16:30:42 -07:00
Evan Simkowitz
ba7bcde951
bump version 2024-08-06 16:22:24 -07:00
Evan Simkowitz
61f02b27d2
get update status on start, install update on quit 2024-08-06 16:19:55 -07:00
Evan Simkowitz
5f229048be
restart interval in checkForUpdates if update setting changes 2024-08-06 16:13:14 -07:00
Evan Simkowitz
acb6a87ca4
fix comment 2024-08-06 16:09:24 -07:00
Evan Simkowitz
2f2bbd0a27
Check for updates always if user requests it, add comments 2024-08-06 16:08:49 -07:00
Evan Simkowitz
bc26d643ca
don't set lastupdatecheck time if requested by user 2024-08-06 15:36:21 -07:00
Evan Simkowitz
5187150e3f
await more async functions in emain 2024-08-06 15:32:29 -07:00
Evan Simkowitz
4de922ab2a
bump version 2024-08-06 15:14:36 -07:00