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

RQLY-1153 upgrade dependencies #23

Merged
merged 5 commits into from
Feb 16, 2023
Merged

Conversation

nsrCodes
Copy link
Contributor

@nsrCodes nsrCodes commented Feb 10, 2023

Fixed all audit bugs

  • Electron now on v23
  • electron-builder on 24-alpha.11 to avoid vulnerable dependencies to be installed
  • using @electron/* instead of electron-* wherever deprecated

Updates release pipeline node version to 16.15.0

Known issue introduced - signing and afterSign not triggered
This is because earlier, electron-builder's afterSign hook was faulty and would also trigger when wrongly configured (which I guess is the case in our application). Reference - electron-userland/electron-builder#7311
The build is still notarized (requires an extra APPLE_APP_SPECIFIC_PASSWORD environment variable) but not signed.
As a result of this erb's notarize.js is not executed.

@nsrCodes nsrCodes requested a review from wrongsahil February 10, 2023 04:19
@nsrCodes
Copy link
Contributor Author

nsrCodes commented Feb 13, 2023

Removed win-detect-browser patch because it is no longer needed.

Linux action still fails when the release/app does not have node modules. Need to fix the workflow for that. Completely tested on windows and linux

@nsrCodes nsrCodes merged commit 3ce722c into master Feb 16, 2023
@nsrCodes nsrCodes deleted the RQLY-1153-upgrade-dependencies branch February 16, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant