berry icon indicating copy to clipboard operation
berry copied to clipboard

πŸ“¦πŸˆ Active development trunk for Yarn βš’

Results 624 berry issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

major

**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...

enhancement

- [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...

enhancement

**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: ```...

bug

Yarn version = 3.2.2 For Nuxt.js In Windows IIS Server Error: Cannot find module 'express' ![θž’εΉ•ζ“·ε–η•«ι’ 2022-08-10 145926](https://user-images.githubusercontent.com/67188543/183836633-de2236a4-6df9-4e24-ab30-f2a3a431b166.png)

_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:...

bug
upholded