Library
all
Describe the feature that you would like added
ATM there is unnecessary package.json update churn happening after every release (wc,v0,v8,v9). While this updates are necessary for libraries (packages that are being published to npm) it's not needed for any private package or applications.
Thus we wanna adopt following approach:
- all applications should use
* for inner workspace dependencies defined within dependencies or devDepenendcies
- all libraries should use
* for inner workspace dependencies defined within devDepenendcies
Have you discussed this feature with our team
@ling1726
Additional context
- in future this will be also applied to all libraries ( where dependency versions will be dynamically generated during release )
- 1JS folks switched to using * for inner monorepo deps as well some time ago
Validations
Library
all
Describe the feature that you would like added
ATM there is unnecessary
package.jsonupdate churn happening after every release (wc,v0,v8,v9). While this updates are necessary for libraries (packages that are being published to npm) it's not needed for anyprivatepackage or applications.Thus we wanna adopt following approach:
*for inner workspace dependencies defined withindependenciesordevDepenendcies*for inner workspace dependencies defined withindevDepenendciesHave you discussed this feature with our team
@ling1726
Additional context
Validations