mrpj 0.2.5 → 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.8.21 (build 0b7c0ba)",
86
+ "jsiiVersion": "5.9.20 (build 6e2b13a)",
86
87
  "license": "MIT",
87
88
  "metadata": {
88
89
  "jsii": {
@@ -102,6 +103,13 @@
102
103
  },
103
104
  "schema": "jsii/0.10.0",
104
105
  "submodules": {
106
+ "mrpj.components": {
107
+ "locationInModule": {
108
+ "filename": "src/index.ts",
109
+ "line": 9
110
+ },
111
+ "symbolId": "src/components/index:"
112
+ },
105
113
  "mrpj.logo": {
106
114
  "locationInModule": {
107
115
  "filename": "src/index.ts",
@@ -234,7 +242,7 @@
234
242
  "immutable": true,
235
243
  "locationInModule": {
236
244
  "filename": "src/construct-project-options.ts",
237
- "line": 527
245
+ "line": 542
238
246
  },
239
247
  "name": "defaultReleaseBranch",
240
248
  "type": {
@@ -254,7 +262,7 @@
254
262
  "immutable": true,
255
263
  "locationInModule": {
256
264
  "filename": "src/construct-project-options.ts",
257
- "line": 1166
265
+ "line": 1181
258
266
  },
259
267
  "name": "name",
260
268
  "type": {
@@ -289,7 +297,7 @@
289
297
  "immutable": true,
290
298
  "locationInModule": {
291
299
  "filename": "src/construct-project-options.ts",
292
- "line": 1004
300
+ "line": 1019
293
301
  },
294
302
  "name": "allowLibraryDependencies",
295
303
  "optional": true,
@@ -307,7 +315,7 @@
307
315
  "immutable": true,
308
316
  "locationInModule": {
309
317
  "filename": "src/construct-project-options.ts",
310
- "line": 521
318
+ "line": 536
311
319
  },
312
320
  "name": "artifactsDirectory",
313
321
  "optional": true,
@@ -315,6 +323,43 @@
315
323
  "primitive": "string"
316
324
  }
317
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
+ },
318
363
  {
319
364
  "abstract": true,
320
365
  "docs": {
@@ -324,7 +369,7 @@
324
369
  "immutable": true,
325
370
  "locationInModule": {
326
371
  "filename": "src/construct-project-options.ts",
327
- "line": 996
372
+ "line": 1011
328
373
  },
329
374
  "name": "authorEmail",
330
375
  "optional": true,
@@ -341,7 +386,7 @@
341
386
  "immutable": true,
342
387
  "locationInModule": {
343
388
  "filename": "src/construct-project-options.ts",
344
- "line": 991
389
+ "line": 1006
345
390
  },
346
391
  "name": "authorName",
347
392
  "optional": true,
@@ -358,7 +403,7 @@
358
403
  "immutable": true,
359
404
  "locationInModule": {
360
405
  "filename": "src/construct-project-options.ts",
361
- "line": 986
406
+ "line": 1001
362
407
  },
363
408
  "name": "authorOrganization",
364
409
  "optional": true,
@@ -375,7 +420,7 @@
375
420
  "immutable": true,
376
421
  "locationInModule": {
377
422
  "filename": "src/construct-project-options.ts",
378
- "line": 981
423
+ "line": 996
379
424
  },
380
425
  "name": "authorUrl",
381
426
  "optional": true,
@@ -393,7 +438,7 @@
393
438
  "immutable": true,
394
439
  "locationInModule": {
395
440
  "filename": "src/construct-project-options.ts",
396
- "line": 1090
441
+ "line": 1105
397
442
  },
398
443
  "name": "autoApproveOptions",
399
444
  "optional": true,
@@ -430,7 +475,7 @@
430
475
  "immutable": true,
431
476
  "locationInModule": {
432
477
  "filename": "src/construct-project-options.ts",
433
- "line": 976
478
+ "line": 991
434
479
  },
435
480
  "name": "autoDetectBin",
436
481
  "optional": true,
@@ -449,7 +494,7 @@
449
494
  "immutable": true,
450
495
  "locationInModule": {
451
496
  "filename": "src/construct-project-options.ts",
452
- "line": 1084
497
+ "line": 1099
453
498
  },
454
499
  "name": "autoMerge",
455
500
  "optional": true,
@@ -468,7 +513,7 @@
468
513
  "immutable": true,
469
514
  "locationInModule": {
470
515
  "filename": "src/construct-project-options.ts",
471
- "line": 1076
516
+ "line": 1091
472
517
  },
473
518
  "name": "autoMergeOptions",
474
519
  "optional": true,
@@ -486,7 +531,7 @@
486
531
  "immutable": true,
487
532
  "locationInModule": {
488
533
  "filename": "src/construct-project-options.ts",
489
- "line": 970
534
+ "line": 985
490
535
  },
491
536
  "name": "bin",
492
537
  "optional": true,
@@ -544,7 +589,7 @@
544
589
  "immutable": true,
545
590
  "locationInModule": {
546
591
  "filename": "src/construct-project-options.ts",
547
- "line": 962
592
+ "line": 977
548
593
  },
549
594
  "name": "bugsEmail",
550
595
  "optional": true,
@@ -561,7 +606,7 @@
561
606
  "immutable": true,
562
607
  "locationInModule": {
563
608
  "filename": "src/construct-project-options.ts",
564
- "line": 957
609
+ "line": 972
565
610
  },
566
611
  "name": "bugsUrl",
567
612
  "optional": true,
@@ -615,7 +660,7 @@
615
660
  "immutable": true,
616
661
  "locationInModule": {
617
662
  "filename": "src/construct-project-options.ts",
618
- "line": 720
663
+ "line": 735
619
664
  },
620
665
  "name": "bumpPackage",
621
666
  "optional": true,
@@ -633,7 +678,7 @@
633
678
  "immutable": true,
634
679
  "locationInModule": {
635
680
  "filename": "src/construct-project-options.ts",
636
- "line": 952
681
+ "line": 967
637
682
  },
638
683
  "name": "bundledDeps",
639
684
  "optional": true,
@@ -673,7 +718,7 @@
673
718
  "immutable": true,
674
719
  "locationInModule": {
675
720
  "filename": "src/construct-project-options.ts",
676
- "line": 937
721
+ "line": 952
677
722
  },
678
723
  "name": "bunVersion",
679
724
  "optional": true,
@@ -785,7 +830,7 @@
785
830
  "immutable": true,
786
831
  "locationInModule": {
787
832
  "filename": "src/construct-project-options.ts",
788
- "line": 1068
833
+ "line": 1083
789
834
  },
790
835
  "name": "clobber",
791
836
  "optional": true,
@@ -804,7 +849,7 @@
804
849
  "immutable": true,
805
850
  "locationInModule": {
806
851
  "filename": "src/construct-project-options.ts",
807
- "line": 931
852
+ "line": 946
808
853
  },
809
854
  "name": "codeArtifactOptions",
810
855
  "optional": true,
@@ -858,7 +903,7 @@
858
903
  "immutable": true,
859
904
  "locationInModule": {
860
905
  "filename": "src/construct-project-options.ts",
861
- "line": 1159
906
+ "line": 1174
862
907
  },
863
908
  "name": "commitGenerated",
864
909
  "optional": true,
@@ -1026,7 +1071,7 @@
1026
1071
  "immutable": true,
1027
1072
  "locationInModule": {
1028
1073
  "filename": "src/construct-project-options.ts",
1029
- "line": 924
1074
+ "line": 939
1030
1075
  },
1031
1076
  "name": "deps",
1032
1077
  "optional": true,
@@ -1089,7 +1134,7 @@
1089
1134
  "immutable": true,
1090
1135
  "locationInModule": {
1091
1136
  "filename": "src/construct-project-options.ts",
1092
- "line": 911
1137
+ "line": 926
1093
1138
  },
1094
1139
  "name": "description",
1095
1140
  "optional": true,
@@ -1107,7 +1152,7 @@
1107
1152
  "immutable": true,
1108
1153
  "locationInModule": {
1109
1154
  "filename": "src/construct-project-options.ts",
1110
- "line": 1062
1155
+ "line": 1077
1111
1156
  },
1112
1157
  "name": "devContainer",
1113
1158
  "optional": true,
@@ -1129,7 +1174,7 @@
1129
1174
  "immutable": true,
1130
1175
  "locationInModule": {
1131
1176
  "filename": "src/construct-project-options.ts",
1132
- "line": 903
1177
+ "line": 918
1133
1178
  },
1134
1179
  "name": "devDeps",
1135
1180
  "optional": true,
@@ -1260,7 +1305,7 @@
1260
1305
  "immutable": true,
1261
1306
  "locationInModule": {
1262
1307
  "filename": "src/construct-project-options.ts",
1263
- "line": 886
1308
+ "line": 901
1264
1309
  },
1265
1310
  "name": "entrypoint",
1266
1311
  "optional": true,
@@ -1374,7 +1419,7 @@
1374
1419
  "immutable": true,
1375
1420
  "locationInModule": {
1376
1421
  "filename": "src/construct-project-options.ts",
1377
- "line": 1056
1422
+ "line": 1071
1378
1423
  },
1379
1424
  "name": "github",
1380
1425
  "optional": true,
@@ -1392,7 +1437,7 @@
1392
1437
  "immutable": true,
1393
1438
  "locationInModule": {
1394
1439
  "filename": "src/construct-project-options.ts",
1395
- "line": 1049
1440
+ "line": 1064
1396
1441
  },
1397
1442
  "name": "githubOptions",
1398
1443
  "optional": true,
@@ -1431,7 +1476,7 @@
1431
1476
  "immutable": true,
1432
1477
  "locationInModule": {
1433
1478
  "filename": "src/construct-project-options.ts",
1434
- "line": 1153
1479
+ "line": 1168
1435
1480
  },
1436
1481
  "name": "gitIgnoreOptions",
1437
1482
  "optional": true,
@@ -1448,7 +1493,7 @@
1448
1493
  "immutable": true,
1449
1494
  "locationInModule": {
1450
1495
  "filename": "src/construct-project-options.ts",
1451
- "line": 1148
1496
+ "line": 1163
1452
1497
  },
1453
1498
  "name": "gitOptions",
1454
1499
  "optional": true,
@@ -1466,7 +1511,7 @@
1466
1511
  "immutable": true,
1467
1512
  "locationInModule": {
1468
1513
  "filename": "src/construct-project-options.ts",
1469
- "line": 1043
1514
+ "line": 1058
1470
1515
  },
1471
1516
  "name": "gitpod",
1472
1517
  "optional": true,
@@ -1483,7 +1528,7 @@
1483
1528
  "immutable": true,
1484
1529
  "locationInModule": {
1485
1530
  "filename": "src/construct-project-options.ts",
1486
- "line": 879
1531
+ "line": 894
1487
1532
  },
1488
1533
  "name": "homepage",
1489
1534
  "optional": true,
@@ -1555,7 +1600,7 @@
1555
1600
  "immutable": true,
1556
1601
  "locationInModule": {
1557
1602
  "filename": "src/construct-project-options.ts",
1558
- "line": 713
1603
+ "line": 728
1559
1604
  },
1560
1605
  "name": "jsiiReleaseVersion",
1561
1606
  "optional": true,
@@ -1594,7 +1639,7 @@
1594
1639
  "immutable": true,
1595
1640
  "locationInModule": {
1596
1641
  "filename": "src/construct-project-options.ts",
1597
- "line": 874
1642
+ "line": 889
1598
1643
  },
1599
1644
  "name": "keywords",
1600
1645
  "optional": true,
@@ -1690,7 +1735,7 @@
1690
1735
  "immutable": true,
1691
1736
  "locationInModule": {
1692
1737
  "filename": "src/construct-project-options.ts",
1693
- "line": 869
1738
+ "line": 884
1694
1739
  },
1695
1740
  "name": "license",
1696
1741
  "optional": true,
@@ -1708,7 +1753,7 @@
1708
1753
  "immutable": true,
1709
1754
  "locationInModule": {
1710
1755
  "filename": "src/construct-project-options.ts",
1711
- "line": 861
1756
+ "line": 876
1712
1757
  },
1713
1758
  "name": "licensed",
1714
1759
  "optional": true,
@@ -1726,7 +1771,7 @@
1726
1771
  "immutable": true,
1727
1772
  "locationInModule": {
1728
1773
  "filename": "src/construct-project-options.ts",
1729
- "line": 1143
1774
+ "line": 1158
1730
1775
  },
1731
1776
  "name": "logging",
1732
1777
  "optional": true,
@@ -1745,7 +1790,7 @@
1745
1790
  "immutable": true,
1746
1791
  "locationInModule": {
1747
1792
  "filename": "src/construct-project-options.ts",
1748
- "line": 707
1793
+ "line": 722
1749
1794
  },
1750
1795
  "name": "majorVersion",
1751
1796
  "optional": true,
@@ -1764,7 +1809,7 @@
1764
1809
  "immutable": true,
1765
1810
  "locationInModule": {
1766
1811
  "filename": "src/construct-project-options.ts",
1767
- "line": 855
1812
+ "line": 870
1768
1813
  },
1769
1814
  "name": "maxNodeVersion",
1770
1815
  "optional": true,
@@ -1783,7 +1828,7 @@
1783
1828
  "immutable": true,
1784
1829
  "locationInModule": {
1785
1830
  "filename": "src/construct-project-options.ts",
1786
- "line": 699
1831
+ "line": 714
1787
1832
  },
1788
1833
  "name": "minMajorVersion",
1789
1834
  "optional": true,
@@ -1802,7 +1847,7 @@
1802
1847
  "immutable": true,
1803
1848
  "locationInModule": {
1804
1849
  "filename": "src/construct-project-options.ts",
1805
- "line": 844
1850
+ "line": 859
1806
1851
  },
1807
1852
  "name": "minNodeVersion",
1808
1853
  "optional": true,
@@ -1821,7 +1866,7 @@
1821
1866
  "immutable": true,
1822
1867
  "locationInModule": {
1823
1868
  "filename": "src/construct-project-options.ts",
1824
- "line": 689
1869
+ "line": 704
1825
1870
  },
1826
1871
  "name": "nextVersionCommand",
1827
1872
  "optional": true,
@@ -1839,7 +1884,7 @@
1839
1884
  "immutable": true,
1840
1885
  "locationInModule": {
1841
1886
  "filename": "src/construct-project-options.ts",
1842
- "line": 829
1887
+ "line": 844
1843
1888
  },
1844
1889
  "name": "npmAccess",
1845
1890
  "optional": true,
@@ -1858,7 +1903,7 @@
1858
1903
  "immutable": true,
1859
1904
  "locationInModule": {
1860
1905
  "filename": "src/construct-project-options.ts",
1861
- "line": 665
1906
+ "line": 680
1862
1907
  },
1863
1908
  "name": "npmDistTag",
1864
1909
  "optional": true,
@@ -1912,7 +1957,7 @@
1912
1957
  "immutable": true,
1913
1958
  "locationInModule": {
1914
1959
  "filename": "src/construct-project-options.ts",
1915
- "line": 821
1960
+ "line": 836
1916
1961
  },
1917
1962
  "name": "npmProvenance",
1918
1963
  "optional": true,
@@ -1931,7 +1976,7 @@
1931
1976
  "immutable": true,
1932
1977
  "locationInModule": {
1933
1978
  "filename": "src/construct-project-options.ts",
1934
- "line": 810
1979
+ "line": 825
1935
1980
  },
1936
1981
  "name": "npmRegistryUrl",
1937
1982
  "optional": true,
@@ -1949,7 +1994,7 @@
1949
1994
  "immutable": true,
1950
1995
  "locationInModule": {
1951
1996
  "filename": "src/construct-project-options.ts",
1952
- "line": 803
1997
+ "line": 818
1953
1998
  },
1954
1999
  "name": "npmTokenSecret",
1955
2000
  "optional": true,
@@ -1967,7 +2012,7 @@
1967
2012
  "immutable": true,
1968
2013
  "locationInModule": {
1969
2014
  "filename": "src/construct-project-options.ts",
1970
- "line": 797
2015
+ "line": 812
1971
2016
  },
1972
2017
  "name": "npmTrustedPublishing",
1973
2018
  "optional": true,
@@ -1986,7 +2031,7 @@
1986
2031
  "immutable": true,
1987
2032
  "locationInModule": {
1988
2033
  "filename": "src/construct-project-options.ts",
1989
- "line": 1137
2034
+ "line": 1152
1990
2035
  },
1991
2036
  "name": "outdir",
1992
2037
  "optional": true,
@@ -2022,7 +2067,7 @@
2022
2067
  "immutable": true,
2023
2068
  "locationInModule": {
2024
2069
  "filename": "src/construct-project-options.ts",
2025
- "line": 791
2070
+ "line": 806
2026
2071
  },
2027
2072
  "name": "packageManager",
2028
2073
  "optional": true,
@@ -2043,7 +2088,7 @@
2043
2088
  "immutable": true,
2044
2089
  "locationInModule": {
2045
2090
  "filename": "src/construct-project-options.ts",
2046
- "line": 785
2091
+ "line": 800
2047
2092
  },
2048
2093
  "name": "packageName",
2049
2094
  "optional": true,
@@ -2060,7 +2105,7 @@
2060
2105
  "immutable": true,
2061
2106
  "locationInModule": {
2062
2107
  "filename": "src/construct-project-options.ts",
2063
- "line": 1126
2108
+ "line": 1141
2064
2109
  },
2065
2110
  "name": "parent",
2066
2111
  "optional": true,
@@ -2077,7 +2122,7 @@
2077
2122
  "immutable": true,
2078
2123
  "locationInModule": {
2079
2124
  "filename": "src/construct-project-options.ts",
2080
- "line": 778
2125
+ "line": 793
2081
2126
  },
2082
2127
  "name": "peerDependencyOptions",
2083
2128
  "optional": true,
@@ -2096,7 +2141,7 @@
2096
2141
  "immutable": true,
2097
2142
  "locationInModule": {
2098
2143
  "filename": "src/construct-project-options.ts",
2099
- "line": 773
2144
+ "line": 788
2100
2145
  },
2101
2146
  "name": "peerDeps",
2102
2147
  "optional": true,
@@ -2119,7 +2164,7 @@
2119
2164
  "immutable": true,
2120
2165
  "locationInModule": {
2121
2166
  "filename": "src/construct-project-options.ts",
2122
- "line": 754
2167
+ "line": 769
2123
2168
  },
2124
2169
  "name": "pnpmVersion",
2125
2170
  "optional": true,
@@ -2137,7 +2182,7 @@
2137
2182
  "immutable": true,
2138
2183
  "locationInModule": {
2139
2184
  "filename": "src/construct-project-options.ts",
2140
- "line": 657
2185
+ "line": 672
2141
2186
  },
2142
2187
  "name": "postBuildSteps",
2143
2188
  "optional": true,
@@ -2160,7 +2205,7 @@
2160
2205
  "immutable": true,
2161
2206
  "locationInModule": {
2162
2207
  "filename": "src/construct-project-options.ts",
2163
- "line": 651
2208
+ "line": 666
2164
2209
  },
2165
2210
  "name": "prerelease",
2166
2211
  "optional": true,
@@ -2215,7 +2260,7 @@
2215
2260
  "immutable": true,
2216
2261
  "locationInModule": {
2217
2262
  "filename": "src/construct-project-options.ts",
2218
- "line": 1121
2263
+ "line": 1136
2219
2264
  },
2220
2265
  "name": "projenCommand",
2221
2266
  "optional": true,
@@ -2233,7 +2278,7 @@
2233
2278
  "immutable": true,
2234
2279
  "locationInModule": {
2235
2280
  "filename": "src/construct-project-options.ts",
2236
- "line": 1037
2281
+ "line": 1052
2237
2282
  },
2238
2283
  "name": "projenCredentials",
2239
2284
  "optional": true,
@@ -2287,7 +2332,7 @@
2287
2332
  "immutable": true,
2288
2333
  "locationInModule": {
2289
2334
  "filename": "src/construct-project-options.ts",
2290
- "line": 1114
2335
+ "line": 1129
2291
2336
  },
2292
2337
  "name": "projenrcJson",
2293
2338
  "optional": true,
@@ -2305,7 +2350,7 @@
2305
2350
  "immutable": true,
2306
2351
  "locationInModule": {
2307
2352
  "filename": "src/construct-project-options.ts",
2308
- "line": 1108
2353
+ "line": 1123
2309
2354
  },
2310
2355
  "name": "projenrcJsonOptions",
2311
2356
  "optional": true,
@@ -2397,7 +2442,7 @@
2397
2442
  "immutable": true,
2398
2443
  "locationInModule": {
2399
2444
  "filename": "src/construct-project-options.ts",
2400
- "line": 645
2445
+ "line": 660
2401
2446
  },
2402
2447
  "name": "publishDryRun",
2403
2448
  "optional": true,
@@ -2416,7 +2461,7 @@
2416
2461
  "immutable": true,
2417
2462
  "locationInModule": {
2418
2463
  "filename": "src/construct-project-options.ts",
2419
- "line": 639
2464
+ "line": 654
2420
2465
  },
2421
2466
  "name": "publishTasks",
2422
2467
  "optional": true,
@@ -2547,7 +2592,7 @@
2547
2592
  "immutable": true,
2548
2593
  "locationInModule": {
2549
2594
  "filename": "src/construct-project-options.ts",
2550
- "line": 1031
2595
+ "line": 1046
2551
2596
  },
2552
2597
  "name": "readme",
2553
2598
  "optional": true,
@@ -2565,7 +2610,7 @@
2565
2610
  "immutable": true,
2566
2611
  "locationInModule": {
2567
2612
  "filename": "src/construct-project-options.ts",
2568
- "line": 631
2613
+ "line": 646
2569
2614
  },
2570
2615
  "name": "releasableCommits",
2571
2616
  "optional": true,
@@ -2602,7 +2647,7 @@
2602
2647
  "immutable": true,
2603
2648
  "locationInModule": {
2604
2649
  "filename": "src/construct-project-options.ts",
2605
- "line": 625
2650
+ "line": 640
2606
2651
  },
2607
2652
  "name": "releaseBranches",
2608
2653
  "optional": true,
@@ -2626,7 +2671,7 @@
2626
2671
  "immutable": true,
2627
2672
  "locationInModule": {
2628
2673
  "filename": "src/construct-project-options.ts",
2629
- "line": 612
2674
+ "line": 627
2630
2675
  },
2631
2676
  "name": "releaseEnvironment",
2632
2677
  "optional": true,
@@ -2644,7 +2689,7 @@
2644
2689
  "immutable": true,
2645
2690
  "locationInModule": {
2646
2691
  "filename": "src/construct-project-options.ts",
2647
- "line": 601
2692
+ "line": 616
2648
2693
  },
2649
2694
  "name": "releaseFailureIssue",
2650
2695
  "optional": true,
@@ -2663,7 +2708,7 @@
2663
2708
  "immutable": true,
2664
2709
  "locationInModule": {
2665
2710
  "filename": "src/construct-project-options.ts",
2666
- "line": 595
2711
+ "line": 610
2667
2712
  },
2668
2713
  "name": "releaseFailureIssueLabel",
2669
2714
  "optional": true,
@@ -2682,7 +2727,7 @@
2682
2727
  "immutable": true,
2683
2728
  "locationInModule": {
2684
2729
  "filename": "src/construct-project-options.ts",
2685
- "line": 588
2730
+ "line": 603
2686
2731
  },
2687
2732
  "name": "releaseTagPrefix",
2688
2733
  "optional": true,
@@ -2718,7 +2763,7 @@
2718
2763
  "immutable": true,
2719
2764
  "locationInModule": {
2720
2765
  "filename": "src/construct-project-options.ts",
2721
- "line": 578
2766
+ "line": 593
2722
2767
  },
2723
2768
  "name": "releaseTrigger",
2724
2769
  "optional": true,
@@ -2736,7 +2781,7 @@
2736
2781
  "immutable": true,
2737
2782
  "locationInModule": {
2738
2783
  "filename": "src/construct-project-options.ts",
2739
- "line": 572
2784
+ "line": 587
2740
2785
  },
2741
2786
  "name": "releaseWorkflowEnv",
2742
2787
  "optional": true,
@@ -2759,7 +2804,7 @@
2759
2804
  "immutable": true,
2760
2805
  "locationInModule": {
2761
2806
  "filename": "src/construct-project-options.ts",
2762
- "line": 566
2807
+ "line": 581
2763
2808
  },
2764
2809
  "name": "releaseWorkflowName",
2765
2810
  "optional": true,
@@ -2776,7 +2821,7 @@
2776
2821
  "immutable": true,
2777
2822
  "locationInModule": {
2778
2823
  "filename": "src/construct-project-options.ts",
2779
- "line": 560
2824
+ "line": 575
2780
2825
  },
2781
2826
  "name": "releaseWorkflowSetupSteps",
2782
2827
  "optional": true,
@@ -2799,7 +2844,7 @@
2799
2844
  "immutable": true,
2800
2845
  "locationInModule": {
2801
2846
  "filename": "src/construct-project-options.ts",
2802
- "line": 1102
2847
+ "line": 1117
2803
2848
  },
2804
2849
  "name": "renovatebot",
2805
2850
  "optional": true,
@@ -2817,7 +2862,7 @@
2817
2862
  "immutable": true,
2818
2863
  "locationInModule": {
2819
2864
  "filename": "src/construct-project-options.ts",
2820
- "line": 1096
2865
+ "line": 1111
2821
2866
  },
2822
2867
  "name": "renovatebotOptions",
2823
2868
  "optional": true,
@@ -2835,7 +2880,7 @@
2835
2880
  "immutable": true,
2836
2881
  "locationInModule": {
2837
2882
  "filename": "src/construct-project-options.ts",
2838
- "line": 748
2883
+ "line": 763
2839
2884
  },
2840
2885
  "name": "repository",
2841
2886
  "optional": true,
@@ -2852,7 +2897,7 @@
2852
2897
  "immutable": true,
2853
2898
  "locationInModule": {
2854
2899
  "filename": "src/construct-project-options.ts",
2855
- "line": 742
2900
+ "line": 757
2856
2901
  },
2857
2902
  "name": "repositoryDirectory",
2858
2903
  "optional": true,
@@ -2905,7 +2950,7 @@
2905
2950
  "immutable": true,
2906
2951
  "locationInModule": {
2907
2952
  "filename": "src/construct-project-options.ts",
2908
- "line": 737
2953
+ "line": 752
2909
2954
  },
2910
2955
  "name": "scopedPackagesOptions",
2911
2956
  "optional": true,
@@ -2945,7 +2990,7 @@
2945
2990
  "immutable": true,
2946
2991
  "locationInModule": {
2947
2992
  "filename": "src/construct-project-options.ts",
2948
- "line": 731
2993
+ "line": 746
2949
2994
  },
2950
2995
  "name": "stability",
2951
2996
  "optional": true,
@@ -2964,7 +3009,7 @@
2964
3009
  "immutable": true,
2965
3010
  "locationInModule": {
2966
3011
  "filename": "src/construct-project-options.ts",
2967
- "line": 1025
3012
+ "line": 1040
2968
3013
  },
2969
3014
  "name": "stale",
2970
3015
  "optional": true,
@@ -2983,7 +3028,7 @@
2983
3028
  "immutable": true,
2984
3029
  "locationInModule": {
2985
3030
  "filename": "src/construct-project-options.ts",
2986
- "line": 1018
3031
+ "line": 1033
2987
3032
  },
2988
3033
  "name": "staleOptions",
2989
3034
  "optional": true,
@@ -3111,7 +3156,7 @@
3111
3156
  "immutable": true,
3112
3157
  "locationInModule": {
3113
3158
  "filename": "src/construct-project-options.ts",
3114
- "line": 555
3159
+ "line": 570
3115
3160
  },
3116
3161
  "name": "versionrcOptions",
3117
3162
  "optional": true,
@@ -3135,7 +3180,7 @@
3135
3180
  "immutable": true,
3136
3181
  "locationInModule": {
3137
3182
  "filename": "src/construct-project-options.ts",
3138
- "line": 1011
3183
+ "line": 1026
3139
3184
  },
3140
3185
  "name": "vscode",
3141
3186
  "optional": true,
@@ -3176,7 +3221,7 @@
3176
3221
  "immutable": true,
3177
3222
  "locationInModule": {
3178
3223
  "filename": "src/construct-project-options.ts",
3179
- "line": 548
3224
+ "line": 563
3180
3225
  },
3181
3226
  "name": "workflowContainerImage",
3182
3227
  "optional": true,
@@ -3253,7 +3298,7 @@
3253
3298
  "immutable": true,
3254
3299
  "locationInModule": {
3255
3300
  "filename": "src/construct-project-options.ts",
3256
- "line": 542
3301
+ "line": 557
3257
3302
  },
3258
3303
  "name": "workflowRunsOn",
3259
3304
  "optional": true,
@@ -3279,7 +3324,7 @@
3279
3324
  "immutable": true,
3280
3325
  "locationInModule": {
3281
3326
  "filename": "src/construct-project-options.ts",
3282
- "line": 534
3327
+ "line": 549
3283
3328
  },
3284
3329
  "name": "workflowRunsOnGroup",
3285
3330
  "optional": true,
@@ -3297,7 +3342,7 @@
3297
3342
  "immutable": true,
3298
3343
  "locationInModule": {
3299
3344
  "filename": "src/construct-project-options.ts",
3300
- "line": 726
3345
+ "line": 741
3301
3346
  },
3302
3347
  "name": "yarnBerryOptions",
3303
3348
  "optional": true,
@@ -3325,7 +3370,7 @@
3325
3370
  },
3326
3371
  "locationInModule": {
3327
3372
  "filename": "src/projen-project.ts",
3328
- "line": 15
3373
+ "line": 16
3329
3374
  },
3330
3375
  "parameters": [
3331
3376
  {
@@ -3339,7 +3384,7 @@
3339
3384
  "kind": "class",
3340
3385
  "locationInModule": {
3341
3386
  "filename": "src/projen-project.ts",
3342
- "line": 11
3387
+ "line": 12
3343
3388
  },
3344
3389
  "name": "ProjenProject",
3345
3390
  "properties": [
@@ -3350,7 +3395,7 @@
3350
3395
  "immutable": true,
3351
3396
  "locationInModule": {
3352
3397
  "filename": "src/projen-project.ts",
3353
- "line": 12
3398
+ "line": 13
3354
3399
  },
3355
3400
  "name": "logo",
3356
3401
  "optional": true,
@@ -3365,7 +3410,7 @@
3365
3410
  "immutable": true,
3366
3411
  "locationInModule": {
3367
3412
  "filename": "src/projen-project.ts",
3368
- "line": 13
3413
+ "line": 14
3369
3414
  },
3370
3415
  "name": "wordmark",
3371
3416
  "optional": true,
@@ -3400,7 +3445,7 @@
3400
3445
  "immutable": true,
3401
3446
  "locationInModule": {
3402
3447
  "filename": "src/projen-project-options.ts",
3403
- "line": 841
3448
+ "line": 856
3404
3449
  },
3405
3450
  "name": "authorName",
3406
3451
  "type": {
@@ -3415,7 +3460,7 @@
3415
3460
  "immutable": true,
3416
3461
  "locationInModule": {
3417
3462
  "filename": "src/projen-project-options.ts",
3418
- "line": 1020
3463
+ "line": 1035
3419
3464
  },
3420
3465
  "name": "repo",
3421
3466
  "type": {
@@ -3432,7 +3477,7 @@
3432
3477
  "immutable": true,
3433
3478
  "locationInModule": {
3434
3479
  "filename": "src/projen-project-options.ts",
3435
- "line": 1033
3480
+ "line": 1048
3436
3481
  },
3437
3482
  "name": "allowedCommitTypes",
3438
3483
  "optional": true,
@@ -3456,7 +3501,7 @@
3456
3501
  "immutable": true,
3457
3502
  "locationInModule": {
3458
3503
  "filename": "src/projen-project-options.ts",
3459
- "line": 854
3504
+ "line": 869
3460
3505
  },
3461
3506
  "name": "allowLibraryDependencies",
3462
3507
  "optional": true,
@@ -3474,7 +3519,7 @@
3474
3519
  "immutable": true,
3475
3520
  "locationInModule": {
3476
3521
  "filename": "src/projen-project-options.ts",
3477
- "line": 382
3522
+ "line": 397
3478
3523
  },
3479
3524
  "name": "artifactsDirectory",
3480
3525
  "optional": true,
@@ -3482,6 +3527,43 @@
3482
3527
  "primitive": "string"
3483
3528
  }
3484
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
+ },
3485
3567
  {
3486
3568
  "abstract": true,
3487
3569
  "docs": {
@@ -3509,7 +3591,7 @@
3509
3591
  "immutable": true,
3510
3592
  "locationInModule": {
3511
3593
  "filename": "src/projen-project-options.ts",
3512
- "line": 846
3594
+ "line": 861
3513
3595
  },
3514
3596
  "name": "authorEmail",
3515
3597
  "optional": true,
@@ -3526,7 +3608,7 @@
3526
3608
  "immutable": true,
3527
3609
  "locationInModule": {
3528
3610
  "filename": "src/projen-project-options.ts",
3529
- "line": 836
3611
+ "line": 851
3530
3612
  },
3531
3613
  "name": "authorOrganization",
3532
3614
  "optional": true,
@@ -3544,7 +3626,7 @@
3544
3626
  "immutable": true,
3545
3627
  "locationInModule": {
3546
3628
  "filename": "src/projen-project-options.ts",
3547
- "line": 940
3629
+ "line": 955
3548
3630
  },
3549
3631
  "name": "autoApproveOptions",
3550
3632
  "optional": true,
@@ -3581,7 +3663,7 @@
3581
3663
  "immutable": true,
3582
3664
  "locationInModule": {
3583
3665
  "filename": "src/projen-project-options.ts",
3584
- "line": 831
3666
+ "line": 846
3585
3667
  },
3586
3668
  "name": "autoDetectBin",
3587
3669
  "optional": true,
@@ -3592,7 +3674,7 @@
3592
3674
  {
3593
3675
  "abstract": true,
3594
3676
  "docs": {
3595
- "default": "- tokens will be used",
3677
+ "default": "- none",
3596
3678
  "remarks": "Remember to install the app and to configure credentials.",
3597
3679
  "stability": "stable",
3598
3680
  "summary": "Use this app for workflow automation."
@@ -3600,7 +3682,7 @@
3600
3682
  "immutable": true,
3601
3683
  "locationInModule": {
3602
3684
  "filename": "src/projen-project-options.ts",
3603
- "line": 1039
3685
+ "line": 1054
3604
3686
  },
3605
3687
  "name": "automationAppName",
3606
3688
  "optional": true,
@@ -3608,6 +3690,25 @@
3608
3690
  "primitive": "string"
3609
3691
  }
3610
3692
  },
3693
+ {
3694
+ "abstract": true,
3695
+ "docs": {
3696
+ "default": "\"automation\"",
3697
+ "remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
3698
+ "stability": "stable",
3699
+ "summary": "Protect any automation with this environment."
3700
+ },
3701
+ "immutable": true,
3702
+ "locationInModule": {
3703
+ "filename": "src/projen-project-options.ts",
3704
+ "line": 1060
3705
+ },
3706
+ "name": "automationEnvironment",
3707
+ "optional": true,
3708
+ "type": {
3709
+ "primitive": "string"
3710
+ }
3711
+ },
3611
3712
  {
3612
3713
  "abstract": true,
3613
3714
  "docs": {
@@ -3619,7 +3720,7 @@
3619
3720
  "immutable": true,
3620
3721
  "locationInModule": {
3621
3722
  "filename": "src/projen-project-options.ts",
3622
- "line": 934
3723
+ "line": 949
3623
3724
  },
3624
3725
  "name": "autoMerge",
3625
3726
  "optional": true,
@@ -3638,7 +3739,7 @@
3638
3739
  "immutable": true,
3639
3740
  "locationInModule": {
3640
3741
  "filename": "src/projen-project-options.ts",
3641
- "line": 926
3742
+ "line": 941
3642
3743
  },
3643
3744
  "name": "autoMergeOptions",
3644
3745
  "optional": true,
@@ -3656,7 +3757,7 @@
3656
3757
  "immutable": true,
3657
3758
  "locationInModule": {
3658
3759
  "filename": "src/projen-project-options.ts",
3659
- "line": 825
3760
+ "line": 840
3660
3761
  },
3661
3762
  "name": "bin",
3662
3763
  "optional": true,
@@ -3714,7 +3815,7 @@
3714
3815
  "immutable": true,
3715
3816
  "locationInModule": {
3716
3817
  "filename": "src/projen-project-options.ts",
3717
- "line": 817
3818
+ "line": 832
3718
3819
  },
3719
3820
  "name": "bugsEmail",
3720
3821
  "optional": true,
@@ -3731,7 +3832,7 @@
3731
3832
  "immutable": true,
3732
3833
  "locationInModule": {
3733
3834
  "filename": "src/projen-project-options.ts",
3734
- "line": 812
3835
+ "line": 827
3735
3836
  },
3736
3837
  "name": "bugsUrl",
3737
3838
  "optional": true,
@@ -3785,7 +3886,7 @@
3785
3886
  "immutable": true,
3786
3887
  "locationInModule": {
3787
3888
  "filename": "src/projen-project-options.ts",
3788
- "line": 575
3889
+ "line": 590
3789
3890
  },
3790
3891
  "name": "bumpPackage",
3791
3892
  "optional": true,
@@ -3803,7 +3904,7 @@
3803
3904
  "immutable": true,
3804
3905
  "locationInModule": {
3805
3906
  "filename": "src/projen-project-options.ts",
3806
- "line": 807
3907
+ "line": 822
3807
3908
  },
3808
3909
  "name": "bundledDeps",
3809
3910
  "optional": true,
@@ -3843,7 +3944,7 @@
3843
3944
  "immutable": true,
3844
3945
  "locationInModule": {
3845
3946
  "filename": "src/projen-project-options.ts",
3846
- "line": 792
3947
+ "line": 807
3847
3948
  },
3848
3949
  "name": "bunVersion",
3849
3950
  "optional": true,
@@ -3880,7 +3981,7 @@
3880
3981
  "immutable": true,
3881
3982
  "locationInModule": {
3882
3983
  "filename": "src/projen-project-options.ts",
3883
- "line": 918
3984
+ "line": 933
3884
3985
  },
3885
3986
  "name": "clobber",
3886
3987
  "optional": true,
@@ -3899,7 +4000,7 @@
3899
4000
  "immutable": true,
3900
4001
  "locationInModule": {
3901
4002
  "filename": "src/projen-project-options.ts",
3902
- "line": 786
4003
+ "line": 801
3903
4004
  },
3904
4005
  "name": "codeArtifactOptions",
3905
4006
  "optional": true,
@@ -3953,7 +4054,7 @@
3953
4054
  "immutable": true,
3954
4055
  "locationInModule": {
3955
4056
  "filename": "src/projen-project-options.ts",
3956
- "line": 1009
4057
+ "line": 1024
3957
4058
  },
3958
4059
  "name": "commitGenerated",
3959
4060
  "optional": true,
@@ -4062,7 +4163,7 @@
4062
4163
  "immutable": true,
4063
4164
  "locationInModule": {
4064
4165
  "filename": "src/projen-project-options.ts",
4065
- "line": 388
4166
+ "line": 403
4066
4167
  },
4067
4168
  "name": "defaultReleaseBranch",
4068
4169
  "optional": true,
@@ -4121,7 +4222,7 @@
4121
4222
  "immutable": true,
4122
4223
  "locationInModule": {
4123
4224
  "filename": "src/projen-project-options.ts",
4124
- "line": 779
4225
+ "line": 794
4125
4226
  },
4126
4227
  "name": "deps",
4127
4228
  "optional": true,
@@ -4184,7 +4285,7 @@
4184
4285
  "immutable": true,
4185
4286
  "locationInModule": {
4186
4287
  "filename": "src/projen-project-options.ts",
4187
- "line": 766
4288
+ "line": 781
4188
4289
  },
4189
4290
  "name": "description",
4190
4291
  "optional": true,
@@ -4202,7 +4303,7 @@
4202
4303
  "immutable": true,
4203
4304
  "locationInModule": {
4204
4305
  "filename": "src/projen-project-options.ts",
4205
- "line": 912
4306
+ "line": 927
4206
4307
  },
4207
4308
  "name": "devContainer",
4208
4309
  "optional": true,
@@ -4224,7 +4325,7 @@
4224
4325
  "immutable": true,
4225
4326
  "locationInModule": {
4226
4327
  "filename": "src/projen-project-options.ts",
4227
- "line": 758
4328
+ "line": 773
4228
4329
  },
4229
4330
  "name": "devDeps",
4230
4331
  "optional": true,
@@ -4337,7 +4438,7 @@
4337
4438
  "immutable": true,
4338
4439
  "locationInModule": {
4339
4440
  "filename": "src/projen-project-options.ts",
4340
- "line": 741
4441
+ "line": 756
4341
4442
  },
4342
4443
  "name": "entrypoint",
4343
4444
  "optional": true,
@@ -4433,7 +4534,7 @@
4433
4534
  "immutable": true,
4434
4535
  "locationInModule": {
4435
4536
  "filename": "src/projen-project-options.ts",
4436
- "line": 906
4537
+ "line": 921
4437
4538
  },
4438
4539
  "name": "github",
4439
4540
  "optional": true,
@@ -4451,7 +4552,7 @@
4451
4552
  "immutable": true,
4452
4553
  "locationInModule": {
4453
4554
  "filename": "src/projen-project-options.ts",
4454
- "line": 899
4555
+ "line": 914
4455
4556
  },
4456
4557
  "name": "githubOptions",
4457
4558
  "optional": true,
@@ -4490,7 +4591,7 @@
4490
4591
  "immutable": true,
4491
4592
  "locationInModule": {
4492
4593
  "filename": "src/projen-project-options.ts",
4493
- "line": 1003
4594
+ "line": 1018
4494
4595
  },
4495
4596
  "name": "gitIgnoreOptions",
4496
4597
  "optional": true,
@@ -4507,7 +4608,7 @@
4507
4608
  "immutable": true,
4508
4609
  "locationInModule": {
4509
4610
  "filename": "src/projen-project-options.ts",
4510
- "line": 998
4611
+ "line": 1013
4511
4612
  },
4512
4613
  "name": "gitOptions",
4513
4614
  "optional": true,
@@ -4525,7 +4626,7 @@
4525
4626
  "immutable": true,
4526
4627
  "locationInModule": {
4527
4628
  "filename": "src/projen-project-options.ts",
4528
- "line": 893
4629
+ "line": 908
4529
4630
  },
4530
4631
  "name": "gitpod",
4531
4632
  "optional": true,
@@ -4542,7 +4643,7 @@
4542
4643
  "immutable": true,
4543
4644
  "locationInModule": {
4544
4645
  "filename": "src/projen-project-options.ts",
4545
- "line": 734
4646
+ "line": 749
4546
4647
  },
4547
4648
  "name": "homepage",
4548
4649
  "optional": true,
@@ -4596,7 +4697,7 @@
4596
4697
  "immutable": true,
4597
4698
  "locationInModule": {
4598
4699
  "filename": "src/projen-project-options.ts",
4599
- "line": 568
4700
+ "line": 583
4600
4701
  },
4601
4702
  "name": "jsiiReleaseVersion",
4602
4703
  "optional": true,
@@ -4613,7 +4714,7 @@
4613
4714
  "immutable": true,
4614
4715
  "locationInModule": {
4615
4716
  "filename": "src/projen-project-options.ts",
4616
- "line": 729
4717
+ "line": 744
4617
4718
  },
4618
4719
  "name": "keywords",
4619
4720
  "optional": true,
@@ -4655,7 +4756,7 @@
4655
4756
  "immutable": true,
4656
4757
  "locationInModule": {
4657
4758
  "filename": "src/projen-project-options.ts",
4658
- "line": 724
4759
+ "line": 739
4659
4760
  },
4660
4761
  "name": "license",
4661
4762
  "optional": true,
@@ -4673,7 +4774,7 @@
4673
4774
  "immutable": true,
4674
4775
  "locationInModule": {
4675
4776
  "filename": "src/projen-project-options.ts",
4676
- "line": 716
4777
+ "line": 731
4677
4778
  },
4678
4779
  "name": "licensed",
4679
4780
  "optional": true,
@@ -4691,7 +4792,7 @@
4691
4792
  "immutable": true,
4692
4793
  "locationInModule": {
4693
4794
  "filename": "src/projen-project-options.ts",
4694
- "line": 993
4795
+ "line": 1008
4695
4796
  },
4696
4797
  "name": "logging",
4697
4798
  "optional": true,
@@ -4709,7 +4810,7 @@
4709
4810
  "immutable": true,
4710
4811
  "locationInModule": {
4711
4812
  "filename": "src/projen-project-options.ts",
4712
- "line": 1056
4813
+ "line": 1077
4713
4814
  },
4714
4815
  "name": "logo",
4715
4816
  "optional": true,
@@ -4728,7 +4829,7 @@
4728
4829
  "immutable": true,
4729
4830
  "locationInModule": {
4730
4831
  "filename": "src/projen-project-options.ts",
4731
- "line": 562
4832
+ "line": 577
4732
4833
  },
4733
4834
  "name": "majorVersion",
4734
4835
  "optional": true,
@@ -4747,7 +4848,7 @@
4747
4848
  "immutable": true,
4748
4849
  "locationInModule": {
4749
4850
  "filename": "src/projen-project-options.ts",
4750
- "line": 710
4851
+ "line": 725
4751
4852
  },
4752
4853
  "name": "maxNodeVersion",
4753
4854
  "optional": true,
@@ -4766,7 +4867,7 @@
4766
4867
  "immutable": true,
4767
4868
  "locationInModule": {
4768
4869
  "filename": "src/projen-project-options.ts",
4769
- "line": 554
4870
+ "line": 569
4770
4871
  },
4771
4872
  "name": "minMajorVersion",
4772
4873
  "optional": true,
@@ -4785,7 +4886,7 @@
4785
4886
  "immutable": true,
4786
4887
  "locationInModule": {
4787
4888
  "filename": "src/projen-project-options.ts",
4788
- "line": 699
4889
+ "line": 714
4789
4890
  },
4790
4891
  "name": "minNodeVersion",
4791
4892
  "optional": true,
@@ -4806,7 +4907,7 @@
4806
4907
  "immutable": true,
4807
4908
  "locationInModule": {
4808
4909
  "filename": "src/projen-project-options.ts",
4809
- "line": 1016
4910
+ "line": 1031
4810
4911
  },
4811
4912
  "name": "name",
4812
4913
  "optional": true,
@@ -4825,7 +4926,7 @@
4825
4926
  "immutable": true,
4826
4927
  "locationInModule": {
4827
4928
  "filename": "src/projen-project-options.ts",
4828
- "line": 544
4929
+ "line": 559
4829
4930
  },
4830
4931
  "name": "nextVersionCommand",
4831
4932
  "optional": true,
@@ -4843,7 +4944,7 @@
4843
4944
  "immutable": true,
4844
4945
  "locationInModule": {
4845
4946
  "filename": "src/projen-project-options.ts",
4846
- "line": 684
4947
+ "line": 699
4847
4948
  },
4848
4949
  "name": "npmAccess",
4849
4950
  "optional": true,
@@ -4862,7 +4963,7 @@
4862
4963
  "immutable": true,
4863
4964
  "locationInModule": {
4864
4965
  "filename": "src/projen-project-options.ts",
4865
- "line": 520
4966
+ "line": 535
4866
4967
  },
4867
4968
  "name": "npmDistTag",
4868
4969
  "optional": true,
@@ -4916,7 +5017,7 @@
4916
5017
  "immutable": true,
4917
5018
  "locationInModule": {
4918
5019
  "filename": "src/projen-project-options.ts",
4919
- "line": 676
5020
+ "line": 691
4920
5021
  },
4921
5022
  "name": "npmProvenance",
4922
5023
  "optional": true,
@@ -4935,7 +5036,7 @@
4935
5036
  "immutable": true,
4936
5037
  "locationInModule": {
4937
5038
  "filename": "src/projen-project-options.ts",
4938
- "line": 665
5039
+ "line": 680
4939
5040
  },
4940
5041
  "name": "npmRegistryUrl",
4941
5042
  "optional": true,
@@ -4953,7 +5054,7 @@
4953
5054
  "immutable": true,
4954
5055
  "locationInModule": {
4955
5056
  "filename": "src/projen-project-options.ts",
4956
- "line": 658
5057
+ "line": 673
4957
5058
  },
4958
5059
  "name": "npmTokenSecret",
4959
5060
  "optional": true,
@@ -4971,7 +5072,7 @@
4971
5072
  "immutable": true,
4972
5073
  "locationInModule": {
4973
5074
  "filename": "src/projen-project-options.ts",
4974
- "line": 652
5075
+ "line": 667
4975
5076
  },
4976
5077
  "name": "npmTrustedPublishing",
4977
5078
  "optional": true,
@@ -4990,7 +5091,7 @@
4990
5091
  "immutable": true,
4991
5092
  "locationInModule": {
4992
5093
  "filename": "src/projen-project-options.ts",
4993
- "line": 987
5094
+ "line": 1002
4994
5095
  },
4995
5096
  "name": "outdir",
4996
5097
  "optional": true,
@@ -5008,7 +5109,7 @@
5008
5109
  "immutable": true,
5009
5110
  "locationInModule": {
5010
5111
  "filename": "src/projen-project-options.ts",
5011
- "line": 1045
5112
+ "line": 1066
5012
5113
  },
5013
5114
  "name": "ownerCanSelfApprovePRs",
5014
5115
  "optional": true,
@@ -5044,7 +5145,7 @@
5044
5145
  "immutable": true,
5045
5146
  "locationInModule": {
5046
5147
  "filename": "src/projen-project-options.ts",
5047
- "line": 646
5148
+ "line": 661
5048
5149
  },
5049
5150
  "name": "packageManager",
5050
5151
  "optional": true,
@@ -5065,7 +5166,7 @@
5065
5166
  "immutable": true,
5066
5167
  "locationInModule": {
5067
5168
  "filename": "src/projen-project-options.ts",
5068
- "line": 640
5169
+ "line": 655
5069
5170
  },
5070
5171
  "name": "packageName",
5071
5172
  "optional": true,
@@ -5082,7 +5183,7 @@
5082
5183
  "immutable": true,
5083
5184
  "locationInModule": {
5084
5185
  "filename": "src/projen-project-options.ts",
5085
- "line": 976
5186
+ "line": 991
5086
5187
  },
5087
5188
  "name": "parent",
5088
5189
  "optional": true,
@@ -5099,7 +5200,7 @@
5099
5200
  "immutable": true,
5100
5201
  "locationInModule": {
5101
5202
  "filename": "src/projen-project-options.ts",
5102
- "line": 633
5203
+ "line": 648
5103
5204
  },
5104
5205
  "name": "peerDependencyOptions",
5105
5206
  "optional": true,
@@ -5118,7 +5219,7 @@
5118
5219
  "immutable": true,
5119
5220
  "locationInModule": {
5120
5221
  "filename": "src/projen-project-options.ts",
5121
- "line": 628
5222
+ "line": 643
5122
5223
  },
5123
5224
  "name": "peerDeps",
5124
5225
  "optional": true,
@@ -5141,7 +5242,7 @@
5141
5242
  "immutable": true,
5142
5243
  "locationInModule": {
5143
5244
  "filename": "src/projen-project-options.ts",
5144
- "line": 609
5245
+ "line": 624
5145
5246
  },
5146
5247
  "name": "pnpmVersion",
5147
5248
  "optional": true,
@@ -5159,7 +5260,7 @@
5159
5260
  "immutable": true,
5160
5261
  "locationInModule": {
5161
5262
  "filename": "src/projen-project-options.ts",
5162
- "line": 512
5263
+ "line": 527
5163
5264
  },
5164
5265
  "name": "postBuildSteps",
5165
5266
  "optional": true,
@@ -5182,7 +5283,7 @@
5182
5283
  "immutable": true,
5183
5284
  "locationInModule": {
5184
5285
  "filename": "src/projen-project-options.ts",
5185
- "line": 506
5286
+ "line": 521
5186
5287
  },
5187
5288
  "name": "prerelease",
5188
5289
  "optional": true,
@@ -5237,7 +5338,7 @@
5237
5338
  "immutable": true,
5238
5339
  "locationInModule": {
5239
5340
  "filename": "src/projen-project-options.ts",
5240
- "line": 971
5341
+ "line": 986
5241
5342
  },
5242
5343
  "name": "projenCommand",
5243
5344
  "optional": true,
@@ -5255,7 +5356,7 @@
5255
5356
  "immutable": true,
5256
5357
  "locationInModule": {
5257
5358
  "filename": "src/projen-project-options.ts",
5258
- "line": 887
5359
+ "line": 902
5259
5360
  },
5260
5361
  "name": "projenCredentials",
5261
5362
  "optional": true,
@@ -5309,7 +5410,7 @@
5309
5410
  "immutable": true,
5310
5411
  "locationInModule": {
5311
5412
  "filename": "src/projen-project-options.ts",
5312
- "line": 964
5413
+ "line": 979
5313
5414
  },
5314
5415
  "name": "projenrcJson",
5315
5416
  "optional": true,
@@ -5327,7 +5428,7 @@
5327
5428
  "immutable": true,
5328
5429
  "locationInModule": {
5329
5430
  "filename": "src/projen-project-options.ts",
5330
- "line": 958
5431
+ "line": 973
5331
5432
  },
5332
5433
  "name": "projenrcJsonOptions",
5333
5434
  "optional": true,
@@ -5380,7 +5481,7 @@
5380
5481
  "immutable": true,
5381
5482
  "locationInModule": {
5382
5483
  "filename": "src/projen-project-options.ts",
5383
- "line": 1069
5484
+ "line": 1090
5384
5485
  },
5385
5486
  "name": "projenVersion",
5386
5487
  "optional": true,
@@ -5398,7 +5499,7 @@
5398
5499
  "immutable": true,
5399
5500
  "locationInModule": {
5400
5501
  "filename": "src/projen-project-options.ts",
5401
- "line": 500
5502
+ "line": 515
5402
5503
  },
5403
5504
  "name": "publishDryRun",
5404
5505
  "optional": true,
@@ -5417,7 +5518,7 @@
5417
5518
  "immutable": true,
5418
5519
  "locationInModule": {
5419
5520
  "filename": "src/projen-project-options.ts",
5420
- "line": 494
5521
+ "line": 509
5421
5522
  },
5422
5523
  "name": "publishTasks",
5423
5524
  "optional": true,
@@ -5548,7 +5649,7 @@
5548
5649
  "immutable": true,
5549
5650
  "locationInModule": {
5550
5651
  "filename": "src/projen-project-options.ts",
5551
- "line": 881
5652
+ "line": 896
5552
5653
  },
5553
5654
  "name": "readme",
5554
5655
  "optional": true,
@@ -5566,7 +5667,7 @@
5566
5667
  "immutable": true,
5567
5668
  "locationInModule": {
5568
5669
  "filename": "src/projen-project-options.ts",
5569
- "line": 1026
5670
+ "line": 1041
5570
5671
  },
5571
5672
  "name": "releasableCommitTypes",
5572
5673
  "optional": true,
@@ -5608,7 +5709,7 @@
5608
5709
  "immutable": true,
5609
5710
  "locationInModule": {
5610
5711
  "filename": "src/projen-project-options.ts",
5611
- "line": 486
5712
+ "line": 501
5612
5713
  },
5613
5714
  "name": "releaseBranches",
5614
5715
  "optional": true,
@@ -5632,7 +5733,7 @@
5632
5733
  "immutable": true,
5633
5734
  "locationInModule": {
5634
5735
  "filename": "src/projen-project-options.ts",
5635
- "line": 473
5736
+ "line": 488
5636
5737
  },
5637
5738
  "name": "releaseEnvironment",
5638
5739
  "optional": true,
@@ -5650,7 +5751,7 @@
5650
5751
  "immutable": true,
5651
5752
  "locationInModule": {
5652
5753
  "filename": "src/projen-project-options.ts",
5653
- "line": 462
5754
+ "line": 477
5654
5755
  },
5655
5756
  "name": "releaseFailureIssue",
5656
5757
  "optional": true,
@@ -5669,7 +5770,7 @@
5669
5770
  "immutable": true,
5670
5771
  "locationInModule": {
5671
5772
  "filename": "src/projen-project-options.ts",
5672
- "line": 456
5773
+ "line": 471
5673
5774
  },
5674
5775
  "name": "releaseFailureIssueLabel",
5675
5776
  "optional": true,
@@ -5688,7 +5789,7 @@
5688
5789
  "immutable": true,
5689
5790
  "locationInModule": {
5690
5791
  "filename": "src/projen-project-options.ts",
5691
- "line": 449
5792
+ "line": 464
5692
5793
  },
5693
5794
  "name": "releaseTagPrefix",
5694
5795
  "optional": true,
@@ -5724,7 +5825,7 @@
5724
5825
  "immutable": true,
5725
5826
  "locationInModule": {
5726
5827
  "filename": "src/projen-project-options.ts",
5727
- "line": 439
5828
+ "line": 454
5728
5829
  },
5729
5830
  "name": "releaseTrigger",
5730
5831
  "optional": true,
@@ -5742,7 +5843,7 @@
5742
5843
  "immutable": true,
5743
5844
  "locationInModule": {
5744
5845
  "filename": "src/projen-project-options.ts",
5745
- "line": 433
5846
+ "line": 448
5746
5847
  },
5747
5848
  "name": "releaseWorkflowEnv",
5748
5849
  "optional": true,
@@ -5765,7 +5866,7 @@
5765
5866
  "immutable": true,
5766
5867
  "locationInModule": {
5767
5868
  "filename": "src/projen-project-options.ts",
5768
- "line": 427
5869
+ "line": 442
5769
5870
  },
5770
5871
  "name": "releaseWorkflowName",
5771
5872
  "optional": true,
@@ -5782,7 +5883,7 @@
5782
5883
  "immutable": true,
5783
5884
  "locationInModule": {
5784
5885
  "filename": "src/projen-project-options.ts",
5785
- "line": 421
5886
+ "line": 436
5786
5887
  },
5787
5888
  "name": "releaseWorkflowSetupSteps",
5788
5889
  "optional": true,
@@ -5805,7 +5906,7 @@
5805
5906
  "immutable": true,
5806
5907
  "locationInModule": {
5807
5908
  "filename": "src/projen-project-options.ts",
5808
- "line": 952
5909
+ "line": 967
5809
5910
  },
5810
5911
  "name": "renovatebot",
5811
5912
  "optional": true,
@@ -5823,7 +5924,7 @@
5823
5924
  "immutable": true,
5824
5925
  "locationInModule": {
5825
5926
  "filename": "src/projen-project-options.ts",
5826
- "line": 946
5927
+ "line": 961
5827
5928
  },
5828
5929
  "name": "renovatebotOptions",
5829
5930
  "optional": true,
@@ -5841,7 +5942,7 @@
5841
5942
  "immutable": true,
5842
5943
  "locationInModule": {
5843
5944
  "filename": "src/projen-project-options.ts",
5844
- "line": 603
5945
+ "line": 618
5845
5946
  },
5846
5947
  "name": "repository",
5847
5948
  "optional": true,
@@ -5858,7 +5959,7 @@
5858
5959
  "immutable": true,
5859
5960
  "locationInModule": {
5860
5961
  "filename": "src/projen-project-options.ts",
5861
- "line": 597
5962
+ "line": 612
5862
5963
  },
5863
5964
  "name": "repositoryDirectory",
5864
5965
  "optional": true,
@@ -5893,7 +5994,7 @@
5893
5994
  "immutable": true,
5894
5995
  "locationInModule": {
5895
5996
  "filename": "src/projen-project-options.ts",
5896
- "line": 592
5997
+ "line": 607
5897
5998
  },
5898
5999
  "name": "scopedPackagesOptions",
5899
6000
  "optional": true,
@@ -5933,7 +6034,7 @@
5933
6034
  "immutable": true,
5934
6035
  "locationInModule": {
5935
6036
  "filename": "src/projen-project-options.ts",
5936
- "line": 586
6037
+ "line": 601
5937
6038
  },
5938
6039
  "name": "stability",
5939
6040
  "optional": true,
@@ -5952,7 +6053,7 @@
5952
6053
  "immutable": true,
5953
6054
  "locationInModule": {
5954
6055
  "filename": "src/projen-project-options.ts",
5955
- "line": 875
6056
+ "line": 890
5956
6057
  },
5957
6058
  "name": "stale",
5958
6059
  "optional": true,
@@ -5971,7 +6072,7 @@
5971
6072
  "immutable": true,
5972
6073
  "locationInModule": {
5973
6074
  "filename": "src/projen-project-options.ts",
5974
- "line": 868
6075
+ "line": 883
5975
6076
  },
5976
6077
  "name": "staleOptions",
5977
6078
  "optional": true,
@@ -6078,7 +6179,7 @@
6078
6179
  "immutable": true,
6079
6180
  "locationInModule": {
6080
6181
  "filename": "src/projen-project-options.ts",
6081
- "line": 1050
6182
+ "line": 1071
6082
6183
  },
6083
6184
  "name": "upgradesSchedule",
6084
6185
  "optional": true,
@@ -6097,7 +6198,7 @@
6097
6198
  "immutable": true,
6098
6199
  "locationInModule": {
6099
6200
  "filename": "src/projen-project-options.ts",
6100
- "line": 416
6201
+ "line": 431
6101
6202
  },
6102
6203
  "name": "versionrcOptions",
6103
6204
  "optional": true,
@@ -6121,7 +6222,7 @@
6121
6222
  "immutable": true,
6122
6223
  "locationInModule": {
6123
6224
  "filename": "src/projen-project-options.ts",
6124
- "line": 861
6225
+ "line": 876
6125
6226
  },
6126
6227
  "name": "vscode",
6127
6228
  "optional": true,
@@ -6140,7 +6241,7 @@
6140
6241
  "immutable": true,
6141
6242
  "locationInModule": {
6142
6243
  "filename": "src/projen-project-options.ts",
6143
- "line": 1063
6244
+ "line": 1084
6144
6245
  },
6145
6246
  "name": "wordmarkOptions",
6146
6247
  "optional": true,
@@ -6181,7 +6282,7 @@
6181
6282
  "immutable": true,
6182
6283
  "locationInModule": {
6183
6284
  "filename": "src/projen-project-options.ts",
6184
- "line": 409
6285
+ "line": 424
6185
6286
  },
6186
6287
  "name": "workflowContainerImage",
6187
6288
  "optional": true,
@@ -6258,7 +6359,7 @@
6258
6359
  "immutable": true,
6259
6360
  "locationInModule": {
6260
6361
  "filename": "src/projen-project-options.ts",
6261
- "line": 403
6362
+ "line": 418
6262
6363
  },
6263
6364
  "name": "workflowRunsOn",
6264
6365
  "optional": true,
@@ -6284,7 +6385,7 @@
6284
6385
  "immutable": true,
6285
6386
  "locationInModule": {
6286
6387
  "filename": "src/projen-project-options.ts",
6287
- "line": 395
6388
+ "line": 410
6288
6389
  },
6289
6390
  "name": "workflowRunsOnGroup",
6290
6391
  "optional": true,
@@ -6302,7 +6403,7 @@
6302
6403
  "immutable": true,
6303
6404
  "locationInModule": {
6304
6405
  "filename": "src/projen-project-options.ts",
6305
- "line": 581
6406
+ "line": 596
6306
6407
  },
6307
6408
  "name": "yarnBerryOptions",
6308
6409
  "optional": true,
@@ -6329,7 +6430,7 @@
6329
6430
  },
6330
6431
  "locationInModule": {
6331
6432
  "filename": "src/typescript-project.ts",
6332
- "line": 14
6433
+ "line": 15
6333
6434
  },
6334
6435
  "parameters": [
6335
6436
  {
@@ -6343,7 +6444,7 @@
6343
6444
  "kind": "class",
6344
6445
  "locationInModule": {
6345
6446
  "filename": "src/typescript-project.ts",
6346
- "line": 10
6447
+ "line": 11
6347
6448
  },
6348
6449
  "name": "TypeScriptProject",
6349
6450
  "properties": [
@@ -6354,7 +6455,7 @@
6354
6455
  "immutable": true,
6355
6456
  "locationInModule": {
6356
6457
  "filename": "src/typescript-project.ts",
6357
- "line": 11
6458
+ "line": 12
6358
6459
  },
6359
6460
  "name": "logo",
6360
6461
  "optional": true,
@@ -6369,7 +6470,7 @@
6369
6470
  "immutable": true,
6370
6471
  "locationInModule": {
6371
6472
  "filename": "src/typescript-project.ts",
6372
- "line": 12
6473
+ "line": 13
6373
6474
  },
6374
6475
  "name": "wordmark",
6375
6476
  "optional": true,
@@ -6404,7 +6505,7 @@
6404
6505
  "immutable": true,
6405
6506
  "locationInModule": {
6406
6507
  "filename": "src/typescript-project-options.ts",
6407
- "line": 789
6508
+ "line": 804
6408
6509
  },
6409
6510
  "name": "authorName",
6410
6511
  "type": {
@@ -6419,7 +6520,7 @@
6419
6520
  "immutable": true,
6420
6521
  "locationInModule": {
6421
6522
  "filename": "src/typescript-project-options.ts",
6422
- "line": 968
6523
+ "line": 983
6423
6524
  },
6424
6525
  "name": "repo",
6425
6526
  "type": {
@@ -6436,7 +6537,7 @@
6436
6537
  "immutable": true,
6437
6538
  "locationInModule": {
6438
6539
  "filename": "src/typescript-project-options.ts",
6439
- "line": 981
6540
+ "line": 996
6440
6541
  },
6441
6542
  "name": "allowedCommitTypes",
6442
6543
  "optional": true,
@@ -6460,7 +6561,7 @@
6460
6561
  "immutable": true,
6461
6562
  "locationInModule": {
6462
6563
  "filename": "src/typescript-project-options.ts",
6463
- "line": 802
6564
+ "line": 817
6464
6565
  },
6465
6566
  "name": "allowLibraryDependencies",
6466
6567
  "optional": true,
@@ -6478,7 +6579,7 @@
6478
6579
  "immutable": true,
6479
6580
  "locationInModule": {
6480
6581
  "filename": "src/typescript-project-options.ts",
6481
- "line": 325
6582
+ "line": 340
6482
6583
  },
6483
6584
  "name": "artifactsDirectory",
6484
6585
  "optional": true,
@@ -6486,6 +6587,43 @@
6486
6587
  "primitive": "string"
6487
6588
  }
6488
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
+ },
6489
6627
  {
6490
6628
  "abstract": true,
6491
6629
  "docs": {
@@ -6495,7 +6633,7 @@
6495
6633
  "immutable": true,
6496
6634
  "locationInModule": {
6497
6635
  "filename": "src/typescript-project-options.ts",
6498
- "line": 794
6636
+ "line": 809
6499
6637
  },
6500
6638
  "name": "authorEmail",
6501
6639
  "optional": true,
@@ -6512,7 +6650,7 @@
6512
6650
  "immutable": true,
6513
6651
  "locationInModule": {
6514
6652
  "filename": "src/typescript-project-options.ts",
6515
- "line": 784
6653
+ "line": 799
6516
6654
  },
6517
6655
  "name": "authorOrganization",
6518
6656
  "optional": true,
@@ -6529,7 +6667,7 @@
6529
6667
  "immutable": true,
6530
6668
  "locationInModule": {
6531
6669
  "filename": "src/typescript-project-options.ts",
6532
- "line": 779
6670
+ "line": 794
6533
6671
  },
6534
6672
  "name": "authorUrl",
6535
6673
  "optional": true,
@@ -6547,7 +6685,7 @@
6547
6685
  "immutable": true,
6548
6686
  "locationInModule": {
6549
6687
  "filename": "src/typescript-project-options.ts",
6550
- "line": 888
6688
+ "line": 903
6551
6689
  },
6552
6690
  "name": "autoApproveOptions",
6553
6691
  "optional": true,
@@ -6584,7 +6722,7 @@
6584
6722
  "immutable": true,
6585
6723
  "locationInModule": {
6586
6724
  "filename": "src/typescript-project-options.ts",
6587
- "line": 774
6725
+ "line": 789
6588
6726
  },
6589
6727
  "name": "autoDetectBin",
6590
6728
  "optional": true,
@@ -6595,7 +6733,7 @@
6595
6733
  {
6596
6734
  "abstract": true,
6597
6735
  "docs": {
6598
- "default": "- tokens will be used",
6736
+ "default": "- none",
6599
6737
  "remarks": "Remember to install the app and to configure credentials.",
6600
6738
  "stability": "stable",
6601
6739
  "summary": "Use this app for workflow automation."
@@ -6603,7 +6741,7 @@
6603
6741
  "immutable": true,
6604
6742
  "locationInModule": {
6605
6743
  "filename": "src/typescript-project-options.ts",
6606
- "line": 987
6744
+ "line": 1002
6607
6745
  },
6608
6746
  "name": "automationAppName",
6609
6747
  "optional": true,
@@ -6611,6 +6749,25 @@
6611
6749
  "primitive": "string"
6612
6750
  }
6613
6751
  },
6752
+ {
6753
+ "abstract": true,
6754
+ "docs": {
6755
+ "default": "\"automation\"",
6756
+ "remarks": "You will need to set the environment up in GitHub. Credentials can only be used within this environment.",
6757
+ "stability": "stable",
6758
+ "summary": "Protect any automation with this environment."
6759
+ },
6760
+ "immutable": true,
6761
+ "locationInModule": {
6762
+ "filename": "src/typescript-project-options.ts",
6763
+ "line": 1008
6764
+ },
6765
+ "name": "automationEnvironment",
6766
+ "optional": true,
6767
+ "type": {
6768
+ "primitive": "string"
6769
+ }
6770
+ },
6614
6771
  {
6615
6772
  "abstract": true,
6616
6773
  "docs": {
@@ -6622,7 +6779,7 @@
6622
6779
  "immutable": true,
6623
6780
  "locationInModule": {
6624
6781
  "filename": "src/typescript-project-options.ts",
6625
- "line": 882
6782
+ "line": 897
6626
6783
  },
6627
6784
  "name": "autoMerge",
6628
6785
  "optional": true,
@@ -6641,7 +6798,7 @@
6641
6798
  "immutable": true,
6642
6799
  "locationInModule": {
6643
6800
  "filename": "src/typescript-project-options.ts",
6644
- "line": 874
6801
+ "line": 889
6645
6802
  },
6646
6803
  "name": "autoMergeOptions",
6647
6804
  "optional": true,
@@ -6659,7 +6816,7 @@
6659
6816
  "immutable": true,
6660
6817
  "locationInModule": {
6661
6818
  "filename": "src/typescript-project-options.ts",
6662
- "line": 768
6819
+ "line": 783
6663
6820
  },
6664
6821
  "name": "bin",
6665
6822
  "optional": true,
@@ -6717,7 +6874,7 @@
6717
6874
  "immutable": true,
6718
6875
  "locationInModule": {
6719
6876
  "filename": "src/typescript-project-options.ts",
6720
- "line": 760
6877
+ "line": 775
6721
6878
  },
6722
6879
  "name": "bugsEmail",
6723
6880
  "optional": true,
@@ -6734,7 +6891,7 @@
6734
6891
  "immutable": true,
6735
6892
  "locationInModule": {
6736
6893
  "filename": "src/typescript-project-options.ts",
6737
- "line": 755
6894
+ "line": 770
6738
6895
  },
6739
6896
  "name": "bugsUrl",
6740
6897
  "optional": true,
@@ -6788,7 +6945,7 @@
6788
6945
  "immutable": true,
6789
6946
  "locationInModule": {
6790
6947
  "filename": "src/typescript-project-options.ts",
6791
- "line": 518
6948
+ "line": 533
6792
6949
  },
6793
6950
  "name": "bumpPackage",
6794
6951
  "optional": true,
@@ -6806,7 +6963,7 @@
6806
6963
  "immutable": true,
6807
6964
  "locationInModule": {
6808
6965
  "filename": "src/typescript-project-options.ts",
6809
- "line": 750
6966
+ "line": 765
6810
6967
  },
6811
6968
  "name": "bundledDeps",
6812
6969
  "optional": true,
@@ -6846,7 +7003,7 @@
6846
7003
  "immutable": true,
6847
7004
  "locationInModule": {
6848
7005
  "filename": "src/typescript-project-options.ts",
6849
- "line": 735
7006
+ "line": 750
6850
7007
  },
6851
7008
  "name": "bunVersion",
6852
7009
  "optional": true,
@@ -6883,7 +7040,7 @@
6883
7040
  "immutable": true,
6884
7041
  "locationInModule": {
6885
7042
  "filename": "src/typescript-project-options.ts",
6886
- "line": 866
7043
+ "line": 881
6887
7044
  },
6888
7045
  "name": "clobber",
6889
7046
  "optional": true,
@@ -6902,7 +7059,7 @@
6902
7059
  "immutable": true,
6903
7060
  "locationInModule": {
6904
7061
  "filename": "src/typescript-project-options.ts",
6905
- "line": 729
7062
+ "line": 744
6906
7063
  },
6907
7064
  "name": "codeArtifactOptions",
6908
7065
  "optional": true,
@@ -6956,7 +7113,7 @@
6956
7113
  "immutable": true,
6957
7114
  "locationInModule": {
6958
7115
  "filename": "src/typescript-project-options.ts",
6959
- "line": 957
7116
+ "line": 972
6960
7117
  },
6961
7118
  "name": "commitGenerated",
6962
7119
  "optional": true,
@@ -7010,7 +7167,7 @@
7010
7167
  "immutable": true,
7011
7168
  "locationInModule": {
7012
7169
  "filename": "src/typescript-project-options.ts",
7013
- "line": 331
7170
+ "line": 346
7014
7171
  },
7015
7172
  "name": "defaultReleaseBranch",
7016
7173
  "optional": true,
@@ -7069,7 +7226,7 @@
7069
7226
  "immutable": true,
7070
7227
  "locationInModule": {
7071
7228
  "filename": "src/typescript-project-options.ts",
7072
- "line": 722
7229
+ "line": 737
7073
7230
  },
7074
7231
  "name": "deps",
7075
7232
  "optional": true,
@@ -7132,7 +7289,7 @@
7132
7289
  "immutable": true,
7133
7290
  "locationInModule": {
7134
7291
  "filename": "src/typescript-project-options.ts",
7135
- "line": 709
7292
+ "line": 724
7136
7293
  },
7137
7294
  "name": "description",
7138
7295
  "optional": true,
@@ -7150,7 +7307,7 @@
7150
7307
  "immutable": true,
7151
7308
  "locationInModule": {
7152
7309
  "filename": "src/typescript-project-options.ts",
7153
- "line": 860
7310
+ "line": 875
7154
7311
  },
7155
7312
  "name": "devContainer",
7156
7313
  "optional": true,
@@ -7172,7 +7329,7 @@
7172
7329
  "immutable": true,
7173
7330
  "locationInModule": {
7174
7331
  "filename": "src/typescript-project-options.ts",
7175
- "line": 701
7332
+ "line": 716
7176
7333
  },
7177
7334
  "name": "devDeps",
7178
7335
  "optional": true,
@@ -7267,7 +7424,7 @@
7267
7424
  "immutable": true,
7268
7425
  "locationInModule": {
7269
7426
  "filename": "src/typescript-project-options.ts",
7270
- "line": 684
7427
+ "line": 699
7271
7428
  },
7272
7429
  "name": "entrypoint",
7273
7430
  "optional": true,
@@ -7340,7 +7497,7 @@
7340
7497
  "immutable": true,
7341
7498
  "locationInModule": {
7342
7499
  "filename": "src/typescript-project-options.ts",
7343
- "line": 854
7500
+ "line": 869
7344
7501
  },
7345
7502
  "name": "github",
7346
7503
  "optional": true,
@@ -7358,7 +7515,7 @@
7358
7515
  "immutable": true,
7359
7516
  "locationInModule": {
7360
7517
  "filename": "src/typescript-project-options.ts",
7361
- "line": 847
7518
+ "line": 862
7362
7519
  },
7363
7520
  "name": "githubOptions",
7364
7521
  "optional": true,
@@ -7397,7 +7554,7 @@
7397
7554
  "immutable": true,
7398
7555
  "locationInModule": {
7399
7556
  "filename": "src/typescript-project-options.ts",
7400
- "line": 951
7557
+ "line": 966
7401
7558
  },
7402
7559
  "name": "gitIgnoreOptions",
7403
7560
  "optional": true,
@@ -7414,7 +7571,7 @@
7414
7571
  "immutable": true,
7415
7572
  "locationInModule": {
7416
7573
  "filename": "src/typescript-project-options.ts",
7417
- "line": 946
7574
+ "line": 961
7418
7575
  },
7419
7576
  "name": "gitOptions",
7420
7577
  "optional": true,
@@ -7432,7 +7589,7 @@
7432
7589
  "immutable": true,
7433
7590
  "locationInModule": {
7434
7591
  "filename": "src/typescript-project-options.ts",
7435
- "line": 841
7592
+ "line": 856
7436
7593
  },
7437
7594
  "name": "gitpod",
7438
7595
  "optional": true,
@@ -7449,7 +7606,7 @@
7449
7606
  "immutable": true,
7450
7607
  "locationInModule": {
7451
7608
  "filename": "src/typescript-project-options.ts",
7452
- "line": 677
7609
+ "line": 692
7453
7610
  },
7454
7611
  "name": "homepage",
7455
7612
  "optional": true,
@@ -7503,7 +7660,7 @@
7503
7660
  "immutable": true,
7504
7661
  "locationInModule": {
7505
7662
  "filename": "src/typescript-project-options.ts",
7506
- "line": 511
7663
+ "line": 526
7507
7664
  },
7508
7665
  "name": "jsiiReleaseVersion",
7509
7666
  "optional": true,
@@ -7520,7 +7677,7 @@
7520
7677
  "immutable": true,
7521
7678
  "locationInModule": {
7522
7679
  "filename": "src/typescript-project-options.ts",
7523
- "line": 672
7680
+ "line": 687
7524
7681
  },
7525
7682
  "name": "keywords",
7526
7683
  "optional": true,
@@ -7562,7 +7719,7 @@
7562
7719
  "immutable": true,
7563
7720
  "locationInModule": {
7564
7721
  "filename": "src/typescript-project-options.ts",
7565
- "line": 667
7722
+ "line": 682
7566
7723
  },
7567
7724
  "name": "license",
7568
7725
  "optional": true,
@@ -7580,7 +7737,7 @@
7580
7737
  "immutable": true,
7581
7738
  "locationInModule": {
7582
7739
  "filename": "src/typescript-project-options.ts",
7583
- "line": 659
7740
+ "line": 674
7584
7741
  },
7585
7742
  "name": "licensed",
7586
7743
  "optional": true,
@@ -7598,7 +7755,7 @@
7598
7755
  "immutable": true,
7599
7756
  "locationInModule": {
7600
7757
  "filename": "src/typescript-project-options.ts",
7601
- "line": 941
7758
+ "line": 956
7602
7759
  },
7603
7760
  "name": "logging",
7604
7761
  "optional": true,
@@ -7616,7 +7773,7 @@
7616
7773
  "immutable": true,
7617
7774
  "locationInModule": {
7618
7775
  "filename": "src/typescript-project-options.ts",
7619
- "line": 1004
7776
+ "line": 1025
7620
7777
  },
7621
7778
  "name": "logo",
7622
7779
  "optional": true,
@@ -7635,7 +7792,7 @@
7635
7792
  "immutable": true,
7636
7793
  "locationInModule": {
7637
7794
  "filename": "src/typescript-project-options.ts",
7638
- "line": 505
7795
+ "line": 520
7639
7796
  },
7640
7797
  "name": "majorVersion",
7641
7798
  "optional": true,
@@ -7654,7 +7811,7 @@
7654
7811
  "immutable": true,
7655
7812
  "locationInModule": {
7656
7813
  "filename": "src/typescript-project-options.ts",
7657
- "line": 653
7814
+ "line": 668
7658
7815
  },
7659
7816
  "name": "maxNodeVersion",
7660
7817
  "optional": true,
@@ -7673,7 +7830,7 @@
7673
7830
  "immutable": true,
7674
7831
  "locationInModule": {
7675
7832
  "filename": "src/typescript-project-options.ts",
7676
- "line": 497
7833
+ "line": 512
7677
7834
  },
7678
7835
  "name": "minMajorVersion",
7679
7836
  "optional": true,
@@ -7692,7 +7849,7 @@
7692
7849
  "immutable": true,
7693
7850
  "locationInModule": {
7694
7851
  "filename": "src/typescript-project-options.ts",
7695
- "line": 642
7852
+ "line": 657
7696
7853
  },
7697
7854
  "name": "minNodeVersion",
7698
7855
  "optional": true,
@@ -7713,7 +7870,7 @@
7713
7870
  "immutable": true,
7714
7871
  "locationInModule": {
7715
7872
  "filename": "src/typescript-project-options.ts",
7716
- "line": 964
7873
+ "line": 979
7717
7874
  },
7718
7875
  "name": "name",
7719
7876
  "optional": true,
@@ -7732,7 +7889,7 @@
7732
7889
  "immutable": true,
7733
7890
  "locationInModule": {
7734
7891
  "filename": "src/typescript-project-options.ts",
7735
- "line": 487
7892
+ "line": 502
7736
7893
  },
7737
7894
  "name": "nextVersionCommand",
7738
7895
  "optional": true,
@@ -7750,7 +7907,7 @@
7750
7907
  "immutable": true,
7751
7908
  "locationInModule": {
7752
7909
  "filename": "src/typescript-project-options.ts",
7753
- "line": 627
7910
+ "line": 642
7754
7911
  },
7755
7912
  "name": "npmAccess",
7756
7913
  "optional": true,
@@ -7769,7 +7926,7 @@
7769
7926
  "immutable": true,
7770
7927
  "locationInModule": {
7771
7928
  "filename": "src/typescript-project-options.ts",
7772
- "line": 463
7929
+ "line": 478
7773
7930
  },
7774
7931
  "name": "npmDistTag",
7775
7932
  "optional": true,
@@ -7823,7 +7980,7 @@
7823
7980
  "immutable": true,
7824
7981
  "locationInModule": {
7825
7982
  "filename": "src/typescript-project-options.ts",
7826
- "line": 619
7983
+ "line": 634
7827
7984
  },
7828
7985
  "name": "npmProvenance",
7829
7986
  "optional": true,
@@ -7842,7 +7999,7 @@
7842
7999
  "immutable": true,
7843
8000
  "locationInModule": {
7844
8001
  "filename": "src/typescript-project-options.ts",
7845
- "line": 608
8002
+ "line": 623
7846
8003
  },
7847
8004
  "name": "npmRegistryUrl",
7848
8005
  "optional": true,
@@ -7860,7 +8017,7 @@
7860
8017
  "immutable": true,
7861
8018
  "locationInModule": {
7862
8019
  "filename": "src/typescript-project-options.ts",
7863
- "line": 601
8020
+ "line": 616
7864
8021
  },
7865
8022
  "name": "npmTokenSecret",
7866
8023
  "optional": true,
@@ -7878,7 +8035,7 @@
7878
8035
  "immutable": true,
7879
8036
  "locationInModule": {
7880
8037
  "filename": "src/typescript-project-options.ts",
7881
- "line": 595
8038
+ "line": 610
7882
8039
  },
7883
8040
  "name": "npmTrustedPublishing",
7884
8041
  "optional": true,
@@ -7897,7 +8054,7 @@
7897
8054
  "immutable": true,
7898
8055
  "locationInModule": {
7899
8056
  "filename": "src/typescript-project-options.ts",
7900
- "line": 935
8057
+ "line": 950
7901
8058
  },
7902
8059
  "name": "outdir",
7903
8060
  "optional": true,
@@ -7915,7 +8072,7 @@
7915
8072
  "immutable": true,
7916
8073
  "locationInModule": {
7917
8074
  "filename": "src/typescript-project-options.ts",
7918
- "line": 993
8075
+ "line": 1014
7919
8076
  },
7920
8077
  "name": "ownerCanSelfApprovePRs",
7921
8078
  "optional": true,
@@ -7951,7 +8108,7 @@
7951
8108
  "immutable": true,
7952
8109
  "locationInModule": {
7953
8110
  "filename": "src/typescript-project-options.ts",
7954
- "line": 589
8111
+ "line": 604
7955
8112
  },
7956
8113
  "name": "packageManager",
7957
8114
  "optional": true,
@@ -7972,7 +8129,7 @@
7972
8129
  "immutable": true,
7973
8130
  "locationInModule": {
7974
8131
  "filename": "src/typescript-project-options.ts",
7975
- "line": 583
8132
+ "line": 598
7976
8133
  },
7977
8134
  "name": "packageName",
7978
8135
  "optional": true,
@@ -7989,7 +8146,7 @@
7989
8146
  "immutable": true,
7990
8147
  "locationInModule": {
7991
8148
  "filename": "src/typescript-project-options.ts",
7992
- "line": 924
8149
+ "line": 939
7993
8150
  },
7994
8151
  "name": "parent",
7995
8152
  "optional": true,
@@ -8006,7 +8163,7 @@
8006
8163
  "immutable": true,
8007
8164
  "locationInModule": {
8008
8165
  "filename": "src/typescript-project-options.ts",
8009
- "line": 576
8166
+ "line": 591
8010
8167
  },
8011
8168
  "name": "peerDependencyOptions",
8012
8169
  "optional": true,
@@ -8025,7 +8182,7 @@
8025
8182
  "immutable": true,
8026
8183
  "locationInModule": {
8027
8184
  "filename": "src/typescript-project-options.ts",
8028
- "line": 571
8185
+ "line": 586
8029
8186
  },
8030
8187
  "name": "peerDeps",
8031
8188
  "optional": true,
@@ -8048,7 +8205,7 @@
8048
8205
  "immutable": true,
8049
8206
  "locationInModule": {
8050
8207
  "filename": "src/typescript-project-options.ts",
8051
- "line": 552
8208
+ "line": 567
8052
8209
  },
8053
8210
  "name": "pnpmVersion",
8054
8211
  "optional": true,
@@ -8066,7 +8223,7 @@
8066
8223
  "immutable": true,
8067
8224
  "locationInModule": {
8068
8225
  "filename": "src/typescript-project-options.ts",
8069
- "line": 455
8226
+ "line": 470
8070
8227
  },
8071
8228
  "name": "postBuildSteps",
8072
8229
  "optional": true,
@@ -8089,7 +8246,7 @@
8089
8246
  "immutable": true,
8090
8247
  "locationInModule": {
8091
8248
  "filename": "src/typescript-project-options.ts",
8092
- "line": 449
8249
+ "line": 464
8093
8250
  },
8094
8251
  "name": "prerelease",
8095
8252
  "optional": true,
@@ -8144,7 +8301,7 @@
8144
8301
  "immutable": true,
8145
8302
  "locationInModule": {
8146
8303
  "filename": "src/typescript-project-options.ts",
8147
- "line": 919
8304
+ "line": 934
8148
8305
  },
8149
8306
  "name": "projenCommand",
8150
8307
  "optional": true,
@@ -8162,7 +8319,7 @@
8162
8319
  "immutable": true,
8163
8320
  "locationInModule": {
8164
8321
  "filename": "src/typescript-project-options.ts",
8165
- "line": 835
8322
+ "line": 850
8166
8323
  },
8167
8324
  "name": "projenCredentials",
8168
8325
  "optional": true,
@@ -8216,7 +8373,7 @@
8216
8373
  "immutable": true,
8217
8374
  "locationInModule": {
8218
8375
  "filename": "src/typescript-project-options.ts",
8219
- "line": 912
8376
+ "line": 927
8220
8377
  },
8221
8378
  "name": "projenrcJson",
8222
8379
  "optional": true,
@@ -8234,7 +8391,7 @@
8234
8391
  "immutable": true,
8235
8392
  "locationInModule": {
8236
8393
  "filename": "src/typescript-project-options.ts",
8237
- "line": 906
8394
+ "line": 921
8238
8395
  },
8239
8396
  "name": "projenrcJsonOptions",
8240
8397
  "optional": true,
@@ -8305,7 +8462,7 @@
8305
8462
  "immutable": true,
8306
8463
  "locationInModule": {
8307
8464
  "filename": "src/typescript-project-options.ts",
8308
- "line": 443
8465
+ "line": 458
8309
8466
  },
8310
8467
  "name": "publishDryRun",
8311
8468
  "optional": true,
@@ -8324,7 +8481,7 @@
8324
8481
  "immutable": true,
8325
8482
  "locationInModule": {
8326
8483
  "filename": "src/typescript-project-options.ts",
8327
- "line": 437
8484
+ "line": 452
8328
8485
  },
8329
8486
  "name": "publishTasks",
8330
8487
  "optional": true,
@@ -8383,7 +8540,7 @@
8383
8540
  "immutable": true,
8384
8541
  "locationInModule": {
8385
8542
  "filename": "src/typescript-project-options.ts",
8386
- "line": 829
8543
+ "line": 844
8387
8544
  },
8388
8545
  "name": "readme",
8389
8546
  "optional": true,
@@ -8401,7 +8558,7 @@
8401
8558
  "immutable": true,
8402
8559
  "locationInModule": {
8403
8560
  "filename": "src/typescript-project-options.ts",
8404
- "line": 974
8561
+ "line": 989
8405
8562
  },
8406
8563
  "name": "releasableCommitTypes",
8407
8564
  "optional": true,
@@ -8443,7 +8600,7 @@
8443
8600
  "immutable": true,
8444
8601
  "locationInModule": {
8445
8602
  "filename": "src/typescript-project-options.ts",
8446
- "line": 429
8603
+ "line": 444
8447
8604
  },
8448
8605
  "name": "releaseBranches",
8449
8606
  "optional": true,
@@ -8467,7 +8624,7 @@
8467
8624
  "immutable": true,
8468
8625
  "locationInModule": {
8469
8626
  "filename": "src/typescript-project-options.ts",
8470
- "line": 416
8627
+ "line": 431
8471
8628
  },
8472
8629
  "name": "releaseEnvironment",
8473
8630
  "optional": true,
@@ -8485,7 +8642,7 @@
8485
8642
  "immutable": true,
8486
8643
  "locationInModule": {
8487
8644
  "filename": "src/typescript-project-options.ts",
8488
- "line": 405
8645
+ "line": 420
8489
8646
  },
8490
8647
  "name": "releaseFailureIssue",
8491
8648
  "optional": true,
@@ -8504,7 +8661,7 @@
8504
8661
  "immutable": true,
8505
8662
  "locationInModule": {
8506
8663
  "filename": "src/typescript-project-options.ts",
8507
- "line": 399
8664
+ "line": 414
8508
8665
  },
8509
8666
  "name": "releaseFailureIssueLabel",
8510
8667
  "optional": true,
@@ -8523,7 +8680,7 @@
8523
8680
  "immutable": true,
8524
8681
  "locationInModule": {
8525
8682
  "filename": "src/typescript-project-options.ts",
8526
- "line": 392
8683
+ "line": 407
8527
8684
  },
8528
8685
  "name": "releaseTagPrefix",
8529
8686
  "optional": true,
@@ -8559,7 +8716,7 @@
8559
8716
  "immutable": true,
8560
8717
  "locationInModule": {
8561
8718
  "filename": "src/typescript-project-options.ts",
8562
- "line": 382
8719
+ "line": 397
8563
8720
  },
8564
8721
  "name": "releaseTrigger",
8565
8722
  "optional": true,
@@ -8577,7 +8734,7 @@
8577
8734
  "immutable": true,
8578
8735
  "locationInModule": {
8579
8736
  "filename": "src/typescript-project-options.ts",
8580
- "line": 376
8737
+ "line": 391
8581
8738
  },
8582
8739
  "name": "releaseWorkflowEnv",
8583
8740
  "optional": true,
@@ -8600,7 +8757,7 @@
8600
8757
  "immutable": true,
8601
8758
  "locationInModule": {
8602
8759
  "filename": "src/typescript-project-options.ts",
8603
- "line": 370
8760
+ "line": 385
8604
8761
  },
8605
8762
  "name": "releaseWorkflowName",
8606
8763
  "optional": true,
@@ -8617,7 +8774,7 @@
8617
8774
  "immutable": true,
8618
8775
  "locationInModule": {
8619
8776
  "filename": "src/typescript-project-options.ts",
8620
- "line": 364
8777
+ "line": 379
8621
8778
  },
8622
8779
  "name": "releaseWorkflowSetupSteps",
8623
8780
  "optional": true,
@@ -8640,7 +8797,7 @@
8640
8797
  "immutable": true,
8641
8798
  "locationInModule": {
8642
8799
  "filename": "src/typescript-project-options.ts",
8643
- "line": 900
8800
+ "line": 915
8644
8801
  },
8645
8802
  "name": "renovatebot",
8646
8803
  "optional": true,
@@ -8658,7 +8815,7 @@
8658
8815
  "immutable": true,
8659
8816
  "locationInModule": {
8660
8817
  "filename": "src/typescript-project-options.ts",
8661
- "line": 894
8818
+ "line": 909
8662
8819
  },
8663
8820
  "name": "renovatebotOptions",
8664
8821
  "optional": true,
@@ -8676,7 +8833,7 @@
8676
8833
  "immutable": true,
8677
8834
  "locationInModule": {
8678
8835
  "filename": "src/typescript-project-options.ts",
8679
- "line": 546
8836
+ "line": 561
8680
8837
  },
8681
8838
  "name": "repository",
8682
8839
  "optional": true,
@@ -8693,7 +8850,7 @@
8693
8850
  "immutable": true,
8694
8851
  "locationInModule": {
8695
8852
  "filename": "src/typescript-project-options.ts",
8696
- "line": 540
8853
+ "line": 555
8697
8854
  },
8698
8855
  "name": "repositoryDirectory",
8699
8856
  "optional": true,
@@ -8711,7 +8868,7 @@
8711
8868
  "immutable": true,
8712
8869
  "locationInModule": {
8713
8870
  "filename": "src/typescript-project-options.ts",
8714
- "line": 535
8871
+ "line": 550
8715
8872
  },
8716
8873
  "name": "scopedPackagesOptions",
8717
8874
  "optional": true,
@@ -8751,7 +8908,7 @@
8751
8908
  "immutable": true,
8752
8909
  "locationInModule": {
8753
8910
  "filename": "src/typescript-project-options.ts",
8754
- "line": 529
8911
+ "line": 544
8755
8912
  },
8756
8913
  "name": "stability",
8757
8914
  "optional": true,
@@ -8770,7 +8927,7 @@
8770
8927
  "immutable": true,
8771
8928
  "locationInModule": {
8772
8929
  "filename": "src/typescript-project-options.ts",
8773
- "line": 823
8930
+ "line": 838
8774
8931
  },
8775
8932
  "name": "stale",
8776
8933
  "optional": true,
@@ -8789,7 +8946,7 @@
8789
8946
  "immutable": true,
8790
8947
  "locationInModule": {
8791
8948
  "filename": "src/typescript-project-options.ts",
8792
- "line": 816
8949
+ "line": 831
8793
8950
  },
8794
8951
  "name": "staleOptions",
8795
8952
  "optional": true,
@@ -8915,7 +9072,7 @@
8915
9072
  "immutable": true,
8916
9073
  "locationInModule": {
8917
9074
  "filename": "src/typescript-project-options.ts",
8918
- "line": 998
9075
+ "line": 1019
8919
9076
  },
8920
9077
  "name": "upgradesSchedule",
8921
9078
  "optional": true,
@@ -8934,7 +9091,7 @@
8934
9091
  "immutable": true,
8935
9092
  "locationInModule": {
8936
9093
  "filename": "src/typescript-project-options.ts",
8937
- "line": 359
9094
+ "line": 374
8938
9095
  },
8939
9096
  "name": "versionrcOptions",
8940
9097
  "optional": true,
@@ -8958,7 +9115,7 @@
8958
9115
  "immutable": true,
8959
9116
  "locationInModule": {
8960
9117
  "filename": "src/typescript-project-options.ts",
8961
- "line": 809
9118
+ "line": 824
8962
9119
  },
8963
9120
  "name": "vscode",
8964
9121
  "optional": true,
@@ -8977,7 +9134,7 @@
8977
9134
  "immutable": true,
8978
9135
  "locationInModule": {
8979
9136
  "filename": "src/typescript-project-options.ts",
8980
- "line": 1011
9137
+ "line": 1032
8981
9138
  },
8982
9139
  "name": "wordmarkOptions",
8983
9140
  "optional": true,
@@ -9018,7 +9175,7 @@
9018
9175
  "immutable": true,
9019
9176
  "locationInModule": {
9020
9177
  "filename": "src/typescript-project-options.ts",
9021
- "line": 352
9178
+ "line": 367
9022
9179
  },
9023
9180
  "name": "workflowContainerImage",
9024
9181
  "optional": true,
@@ -9095,7 +9252,7 @@
9095
9252
  "immutable": true,
9096
9253
  "locationInModule": {
9097
9254
  "filename": "src/typescript-project-options.ts",
9098
- "line": 346
9255
+ "line": 361
9099
9256
  },
9100
9257
  "name": "workflowRunsOn",
9101
9258
  "optional": true,
@@ -9121,7 +9278,7 @@
9121
9278
  "immutable": true,
9122
9279
  "locationInModule": {
9123
9280
  "filename": "src/typescript-project-options.ts",
9124
- "line": 338
9281
+ "line": 353
9125
9282
  },
9126
9283
  "name": "workflowRunsOnGroup",
9127
9284
  "optional": true,
@@ -9139,7 +9296,7 @@
9139
9296
  "immutable": true,
9140
9297
  "locationInModule": {
9141
9298
  "filename": "src/typescript-project-options.ts",
9142
- "line": 524
9299
+ "line": 539
9143
9300
  },
9144
9301
  "name": "yarnBerryOptions",
9145
9302
  "optional": true,
@@ -9150,6 +9307,84 @@
9150
9307
  ],
9151
9308
  "symbolId": "src/typescript-project-options:TypeScriptProjectOptions"
9152
9309
  },
9310
+ "mrpj.components.SelfMutationOnForks": {
9311
+ "assembly": "mrpj",
9312
+ "docs": {
9313
+ "remarks": "This class sets up a workflow that will automatically apply projen-generated changes\nwhen a build fails due to outdated generated files. The workflow:\n\n1. Runs when the build workflow fails on a PR\n2. Downloads any patch file generated during the failed build\n3. Authenticates using GitHub App credentials\n4. Checks out the PR branch\n5. Applies the patch if it exists and can be applied cleanly\n6. Commits and pushes the changes back to the PR\n\nThis enables automated fixes for common projen-related issues on fork PRs.",
9314
+ "stability": "stable",
9315
+ "summary": "Configures GitHub workflows to enable self-mutation on fork pull requests."
9316
+ },
9317
+ "fqn": "mrpj.components.SelfMutationOnForks",
9318
+ "initializer": {
9319
+ "docs": {
9320
+ "stability": "stable"
9321
+ },
9322
+ "locationInModule": {
9323
+ "filename": "src/components/SelfMutationOnForks.ts",
9324
+ "line": 31
9325
+ },
9326
+ "parameters": [
9327
+ {
9328
+ "name": "project",
9329
+ "type": {
9330
+ "fqn": "projen.Project"
9331
+ }
9332
+ },
9333
+ {
9334
+ "name": "options",
9335
+ "optional": true,
9336
+ "type": {
9337
+ "fqn": "mrpj.components.SelfMutationOnForksOptions"
9338
+ }
9339
+ }
9340
+ ]
9341
+ },
9342
+ "kind": "class",
9343
+ "locationInModule": {
9344
+ "filename": "src/components/SelfMutationOnForks.ts",
9345
+ "line": 30
9346
+ },
9347
+ "name": "SelfMutationOnForks",
9348
+ "namespace": "components",
9349
+ "symbolId": "src/components/SelfMutationOnForks:SelfMutationOnForks"
9350
+ },
9351
+ "mrpj.components.SelfMutationOnForksOptions": {
9352
+ "assembly": "mrpj",
9353
+ "datatype": true,
9354
+ "docs": {
9355
+ "stability": "stable",
9356
+ "summary": "Options for configuring self-mutation behavior on forks."
9357
+ },
9358
+ "fqn": "mrpj.components.SelfMutationOnForksOptions",
9359
+ "kind": "interface",
9360
+ "locationInModule": {
9361
+ "filename": "src/components/SelfMutationOnForks.ts",
9362
+ "line": 7
9363
+ },
9364
+ "name": "SelfMutationOnForksOptions",
9365
+ "namespace": "components",
9366
+ "properties": [
9367
+ {
9368
+ "abstract": true,
9369
+ "docs": {
9370
+ "default": "- no environment specified",
9371
+ "stability": "stable",
9372
+ "summary": "Environment name to use for the workflow."
9373
+ },
9374
+ "immutable": true,
9375
+ "locationInModule": {
9376
+ "filename": "src/components/SelfMutationOnForks.ts",
9377
+ "line": 12
9378
+ },
9379
+ "name": "environment",
9380
+ "optional": true,
9381
+ "type": {
9382
+ "primitive": "string"
9383
+ }
9384
+ }
9385
+ ],
9386
+ "symbolId": "src/components/SelfMutationOnForks:SelfMutationOnForksOptions"
9387
+ },
9153
9388
  "mrpj.logo.ColorScheme": {
9154
9389
  "assembly": "mrpj",
9155
9390
  "datatype": true,
@@ -10406,6 +10641,6 @@
10406
10641
  "symbolId": "src/logo/Wordmark:WordmarkOptions"
10407
10642
  }
10408
10643
  },
10409
- "version": "0.2.5",
10410
- "fingerprint": "aotElgvGWUG00gNLKtAwIw+4VX1ueHH1wMWjVmGBd0I="
10644
+ "version": "0.2.7",
10645
+ "fingerprint": "akpHOEOyRjenzoW76K0un9195LCleQFLwSG2yqolmew="
10411
10646
  }