mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
Bump electron-updater from 6.3.0 to 6.3.1 (#148)
Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) from 6.3.0 to 6.3.1. <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.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8372">#8372</a> <a href="c85b73d7c8"><code>c85b73d7</code></a> Thanks <a href="https://github.com/mmaietta"><code>@mmaietta</code></a>! - fix: allow enabling tsc lib checking on electron-updater package</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.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/electron-userland/electron-builder/pull/8372">#8372</a> <a href="c85b73d7c8"><code>c85b73d7</code></a> Thanks <a href="https://github.com/mmaietta"><code>@mmaietta</code></a>! - fix: allow enabling tsc lib checking on electron-updater package</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b20496b813"><code>b20496b</code></a> chore(deploy): Release v25.0.2 (electron-updater@6.3.1) (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8357">#8357</a>)</li> <li><a href="c85b73d7c8"><code>c85b73d</code></a> fix: allow typescript typechecking for electron-updater <code>.d.ts</code> (<a href="https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater/issues/8372">#8372</a>)</li> <li>See full diff in <a href="https://github.com/electron-userland/electron-builder/commits/electron-updater@6.3.1/packages/electron-updater">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
parent
9cf5ea979d
commit
df45c4e448
2 changed files with 6 additions and 6 deletions
|
|
@ -82,7 +82,7 @@
|
|||
"base64-js": "^1.5.1",
|
||||
"clsx": "^2.1.1",
|
||||
"dayjs": "^1.11.12",
|
||||
"electron-updater": "6.3.0",
|
||||
"electron-updater": "6.3.1",
|
||||
"html-to-image": "^1.11.11",
|
||||
"immer": "^10.1.1",
|
||||
"jotai": "^2.9.1",
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -6179,9 +6179,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron-updater@npm:6.3.0":
|
||||
version: 6.3.0
|
||||
resolution: "electron-updater@npm:6.3.0"
|
||||
"electron-updater@npm:6.3.1":
|
||||
version: 6.3.1
|
||||
resolution: "electron-updater@npm:6.3.1"
|
||||
dependencies:
|
||||
builder-util-runtime: "npm:9.2.5"
|
||||
fs-extra: "npm:^10.1.0"
|
||||
|
|
@ -6191,7 +6191,7 @@ __metadata:
|
|||
lodash.isequal: "npm:^4.5.0"
|
||||
semver: "npm:^7.3.8"
|
||||
tiny-typed-emitter: "npm:^2.1.0"
|
||||
checksum: 10c0/f28acf267c283c249e087ef27d86295db00da11562f396f326830d2189a7509163ca594d0ff2161acbc3df0e4f55edd13f91e881a5abfeb9ef79bfcfd7bb3559
|
||||
checksum: 10c0/5e75dae09e052a29f4f886a4c95154eb42b7ce7d1f8d6572b0f7fc97abcdef33dca04e0b759f8baa0f71d5a3968c3c5307a989760b5c95a96d359a0c5b9b25f1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -11786,7 +11786,7 @@ __metadata:
|
|||
dayjs: "npm:^1.11.12"
|
||||
electron: "npm:^31.2.1"
|
||||
electron-builder: "npm:^24.13.3"
|
||||
electron-updater: "npm:6.3.0"
|
||||
electron-updater: "npm:6.3.1"
|
||||
electron-vite: "npm:^2.3.0"
|
||||
eslint: "npm:^9.7.0"
|
||||
eslint-config-prettier: "npm:^9.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue