Evan Simkowitz
64084d3e27
Remove global.ts dependency from emain ( #1003 )
...
Removes global atoms dependency from emain by moving WOS to grab the
globalAtoms from window, if present. Also removes interdependency
between wshrpcutil and wps
Also adds showmenubar setting for Windows and Linux
2024-10-10 10:12:42 -07:00
wave-builder[bot]
67a8a59b1b
chore: bump package version to 0.8.10
2024-10-10 04:48:10 +00:00
wave-builder[bot]
2d8cd1cf7c
chore: bump package version to 0.8.10-beta.2
2024-10-10 01:23:07 +00:00
Evan Simkowitz
bd3a971dca
Remove unnecessary onScroll log ( #1002 )
2024-10-09 20:43:04 -04:00
wave-builder[bot]
91a58a265e
chore: bump package version to 0.8.10-beta.1
2024-10-09 23:18:02 +00:00
Mike Sawka
9ad8068d13
fix rare bad shutdown loop with logger throwing errors ( #1001 )
2024-10-09 16:15:42 -07:00
Mike Sawka
4f00595311
allow ai defaults to be overridden by block meta ( #1000 )
2024-10-09 15:16:35 -07:00
Sylvie Crowe
c43fd787a0
Simple Quicklook ( #998 )
...
This adds some ability to use quicklook from the directory view with the
spacebar on mac.
2024-10-09 15:12:20 -07:00
Sylvie Crowe
9dd4188810
fix: add error messages to ai chat ( #999 )
...
This will print error messages to the chat when there is an error
getting an ai response. The actual content of the responses are not
forwarded to the models in future requests.
<img width="389" alt="Screenshot 2024-10-09 at 2 36 13 PM"
src="https://github.com/user-attachments/assets/e6c6b1c1-fa19-4456-be3b-596feaeaafed ">
2024-10-09 14:50:56 -07:00
wave-builder[bot]
ad3166a2c9
chore: bump package version to 0.8.10-beta.0
2024-10-09 20:37:07 +00:00
Mike Sawka
f33028af1d
azure ai support ( #997 )
2024-10-09 13:36:02 -07:00
Evan Simkowitz
b81ab63ddc
Fix 404 for docsite subpages when hard reloading app ( #995 )
...
This adds a custom resolver to the docsite server to fall back to .html
addresses when it gets a not found for a given path. This fixes an issue
where subpages would return a 404 after a hard reload of the frontend. I
also added an effect that will run on startup to resolve the latest
docsite url and set it in the metadata, since the backend port changes
on every run of the app. I also made it so that setting the default
homepage in the webview widget will also unset any block-specific
homepage.
2024-10-09 12:42:33 -07:00
Evan Simkowitz
1eb458dc16
Fix directory preview scroll to selected entry ( #996 )
2024-10-09 12:42:23 -07:00
Sylvie Crowe
9f57d2d46b
fix: do not canonicalize hostname in list ( #994 )
...
This removes the brackets for connections with non-standard ports in the
dropdown list.
2024-10-09 11:08:07 -07:00
Mike Sawka
d4f86f3a2f
use windowSettingsAtom ( #993 )
2024-10-09 10:49:25 -07:00
wave-builder[bot]
9173e51756
chore: bump package version to 0.8.9
2024-10-09 01:55:26 +00:00
Mike Sawka
f4c7269195
remove special shutdown logic for windows ( #992 )
2024-10-08 18:39:26 -07:00
wave-builder[bot]
62602de71e
chore: bump package version to 0.8.9-beta.9
2024-10-09 00:13:32 +00:00
wave-builder[bot]
989dd0910f
chore: bump package version to 0.8.9-beta.8
2024-10-08 23:55:27 +00:00
Mike Sawka
5d6b85cf54
implement back/forward for help view ( #991 )
2024-10-08 16:54:41 -07:00
Evan Simkowitz
b8e03e9628
Re-enable go and zig actions in codeql pipeline ( #990 )
...
This was causing the builds for the javascript-typescript job to actually run longer because Go was still required to generate the bindings
2024-10-08 17:52:50 -04:00
wave-builder[bot]
e0ad873b45
chore: bump package version to 0.8.9-beta.7
2024-10-08 21:46:42 +00:00
wave-builder[bot]
59887f4f0c
chore: bump package version to 0.8.9-beta.6
2024-10-08 21:41:44 +00:00
Sylvie Crowe
c5527dd87b
Add a Notification Subcommand to Wsh ( #985 )
...
This allows users to use the `wsh notify` command to make a popup
notification, even from a remote connection.
2024-10-08 10:22:17 -07:00
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