mrpj 0.1.67 → 0.1.69

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
@@ -81,7 +81,7 @@
81
81
  "stability": "stable"
82
82
  },
83
83
  "homepage": "https://github.com/mrgrain/projen-projects",
84
- "jsiiVersion": "5.3.55 (build 4f29397)",
84
+ "jsiiVersion": "5.3.59 (build 5b68aaf)",
85
85
  "license": "MIT",
86
86
  "metadata": {
87
87
  "jsii": {
@@ -253,7 +253,7 @@
253
253
  "immutable": true,
254
254
  "locationInModule": {
255
255
  "filename": "src/construct-project-options.ts",
256
- "line": 1084
256
+ "line": 1114
257
257
  },
258
258
  "name": "name",
259
259
  "type": {
@@ -288,7 +288,7 @@
288
288
  "immutable": true,
289
289
  "locationInModule": {
290
290
  "filename": "src/construct-project-options.ts",
291
- "line": 922
291
+ "line": 952
292
292
  },
293
293
  "name": "allowLibraryDependencies",
294
294
  "optional": true,
@@ -323,7 +323,7 @@
323
323
  "immutable": true,
324
324
  "locationInModule": {
325
325
  "filename": "src/construct-project-options.ts",
326
- "line": 914
326
+ "line": 944
327
327
  },
328
328
  "name": "authorEmail",
329
329
  "optional": true,
@@ -340,7 +340,7 @@
340
340
  "immutable": true,
341
341
  "locationInModule": {
342
342
  "filename": "src/construct-project-options.ts",
343
- "line": 909
343
+ "line": 939
344
344
  },
345
345
  "name": "authorName",
346
346
  "optional": true,
@@ -357,7 +357,7 @@
357
357
  "immutable": true,
358
358
  "locationInModule": {
359
359
  "filename": "src/construct-project-options.ts",
360
- "line": 904
360
+ "line": 934
361
361
  },
362
362
  "name": "authorOrganization",
363
363
  "optional": true,
@@ -374,7 +374,7 @@
374
374
  "immutable": true,
375
375
  "locationInModule": {
376
376
  "filename": "src/construct-project-options.ts",
377
- "line": 899
377
+ "line": 929
378
378
  },
379
379
  "name": "authorUrl",
380
380
  "optional": true,
@@ -392,7 +392,7 @@
392
392
  "immutable": true,
393
393
  "locationInModule": {
394
394
  "filename": "src/construct-project-options.ts",
395
- "line": 1008
395
+ "line": 1038
396
396
  },
397
397
  "name": "autoApproveOptions",
398
398
  "optional": true,
@@ -429,7 +429,7 @@
429
429
  "immutable": true,
430
430
  "locationInModule": {
431
431
  "filename": "src/construct-project-options.ts",
432
- "line": 894
432
+ "line": 924
433
433
  },
434
434
  "name": "autoDetectBin",
435
435
  "optional": true,
@@ -448,7 +448,7 @@
448
448
  "immutable": true,
449
449
  "locationInModule": {
450
450
  "filename": "src/construct-project-options.ts",
451
- "line": 1002
451
+ "line": 1032
452
452
  },
453
453
  "name": "autoMerge",
454
454
  "optional": true,
@@ -467,7 +467,7 @@
467
467
  "immutable": true,
468
468
  "locationInModule": {
469
469
  "filename": "src/construct-project-options.ts",
470
- "line": 994
470
+ "line": 1024
471
471
  },
472
472
  "name": "autoMergeOptions",
473
473
  "optional": true,
@@ -485,7 +485,7 @@
485
485
  "immutable": true,
486
486
  "locationInModule": {
487
487
  "filename": "src/construct-project-options.ts",
488
- "line": 888
488
+ "line": 918
489
489
  },
490
490
  "name": "bin",
491
491
  "optional": true,
@@ -507,7 +507,7 @@
507
507
  "immutable": true,
508
508
  "locationInModule": {
509
509
  "filename": "src/construct-project-options.ts",
510
- "line": 880
510
+ "line": 910
511
511
  },
512
512
  "name": "bugsEmail",
513
513
  "optional": true,
@@ -524,7 +524,7 @@
524
524
  "immutable": true,
525
525
  "locationInModule": {
526
526
  "filename": "src/construct-project-options.ts",
527
- "line": 875
527
+ "line": 905
528
528
  },
529
529
  "name": "bugsUrl",
530
530
  "optional": true,
@@ -567,6 +567,25 @@
567
567
  "fqn": "projen.javascript.BuildWorkflowOptions"
568
568
  }
569
569
  },
570
+ {
571
+ "abstract": true,
572
+ "docs": {
573
+ "default": "- A recent version of \"commit-and-tag-version\"",
574
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
575
+ "stability": "stable",
576
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
577
+ },
578
+ "immutable": true,
579
+ "locationInModule": {
580
+ "filename": "src/construct-project-options.ts",
581
+ "line": 680
582
+ },
583
+ "name": "bumpPackage",
584
+ "optional": true,
585
+ "type": {
586
+ "primitive": "string"
587
+ }
588
+ },
570
589
  {
571
590
  "abstract": true,
572
591
  "docs": {
@@ -577,7 +596,7 @@
577
596
  "immutable": true,
578
597
  "locationInModule": {
579
598
  "filename": "src/construct-project-options.ts",
580
- "line": 870
599
+ "line": 900
581
600
  },
582
601
  "name": "bundledDeps",
583
602
  "optional": true,
@@ -692,7 +711,7 @@
692
711
  "immutable": true,
693
712
  "locationInModule": {
694
713
  "filename": "src/construct-project-options.ts",
695
- "line": 986
714
+ "line": 1016
696
715
  },
697
716
  "name": "clobber",
698
717
  "optional": true,
@@ -711,7 +730,7 @@
711
730
  "immutable": true,
712
731
  "locationInModule": {
713
732
  "filename": "src/construct-project-options.ts",
714
- "line": 855
733
+ "line": 885
715
734
  },
716
735
  "name": "codeArtifactOptions",
717
736
  "optional": true,
@@ -765,7 +784,7 @@
765
784
  "immutable": true,
766
785
  "locationInModule": {
767
786
  "filename": "src/construct-project-options.ts",
768
- "line": 1077
787
+ "line": 1107
769
788
  },
770
789
  "name": "commitGenerated",
771
790
  "optional": true,
@@ -933,7 +952,7 @@
933
952
  "immutable": true,
934
953
  "locationInModule": {
935
954
  "filename": "src/construct-project-options.ts",
936
- "line": 848
955
+ "line": 878
937
956
  },
938
957
  "name": "deps",
939
958
  "optional": true,
@@ -996,7 +1015,7 @@
996
1015
  "immutable": true,
997
1016
  "locationInModule": {
998
1017
  "filename": "src/construct-project-options.ts",
999
- "line": 835
1018
+ "line": 865
1000
1019
  },
1001
1020
  "name": "description",
1002
1021
  "optional": true,
@@ -1014,7 +1033,7 @@
1014
1033
  "immutable": true,
1015
1034
  "locationInModule": {
1016
1035
  "filename": "src/construct-project-options.ts",
1017
- "line": 980
1036
+ "line": 1010
1018
1037
  },
1019
1038
  "name": "devContainer",
1020
1039
  "optional": true,
@@ -1036,7 +1055,7 @@
1036
1055
  "immutable": true,
1037
1056
  "locationInModule": {
1038
1057
  "filename": "src/construct-project-options.ts",
1039
- "line": 827
1058
+ "line": 857
1040
1059
  },
1041
1060
  "name": "devDeps",
1042
1061
  "optional": true,
@@ -1167,7 +1186,7 @@
1167
1186
  "immutable": true,
1168
1187
  "locationInModule": {
1169
1188
  "filename": "src/construct-project-options.ts",
1170
- "line": 810
1189
+ "line": 840
1171
1190
  },
1172
1191
  "name": "entrypoint",
1173
1192
  "optional": true,
@@ -1281,7 +1300,7 @@
1281
1300
  "immutable": true,
1282
1301
  "locationInModule": {
1283
1302
  "filename": "src/construct-project-options.ts",
1284
- "line": 974
1303
+ "line": 1004
1285
1304
  },
1286
1305
  "name": "github",
1287
1306
  "optional": true,
@@ -1299,7 +1318,7 @@
1299
1318
  "immutable": true,
1300
1319
  "locationInModule": {
1301
1320
  "filename": "src/construct-project-options.ts",
1302
- "line": 967
1321
+ "line": 997
1303
1322
  },
1304
1323
  "name": "githubOptions",
1305
1324
  "optional": true,
@@ -1338,7 +1357,7 @@
1338
1357
  "immutable": true,
1339
1358
  "locationInModule": {
1340
1359
  "filename": "src/construct-project-options.ts",
1341
- "line": 1071
1360
+ "line": 1101
1342
1361
  },
1343
1362
  "name": "gitIgnoreOptions",
1344
1363
  "optional": true,
@@ -1355,7 +1374,7 @@
1355
1374
  "immutable": true,
1356
1375
  "locationInModule": {
1357
1376
  "filename": "src/construct-project-options.ts",
1358
- "line": 1066
1377
+ "line": 1096
1359
1378
  },
1360
1379
  "name": "gitOptions",
1361
1380
  "optional": true,
@@ -1373,7 +1392,7 @@
1373
1392
  "immutable": true,
1374
1393
  "locationInModule": {
1375
1394
  "filename": "src/construct-project-options.ts",
1376
- "line": 961
1395
+ "line": 991
1377
1396
  },
1378
1397
  "name": "gitpod",
1379
1398
  "optional": true,
@@ -1390,7 +1409,7 @@
1390
1409
  "immutable": true,
1391
1410
  "locationInModule": {
1392
1411
  "filename": "src/construct-project-options.ts",
1393
- "line": 803
1412
+ "line": 833
1394
1413
  },
1395
1414
  "name": "homepage",
1396
1415
  "optional": true,
@@ -1462,7 +1481,7 @@
1462
1481
  "immutable": true,
1463
1482
  "locationInModule": {
1464
1483
  "filename": "src/construct-project-options.ts",
1465
- "line": 650
1484
+ "line": 673
1466
1485
  },
1467
1486
  "name": "jsiiReleaseVersion",
1468
1487
  "optional": true,
@@ -1501,7 +1520,7 @@
1501
1520
  "immutable": true,
1502
1521
  "locationInModule": {
1503
1522
  "filename": "src/construct-project-options.ts",
1504
- "line": 798
1523
+ "line": 828
1505
1524
  },
1506
1525
  "name": "keywords",
1507
1526
  "optional": true,
@@ -1597,7 +1616,7 @@
1597
1616
  "immutable": true,
1598
1617
  "locationInModule": {
1599
1618
  "filename": "src/construct-project-options.ts",
1600
- "line": 793
1619
+ "line": 823
1601
1620
  },
1602
1621
  "name": "license",
1603
1622
  "optional": true,
@@ -1615,7 +1634,7 @@
1615
1634
  "immutable": true,
1616
1635
  "locationInModule": {
1617
1636
  "filename": "src/construct-project-options.ts",
1618
- "line": 785
1637
+ "line": 815
1619
1638
  },
1620
1639
  "name": "licensed",
1621
1640
  "optional": true,
@@ -1633,7 +1652,7 @@
1633
1652
  "immutable": true,
1634
1653
  "locationInModule": {
1635
1654
  "filename": "src/construct-project-options.ts",
1636
- "line": 1061
1655
+ "line": 1091
1637
1656
  },
1638
1657
  "name": "logging",
1639
1658
  "optional": true,
@@ -1652,7 +1671,7 @@
1652
1671
  "immutable": true,
1653
1672
  "locationInModule": {
1654
1673
  "filename": "src/construct-project-options.ts",
1655
- "line": 644
1674
+ "line": 667
1656
1675
  },
1657
1676
  "name": "majorVersion",
1658
1677
  "optional": true,
@@ -1671,7 +1690,7 @@
1671
1690
  "immutable": true,
1672
1691
  "locationInModule": {
1673
1692
  "filename": "src/construct-project-options.ts",
1674
- "line": 779
1693
+ "line": 809
1675
1694
  },
1676
1695
  "name": "maxNodeVersion",
1677
1696
  "optional": true,
@@ -1690,7 +1709,7 @@
1690
1709
  "immutable": true,
1691
1710
  "locationInModule": {
1692
1711
  "filename": "src/construct-project-options.ts",
1693
- "line": 636
1712
+ "line": 659
1694
1713
  },
1695
1714
  "name": "minMajorVersion",
1696
1715
  "optional": true,
@@ -1709,7 +1728,7 @@
1709
1728
  "immutable": true,
1710
1729
  "locationInModule": {
1711
1730
  "filename": "src/construct-project-options.ts",
1712
- "line": 768
1731
+ "line": 798
1713
1732
  },
1714
1733
  "name": "minNodeVersion",
1715
1734
  "optional": true,
@@ -1717,6 +1736,25 @@
1717
1736
  "primitive": "string"
1718
1737
  }
1719
1738
  },
1739
+ {
1740
+ "abstract": true,
1741
+ "docs": {
1742
+ "default": "- The next version will be determined based on the commit history and project settings.",
1743
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
1744
+ "stability": "stable",
1745
+ "summary": "A shell command to control the next version to release."
1746
+ },
1747
+ "immutable": true,
1748
+ "locationInModule": {
1749
+ "filename": "src/construct-project-options.ts",
1750
+ "line": 649
1751
+ },
1752
+ "name": "nextVersionCommand",
1753
+ "optional": true,
1754
+ "type": {
1755
+ "primitive": "string"
1756
+ }
1757
+ },
1720
1758
  {
1721
1759
  "abstract": true,
1722
1760
  "docs": {
@@ -1727,7 +1765,7 @@
1727
1765
  "immutable": true,
1728
1766
  "locationInModule": {
1729
1767
  "filename": "src/construct-project-options.ts",
1730
- "line": 753
1768
+ "line": 783
1731
1769
  },
1732
1770
  "name": "npmAccess",
1733
1771
  "optional": true,
@@ -1800,7 +1838,7 @@
1800
1838
  "immutable": true,
1801
1839
  "locationInModule": {
1802
1840
  "filename": "src/construct-project-options.ts",
1803
- "line": 745
1841
+ "line": 775
1804
1842
  },
1805
1843
  "name": "npmProvenance",
1806
1844
  "optional": true,
@@ -1819,7 +1857,7 @@
1819
1857
  "immutable": true,
1820
1858
  "locationInModule": {
1821
1859
  "filename": "src/construct-project-options.ts",
1822
- "line": 734
1860
+ "line": 764
1823
1861
  },
1824
1862
  "name": "npmRegistryUrl",
1825
1863
  "optional": true,
@@ -1837,7 +1875,7 @@
1837
1875
  "immutable": true,
1838
1876
  "locationInModule": {
1839
1877
  "filename": "src/construct-project-options.ts",
1840
- "line": 727
1878
+ "line": 757
1841
1879
  },
1842
1880
  "name": "npmTokenSecret",
1843
1881
  "optional": true,
@@ -1856,7 +1894,7 @@
1856
1894
  "immutable": true,
1857
1895
  "locationInModule": {
1858
1896
  "filename": "src/construct-project-options.ts",
1859
- "line": 1055
1897
+ "line": 1085
1860
1898
  },
1861
1899
  "name": "outdir",
1862
1900
  "optional": true,
@@ -1892,7 +1930,7 @@
1892
1930
  "immutable": true,
1893
1931
  "locationInModule": {
1894
1932
  "filename": "src/construct-project-options.ts",
1895
- "line": 721
1933
+ "line": 751
1896
1934
  },
1897
1935
  "name": "packageManager",
1898
1936
  "optional": true,
@@ -1913,7 +1951,7 @@
1913
1951
  "immutable": true,
1914
1952
  "locationInModule": {
1915
1953
  "filename": "src/construct-project-options.ts",
1916
- "line": 715
1954
+ "line": 745
1917
1955
  },
1918
1956
  "name": "packageName",
1919
1957
  "optional": true,
@@ -1930,7 +1968,7 @@
1930
1968
  "immutable": true,
1931
1969
  "locationInModule": {
1932
1970
  "filename": "src/construct-project-options.ts",
1933
- "line": 1044
1971
+ "line": 1074
1934
1972
  },
1935
1973
  "name": "parent",
1936
1974
  "optional": true,
@@ -1947,7 +1985,7 @@
1947
1985
  "immutable": true,
1948
1986
  "locationInModule": {
1949
1987
  "filename": "src/construct-project-options.ts",
1950
- "line": 708
1988
+ "line": 738
1951
1989
  },
1952
1990
  "name": "peerDependencyOptions",
1953
1991
  "optional": true,
@@ -1966,7 +2004,7 @@
1966
2004
  "immutable": true,
1967
2005
  "locationInModule": {
1968
2006
  "filename": "src/construct-project-options.ts",
1969
- "line": 703
2007
+ "line": 733
1970
2008
  },
1971
2009
  "name": "peerDeps",
1972
2010
  "optional": true,
@@ -1989,7 +2027,7 @@
1989
2027
  "immutable": true,
1990
2028
  "locationInModule": {
1991
2029
  "filename": "src/construct-project-options.ts",
1992
- "line": 684
2030
+ "line": 714
1993
2031
  },
1994
2032
  "name": "pnpmVersion",
1995
2033
  "optional": true,
@@ -2085,7 +2123,7 @@
2085
2123
  "immutable": true,
2086
2124
  "locationInModule": {
2087
2125
  "filename": "src/construct-project-options.ts",
2088
- "line": 1039
2126
+ "line": 1069
2089
2127
  },
2090
2128
  "name": "projenCommand",
2091
2129
  "optional": true,
@@ -2103,7 +2141,7 @@
2103
2141
  "immutable": true,
2104
2142
  "locationInModule": {
2105
2143
  "filename": "src/construct-project-options.ts",
2106
- "line": 955
2144
+ "line": 985
2107
2145
  },
2108
2146
  "name": "projenCredentials",
2109
2147
  "optional": true,
@@ -2157,7 +2195,7 @@
2157
2195
  "immutable": true,
2158
2196
  "locationInModule": {
2159
2197
  "filename": "src/construct-project-options.ts",
2160
- "line": 1032
2198
+ "line": 1062
2161
2199
  },
2162
2200
  "name": "projenrcJson",
2163
2201
  "optional": true,
@@ -2175,7 +2213,7 @@
2175
2213
  "immutable": true,
2176
2214
  "locationInModule": {
2177
2215
  "filename": "src/construct-project-options.ts",
2178
- "line": 1026
2216
+ "line": 1056
2179
2217
  },
2180
2218
  "name": "projenrcJsonOptions",
2181
2219
  "optional": true,
@@ -2417,7 +2455,7 @@
2417
2455
  "immutable": true,
2418
2456
  "locationInModule": {
2419
2457
  "filename": "src/construct-project-options.ts",
2420
- "line": 949
2458
+ "line": 979
2421
2459
  },
2422
2460
  "name": "readme",
2423
2461
  "optional": true,
@@ -2627,7 +2665,7 @@
2627
2665
  "immutable": true,
2628
2666
  "locationInModule": {
2629
2667
  "filename": "src/construct-project-options.ts",
2630
- "line": 1020
2668
+ "line": 1050
2631
2669
  },
2632
2670
  "name": "renovatebot",
2633
2671
  "optional": true,
@@ -2645,7 +2683,7 @@
2645
2683
  "immutable": true,
2646
2684
  "locationInModule": {
2647
2685
  "filename": "src/construct-project-options.ts",
2648
- "line": 1014
2686
+ "line": 1044
2649
2687
  },
2650
2688
  "name": "renovatebotOptions",
2651
2689
  "optional": true,
@@ -2663,7 +2701,7 @@
2663
2701
  "immutable": true,
2664
2702
  "locationInModule": {
2665
2703
  "filename": "src/construct-project-options.ts",
2666
- "line": 678
2704
+ "line": 708
2667
2705
  },
2668
2706
  "name": "repository",
2669
2707
  "optional": true,
@@ -2680,7 +2718,7 @@
2680
2718
  "immutable": true,
2681
2719
  "locationInModule": {
2682
2720
  "filename": "src/construct-project-options.ts",
2683
- "line": 672
2721
+ "line": 702
2684
2722
  },
2685
2723
  "name": "repositoryDirectory",
2686
2724
  "optional": true,
@@ -2733,7 +2771,7 @@
2733
2771
  "immutable": true,
2734
2772
  "locationInModule": {
2735
2773
  "filename": "src/construct-project-options.ts",
2736
- "line": 667
2774
+ "line": 697
2737
2775
  },
2738
2776
  "name": "scopedPackagesOptions",
2739
2777
  "optional": true,
@@ -2773,7 +2811,7 @@
2773
2811
  "immutable": true,
2774
2812
  "locationInModule": {
2775
2813
  "filename": "src/construct-project-options.ts",
2776
- "line": 661
2814
+ "line": 691
2777
2815
  },
2778
2816
  "name": "stability",
2779
2817
  "optional": true,
@@ -2792,7 +2830,7 @@
2792
2830
  "immutable": true,
2793
2831
  "locationInModule": {
2794
2832
  "filename": "src/construct-project-options.ts",
2795
- "line": 943
2833
+ "line": 973
2796
2834
  },
2797
2835
  "name": "stale",
2798
2836
  "optional": true,
@@ -2811,7 +2849,7 @@
2811
2849
  "immutable": true,
2812
2850
  "locationInModule": {
2813
2851
  "filename": "src/construct-project-options.ts",
2814
- "line": 936
2852
+ "line": 966
2815
2853
  },
2816
2854
  "name": "staleOptions",
2817
2855
  "optional": true,
@@ -2963,7 +3001,7 @@
2963
3001
  "immutable": true,
2964
3002
  "locationInModule": {
2965
3003
  "filename": "src/construct-project-options.ts",
2966
- "line": 929
3004
+ "line": 959
2967
3005
  },
2968
3006
  "name": "vscode",
2969
3007
  "optional": true,
@@ -3125,7 +3163,7 @@
3125
3163
  "immutable": true,
3126
3164
  "locationInModule": {
3127
3165
  "filename": "src/construct-project-options.ts",
3128
- "line": 656
3166
+ "line": 686
3129
3167
  },
3130
3168
  "name": "yarnBerryOptions",
3131
3169
  "optional": true,
@@ -3228,7 +3266,7 @@
3228
3266
  "immutable": true,
3229
3267
  "locationInModule": {
3230
3268
  "filename": "src/projen-project-options.ts",
3231
- "line": 774
3269
+ "line": 804
3232
3270
  },
3233
3271
  "name": "authorName",
3234
3272
  "type": {
@@ -3243,7 +3281,7 @@
3243
3281
  "immutable": true,
3244
3282
  "locationInModule": {
3245
3283
  "filename": "src/projen-project-options.ts",
3246
- "line": 953
3284
+ "line": 983
3247
3285
  },
3248
3286
  "name": "repo",
3249
3287
  "type": {
@@ -3260,7 +3298,7 @@
3260
3298
  "immutable": true,
3261
3299
  "locationInModule": {
3262
3300
  "filename": "src/projen-project-options.ts",
3263
- "line": 966
3301
+ "line": 996
3264
3302
  },
3265
3303
  "name": "allowedCommitTypes",
3266
3304
  "optional": true,
@@ -3284,7 +3322,7 @@
3284
3322
  "immutable": true,
3285
3323
  "locationInModule": {
3286
3324
  "filename": "src/projen-project-options.ts",
3287
- "line": 787
3325
+ "line": 817
3288
3326
  },
3289
3327
  "name": "allowLibraryDependencies",
3290
3328
  "optional": true,
@@ -3337,7 +3375,7 @@
3337
3375
  "immutable": true,
3338
3376
  "locationInModule": {
3339
3377
  "filename": "src/projen-project-options.ts",
3340
- "line": 779
3378
+ "line": 809
3341
3379
  },
3342
3380
  "name": "authorEmail",
3343
3381
  "optional": true,
@@ -3354,7 +3392,7 @@
3354
3392
  "immutable": true,
3355
3393
  "locationInModule": {
3356
3394
  "filename": "src/projen-project-options.ts",
3357
- "line": 769
3395
+ "line": 799
3358
3396
  },
3359
3397
  "name": "authorOrganization",
3360
3398
  "optional": true,
@@ -3371,7 +3409,7 @@
3371
3409
  "immutable": true,
3372
3410
  "locationInModule": {
3373
3411
  "filename": "src/projen-project-options.ts",
3374
- "line": 764
3412
+ "line": 794
3375
3413
  },
3376
3414
  "name": "authorUrl",
3377
3415
  "optional": true,
@@ -3389,7 +3427,7 @@
3389
3427
  "immutable": true,
3390
3428
  "locationInModule": {
3391
3429
  "filename": "src/projen-project-options.ts",
3392
- "line": 873
3430
+ "line": 903
3393
3431
  },
3394
3432
  "name": "autoApproveOptions",
3395
3433
  "optional": true,
@@ -3426,7 +3464,7 @@
3426
3464
  "immutable": true,
3427
3465
  "locationInModule": {
3428
3466
  "filename": "src/projen-project-options.ts",
3429
- "line": 759
3467
+ "line": 789
3430
3468
  },
3431
3469
  "name": "autoDetectBin",
3432
3470
  "optional": true,
@@ -3445,7 +3483,7 @@
3445
3483
  "immutable": true,
3446
3484
  "locationInModule": {
3447
3485
  "filename": "src/projen-project-options.ts",
3448
- "line": 972
3486
+ "line": 1002
3449
3487
  },
3450
3488
  "name": "automationAppName",
3451
3489
  "optional": true,
@@ -3464,7 +3502,7 @@
3464
3502
  "immutable": true,
3465
3503
  "locationInModule": {
3466
3504
  "filename": "src/projen-project-options.ts",
3467
- "line": 867
3505
+ "line": 897
3468
3506
  },
3469
3507
  "name": "autoMerge",
3470
3508
  "optional": true,
@@ -3483,7 +3521,7 @@
3483
3521
  "immutable": true,
3484
3522
  "locationInModule": {
3485
3523
  "filename": "src/projen-project-options.ts",
3486
- "line": 859
3524
+ "line": 889
3487
3525
  },
3488
3526
  "name": "autoMergeOptions",
3489
3527
  "optional": true,
@@ -3501,7 +3539,7 @@
3501
3539
  "immutable": true,
3502
3540
  "locationInModule": {
3503
3541
  "filename": "src/projen-project-options.ts",
3504
- "line": 753
3542
+ "line": 783
3505
3543
  },
3506
3544
  "name": "bin",
3507
3545
  "optional": true,
@@ -3523,7 +3561,7 @@
3523
3561
  "immutable": true,
3524
3562
  "locationInModule": {
3525
3563
  "filename": "src/projen-project-options.ts",
3526
- "line": 745
3564
+ "line": 775
3527
3565
  },
3528
3566
  "name": "bugsEmail",
3529
3567
  "optional": true,
@@ -3540,7 +3578,7 @@
3540
3578
  "immutable": true,
3541
3579
  "locationInModule": {
3542
3580
  "filename": "src/projen-project-options.ts",
3543
- "line": 740
3581
+ "line": 770
3544
3582
  },
3545
3583
  "name": "bugsUrl",
3546
3584
  "optional": true,
@@ -3583,6 +3621,25 @@
3583
3621
  "fqn": "projen.javascript.BuildWorkflowOptions"
3584
3622
  }
3585
3623
  },
3624
+ {
3625
+ "abstract": true,
3626
+ "docs": {
3627
+ "default": "- A recent version of \"commit-and-tag-version\"",
3628
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
3629
+ "stability": "stable",
3630
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
3631
+ },
3632
+ "immutable": true,
3633
+ "locationInModule": {
3634
+ "filename": "src/projen-project-options.ts",
3635
+ "line": 545
3636
+ },
3637
+ "name": "bumpPackage",
3638
+ "optional": true,
3639
+ "type": {
3640
+ "primitive": "string"
3641
+ }
3642
+ },
3586
3643
  {
3587
3644
  "abstract": true,
3588
3645
  "docs": {
@@ -3593,7 +3650,7 @@
3593
3650
  "immutable": true,
3594
3651
  "locationInModule": {
3595
3652
  "filename": "src/projen-project-options.ts",
3596
- "line": 735
3653
+ "line": 765
3597
3654
  },
3598
3655
  "name": "bundledDeps",
3599
3656
  "optional": true,
@@ -3652,7 +3709,7 @@
3652
3709
  "immutable": true,
3653
3710
  "locationInModule": {
3654
3711
  "filename": "src/projen-project-options.ts",
3655
- "line": 851
3712
+ "line": 881
3656
3713
  },
3657
3714
  "name": "clobber",
3658
3715
  "optional": true,
@@ -3671,7 +3728,7 @@
3671
3728
  "immutable": true,
3672
3729
  "locationInModule": {
3673
3730
  "filename": "src/projen-project-options.ts",
3674
- "line": 720
3731
+ "line": 750
3675
3732
  },
3676
3733
  "name": "codeArtifactOptions",
3677
3734
  "optional": true,
@@ -3725,7 +3782,7 @@
3725
3782
  "immutable": true,
3726
3783
  "locationInModule": {
3727
3784
  "filename": "src/projen-project-options.ts",
3728
- "line": 942
3785
+ "line": 972
3729
3786
  },
3730
3787
  "name": "commitGenerated",
3731
3788
  "optional": true,
@@ -3893,7 +3950,7 @@
3893
3950
  "immutable": true,
3894
3951
  "locationInModule": {
3895
3952
  "filename": "src/projen-project-options.ts",
3896
- "line": 713
3953
+ "line": 743
3897
3954
  },
3898
3955
  "name": "deps",
3899
3956
  "optional": true,
@@ -3956,7 +4013,7 @@
3956
4013
  "immutable": true,
3957
4014
  "locationInModule": {
3958
4015
  "filename": "src/projen-project-options.ts",
3959
- "line": 700
4016
+ "line": 730
3960
4017
  },
3961
4018
  "name": "description",
3962
4019
  "optional": true,
@@ -3974,7 +4031,7 @@
3974
4031
  "immutable": true,
3975
4032
  "locationInModule": {
3976
4033
  "filename": "src/projen-project-options.ts",
3977
- "line": 845
4034
+ "line": 875
3978
4035
  },
3979
4036
  "name": "devContainer",
3980
4037
  "optional": true,
@@ -3996,7 +4053,7 @@
3996
4053
  "immutable": true,
3997
4054
  "locationInModule": {
3998
4055
  "filename": "src/projen-project-options.ts",
3999
- "line": 692
4056
+ "line": 722
4000
4057
  },
4001
4058
  "name": "devDeps",
4002
4059
  "optional": true,
@@ -4109,7 +4166,7 @@
4109
4166
  "immutable": true,
4110
4167
  "locationInModule": {
4111
4168
  "filename": "src/projen-project-options.ts",
4112
- "line": 675
4169
+ "line": 705
4113
4170
  },
4114
4171
  "name": "entrypoint",
4115
4172
  "optional": true,
@@ -4205,7 +4262,7 @@
4205
4262
  "immutable": true,
4206
4263
  "locationInModule": {
4207
4264
  "filename": "src/projen-project-options.ts",
4208
- "line": 839
4265
+ "line": 869
4209
4266
  },
4210
4267
  "name": "github",
4211
4268
  "optional": true,
@@ -4223,7 +4280,7 @@
4223
4280
  "immutable": true,
4224
4281
  "locationInModule": {
4225
4282
  "filename": "src/projen-project-options.ts",
4226
- "line": 832
4283
+ "line": 862
4227
4284
  },
4228
4285
  "name": "githubOptions",
4229
4286
  "optional": true,
@@ -4262,7 +4319,7 @@
4262
4319
  "immutable": true,
4263
4320
  "locationInModule": {
4264
4321
  "filename": "src/projen-project-options.ts",
4265
- "line": 936
4322
+ "line": 966
4266
4323
  },
4267
4324
  "name": "gitIgnoreOptions",
4268
4325
  "optional": true,
@@ -4279,7 +4336,7 @@
4279
4336
  "immutable": true,
4280
4337
  "locationInModule": {
4281
4338
  "filename": "src/projen-project-options.ts",
4282
- "line": 931
4339
+ "line": 961
4283
4340
  },
4284
4341
  "name": "gitOptions",
4285
4342
  "optional": true,
@@ -4297,7 +4354,7 @@
4297
4354
  "immutable": true,
4298
4355
  "locationInModule": {
4299
4356
  "filename": "src/projen-project-options.ts",
4300
- "line": 826
4357
+ "line": 856
4301
4358
  },
4302
4359
  "name": "gitpod",
4303
4360
  "optional": true,
@@ -4314,7 +4371,7 @@
4314
4371
  "immutable": true,
4315
4372
  "locationInModule": {
4316
4373
  "filename": "src/projen-project-options.ts",
4317
- "line": 668
4374
+ "line": 698
4318
4375
  },
4319
4376
  "name": "homepage",
4320
4377
  "optional": true,
@@ -4368,7 +4425,7 @@
4368
4425
  "immutable": true,
4369
4426
  "locationInModule": {
4370
4427
  "filename": "src/projen-project-options.ts",
4371
- "line": 515
4428
+ "line": 538
4372
4429
  },
4373
4430
  "name": "jsiiReleaseVersion",
4374
4431
  "optional": true,
@@ -4385,7 +4442,7 @@
4385
4442
  "immutable": true,
4386
4443
  "locationInModule": {
4387
4444
  "filename": "src/projen-project-options.ts",
4388
- "line": 663
4445
+ "line": 693
4389
4446
  },
4390
4447
  "name": "keywords",
4391
4448
  "optional": true,
@@ -4427,7 +4484,7 @@
4427
4484
  "immutable": true,
4428
4485
  "locationInModule": {
4429
4486
  "filename": "src/projen-project-options.ts",
4430
- "line": 658
4487
+ "line": 688
4431
4488
  },
4432
4489
  "name": "license",
4433
4490
  "optional": true,
@@ -4445,7 +4502,7 @@
4445
4502
  "immutable": true,
4446
4503
  "locationInModule": {
4447
4504
  "filename": "src/projen-project-options.ts",
4448
- "line": 650
4505
+ "line": 680
4449
4506
  },
4450
4507
  "name": "licensed",
4451
4508
  "optional": true,
@@ -4463,7 +4520,7 @@
4463
4520
  "immutable": true,
4464
4521
  "locationInModule": {
4465
4522
  "filename": "src/projen-project-options.ts",
4466
- "line": 926
4523
+ "line": 956
4467
4524
  },
4468
4525
  "name": "logging",
4469
4526
  "optional": true,
@@ -4481,7 +4538,7 @@
4481
4538
  "immutable": true,
4482
4539
  "locationInModule": {
4483
4540
  "filename": "src/projen-project-options.ts",
4484
- "line": 989
4541
+ "line": 1019
4485
4542
  },
4486
4543
  "name": "logo",
4487
4544
  "optional": true,
@@ -4500,7 +4557,7 @@
4500
4557
  "immutable": true,
4501
4558
  "locationInModule": {
4502
4559
  "filename": "src/projen-project-options.ts",
4503
- "line": 509
4560
+ "line": 532
4504
4561
  },
4505
4562
  "name": "majorVersion",
4506
4563
  "optional": true,
@@ -4519,7 +4576,7 @@
4519
4576
  "immutable": true,
4520
4577
  "locationInModule": {
4521
4578
  "filename": "src/projen-project-options.ts",
4522
- "line": 644
4579
+ "line": 674
4523
4580
  },
4524
4581
  "name": "maxNodeVersion",
4525
4582
  "optional": true,
@@ -4538,7 +4595,7 @@
4538
4595
  "immutable": true,
4539
4596
  "locationInModule": {
4540
4597
  "filename": "src/projen-project-options.ts",
4541
- "line": 501
4598
+ "line": 524
4542
4599
  },
4543
4600
  "name": "minMajorVersion",
4544
4601
  "optional": true,
@@ -4557,7 +4614,7 @@
4557
4614
  "immutable": true,
4558
4615
  "locationInModule": {
4559
4616
  "filename": "src/projen-project-options.ts",
4560
- "line": 633
4617
+ "line": 663
4561
4618
  },
4562
4619
  "name": "minNodeVersion",
4563
4620
  "optional": true,
@@ -4578,7 +4635,7 @@
4578
4635
  "immutable": true,
4579
4636
  "locationInModule": {
4580
4637
  "filename": "src/projen-project-options.ts",
4581
- "line": 949
4638
+ "line": 979
4582
4639
  },
4583
4640
  "name": "name",
4584
4641
  "optional": true,
@@ -4586,6 +4643,25 @@
4586
4643
  "primitive": "string"
4587
4644
  }
4588
4645
  },
4646
+ {
4647
+ "abstract": true,
4648
+ "docs": {
4649
+ "default": "- The next version will be determined based on the commit history and project settings.",
4650
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
4651
+ "stability": "stable",
4652
+ "summary": "A shell command to control the next version to release."
4653
+ },
4654
+ "immutable": true,
4655
+ "locationInModule": {
4656
+ "filename": "src/projen-project-options.ts",
4657
+ "line": 514
4658
+ },
4659
+ "name": "nextVersionCommand",
4660
+ "optional": true,
4661
+ "type": {
4662
+ "primitive": "string"
4663
+ }
4664
+ },
4589
4665
  {
4590
4666
  "abstract": true,
4591
4667
  "docs": {
@@ -4596,7 +4672,7 @@
4596
4672
  "immutable": true,
4597
4673
  "locationInModule": {
4598
4674
  "filename": "src/projen-project-options.ts",
4599
- "line": 618
4675
+ "line": 648
4600
4676
  },
4601
4677
  "name": "npmAccess",
4602
4678
  "optional": true,
@@ -4669,7 +4745,7 @@
4669
4745
  "immutable": true,
4670
4746
  "locationInModule": {
4671
4747
  "filename": "src/projen-project-options.ts",
4672
- "line": 610
4748
+ "line": 640
4673
4749
  },
4674
4750
  "name": "npmProvenance",
4675
4751
  "optional": true,
@@ -4688,7 +4764,7 @@
4688
4764
  "immutable": true,
4689
4765
  "locationInModule": {
4690
4766
  "filename": "src/projen-project-options.ts",
4691
- "line": 599
4767
+ "line": 629
4692
4768
  },
4693
4769
  "name": "npmRegistryUrl",
4694
4770
  "optional": true,
@@ -4706,7 +4782,7 @@
4706
4782
  "immutable": true,
4707
4783
  "locationInModule": {
4708
4784
  "filename": "src/projen-project-options.ts",
4709
- "line": 592
4785
+ "line": 622
4710
4786
  },
4711
4787
  "name": "npmTokenSecret",
4712
4788
  "optional": true,
@@ -4725,7 +4801,7 @@
4725
4801
  "immutable": true,
4726
4802
  "locationInModule": {
4727
4803
  "filename": "src/projen-project-options.ts",
4728
- "line": 920
4804
+ "line": 950
4729
4805
  },
4730
4806
  "name": "outdir",
4731
4807
  "optional": true,
@@ -4743,7 +4819,7 @@
4743
4819
  "immutable": true,
4744
4820
  "locationInModule": {
4745
4821
  "filename": "src/projen-project-options.ts",
4746
- "line": 978
4822
+ "line": 1008
4747
4823
  },
4748
4824
  "name": "ownerCanSelfApprovePRs",
4749
4825
  "optional": true,
@@ -4779,7 +4855,7 @@
4779
4855
  "immutable": true,
4780
4856
  "locationInModule": {
4781
4857
  "filename": "src/projen-project-options.ts",
4782
- "line": 586
4858
+ "line": 616
4783
4859
  },
4784
4860
  "name": "packageManager",
4785
4861
  "optional": true,
@@ -4800,7 +4876,7 @@
4800
4876
  "immutable": true,
4801
4877
  "locationInModule": {
4802
4878
  "filename": "src/projen-project-options.ts",
4803
- "line": 580
4879
+ "line": 610
4804
4880
  },
4805
4881
  "name": "packageName",
4806
4882
  "optional": true,
@@ -4817,7 +4893,7 @@
4817
4893
  "immutable": true,
4818
4894
  "locationInModule": {
4819
4895
  "filename": "src/projen-project-options.ts",
4820
- "line": 909
4896
+ "line": 939
4821
4897
  },
4822
4898
  "name": "parent",
4823
4899
  "optional": true,
@@ -4834,7 +4910,7 @@
4834
4910
  "immutable": true,
4835
4911
  "locationInModule": {
4836
4912
  "filename": "src/projen-project-options.ts",
4837
- "line": 573
4913
+ "line": 603
4838
4914
  },
4839
4915
  "name": "peerDependencyOptions",
4840
4916
  "optional": true,
@@ -4853,7 +4929,7 @@
4853
4929
  "immutable": true,
4854
4930
  "locationInModule": {
4855
4931
  "filename": "src/projen-project-options.ts",
4856
- "line": 568
4932
+ "line": 598
4857
4933
  },
4858
4934
  "name": "peerDeps",
4859
4935
  "optional": true,
@@ -4876,7 +4952,7 @@
4876
4952
  "immutable": true,
4877
4953
  "locationInModule": {
4878
4954
  "filename": "src/projen-project-options.ts",
4879
- "line": 549
4955
+ "line": 579
4880
4956
  },
4881
4957
  "name": "pnpmVersion",
4882
4958
  "optional": true,
@@ -4972,7 +5048,7 @@
4972
5048
  "immutable": true,
4973
5049
  "locationInModule": {
4974
5050
  "filename": "src/projen-project-options.ts",
4975
- "line": 904
5051
+ "line": 934
4976
5052
  },
4977
5053
  "name": "projenCommand",
4978
5054
  "optional": true,
@@ -4990,7 +5066,7 @@
4990
5066
  "immutable": true,
4991
5067
  "locationInModule": {
4992
5068
  "filename": "src/projen-project-options.ts",
4993
- "line": 820
5069
+ "line": 850
4994
5070
  },
4995
5071
  "name": "projenCredentials",
4996
5072
  "optional": true,
@@ -5044,7 +5120,7 @@
5044
5120
  "immutable": true,
5045
5121
  "locationInModule": {
5046
5122
  "filename": "src/projen-project-options.ts",
5047
- "line": 897
5123
+ "line": 927
5048
5124
  },
5049
5125
  "name": "projenrcJson",
5050
5126
  "optional": true,
@@ -5062,7 +5138,7 @@
5062
5138
  "immutable": true,
5063
5139
  "locationInModule": {
5064
5140
  "filename": "src/projen-project-options.ts",
5065
- "line": 891
5141
+ "line": 921
5066
5142
  },
5067
5143
  "name": "projenrcJsonOptions",
5068
5144
  "optional": true,
@@ -5115,7 +5191,7 @@
5115
5191
  "immutable": true,
5116
5192
  "locationInModule": {
5117
5193
  "filename": "src/projen-project-options.ts",
5118
- "line": 1002
5194
+ "line": 1032
5119
5195
  },
5120
5196
  "name": "projenVersion",
5121
5197
  "optional": true,
@@ -5283,7 +5359,7 @@
5283
5359
  "immutable": true,
5284
5360
  "locationInModule": {
5285
5361
  "filename": "src/projen-project-options.ts",
5286
- "line": 814
5362
+ "line": 844
5287
5363
  },
5288
5364
  "name": "readme",
5289
5365
  "optional": true,
@@ -5301,7 +5377,7 @@
5301
5377
  "immutable": true,
5302
5378
  "locationInModule": {
5303
5379
  "filename": "src/projen-project-options.ts",
5304
- "line": 959
5380
+ "line": 989
5305
5381
  },
5306
5382
  "name": "releasableCommitTypes",
5307
5383
  "optional": true,
@@ -5498,7 +5574,7 @@
5498
5574
  "immutable": true,
5499
5575
  "locationInModule": {
5500
5576
  "filename": "src/projen-project-options.ts",
5501
- "line": 885
5577
+ "line": 915
5502
5578
  },
5503
5579
  "name": "renovatebot",
5504
5580
  "optional": true,
@@ -5516,7 +5592,7 @@
5516
5592
  "immutable": true,
5517
5593
  "locationInModule": {
5518
5594
  "filename": "src/projen-project-options.ts",
5519
- "line": 879
5595
+ "line": 909
5520
5596
  },
5521
5597
  "name": "renovatebotOptions",
5522
5598
  "optional": true,
@@ -5534,7 +5610,7 @@
5534
5610
  "immutable": true,
5535
5611
  "locationInModule": {
5536
5612
  "filename": "src/projen-project-options.ts",
5537
- "line": 543
5613
+ "line": 573
5538
5614
  },
5539
5615
  "name": "repository",
5540
5616
  "optional": true,
@@ -5551,7 +5627,7 @@
5551
5627
  "immutable": true,
5552
5628
  "locationInModule": {
5553
5629
  "filename": "src/projen-project-options.ts",
5554
- "line": 537
5630
+ "line": 567
5555
5631
  },
5556
5632
  "name": "repositoryDirectory",
5557
5633
  "optional": true,
@@ -5586,7 +5662,7 @@
5586
5662
  "immutable": true,
5587
5663
  "locationInModule": {
5588
5664
  "filename": "src/projen-project-options.ts",
5589
- "line": 532
5665
+ "line": 562
5590
5666
  },
5591
5667
  "name": "scopedPackagesOptions",
5592
5668
  "optional": true,
@@ -5626,7 +5702,7 @@
5626
5702
  "immutable": true,
5627
5703
  "locationInModule": {
5628
5704
  "filename": "src/projen-project-options.ts",
5629
- "line": 526
5705
+ "line": 556
5630
5706
  },
5631
5707
  "name": "stability",
5632
5708
  "optional": true,
@@ -5645,7 +5721,7 @@
5645
5721
  "immutable": true,
5646
5722
  "locationInModule": {
5647
5723
  "filename": "src/projen-project-options.ts",
5648
- "line": 808
5724
+ "line": 838
5649
5725
  },
5650
5726
  "name": "stale",
5651
5727
  "optional": true,
@@ -5664,7 +5740,7 @@
5664
5740
  "immutable": true,
5665
5741
  "locationInModule": {
5666
5742
  "filename": "src/projen-project-options.ts",
5667
- "line": 801
5743
+ "line": 831
5668
5744
  },
5669
5745
  "name": "staleOptions",
5670
5746
  "optional": true,
@@ -5771,7 +5847,7 @@
5771
5847
  "immutable": true,
5772
5848
  "locationInModule": {
5773
5849
  "filename": "src/projen-project-options.ts",
5774
- "line": 983
5850
+ "line": 1013
5775
5851
  },
5776
5852
  "name": "upgradesSchedule",
5777
5853
  "optional": true,
@@ -5814,7 +5890,7 @@
5814
5890
  "immutable": true,
5815
5891
  "locationInModule": {
5816
5892
  "filename": "src/projen-project-options.ts",
5817
- "line": 794
5893
+ "line": 824
5818
5894
  },
5819
5895
  "name": "vscode",
5820
5896
  "optional": true,
@@ -5833,7 +5909,7 @@
5833
5909
  "immutable": true,
5834
5910
  "locationInModule": {
5835
5911
  "filename": "src/projen-project-options.ts",
5836
- "line": 996
5912
+ "line": 1026
5837
5913
  },
5838
5914
  "name": "wordmarkOptions",
5839
5915
  "optional": true,
@@ -5995,7 +6071,7 @@
5995
6071
  "immutable": true,
5996
6072
  "locationInModule": {
5997
6073
  "filename": "src/projen-project-options.ts",
5998
- "line": 521
6074
+ "line": 551
5999
6075
  },
6000
6076
  "name": "yarnBerryOptions",
6001
6077
  "optional": true,
@@ -6097,7 +6173,7 @@
6097
6173
  "immutable": true,
6098
6174
  "locationInModule": {
6099
6175
  "filename": "src/typescript-project-options.ts",
6100
- "line": 717
6176
+ "line": 747
6101
6177
  },
6102
6178
  "name": "authorName",
6103
6179
  "type": {
@@ -6112,7 +6188,7 @@
6112
6188
  "immutable": true,
6113
6189
  "locationInModule": {
6114
6190
  "filename": "src/typescript-project-options.ts",
6115
- "line": 896
6191
+ "line": 926
6116
6192
  },
6117
6193
  "name": "repo",
6118
6194
  "type": {
@@ -6129,7 +6205,7 @@
6129
6205
  "immutable": true,
6130
6206
  "locationInModule": {
6131
6207
  "filename": "src/typescript-project-options.ts",
6132
- "line": 909
6208
+ "line": 939
6133
6209
  },
6134
6210
  "name": "allowedCommitTypes",
6135
6211
  "optional": true,
@@ -6153,7 +6229,7 @@
6153
6229
  "immutable": true,
6154
6230
  "locationInModule": {
6155
6231
  "filename": "src/typescript-project-options.ts",
6156
- "line": 730
6232
+ "line": 760
6157
6233
  },
6158
6234
  "name": "allowLibraryDependencies",
6159
6235
  "optional": true,
@@ -6188,7 +6264,7 @@
6188
6264
  "immutable": true,
6189
6265
  "locationInModule": {
6190
6266
  "filename": "src/typescript-project-options.ts",
6191
- "line": 722
6267
+ "line": 752
6192
6268
  },
6193
6269
  "name": "authorEmail",
6194
6270
  "optional": true,
@@ -6205,7 +6281,7 @@
6205
6281
  "immutable": true,
6206
6282
  "locationInModule": {
6207
6283
  "filename": "src/typescript-project-options.ts",
6208
- "line": 712
6284
+ "line": 742
6209
6285
  },
6210
6286
  "name": "authorOrganization",
6211
6287
  "optional": true,
@@ -6222,7 +6298,7 @@
6222
6298
  "immutable": true,
6223
6299
  "locationInModule": {
6224
6300
  "filename": "src/typescript-project-options.ts",
6225
- "line": 707
6301
+ "line": 737
6226
6302
  },
6227
6303
  "name": "authorUrl",
6228
6304
  "optional": true,
@@ -6240,7 +6316,7 @@
6240
6316
  "immutable": true,
6241
6317
  "locationInModule": {
6242
6318
  "filename": "src/typescript-project-options.ts",
6243
- "line": 816
6319
+ "line": 846
6244
6320
  },
6245
6321
  "name": "autoApproveOptions",
6246
6322
  "optional": true,
@@ -6277,7 +6353,7 @@
6277
6353
  "immutable": true,
6278
6354
  "locationInModule": {
6279
6355
  "filename": "src/typescript-project-options.ts",
6280
- "line": 702
6356
+ "line": 732
6281
6357
  },
6282
6358
  "name": "autoDetectBin",
6283
6359
  "optional": true,
@@ -6296,7 +6372,7 @@
6296
6372
  "immutable": true,
6297
6373
  "locationInModule": {
6298
6374
  "filename": "src/typescript-project-options.ts",
6299
- "line": 915
6375
+ "line": 945
6300
6376
  },
6301
6377
  "name": "automationAppName",
6302
6378
  "optional": true,
@@ -6315,7 +6391,7 @@
6315
6391
  "immutable": true,
6316
6392
  "locationInModule": {
6317
6393
  "filename": "src/typescript-project-options.ts",
6318
- "line": 810
6394
+ "line": 840
6319
6395
  },
6320
6396
  "name": "autoMerge",
6321
6397
  "optional": true,
@@ -6334,7 +6410,7 @@
6334
6410
  "immutable": true,
6335
6411
  "locationInModule": {
6336
6412
  "filename": "src/typescript-project-options.ts",
6337
- "line": 802
6413
+ "line": 832
6338
6414
  },
6339
6415
  "name": "autoMergeOptions",
6340
6416
  "optional": true,
@@ -6352,7 +6428,7 @@
6352
6428
  "immutable": true,
6353
6429
  "locationInModule": {
6354
6430
  "filename": "src/typescript-project-options.ts",
6355
- "line": 696
6431
+ "line": 726
6356
6432
  },
6357
6433
  "name": "bin",
6358
6434
  "optional": true,
@@ -6374,7 +6450,7 @@
6374
6450
  "immutable": true,
6375
6451
  "locationInModule": {
6376
6452
  "filename": "src/typescript-project-options.ts",
6377
- "line": 688
6453
+ "line": 718
6378
6454
  },
6379
6455
  "name": "bugsEmail",
6380
6456
  "optional": true,
@@ -6391,7 +6467,7 @@
6391
6467
  "immutable": true,
6392
6468
  "locationInModule": {
6393
6469
  "filename": "src/typescript-project-options.ts",
6394
- "line": 683
6470
+ "line": 713
6395
6471
  },
6396
6472
  "name": "bugsUrl",
6397
6473
  "optional": true,
@@ -6434,6 +6510,25 @@
6434
6510
  "fqn": "projen.javascript.BuildWorkflowOptions"
6435
6511
  }
6436
6512
  },
6513
+ {
6514
+ "abstract": true,
6515
+ "docs": {
6516
+ "default": "- A recent version of \"commit-and-tag-version\"",
6517
+ "remarks": "This can be any compatible package version, including the deprecated `standard-version@9`.",
6518
+ "stability": "stable",
6519
+ "summary": "The `commit-and-tag-version` compatible package used to bump the package version, as a dependency string."
6520
+ },
6521
+ "immutable": true,
6522
+ "locationInModule": {
6523
+ "filename": "src/typescript-project-options.ts",
6524
+ "line": 488
6525
+ },
6526
+ "name": "bumpPackage",
6527
+ "optional": true,
6528
+ "type": {
6529
+ "primitive": "string"
6530
+ }
6531
+ },
6437
6532
  {
6438
6533
  "abstract": true,
6439
6534
  "docs": {
@@ -6444,7 +6539,7 @@
6444
6539
  "immutable": true,
6445
6540
  "locationInModule": {
6446
6541
  "filename": "src/typescript-project-options.ts",
6447
- "line": 678
6542
+ "line": 708
6448
6543
  },
6449
6544
  "name": "bundledDeps",
6450
6545
  "optional": true,
@@ -6503,7 +6598,7 @@
6503
6598
  "immutable": true,
6504
6599
  "locationInModule": {
6505
6600
  "filename": "src/typescript-project-options.ts",
6506
- "line": 794
6601
+ "line": 824
6507
6602
  },
6508
6603
  "name": "clobber",
6509
6604
  "optional": true,
@@ -6522,7 +6617,7 @@
6522
6617
  "immutable": true,
6523
6618
  "locationInModule": {
6524
6619
  "filename": "src/typescript-project-options.ts",
6525
- "line": 663
6620
+ "line": 693
6526
6621
  },
6527
6622
  "name": "codeArtifactOptions",
6528
6623
  "optional": true,
@@ -6576,7 +6671,7 @@
6576
6671
  "immutable": true,
6577
6672
  "locationInModule": {
6578
6673
  "filename": "src/typescript-project-options.ts",
6579
- "line": 885
6674
+ "line": 915
6580
6675
  },
6581
6676
  "name": "commitGenerated",
6582
6677
  "optional": true,
@@ -6689,7 +6784,7 @@
6689
6784
  "immutable": true,
6690
6785
  "locationInModule": {
6691
6786
  "filename": "src/typescript-project-options.ts",
6692
- "line": 656
6787
+ "line": 686
6693
6788
  },
6694
6789
  "name": "deps",
6695
6790
  "optional": true,
@@ -6752,7 +6847,7 @@
6752
6847
  "immutable": true,
6753
6848
  "locationInModule": {
6754
6849
  "filename": "src/typescript-project-options.ts",
6755
- "line": 643
6850
+ "line": 673
6756
6851
  },
6757
6852
  "name": "description",
6758
6853
  "optional": true,
@@ -6770,7 +6865,7 @@
6770
6865
  "immutable": true,
6771
6866
  "locationInModule": {
6772
6867
  "filename": "src/typescript-project-options.ts",
6773
- "line": 788
6868
+ "line": 818
6774
6869
  },
6775
6870
  "name": "devContainer",
6776
6871
  "optional": true,
@@ -6792,7 +6887,7 @@
6792
6887
  "immutable": true,
6793
6888
  "locationInModule": {
6794
6889
  "filename": "src/typescript-project-options.ts",
6795
- "line": 635
6890
+ "line": 665
6796
6891
  },
6797
6892
  "name": "devDeps",
6798
6893
  "optional": true,
@@ -6887,7 +6982,7 @@
6887
6982
  "immutable": true,
6888
6983
  "locationInModule": {
6889
6984
  "filename": "src/typescript-project-options.ts",
6890
- "line": 618
6985
+ "line": 648
6891
6986
  },
6892
6987
  "name": "entrypoint",
6893
6988
  "optional": true,
@@ -6960,7 +7055,7 @@
6960
7055
  "immutable": true,
6961
7056
  "locationInModule": {
6962
7057
  "filename": "src/typescript-project-options.ts",
6963
- "line": 782
7058
+ "line": 812
6964
7059
  },
6965
7060
  "name": "github",
6966
7061
  "optional": true,
@@ -6978,7 +7073,7 @@
6978
7073
  "immutable": true,
6979
7074
  "locationInModule": {
6980
7075
  "filename": "src/typescript-project-options.ts",
6981
- "line": 775
7076
+ "line": 805
6982
7077
  },
6983
7078
  "name": "githubOptions",
6984
7079
  "optional": true,
@@ -7017,7 +7112,7 @@
7017
7112
  "immutable": true,
7018
7113
  "locationInModule": {
7019
7114
  "filename": "src/typescript-project-options.ts",
7020
- "line": 879
7115
+ "line": 909
7021
7116
  },
7022
7117
  "name": "gitIgnoreOptions",
7023
7118
  "optional": true,
@@ -7034,7 +7129,7 @@
7034
7129
  "immutable": true,
7035
7130
  "locationInModule": {
7036
7131
  "filename": "src/typescript-project-options.ts",
7037
- "line": 874
7132
+ "line": 904
7038
7133
  },
7039
7134
  "name": "gitOptions",
7040
7135
  "optional": true,
@@ -7052,7 +7147,7 @@
7052
7147
  "immutable": true,
7053
7148
  "locationInModule": {
7054
7149
  "filename": "src/typescript-project-options.ts",
7055
- "line": 769
7150
+ "line": 799
7056
7151
  },
7057
7152
  "name": "gitpod",
7058
7153
  "optional": true,
@@ -7069,7 +7164,7 @@
7069
7164
  "immutable": true,
7070
7165
  "locationInModule": {
7071
7166
  "filename": "src/typescript-project-options.ts",
7072
- "line": 611
7167
+ "line": 641
7073
7168
  },
7074
7169
  "name": "homepage",
7075
7170
  "optional": true,
@@ -7123,7 +7218,7 @@
7123
7218
  "immutable": true,
7124
7219
  "locationInModule": {
7125
7220
  "filename": "src/typescript-project-options.ts",
7126
- "line": 458
7221
+ "line": 481
7127
7222
  },
7128
7223
  "name": "jsiiReleaseVersion",
7129
7224
  "optional": true,
@@ -7140,7 +7235,7 @@
7140
7235
  "immutable": true,
7141
7236
  "locationInModule": {
7142
7237
  "filename": "src/typescript-project-options.ts",
7143
- "line": 606
7238
+ "line": 636
7144
7239
  },
7145
7240
  "name": "keywords",
7146
7241
  "optional": true,
@@ -7182,7 +7277,7 @@
7182
7277
  "immutable": true,
7183
7278
  "locationInModule": {
7184
7279
  "filename": "src/typescript-project-options.ts",
7185
- "line": 601
7280
+ "line": 631
7186
7281
  },
7187
7282
  "name": "license",
7188
7283
  "optional": true,
@@ -7200,7 +7295,7 @@
7200
7295
  "immutable": true,
7201
7296
  "locationInModule": {
7202
7297
  "filename": "src/typescript-project-options.ts",
7203
- "line": 593
7298
+ "line": 623
7204
7299
  },
7205
7300
  "name": "licensed",
7206
7301
  "optional": true,
@@ -7218,7 +7313,7 @@
7218
7313
  "immutable": true,
7219
7314
  "locationInModule": {
7220
7315
  "filename": "src/typescript-project-options.ts",
7221
- "line": 869
7316
+ "line": 899
7222
7317
  },
7223
7318
  "name": "logging",
7224
7319
  "optional": true,
@@ -7236,7 +7331,7 @@
7236
7331
  "immutable": true,
7237
7332
  "locationInModule": {
7238
7333
  "filename": "src/typescript-project-options.ts",
7239
- "line": 932
7334
+ "line": 962
7240
7335
  },
7241
7336
  "name": "logo",
7242
7337
  "optional": true,
@@ -7255,7 +7350,7 @@
7255
7350
  "immutable": true,
7256
7351
  "locationInModule": {
7257
7352
  "filename": "src/typescript-project-options.ts",
7258
- "line": 452
7353
+ "line": 475
7259
7354
  },
7260
7355
  "name": "majorVersion",
7261
7356
  "optional": true,
@@ -7274,7 +7369,7 @@
7274
7369
  "immutable": true,
7275
7370
  "locationInModule": {
7276
7371
  "filename": "src/typescript-project-options.ts",
7277
- "line": 587
7372
+ "line": 617
7278
7373
  },
7279
7374
  "name": "maxNodeVersion",
7280
7375
  "optional": true,
@@ -7293,7 +7388,7 @@
7293
7388
  "immutable": true,
7294
7389
  "locationInModule": {
7295
7390
  "filename": "src/typescript-project-options.ts",
7296
- "line": 444
7391
+ "line": 467
7297
7392
  },
7298
7393
  "name": "minMajorVersion",
7299
7394
  "optional": true,
@@ -7312,7 +7407,7 @@
7312
7407
  "immutable": true,
7313
7408
  "locationInModule": {
7314
7409
  "filename": "src/typescript-project-options.ts",
7315
- "line": 576
7410
+ "line": 606
7316
7411
  },
7317
7412
  "name": "minNodeVersion",
7318
7413
  "optional": true,
@@ -7333,7 +7428,7 @@
7333
7428
  "immutable": true,
7334
7429
  "locationInModule": {
7335
7430
  "filename": "src/typescript-project-options.ts",
7336
- "line": 892
7431
+ "line": 922
7337
7432
  },
7338
7433
  "name": "name",
7339
7434
  "optional": true,
@@ -7341,6 +7436,25 @@
7341
7436
  "primitive": "string"
7342
7437
  }
7343
7438
  },
7439
+ {
7440
+ "abstract": true,
7441
+ "docs": {
7442
+ "default": "- The next version will be determined based on the commit history and project settings.",
7443
+ "remarks": "If present, this shell command will be run before the bump is executed, and\nit determines what version to release. It will be executed in the following\nenvironment:\n\n- Working directory: the project directory.\n- `$VERSION`: the current version. Looks like `1.2.3`.\n- `$LATEST_TAG`: the most recent tag. Looks like `prefix-v1.2.3`, or may be unset.\n\nThe command should print one of the following to `stdout`:\n\n- Nothing: the next version number will be determined based on commit history.\n- `x.y.z`: the next version number will be `x.y.z`.\n- `major|minor|patch`: the next version number will be the current version number\n with the indicated component bumped.\n\nThis setting cannot be specified together with `minMajorVersion`; the invoked\nscript can be used to achieve the effects of `minMajorVersion`.",
7444
+ "stability": "stable",
7445
+ "summary": "A shell command to control the next version to release."
7446
+ },
7447
+ "immutable": true,
7448
+ "locationInModule": {
7449
+ "filename": "src/typescript-project-options.ts",
7450
+ "line": 457
7451
+ },
7452
+ "name": "nextVersionCommand",
7453
+ "optional": true,
7454
+ "type": {
7455
+ "primitive": "string"
7456
+ }
7457
+ },
7344
7458
  {
7345
7459
  "abstract": true,
7346
7460
  "docs": {
@@ -7351,7 +7465,7 @@
7351
7465
  "immutable": true,
7352
7466
  "locationInModule": {
7353
7467
  "filename": "src/typescript-project-options.ts",
7354
- "line": 561
7468
+ "line": 591
7355
7469
  },
7356
7470
  "name": "npmAccess",
7357
7471
  "optional": true,
@@ -7424,7 +7538,7 @@
7424
7538
  "immutable": true,
7425
7539
  "locationInModule": {
7426
7540
  "filename": "src/typescript-project-options.ts",
7427
- "line": 553
7541
+ "line": 583
7428
7542
  },
7429
7543
  "name": "npmProvenance",
7430
7544
  "optional": true,
@@ -7443,7 +7557,7 @@
7443
7557
  "immutable": true,
7444
7558
  "locationInModule": {
7445
7559
  "filename": "src/typescript-project-options.ts",
7446
- "line": 542
7560
+ "line": 572
7447
7561
  },
7448
7562
  "name": "npmRegistryUrl",
7449
7563
  "optional": true,
@@ -7461,7 +7575,7 @@
7461
7575
  "immutable": true,
7462
7576
  "locationInModule": {
7463
7577
  "filename": "src/typescript-project-options.ts",
7464
- "line": 535
7578
+ "line": 565
7465
7579
  },
7466
7580
  "name": "npmTokenSecret",
7467
7581
  "optional": true,
@@ -7480,7 +7594,7 @@
7480
7594
  "immutable": true,
7481
7595
  "locationInModule": {
7482
7596
  "filename": "src/typescript-project-options.ts",
7483
- "line": 863
7597
+ "line": 893
7484
7598
  },
7485
7599
  "name": "outdir",
7486
7600
  "optional": true,
@@ -7498,7 +7612,7 @@
7498
7612
  "immutable": true,
7499
7613
  "locationInModule": {
7500
7614
  "filename": "src/typescript-project-options.ts",
7501
- "line": 921
7615
+ "line": 951
7502
7616
  },
7503
7617
  "name": "ownerCanSelfApprovePRs",
7504
7618
  "optional": true,
@@ -7534,7 +7648,7 @@
7534
7648
  "immutable": true,
7535
7649
  "locationInModule": {
7536
7650
  "filename": "src/typescript-project-options.ts",
7537
- "line": 529
7651
+ "line": 559
7538
7652
  },
7539
7653
  "name": "packageManager",
7540
7654
  "optional": true,
@@ -7555,7 +7669,7 @@
7555
7669
  "immutable": true,
7556
7670
  "locationInModule": {
7557
7671
  "filename": "src/typescript-project-options.ts",
7558
- "line": 523
7672
+ "line": 553
7559
7673
  },
7560
7674
  "name": "packageName",
7561
7675
  "optional": true,
@@ -7572,7 +7686,7 @@
7572
7686
  "immutable": true,
7573
7687
  "locationInModule": {
7574
7688
  "filename": "src/typescript-project-options.ts",
7575
- "line": 852
7689
+ "line": 882
7576
7690
  },
7577
7691
  "name": "parent",
7578
7692
  "optional": true,
@@ -7589,7 +7703,7 @@
7589
7703
  "immutable": true,
7590
7704
  "locationInModule": {
7591
7705
  "filename": "src/typescript-project-options.ts",
7592
- "line": 516
7706
+ "line": 546
7593
7707
  },
7594
7708
  "name": "peerDependencyOptions",
7595
7709
  "optional": true,
@@ -7608,7 +7722,7 @@
7608
7722
  "immutable": true,
7609
7723
  "locationInModule": {
7610
7724
  "filename": "src/typescript-project-options.ts",
7611
- "line": 511
7725
+ "line": 541
7612
7726
  },
7613
7727
  "name": "peerDeps",
7614
7728
  "optional": true,
@@ -7631,7 +7745,7 @@
7631
7745
  "immutable": true,
7632
7746
  "locationInModule": {
7633
7747
  "filename": "src/typescript-project-options.ts",
7634
- "line": 492
7748
+ "line": 522
7635
7749
  },
7636
7750
  "name": "pnpmVersion",
7637
7751
  "optional": true,
@@ -7727,7 +7841,7 @@
7727
7841
  "immutable": true,
7728
7842
  "locationInModule": {
7729
7843
  "filename": "src/typescript-project-options.ts",
7730
- "line": 847
7844
+ "line": 877
7731
7845
  },
7732
7846
  "name": "projenCommand",
7733
7847
  "optional": true,
@@ -7745,7 +7859,7 @@
7745
7859
  "immutable": true,
7746
7860
  "locationInModule": {
7747
7861
  "filename": "src/typescript-project-options.ts",
7748
- "line": 763
7862
+ "line": 793
7749
7863
  },
7750
7864
  "name": "projenCredentials",
7751
7865
  "optional": true,
@@ -7799,7 +7913,7 @@
7799
7913
  "immutable": true,
7800
7914
  "locationInModule": {
7801
7915
  "filename": "src/typescript-project-options.ts",
7802
- "line": 840
7916
+ "line": 870
7803
7917
  },
7804
7918
  "name": "projenrcJson",
7805
7919
  "optional": true,
@@ -7817,7 +7931,7 @@
7817
7931
  "immutable": true,
7818
7932
  "locationInModule": {
7819
7933
  "filename": "src/typescript-project-options.ts",
7820
- "line": 834
7934
+ "line": 864
7821
7935
  },
7822
7936
  "name": "projenrcJsonOptions",
7823
7937
  "optional": true,
@@ -7966,7 +8080,7 @@
7966
8080
  "immutable": true,
7967
8081
  "locationInModule": {
7968
8082
  "filename": "src/typescript-project-options.ts",
7969
- "line": 757
8083
+ "line": 787
7970
8084
  },
7971
8085
  "name": "readme",
7972
8086
  "optional": true,
@@ -7984,7 +8098,7 @@
7984
8098
  "immutable": true,
7985
8099
  "locationInModule": {
7986
8100
  "filename": "src/typescript-project-options.ts",
7987
- "line": 902
8101
+ "line": 932
7988
8102
  },
7989
8103
  "name": "releasableCommitTypes",
7990
8104
  "optional": true,
@@ -8181,7 +8295,7 @@
8181
8295
  "immutable": true,
8182
8296
  "locationInModule": {
8183
8297
  "filename": "src/typescript-project-options.ts",
8184
- "line": 828
8298
+ "line": 858
8185
8299
  },
8186
8300
  "name": "renovatebot",
8187
8301
  "optional": true,
@@ -8199,7 +8313,7 @@
8199
8313
  "immutable": true,
8200
8314
  "locationInModule": {
8201
8315
  "filename": "src/typescript-project-options.ts",
8202
- "line": 822
8316
+ "line": 852
8203
8317
  },
8204
8318
  "name": "renovatebotOptions",
8205
8319
  "optional": true,
@@ -8217,7 +8331,7 @@
8217
8331
  "immutable": true,
8218
8332
  "locationInModule": {
8219
8333
  "filename": "src/typescript-project-options.ts",
8220
- "line": 486
8334
+ "line": 516
8221
8335
  },
8222
8336
  "name": "repository",
8223
8337
  "optional": true,
@@ -8234,7 +8348,7 @@
8234
8348
  "immutable": true,
8235
8349
  "locationInModule": {
8236
8350
  "filename": "src/typescript-project-options.ts",
8237
- "line": 480
8351
+ "line": 510
8238
8352
  },
8239
8353
  "name": "repositoryDirectory",
8240
8354
  "optional": true,
@@ -8252,7 +8366,7 @@
8252
8366
  "immutable": true,
8253
8367
  "locationInModule": {
8254
8368
  "filename": "src/typescript-project-options.ts",
8255
- "line": 475
8369
+ "line": 505
8256
8370
  },
8257
8371
  "name": "scopedPackagesOptions",
8258
8372
  "optional": true,
@@ -8292,7 +8406,7 @@
8292
8406
  "immutable": true,
8293
8407
  "locationInModule": {
8294
8408
  "filename": "src/typescript-project-options.ts",
8295
- "line": 469
8409
+ "line": 499
8296
8410
  },
8297
8411
  "name": "stability",
8298
8412
  "optional": true,
@@ -8311,7 +8425,7 @@
8311
8425
  "immutable": true,
8312
8426
  "locationInModule": {
8313
8427
  "filename": "src/typescript-project-options.ts",
8314
- "line": 751
8428
+ "line": 781
8315
8429
  },
8316
8430
  "name": "stale",
8317
8431
  "optional": true,
@@ -8330,7 +8444,7 @@
8330
8444
  "immutable": true,
8331
8445
  "locationInModule": {
8332
8446
  "filename": "src/typescript-project-options.ts",
8333
- "line": 744
8447
+ "line": 774
8334
8448
  },
8335
8449
  "name": "staleOptions",
8336
8450
  "optional": true,
@@ -8456,7 +8570,7 @@
8456
8570
  "immutable": true,
8457
8571
  "locationInModule": {
8458
8572
  "filename": "src/typescript-project-options.ts",
8459
- "line": 926
8573
+ "line": 956
8460
8574
  },
8461
8575
  "name": "upgradesSchedule",
8462
8576
  "optional": true,
@@ -8499,7 +8613,7 @@
8499
8613
  "immutable": true,
8500
8614
  "locationInModule": {
8501
8615
  "filename": "src/typescript-project-options.ts",
8502
- "line": 737
8616
+ "line": 767
8503
8617
  },
8504
8618
  "name": "vscode",
8505
8619
  "optional": true,
@@ -8518,7 +8632,7 @@
8518
8632
  "immutable": true,
8519
8633
  "locationInModule": {
8520
8634
  "filename": "src/typescript-project-options.ts",
8521
- "line": 939
8635
+ "line": 969
8522
8636
  },
8523
8637
  "name": "wordmarkOptions",
8524
8638
  "optional": true,
@@ -8680,7 +8794,7 @@
8680
8794
  "immutable": true,
8681
8795
  "locationInModule": {
8682
8796
  "filename": "src/typescript-project-options.ts",
8683
- "line": 464
8797
+ "line": 494
8684
8798
  },
8685
8799
  "name": "yarnBerryOptions",
8686
8800
  "optional": true,
@@ -9947,6 +10061,6 @@
9947
10061
  "symbolId": "src/logo/Wordmark:WordmarkOptions"
9948
10062
  }
9949
10063
  },
9950
- "version": "0.1.67",
9951
- "fingerprint": "sUpmnCE3pI/VK6zT3cbLL9NcfCmUAoUYm+o+bOXZJZw="
10064
+ "version": "0.1.69",
10065
+ "fingerprint": "jjtWtoEJTCCB714czn9JMMpI2IxKCKx5VMOmGeO1w04="
9952
10066
  }