-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Proposal] yarn to npm #4904
base: main
Are you sure you want to change the base?
[Proposal] yarn to npm #4904
Conversation
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4904 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 28 28
Lines 3305 3305
Branches 1387 1400 +13
=======================================
Hits 3186 3186
+ Misses 119 115 -4
- Partials 0 4 +4 ☔ View full report in Codecov by Sentry. |
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.
✅ This pull request was sent to the PullRequest network for review. Expert reviewers are now being matched to your request based on the code's requirements. Stay tuned!
What to expect from this code review:
- Comments posted to any areas of potential concern or improvement.
- Detailed feedback or actions needed to resolve issues that are found.
- Turnaround times vary, but we aim to be swift.
@yuki0410-dev you can click here to see the review status or cancel the code review job.
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.
PullRequest Breakdown
Reviewable lines of change
+ 84
- 110
31% GitHubActions
23% JSON
22% Markdown
18% GitHubActions (tests)
6% Other
Generated lines of change
+ 92,081
- 26,420
Type of change
Feature - These changes are adding a new feature or improvement to existing code.
|
||
- name: Check Code Formatter | ||
run: yarn prettier:check | ||
|
||
- name: Type Check |
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.
Since type check by tsc is already performed at the time of rollup build and at the time of ts-jest execution, it is not necessary to perform it again here.
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.
On its own, this change looks fine sans a formatting nit. However, changing from yarn to npm is a fairly significant change to be occurring without previous consensus on doing so. Personally, I don't see the need for it, particularly as there is a workaround that is already being used. However this decision is up to the HackerOne team.
Reviewed with ❤️ by PullRequest
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.
c837d99
to
7540528
Compare
I agree.
There are some PACKAGES that cannot be deleted due to the use of YARN. I have not had any problems at all with npm.
I think you are right. |
@martijnrusschen |
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.
PullRequest reviewed the updates made to #4904 since our last review was posted. This includes comments that have been posted by non-PullRequest reviewers. No further issues were found.
Reviewed by:
7540528
to
c86a0e8
Compare
@martijnrusschen |
967277e
to
ba68923
Compare
ba68923
to
84d808f
Compare
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.
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.
Due to inactivity, PullRequest has cancelled this review job. You can reactivate the code review job from the PullRequest dashboard.
Description: I suggest moving from yarn to npm.
Linked issue: -
Problem
Changes
Contribution checklist