An open-source, cross-platform terminal for seamless workflows
Go to file
dependabot[bot] 2902cb26a7
Bump github.com/creack/pty from 1.1.18 to 1.1.21 (#141)
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.18
to 1.1.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/creack/pty/releases">github.com/creack/pty's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.21</h2>
<h2>What's Changed</h2>
<ul>
<li>Tests cleanup by <a
href="https://github.com/creack"><code>@​creack</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/173">creack/pty#173</a></li>
<li>Revert <a
href="https://redirect.github.com/creack/pty/issues/167">#167</a> to
avoid race on Linux. by <a
href="https://github.com/creack"><code>@​creack</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/177">creack/pty#177</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.20...v1.1.21">https://github.com/creack/pty/compare/v1.1.20...v1.1.21</a></p>
<h2>v1.1.20</h2>
<h2>What's Changed</h2>
<ul>
<li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor
ints by <a href="https://github.com/sio"><code>@​sio</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/167">creack/pty#167</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20">https://github.com/creack/pty/compare/v1.1.19...v1.1.20</a></p>
<h2>v1.1.19</h2>
<h2>What's Changed</h2>
<ul>
<li>Add some basic tests by <a
href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/145">creack/pty#145</a></li>
<li>Provide correct pty/tty file paths on OpenBSD by <a
href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li>
<li>Add sparc support by <a
href="https://github.com/matoro"><code>@​matoro</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li>
<li>Add support for the 32-bit PPC Linux platform by <a
href="https://github.com/samm-git"><code>@​samm-git</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li>
<li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a
href="https://github.com/sio"><code>@​sio</code></a> in <a
href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a>
made their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li>
<li><a href="https://github.com/matoro"><code>@​matoro</code></a> made
their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li>
<li><a href="https://github.com/samm-git"><code>@​samm-git</code></a>
made their first contribution in <a
href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li>
<li><a href="https://github.com/sio"><code>@​sio</code></a> made their
first contribution in <a
href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19">https://github.com/creack/pty/compare/v1.1.18...v1.1.19</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f188b6dbd5"><code>f188b6d</code></a>
Revert go.mod for v1.</li>
<li><a
href="3194d695c3"><code>3194d69</code></a>
Merge pull request <a
href="https://redirect.github.com/creack/pty/issues/177">#177</a> from
creack/revert-nonblock-ioctl</li>
<li><a
href="8efd70af93"><code>8efd70a</code></a>
Revert <a
href="https://redirect.github.com/creack/pty/issues/167">#167</a> to
avoid race on Linux.</li>
<li><a
href="2dfd24de61"><code>2dfd24d</code></a>
Merge pull request <a
href="https://redirect.github.com/creack/pty/issues/173">#173</a> from
creack/tests-cleanup</li>
<li><a
href="cafb3b47d0"><code>cafb3b4</code></a>
Fix typo.</li>
<li><a
href="0a15590bf0"><code>0a15590</code></a>
Skip tests for go1.6.</li>
<li><a
href="219f7e0db9"><code>219f7e0</code></a>
Add more test helpers, cleanup existing tests. Add editorconfig and
golangci ...</li>
<li><a
href="ccf8e7e6b6"><code>ccf8e7e</code></a>
Add openClose helper in tests to remove duplication.</li>
<li><a
href="bc68e99fbc"><code>bc68e99</code></a>
Minor cosmetic cleanups in the tests. Add missing error checks. Use
Fatal ins...</li>
<li><a
href="a425b37197"><code>a425b37</code></a>
Bump major version to v2. Drop support for the old riscv in favor of the
offi...</li>
<li>Additional commits viewable in <a
href="https://github.com/creack/pty/compare/v1.1.18...v1.1.21">compare
view</a></li>
</ul>
</details>
<br />


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

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

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

---

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

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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 12:17:14 -07:00
.github Bump arduino/setup-task from 1 to 2 in /.github/workflows (#139) 2024-07-23 11:53:09 -07:00
.storybook Fix bad merge 2024-06-26 12:26:27 -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 wsh deleteblock 2024-07-18 18:14:11 -07:00
db Break layout node into its own Wave Object (#21) 2024-06-05 17:21:40 -07:00
emain Close a window automatically when the last tab is closed (#131) 2024-07-22 16:39:45 -07:00
frontend more focus fixes -- write a viewmodel for terminal 2024-07-22 17:08:28 -07:00
pkg Remove unnecessary var declaration in WindowService (#133) 2024-07-22 16:43:18 -07:00
public move codeedit to directory. new useLongClick hook. show quick navig… (#105) 2024-07-08 23:13:12 -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 Clean up app package (#118) 2024-07-18 15:16:49 -07:00
eslint.config.js Switch to using electron-vite instead of WebPack (#45) 2024-06-13 16:49:25 -07:00
go.mod Bump github.com/creack/pty from 1.1.18 to 1.1.21 (#141) 2024-07-23 12:17:14 -07:00
go.sum Bump github.com/creack/pty from 1.1.18 to 1.1.21 (#141) 2024-07-23 12:17:14 -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 @types/node from 20.14.11 to 20.14.12 (#146) 2024-07-23 11:54:54 -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 Enable Linux ARM builds (#127) 2024-07-19 16:11:08 -07:00
tsconfig.json dynamic header updates (#102) 2024-07-08 15:04:48 -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 @types/node from 20.14.11 to 20.14.12 (#146) 2024-07-23 11:54:54 -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