
@coderabbitai, describe this issue with a implementation proposal:
- Issue: packages depending on each other internally are using minimum value support, like
cnpj-utils depends on cnpj-fmt@^1.0, which means that a minor version increases in cnpj-utils can insert unexpectedly new features to the aggregator package, which is not an issue from a CI/stability perspective, but is bad from a product perspective, due to changelogs and documentationlacking information.
- My Proposal: fix dependencies version to the exact or patch-level version on internal packages.
@coderabbitai, describe this issue with a implementation proposal:
cnpj-utilsdepends oncnpj-fmt@^1.0, which means that a minor version increases incnpj-utilscan insert unexpectedly new features to the aggregator package, which is not an issue from a CI/stability perspective, but is bad from a product perspective, due to changelogs and documentationlacking information.