[PR #3580] [MERGED] :electron: Removing electron-is-dev dependency #4935

Closed
opened 2026-02-28 21:03:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3580
Author: @MikesGlitch
Created: 10/5/2024
Status: Merged
Merged: 10/6/2024
Merged by: @MikesGlitch

Base: masterHead: electron/remove-unneeded-dependency


📝 Commits (3)

📊 Changes

4 files changed (+8 additions, -10 deletions)

View changed files

📝 packages/desktop-electron/index.ts (+2 -1)
📝 packages/desktop-electron/package.json (+0 -1)
upcoming-release-notes/3580.md (+6 -0)
📝 yarn.lock (+0 -8)

📄 Description

electron-is-dev is no longer required now that Electron has a an isPackaged property.

The isPackaged property is the recommended way to know if we're in dev mode or not.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3580 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 10/5/2024 **Status:** ✅ Merged **Merged:** 10/6/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `electron/remove-unneeded-dependency` --- ### 📝 Commits (3) - [`cee785c`](https://github.com/actualbudget/actual/commit/cee785cbc52ecc75b732f2a8dea2a298fec9f126) removing is-dev dependency - [`c8e50c8`](https://github.com/actualbudget/actual/commit/c8e50c80a1bbef2f16bf6573f3efa188adbb511b) release notes - [`d92f88e`](https://github.com/actualbudget/actual/commit/d92f88e15e8ecc23116f8ff149965d46af4d0fe1) release notes ### 📊 Changes **4 files changed** (+8 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.ts` (+2 -1) 📝 `packages/desktop-electron/package.json` (+0 -1) ➕ `upcoming-release-notes/3580.md` (+6 -0) 📝 `yarn.lock` (+0 -8) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> ```electron-is-dev``` is no longer required now that Electron has a an ```isPackaged``` property. The ```isPackaged``` property is the recommended way to know if we're in dev mode or not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:03:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4935