MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / DependencyBumpRule

Interface DependencyBumpRule

packages/bumpy/src/types.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// ---- Dependency bump rules ----
22
23export interface DependencyBumpRule {
24 /** What bump level in the dependency triggers propagation */
25 trigger: BumpType;
26 /** What bump to apply to the dependent */
27 bumpAs: BumpType | 'match';
28}
29
30export interface CascadeRule {
31 /** What bump level in the source triggers the cascade. Default: "patch" (any bump) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…