You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refs: #2245
## Description
Newer Yarn versions permit workspace-relative package references. This
PR uses them to reduce version churn in `yarn.lock` and the dependencies
sections of each `package.json`. A new version of Lerna supports this
feature, so upgrade that, too.
### Security Considerations
This PR helps improve the locality of inter-package dependencies by
avoiding the NPM repository except when publishing.
### Scaling Considerations
n/a
### Documentation Considerations
n/a
### Testing Considerations
Ran unit tests, followed `CONTRIBUTING.md` to verify that `lerna
publish` correctly replaces `workspace:` versions with semver when
publishing to NPM registry.
### Compatibility Considerations
n/a
### Upgrade Considerations
n/a
What is the Problem Being Solved?
Move from Yarn 1 to Yarn 4. Some advantages,
Description of the Design
Progress in #2222
Dependencies
Security Considerations
Scaling Considerations
Test Plan
Compatibility Considerations
Upgrade Considerations
The text was updated successfully, but these errors were encountered: