Update sample js packages - #1032
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1032 +/- ##
========================================
Coverage 53.12% 53.12%
========================================
Files 258 258
Lines 19414 19414
Branches 1417 1417
========================================
Hits 10313 10313
Misses 8626 8626
Partials 475 475
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
@s3cody not sure about pinning to typescript 6, what do we need to do to get upgraded to 7? |
|
TypeScript 7 is the native Go port, and the stable compiler API used by this sample's webpack stack is not available yet. Both I reproduced this locally with 7.0.2. After changing So the upgrade needs one of:
For now, keeping TS 6 pinned while taking the Electron update is the small/safe option. The pin can come out once the webpack stack supports TS7. |
This PR contains the following updates:
43.0.0→43.2.06.0.3→7.0.2Release Notes
electron/electron (electron)
v43.2.0: electron v43.2.0Compare Source
Release Notes for v43.2.0
Features
net.WebSocket, a WHATWG-compatible WebSocket client for the main process that routes through Chromium's network stack. #52344 (Also in 42)Fixes
app.disableHardwareAcceleration()not fully disabling GPU hardware usage on Windows starting from Electron 38. #52369 (Also in 41, 42, 44)globalShortcutnot working on GNOME Wayland by enabling Chromium'sGlobalShortcutsPortalPreferredTriggerfeature by default on Linux. #52228Other Changes
v43.1.1: electron v43.1.1Compare Source
Release Notes for v43.1.1
Fixes
ValidateIntegrityOrDie) and spurious preloadENOENTerrors when an app'sapp.asaris replaced on disk (e.g. by an updater or MDM software) while the app is running. #52293 (Also in 42, 44)Other Changes
v43.1.0: electron v43.1.0Compare Source
Release Notes for v43.1.0
Fixes
Other Changes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.