depgraph-core 1.0.3 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/depgraph-output.json +4634 -0
- package/README.md +32 -5
- package/depgraph-output.json +404 -47
- package/depgraph.js +1295 -74
- package/package.json +4 -1
package/depgraph-output.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"timestamp": "2026-07-
|
|
5
|
-
"totalFiles":
|
|
6
|
-
"totalLines":
|
|
4
|
+
"timestamp": "2026-07-22T08:19:09.268Z",
|
|
5
|
+
"totalFiles": 28,
|
|
6
|
+
"totalLines": 4451
|
|
7
7
|
},
|
|
8
8
|
"summary": {
|
|
9
|
-
"totalNodes":
|
|
10
|
-
"totalEdges":
|
|
9
|
+
"totalNodes": 77,
|
|
10
|
+
"totalEdges": 253,
|
|
11
11
|
"entryPoints": [
|
|
12
|
+
"GET__users__gitdiff_test",
|
|
12
13
|
"makeId__graph_test",
|
|
13
14
|
"createMockNode__impact_test",
|
|
14
15
|
"createMockNode__metrics_test",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"name": "color",
|
|
100
101
|
"type": "function",
|
|
101
102
|
"file": "depgraph.js",
|
|
102
|
-
"line":
|
|
103
|
+
"line": 1070,
|
|
103
104
|
"lang": "js",
|
|
104
105
|
"complexity": "low",
|
|
105
106
|
"inDegree": 0,
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"name": "getFlag",
|
|
113
114
|
"type": "function",
|
|
114
115
|
"file": "depgraph.js",
|
|
115
|
-
"line":
|
|
116
|
+
"line": 1081,
|
|
116
117
|
"lang": "js",
|
|
117
118
|
"complexity": "low",
|
|
118
119
|
"inDegree": 0,
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"name": "printHelp",
|
|
126
127
|
"type": "function",
|
|
127
128
|
"file": "depgraph.js",
|
|
128
|
-
"line":
|
|
129
|
+
"line": 1085,
|
|
129
130
|
"lang": "js",
|
|
130
131
|
"complexity": "low",
|
|
131
132
|
"inDegree": 0,
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
"name": "printBanner",
|
|
139
140
|
"type": "function",
|
|
140
141
|
"file": "depgraph.js",
|
|
141
|
-
"line":
|
|
142
|
+
"line": 1134,
|
|
142
143
|
"lang": "js",
|
|
143
144
|
"complexity": "low",
|
|
144
145
|
"inDegree": 0,
|
|
@@ -151,7 +152,7 @@
|
|
|
151
152
|
"name": "printSummary",
|
|
152
153
|
"type": "function",
|
|
153
154
|
"file": "depgraph.js",
|
|
154
|
-
"line":
|
|
155
|
+
"line": 1141,
|
|
155
156
|
"lang": "js",
|
|
156
157
|
"complexity": "low",
|
|
157
158
|
"inDegree": 0,
|
|
@@ -164,7 +165,7 @@
|
|
|
164
165
|
"name": "printImpact",
|
|
165
166
|
"type": "function",
|
|
166
167
|
"file": "depgraph.js",
|
|
167
|
-
"line":
|
|
168
|
+
"line": 1154,
|
|
168
169
|
"lang": "js",
|
|
169
170
|
"complexity": "medium",
|
|
170
171
|
"inDegree": 0,
|
|
@@ -172,6 +173,21 @@
|
|
|
172
173
|
"centralityScore": 0,
|
|
173
174
|
"connections": []
|
|
174
175
|
},
|
|
176
|
+
{
|
|
177
|
+
"id": "GET__users__gitdiff_test",
|
|
178
|
+
"name": "GET /users",
|
|
179
|
+
"type": "api",
|
|
180
|
+
"file": "src/__tests__/gitdiff.test.ts",
|
|
181
|
+
"line": 181,
|
|
182
|
+
"lang": "js",
|
|
183
|
+
"complexity": "low",
|
|
184
|
+
"inDegree": 0,
|
|
185
|
+
"outDegree": 1,
|
|
186
|
+
"centralityScore": 1,
|
|
187
|
+
"connections": [
|
|
188
|
+
"getChangedEntities__gitdiff"
|
|
189
|
+
]
|
|
190
|
+
},
|
|
175
191
|
{
|
|
176
192
|
"id": "makeId__graph_test",
|
|
177
193
|
"name": "makeId",
|
|
@@ -583,7 +599,7 @@
|
|
|
583
599
|
"name": "color",
|
|
584
600
|
"type": "function",
|
|
585
601
|
"file": "src/main.ts",
|
|
586
|
-
"line":
|
|
602
|
+
"line": 34,
|
|
587
603
|
"lang": "js",
|
|
588
604
|
"complexity": "low",
|
|
589
605
|
"inDegree": 0,
|
|
@@ -605,7 +621,7 @@
|
|
|
605
621
|
"name": "getFlag",
|
|
606
622
|
"type": "function",
|
|
607
623
|
"file": "src/main.ts",
|
|
608
|
-
"line":
|
|
624
|
+
"line": 54,
|
|
609
625
|
"lang": "js",
|
|
610
626
|
"complexity": "low",
|
|
611
627
|
"inDegree": 0,
|
|
@@ -627,7 +643,7 @@
|
|
|
627
643
|
"name": "printHelp",
|
|
628
644
|
"type": "function",
|
|
629
645
|
"file": "src/main.ts",
|
|
630
|
-
"line":
|
|
646
|
+
"line": 62,
|
|
631
647
|
"lang": "js",
|
|
632
648
|
"complexity": "low",
|
|
633
649
|
"inDegree": 0,
|
|
@@ -649,7 +665,7 @@
|
|
|
649
665
|
"name": "printBanner",
|
|
650
666
|
"type": "function",
|
|
651
667
|
"file": "src/main.ts",
|
|
652
|
-
"line":
|
|
668
|
+
"line": 115,
|
|
653
669
|
"lang": "js",
|
|
654
670
|
"complexity": "low",
|
|
655
671
|
"inDegree": 0,
|
|
@@ -671,7 +687,7 @@
|
|
|
671
687
|
"name": "printSummary",
|
|
672
688
|
"type": "function",
|
|
673
689
|
"file": "src/main.ts",
|
|
674
|
-
"line":
|
|
690
|
+
"line": 131,
|
|
675
691
|
"lang": "js",
|
|
676
692
|
"complexity": "low",
|
|
677
693
|
"inDegree": 0,
|
|
@@ -693,7 +709,7 @@
|
|
|
693
709
|
"name": "printImpact",
|
|
694
710
|
"type": "function",
|
|
695
711
|
"file": "src/main.ts",
|
|
696
|
-
"line":
|
|
712
|
+
"line": 155,
|
|
697
713
|
"lang": "js",
|
|
698
714
|
"complexity": "medium",
|
|
699
715
|
"inDegree": 0,
|
|
@@ -715,7 +731,7 @@
|
|
|
715
731
|
"name": "dim",
|
|
716
732
|
"type": "function",
|
|
717
733
|
"file": "src/main.ts",
|
|
718
|
-
"line":
|
|
734
|
+
"line": 38,
|
|
719
735
|
"lang": "js",
|
|
720
736
|
"complexity": "low",
|
|
721
737
|
"inDegree": 0,
|
|
@@ -737,7 +753,7 @@
|
|
|
737
753
|
"name": "bold",
|
|
738
754
|
"type": "function",
|
|
739
755
|
"file": "src/main.ts",
|
|
740
|
-
"line":
|
|
756
|
+
"line": 39,
|
|
741
757
|
"lang": "js",
|
|
742
758
|
"complexity": "low",
|
|
743
759
|
"inDegree": 0,
|
|
@@ -759,7 +775,7 @@
|
|
|
759
775
|
"name": "green",
|
|
760
776
|
"type": "function",
|
|
761
777
|
"file": "src/main.ts",
|
|
762
|
-
"line":
|
|
778
|
+
"line": 40,
|
|
763
779
|
"lang": "js",
|
|
764
780
|
"complexity": "low",
|
|
765
781
|
"inDegree": 0,
|
|
@@ -781,7 +797,7 @@
|
|
|
781
797
|
"name": "yellow",
|
|
782
798
|
"type": "function",
|
|
783
799
|
"file": "src/main.ts",
|
|
784
|
-
"line":
|
|
800
|
+
"line": 41,
|
|
785
801
|
"lang": "js",
|
|
786
802
|
"complexity": "low",
|
|
787
803
|
"inDegree": 0,
|
|
@@ -803,7 +819,7 @@
|
|
|
803
819
|
"name": "red",
|
|
804
820
|
"type": "function",
|
|
805
821
|
"file": "src/main.ts",
|
|
806
|
-
"line":
|
|
822
|
+
"line": 42,
|
|
807
823
|
"lang": "js",
|
|
808
824
|
"complexity": "low",
|
|
809
825
|
"inDegree": 0,
|
|
@@ -825,7 +841,7 @@
|
|
|
825
841
|
"name": "cyan",
|
|
826
842
|
"type": "function",
|
|
827
843
|
"file": "src/main.ts",
|
|
828
|
-
"line":
|
|
844
|
+
"line": 43,
|
|
829
845
|
"lang": "js",
|
|
830
846
|
"complexity": "low",
|
|
831
847
|
"inDegree": 0,
|
|
@@ -876,10 +892,11 @@
|
|
|
876
892
|
"line": 35,
|
|
877
893
|
"lang": "js",
|
|
878
894
|
"complexity": "low",
|
|
879
|
-
"inDegree":
|
|
895
|
+
"inDegree": 13,
|
|
880
896
|
"outDegree": 1,
|
|
881
|
-
"centralityScore":
|
|
897
|
+
"centralityScore": 27,
|
|
882
898
|
"connections": [
|
|
899
|
+
"GET__users__gitdiff_test",
|
|
883
900
|
"color__main",
|
|
884
901
|
"getFlag__main",
|
|
885
902
|
"printHelp__main",
|
|
@@ -1658,6 +1675,12 @@
|
|
|
1658
1675
|
}
|
|
1659
1676
|
],
|
|
1660
1677
|
"edges": [
|
|
1678
|
+
{
|
|
1679
|
+
"from": "GET__users__gitdiff_test",
|
|
1680
|
+
"to": "getChangedEntities__gitdiff",
|
|
1681
|
+
"type": "imports",
|
|
1682
|
+
"description": "GET /users imports getChangedEntities from gitdiff.ts"
|
|
1683
|
+
},
|
|
1661
1684
|
{
|
|
1662
1685
|
"from": "makeId__graph_test",
|
|
1663
1686
|
"to": "buildGraph__graph",
|
|
@@ -3175,42 +3198,42 @@
|
|
|
3175
3198
|
{
|
|
3176
3199
|
"filePath": "depgraph.js",
|
|
3177
3200
|
"lang": "js",
|
|
3178
|
-
"lines":
|
|
3201
|
+
"lines": 1268,
|
|
3179
3202
|
"entities": [
|
|
3180
3203
|
{
|
|
3181
3204
|
"name": "color",
|
|
3182
3205
|
"type": "function",
|
|
3183
|
-
"line":
|
|
3206
|
+
"line": 1070,
|
|
3184
3207
|
"complexity": "low"
|
|
3185
3208
|
},
|
|
3186
3209
|
{
|
|
3187
3210
|
"name": "getFlag",
|
|
3188
3211
|
"type": "function",
|
|
3189
|
-
"line":
|
|
3212
|
+
"line": 1081,
|
|
3190
3213
|
"complexity": "low"
|
|
3191
3214
|
},
|
|
3192
3215
|
{
|
|
3193
3216
|
"name": "printHelp",
|
|
3194
3217
|
"type": "function",
|
|
3195
|
-
"line":
|
|
3218
|
+
"line": 1085,
|
|
3196
3219
|
"complexity": "low"
|
|
3197
3220
|
},
|
|
3198
3221
|
{
|
|
3199
3222
|
"name": "printBanner",
|
|
3200
3223
|
"type": "function",
|
|
3201
|
-
"line":
|
|
3224
|
+
"line": 1134,
|
|
3202
3225
|
"complexity": "low"
|
|
3203
3226
|
},
|
|
3204
3227
|
{
|
|
3205
3228
|
"name": "printSummary",
|
|
3206
3229
|
"type": "function",
|
|
3207
|
-
"line":
|
|
3230
|
+
"line": 1141,
|
|
3208
3231
|
"complexity": "low"
|
|
3209
3232
|
},
|
|
3210
3233
|
{
|
|
3211
3234
|
"name": "printImpact",
|
|
3212
3235
|
"type": "function",
|
|
3213
|
-
"line":
|
|
3236
|
+
"line": 1154,
|
|
3214
3237
|
"complexity": "medium"
|
|
3215
3238
|
}
|
|
3216
3239
|
],
|
|
@@ -3266,6 +3289,47 @@
|
|
|
3266
3289
|
],
|
|
3267
3290
|
"exports": []
|
|
3268
3291
|
},
|
|
3292
|
+
{
|
|
3293
|
+
"filePath": "src/__tests__/gitdiff.test.ts",
|
|
3294
|
+
"lang": "js",
|
|
3295
|
+
"lines": 208,
|
|
3296
|
+
"entities": [
|
|
3297
|
+
{
|
|
3298
|
+
"name": "GET /users",
|
|
3299
|
+
"type": "api",
|
|
3300
|
+
"line": 181,
|
|
3301
|
+
"complexity": "low"
|
|
3302
|
+
}
|
|
3303
|
+
],
|
|
3304
|
+
"imports": [
|
|
3305
|
+
{
|
|
3306
|
+
"source": "vitest",
|
|
3307
|
+
"names": [
|
|
3308
|
+
"describe",
|
|
3309
|
+
"it",
|
|
3310
|
+
"expect",
|
|
3311
|
+
"vi",
|
|
3312
|
+
"beforeEach"
|
|
3313
|
+
],
|
|
3314
|
+
"isLocal": false
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"source": "child_process",
|
|
3318
|
+
"names": [
|
|
3319
|
+
"execSync"
|
|
3320
|
+
],
|
|
3321
|
+
"isLocal": false
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"source": "../stages/gitdiff",
|
|
3325
|
+
"names": [
|
|
3326
|
+
"getChangedEntities"
|
|
3327
|
+
],
|
|
3328
|
+
"isLocal": true
|
|
3329
|
+
}
|
|
3330
|
+
],
|
|
3331
|
+
"exports": []
|
|
3332
|
+
},
|
|
3269
3333
|
{
|
|
3270
3334
|
"filePath": "src/__tests__/graph.test.ts",
|
|
3271
3335
|
"lang": "js",
|
|
@@ -3780,78 +3844,78 @@
|
|
|
3780
3844
|
{
|
|
3781
3845
|
"filePath": "src/main.ts",
|
|
3782
3846
|
"lang": "js",
|
|
3783
|
-
"lines":
|
|
3847
|
+
"lines": 305,
|
|
3784
3848
|
"entities": [
|
|
3785
3849
|
{
|
|
3786
3850
|
"name": "color",
|
|
3787
3851
|
"type": "function",
|
|
3788
|
-
"line":
|
|
3852
|
+
"line": 34,
|
|
3789
3853
|
"complexity": "low"
|
|
3790
3854
|
},
|
|
3791
3855
|
{
|
|
3792
3856
|
"name": "getFlag",
|
|
3793
3857
|
"type": "function",
|
|
3794
|
-
"line":
|
|
3858
|
+
"line": 54,
|
|
3795
3859
|
"complexity": "low"
|
|
3796
3860
|
},
|
|
3797
3861
|
{
|
|
3798
3862
|
"name": "printHelp",
|
|
3799
3863
|
"type": "function",
|
|
3800
|
-
"line":
|
|
3864
|
+
"line": 62,
|
|
3801
3865
|
"complexity": "low"
|
|
3802
3866
|
},
|
|
3803
3867
|
{
|
|
3804
3868
|
"name": "printBanner",
|
|
3805
3869
|
"type": "function",
|
|
3806
|
-
"line":
|
|
3870
|
+
"line": 115,
|
|
3807
3871
|
"complexity": "low"
|
|
3808
3872
|
},
|
|
3809
3873
|
{
|
|
3810
3874
|
"name": "printSummary",
|
|
3811
3875
|
"type": "function",
|
|
3812
|
-
"line":
|
|
3876
|
+
"line": 131,
|
|
3813
3877
|
"complexity": "low"
|
|
3814
3878
|
},
|
|
3815
3879
|
{
|
|
3816
3880
|
"name": "printImpact",
|
|
3817
3881
|
"type": "function",
|
|
3818
|
-
"line":
|
|
3882
|
+
"line": 155,
|
|
3819
3883
|
"complexity": "medium"
|
|
3820
3884
|
},
|
|
3821
3885
|
{
|
|
3822
3886
|
"name": "dim",
|
|
3823
3887
|
"type": "function",
|
|
3824
|
-
"line":
|
|
3888
|
+
"line": 38,
|
|
3825
3889
|
"complexity": "low"
|
|
3826
3890
|
},
|
|
3827
3891
|
{
|
|
3828
3892
|
"name": "bold",
|
|
3829
3893
|
"type": "function",
|
|
3830
|
-
"line":
|
|
3894
|
+
"line": 39,
|
|
3831
3895
|
"complexity": "low"
|
|
3832
3896
|
},
|
|
3833
3897
|
{
|
|
3834
3898
|
"name": "green",
|
|
3835
3899
|
"type": "function",
|
|
3836
|
-
"line":
|
|
3900
|
+
"line": 40,
|
|
3837
3901
|
"complexity": "low"
|
|
3838
3902
|
},
|
|
3839
3903
|
{
|
|
3840
3904
|
"name": "yellow",
|
|
3841
3905
|
"type": "function",
|
|
3842
|
-
"line":
|
|
3906
|
+
"line": 41,
|
|
3843
3907
|
"complexity": "low"
|
|
3844
3908
|
},
|
|
3845
3909
|
{
|
|
3846
3910
|
"name": "red",
|
|
3847
3911
|
"type": "function",
|
|
3848
|
-
"line":
|
|
3912
|
+
"line": 42,
|
|
3849
3913
|
"complexity": "low"
|
|
3850
3914
|
},
|
|
3851
3915
|
{
|
|
3852
3916
|
"name": "cyan",
|
|
3853
3917
|
"type": "function",
|
|
3854
|
-
"line":
|
|
3918
|
+
"line": 43,
|
|
3855
3919
|
"complexity": "low"
|
|
3856
3920
|
}
|
|
3857
3921
|
],
|
|
@@ -4226,7 +4290,7 @@
|
|
|
4226
4290
|
{
|
|
4227
4291
|
"filePath": "src/stages/output.ts",
|
|
4228
4292
|
"lang": "js",
|
|
4229
|
-
"lines":
|
|
4293
|
+
"lines": 88,
|
|
4230
4294
|
"entities": [
|
|
4231
4295
|
{
|
|
4232
4296
|
"name": "writeOutput",
|
|
@@ -4403,5 +4467,298 @@
|
|
|
4403
4467
|
"OutputJSON"
|
|
4404
4468
|
]
|
|
4405
4469
|
}
|
|
4406
|
-
]
|
|
4470
|
+
],
|
|
4471
|
+
"impact": {
|
|
4472
|
+
"targetNode": "getChangedEntities__gitdiff",
|
|
4473
|
+
"changeDescription": "testing json flag",
|
|
4474
|
+
"riskScore": 100,
|
|
4475
|
+
"riskLevel": "CRITICAL",
|
|
4476
|
+
"affectedNodes": [
|
|
4477
|
+
{
|
|
4478
|
+
"nodeId": "GET__users__gitdiff_test",
|
|
4479
|
+
"name": "GET /users",
|
|
4480
|
+
"file": "src/__tests__/gitdiff.test.ts",
|
|
4481
|
+
"depth": 1,
|
|
4482
|
+
"impact": "critical",
|
|
4483
|
+
"reason": "GET /users directly imports getChangedEntities",
|
|
4484
|
+
"changeRequired": "Update GET /users to handle the new interface of getChangedEntities",
|
|
4485
|
+
"breakingChange": true
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"nodeId": "color__main",
|
|
4489
|
+
"name": "color",
|
|
4490
|
+
"file": "src/main.ts",
|
|
4491
|
+
"depth": 1,
|
|
4492
|
+
"impact": "critical",
|
|
4493
|
+
"reason": "color directly imports getChangedEntities",
|
|
4494
|
+
"changeRequired": "Update color to handle the new interface of getChangedEntities",
|
|
4495
|
+
"breakingChange": true
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"nodeId": "getFlag__main",
|
|
4499
|
+
"name": "getFlag",
|
|
4500
|
+
"file": "src/main.ts",
|
|
4501
|
+
"depth": 1,
|
|
4502
|
+
"impact": "critical",
|
|
4503
|
+
"reason": "getFlag directly imports getChangedEntities",
|
|
4504
|
+
"changeRequired": "Update getFlag to handle the new interface of getChangedEntities",
|
|
4505
|
+
"breakingChange": true
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"nodeId": "printHelp__main",
|
|
4509
|
+
"name": "printHelp",
|
|
4510
|
+
"file": "src/main.ts",
|
|
4511
|
+
"depth": 1,
|
|
4512
|
+
"impact": "critical",
|
|
4513
|
+
"reason": "printHelp directly imports getChangedEntities",
|
|
4514
|
+
"changeRequired": "Update printHelp to handle the new interface of getChangedEntities",
|
|
4515
|
+
"breakingChange": true
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"nodeId": "printBanner__main",
|
|
4519
|
+
"name": "printBanner",
|
|
4520
|
+
"file": "src/main.ts",
|
|
4521
|
+
"depth": 1,
|
|
4522
|
+
"impact": "critical",
|
|
4523
|
+
"reason": "printBanner directly imports getChangedEntities",
|
|
4524
|
+
"changeRequired": "Update printBanner to handle the new interface of getChangedEntities",
|
|
4525
|
+
"breakingChange": true
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"nodeId": "printSummary__main",
|
|
4529
|
+
"name": "printSummary",
|
|
4530
|
+
"file": "src/main.ts",
|
|
4531
|
+
"depth": 1,
|
|
4532
|
+
"impact": "critical",
|
|
4533
|
+
"reason": "printSummary directly imports getChangedEntities",
|
|
4534
|
+
"changeRequired": "Update printSummary to handle the new interface of getChangedEntities",
|
|
4535
|
+
"breakingChange": true
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"nodeId": "printImpact__main",
|
|
4539
|
+
"name": "printImpact",
|
|
4540
|
+
"file": "src/main.ts",
|
|
4541
|
+
"depth": 1,
|
|
4542
|
+
"impact": "critical",
|
|
4543
|
+
"reason": "printImpact directly imports getChangedEntities",
|
|
4544
|
+
"changeRequired": "Update printImpact to handle the new interface of getChangedEntities",
|
|
4545
|
+
"breakingChange": true
|
|
4546
|
+
},
|
|
4547
|
+
{
|
|
4548
|
+
"nodeId": "dim__main",
|
|
4549
|
+
"name": "dim",
|
|
4550
|
+
"file": "src/main.ts",
|
|
4551
|
+
"depth": 1,
|
|
4552
|
+
"impact": "critical",
|
|
4553
|
+
"reason": "dim directly imports getChangedEntities",
|
|
4554
|
+
"changeRequired": "Update dim to handle the new interface of getChangedEntities",
|
|
4555
|
+
"breakingChange": true
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"nodeId": "bold__main",
|
|
4559
|
+
"name": "bold",
|
|
4560
|
+
"file": "src/main.ts",
|
|
4561
|
+
"depth": 1,
|
|
4562
|
+
"impact": "critical",
|
|
4563
|
+
"reason": "bold directly imports getChangedEntities",
|
|
4564
|
+
"changeRequired": "Update bold to handle the new interface of getChangedEntities",
|
|
4565
|
+
"breakingChange": true
|
|
4566
|
+
},
|
|
4567
|
+
{
|
|
4568
|
+
"nodeId": "green__main",
|
|
4569
|
+
"name": "green",
|
|
4570
|
+
"file": "src/main.ts",
|
|
4571
|
+
"depth": 1,
|
|
4572
|
+
"impact": "critical",
|
|
4573
|
+
"reason": "green directly imports getChangedEntities",
|
|
4574
|
+
"changeRequired": "Update green to handle the new interface of getChangedEntities",
|
|
4575
|
+
"breakingChange": true
|
|
4576
|
+
},
|
|
4577
|
+
{
|
|
4578
|
+
"nodeId": "yellow__main",
|
|
4579
|
+
"name": "yellow",
|
|
4580
|
+
"file": "src/main.ts",
|
|
4581
|
+
"depth": 1,
|
|
4582
|
+
"impact": "critical",
|
|
4583
|
+
"reason": "yellow directly imports getChangedEntities",
|
|
4584
|
+
"changeRequired": "Update yellow to handle the new interface of getChangedEntities",
|
|
4585
|
+
"breakingChange": true
|
|
4586
|
+
},
|
|
4587
|
+
{
|
|
4588
|
+
"nodeId": "red__main",
|
|
4589
|
+
"name": "red",
|
|
4590
|
+
"file": "src/main.ts",
|
|
4591
|
+
"depth": 1,
|
|
4592
|
+
"impact": "critical",
|
|
4593
|
+
"reason": "red directly imports getChangedEntities",
|
|
4594
|
+
"changeRequired": "Update red to handle the new interface of getChangedEntities",
|
|
4595
|
+
"breakingChange": true
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"nodeId": "cyan__main",
|
|
4599
|
+
"name": "cyan",
|
|
4600
|
+
"file": "src/main.ts",
|
|
4601
|
+
"depth": 1,
|
|
4602
|
+
"impact": "critical",
|
|
4603
|
+
"reason": "cyan directly imports getChangedEntities",
|
|
4604
|
+
"changeRequired": "Update cyan to handle the new interface of getChangedEntities",
|
|
4605
|
+
"breakingChange": true
|
|
4606
|
+
}
|
|
4607
|
+
],
|
|
4608
|
+
"breakingChanges": [
|
|
4609
|
+
{
|
|
4610
|
+
"nodeId": "GET__users__gitdiff_test",
|
|
4611
|
+
"name": "GET /users",
|
|
4612
|
+
"file": "src/__tests__/gitdiff.test.ts",
|
|
4613
|
+
"depth": 1,
|
|
4614
|
+
"impact": "critical",
|
|
4615
|
+
"reason": "GET /users directly imports getChangedEntities",
|
|
4616
|
+
"changeRequired": "Update GET /users to handle the new interface of getChangedEntities",
|
|
4617
|
+
"breakingChange": true
|
|
4618
|
+
},
|
|
4619
|
+
{
|
|
4620
|
+
"nodeId": "color__main",
|
|
4621
|
+
"name": "color",
|
|
4622
|
+
"file": "src/main.ts",
|
|
4623
|
+
"depth": 1,
|
|
4624
|
+
"impact": "critical",
|
|
4625
|
+
"reason": "color directly imports getChangedEntities",
|
|
4626
|
+
"changeRequired": "Update color to handle the new interface of getChangedEntities",
|
|
4627
|
+
"breakingChange": true
|
|
4628
|
+
},
|
|
4629
|
+
{
|
|
4630
|
+
"nodeId": "getFlag__main",
|
|
4631
|
+
"name": "getFlag",
|
|
4632
|
+
"file": "src/main.ts",
|
|
4633
|
+
"depth": 1,
|
|
4634
|
+
"impact": "critical",
|
|
4635
|
+
"reason": "getFlag directly imports getChangedEntities",
|
|
4636
|
+
"changeRequired": "Update getFlag to handle the new interface of getChangedEntities",
|
|
4637
|
+
"breakingChange": true
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
"nodeId": "printHelp__main",
|
|
4641
|
+
"name": "printHelp",
|
|
4642
|
+
"file": "src/main.ts",
|
|
4643
|
+
"depth": 1,
|
|
4644
|
+
"impact": "critical",
|
|
4645
|
+
"reason": "printHelp directly imports getChangedEntities",
|
|
4646
|
+
"changeRequired": "Update printHelp to handle the new interface of getChangedEntities",
|
|
4647
|
+
"breakingChange": true
|
|
4648
|
+
},
|
|
4649
|
+
{
|
|
4650
|
+
"nodeId": "printBanner__main",
|
|
4651
|
+
"name": "printBanner",
|
|
4652
|
+
"file": "src/main.ts",
|
|
4653
|
+
"depth": 1,
|
|
4654
|
+
"impact": "critical",
|
|
4655
|
+
"reason": "printBanner directly imports getChangedEntities",
|
|
4656
|
+
"changeRequired": "Update printBanner to handle the new interface of getChangedEntities",
|
|
4657
|
+
"breakingChange": true
|
|
4658
|
+
},
|
|
4659
|
+
{
|
|
4660
|
+
"nodeId": "printSummary__main",
|
|
4661
|
+
"name": "printSummary",
|
|
4662
|
+
"file": "src/main.ts",
|
|
4663
|
+
"depth": 1,
|
|
4664
|
+
"impact": "critical",
|
|
4665
|
+
"reason": "printSummary directly imports getChangedEntities",
|
|
4666
|
+
"changeRequired": "Update printSummary to handle the new interface of getChangedEntities",
|
|
4667
|
+
"breakingChange": true
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"nodeId": "printImpact__main",
|
|
4671
|
+
"name": "printImpact",
|
|
4672
|
+
"file": "src/main.ts",
|
|
4673
|
+
"depth": 1,
|
|
4674
|
+
"impact": "critical",
|
|
4675
|
+
"reason": "printImpact directly imports getChangedEntities",
|
|
4676
|
+
"changeRequired": "Update printImpact to handle the new interface of getChangedEntities",
|
|
4677
|
+
"breakingChange": true
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"nodeId": "dim__main",
|
|
4681
|
+
"name": "dim",
|
|
4682
|
+
"file": "src/main.ts",
|
|
4683
|
+
"depth": 1,
|
|
4684
|
+
"impact": "critical",
|
|
4685
|
+
"reason": "dim directly imports getChangedEntities",
|
|
4686
|
+
"changeRequired": "Update dim to handle the new interface of getChangedEntities",
|
|
4687
|
+
"breakingChange": true
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"nodeId": "bold__main",
|
|
4691
|
+
"name": "bold",
|
|
4692
|
+
"file": "src/main.ts",
|
|
4693
|
+
"depth": 1,
|
|
4694
|
+
"impact": "critical",
|
|
4695
|
+
"reason": "bold directly imports getChangedEntities",
|
|
4696
|
+
"changeRequired": "Update bold to handle the new interface of getChangedEntities",
|
|
4697
|
+
"breakingChange": true
|
|
4698
|
+
},
|
|
4699
|
+
{
|
|
4700
|
+
"nodeId": "green__main",
|
|
4701
|
+
"name": "green",
|
|
4702
|
+
"file": "src/main.ts",
|
|
4703
|
+
"depth": 1,
|
|
4704
|
+
"impact": "critical",
|
|
4705
|
+
"reason": "green directly imports getChangedEntities",
|
|
4706
|
+
"changeRequired": "Update green to handle the new interface of getChangedEntities",
|
|
4707
|
+
"breakingChange": true
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
"nodeId": "yellow__main",
|
|
4711
|
+
"name": "yellow",
|
|
4712
|
+
"file": "src/main.ts",
|
|
4713
|
+
"depth": 1,
|
|
4714
|
+
"impact": "critical",
|
|
4715
|
+
"reason": "yellow directly imports getChangedEntities",
|
|
4716
|
+
"changeRequired": "Update yellow to handle the new interface of getChangedEntities",
|
|
4717
|
+
"breakingChange": true
|
|
4718
|
+
},
|
|
4719
|
+
{
|
|
4720
|
+
"nodeId": "red__main",
|
|
4721
|
+
"name": "red",
|
|
4722
|
+
"file": "src/main.ts",
|
|
4723
|
+
"depth": 1,
|
|
4724
|
+
"impact": "critical",
|
|
4725
|
+
"reason": "red directly imports getChangedEntities",
|
|
4726
|
+
"changeRequired": "Update red to handle the new interface of getChangedEntities",
|
|
4727
|
+
"breakingChange": true
|
|
4728
|
+
},
|
|
4729
|
+
{
|
|
4730
|
+
"nodeId": "cyan__main",
|
|
4731
|
+
"name": "cyan",
|
|
4732
|
+
"file": "src/main.ts",
|
|
4733
|
+
"depth": 1,
|
|
4734
|
+
"impact": "critical",
|
|
4735
|
+
"reason": "cyan directly imports getChangedEntities",
|
|
4736
|
+
"changeRequired": "Update cyan to handle the new interface of getChangedEntities",
|
|
4737
|
+
"breakingChange": true
|
|
4738
|
+
}
|
|
4739
|
+
],
|
|
4740
|
+
"testingPlan": [
|
|
4741
|
+
"Test getChangedEntities directly after making changes",
|
|
4742
|
+
"Regression test GET /users — direct dependent",
|
|
4743
|
+
"Regression test color — direct dependent",
|
|
4744
|
+
"Regression test getFlag — direct dependent",
|
|
4745
|
+
"Regression test printHelp — direct dependent",
|
|
4746
|
+
"Regression test printBanner — direct dependent",
|
|
4747
|
+
"Regression test printSummary — direct dependent",
|
|
4748
|
+
"Regression test printImpact — direct dependent",
|
|
4749
|
+
"Regression test dim — direct dependent",
|
|
4750
|
+
"Regression test bold — direct dependent",
|
|
4751
|
+
"Regression test green — direct dependent",
|
|
4752
|
+
"Regression test yellow — direct dependent",
|
|
4753
|
+
"Regression test red — direct dependent",
|
|
4754
|
+
"Regression test cyan — direct dependent",
|
|
4755
|
+
"Run full test suite — 13 nodes affected"
|
|
4756
|
+
],
|
|
4757
|
+
"recommendations": [
|
|
4758
|
+
"Full team review required before merging",
|
|
4759
|
+
"Consider a phased rollout",
|
|
4760
|
+
"Run full regression test suite",
|
|
4761
|
+
"13 breaking change(s) must be updated before deploying"
|
|
4762
|
+
]
|
|
4763
|
+
}
|
|
4407
4764
|
}
|