Skip to content

chore: migrate inner workspace dependency versions to * #28461

Description

@Hotell

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

  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions