-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update auto merge on patch or minor - autoclosed #467
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Benchmarks results:[CJS] Running benchmarks...
Get service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '292.08 ± 1.07%' │ '270.00 ± 10.00' │ '3674470 ± 0.01%' │ '3703704 ± 132275' │ 3423669 │
│ 1 │ 'inversify6' │ '1028.9 ± 1.44%' │ '942.00 ± 20.00' │ '1035065 ± 0.02%' │ '1061571 ± 22070' │ 971939 │
│ 2 │ 'NestJS' │ '302.18 ± 0.43%' │ '281.00 ± 1.00' │ '3498008 ± 0.01%' │ '3558719 ± 12710' │ 3309338 │
│ 3 │ 'tsyringe' │ '328.42 ± 1.31%' │ '291.00 ± 9.00' │ '3314848 ± 0.01%' │ '3436426 ± 103093' │ 3044850 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.550x
inversifyCurrent vs NestJS Speedup: 1.050x
inversifyCurrent vs tsyringe Speedup: 1.108x
Get service in transient scope
┌─────────┬────────────────────┬──────────────────┬───────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼───────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '616.94 ± 0.56%' │ '571.00 ± 10.00' │ '1714540 ± 0.01%' │ '1751313 ± 30143' │ 1620908 │
│ 1 │ 'inversify6' │ '5318.9 ± 3.29%' │ '4949.0 ± 71.00' │ '198735 ± 0.04%' │ '202061 ± 2899' │ 188011 │
│ 2 │ 'NestJS' │ '9263.1 ± 1.68%' │ '7894.0 ± 170.00' │ '123309 ± 0.07%' │ '126678 ± 2771' │ 107956 │
│ 3 │ 'tsyringe' │ '492.17 ± 0.57%' │ '451.00 ± 10.00' │ '2163593 ± 0.01%' │ '2217295 ± 48098' │ 2031819 │
└─────────┴────────────────────┴──────────────────┴───────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 8.627x
inversifyCurrent vs NestJS Speedup: 13.904x
inversifyCurrent vs tsyringe Speedup: 0.792x
Get complex service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '314.94 ± 1.82%' │ '290.00 ± 9.00' │ '3416421 ± 0.01%' │ '3448276 ± 110443' │ 3175198 │
│ 1 │ 'inversify6' │ '1056.8 ± 1.25%' │ '951.00 ± 29.00' │ '1030746 ± 0.02%' │ '1051525 ± 32157' │ 946233 │
│ 2 │ 'NestJS' │ '342.26 ± 1.40%' │ '311.00 ± 9.00' │ '3107335 ± 0.01%' │ '3215434 ± 90434' │ 2921797 │
│ 3 │ 'tsyringe' │ '336.93 ± 2.80%' │ '300.00 ± 9.00' │ '3303225 ± 0.01%' │ '3333333 ± 103093' │ 2967936 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.315x
inversifyCurrent vs NestJS Speedup: 1.099x
inversifyCurrent vs tsyringe Speedup: 1.034x
Get complex service in transient scope
┌─────────┬────────────────────┬───────────────────┬───────────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼───────────────────┼───────────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '354655 ± 0.57%' │ '343789 ± 4413.00' │ '2852 ± 0.29%' │ '2909 ± 37' │ 2820 │
│ 1 │ 'inversify6' │ '5116389 ± 1.05%' │ '5001850 ± 272481.50' │ '197 ± 1.02%' │ '200 ± 11' │ 196 │
│ 2 │ 'NestJS' │ '60434 ± 1.35%' │ '54040 ± 711.00' │ '17993 ± 0.17%' │ '18505 ± 243' │ 16547 │
│ 3 │ 'tsyringe' │ '233510 ± 0.56%' │ '223756 ± 1343.00' │ '4357 ± 0.28%' │ '4469 ± 27' │ 4283 │
└─────────┴────────────────────┴───────────────────┴───────────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 14.513x
inversifyCurrent vs NestJS Speedup: 0.158x
inversifyCurrent vs tsyringe Speedup: 0.654x [ESM] Running benchmarks...
Get service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '256.00 ± 1.07%' │ '241.00 ± 9.00' │ '4041351 ± 0.01%' │ '4149378 ± 149378' │ 3906287 │
│ 1 │ 'inversify6' │ '944.60 ± 3.56%' │ '851.00 ± 11.00' │ '1158131 ± 0.02%' │ '1175088 ± 14995' │ 1058652 │
│ 2 │ 'NestJS' │ '311.78 ± 0.48%' │ '291.00 ± 9.00' │ '3385888 ± 0.01%' │ '3436426 ± 103093' │ 3207347 │
│ 3 │ 'tsyringe' │ '305.38 ± 1.06%' │ '271.00 ± 10.00' │ '3572983 ± 0.01%' │ '3690037 ± 131318' │ 3274566 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.490x
inversifyCurrent vs NestJS Speedup: 1.194x
inversifyCurrent vs tsyringe Speedup: 1.131x
Get service in transient scope
┌─────────┬────────────────────┬──────────────────┬───────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼───────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '486.41 ± 0.31%' │ '461.00 ± 10.00' │ '2132940 ± 0.01%' │ '2169197 ± 48098' │ 2055884 │
│ 1 │ 'inversify6' │ '4845.6 ± 0.61%' │ '4608.0 ± 50.00' │ '214252 ± 0.03%' │ '217014 ± 2332' │ 206372 │
│ 2 │ 'NestJS' │ '9202.1 ± 1.61%' │ '7885.0 ± 180.00' │ '123214 ± 0.07%' │ '126823 ± 2831' │ 108671 │
│ 3 │ 'tsyringe' │ '498.19 ± 0.71%' │ '461.00 ± 10.00' │ '2148198 ± 0.01%' │ '2169197 ± 48098' │ 2007269 │
└─────────┴────────────────────┴──────────────────┴───────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 9.955x
inversifyCurrent vs NestJS Speedup: 17.311x
inversifyCurrent vs tsyringe Speedup: 0.993x
Get complex service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '269.67 ± 1.78%' │ '251.00 ± 9.00' │ '3866104 ± 0.01%' │ '3984064 ± 137910' │ 3708244 │
│ 1 │ 'inversify6' │ '924.38 ± 2.01%' │ '851.00 ± 11.00' │ '1165522 ± 0.01%' │ '1175088 ± 14995' │ 1081806 │
│ 2 │ 'NestJS' │ '352.69 ± 2.18%' │ '311.00 ± 9.00' │ '3120308 ± 0.01%' │ '3215434 ± 90434' │ 2835356 │
│ 3 │ 'tsyringe' │ '324.16 ± 4.11%' │ '290.00 ± 10.00' │ '3389195 ± 0.01%' │ '3448276 ± 114942' │ 3084902 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.317x
inversifyCurrent vs NestJS Speedup: 1.239x
inversifyCurrent vs tsyringe Speedup: 1.141x
Get complex service in transient scope
┌─────────┬────────────────────┬───────────────────┬───────────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼───────────────────┼───────────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '253065 ± 0.90%' │ '238072 ± 2163.50' │ '4078 ± 0.35%' │ '4200 ± 38' │ 3952 │
│ 1 │ 'inversify6' │ '4826426 ± 1.19%' │ '4861295 ± 344841.50' │ '209 ± 1.18%' │ '206 ± 15' │ 208 │
│ 2 │ 'NestJS' │ '59501 ± 1.50%' │ '53038 ± 641.00' │ '18404 ± 0.16%' │ '18854 ± 229' │ 16807 │
│ 3 │ 'tsyringe' │ '229897 ± 0.81%' │ '216763 ± 1553.00' │ '4479 ± 0.33%' │ '4613 ± 33' │ 4350 │
└─────────┴────────────────────┴───────────────────┴───────────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 19.534x
inversifyCurrent vs NestJS Speedup: 0.222x
inversifyCurrent vs tsyringe Speedup: 0.910x |
cfb95eb
to
56385c7
Compare
Benchmarks results:[CJS] Running benchmarks...
Get service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '292.02 ± 1.07%' │ '270.00 ± 9.00' │ '3674227 ± 0.01%' │ '3703704 ± 127714' │ 3424479 │
│ 1 │ 'inversify6' │ '1057.6 ± 0.52%' │ '942.00 ± 19.00' │ '1016970 ± 0.03%' │ '1061571 ± 20988' │ 945521 │
│ 2 │ 'NestJS' │ '304.93 ± 0.51%' │ '281.00 ± 1.00' │ '3473740 ± 0.01%' │ '3558719 ± 12710' │ 3279428 │
│ 3 │ 'tsyringe' │ '317.27 ± 1.54%' │ '281.00 ± 9.00' │ '3469089 ± 0.01%' │ '3558719 ± 110443' │ 3151842 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.613x
inversifyCurrent vs NestJS Speedup: 1.058x
inversifyCurrent vs tsyringe Speedup: 1.059x
Get service in transient scope
┌─────────┬────────────────────┬──────────────────┬───────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼───────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '658.17 ± 0.71%' │ '611.00 ± 10.00' │ '1618592 ± 0.01%' │ '1636661 ± 27232' │ 1519362 │
│ 1 │ 'inversify6' │ '5216.5 ± 3.10%' │ '4839.0 ± 81.00' │ '203815 ± 0.03%' │ '206654 ± 3474' │ 191702 │
│ 2 │ 'NestJS' │ '9436.1 ± 2.02%' │ '7925.0 ± 190.00' │ '122710 ± 0.07%' │ '126183 ± 3100' │ 105977 │
│ 3 │ 'tsyringe' │ '508.55 ± 0.69%' │ '470.00 ± 9.00' │ '2106843 ± 0.01%' │ '2127660 ± 41538' │ 1966364 │
└─────────┴────────────────────┴──────────────────┴───────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 7.941x
inversifyCurrent vs NestJS Speedup: 13.190x
inversifyCurrent vs tsyringe Speedup: 0.768x
Get complex service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '320.35 ± 1.90%' │ '291.00 ± 9.00' │ '3370224 ± 0.01%' │ '3436426 ± 103093' │ 3121561 │
│ 1 │ 'inversify6' │ '1047.5 ± 1.05%' │ '942.00 ± 11.00' │ '1038576 ± 0.02%' │ '1061571 ± 12543' │ 954647 │
│ 2 │ 'NestJS' │ '343.59 ± 1.63%' │ '320.00 ± 9.00' │ '3096206 ± 0.01%' │ '3125000 ± 90434' │ 2910476 │
│ 3 │ 'tsyringe' │ '375.29 ± 4.31%' │ '321.00 ± 10.00' │ '3043948 ± 0.01%' │ '3115265 ± 94117' │ 2664622 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.245x
inversifyCurrent vs NestJS Speedup: 1.089x
inversifyCurrent vs tsyringe Speedup: 1.107x
Get complex service in transient scope
┌─────────┬────────────────────┬───────────────────┬───────────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼───────────────────┼───────────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '357446 ± 0.77%' │ '342741 ± 4253.00' │ '2851 ± 0.35%' │ '2918 ± 36' │ 2798 │
│ 1 │ 'inversify6' │ '5104143 ± 1.52%' │ '4865864 ± 271677.00' │ '198 ± 1.33%' │ '206 ± 12' │ 196 │
│ 2 │ 'NestJS' │ '59480 ± 1.45%' │ '53020 ± 812.00' │ '18399 ± 0.17%' │ '18861 ± 290' │ 16813 │
│ 3 │ 'tsyringe' │ '236672 ± 0.76%' │ '224012 ± 1072.00' │ '4336 ± 0.32%' │ '4464 ± 21' │ 4226 │
└─────────┴────────────────────┴───────────────────┴───────────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 14.406x
inversifyCurrent vs NestJS Speedup: 0.155x
inversifyCurrent vs tsyringe Speedup: 0.658x [ESM] Running benchmarks...
Get service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '255.26 ± 1.16%' │ '241.00 ± 9.00' │ '4045756 ± 0.01%' │ '4149378 ± 149378' │ 3917521 │
│ 1 │ 'inversify6' │ '974.61 ± 1.99%' │ '882.00 ± 11.00' │ '1112542 ± 0.02%' │ '1133787 ± 14319' │ 1026079 │
│ 2 │ 'NestJS' │ '305.11 ± 0.50%' │ '281.00 ± 9.00' │ '3484330 ± 0.01%' │ '3558719 ± 110443' │ 3277477 │
│ 3 │ 'tsyringe' │ '316.33 ± 1.54%' │ '281.00 ± 9.00' │ '3477109 ± 0.01%' │ '3558719 ± 110443' │ 3161219 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.636x
inversifyCurrent vs NestJS Speedup: 1.161x
inversifyCurrent vs tsyringe Speedup: 1.164x
Get service in transient scope
┌─────────┬────────────────────┬──────────────────┬───────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼───────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '505.05 ± 0.37%' │ '472.00 ± 9.00' │ '2072837 ± 0.01%' │ '2118644 ± 39642' │ 1979995 │
│ 1 │ 'inversify6' │ '4986.1 ± 4.48%' │ '4638.0 ± 59.00' │ '213243 ± 0.03%' │ '215610 ± 2778' │ 200556 │
│ 2 │ 'NestJS' │ '9356.3 ± 1.76%' │ '8035.0 ± 171.00' │ '121277 ± 0.07%' │ '124456 ± 2690' │ 106880 │
│ 3 │ 'tsyringe' │ '491.17 ± 0.61%' │ '452.00 ± 9.00' │ '2165635 ± 0.01%' │ '2212389 ± 43192' │ 2035951 │
└─────────┴────────────────────┴──────────────────┴───────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 9.721x
inversifyCurrent vs NestJS Speedup: 17.092x
inversifyCurrent vs tsyringe Speedup: 0.957x
Get complex service in singleton scope
┌─────────┬────────────────────┬──────────────────┬──────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼──────────────────┼──────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '278.41 ± 2.15%' │ '261.00 ± 9.00' │ '3708876 ± 0.01%' │ '3831418 ± 127714' │ 3591821 │
│ 1 │ 'inversify6' │ '902.46 ± 2.75%' │ '821.00 ± 10.00' │ '1203172 ± 0.01%' │ '1218027 ± 15019' │ 1108080 │
│ 2 │ 'NestJS' │ '345.14 ± 3.29%' │ '311.00 ± 10.00' │ '3172115 ± 0.01%' │ '3215434 ± 100169' │ 2897345 │
│ 3 │ 'tsyringe' │ '324.57 ± 3.95%' │ '291.00 ± 10.00' │ '3377149 ± 0.01%' │ '3436426 ± 122293' │ 3080959 │
└─────────┴────────────────────┴──────────────────┴──────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 3.083x
inversifyCurrent vs NestJS Speedup: 1.169x
inversifyCurrent vs tsyringe Speedup: 1.098x
Get complex service in transient scope
┌─────────┬────────────────────┬───────────────────┬───────────────────────┬────────────────────────┬────────────────────────┬─────────┐
│ (index) │ Task name │ Latency avg (ns) │ Latency med (ns) │ Throughput avg (ops/s) │ Throughput med (ops/s) │ Samples │
├─────────┼────────────────────┼───────────────────┼───────────────────────┼────────────────────────┼────────────────────────┼─────────┤
│ 0 │ 'inversifyCurrent' │ '251477 ± 0.77%' │ '239732 ± 1974.00' │ '4066 ± 0.31%' │ '4171 ± 34' │ 3977 │
│ 1 │ 'inversify6' │ '4683667 ± 1.18%' │ '4509980 ± 257089.50' │ '215 ± 1.17%' │ '222 ± 13' │ 214 │
│ 2 │ 'NestJS' │ '60072 ± 1.32%' │ '53761 ± 691.00' │ '18075 ± 0.17%' │ '18601 ± 240' │ 16647 │
│ 3 │ 'tsyringe' │ '245375 ± 0.73%' │ '232087 ± 1904.00' │ '4183 ± 0.34%' │ '4309 ± 35' │ 4076 │
└─────────┴────────────────────┴───────────────────┴───────────────────────┴────────────────────────┴────────────────────────┴─────────┘
inversifyCurrent vs inversify6 Speedup: 18.900x
inversifyCurrent vs NestJS Speedup: 0.225x
inversifyCurrent vs tsyringe Speedup: 0.972x |
notaphplover
approved these changes
Mar 5, 2025
Adrianmjim
pushed a commit
that referenced
this pull request
Mar 5, 2025
…r-minor fix: update auto merge on patch or minor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.11.5
->^1.11.7
^22.13.8
->^22.13.9
22.13.8
->22.13.9
^3.0.5
->^3.0.7
Release Notes
swc-project/swc (@swc/core)
v1.11.7
Compare Source
Features
v1.11.6
Compare Source
Bug Fixes
(es/minifier) Fix regression due to #10056 (#10134) (b145275)
(es/typescript) Remove empty statements that const enum decls are folded into (#10128) (7bea830)
vitest-dev/vitest (vitest)
v3.0.7
Compare Source
v3.0.6
Compare Source
🐞 Bug Fixes
getMockedSystemTime
foruseFakeTimer
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotask
from default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClass
typing - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7383 (7ef23)maxWorkers
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7483 (adbb2)vite-node
to pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspect
related cli options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7373 (ed15b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.