berry
berry copied to clipboard
📦🐈 Active development trunk for Yarn ⚒
- [ ] 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...
- [x] 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 user...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug There is an interesting problem between global cache and local cache where certain features...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug when using: - yarn in pnp mode - typescript 5.x + yarn's vscode sdk...
**What's the problem this PR addresses?** This PR addresses an issue I noticed while upgrading from yarn v1 to v4: the inability for yarn to fallback to the root workspace...
- [x] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing)) - [ ] This feature is important to have in this repository; a contrib plugin wouldn't do **Describe the...
- [ ] 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...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug When using `pnp` linker in a TypeScript monorepo, auto-import fails for symbols from a...
- [x] 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 user...
[Compatibility] - Reason: "__metadata" key not found in yarn.lock, must be a Yarn classic lockfile
I am using yarn4 with nodeLinker node_modules. When I am using react-select version in package.json, modern yarn works fine "react-select": "5.7.7", But when I changed it to "react-select": "git+https://github.com/MindTickle/mt-react-select.git#main", On...