Yarn version 2~4
모듈 코드들 자체도 버전관리에 포함가능
Yarn PnP 시스템에서 각 의존성은 Zip 아카이브로 관리
yarn berry는 호환되는 게 적어서 pnpm 을 선호
Yarn Berry Notion
Yarn Berry Usages
Yarn 3.0 🚀🤖 Performances, ESBuild, Better Patches, ...
Hello! Long time no see! Back in December, we decided to start working on our next major release, the 3.0. It took a bit of time to do everything we intended to do, but here we are! So let's talk a bit about what it changes, and what it brings.
https://dev.to/arcanis/yarn-3-0-performances-esbuild-better-patches-e07

Release: Yarn 4.0 🪄⚗️ | Yarn
Today is the day! After more than a year of work, our team is excited to finally put a fancy "stable" sticker on the first release from the 4.x release line! To celebrate, let's make together a tour of the major changes; should you look for a more itemized list, take a look at the changelog.
https://yarnpkg.com/blog/release/4.0

3 - Usage
A short overview of Yarn's most used commands.
https://yarnpkg.com/getting-started/usage
node_modules로부터 우리를 구원해 줄 Yarn Berry
토스 프론트엔드 챕터에서는 지난해부터 의존성을 관리하기 위해 Yarn Berry(v2)를 도입했습니다. 처음에는 일부 레포지토리부터 시작하여, 현재는 대부분의 레포지토리에 Yarn Berry가 적용되어 있는데요. 토스팀이 새로운 패키지 관리 시스템을 도입하게 된 배경과 사용하면서 좋았던 점을 테크 블로그를 통해 공유합니다. Yarn Berry는 Node.js를 위한 새로운 패키지 관리 시스템으로, Yarn v1의 주요 개발자인 Maël Nison 씨가 만들었습니다.
https://toss.tech/article/node-modules-and-yarn-berry


Seonglae Cho