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
Publishing with lerna updates the version and intra repo deps of each package.json. That operation normalizes the package.json by at least sorting the deps and removing empty dep / devDeps.
The diff generated by the publishing process should be as minimal as possible and only contain version bumps to make it easier to merge back changes in the future (partially described in #9490)
Description of the Design
A CI job that replicates some of the lerna package.json normalization and verifies that it doesn't result in a dirty worktree (could rely on existing check or be explicit)
Security Considerations
None
Scaling Considerations
None
Test Plan
Manual?
Upgrade Considerations
None
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
Publishing with lerna updates the version and intra repo deps of each package.json. That operation normalizes the package.json by at least sorting the deps and removing empty dep / devDeps.
The diff generated by the publishing process should be as minimal as possible and only contain version bumps to make it easier to merge back changes in the future (partially described in #9490)
Description of the Design
A CI job that replicates some of the lerna package.json normalization and verifies that it doesn't result in a dirty worktree (could rely on existing check or be explicit)
Security Considerations
None
Scaling Considerations
None
Test Plan
Manual?
Upgrade Considerations
None
The text was updated successfully, but these errors were encountered: