berry
berry copied to clipboard
π¦π Active development trunk for Yarn β
Hi there! ESBuild released a new [Version](https://github.com/evanw/esbuild/releases/tag/v0.15.0), supporting PnP. This PR updates the Docs. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing).
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [x] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the...
**What's the problem this PR addresses?** `ZipFS` memory management was entirely manual - we always had to call one of `ZipFS.prototype.{save,discard}AndClose` to avoid memory leaks. This was very unfortunate because...
**What's the problem this PR addresses?** fixes #4673 ... **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [ ] I have set the packages that need to be...
Prevent Yarn from generating garbage in non-project directories that do not contain `package.json` file anywhere up the tree. - [ ? ] I'd be willing to implement this feature ([contributing...
- [x] I'd be willing to implement this feature - [ ] This feature can already be implemented through a plugin **Describe the user story** As a developer I have...
**What's the problem this PR addresses?** esbuild v0.15.0 brings native support for pnp, so this PR deprecates the plugin and updates dependencies within the monorepo. See also: https://github.com/evanw/esbuild/pull/2451 **How did...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When trying to add a package using an alias, the following error occurs: ```...
Yarn version = 3.2.2 For Nuxt.js In Windows IIS Server ErrorοΌ Cannot find module 'express' 
_Creating an issue from [this Discord chat](https://discord.com/channels/226791405589233664/226791405589233664/833651650631172098)._ **Describe the bug** Running `yarn pack` produces slightly different archive (`.tgz` file) depending on the OS. For example, this is macOS vs. Windows:...