A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
src/definitions.ts src/monarch.ts |
5 | 6 (83%) | 26 (19%) | 2025-04-25 |
src/monarch-shared.ts src/index.ts |
2 | 2 (100%) | 5 (40%) | 2025-04-14 |
src/index.ts src/monarch.ts |
2 | 5 (40%) | 26 (7%) | 2025-04-14 |
src/monarch-shared.ts src/monarch.ts |
2 | 2 (100%) | 26 (7%) | 2025-04-14 |
src/index.ts src/definitions.ts |
2 | 5 (40%) | 6 (33%) | 2025-04-14 |
src/monarch-shared.ts src/definitions.ts |
2 | 2 (100%) | 6 (33%) | 2025-04-14 |
src/stories/Editor.stories.tsx src/index.ts |
1 | 7 (14%) | 5 (20%) | 2025-04-14 |
src/stories/Editor.stories.tsx src/definitions.ts |
1 | 7 (14%) | 6 (16%) | 2025-04-14 |
src/stories/Editor.stories.tsx src/monarch-shared.ts |
1 | 7 (14%) | 2 (50%) | 2025-04-14 |
src/stories/Editor.stories.tsx src/monarch.ts |
1 | 7 (14%) | 26 (3%) | 2025-04-14 |