Skip to content
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

chore: change devtools dependency & move it to dev dependencies #1898

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

eglitise
Copy link
Collaborator

I noticed that the previously-used electron-devtools-installer recently got an update after 3 years. Since it is maintained by Electron maintainers, it seems better in the long run to switch back to it.
Also, since its README suggested installing it as a dev dependency, I checked the app functionality in dev and preview builds, and it worked fine.
Finally, the allowFileAccess: true option was removed, since Electron's loadFile() method is not used in dev mode, which is the only scope of relevance for this package. Extensions were confirmed to still load fine.

@github-actions github-actions bot added chore Internal changes not visible to the user dependencies Dependency updates, removals or additions labels Jan 15, 2025
@eglitise eglitise merged commit a7ed806 into appium:main Jan 15, 2025
7 checks passed
@eglitise eglitise deleted the adjust-devtools branch January 15, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal changes not visible to the user dependencies Dependency updates, removals or additions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant