-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
fix(learn): use yarn main website #8007
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
This PR updates the Yarn link in the npm introduction documentation to point to the current Yarn website (https://yarnpkg.com) instead of the legacy Yarn 1 URL (https://yarnpkg.com/en/).
- Updates the Yarn documentation link to reference the modern Yarn website
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #8007 +/- ##
==========================================
- Coverage 72.99% 72.95% -0.04%
==========================================
Files 95 95
Lines 8317 8317
Branches 214 215 +1
==========================================
- Hits 6071 6068 -3
- Misses 2245 2248 +3
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Off-topic: But their new website is so weird and random I would never have thought it was a package manager. |
Lighthouse Results
|
Description
https://yarnpkg.com (yarn 3/4) is different with https://yarnpkg.com/en (old yarn 1), I think we should use the latest version of yarn
Validation
Related Issues
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing.pnpm build
to check if the website builds without errors.