Skip to content

chore(deps): bump electron-updater from 6.1.4 to 6.2.1 #8593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"dotenv": "^16.0.3",
"electron-dl": "^3.5.1",
"electron-log": "^4.4.8",
"electron-updater": "6.1.4",
"electron-updater": "6.2.1",
"https-browserify": "^1.0.0",
"keytar": "^7.9.0",
"node-machine-id": "^1.1.12",
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2760,14 +2760,6 @@ buffer@^5.1.0, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"

builder-util-runtime@9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.1.tgz#3184dcdf7ed6c47afb8df733813224ced4f624fd"
integrity sha512-2rLv/uQD2x+dJ0J3xtsmI12AlRyk7p45TEbE/6o/fbb633e/S3pPgm+ct+JHsoY7r39dKHnGEFk/AASRFdnXmA==
dependencies:
debug "^4.3.4"
sax "^1.2.4"

builder-util-runtime@9.2.3:
version "9.2.3"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.3.tgz#0a82c7aca8eadef46d67b353c638f052c206b83c"
@@ -2776,6 +2768,14 @@ builder-util-runtime@9.2.3:
debug "^4.3.4"
sax "^1.2.4"

builder-util-runtime@9.2.4:
version "9.2.4"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.4.tgz#13cd1763da621e53458739a1e63f7fcba673c42a"
integrity sha512-upp+biKpN/XZMLim7aguUyW8s0FUpDvOtK6sbanMFDAMBzpHDqdhgVYm6zc9HJ6nWo7u2Lxk60i2M6Jd3aiNrA==
dependencies:
debug "^4.3.4"
sax "^1.2.4"

builder-util@24.8.1:
version "24.8.1"
resolved "https://registry.yarnpkg.com/builder-util/-/builder-util-24.8.1.tgz#594d45b0c86d1d17f5c7bebbb77405080b2571c2"
@@ -3591,12 +3591,12 @@ electron-to-chromium@^1.4.535:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.557.tgz#f3941b569c82b7bb909411855c6ff9bfe1507829"
integrity sha512-6x0zsxyMXpnMJnHrondrD3SuAeKcwij9S+83j2qHAQPXbGTDDfgImzzwgGlzrIcXbHQ42tkG4qA6U860cImNhw==

electron-updater@6.1.4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-6.1.4.tgz#86f7e1fc4353f578456c34304b48df7d976cf348"
integrity sha512-yYAJc6RQjjV4WtInZVn+ZcLyXRhbVXoomKEfUUwDqIk5s2wxzLhWaor7lrNgxODyODhipjg4SVPMhJHi5EnsCA==
electron-updater@6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/electron-updater/-/electron-updater-6.2.1.tgz#1c9adb9ba2a21a5dc50a8c434c45360d5e9fe6c9"
integrity sha512-83eKIPW14qwZqUUM6wdsIRwVKZyjmHxQ4/8G+1C6iS5PdDt7b1umYQyj1/qPpH510GmHEQe4q0kCPe3qmb3a0Q==
dependencies:
builder-util-runtime "9.2.1"
builder-util-runtime "9.2.4"
fs-extra "^10.1.0"
js-yaml "^4.1.0"
lazy-val "^1.0.5"
@@ -6444,9 +6444,9 @@ npm-run-path@^4.0.1:
path-key "^3.0.0"

nwsapi@^2.2.1, nwsapi@^2.2.2:
version "2.2.10"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.10.tgz#0b77a68e21a0b483db70b11fad055906e867cda8"
integrity sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==
version "2.2.12"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.12.tgz#fb6af5c0ec35b27b4581eb3bbad34ec9e5c696f8"
integrity sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==

object-assign@^4.0.1:
version "4.1.1"

Unchanged files with check annotations Beta

<proposal-card
on:click={onProposalClick}
on:keydown={(e) => e.key === 'Enter' && onProposalClick()}

Check warning on line 40 in packages/desktop/components/ProposalCard.svelte

GitHub Actions / lint

Missing return type on function
class:dark
class:ended={proposal?.status === ProposalStatus.Ended}
class="flex flex-col p-6 border border-solid border-gray-200 dark:border-transparent rounded-xl cursor-pointer h-fit shadow-elevation-1 focus:shadow-inner
cursor-pointer dark:border-transparent dark:bg-gray-850"
class:animate-pulse={isLoading}
>
<button on:click={() => onQuestionClick(questionIndex)} class="flex justify-between items-center text-left">

Check warning on line 56 in packages/desktop/components/ProposalQuestion.svelte

GitHub Actions / lint

Missing return type on function
<div class="flex flex-col min-w-0">
{#if questionIndex !== undefined}
<Text smaller fontWeight={FontWeight.bold} overrideColor classes="mb-1 text-blue-500">
isWinner={answerIndex === winnerAnswerIndex}
proposalStatus={$selectedProposal?.status}
truncate={!isOpened}
onAnswerClick={() => onAnswerClick(answer.value, questionIndex)}

Check warning on line 98 in packages/desktop/components/ProposalQuestion.svelte

GitHub Actions / lint

Missing return type on function
/>
{/each}
</proposal-answers>
let scroller: HTMLElement
let sections: NodeListOf<Element>
function update() {

Check warning on line 14 in packages/desktop/components/Scroller.svelte

GitHub Actions / lint

Missing return type on function
if (!scroller) {
return
}
scroller.addEventListener('resize', update)
}
update()
return () => {

Check warning on line 38 in packages/desktop/components/Scroller.svelte

GitHub Actions / lint

Missing return type on function
scroller.removeEventListener('scroll', update)
scroller.removeEventListener('resize', update)
}
<Icon icon={IconEnum.Minimize} />
</button>
<button
on:click={async () => (isMaximized = await Platform.maximize())}

Check warning on line 54 in packages/desktop/components/TitleBar.svelte

GitHub Actions / lint

Missing return type on function
class="p-2 text-gray-500 dark:text-gray-100"
type="button"
>
{#each payouts as payout}
{@const onMouseEnterOutput = handleHoverEvent(payout)}
{@const onMouseLeaveOutput = handleHoverEvent()}
<vesting-output

Check warning on line 71 in packages/desktop/components/VestingSchedule.svelte

GitHub Actions / lint

A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event
on:mouseleave={onMouseLeaveOutput}
on:mouseenter={onMouseEnterOutput}
on:click={() => onPayoutClick(payout)}

Check warning on line 74 in packages/desktop/components/VestingSchedule.svelte

GitHub Actions / lint

Missing return type on function
class:unlocked={payout.status === VestingOutputStatus.Unlocked}
/>
{/each}
{#each Object.keys(filter) as filterUnit, index}
<FilterItem
bind:filterUnit={filter[filterUnit]}
on:toggle={() => toggleFilterItem(index)}

Check warning on line 64 in packages/desktop/components/filter/Filter.svelte

GitHub Actions / lint

Missing return type on function
on:open={() => openFilterItem(index)}

Check warning on line 65 in packages/desktop/components/filter/Filter.svelte

GitHub Actions / lint

Missing return type on function
isOpen={openFilterItemIndex === index}
/>
{/each}