chore(deps): update dependency electron to v44.1.0 - #207
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 24, 2026 13:39
0c69891 to
3fdcb60
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 24, 2026 20:55
3fdcb60 to
df0cd14
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 25, 2026 03:57
df0cd14 to
8cffc3d
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 25, 2026 19:00
8cffc3d to
b7b9b9f
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 25, 2026 21:37
b7b9b9f to
d0fec62
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 25, 2026 22:25
d0fec62 to
8307f0f
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 26, 2026 00:03
8307f0f to
aa81bcf
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 26, 2026 00:59
aa81bcf to
4a102af
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 26, 2026 22:02
4a102af to
9c338ec
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 26, 2026 23:12
9c338ec to
ac11135
Compare
|
Deployment failed for project careerrat-website with the following error: Learn More: https://vercel.com/codeswhat?upgradeToPro=build-rate-limit |
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
4 times, most recently
from
August 27, 2026 10:23
29ecc6f to
19691cc
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
3 times, most recently
from
August 29, 2026 17:00
eb8ccfa to
dad75fc
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
4 times, most recently
from
August 30, 2026 09:43
2de14ca to
d2cffd1
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
6 times, most recently
from
August 30, 2026 19:12
7033244 to
36c9fbc
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 30, 2026 20:04
36c9fbc to
4d454e4
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 30, 2026 20:44
4d454e4 to
caf1e8c
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 30, 2026 20:50
caf1e8c to
5c48106
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 31, 2026 03:03
5c48106 to
a3ecb89
Compare
renovate
Bot
force-pushed
the
renovate/non-major-npm
branch
from
August 31, 2026 15:44
a3ecb89 to
fb59d75
Compare
This was referenced Sep 2, 2026
Contributor
|
Superseded by #288: dev/v0.16 is at or past every target here, and the one remaining floor (fumadocs-mdx in apps/docs) landed there. |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
44.0.0→44.1.0Release Notes
electron/electron (electron)
v44.1.0: electron v44.1.0Compare Source
Release Notes for v44.1.0
Fixes
fs.constants.O_DIRECTORY,O_NOFOLLOWandO_DIRECTholding x86 values on Linux arm64 and armv7l, which made opening a directory fail withEINVAL, and maderequire('trace_events')behave the same on cross-compiled builds as on native ones. #53320 (Also in 42, 43, 45)webContents.executeJavaScriptInIsolatedWorldresolving withundefinedwhenworldIdwas not an integer. #53238 (Also in 43)webContents.print()honoringprintBackground,duplexMode, and printer default duplex settings. #53159 (Also in 42, 43)node:wasifunctions in optimized code. #53268 (Also in 42, 43, 45)utilityProcess.postMessage()after the utility process had exited. #53300 (Also in 43, 45)WebContentsViewwouldn't see the correct window size. #53153 (Also in 42, 43)webRequest.onBeforeRequestlistener redirected a CORS preflight request, and when callingnet.fetch()with awebRequest-permission extension loaded. #53303 (Also in 43, 45)--langvalues such asde-DEloading no locale resources on macOS, which left localized strings empty and could crash WebAuthn Touch ID prompts. #53188 (Also in 42, 43)Other Changes
fetch()calls and file:// loads in renderers no longer wait for the main process to be idle when nowebRequestlisteners or protocol interceptors are registered. #53141 (Also in 42, 43)webRequestlisteners only observe requests (onCompleted,onErrorOccurred,onSendHeaders,onBeforeRedirect,onResponseStarted) or are filtered to other resource types. #53240Documentation
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.