berry
berry copied to clipboard
📦🐈 Active development trunk for Yarn ⚒
**What's the problem this PR addresses?** we have two packages: @myscope/user-email and @myscope-user/email, yarn install will show a error: `Registry failed to return reference xxx`, because yarn caches the results...
**What's the problem this PR addresses?** Proof of concept of automatically setting up project references based on dependencies https://www.typescriptlang.org/docs/handbook/project-references.html **How did you fix it?** **Checklist** - [x] I have read...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug There seems to be a regression in what `yarn config get npmScopes` returns between...
**What's the problem this PR addresses?** Issue #828 notes that the `--include` and `--exclude` options can only be used with package identifiers, not with paths. This PR updates the docs...
### Self-service - [X] I'd be willing to implement a fix ### Describe the bug In a couple of scenarios, yarn cannot access binaries found in `node_modules/.bin`. One scenario is...
**What's the problem this PR addresses?** Ref https://github.com/yarnpkg/berry/issues/6006 **How did you fix it?** **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that...
### Self-service - [x] I'd be willing to implement a fix ### Describe the bug The docs say that `.env.yarn` is the default for `injectEnvironmentFiles`, and this does work correctly...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug I'd like to be able to run `yarn up "*"` but it currently fails...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug See repro. Will throw: ``` $ yarn prettier:watch Syntax Error: Expected any character but...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug You can find a small repro here: https://git.sr.ht/~samhh/yarn-repro. I'll copy its README here: ---...