lazy attribute for updateDependents #29135
johnf
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a slightly strange use case. This is for @react-native-vector-icons
Let me lay up an example
Currently, if I create a fix commit that makes changes in
packages/common,
only then will thecommon
package get bumped to 11.0.1 as expected. Thefontawesome6
package will also get updated to 6.20.8 so that its dependency can be bumped.I want to avoid this situation and have a config option so that
fontawesome6
is only updated if the common version is outside the declared semver range. For example, in this case, it would need to jump to 12.0.0.Beta Was this translation helpful? Give feedback.
All reactions