- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.5k
 
chore: unfork + Yarn v4 #2180
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: unfork + Yarn v4 #2180
Conversation
| 
           Review the following changes in direct dependencies. Learn more about Socket for GitHub. 
  | 
    
| 
           Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub. 
  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of non-blocking comments.
For the last few years, I've been running https://electronjs.org/apps out of my own personal fork of this repository. This PR brings it back into the mainline of the repo.
I did this very naively by deleting all of the contents of
electron/appsand pastingerickzhao/appsback into the repo. I might have lost a few apps in the showcase since the forking, but these haven't been shown since the source of truth was from the fork anyways... so I don't expect any regressions there.Things that I had done on the fork (main...erickzhao:apps:master):
index.jsonand distributed directly from github.com instead of publishing this repo as an npm package.Things I did to this PR: