mrpj 0.2.6 → 0.2.7

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/.jsii CHANGED
@@ -51,6 +51,7 @@
51
51
  "projen.javascript": {},
52
52
  "projen.javascript.biome_config": {},
53
53
  "projen.python": {},
54
+ "projen.python.uvConfig": {},
54
55
  "projen.release": {},
55
56
  "projen.typescript": {},
56
57
  "projen.vscode": {},
@@ -82,7 +83,7 @@
82
83
  "stability": "stable"
83
84
  },
84
85
  "homepage": "https://github.com/mrgrain/projen-projects",
85
- "jsiiVersion": "5.9.10 (build 0e9cf43)",
86
+ "jsiiVersion": "5.9.20 (build 6e2b13a)",
86
87
  "license": "MIT",
87
88
  "metadata": {
88
89
  "jsii": {
@@ -241,7 +242,7 @@
241
242
  "immutable": true,
242
243
  "locationInModule": {
243
244
  "filename": "src/construct-project-options.ts",
244
- "line": 527
245
+ "line": 542
245
246
  },
246
247
  "name": "defaultReleaseBranch",
247
248
  "type": {
@@ -261,7 +262,7 @@
261
262
  "immutable": true,
262
263
  "locationInModule": {
263
264
  "filename": "src/construct-project-options.ts",
264
- "line": 1166
265
+ "line": 1181
265
266
  },
266
267
  "name": "name",
267
268
  "type": {
@@ -296,7 +297,7 @@
296
297
  "immutable": true,
297
298
  "locationInModule": {
298
299
  "filename": "src/construct-project-options.ts",
299
- "line": 1004
300
+ "line": 1019
300
301
  },
301
302
  "name": "allowLibraryDependencies",
302
303
  "optional": true,
@@ -314,7 +315,7 @@
314
315
  "immutable": true,
315
316
  "locationInModule": {
316
317
  "filename": "src/construct-project-options.ts",
317
- "line": 521
318
+ "line": 536
318
319
  },
319
320
  "name": "artifactsDirectory",
320
321
  "optional": true,
@@ -322,6 +323,43 @@
322
323
  "primitive": "string"
323
324
  }
324
325
  },
326
+ {
327
+ "abstract": true,
328
+ "docs": {
329
+ "default": "false",
330
+ "remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
331
+ "stability": "stable",
332
+ "summary": "Run security audit on dependencies."
333
+ },
334
+ "immutable": true,
335
+ "locationInModule": {
336
+ "filename": "src/construct-project-options.ts",
337
+ "line": 530
338
+ },
339
+ "name": "auditDeps",
340
+ "optional": true,
341
+ "type": {
342
+ "primitive": "boolean"
343
+ }
344
+ },
345
+ {
346
+ "abstract": true,
347
+ "docs": {
348
+ "default": "- default options",
349
+ "stability": "stable",
350
+ "summary": "Security audit options."
351
+ },
352
+ "immutable": true,
353
+ "locationInModule": {
354
+ "filename": "src/construct-project-options.ts",
355
+ "line": 521
356
+ },
357
+ "name": "auditDepsOptions",
358
+ "optional": true,
359
+ "type": {
360
+ "fqn": "projen.javascript.AuditOptions"
361
+ }
362
+ },
325
363
  {
326
364
  "abstract": true,
327
365
  "docs": {
@@ -331,7 +369,7 @@
331
369
  "immutable": true,
332
370
  "locationInModule": {
333
371
  "filename": "src/construct-project-options.ts",
334
- "line": 996
372
+ "line": 1011
335
373
  },
336
374
  "name": "authorEmail",
337
375
  "optional": true,
@@ -348,7 +386,7 @@
348
386
  "immutable": true,
349
387
  "locationInModule": {
350
388
  "filename": "src/construct-project-options.ts",
351
- "line": 991
389
+ "line": 1006
352
390
  },
353
391
  "name": "authorName",
354
392
  "optional": true,
@@ -365,7 +403,7 @@
365
403
  "immutable": true,
366
404
  "locationInModule": {
367
405
  "filename": "src/construct-project-options.ts",
368
- "line": 986
406
+ "line": 1001
369
407
  },
370
408
  "name": "authorOrganization",
371
409
  "optional": true,
@@ -382,7 +420,7 @@
382
420
  "immutable": true,
383
421
  "locationInModule": {
384
422
  "filename": "src/construct-project-options.ts",
385
- "line": 981
423
+ "line": 996
386
424
  },
387
425
  "name": "authorUrl",
388
426
  "optional": true,
@@ -400,7 +438,7 @@
400
438
  "immutable": true,
401
439
  "locationInModule": {
402
440
  "filename": "src/construct-project-options.ts",
403
- "line": 1090
441
+ "line": 1105
404
442
  },
405
443
  "name": "autoApproveOptions",
406
444
  "optional": true,
@@ -437,7 +475,7 @@
437
475
  "immutable": true,
438
476
  "locationInModule": {
439
477
  "filename": "src/construct-project-options.ts",
440
- "line": 976
478
+ "line": 991
441
479
  },
442
480
  "name": "autoDetectBin",
443
481
  "optional": true,
@@ -456,7 +494,7 @@
456
494
  "immutable": true,
457
495
  "locationInModule": {
458
496
  "filename": "src/construct-project-options.ts",
459
- "line": 1084
497
+ "line": 1099
460
498
  },
461
499
  "name": "autoMerge",
462
500
  "optional": true,
@@ -475,7 +513,7 @@
475
513
  "immutable": true,
476
514
  "locationInModule": {
477
515
  "filename": "src/construct-project-options.ts",
478
- "line": 1076
516
+ "line": 1091
479
517
  },
480
518
  "name": "autoMergeOptions",
481
519
  "optional": true,
@@ -493,7 +531,7 @@
493
531
  "immutable": true,
494
532
  "locationInModule": {
495
533
  "filename": "src/construct-project-options.ts",
496
- "line": 970
534
+ "line": 985
497
535
  },
498
536
  "name": "bin",
499
537
  "optional": true,
@@ -551,7 +589,7 @@
551
589
  "immutable": true,
552
590
  "locationInModule": {
553
591
  "filename": "src/construct-project-options.ts",
554
- "line": 962
592
+ "line": 977
555
593
  },
556
594
  "name": "bugsEmail",
557
595
  "optional": true,
@@ -568,7 +606,7 @@
568
606
  "immutable": true,
569
607
  "locationInModule": {
570
608
  "filename": "src/construct-project-options.ts",
571
- "line": 957
609
+ "line": 972
572
610
  },
573
611
  "name": "bugsUrl",
574
612
  "optional": true,
@@ -622,7 +660,7 @@
622
660
  "immutable": true,
623
661
  "locationInModule": {
624
662
  "filename": "src/construct-project-options.ts",
625
- "line": 720
663
+ "line": 735
626
664
  },
627
665
  "name": "bumpPackage",
628
666
  "optional": true,
@@ -640,7 +678,7 @@
640
678
  "immutable": true,
641
679
  "locationInModule": {
642
680
  "filename": "src/construct-project-options.ts",
643
- "line": 952
681
+ "line": 967
644
682
  },
645
683
  "name": "bundledDeps",
646
684
  "optional": true,
@@ -680,7 +718,7 @@
680
718
  "immutable": true,
681
719
  "locationInModule": {
682
720
  "filename": "src/construct-project-options.ts",
683
- "line": 937
721
+ "line": 952
684
722
  },
685
723
  "name": "bunVersion",
686
724
  "optional": true,
@@ -792,7 +830,7 @@
792
830
  "immutable": true,
793
831
  "locationInModule": {
794
832
  "filename": "src/construct-project-options.ts",
795
- "line": 1068
833
+ "line": 1083
796
834
  },
797
835
  "name": "clobber",
798
836
  "optional": true,
@@ -811,7 +849,7 @@
811
849
  "immutable": true,
812
850
  "locationInModule": {
813
851
  "filename": "src/construct-project-options.ts",
814
- "line": 931
852
+ "line": 946
815
853
  },
816
854
  "name": "codeArtifactOptions",
817
855
  "optional": true,
@@ -865,7 +903,7 @@
865
903
  "immutable": true,
866
904
  "locationInModule": {
867
905
  "filename": "src/construct-project-options.ts",
868
- "line": 1159
906
+ "line": 1174
869
907
  },
870
908
  "name": "commitGenerated",
871
909
  "optional": true,
@@ -1033,7 +1071,7 @@
1033
1071
  "immutable": true,
1034
1072
  "locationInModule": {
1035
1073
  "filename": "src/construct-project-options.ts",
1036
- "line": 924
1074
+ "line": 939
1037
1075
  },
1038
1076
  "name": "deps",
1039
1077
  "optional": true,
@@ -1096,7 +1134,7 @@
1096
1134
  "immutable": true,
1097
1135
  "locationInModule": {
1098
1136
  "filename": "src/construct-project-options.ts",
1099
- "line": 911
1137
+ "line": 926
1100
1138
  },
1101
1139
  "name": "description",
1102
1140
  "optional": true,
@@ -1114,7 +1152,7 @@
1114
1152
  "immutable": true,
1115
1153
  "locationInModule": {
1116
1154
  "filename": "src/construct-project-options.ts",
1117
- "line": 1062
1155
+ "line": 1077
1118
1156
  },
1119
1157
  "name": "devContainer",
1120
1158
  "optional": true,
@@ -1136,7 +1174,7 @@
1136
1174
  "immutable": true,
1137
1175
  "locationInModule": {
1138
1176
  "filename": "src/construct-project-options.ts",
1139
- "line": 903
1177
+ "line": 918
1140
1178
  },
1141
1179
  "name": "devDeps",
1142
1180
  "optional": true,
@@ -1267,7 +1305,7 @@
1267
1305
  "immutable": true,
1268
1306
  "locationInModule": {
1269
1307
  "filename": "src/construct-project-options.ts",
1270
- "line": 886
1308
+ "line": 901
1271
1309
  },
1272
1310
  "name": "entrypoint",
1273
1311
  "optional": true,
@@ -1381,7 +1419,7 @@
1381
1419
  "immutable": true,
1382
1420
  "locationInModule": {
1383
1421
  "filename": "src/construct-project-options.ts",
1384
- "line": 1056
1422
+ "line": 1071
1385
1423
  },
1386
1424
  "name": "github",
1387
1425
  "optional": true,
@@ -1399,7 +1437,7 @@
1399
1437
  "immutable": true,
1400
1438
  "locationInModule": {
1401
1439
  "filename": "src/construct-project-options.ts",
1402
- "line": 1049
1440
+ "line": 1064
1403
1441
  },
1404
1442
  "name": "githubOptions",
1405
1443
  "optional": true,
@@ -1438,7 +1476,7 @@
1438
1476
  "immutable": true,
1439
1477
  "locationInModule": {
1440
1478
  "filename": "src/construct-project-options.ts",
1441
- "line": 1153
1479
+ "line": 1168
1442
1480
  },
1443
1481
  "name": "gitIgnoreOptions",
1444
1482
  "optional": true,
@@ -1455,7 +1493,7 @@
1455
1493
  "immutable": true,
1456
1494
  "locationInModule": {
1457
1495
  "filename": "src/construct-project-options.ts",
1458
- "line": 1148
1496
+ "line": 1163
1459
1497
  },
1460
1498
  "name": "gitOptions",
1461
1499
  "optional": true,
@@ -1473,7 +1511,7 @@
1473
1511
  "immutable": true,
1474
1512
  "locationInModule": {
1475
1513
  "filename": "src/construct-project-options.ts",
1476
- "line": 1043
1514
+ "line": 1058
1477
1515
  },
1478
1516
  "name": "gitpod",
1479
1517
  "optional": true,
@@ -1490,7 +1528,7 @@
1490
1528
  "immutable": true,
1491
1529
  "locationInModule": {
1492
1530
  "filename": "src/construct-project-options.ts",
1493
- "line": 879
1531
+ "line": 894
1494
1532
  },
1495
1533
  "name": "homepage",
1496
1534
  "optional": true,
@@ -1562,7 +1600,7 @@
1562
1600
  "immutable": true,
1563
1601
  "locationInModule": {
1564
1602
  "filename": "src/construct-project-options.ts",
1565
- "line": 713
1603
+ "line": 728
1566
1604
  },
1567
1605
  "name": "jsiiReleaseVersion",
1568
1606
  "optional": true,
@@ -1601,7 +1639,7 @@
1601
1639
  "immutable": true,
1602
1640
  "locationInModule": {
1603
1641
  "filename": "src/construct-project-options.ts",
1604
- "line": 874
1642
+ "line": 889
1605
1643
  },
1606
1644
  "name": "keywords",
1607
1645
  "optional": true,
@@ -1697,7 +1735,7 @@
1697
1735
  "immutable": true,
1698
1736
  "locationInModule": {
1699
1737
  "filename": "src/construct-project-options.ts",
1700
- "line": 869
1738
+ "line": 884
1701
1739
  },
1702
1740
  "name": "license",
1703
1741
  "optional": true,
@@ -1715,7 +1753,7 @@
1715
1753
  "immutable": true,
1716
1754
  "locationInModule": {
1717
1755
  "filename": "src/construct-project-options.ts",
1718
- "line": 861
1756
+ "line": 876
1719
1757
  },
1720
1758
  "name": "licensed",
1721
1759
  "optional": true,
@@ -1733,7 +1771,7 @@
1733
1771
  "immutable": true,
1734
1772
  "locationInModule": {
1735
1773
  "filename": "src/construct-project-options.ts",
1736
- "line": 1143
1774
+ "line": 1158
1737
1775
  },
1738
1776
  "name": "logging",
1739
1777
  "optional": true,
@@ -1752,7 +1790,7 @@
1752
1790
  "immutable": true,
1753
1791
  "locationInModule": {
1754
1792
  "filename": "src/construct-project-options.ts",
1755
- "line": 707
1793
+ "line": 722
1756
1794
  },
1757
1795
  "name": "majorVersion",
1758
1796
  "optional": true,
@@ -1771,7 +1809,7 @@
1771
1809
  "immutable": true,
1772
1810
  "locationInModule": {
1773
1811
  "filename": "src/construct-project-options.ts",
1774
- "line": 855
1812
+ "line": 870
1775
1813
  },
1776
1814
  "name": "maxNodeVersion",
1777
1815
  "optional": true,
@@ -1790,7 +1828,7 @@
1790
1828
  "immutable": true,
1791
1829
  "locationInModule": {
1792
1830
  "filename": "src/construct-project-options.ts",
1793
- "line": 699
1831
+ "line": 714
1794
1832
  },
1795
1833
  "name": "minMajorVersion",
1796
1834
  "optional": true,
@@ -1809,7 +1847,7 @@
1809
1847
  "immutable": true,
1810
1848
  "locationInModule": {
1811
1849
  "filename": "src/construct-project-options.ts",
1812
- "line": 844
1850
+ "line": 859
1813
1851
  },
1814
1852
  "name": "minNodeVersion",
1815
1853
  "optional": true,
@@ -1828,7 +1866,7 @@
1828
1866
  "immutable": true,
1829
1867
  "locationInModule": {
1830
1868
  "filename": "src/construct-project-options.ts",
1831
- "line": 689
1869
+ "line": 704
1832
1870
  },
1833
1871
  "name": "nextVersionCommand",
1834
1872
  "optional": true,
@@ -1846,7 +1884,7 @@
1846
1884
  "immutable": true,
1847
1885
  "locationInModule": {
1848
1886
  "filename": "src/construct-project-options.ts",
1849
- "line": 829
1887
+ "line": 844
1850
1888
  },
1851
1889
  "name": "npmAccess",
1852
1890
  "optional": true,
@@ -1865,7 +1903,7 @@
1865
1903
  "immutable": true,
1866
1904
  "locationInModule": {
1867
1905
  "filename": "src/construct-project-options.ts",
1868
- "line": 665
1906
+ "line": 680
1869
1907
  },
1870
1908
  "name": "npmDistTag",
1871
1909
  "optional": true,
@@ -1919,7 +1957,7 @@
1919
1957
  "immutable": true,
1920
1958
  "locationInModule": {
1921
1959
  "filename": "src/construct-project-options.ts",
1922
- "line": 821
1960
+ "line": 836
1923
1961
  },
1924
1962
  "name": "npmProvenance",
1925
1963
  "optional": true,
@@ -1938,7 +1976,7 @@
1938
1976
  "immutable": true,
1939
1977
  "locationInModule": {
1940
1978
  "filename": "src/construct-project-options.ts",
1941
- "line": 810
1979
+ "line": 825
1942
1980
  },
1943
1981
  "name": "npmRegistryUrl",
1944
1982
  "optional": true,
@@ -1956,7 +1994,7 @@
1956
1994
  "immutable": true,
1957
1995
  "locationInModule": {
1958
1996
  "filename": "src/construct-project-options.ts",
1959
- "line": 803
1997
+ "line": 818
1960
1998
  },
1961
1999
  "name": "npmTokenSecret",
1962
2000
  "optional": true,
@@ -1974,7 +2012,7 @@
1974
2012
  "immutable": true,
1975
2013
  "locationInModule": {
1976
2014
  "filename": "src/construct-project-options.ts",
1977
- "line": 797
2015
+ "line": 812
1978
2016
  },
1979
2017
  "name": "npmTrustedPublishing",
1980
2018
  "optional": true,
@@ -1993,7 +2031,7 @@
1993
2031
  "immutable": true,
1994
2032
  "locationInModule": {
1995
2033
  "filename": "src/construct-project-options.ts",
1996
- "line": 1137
2034
+ "line": 1152
1997
2035
  },
1998
2036
  "name": "outdir",
1999
2037
  "optional": true,
@@ -2029,7 +2067,7 @@
2029
2067
  "immutable": true,
2030
2068
  "locationInModule": {
2031
2069
  "filename": "src/construct-project-options.ts",
2032
- "line": 791
2070
+ "line": 806
2033
2071
  },
2034
2072
  "name": "packageManager",
2035
2073
  "optional": true,
@@ -2050,7 +2088,7 @@
2050
2088
  "immutable": true,
2051
2089
  "locationInModule": {
2052
2090
  "filename": "src/construct-project-options.ts",
2053
- "line": 785
2091
+ "line": 800
2054
2092
  },
2055
2093
  "name": "packageName",
2056
2094
  "optional": true,
@@ -2067,7 +2105,7 @@
2067
2105
  "immutable": true,
2068
2106
  "locationInModule": {
2069
2107
  "filename": "src/construct-project-options.ts",
2070
- "line": 1126
2108
+ "line": 1141
2071
2109
  },
2072
2110
  "name": "parent",
2073
2111
  "optional": true,
@@ -2084,7 +2122,7 @@
2084
2122
  "immutable": true,
2085
2123
  "locationInModule": {
2086
2124
  "filename": "src/construct-project-options.ts",
2087
- "line": 778
2125
+ "line": 793
2088
2126
  },
2089
2127
  "name": "peerDependencyOptions",
2090
2128
  "optional": true,
@@ -2103,7 +2141,7 @@
2103
2141
  "immutable": true,
2104
2142
  "locationInModule": {
2105
2143
  "filename": "src/construct-project-options.ts",
2106
- "line": 773
2144
+ "line": 788
2107
2145
  },
2108
2146
  "name": "peerDeps",
2109
2147
  "optional": true,
@@ -2126,7 +2164,7 @@
2126
2164
  "immutable": true,
2127
2165
  "locationInModule": {
2128
2166
  "filename": "src/construct-project-options.ts",
2129
- "line": 754
2167
+ "line": 769
2130
2168
  },
2131
2169
  "name": "pnpmVersion",
2132
2170
  "optional": true,
@@ -2144,7 +2182,7 @@
2144
2182
  "immutable": true,
2145
2183
  "locationInModule": {
2146
2184
  "filename": "src/construct-project-options.ts",
2147
- "line": 657
2185
+ "line": 672
2148
2186
  },
2149
2187
  "name": "postBuildSteps",
2150
2188
  "optional": true,
@@ -2167,7 +2205,7 @@
2167
2205
  "immutable": true,
2168
2206
  "locationInModule": {
2169
2207
  "filename": "src/construct-project-options.ts",
2170
- "line": 651
2208
+ "line": 666
2171
2209
  },
2172
2210
  "name": "prerelease",
2173
2211
  "optional": true,
@@ -2222,7 +2260,7 @@
2222
2260
  "immutable": true,
2223
2261
  "locationInModule": {
2224
2262
  "filename": "src/construct-project-options.ts",
2225
- "line": 1121
2263
+ "line": 1136
2226
2264
  },
2227
2265
  "name": "projenCommand",
2228
2266
  "optional": true,
@@ -2240,7 +2278,7 @@
2240
2278
  "immutable": true,
2241
2279
  "locationInModule": {
2242
2280
  "filename": "src/construct-project-options.ts",
2243
- "line": 1037
2281
+ "line": 1052
2244
2282
  },
2245
2283
  "name": "projenCredentials",
2246
2284
  "optional": true,
@@ -2294,7 +2332,7 @@
2294
2332
  "immutable": true,
2295
2333
  "locationInModule": {
2296
2334
  "filename": "src/construct-project-options.ts",
2297
- "line": 1114
2335
+ "line": 1129
2298
2336
  },
2299
2337
  "name": "projenrcJson",
2300
2338
  "optional": true,
@@ -2312,7 +2350,7 @@
2312
2350
  "immutable": true,
2313
2351
  "locationInModule": {
2314
2352
  "filename": "src/construct-project-options.ts",
2315
- "line": 1108
2353
+ "line": 1123
2316
2354
  },
2317
2355
  "name": "projenrcJsonOptions",
2318
2356
  "optional": true,
@@ -2404,7 +2442,7 @@
2404
2442
  "immutable": true,
2405
2443
  "locationInModule": {
2406
2444
  "filename": "src/construct-project-options.ts",
2407
- "line": 645
2445
+ "line": 660
2408
2446
  },
2409
2447
  "name": "publishDryRun",
2410
2448
  "optional": true,
@@ -2423,7 +2461,7 @@
2423
2461
  "immutable": true,
2424
2462
  "locationInModule": {
2425
2463
  "filename": "src/construct-project-options.ts",
2426
- "line": 639
2464
+ "line": 654
2427
2465
  },
2428
2466
  "name": "publishTasks",
2429
2467
  "optional": true,
@@ -2554,7 +2592,7 @@
2554
2592
  "immutable": true,
2555
2593
  "locationInModule": {
2556
2594
  "filename": "src/construct-project-options.ts",
2557
- "line": 1031
2595
+ "line": 1046
2558
2596
  },
2559
2597
  "name": "readme",
2560
2598
  "optional": true,
@@ -2572,7 +2610,7 @@
2572
2610
  "immutable": true,
2573
2611
  "locationInModule": {
2574
2612
  "filename": "src/construct-project-options.ts",
2575
- "line": 631
2613
+ "line": 646
2576
2614
  },
2577
2615
  "name": "releasableCommits",
2578
2616
  "optional": true,
@@ -2609,7 +2647,7 @@
2609
2647
  "immutable": true,
2610
2648
  "locationInModule": {
2611
2649
  "filename": "src/construct-project-options.ts",
2612
- "line": 625
2650
+ "line": 640
2613
2651
  },
2614
2652
  "name": "releaseBranches",
2615
2653
  "optional": true,
@@ -2633,7 +2671,7 @@
2633
2671
  "immutable": true,
2634
2672
  "locationInModule": {
2635
2673
  "filename": "src/construct-project-options.ts",
2636
- "line": 612
2674
+ "line": 627
2637
2675
  },
2638
2676
  "name": "releaseEnvironment",
2639
2677
  "optional": true,
@@ -2651,7 +2689,7 @@
2651
2689
  "immutable": true,
2652
2690
  "locationInModule": {
2653
2691
  "filename": "src/construct-project-options.ts",
2654
- "line": 601
2692
+ "line": 616
2655
2693
  },
2656
2694
  "name": "releaseFailureIssue",
2657
2695
  "optional": true,
@@ -2670,7 +2708,7 @@
2670
2708
  "immutable": true,
2671
2709
  "locationInModule": {
2672
2710
  "filename": "src/construct-project-options.ts",
2673
- "line": 595
2711
+ "line": 610
2674
2712
  },
2675
2713
  "name": "releaseFailureIssueLabel",
2676
2714
  "optional": true,
@@ -2689,7 +2727,7 @@
2689
2727
  "immutable": true,
2690
2728
  "locationInModule": {
2691
2729
  "filename": "src/construct-project-options.ts",
2692
- "line": 588
2730
+ "line": 603
2693
2731
  },
2694
2732
  "name": "releaseTagPrefix",
2695
2733
  "optional": true,
@@ -2725,7 +2763,7 @@
2725
2763
  "immutable": true,
2726
2764
  "locationInModule": {
2727
2765
  "filename": "src/construct-project-options.ts",
2728
- "line": 578
2766
+ "line": 593
2729
2767
  },
2730
2768
  "name": "releaseTrigger",
2731
2769
  "optional": true,
@@ -2743,7 +2781,7 @@
2743
2781
  "immutable": true,
2744
2782
  "locationInModule": {
2745
2783
  "filename": "src/construct-project-options.ts",
2746
- "line": 572
2784
+ "line": 587
2747
2785
  },
2748
2786
  "name": "releaseWorkflowEnv",
2749
2787
  "optional": true,
@@ -2766,7 +2804,7 @@
2766
2804
  "immutable": true,
2767
2805
  "locationInModule": {
2768
2806
  "filename": "src/construct-project-options.ts",
2769
- "line": 566
2807
+ "line": 581
2770
2808
  },
2771
2809
  "name": "releaseWorkflowName",
2772
2810
  "optional": true,
@@ -2783,7 +2821,7 @@
2783
2821
  "immutable": true,
2784
2822
  "locationInModule": {
2785
2823
  "filename": "src/construct-project-options.ts",
2786
- "line": 560
2824
+ "line": 575
2787
2825
  },
2788
2826
  "name": "releaseWorkflowSetupSteps",
2789
2827
  "optional": true,
@@ -2806,7 +2844,7 @@
2806
2844
  "immutable": true,
2807
2845
  "locationInModule": {
2808
2846
  "filename": "src/construct-project-options.ts",
2809
- "line": 1102
2847
+ "line": 1117
2810
2848
  },
2811
2849
  "name": "renovatebot",
2812
2850
  "optional": true,
@@ -2824,7 +2862,7 @@
2824
2862
  "immutable": true,
2825
2863
  "locationInModule": {
2826
2864
  "filename": "src/construct-project-options.ts",
2827
- "line": 1096
2865
+ "line": 1111
2828
2866
  },
2829
2867
  "name": "renovatebotOptions",
2830
2868
  "optional": true,
@@ -2842,7 +2880,7 @@
2842
2880
  "immutable": true,
2843
2881
  "locationInModule": {
2844
2882
  "filename": "src/construct-project-options.ts",
2845
- "line": 748
2883
+ "line": 763
2846
2884
  },
2847
2885
  "name": "repository",
2848
2886
  "optional": true,
@@ -2859,7 +2897,7 @@
2859
2897
  "immutable": true,
2860
2898
  "locationInModule": {
2861
2899
  "filename": "src/construct-project-options.ts",
2862
- "line": 742
2900
+ "line": 757
2863
2901
  },
2864
2902
  "name": "repositoryDirectory",
2865
2903
  "optional": true,
@@ -2912,7 +2950,7 @@
2912
2950
  "immutable": true,
2913
2951
  "locationInModule": {
2914
2952
  "filename": "src/construct-project-options.ts",
2915
- "line": 737
2953
+ "line": 752
2916
2954
  },
2917
2955
  "name": "scopedPackagesOptions",
2918
2956
  "optional": true,
@@ -2952,7 +2990,7 @@
2952
2990
  "immutable": true,
2953
2991
  "locationInModule": {
2954
2992
  "filename": "src/construct-project-options.ts",
2955
- "line": 731
2993
+ "line": 746
2956
2994
  },
2957
2995
  "name": "stability",
2958
2996
  "optional": true,
@@ -2971,7 +3009,7 @@
2971
3009
  "immutable": true,
2972
3010
  "locationInModule": {
2973
3011
  "filename": "src/construct-project-options.ts",
2974
- "line": 1025
3012
+ "line": 1040
2975
3013
  },
2976
3014
  "name": "stale",
2977
3015
  "optional": true,
@@ -2990,7 +3028,7 @@
2990
3028
  "immutable": true,
2991
3029
  "locationInModule": {
2992
3030
  "filename": "src/construct-project-options.ts",
2993
- "line": 1018
3031
+ "line": 1033
2994
3032
  },
2995
3033
  "name": "staleOptions",
2996
3034
  "optional": true,
@@ -3118,7 +3156,7 @@
3118
3156
  "immutable": true,
3119
3157
  "locationInModule": {
3120
3158
  "filename": "src/construct-project-options.ts",
3121
- "line": 555
3159
+ "line": 570
3122
3160
  },
3123
3161
  "name": "versionrcOptions",
3124
3162
  "optional": true,
@@ -3142,7 +3180,7 @@
3142
3180
  "immutable": true,
3143
3181
  "locationInModule": {
3144
3182
  "filename": "src/construct-project-options.ts",
3145
- "line": 1011
3183
+ "line": 1026
3146
3184
  },
3147
3185
  "name": "vscode",
3148
3186
  "optional": true,
@@ -3183,7 +3221,7 @@
3183
3221
  "immutable": true,
3184
3222
  "locationInModule": {
3185
3223
  "filename": "src/construct-project-options.ts",
3186
- "line": 548
3224
+ "line": 563
3187
3225
  },
3188
3226
  "name": "workflowContainerImage",
3189
3227
  "optional": true,
@@ -3260,7 +3298,7 @@
3260
3298
  "immutable": true,
3261
3299
  "locationInModule": {
3262
3300
  "filename": "src/construct-project-options.ts",
3263
- "line": 542
3301
+ "line": 557
3264
3302
  },
3265
3303
  "name": "workflowRunsOn",
3266
3304
  "optional": true,
@@ -3286,7 +3324,7 @@
3286
3324
  "immutable": true,
3287
3325
  "locationInModule": {
3288
3326
  "filename": "src/construct-project-options.ts",
3289
- "line": 534
3327
+ "line": 549
3290
3328
  },
3291
3329
  "name": "workflowRunsOnGroup",
3292
3330
  "optional": true,
@@ -3304,7 +3342,7 @@
3304
3342
  "immutable": true,
3305
3343
  "locationInModule": {
3306
3344
  "filename": "src/construct-project-options.ts",
3307
- "line": 726
3345
+ "line": 741
3308
3346
  },
3309
3347
  "name": "yarnBerryOptions",
3310
3348
  "optional": true,
@@ -3407,7 +3445,7 @@
3407
3445
  "immutable": true,
3408
3446
  "locationInModule": {
3409
3447
  "filename": "src/projen-project-options.ts",
3410
- "line": 841
3448
+ "line": 856
3411
3449
  },
3412
3450
  "name": "authorName",
3413
3451
  "type": {
@@ -3422,7 +3460,7 @@
3422
3460
  "immutable": true,
3423
3461
  "locationInModule": {
3424
3462
  "filename": "src/projen-project-options.ts",
3425
- "line": 1020
3463
+ "line": 1035
3426
3464
  },
3427
3465
  "name": "repo",
3428
3466
  "type": {
@@ -3439,7 +3477,7 @@
3439
3477
  "immutable": true,
3440
3478
  "locationInModule": {
3441
3479
  "filename": "src/projen-project-options.ts",
3442
- "line": 1033
3480
+ "line": 1048
3443
3481
  },
3444
3482
  "name": "allowedCommitTypes",
3445
3483
  "optional": true,
@@ -3463,7 +3501,7 @@
3463
3501
  "immutable": true,
3464
3502
  "locationInModule": {
3465
3503
  "filename": "src/projen-project-options.ts",
3466
- "line": 854
3504
+ "line": 869
3467
3505
  },
3468
3506
  "name": "allowLibraryDependencies",
3469
3507
  "optional": true,
@@ -3481,7 +3519,7 @@
3481
3519
  "immutable": true,
3482
3520
  "locationInModule": {
3483
3521
  "filename": "src/projen-project-options.ts",
3484
- "line": 382
3522
+ "line": 397
3485
3523
  },
3486
3524
  "name": "artifactsDirectory",
3487
3525
  "optional": true,
@@ -3489,6 +3527,43 @@
3489
3527
  "primitive": "string"
3490
3528
  }
3491
3529
  },
3530
+ {
3531
+ "abstract": true,
3532
+ "docs": {
3533
+ "default": "false",
3534
+ "remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
3535
+ "stability": "stable",
3536
+ "summary": "Run security audit on dependencies."
3537
+ },
3538
+ "immutable": true,
3539
+ "locationInModule": {
3540
+ "filename": "src/projen-project-options.ts",
3541
+ "line": 391
3542
+ },
3543
+ "name": "auditDeps",
3544
+ "optional": true,
3545
+ "type": {
3546
+ "primitive": "boolean"
3547
+ }
3548
+ },
3549
+ {
3550
+ "abstract": true,
3551
+ "docs": {
3552
+ "default": "- default options",
3553
+ "stability": "stable",
3554
+ "summary": "Security audit options."
3555
+ },
3556
+ "immutable": true,
3557
+ "locationInModule": {
3558
+ "filename": "src/projen-project-options.ts",
3559
+ "line": 382
3560
+ },
3561
+ "name": "auditDepsOptions",
3562
+ "optional": true,
3563
+ "type": {
3564
+ "fqn": "projen.javascript.AuditOptions"
3565
+ }
3566
+ },
3492
3567
  {
3493
3568
  "abstract": true,
3494
3569
  "docs": {
@@ -3516,7 +3591,7 @@
3516
3591
  "immutable": true,
3517
3592
  "locationInModule": {
3518
3593
  "filename": "src/projen-project-options.ts",
3519
- "line": 846
3594
+ "line": 861
3520
3595
  },
3521
3596
  "name": "authorEmail",
3522
3597
  "optional": true,
@@ -3533,7 +3608,7 @@
3533
3608
  "immutable": true,
3534
3609
  "locationInModule": {
3535
3610
  "filename": "src/projen-project-options.ts",
3536
- "line": 836
3611
+ "line": 851
3537
3612
  },
3538
3613
  "name": "authorOrganization",
3539
3614
  "optional": true,
@@ -3551,7 +3626,7 @@
3551
3626
  "immutable": true,
3552
3627
  "locationInModule": {
3553
3628
  "filename": "src/projen-project-options.ts",
3554
- "line": 940
3629
+ "line": 955
3555
3630
  },
3556
3631
  "name": "autoApproveOptions",
3557
3632
  "optional": true,
@@ -3588,7 +3663,7 @@
3588
3663
  "immutable": true,
3589
3664
  "locationInModule": {
3590
3665
  "filename": "src/projen-project-options.ts",
3591
- "line": 831
3666
+ "line": 846
3592
3667
  },
3593
3668
  "name": "autoDetectBin",
3594
3669
  "optional": true,
@@ -3599,7 +3674,7 @@
3599
3674
  {
3600
3675
  "abstract": true,
3601
3676
  "docs": {
3602
- "default": "\"automation\"",
3677
+ "default": "- none",
3603
3678
  "remarks": "Remember to install the app and to configure credentials.",
3604
3679
  "stability": "stable",
3605
3680
  "summary": "Use this app for workflow automation."
@@ -3607,7 +3682,7 @@
3607
3682
  "immutable": true,
3608
3683
  "locationInModule": {
3609
3684
  "filename": "src/projen-project-options.ts",
3610
- "line": 1039
3685
+ "line": 1054
3611
3686
  },
3612
3687
  "name": "automationAppName",
3613
3688
  "optional": true,
@@ -3618,7 +3693,7 @@
3618
3693
  {
3619
3694
  "abstract": true,
3620
3695
  "docs": {
3621
- "default": "- none",
3696
+ "default": "\"automation\"",
3622
3697
  "remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
3623
3698
  "stability": "stable",
3624
3699
  "summary": "Protect any automation with this environment."
@@ -3626,7 +3701,7 @@
3626
3701
  "immutable": true,
3627
3702
  "locationInModule": {
3628
3703
  "filename": "src/projen-project-options.ts",
3629
- "line": 1045
3704
+ "line": 1060
3630
3705
  },
3631
3706
  "name": "automationEnvironment",
3632
3707
  "optional": true,
@@ -3645,7 +3720,7 @@
3645
3720
  "immutable": true,
3646
3721
  "locationInModule": {
3647
3722
  "filename": "src/projen-project-options.ts",
3648
- "line": 934
3723
+ "line": 949
3649
3724
  },
3650
3725
  "name": "autoMerge",
3651
3726
  "optional": true,
@@ -3664,7 +3739,7 @@
3664
3739
  "immutable": true,
3665
3740
  "locationInModule": {
3666
3741
  "filename": "src/projen-project-options.ts",
3667
- "line": 926
3742
+ "line": 941
3668
3743
  },
3669
3744
  "name": "autoMergeOptions",
3670
3745
  "optional": true,
@@ -3682,7 +3757,7 @@
3682
3757
  "immutable": true,
3683
3758
  "locationInModule": {
3684
3759
  "filename": "src/projen-project-options.ts",
3685
- "line": 825
3760
+ "line": 840
3686
3761
  },
3687
3762
  "name": "bin",
3688
3763
  "optional": true,
@@ -3740,7 +3815,7 @@
3740
3815
  "immutable": true,
3741
3816
  "locationInModule": {
3742
3817
  "filename": "src/projen-project-options.ts",
3743
- "line": 817
3818
+ "line": 832
3744
3819
  },
3745
3820
  "name": "bugsEmail",
3746
3821
  "optional": true,
@@ -3757,7 +3832,7 @@
3757
3832
  "immutable": true,
3758
3833
  "locationInModule": {
3759
3834
  "filename": "src/projen-project-options.ts",
3760
- "line": 812
3835
+ "line": 827
3761
3836
  },
3762
3837
  "name": "bugsUrl",
3763
3838
  "optional": true,
@@ -3811,7 +3886,7 @@
3811
3886
  "immutable": true,
3812
3887
  "locationInModule": {
3813
3888
  "filename": "src/projen-project-options.ts",
3814
- "line": 575
3889
+ "line": 590
3815
3890
  },
3816
3891
  "name": "bumpPackage",
3817
3892
  "optional": true,
@@ -3829,7 +3904,7 @@
3829
3904
  "immutable": true,
3830
3905
  "locationInModule": {
3831
3906
  "filename": "src/projen-project-options.ts",
3832
- "line": 807
3907
+ "line": 822
3833
3908
  },
3834
3909
  "name": "bundledDeps",
3835
3910
  "optional": true,
@@ -3869,7 +3944,7 @@
3869
3944
  "immutable": true,
3870
3945
  "locationInModule": {
3871
3946
  "filename": "src/projen-project-options.ts",
3872
- "line": 792
3947
+ "line": 807
3873
3948
  },
3874
3949
  "name": "bunVersion",
3875
3950
  "optional": true,
@@ -3906,7 +3981,7 @@
3906
3981
  "immutable": true,
3907
3982
  "locationInModule": {
3908
3983
  "filename": "src/projen-project-options.ts",
3909
- "line": 918
3984
+ "line": 933
3910
3985
  },
3911
3986
  "name": "clobber",
3912
3987
  "optional": true,
@@ -3925,7 +4000,7 @@
3925
4000
  "immutable": true,
3926
4001
  "locationInModule": {
3927
4002
  "filename": "src/projen-project-options.ts",
3928
- "line": 786
4003
+ "line": 801
3929
4004
  },
3930
4005
  "name": "codeArtifactOptions",
3931
4006
  "optional": true,
@@ -3979,7 +4054,7 @@
3979
4054
  "immutable": true,
3980
4055
  "locationInModule": {
3981
4056
  "filename": "src/projen-project-options.ts",
3982
- "line": 1009
4057
+ "line": 1024
3983
4058
  },
3984
4059
  "name": "commitGenerated",
3985
4060
  "optional": true,
@@ -4088,7 +4163,7 @@
4088
4163
  "immutable": true,
4089
4164
  "locationInModule": {
4090
4165
  "filename": "src/projen-project-options.ts",
4091
- "line": 388
4166
+ "line": 403
4092
4167
  },
4093
4168
  "name": "defaultReleaseBranch",
4094
4169
  "optional": true,
@@ -4147,7 +4222,7 @@
4147
4222
  "immutable": true,
4148
4223
  "locationInModule": {
4149
4224
  "filename": "src/projen-project-options.ts",
4150
- "line": 779
4225
+ "line": 794
4151
4226
  },
4152
4227
  "name": "deps",
4153
4228
  "optional": true,
@@ -4210,7 +4285,7 @@
4210
4285
  "immutable": true,
4211
4286
  "locationInModule": {
4212
4287
  "filename": "src/projen-project-options.ts",
4213
- "line": 766
4288
+ "line": 781
4214
4289
  },
4215
4290
  "name": "description",
4216
4291
  "optional": true,
@@ -4228,7 +4303,7 @@
4228
4303
  "immutable": true,
4229
4304
  "locationInModule": {
4230
4305
  "filename": "src/projen-project-options.ts",
4231
- "line": 912
4306
+ "line": 927
4232
4307
  },
4233
4308
  "name": "devContainer",
4234
4309
  "optional": true,
@@ -4250,7 +4325,7 @@
4250
4325
  "immutable": true,
4251
4326
  "locationInModule": {
4252
4327
  "filename": "src/projen-project-options.ts",
4253
- "line": 758
4328
+ "line": 773
4254
4329
  },
4255
4330
  "name": "devDeps",
4256
4331
  "optional": true,
@@ -4363,7 +4438,7 @@
4363
4438
  "immutable": true,
4364
4439
  "locationInModule": {
4365
4440
  "filename": "src/projen-project-options.ts",
4366
- "line": 741
4441
+ "line": 756
4367
4442
  },
4368
4443
  "name": "entrypoint",
4369
4444
  "optional": true,
@@ -4459,7 +4534,7 @@
4459
4534
  "immutable": true,
4460
4535
  "locationInModule": {
4461
4536
  "filename": "src/projen-project-options.ts",
4462
- "line": 906
4537
+ "line": 921
4463
4538
  },
4464
4539
  "name": "github",
4465
4540
  "optional": true,
@@ -4477,7 +4552,7 @@
4477
4552
  "immutable": true,
4478
4553
  "locationInModule": {
4479
4554
  "filename": "src/projen-project-options.ts",
4480
- "line": 899
4555
+ "line": 914
4481
4556
  },
4482
4557
  "name": "githubOptions",
4483
4558
  "optional": true,
@@ -4516,7 +4591,7 @@
4516
4591
  "immutable": true,
4517
4592
  "locationInModule": {
4518
4593
  "filename": "src/projen-project-options.ts",
4519
- "line": 1003
4594
+ "line": 1018
4520
4595
  },
4521
4596
  "name": "gitIgnoreOptions",
4522
4597
  "optional": true,
@@ -4533,7 +4608,7 @@
4533
4608
  "immutable": true,
4534
4609
  "locationInModule": {
4535
4610
  "filename": "src/projen-project-options.ts",
4536
- "line": 998
4611
+ "line": 1013
4537
4612
  },
4538
4613
  "name": "gitOptions",
4539
4614
  "optional": true,
@@ -4551,7 +4626,7 @@
4551
4626
  "immutable": true,
4552
4627
  "locationInModule": {
4553
4628
  "filename": "src/projen-project-options.ts",
4554
- "line": 893
4629
+ "line": 908
4555
4630
  },
4556
4631
  "name": "gitpod",
4557
4632
  "optional": true,
@@ -4568,7 +4643,7 @@
4568
4643
  "immutable": true,
4569
4644
  "locationInModule": {
4570
4645
  "filename": "src/projen-project-options.ts",
4571
- "line": 734
4646
+ "line": 749
4572
4647
  },
4573
4648
  "name": "homepage",
4574
4649
  "optional": true,
@@ -4622,7 +4697,7 @@
4622
4697
  "immutable": true,
4623
4698
  "locationInModule": {
4624
4699
  "filename": "src/projen-project-options.ts",
4625
- "line": 568
4700
+ "line": 583
4626
4701
  },
4627
4702
  "name": "jsiiReleaseVersion",
4628
4703
  "optional": true,
@@ -4639,7 +4714,7 @@
4639
4714
  "immutable": true,
4640
4715
  "locationInModule": {
4641
4716
  "filename": "src/projen-project-options.ts",
4642
- "line": 729
4717
+ "line": 744
4643
4718
  },
4644
4719
  "name": "keywords",
4645
4720
  "optional": true,
@@ -4681,7 +4756,7 @@
4681
4756
  "immutable": true,
4682
4757
  "locationInModule": {
4683
4758
  "filename": "src/projen-project-options.ts",
4684
- "line": 724
4759
+ "line": 739
4685
4760
  },
4686
4761
  "name": "license",
4687
4762
  "optional": true,
@@ -4699,7 +4774,7 @@
4699
4774
  "immutable": true,
4700
4775
  "locationInModule": {
4701
4776
  "filename": "src/projen-project-options.ts",
4702
- "line": 716
4777
+ "line": 731
4703
4778
  },
4704
4779
  "name": "licensed",
4705
4780
  "optional": true,
@@ -4717,7 +4792,7 @@
4717
4792
  "immutable": true,
4718
4793
  "locationInModule": {
4719
4794
  "filename": "src/projen-project-options.ts",
4720
- "line": 993
4795
+ "line": 1008
4721
4796
  },
4722
4797
  "name": "logging",
4723
4798
  "optional": true,
@@ -4735,7 +4810,7 @@
4735
4810
  "immutable": true,
4736
4811
  "locationInModule": {
4737
4812
  "filename": "src/projen-project-options.ts",
4738
- "line": 1062
4813
+ "line": 1077
4739
4814
  },
4740
4815
  "name": "logo",
4741
4816
  "optional": true,
@@ -4754,7 +4829,7 @@
4754
4829
  "immutable": true,
4755
4830
  "locationInModule": {
4756
4831
  "filename": "src/projen-project-options.ts",
4757
- "line": 562
4832
+ "line": 577
4758
4833
  },
4759
4834
  "name": "majorVersion",
4760
4835
  "optional": true,
@@ -4773,7 +4848,7 @@
4773
4848
  "immutable": true,
4774
4849
  "locationInModule": {
4775
4850
  "filename": "src/projen-project-options.ts",
4776
- "line": 710
4851
+ "line": 725
4777
4852
  },
4778
4853
  "name": "maxNodeVersion",
4779
4854
  "optional": true,
@@ -4792,7 +4867,7 @@
4792
4867
  "immutable": true,
4793
4868
  "locationInModule": {
4794
4869
  "filename": "src/projen-project-options.ts",
4795
- "line": 554
4870
+ "line": 569
4796
4871
  },
4797
4872
  "name": "minMajorVersion",
4798
4873
  "optional": true,
@@ -4811,7 +4886,7 @@
4811
4886
  "immutable": true,
4812
4887
  "locationInModule": {
4813
4888
  "filename": "src/projen-project-options.ts",
4814
- "line": 699
4889
+ "line": 714
4815
4890
  },
4816
4891
  "name": "minNodeVersion",
4817
4892
  "optional": true,
@@ -4832,7 +4907,7 @@
4832
4907
  "immutable": true,
4833
4908
  "locationInModule": {
4834
4909
  "filename": "src/projen-project-options.ts",
4835
- "line": 1016
4910
+ "line": 1031
4836
4911
  },
4837
4912
  "name": "name",
4838
4913
  "optional": true,
@@ -4851,7 +4926,7 @@
4851
4926
  "immutable": true,
4852
4927
  "locationInModule": {
4853
4928
  "filename": "src/projen-project-options.ts",
4854
- "line": 544
4929
+ "line": 559
4855
4930
  },
4856
4931
  "name": "nextVersionCommand",
4857
4932
  "optional": true,
@@ -4869,7 +4944,7 @@
4869
4944
  "immutable": true,
4870
4945
  "locationInModule": {
4871
4946
  "filename": "src/projen-project-options.ts",
4872
- "line": 684
4947
+ "line": 699
4873
4948
  },
4874
4949
  "name": "npmAccess",
4875
4950
  "optional": true,
@@ -4888,7 +4963,7 @@
4888
4963
  "immutable": true,
4889
4964
  "locationInModule": {
4890
4965
  "filename": "src/projen-project-options.ts",
4891
- "line": 520
4966
+ "line": 535
4892
4967
  },
4893
4968
  "name": "npmDistTag",
4894
4969
  "optional": true,
@@ -4942,7 +5017,7 @@
4942
5017
  "immutable": true,
4943
5018
  "locationInModule": {
4944
5019
  "filename": "src/projen-project-options.ts",
4945
- "line": 676
5020
+ "line": 691
4946
5021
  },
4947
5022
  "name": "npmProvenance",
4948
5023
  "optional": true,
@@ -4961,7 +5036,7 @@
4961
5036
  "immutable": true,
4962
5037
  "locationInModule": {
4963
5038
  "filename": "src/projen-project-options.ts",
4964
- "line": 665
5039
+ "line": 680
4965
5040
  },
4966
5041
  "name": "npmRegistryUrl",
4967
5042
  "optional": true,
@@ -4979,7 +5054,7 @@
4979
5054
  "immutable": true,
4980
5055
  "locationInModule": {
4981
5056
  "filename": "src/projen-project-options.ts",
4982
- "line": 658
5057
+ "line": 673
4983
5058
  },
4984
5059
  "name": "npmTokenSecret",
4985
5060
  "optional": true,
@@ -4997,7 +5072,7 @@
4997
5072
  "immutable": true,
4998
5073
  "locationInModule": {
4999
5074
  "filename": "src/projen-project-options.ts",
5000
- "line": 652
5075
+ "line": 667
5001
5076
  },
5002
5077
  "name": "npmTrustedPublishing",
5003
5078
  "optional": true,
@@ -5016,7 +5091,7 @@
5016
5091
  "immutable": true,
5017
5092
  "locationInModule": {
5018
5093
  "filename": "src/projen-project-options.ts",
5019
- "line": 987
5094
+ "line": 1002
5020
5095
  },
5021
5096
  "name": "outdir",
5022
5097
  "optional": true,
@@ -5034,7 +5109,7 @@
5034
5109
  "immutable": true,
5035
5110
  "locationInModule": {
5036
5111
  "filename": "src/projen-project-options.ts",
5037
- "line": 1051
5112
+ "line": 1066
5038
5113
  },
5039
5114
  "name": "ownerCanSelfApprovePRs",
5040
5115
  "optional": true,
@@ -5070,7 +5145,7 @@
5070
5145
  "immutable": true,
5071
5146
  "locationInModule": {
5072
5147
  "filename": "src/projen-project-options.ts",
5073
- "line": 646
5148
+ "line": 661
5074
5149
  },
5075
5150
  "name": "packageManager",
5076
5151
  "optional": true,
@@ -5091,7 +5166,7 @@
5091
5166
  "immutable": true,
5092
5167
  "locationInModule": {
5093
5168
  "filename": "src/projen-project-options.ts",
5094
- "line": 640
5169
+ "line": 655
5095
5170
  },
5096
5171
  "name": "packageName",
5097
5172
  "optional": true,
@@ -5108,7 +5183,7 @@
5108
5183
  "immutable": true,
5109
5184
  "locationInModule": {
5110
5185
  "filename": "src/projen-project-options.ts",
5111
- "line": 976
5186
+ "line": 991
5112
5187
  },
5113
5188
  "name": "parent",
5114
5189
  "optional": true,
@@ -5125,7 +5200,7 @@
5125
5200
  "immutable": true,
5126
5201
  "locationInModule": {
5127
5202
  "filename": "src/projen-project-options.ts",
5128
- "line": 633
5203
+ "line": 648
5129
5204
  },
5130
5205
  "name": "peerDependencyOptions",
5131
5206
  "optional": true,
@@ -5144,7 +5219,7 @@
5144
5219
  "immutable": true,
5145
5220
  "locationInModule": {
5146
5221
  "filename": "src/projen-project-options.ts",
5147
- "line": 628
5222
+ "line": 643
5148
5223
  },
5149
5224
  "name": "peerDeps",
5150
5225
  "optional": true,
@@ -5167,7 +5242,7 @@
5167
5242
  "immutable": true,
5168
5243
  "locationInModule": {
5169
5244
  "filename": "src/projen-project-options.ts",
5170
- "line": 609
5245
+ "line": 624
5171
5246
  },
5172
5247
  "name": "pnpmVersion",
5173
5248
  "optional": true,
@@ -5185,7 +5260,7 @@
5185
5260
  "immutable": true,
5186
5261
  "locationInModule": {
5187
5262
  "filename": "src/projen-project-options.ts",
5188
- "line": 512
5263
+ "line": 527
5189
5264
  },
5190
5265
  "name": "postBuildSteps",
5191
5266
  "optional": true,
@@ -5208,7 +5283,7 @@
5208
5283
  "immutable": true,
5209
5284
  "locationInModule": {
5210
5285
  "filename": "src/projen-project-options.ts",
5211
- "line": 506
5286
+ "line": 521
5212
5287
  },
5213
5288
  "name": "prerelease",
5214
5289
  "optional": true,
@@ -5263,7 +5338,7 @@
5263
5338
  "immutable": true,
5264
5339
  "locationInModule": {
5265
5340
  "filename": "src/projen-project-options.ts",
5266
- "line": 971
5341
+ "line": 986
5267
5342
  },
5268
5343
  "name": "projenCommand",
5269
5344
  "optional": true,
@@ -5281,7 +5356,7 @@
5281
5356
  "immutable": true,
5282
5357
  "locationInModule": {
5283
5358
  "filename": "src/projen-project-options.ts",
5284
- "line": 887
5359
+ "line": 902
5285
5360
  },
5286
5361
  "name": "projenCredentials",
5287
5362
  "optional": true,
@@ -5335,7 +5410,7 @@
5335
5410
  "immutable": true,
5336
5411
  "locationInModule": {
5337
5412
  "filename": "src/projen-project-options.ts",
5338
- "line": 964
5413
+ "line": 979
5339
5414
  },
5340
5415
  "name": "projenrcJson",
5341
5416
  "optional": true,
@@ -5353,7 +5428,7 @@
5353
5428
  "immutable": true,
5354
5429
  "locationInModule": {
5355
5430
  "filename": "src/projen-project-options.ts",
5356
- "line": 958
5431
+ "line": 973
5357
5432
  },
5358
5433
  "name": "projenrcJsonOptions",
5359
5434
  "optional": true,
@@ -5406,7 +5481,7 @@
5406
5481
  "immutable": true,
5407
5482
  "locationInModule": {
5408
5483
  "filename": "src/projen-project-options.ts",
5409
- "line": 1075
5484
+ "line": 1090
5410
5485
  },
5411
5486
  "name": "projenVersion",
5412
5487
  "optional": true,
@@ -5424,7 +5499,7 @@
5424
5499
  "immutable": true,
5425
5500
  "locationInModule": {
5426
5501
  "filename": "src/projen-project-options.ts",
5427
- "line": 500
5502
+ "line": 515
5428
5503
  },
5429
5504
  "name": "publishDryRun",
5430
5505
  "optional": true,
@@ -5443,7 +5518,7 @@
5443
5518
  "immutable": true,
5444
5519
  "locationInModule": {
5445
5520
  "filename": "src/projen-project-options.ts",
5446
- "line": 494
5521
+ "line": 509
5447
5522
  },
5448
5523
  "name": "publishTasks",
5449
5524
  "optional": true,
@@ -5574,7 +5649,7 @@
5574
5649
  "immutable": true,
5575
5650
  "locationInModule": {
5576
5651
  "filename": "src/projen-project-options.ts",
5577
- "line": 881
5652
+ "line": 896
5578
5653
  },
5579
5654
  "name": "readme",
5580
5655
  "optional": true,
@@ -5592,7 +5667,7 @@
5592
5667
  "immutable": true,
5593
5668
  "locationInModule": {
5594
5669
  "filename": "src/projen-project-options.ts",
5595
- "line": 1026
5670
+ "line": 1041
5596
5671
  },
5597
5672
  "name": "releasableCommitTypes",
5598
5673
  "optional": true,
@@ -5634,7 +5709,7 @@
5634
5709
  "immutable": true,
5635
5710
  "locationInModule": {
5636
5711
  "filename": "src/projen-project-options.ts",
5637
- "line": 486
5712
+ "line": 501
5638
5713
  },
5639
5714
  "name": "releaseBranches",
5640
5715
  "optional": true,
@@ -5658,7 +5733,7 @@
5658
5733
  "immutable": true,
5659
5734
  "locationInModule": {
5660
5735
  "filename": "src/projen-project-options.ts",
5661
- "line": 473
5736
+ "line": 488
5662
5737
  },
5663
5738
  "name": "releaseEnvironment",
5664
5739
  "optional": true,
@@ -5676,7 +5751,7 @@
5676
5751
  "immutable": true,
5677
5752
  "locationInModule": {
5678
5753
  "filename": "src/projen-project-options.ts",
5679
- "line": 462
5754
+ "line": 477
5680
5755
  },
5681
5756
  "name": "releaseFailureIssue",
5682
5757
  "optional": true,
@@ -5695,7 +5770,7 @@
5695
5770
  "immutable": true,
5696
5771
  "locationInModule": {
5697
5772
  "filename": "src/projen-project-options.ts",
5698
- "line": 456
5773
+ "line": 471
5699
5774
  },
5700
5775
  "name": "releaseFailureIssueLabel",
5701
5776
  "optional": true,
@@ -5714,7 +5789,7 @@
5714
5789
  "immutable": true,
5715
5790
  "locationInModule": {
5716
5791
  "filename": "src/projen-project-options.ts",
5717
- "line": 449
5792
+ "line": 464
5718
5793
  },
5719
5794
  "name": "releaseTagPrefix",
5720
5795
  "optional": true,
@@ -5750,7 +5825,7 @@
5750
5825
  "immutable": true,
5751
5826
  "locationInModule": {
5752
5827
  "filename": "src/projen-project-options.ts",
5753
- "line": 439
5828
+ "line": 454
5754
5829
  },
5755
5830
  "name": "releaseTrigger",
5756
5831
  "optional": true,
@@ -5768,7 +5843,7 @@
5768
5843
  "immutable": true,
5769
5844
  "locationInModule": {
5770
5845
  "filename": "src/projen-project-options.ts",
5771
- "line": 433
5846
+ "line": 448
5772
5847
  },
5773
5848
  "name": "releaseWorkflowEnv",
5774
5849
  "optional": true,
@@ -5791,7 +5866,7 @@
5791
5866
  "immutable": true,
5792
5867
  "locationInModule": {
5793
5868
  "filename": "src/projen-project-options.ts",
5794
- "line": 427
5869
+ "line": 442
5795
5870
  },
5796
5871
  "name": "releaseWorkflowName",
5797
5872
  "optional": true,
@@ -5808,7 +5883,7 @@
5808
5883
  "immutable": true,
5809
5884
  "locationInModule": {
5810
5885
  "filename": "src/projen-project-options.ts",
5811
- "line": 421
5886
+ "line": 436
5812
5887
  },
5813
5888
  "name": "releaseWorkflowSetupSteps",
5814
5889
  "optional": true,
@@ -5831,7 +5906,7 @@
5831
5906
  "immutable": true,
5832
5907
  "locationInModule": {
5833
5908
  "filename": "src/projen-project-options.ts",
5834
- "line": 952
5909
+ "line": 967
5835
5910
  },
5836
5911
  "name": "renovatebot",
5837
5912
  "optional": true,
@@ -5849,7 +5924,7 @@
5849
5924
  "immutable": true,
5850
5925
  "locationInModule": {
5851
5926
  "filename": "src/projen-project-options.ts",
5852
- "line": 946
5927
+ "line": 961
5853
5928
  },
5854
5929
  "name": "renovatebotOptions",
5855
5930
  "optional": true,
@@ -5867,7 +5942,7 @@
5867
5942
  "immutable": true,
5868
5943
  "locationInModule": {
5869
5944
  "filename": "src/projen-project-options.ts",
5870
- "line": 603
5945
+ "line": 618
5871
5946
  },
5872
5947
  "name": "repository",
5873
5948
  "optional": true,
@@ -5884,7 +5959,7 @@
5884
5959
  "immutable": true,
5885
5960
  "locationInModule": {
5886
5961
  "filename": "src/projen-project-options.ts",
5887
- "line": 597
5962
+ "line": 612
5888
5963
  },
5889
5964
  "name": "repositoryDirectory",
5890
5965
  "optional": true,
@@ -5919,7 +5994,7 @@
5919
5994
  "immutable": true,
5920
5995
  "locationInModule": {
5921
5996
  "filename": "src/projen-project-options.ts",
5922
- "line": 592
5997
+ "line": 607
5923
5998
  },
5924
5999
  "name": "scopedPackagesOptions",
5925
6000
  "optional": true,
@@ -5959,7 +6034,7 @@
5959
6034
  "immutable": true,
5960
6035
  "locationInModule": {
5961
6036
  "filename": "src/projen-project-options.ts",
5962
- "line": 586
6037
+ "line": 601
5963
6038
  },
5964
6039
  "name": "stability",
5965
6040
  "optional": true,
@@ -5978,7 +6053,7 @@
5978
6053
  "immutable": true,
5979
6054
  "locationInModule": {
5980
6055
  "filename": "src/projen-project-options.ts",
5981
- "line": 875
6056
+ "line": 890
5982
6057
  },
5983
6058
  "name": "stale",
5984
6059
  "optional": true,
@@ -5997,7 +6072,7 @@
5997
6072
  "immutable": true,
5998
6073
  "locationInModule": {
5999
6074
  "filename": "src/projen-project-options.ts",
6000
- "line": 868
6075
+ "line": 883
6001
6076
  },
6002
6077
  "name": "staleOptions",
6003
6078
  "optional": true,
@@ -6104,7 +6179,7 @@
6104
6179
  "immutable": true,
6105
6180
  "locationInModule": {
6106
6181
  "filename": "src/projen-project-options.ts",
6107
- "line": 1056
6182
+ "line": 1071
6108
6183
  },
6109
6184
  "name": "upgradesSchedule",
6110
6185
  "optional": true,
@@ -6123,7 +6198,7 @@
6123
6198
  "immutable": true,
6124
6199
  "locationInModule": {
6125
6200
  "filename": "src/projen-project-options.ts",
6126
- "line": 416
6201
+ "line": 431
6127
6202
  },
6128
6203
  "name": "versionrcOptions",
6129
6204
  "optional": true,
@@ -6147,7 +6222,7 @@
6147
6222
  "immutable": true,
6148
6223
  "locationInModule": {
6149
6224
  "filename": "src/projen-project-options.ts",
6150
- "line": 861
6225
+ "line": 876
6151
6226
  },
6152
6227
  "name": "vscode",
6153
6228
  "optional": true,
@@ -6166,7 +6241,7 @@
6166
6241
  "immutable": true,
6167
6242
  "locationInModule": {
6168
6243
  "filename": "src/projen-project-options.ts",
6169
- "line": 1069
6244
+ "line": 1084
6170
6245
  },
6171
6246
  "name": "wordmarkOptions",
6172
6247
  "optional": true,
@@ -6207,7 +6282,7 @@
6207
6282
  "immutable": true,
6208
6283
  "locationInModule": {
6209
6284
  "filename": "src/projen-project-options.ts",
6210
- "line": 409
6285
+ "line": 424
6211
6286
  },
6212
6287
  "name": "workflowContainerImage",
6213
6288
  "optional": true,
@@ -6284,7 +6359,7 @@
6284
6359
  "immutable": true,
6285
6360
  "locationInModule": {
6286
6361
  "filename": "src/projen-project-options.ts",
6287
- "line": 403
6362
+ "line": 418
6288
6363
  },
6289
6364
  "name": "workflowRunsOn",
6290
6365
  "optional": true,
@@ -6310,7 +6385,7 @@
6310
6385
  "immutable": true,
6311
6386
  "locationInModule": {
6312
6387
  "filename": "src/projen-project-options.ts",
6313
- "line": 395
6388
+ "line": 410
6314
6389
  },
6315
6390
  "name": "workflowRunsOnGroup",
6316
6391
  "optional": true,
@@ -6328,7 +6403,7 @@
6328
6403
  "immutable": true,
6329
6404
  "locationInModule": {
6330
6405
  "filename": "src/projen-project-options.ts",
6331
- "line": 581
6406
+ "line": 596
6332
6407
  },
6333
6408
  "name": "yarnBerryOptions",
6334
6409
  "optional": true,
@@ -6430,7 +6505,7 @@
6430
6505
  "immutable": true,
6431
6506
  "locationInModule": {
6432
6507
  "filename": "src/typescript-project-options.ts",
6433
- "line": 789
6508
+ "line": 804
6434
6509
  },
6435
6510
  "name": "authorName",
6436
6511
  "type": {
@@ -6445,7 +6520,7 @@
6445
6520
  "immutable": true,
6446
6521
  "locationInModule": {
6447
6522
  "filename": "src/typescript-project-options.ts",
6448
- "line": 968
6523
+ "line": 983
6449
6524
  },
6450
6525
  "name": "repo",
6451
6526
  "type": {
@@ -6462,7 +6537,7 @@
6462
6537
  "immutable": true,
6463
6538
  "locationInModule": {
6464
6539
  "filename": "src/typescript-project-options.ts",
6465
- "line": 981
6540
+ "line": 996
6466
6541
  },
6467
6542
  "name": "allowedCommitTypes",
6468
6543
  "optional": true,
@@ -6486,7 +6561,7 @@
6486
6561
  "immutable": true,
6487
6562
  "locationInModule": {
6488
6563
  "filename": "src/typescript-project-options.ts",
6489
- "line": 802
6564
+ "line": 817
6490
6565
  },
6491
6566
  "name": "allowLibraryDependencies",
6492
6567
  "optional": true,
@@ -6504,7 +6579,7 @@
6504
6579
  "immutable": true,
6505
6580
  "locationInModule": {
6506
6581
  "filename": "src/typescript-project-options.ts",
6507
- "line": 325
6582
+ "line": 340
6508
6583
  },
6509
6584
  "name": "artifactsDirectory",
6510
6585
  "optional": true,
@@ -6512,6 +6587,43 @@
6512
6587
  "primitive": "string"
6513
6588
  }
6514
6589
  },
6590
+ {
6591
+ "abstract": true,
6592
+ "docs": {
6593
+ "default": "false",
6594
+ "remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
6595
+ "stability": "stable",
6596
+ "summary": "Run security audit on dependencies."
6597
+ },
6598
+ "immutable": true,
6599
+ "locationInModule": {
6600
+ "filename": "src/typescript-project-options.ts",
6601
+ "line": 334
6602
+ },
6603
+ "name": "auditDeps",
6604
+ "optional": true,
6605
+ "type": {
6606
+ "primitive": "boolean"
6607
+ }
6608
+ },
6609
+ {
6610
+ "abstract": true,
6611
+ "docs": {
6612
+ "default": "- default options",
6613
+ "stability": "stable",
6614
+ "summary": "Security audit options."
6615
+ },
6616
+ "immutable": true,
6617
+ "locationInModule": {
6618
+ "filename": "src/typescript-project-options.ts",
6619
+ "line": 325
6620
+ },
6621
+ "name": "auditDepsOptions",
6622
+ "optional": true,
6623
+ "type": {
6624
+ "fqn": "projen.javascript.AuditOptions"
6625
+ }
6626
+ },
6515
6627
  {
6516
6628
  "abstract": true,
6517
6629
  "docs": {
@@ -6521,7 +6633,7 @@
6521
6633
  "immutable": true,
6522
6634
  "locationInModule": {
6523
6635
  "filename": "src/typescript-project-options.ts",
6524
- "line": 794
6636
+ "line": 809
6525
6637
  },
6526
6638
  "name": "authorEmail",
6527
6639
  "optional": true,
@@ -6538,7 +6650,7 @@
6538
6650
  "immutable": true,
6539
6651
  "locationInModule": {
6540
6652
  "filename": "src/typescript-project-options.ts",
6541
- "line": 784
6653
+ "line": 799
6542
6654
  },
6543
6655
  "name": "authorOrganization",
6544
6656
  "optional": true,
@@ -6555,7 +6667,7 @@
6555
6667
  "immutable": true,
6556
6668
  "locationInModule": {
6557
6669
  "filename": "src/typescript-project-options.ts",
6558
- "line": 779
6670
+ "line": 794
6559
6671
  },
6560
6672
  "name": "authorUrl",
6561
6673
  "optional": true,
@@ -6573,7 +6685,7 @@
6573
6685
  "immutable": true,
6574
6686
  "locationInModule": {
6575
6687
  "filename": "src/typescript-project-options.ts",
6576
- "line": 888
6688
+ "line": 903
6577
6689
  },
6578
6690
  "name": "autoApproveOptions",
6579
6691
  "optional": true,
@@ -6610,7 +6722,7 @@
6610
6722
  "immutable": true,
6611
6723
  "locationInModule": {
6612
6724
  "filename": "src/typescript-project-options.ts",
6613
- "line": 774
6725
+ "line": 789
6614
6726
  },
6615
6727
  "name": "autoDetectBin",
6616
6728
  "optional": true,
@@ -6621,7 +6733,7 @@
6621
6733
  {
6622
6734
  "abstract": true,
6623
6735
  "docs": {
6624
- "default": "\"automation\"",
6736
+ "default": "- none",
6625
6737
  "remarks": "Remember to install the app and to configure credentials.",
6626
6738
  "stability": "stable",
6627
6739
  "summary": "Use this app for workflow automation."
@@ -6629,7 +6741,7 @@
6629
6741
  "immutable": true,
6630
6742
  "locationInModule": {
6631
6743
  "filename": "src/typescript-project-options.ts",
6632
- "line": 987
6744
+ "line": 1002
6633
6745
  },
6634
6746
  "name": "automationAppName",
6635
6747
  "optional": true,
@@ -6640,7 +6752,7 @@
6640
6752
  {
6641
6753
  "abstract": true,
6642
6754
  "docs": {
6643
- "default": "- none",
6755
+ "default": "\"automation\"",
6644
6756
  "remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
6645
6757
  "stability": "stable",
6646
6758
  "summary": "Protect any automation with this environment."
@@ -6648,7 +6760,7 @@
6648
6760
  "immutable": true,
6649
6761
  "locationInModule": {
6650
6762
  "filename": "src/typescript-project-options.ts",
6651
- "line": 993
6763
+ "line": 1008
6652
6764
  },
6653
6765
  "name": "automationEnvironment",
6654
6766
  "optional": true,
@@ -6667,7 +6779,7 @@
6667
6779
  "immutable": true,
6668
6780
  "locationInModule": {
6669
6781
  "filename": "src/typescript-project-options.ts",
6670
- "line": 882
6782
+ "line": 897
6671
6783
  },
6672
6784
  "name": "autoMerge",
6673
6785
  "optional": true,
@@ -6686,7 +6798,7 @@
6686
6798
  "immutable": true,
6687
6799
  "locationInModule": {
6688
6800
  "filename": "src/typescript-project-options.ts",
6689
- "line": 874
6801
+ "line": 889
6690
6802
  },
6691
6803
  "name": "autoMergeOptions",
6692
6804
  "optional": true,
@@ -6704,7 +6816,7 @@
6704
6816
  "immutable": true,
6705
6817
  "locationInModule": {
6706
6818
  "filename": "src/typescript-project-options.ts",
6707
- "line": 768
6819
+ "line": 783
6708
6820
  },
6709
6821
  "name": "bin",
6710
6822
  "optional": true,
@@ -6762,7 +6874,7 @@
6762
6874
  "immutable": true,
6763
6875
  "locationInModule": {
6764
6876
  "filename": "src/typescript-project-options.ts",
6765
- "line": 760
6877
+ "line": 775
6766
6878
  },
6767
6879
  "name": "bugsEmail",
6768
6880
  "optional": true,
@@ -6779,7 +6891,7 @@
6779
6891
  "immutable": true,
6780
6892
  "locationInModule": {
6781
6893
  "filename": "src/typescript-project-options.ts",
6782
- "line": 755
6894
+ "line": 770
6783
6895
  },
6784
6896
  "name": "bugsUrl",
6785
6897
  "optional": true,
@@ -6833,7 +6945,7 @@
6833
6945
  "immutable": true,
6834
6946
  "locationInModule": {
6835
6947
  "filename": "src/typescript-project-options.ts",
6836
- "line": 518
6948
+ "line": 533
6837
6949
  },
6838
6950
  "name": "bumpPackage",
6839
6951
  "optional": true,
@@ -6851,7 +6963,7 @@
6851
6963
  "immutable": true,
6852
6964
  "locationInModule": {
6853
6965
  "filename": "src/typescript-project-options.ts",
6854
- "line": 750
6966
+ "line": 765
6855
6967
  },
6856
6968
  "name": "bundledDeps",
6857
6969
  "optional": true,
@@ -6891,7 +7003,7 @@
6891
7003
  "immutable": true,
6892
7004
  "locationInModule": {
6893
7005
  "filename": "src/typescript-project-options.ts",
6894
- "line": 735
7006
+ "line": 750
6895
7007
  },
6896
7008
  "name": "bunVersion",
6897
7009
  "optional": true,
@@ -6928,7 +7040,7 @@
6928
7040
  "immutable": true,
6929
7041
  "locationInModule": {
6930
7042
  "filename": "src/typescript-project-options.ts",
6931
- "line": 866
7043
+ "line": 881
6932
7044
  },
6933
7045
  "name": "clobber",
6934
7046
  "optional": true,
@@ -6947,7 +7059,7 @@
6947
7059
  "immutable": true,
6948
7060
  "locationInModule": {
6949
7061
  "filename": "src/typescript-project-options.ts",
6950
- "line": 729
7062
+ "line": 744
6951
7063
  },
6952
7064
  "name": "codeArtifactOptions",
6953
7065
  "optional": true,
@@ -7001,7 +7113,7 @@
7001
7113
  "immutable": true,
7002
7114
  "locationInModule": {
7003
7115
  "filename": "src/typescript-project-options.ts",
7004
- "line": 957
7116
+ "line": 972
7005
7117
  },
7006
7118
  "name": "commitGenerated",
7007
7119
  "optional": true,
@@ -7055,7 +7167,7 @@
7055
7167
  "immutable": true,
7056
7168
  "locationInModule": {
7057
7169
  "filename": "src/typescript-project-options.ts",
7058
- "line": 331
7170
+ "line": 346
7059
7171
  },
7060
7172
  "name": "defaultReleaseBranch",
7061
7173
  "optional": true,
@@ -7114,7 +7226,7 @@
7114
7226
  "immutable": true,
7115
7227
  "locationInModule": {
7116
7228
  "filename": "src/typescript-project-options.ts",
7117
- "line": 722
7229
+ "line": 737
7118
7230
  },
7119
7231
  "name": "deps",
7120
7232
  "optional": true,
@@ -7177,7 +7289,7 @@
7177
7289
  "immutable": true,
7178
7290
  "locationInModule": {
7179
7291
  "filename": "src/typescript-project-options.ts",
7180
- "line": 709
7292
+ "line": 724
7181
7293
  },
7182
7294
  "name": "description",
7183
7295
  "optional": true,
@@ -7195,7 +7307,7 @@
7195
7307
  "immutable": true,
7196
7308
  "locationInModule": {
7197
7309
  "filename": "src/typescript-project-options.ts",
7198
- "line": 860
7310
+ "line": 875
7199
7311
  },
7200
7312
  "name": "devContainer",
7201
7313
  "optional": true,
@@ -7217,7 +7329,7 @@
7217
7329
  "immutable": true,
7218
7330
  "locationInModule": {
7219
7331
  "filename": "src/typescript-project-options.ts",
7220
- "line": 701
7332
+ "line": 716
7221
7333
  },
7222
7334
  "name": "devDeps",
7223
7335
  "optional": true,
@@ -7312,7 +7424,7 @@
7312
7424
  "immutable": true,
7313
7425
  "locationInModule": {
7314
7426
  "filename": "src/typescript-project-options.ts",
7315
- "line": 684
7427
+ "line": 699
7316
7428
  },
7317
7429
  "name": "entrypoint",
7318
7430
  "optional": true,
@@ -7385,7 +7497,7 @@
7385
7497
  "immutable": true,
7386
7498
  "locationInModule": {
7387
7499
  "filename": "src/typescript-project-options.ts",
7388
- "line": 854
7500
+ "line": 869
7389
7501
  },
7390
7502
  "name": "github",
7391
7503
  "optional": true,
@@ -7403,7 +7515,7 @@
7403
7515
  "immutable": true,
7404
7516
  "locationInModule": {
7405
7517
  "filename": "src/typescript-project-options.ts",
7406
- "line": 847
7518
+ "line": 862
7407
7519
  },
7408
7520
  "name": "githubOptions",
7409
7521
  "optional": true,
@@ -7442,7 +7554,7 @@
7442
7554
  "immutable": true,
7443
7555
  "locationInModule": {
7444
7556
  "filename": "src/typescript-project-options.ts",
7445
- "line": 951
7557
+ "line": 966
7446
7558
  },
7447
7559
  "name": "gitIgnoreOptions",
7448
7560
  "optional": true,
@@ -7459,7 +7571,7 @@
7459
7571
  "immutable": true,
7460
7572
  "locationInModule": {
7461
7573
  "filename": "src/typescript-project-options.ts",
7462
- "line": 946
7574
+ "line": 961
7463
7575
  },
7464
7576
  "name": "gitOptions",
7465
7577
  "optional": true,
@@ -7477,7 +7589,7 @@
7477
7589
  "immutable": true,
7478
7590
  "locationInModule": {
7479
7591
  "filename": "src/typescript-project-options.ts",
7480
- "line": 841
7592
+ "line": 856
7481
7593
  },
7482
7594
  "name": "gitpod",
7483
7595
  "optional": true,
@@ -7494,7 +7606,7 @@
7494
7606
  "immutable": true,
7495
7607
  "locationInModule": {
7496
7608
  "filename": "src/typescript-project-options.ts",
7497
- "line": 677
7609
+ "line": 692
7498
7610
  },
7499
7611
  "name": "homepage",
7500
7612
  "optional": true,
@@ -7548,7 +7660,7 @@
7548
7660
  "immutable": true,
7549
7661
  "locationInModule": {
7550
7662
  "filename": "src/typescript-project-options.ts",
7551
- "line": 511
7663
+ "line": 526
7552
7664
  },
7553
7665
  "name": "jsiiReleaseVersion",
7554
7666
  "optional": true,
@@ -7565,7 +7677,7 @@
7565
7677
  "immutable": true,
7566
7678
  "locationInModule": {
7567
7679
  "filename": "src/typescript-project-options.ts",
7568
- "line": 672
7680
+ "line": 687
7569
7681
  },
7570
7682
  "name": "keywords",
7571
7683
  "optional": true,
@@ -7607,7 +7719,7 @@
7607
7719
  "immutable": true,
7608
7720
  "locationInModule": {
7609
7721
  "filename": "src/typescript-project-options.ts",
7610
- "line": 667
7722
+ "line": 682
7611
7723
  },
7612
7724
  "name": "license",
7613
7725
  "optional": true,
@@ -7625,7 +7737,7 @@
7625
7737
  "immutable": true,
7626
7738
  "locationInModule": {
7627
7739
  "filename": "src/typescript-project-options.ts",
7628
- "line": 659
7740
+ "line": 674
7629
7741
  },
7630
7742
  "name": "licensed",
7631
7743
  "optional": true,
@@ -7643,7 +7755,7 @@
7643
7755
  "immutable": true,
7644
7756
  "locationInModule": {
7645
7757
  "filename": "src/typescript-project-options.ts",
7646
- "line": 941
7758
+ "line": 956
7647
7759
  },
7648
7760
  "name": "logging",
7649
7761
  "optional": true,
@@ -7661,7 +7773,7 @@
7661
7773
  "immutable": true,
7662
7774
  "locationInModule": {
7663
7775
  "filename": "src/typescript-project-options.ts",
7664
- "line": 1010
7776
+ "line": 1025
7665
7777
  },
7666
7778
  "name": "logo",
7667
7779
  "optional": true,
@@ -7680,7 +7792,7 @@
7680
7792
  "immutable": true,
7681
7793
  "locationInModule": {
7682
7794
  "filename": "src/typescript-project-options.ts",
7683
- "line": 505
7795
+ "line": 520
7684
7796
  },
7685
7797
  "name": "majorVersion",
7686
7798
  "optional": true,
@@ -7699,7 +7811,7 @@
7699
7811
  "immutable": true,
7700
7812
  "locationInModule": {
7701
7813
  "filename": "src/typescript-project-options.ts",
7702
- "line": 653
7814
+ "line": 668
7703
7815
  },
7704
7816
  "name": "maxNodeVersion",
7705
7817
  "optional": true,
@@ -7718,7 +7830,7 @@
7718
7830
  "immutable": true,
7719
7831
  "locationInModule": {
7720
7832
  "filename": "src/typescript-project-options.ts",
7721
- "line": 497
7833
+ "line": 512
7722
7834
  },
7723
7835
  "name": "minMajorVersion",
7724
7836
  "optional": true,
@@ -7737,7 +7849,7 @@
7737
7849
  "immutable": true,
7738
7850
  "locationInModule": {
7739
7851
  "filename": "src/typescript-project-options.ts",
7740
- "line": 642
7852
+ "line": 657
7741
7853
  },
7742
7854
  "name": "minNodeVersion",
7743
7855
  "optional": true,
@@ -7758,7 +7870,7 @@
7758
7870
  "immutable": true,
7759
7871
  "locationInModule": {
7760
7872
  "filename": "src/typescript-project-options.ts",
7761
- "line": 964
7873
+ "line": 979
7762
7874
  },
7763
7875
  "name": "name",
7764
7876
  "optional": true,
@@ -7777,7 +7889,7 @@
7777
7889
  "immutable": true,
7778
7890
  "locationInModule": {
7779
7891
  "filename": "src/typescript-project-options.ts",
7780
- "line": 487
7892
+ "line": 502
7781
7893
  },
7782
7894
  "name": "nextVersionCommand",
7783
7895
  "optional": true,
@@ -7795,7 +7907,7 @@
7795
7907
  "immutable": true,
7796
7908
  "locationInModule": {
7797
7909
  "filename": "src/typescript-project-options.ts",
7798
- "line": 627
7910
+ "line": 642
7799
7911
  },
7800
7912
  "name": "npmAccess",
7801
7913
  "optional": true,
@@ -7814,7 +7926,7 @@
7814
7926
  "immutable": true,
7815
7927
  "locationInModule": {
7816
7928
  "filename": "src/typescript-project-options.ts",
7817
- "line": 463
7929
+ "line": 478
7818
7930
  },
7819
7931
  "name": "npmDistTag",
7820
7932
  "optional": true,
@@ -7868,7 +7980,7 @@
7868
7980
  "immutable": true,
7869
7981
  "locationInModule": {
7870
7982
  "filename": "src/typescript-project-options.ts",
7871
- "line": 619
7983
+ "line": 634
7872
7984
  },
7873
7985
  "name": "npmProvenance",
7874
7986
  "optional": true,
@@ -7887,7 +7999,7 @@
7887
7999
  "immutable": true,
7888
8000
  "locationInModule": {
7889
8001
  "filename": "src/typescript-project-options.ts",
7890
- "line": 608
8002
+ "line": 623
7891
8003
  },
7892
8004
  "name": "npmRegistryUrl",
7893
8005
  "optional": true,
@@ -7905,7 +8017,7 @@
7905
8017
  "immutable": true,
7906
8018
  "locationInModule": {
7907
8019
  "filename": "src/typescript-project-options.ts",
7908
- "line": 601
8020
+ "line": 616
7909
8021
  },
7910
8022
  "name": "npmTokenSecret",
7911
8023
  "optional": true,
@@ -7923,7 +8035,7 @@
7923
8035
  "immutable": true,
7924
8036
  "locationInModule": {
7925
8037
  "filename": "src/typescript-project-options.ts",
7926
- "line": 595
8038
+ "line": 610
7927
8039
  },
7928
8040
  "name": "npmTrustedPublishing",
7929
8041
  "optional": true,
@@ -7942,7 +8054,7 @@
7942
8054
  "immutable": true,
7943
8055
  "locationInModule": {
7944
8056
  "filename": "src/typescript-project-options.ts",
7945
- "line": 935
8057
+ "line": 950
7946
8058
  },
7947
8059
  "name": "outdir",
7948
8060
  "optional": true,
@@ -7960,7 +8072,7 @@
7960
8072
  "immutable": true,
7961
8073
  "locationInModule": {
7962
8074
  "filename": "src/typescript-project-options.ts",
7963
- "line": 999
8075
+ "line": 1014
7964
8076
  },
7965
8077
  "name": "ownerCanSelfApprovePRs",
7966
8078
  "optional": true,
@@ -7996,7 +8108,7 @@
7996
8108
  "immutable": true,
7997
8109
  "locationInModule": {
7998
8110
  "filename": "src/typescript-project-options.ts",
7999
- "line": 589
8111
+ "line": 604
8000
8112
  },
8001
8113
  "name": "packageManager",
8002
8114
  "optional": true,
@@ -8017,7 +8129,7 @@
8017
8129
  "immutable": true,
8018
8130
  "locationInModule": {
8019
8131
  "filename": "src/typescript-project-options.ts",
8020
- "line": 583
8132
+ "line": 598
8021
8133
  },
8022
8134
  "name": "packageName",
8023
8135
  "optional": true,
@@ -8034,7 +8146,7 @@
8034
8146
  "immutable": true,
8035
8147
  "locationInModule": {
8036
8148
  "filename": "src/typescript-project-options.ts",
8037
- "line": 924
8149
+ "line": 939
8038
8150
  },
8039
8151
  "name": "parent",
8040
8152
  "optional": true,
@@ -8051,7 +8163,7 @@
8051
8163
  "immutable": true,
8052
8164
  "locationInModule": {
8053
8165
  "filename": "src/typescript-project-options.ts",
8054
- "line": 576
8166
+ "line": 591
8055
8167
  },
8056
8168
  "name": "peerDependencyOptions",
8057
8169
  "optional": true,
@@ -8070,7 +8182,7 @@
8070
8182
  "immutable": true,
8071
8183
  "locationInModule": {
8072
8184
  "filename": "src/typescript-project-options.ts",
8073
- "line": 571
8185
+ "line": 586
8074
8186
  },
8075
8187
  "name": "peerDeps",
8076
8188
  "optional": true,
@@ -8093,7 +8205,7 @@
8093
8205
  "immutable": true,
8094
8206
  "locationInModule": {
8095
8207
  "filename": "src/typescript-project-options.ts",
8096
- "line": 552
8208
+ "line": 567
8097
8209
  },
8098
8210
  "name": "pnpmVersion",
8099
8211
  "optional": true,
@@ -8111,7 +8223,7 @@
8111
8223
  "immutable": true,
8112
8224
  "locationInModule": {
8113
8225
  "filename": "src/typescript-project-options.ts",
8114
- "line": 455
8226
+ "line": 470
8115
8227
  },
8116
8228
  "name": "postBuildSteps",
8117
8229
  "optional": true,
@@ -8134,7 +8246,7 @@
8134
8246
  "immutable": true,
8135
8247
  "locationInModule": {
8136
8248
  "filename": "src/typescript-project-options.ts",
8137
- "line": 449
8249
+ "line": 464
8138
8250
  },
8139
8251
  "name": "prerelease",
8140
8252
  "optional": true,
@@ -8189,7 +8301,7 @@
8189
8301
  "immutable": true,
8190
8302
  "locationInModule": {
8191
8303
  "filename": "src/typescript-project-options.ts",
8192
- "line": 919
8304
+ "line": 934
8193
8305
  },
8194
8306
  "name": "projenCommand",
8195
8307
  "optional": true,
@@ -8207,7 +8319,7 @@
8207
8319
  "immutable": true,
8208
8320
  "locationInModule": {
8209
8321
  "filename": "src/typescript-project-options.ts",
8210
- "line": 835
8322
+ "line": 850
8211
8323
  },
8212
8324
  "name": "projenCredentials",
8213
8325
  "optional": true,
@@ -8261,7 +8373,7 @@
8261
8373
  "immutable": true,
8262
8374
  "locationInModule": {
8263
8375
  "filename": "src/typescript-project-options.ts",
8264
- "line": 912
8376
+ "line": 927
8265
8377
  },
8266
8378
  "name": "projenrcJson",
8267
8379
  "optional": true,
@@ -8279,7 +8391,7 @@
8279
8391
  "immutable": true,
8280
8392
  "locationInModule": {
8281
8393
  "filename": "src/typescript-project-options.ts",
8282
- "line": 906
8394
+ "line": 921
8283
8395
  },
8284
8396
  "name": "projenrcJsonOptions",
8285
8397
  "optional": true,
@@ -8350,7 +8462,7 @@
8350
8462
  "immutable": true,
8351
8463
  "locationInModule": {
8352
8464
  "filename": "src/typescript-project-options.ts",
8353
- "line": 443
8465
+ "line": 458
8354
8466
  },
8355
8467
  "name": "publishDryRun",
8356
8468
  "optional": true,
@@ -8369,7 +8481,7 @@
8369
8481
  "immutable": true,
8370
8482
  "locationInModule": {
8371
8483
  "filename": "src/typescript-project-options.ts",
8372
- "line": 437
8484
+ "line": 452
8373
8485
  },
8374
8486
  "name": "publishTasks",
8375
8487
  "optional": true,
@@ -8428,7 +8540,7 @@
8428
8540
  "immutable": true,
8429
8541
  "locationInModule": {
8430
8542
  "filename": "src/typescript-project-options.ts",
8431
- "line": 829
8543
+ "line": 844
8432
8544
  },
8433
8545
  "name": "readme",
8434
8546
  "optional": true,
@@ -8446,7 +8558,7 @@
8446
8558
  "immutable": true,
8447
8559
  "locationInModule": {
8448
8560
  "filename": "src/typescript-project-options.ts",
8449
- "line": 974
8561
+ "line": 989
8450
8562
  },
8451
8563
  "name": "releasableCommitTypes",
8452
8564
  "optional": true,
@@ -8488,7 +8600,7 @@
8488
8600
  "immutable": true,
8489
8601
  "locationInModule": {
8490
8602
  "filename": "src/typescript-project-options.ts",
8491
- "line": 429
8603
+ "line": 444
8492
8604
  },
8493
8605
  "name": "releaseBranches",
8494
8606
  "optional": true,
@@ -8512,7 +8624,7 @@
8512
8624
  "immutable": true,
8513
8625
  "locationInModule": {
8514
8626
  "filename": "src/typescript-project-options.ts",
8515
- "line": 416
8627
+ "line": 431
8516
8628
  },
8517
8629
  "name": "releaseEnvironment",
8518
8630
  "optional": true,
@@ -8530,7 +8642,7 @@
8530
8642
  "immutable": true,
8531
8643
  "locationInModule": {
8532
8644
  "filename": "src/typescript-project-options.ts",
8533
- "line": 405
8645
+ "line": 420
8534
8646
  },
8535
8647
  "name": "releaseFailureIssue",
8536
8648
  "optional": true,
@@ -8549,7 +8661,7 @@
8549
8661
  "immutable": true,
8550
8662
  "locationInModule": {
8551
8663
  "filename": "src/typescript-project-options.ts",
8552
- "line": 399
8664
+ "line": 414
8553
8665
  },
8554
8666
  "name": "releaseFailureIssueLabel",
8555
8667
  "optional": true,
@@ -8568,7 +8680,7 @@
8568
8680
  "immutable": true,
8569
8681
  "locationInModule": {
8570
8682
  "filename": "src/typescript-project-options.ts",
8571
- "line": 392
8683
+ "line": 407
8572
8684
  },
8573
8685
  "name": "releaseTagPrefix",
8574
8686
  "optional": true,
@@ -8604,7 +8716,7 @@
8604
8716
  "immutable": true,
8605
8717
  "locationInModule": {
8606
8718
  "filename": "src/typescript-project-options.ts",
8607
- "line": 382
8719
+ "line": 397
8608
8720
  },
8609
8721
  "name": "releaseTrigger",
8610
8722
  "optional": true,
@@ -8622,7 +8734,7 @@
8622
8734
  "immutable": true,
8623
8735
  "locationInModule": {
8624
8736
  "filename": "src/typescript-project-options.ts",
8625
- "line": 376
8737
+ "line": 391
8626
8738
  },
8627
8739
  "name": "releaseWorkflowEnv",
8628
8740
  "optional": true,
@@ -8645,7 +8757,7 @@
8645
8757
  "immutable": true,
8646
8758
  "locationInModule": {
8647
8759
  "filename": "src/typescript-project-options.ts",
8648
- "line": 370
8760
+ "line": 385
8649
8761
  },
8650
8762
  "name": "releaseWorkflowName",
8651
8763
  "optional": true,
@@ -8662,7 +8774,7 @@
8662
8774
  "immutable": true,
8663
8775
  "locationInModule": {
8664
8776
  "filename": "src/typescript-project-options.ts",
8665
- "line": 364
8777
+ "line": 379
8666
8778
  },
8667
8779
  "name": "releaseWorkflowSetupSteps",
8668
8780
  "optional": true,
@@ -8685,7 +8797,7 @@
8685
8797
  "immutable": true,
8686
8798
  "locationInModule": {
8687
8799
  "filename": "src/typescript-project-options.ts",
8688
- "line": 900
8800
+ "line": 915
8689
8801
  },
8690
8802
  "name": "renovatebot",
8691
8803
  "optional": true,
@@ -8703,7 +8815,7 @@
8703
8815
  "immutable": true,
8704
8816
  "locationInModule": {
8705
8817
  "filename": "src/typescript-project-options.ts",
8706
- "line": 894
8818
+ "line": 909
8707
8819
  },
8708
8820
  "name": "renovatebotOptions",
8709
8821
  "optional": true,
@@ -8721,7 +8833,7 @@
8721
8833
  "immutable": true,
8722
8834
  "locationInModule": {
8723
8835
  "filename": "src/typescript-project-options.ts",
8724
- "line": 546
8836
+ "line": 561
8725
8837
  },
8726
8838
  "name": "repository",
8727
8839
  "optional": true,
@@ -8738,7 +8850,7 @@
8738
8850
  "immutable": true,
8739
8851
  "locationInModule": {
8740
8852
  "filename": "src/typescript-project-options.ts",
8741
- "line": 540
8853
+ "line": 555
8742
8854
  },
8743
8855
  "name": "repositoryDirectory",
8744
8856
  "optional": true,
@@ -8756,7 +8868,7 @@
8756
8868
  "immutable": true,
8757
8869
  "locationInModule": {
8758
8870
  "filename": "src/typescript-project-options.ts",
8759
- "line": 535
8871
+ "line": 550
8760
8872
  },
8761
8873
  "name": "scopedPackagesOptions",
8762
8874
  "optional": true,
@@ -8796,7 +8908,7 @@
8796
8908
  "immutable": true,
8797
8909
  "locationInModule": {
8798
8910
  "filename": "src/typescript-project-options.ts",
8799
- "line": 529
8911
+ "line": 544
8800
8912
  },
8801
8913
  "name": "stability",
8802
8914
  "optional": true,
@@ -8815,7 +8927,7 @@
8815
8927
  "immutable": true,
8816
8928
  "locationInModule": {
8817
8929
  "filename": "src/typescript-project-options.ts",
8818
- "line": 823
8930
+ "line": 838
8819
8931
  },
8820
8932
  "name": "stale",
8821
8933
  "optional": true,
@@ -8834,7 +8946,7 @@
8834
8946
  "immutable": true,
8835
8947
  "locationInModule": {
8836
8948
  "filename": "src/typescript-project-options.ts",
8837
- "line": 816
8949
+ "line": 831
8838
8950
  },
8839
8951
  "name": "staleOptions",
8840
8952
  "optional": true,
@@ -8960,7 +9072,7 @@
8960
9072
  "immutable": true,
8961
9073
  "locationInModule": {
8962
9074
  "filename": "src/typescript-project-options.ts",
8963
- "line": 1004
9075
+ "line": 1019
8964
9076
  },
8965
9077
  "name": "upgradesSchedule",
8966
9078
  "optional": true,
@@ -8979,7 +9091,7 @@
8979
9091
  "immutable": true,
8980
9092
  "locationInModule": {
8981
9093
  "filename": "src/typescript-project-options.ts",
8982
- "line": 359
9094
+ "line": 374
8983
9095
  },
8984
9096
  "name": "versionrcOptions",
8985
9097
  "optional": true,
@@ -9003,7 +9115,7 @@
9003
9115
  "immutable": true,
9004
9116
  "locationInModule": {
9005
9117
  "filename": "src/typescript-project-options.ts",
9006
- "line": 809
9118
+ "line": 824
9007
9119
  },
9008
9120
  "name": "vscode",
9009
9121
  "optional": true,
@@ -9022,7 +9134,7 @@
9022
9134
  "immutable": true,
9023
9135
  "locationInModule": {
9024
9136
  "filename": "src/typescript-project-options.ts",
9025
- "line": 1017
9137
+ "line": 1032
9026
9138
  },
9027
9139
  "name": "wordmarkOptions",
9028
9140
  "optional": true,
@@ -9063,7 +9175,7 @@
9063
9175
  "immutable": true,
9064
9176
  "locationInModule": {
9065
9177
  "filename": "src/typescript-project-options.ts",
9066
- "line": 352
9178
+ "line": 367
9067
9179
  },
9068
9180
  "name": "workflowContainerImage",
9069
9181
  "optional": true,
@@ -9140,7 +9252,7 @@
9140
9252
  "immutable": true,
9141
9253
  "locationInModule": {
9142
9254
  "filename": "src/typescript-project-options.ts",
9143
- "line": 346
9255
+ "line": 361
9144
9256
  },
9145
9257
  "name": "workflowRunsOn",
9146
9258
  "optional": true,
@@ -9166,7 +9278,7 @@
9166
9278
  "immutable": true,
9167
9279
  "locationInModule": {
9168
9280
  "filename": "src/typescript-project-options.ts",
9169
- "line": 338
9281
+ "line": 353
9170
9282
  },
9171
9283
  "name": "workflowRunsOnGroup",
9172
9284
  "optional": true,
@@ -9184,7 +9296,7 @@
9184
9296
  "immutable": true,
9185
9297
  "locationInModule": {
9186
9298
  "filename": "src/typescript-project-options.ts",
9187
- "line": 524
9299
+ "line": 539
9188
9300
  },
9189
9301
  "name": "yarnBerryOptions",
9190
9302
  "optional": true,
@@ -10529,6 +10641,6 @@
10529
10641
  "symbolId": "src/logo/Wordmark:WordmarkOptions"
10530
10642
  }
10531
10643
  },
10532
- "version": "0.2.6",
10533
- "fingerprint": "ZeRc9BehJq+Afa+Rm1VOwNyevKZ2M7lmzT7DTPo7lps="
10644
+ "version": "0.2.7",
10645
+ "fingerprint": "akpHOEOyRjenzoW76K0un9195LCleQFLwSG2yqolmew="
10534
10646
  }