Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(workspace): Attempt to add updateInternalDependents option for changesets

+3 -1
+3 -1
.changeset/config.json
··· 4 4 "commit": false, 5 5 "access": "public", 6 6 "baseBranch": "main", 7 + "updateInternalDependencies": "minor", 7 8 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 8 - "onlyUpdatePeerDependentsWhenOutOfRange": true 9 + "onlyUpdatePeerDependentsWhenOutOfRange": true, 10 + "updateInternalDependents": "out-of-range" 9 11 } 10 12 }