From 8a4880f2b2d80df2789679b6c596e59ab9821877 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 16 Aug 2024 11:36:28 -0700
Subject: [PATCH] Bump the electron group with 2 updates (#237)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the electron group with 2 updates:
[electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater)
and [electron](https://github.com/electron/electron).
Updates `electron-updater` from 6.3.2 to 6.3.3
Release notes
Sourced from electron-updater's
releases.
electron-updater@6.3.3
Patch Changes
Changelog
Sourced from electron-updater's
changelog.
6.3.3
Patch Changes
Commits
1dcf6bc
chore(deploy): Release v25.0.4 (electron-updater@6.3.3) (#8402)
1c14820
fix: handle spaces in artifact name for all linux platforms instead of
only ....
8dabf64
fix: add custom channel in github provider (#8393)
9dc0b49
fix(electron-updater,deb): Handle spaces in application artifact name
for deb...
- See full diff in compare
view
Updates `electron` from 31.3.1 to 31.4.0
Release notes
Sourced from electron's
releases.
electron v31.4.0
Release Notes for v31.4.0
Features
- Added a new property
prefersReducedTransparency to
nativeTheme, which indicates whether the user has chosen to
reduce OS-level transparency via system accessibility settings. #43137
(Also in 30,
32)
Fixes
- Fixed a crash that could occur in some DevTools extensions
containing draggable regions. #43200
(Also in 32)
- Fixed an issue where
navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43170
(Also in 30,
32)
- Fixed an issue where
system-context-menu was not
triggered as expected on Windows when using a frameless BrowserWindow.
#43274
(Also in 30,
32)
- Fixed an issue where calling
window.showInactive on
macOS did not actually show the window. #43102
(Also in 32)
- Fixed behavior when entering/exiting fullscreen fails on macOS. #43154
(Also in 29,
30,
32)
- Fixed issues with the vibrancy view on macOS. #43128
(Also in 32)
- Fixed several view hierarchy issues related to web contents view on
MacOS. #43096
(Also in 32)
- Resolved an issue where
desktopCapturer.getSources
never fulfilled its promise in some cases. #43271
(Also in 29,
30,
32)
Other Changes
- Fixed ffmpeg release on x64 macOS. #43121
(Also in 29,
30,
32)
- Security: backported fix for 338248595. #43140
- Security: backported fix for CVE-2024-6989.
- Security: backported fix for CVE-2024-6991. #43158
- Updated Chromium to 126.0.6478.234. #43252
- Updated Node.js to v20.16.0. #43026
Commits
bd70c3a
refactor: update chrome.scripting extensions api impls (#43290)
997afe6
chore: remove unused Notification fields icon_path_, has_icon_ (#43295)
dd1dcad
fix: system-context-menu with frameless BrowserWindows (#43274)
10dd33c
fix: check screen capture permissions in desktopCapturer
(#43271)
c3a7f00
fix: accidental handle copying in a range loop (#43281)
a780a75
build: fix build when enable_pdf_viewer and
enable_electron_extensions di...
6e69cb0
chore: bump chromium to 126.0.6478.234 (31-x-y) (#43252)
520a147
docs: Document ideal iconPath size (#43241)
36cebb9
refactor: simplify window moveAbove/moveTop impl on macOS
(#43201)
be842d6
perf: avoid redundant calls to GetView() (#43229)
- Additional commits viewable in compare
view
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)
---
Dependabot commands and options
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 4 ++--
yarn.lock | 20 ++++++++++----------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/package.json b/package.json
index 817577b88..bff3c971a 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-istanbul": "^2.0.5",
- "electron": "^31.3.1",
+ "electron": "^31.4.0",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^9.9.0",
@@ -91,7 +91,7 @@
"color": "^4.2.3",
"css-tree": "^2.3.1",
"dayjs": "^1.11.12",
- "electron-updater": "6.3.2",
+ "electron-updater": "6.3.3",
"htl": "^0.3.1",
"html-to-image": "^1.11.11",
"immer": "^10.1.1",
diff --git a/yarn.lock b/yarn.lock
index c4a114d6f..071f00974 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6766,9 +6766,9 @@ __metadata:
languageName: node
linkType: hard
-"electron-updater@npm:6.3.2":
- version: 6.3.2
- resolution: "electron-updater@npm:6.3.2"
+"electron-updater@npm:6.3.3":
+ version: 6.3.3
+ resolution: "electron-updater@npm:6.3.3"
dependencies:
builder-util-runtime: "npm:9.2.5"
fs-extra: "npm:^10.1.0"
@@ -6778,7 +6778,7 @@ __metadata:
lodash.isequal: "npm:^4.5.0"
semver: "npm:^7.3.8"
tiny-typed-emitter: "npm:^2.1.0"
- checksum: 10c0/8f2616967a869517d22177b0f1ffdd13e9df1d237c9603deecd2f762127abc46440098b2f88526246d190cd7d9224475667d54edc7a8b0b4771225bc1935f71b
+ checksum: 10c0/717ebc0b66b8d49ab9dd6de85d26afdb3455cb61cf0b09420fcc007cbc75a98fcd3513c58c9f5e196dc4ca59e13198229125cca052ab4e582add280fdba05314
languageName: node
linkType: hard
@@ -6817,16 +6817,16 @@ __metadata:
languageName: node
linkType: hard
-"electron@npm:^31.3.1":
- version: 31.3.1
- resolution: "electron@npm:31.3.1"
+"electron@npm:^31.4.0":
+ version: 31.4.0
+ resolution: "electron@npm:31.4.0"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
- checksum: 10c0/71437947b8a6aa7230dc31fcc424632b29f877e672dc64c60b48b2ba37f86c40886dda48d584b8bfec1514b37c1483eaa6bf87c224a09bbf8c495a3f81538377
+ checksum: 10c0/9ed10f363f864912bb9be0a387309babb476df20473ed7ea3f8df609daf19125763fe9ba4b9f5b422673b688e00b31afc52b308623829b7cced28f99687a9d03
languageName: node
linkType: hard
@@ -12634,9 +12634,9 @@ __metadata:
color: "npm:^4.2.3"
css-tree: "npm:^2.3.1"
dayjs: "npm:^1.11.12"
- electron: "npm:^31.3.1"
+ electron: "npm:^31.4.0"
electron-builder: "npm:^24.13.3"
- electron-updater: "npm:6.3.2"
+ electron-updater: "npm:6.3.3"
electron-vite: "npm:^2.3.0"
eslint: "npm:^9.9.0"
eslint-config-prettier: "npm:^9.1.0"