An open-source, cross-platform terminal for seamless workflows
Go to file
dependabot[bot] 67b9500d80
Bump the prod-dependencies group with 2 updates (#236)
Bumps the prod-dependencies group with 2 updates:
[jotai](https://github.com/pmndrs/jotai) and
[winston](https://github.com/winstonjs/winston).

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

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


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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 11:34:15 -07:00
.github bump node version 2024-08-01 02:18:27 -07:00
.storybook Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00
.vscode Fix yaml formatting (#121) 2024-07-18 15:53:20 -07:00
build remove wails deps 2024-06-12 11:58:17 -07:00
cmd SSH Wsh Install (#225) 2024-08-15 21:32:08 -07:00
db adding telemetry updates (#209) 2024-08-08 18:24:54 -07:00
emain Windows Pty (#206) 2024-08-09 18:49:35 -07:00
frontend Remove double-click on block header to magnify (#233) 2024-08-15 17:49:34 -07:00
pkg SSH Wsh Install (#225) 2024-08-15 21:32:08 -07:00
public try adding the wave logo to header 2024-08-06 16:41:00 -07:00
scripts/artifacts download artifacts to script dir 2024-08-08 12:49:56 -07:00
.editorconfig Fix prettier formatting 2024-05-28 12:12:28 -07:00
.gitignore Set up electron-builder for new app (#113) 2024-07-17 18:42:49 -07:00
.prettierignore Add filewatcher for config files (#63) 2024-06-19 23:59:41 -07:00
.yarnrc.yml Fix prettier formatting 2024-05-28 12:12:28 -07:00
electron-builder.config.cjs Add auto updater configuration (#122) 2024-07-18 16:55:04 -07:00
electron.vite.config.ts Make magnify icon always visible, transition from magnify to minimize (#197) 2024-08-05 16:13:26 -07:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Windows Pty (#206) 2024-08-09 18:49:35 -07:00
go.sum Windows Pty (#206) 2024-08-09 18:49:35 -07:00
index.html Simplify frontend/wave path in index.html (#48) 2024-06-13 17:00:07 -07:00
LICENSE Setup the Build Helper pipeline (#116) 2024-07-17 22:39:22 -07:00
package.json Bump the prod-dependencies group with 2 updates (#236) 2024-08-16 11:34:15 -07:00
prettier.config.cjs Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
README.md Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
Taskfile.yml SSH Wsh Install (#225) 2024-08-15 21:32:08 -07:00
tsconfig.json modals component and model and TOS modal (#164) 2024-07-30 11:44:19 -07:00
version.cjs Get version for Taskfile from version.js (#49) 2024-06-13 18:11:21 -07:00
vitest.config.ts Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
yarn.lock Bump the prod-dependencies group with 2 updates (#236) 2024-08-16 11:34:15 -07:00

The Next Wave

Prereqs:

You'll need to install "task" (which we're using as a build/run system):

brew install go-task

On first checkout:

yarn
go mod tidy

Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):

task electron:dev

To run the app without the dev server, run the following instead:

task electron:start