-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tools): implement normalize-package-dependencies generator #28382
feat(tools): implement normalize-package-dependencies generator #28382
Conversation
Asset size changes
Baseline commit: 0ff654afb908d00834e2908d0b5daa16856f89a9 (build) |
📊 Bundle size report🤖 This report was generated against 0ff654afb908d00834e2908d0b5daa16856f89a9 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit e23ee5e:
|
… installed from npm
… installed from npm
New Behavior
new generator implemented with 2 main features:
*
as version for inner monorepo dependencies*
as version for inner monorepo dependenciesNOTE: a follow up PR will be created that will use this generator to update all apps to use
*
for inner workspace deps. Also check will be added to CI to prevent any violations.Why:
no application is being published to npm ever (all application are private), thus there is no reason to provide exact versions for inner workspace dependencies, which creates unnecessary churn and bugs when various libraries are published within monorepo.
NOTE 💡:
*
for inner monorepo deps as well some time agoRelated Issue(s)
*
#28461