mrpj 0.2.3 → 0.2.5
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 +445 -265
- package/API.md +166 -22
- package/lib/construct-project-options.d.ts +30 -7
- package/lib/construct-project-options.js +1 -1
- package/lib/construct-project.js +1 -1
- package/lib/features/index.d.ts +1 -0
- package/lib/features/index.js +4 -2
- package/lib/features/release.d.ts +5 -1
- package/lib/features/release.js +12 -3
- package/lib/logo/Logo.js +1 -1
- package/lib/logo/SvgFile.js +1 -1
- package/lib/logo/Wordmark.js +1 -1
- package/lib/projen-project-options.d.ts +28 -5
- package/lib/projen-project-options.js +1 -1
- package/lib/projen-project.js +3 -3
- package/lib/typescript-project-options.d.ts +28 -5
- package/lib/typescript-project-options.js +1 -1
- package/lib/typescript-project.js +3 -3
- package/package.json +7 -7
- package/resources/node-versions.json +3 -3
package/.jsii
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"stability": "stable"
|
|
83
83
|
},
|
|
84
84
|
"homepage": "https://github.com/mrgrain/projen-projects",
|
|
85
|
-
"jsiiVersion": "5.8.
|
|
85
|
+
"jsiiVersion": "5.8.21 (build 0b7c0ba)",
|
|
86
86
|
"license": "MIT",
|
|
87
87
|
"metadata": {
|
|
88
88
|
"jsii": {
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"immutable": true,
|
|
255
255
|
"locationInModule": {
|
|
256
256
|
"filename": "src/construct-project-options.ts",
|
|
257
|
-
"line":
|
|
257
|
+
"line": 1166
|
|
258
258
|
},
|
|
259
259
|
"name": "name",
|
|
260
260
|
"type": {
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"immutable": true,
|
|
290
290
|
"locationInModule": {
|
|
291
291
|
"filename": "src/construct-project-options.ts",
|
|
292
|
-
"line":
|
|
292
|
+
"line": 1004
|
|
293
293
|
},
|
|
294
294
|
"name": "allowLibraryDependencies",
|
|
295
295
|
"optional": true,
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"immutable": true,
|
|
325
325
|
"locationInModule": {
|
|
326
326
|
"filename": "src/construct-project-options.ts",
|
|
327
|
-
"line":
|
|
327
|
+
"line": 996
|
|
328
328
|
},
|
|
329
329
|
"name": "authorEmail",
|
|
330
330
|
"optional": true,
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"immutable": true,
|
|
342
342
|
"locationInModule": {
|
|
343
343
|
"filename": "src/construct-project-options.ts",
|
|
344
|
-
"line":
|
|
344
|
+
"line": 991
|
|
345
345
|
},
|
|
346
346
|
"name": "authorName",
|
|
347
347
|
"optional": true,
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"immutable": true,
|
|
359
359
|
"locationInModule": {
|
|
360
360
|
"filename": "src/construct-project-options.ts",
|
|
361
|
-
"line":
|
|
361
|
+
"line": 986
|
|
362
362
|
},
|
|
363
363
|
"name": "authorOrganization",
|
|
364
364
|
"optional": true,
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"immutable": true,
|
|
376
376
|
"locationInModule": {
|
|
377
377
|
"filename": "src/construct-project-options.ts",
|
|
378
|
-
"line":
|
|
378
|
+
"line": 981
|
|
379
379
|
},
|
|
380
380
|
"name": "authorUrl",
|
|
381
381
|
"optional": true,
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"immutable": true,
|
|
394
394
|
"locationInModule": {
|
|
395
395
|
"filename": "src/construct-project-options.ts",
|
|
396
|
-
"line":
|
|
396
|
+
"line": 1090
|
|
397
397
|
},
|
|
398
398
|
"name": "autoApproveOptions",
|
|
399
399
|
"optional": true,
|
|
@@ -430,7 +430,7 @@
|
|
|
430
430
|
"immutable": true,
|
|
431
431
|
"locationInModule": {
|
|
432
432
|
"filename": "src/construct-project-options.ts",
|
|
433
|
-
"line":
|
|
433
|
+
"line": 976
|
|
434
434
|
},
|
|
435
435
|
"name": "autoDetectBin",
|
|
436
436
|
"optional": true,
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"immutable": true,
|
|
450
450
|
"locationInModule": {
|
|
451
451
|
"filename": "src/construct-project-options.ts",
|
|
452
|
-
"line":
|
|
452
|
+
"line": 1084
|
|
453
453
|
},
|
|
454
454
|
"name": "autoMerge",
|
|
455
455
|
"optional": true,
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"immutable": true,
|
|
469
469
|
"locationInModule": {
|
|
470
470
|
"filename": "src/construct-project-options.ts",
|
|
471
|
-
"line":
|
|
471
|
+
"line": 1076
|
|
472
472
|
},
|
|
473
473
|
"name": "autoMergeOptions",
|
|
474
474
|
"optional": true,
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"immutable": true,
|
|
487
487
|
"locationInModule": {
|
|
488
488
|
"filename": "src/construct-project-options.ts",
|
|
489
|
-
"line":
|
|
489
|
+
"line": 970
|
|
490
490
|
},
|
|
491
491
|
"name": "bin",
|
|
492
492
|
"optional": true,
|
|
@@ -544,7 +544,7 @@
|
|
|
544
544
|
"immutable": true,
|
|
545
545
|
"locationInModule": {
|
|
546
546
|
"filename": "src/construct-project-options.ts",
|
|
547
|
-
"line":
|
|
547
|
+
"line": 962
|
|
548
548
|
},
|
|
549
549
|
"name": "bugsEmail",
|
|
550
550
|
"optional": true,
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
"immutable": true,
|
|
562
562
|
"locationInModule": {
|
|
563
563
|
"filename": "src/construct-project-options.ts",
|
|
564
|
-
"line":
|
|
564
|
+
"line": 957
|
|
565
565
|
},
|
|
566
566
|
"name": "bugsUrl",
|
|
567
567
|
"optional": true,
|
|
@@ -615,7 +615,7 @@
|
|
|
615
615
|
"immutable": true,
|
|
616
616
|
"locationInModule": {
|
|
617
617
|
"filename": "src/construct-project-options.ts",
|
|
618
|
-
"line":
|
|
618
|
+
"line": 720
|
|
619
619
|
},
|
|
620
620
|
"name": "bumpPackage",
|
|
621
621
|
"optional": true,
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"immutable": true,
|
|
634
634
|
"locationInModule": {
|
|
635
635
|
"filename": "src/construct-project-options.ts",
|
|
636
|
-
"line":
|
|
636
|
+
"line": 952
|
|
637
637
|
},
|
|
638
638
|
"name": "bundledDeps",
|
|
639
639
|
"optional": true,
|
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
"immutable": true,
|
|
674
674
|
"locationInModule": {
|
|
675
675
|
"filename": "src/construct-project-options.ts",
|
|
676
|
-
"line":
|
|
676
|
+
"line": 937
|
|
677
677
|
},
|
|
678
678
|
"name": "bunVersion",
|
|
679
679
|
"optional": true,
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
"immutable": true,
|
|
786
786
|
"locationInModule": {
|
|
787
787
|
"filename": "src/construct-project-options.ts",
|
|
788
|
-
"line":
|
|
788
|
+
"line": 1068
|
|
789
789
|
},
|
|
790
790
|
"name": "clobber",
|
|
791
791
|
"optional": true,
|
|
@@ -804,7 +804,7 @@
|
|
|
804
804
|
"immutable": true,
|
|
805
805
|
"locationInModule": {
|
|
806
806
|
"filename": "src/construct-project-options.ts",
|
|
807
|
-
"line":
|
|
807
|
+
"line": 931
|
|
808
808
|
},
|
|
809
809
|
"name": "codeArtifactOptions",
|
|
810
810
|
"optional": true,
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"docs": {
|
|
818
818
|
"default": "false",
|
|
819
819
|
"stability": "stable",
|
|
820
|
-
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@
|
|
820
|
+
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v5 By default, OIDC auth is used. Alternatively a token can be provided via `codeCovTokenSecret`."
|
|
821
821
|
},
|
|
822
822
|
"immutable": true,
|
|
823
823
|
"locationInModule": {
|
|
@@ -833,9 +833,9 @@
|
|
|
833
833
|
{
|
|
834
834
|
"abstract": true,
|
|
835
835
|
"docs": {
|
|
836
|
-
"default": "-
|
|
836
|
+
"default": "- OIDC auth is used",
|
|
837
837
|
"stability": "stable",
|
|
838
|
-
"summary": "Define the secret name for a specified https://codecov.io/ token
|
|
838
|
+
"summary": "Define the secret name for a specified https://codecov.io/ token."
|
|
839
839
|
},
|
|
840
840
|
"immutable": true,
|
|
841
841
|
"locationInModule": {
|
|
@@ -858,7 +858,7 @@
|
|
|
858
858
|
"immutable": true,
|
|
859
859
|
"locationInModule": {
|
|
860
860
|
"filename": "src/construct-project-options.ts",
|
|
861
|
-
"line":
|
|
861
|
+
"line": 1159
|
|
862
862
|
},
|
|
863
863
|
"name": "commitGenerated",
|
|
864
864
|
"optional": true,
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"immutable": true,
|
|
1027
1027
|
"locationInModule": {
|
|
1028
1028
|
"filename": "src/construct-project-options.ts",
|
|
1029
|
-
"line":
|
|
1029
|
+
"line": 924
|
|
1030
1030
|
},
|
|
1031
1031
|
"name": "deps",
|
|
1032
1032
|
"optional": true,
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
"immutable": true,
|
|
1090
1090
|
"locationInModule": {
|
|
1091
1091
|
"filename": "src/construct-project-options.ts",
|
|
1092
|
-
"line":
|
|
1092
|
+
"line": 911
|
|
1093
1093
|
},
|
|
1094
1094
|
"name": "description",
|
|
1095
1095
|
"optional": true,
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
"immutable": true,
|
|
1108
1108
|
"locationInModule": {
|
|
1109
1109
|
"filename": "src/construct-project-options.ts",
|
|
1110
|
-
"line":
|
|
1110
|
+
"line": 1062
|
|
1111
1111
|
},
|
|
1112
1112
|
"name": "devContainer",
|
|
1113
1113
|
"optional": true,
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"immutable": true,
|
|
1130
1130
|
"locationInModule": {
|
|
1131
1131
|
"filename": "src/construct-project-options.ts",
|
|
1132
|
-
"line":
|
|
1132
|
+
"line": 903
|
|
1133
1133
|
},
|
|
1134
1134
|
"name": "devDeps",
|
|
1135
1135
|
"optional": true,
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"immutable": true,
|
|
1261
1261
|
"locationInModule": {
|
|
1262
1262
|
"filename": "src/construct-project-options.ts",
|
|
1263
|
-
"line":
|
|
1263
|
+
"line": 886
|
|
1264
1264
|
},
|
|
1265
1265
|
"name": "entrypoint",
|
|
1266
1266
|
"optional": true,
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
{
|
|
1290
1290
|
"abstract": true,
|
|
1291
1291
|
"docs": {
|
|
1292
|
-
"default": "true",
|
|
1292
|
+
"default": "- true, unless biome is enabled",
|
|
1293
1293
|
"stability": "stable",
|
|
1294
1294
|
"summary": "Setup eslint."
|
|
1295
1295
|
},
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
"immutable": true,
|
|
1375
1375
|
"locationInModule": {
|
|
1376
1376
|
"filename": "src/construct-project-options.ts",
|
|
1377
|
-
"line":
|
|
1377
|
+
"line": 1056
|
|
1378
1378
|
},
|
|
1379
1379
|
"name": "github",
|
|
1380
1380
|
"optional": true,
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"immutable": true,
|
|
1393
1393
|
"locationInModule": {
|
|
1394
1394
|
"filename": "src/construct-project-options.ts",
|
|
1395
|
-
"line":
|
|
1395
|
+
"line": 1049
|
|
1396
1396
|
},
|
|
1397
1397
|
"name": "githubOptions",
|
|
1398
1398
|
"optional": true,
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"immutable": true,
|
|
1432
1432
|
"locationInModule": {
|
|
1433
1433
|
"filename": "src/construct-project-options.ts",
|
|
1434
|
-
"line":
|
|
1434
|
+
"line": 1153
|
|
1435
1435
|
},
|
|
1436
1436
|
"name": "gitIgnoreOptions",
|
|
1437
1437
|
"optional": true,
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
"immutable": true,
|
|
1449
1449
|
"locationInModule": {
|
|
1450
1450
|
"filename": "src/construct-project-options.ts",
|
|
1451
|
-
"line":
|
|
1451
|
+
"line": 1148
|
|
1452
1452
|
},
|
|
1453
1453
|
"name": "gitOptions",
|
|
1454
1454
|
"optional": true,
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
"immutable": true,
|
|
1467
1467
|
"locationInModule": {
|
|
1468
1468
|
"filename": "src/construct-project-options.ts",
|
|
1469
|
-
"line":
|
|
1469
|
+
"line": 1043
|
|
1470
1470
|
},
|
|
1471
1471
|
"name": "gitpod",
|
|
1472
1472
|
"optional": true,
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"immutable": true,
|
|
1484
1484
|
"locationInModule": {
|
|
1485
1485
|
"filename": "src/construct-project-options.ts",
|
|
1486
|
-
"line":
|
|
1486
|
+
"line": 879
|
|
1487
1487
|
},
|
|
1488
1488
|
"name": "homepage",
|
|
1489
1489
|
"optional": true,
|
|
@@ -1555,7 +1555,7 @@
|
|
|
1555
1555
|
"immutable": true,
|
|
1556
1556
|
"locationInModule": {
|
|
1557
1557
|
"filename": "src/construct-project-options.ts",
|
|
1558
|
-
"line":
|
|
1558
|
+
"line": 713
|
|
1559
1559
|
},
|
|
1560
1560
|
"name": "jsiiReleaseVersion",
|
|
1561
1561
|
"optional": true,
|
|
@@ -1567,9 +1567,9 @@
|
|
|
1567
1567
|
"abstract": true,
|
|
1568
1568
|
"docs": {
|
|
1569
1569
|
"custom": {
|
|
1570
|
-
"pjnew": "\"~5.
|
|
1570
|
+
"pjnew": "\"~5.9.0\""
|
|
1571
1571
|
},
|
|
1572
|
-
"default": "\"~5.
|
|
1572
|
+
"default": "\"~5.8.0\"",
|
|
1573
1573
|
"remarks": "Set to \"*\" if you want to manually manage the version of jsii in your\nproject by managing updates to `package.json` on your own.\n\nNOTE: The jsii compiler releases since 5.0.0 are not semantically versioned\nand should remain on the same minor, so we recommend using a `~` dependency\n(e.g. `~5.0.0`).",
|
|
1574
1574
|
"stability": "stable",
|
|
1575
1575
|
"summary": "Version of the jsii compiler to use."
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
"immutable": true,
|
|
1595
1595
|
"locationInModule": {
|
|
1596
1596
|
"filename": "src/construct-project-options.ts",
|
|
1597
|
-
"line":
|
|
1597
|
+
"line": 874
|
|
1598
1598
|
},
|
|
1599
1599
|
"name": "keywords",
|
|
1600
1600
|
"optional": true,
|
|
@@ -1690,7 +1690,7 @@
|
|
|
1690
1690
|
"immutable": true,
|
|
1691
1691
|
"locationInModule": {
|
|
1692
1692
|
"filename": "src/construct-project-options.ts",
|
|
1693
|
-
"line":
|
|
1693
|
+
"line": 869
|
|
1694
1694
|
},
|
|
1695
1695
|
"name": "license",
|
|
1696
1696
|
"optional": true,
|
|
@@ -1708,7 +1708,7 @@
|
|
|
1708
1708
|
"immutable": true,
|
|
1709
1709
|
"locationInModule": {
|
|
1710
1710
|
"filename": "src/construct-project-options.ts",
|
|
1711
|
-
"line":
|
|
1711
|
+
"line": 861
|
|
1712
1712
|
},
|
|
1713
1713
|
"name": "licensed",
|
|
1714
1714
|
"optional": true,
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
"immutable": true,
|
|
1727
1727
|
"locationInModule": {
|
|
1728
1728
|
"filename": "src/construct-project-options.ts",
|
|
1729
|
-
"line":
|
|
1729
|
+
"line": 1143
|
|
1730
1730
|
},
|
|
1731
1731
|
"name": "logging",
|
|
1732
1732
|
"optional": true,
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
"immutable": true,
|
|
1746
1746
|
"locationInModule": {
|
|
1747
1747
|
"filename": "src/construct-project-options.ts",
|
|
1748
|
-
"line":
|
|
1748
|
+
"line": 707
|
|
1749
1749
|
},
|
|
1750
1750
|
"name": "majorVersion",
|
|
1751
1751
|
"optional": true,
|
|
@@ -1764,7 +1764,7 @@
|
|
|
1764
1764
|
"immutable": true,
|
|
1765
1765
|
"locationInModule": {
|
|
1766
1766
|
"filename": "src/construct-project-options.ts",
|
|
1767
|
-
"line":
|
|
1767
|
+
"line": 855
|
|
1768
1768
|
},
|
|
1769
1769
|
"name": "maxNodeVersion",
|
|
1770
1770
|
"optional": true,
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
"immutable": true,
|
|
1784
1784
|
"locationInModule": {
|
|
1785
1785
|
"filename": "src/construct-project-options.ts",
|
|
1786
|
-
"line":
|
|
1786
|
+
"line": 699
|
|
1787
1787
|
},
|
|
1788
1788
|
"name": "minMajorVersion",
|
|
1789
1789
|
"optional": true,
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
"immutable": true,
|
|
1803
1803
|
"locationInModule": {
|
|
1804
1804
|
"filename": "src/construct-project-options.ts",
|
|
1805
|
-
"line":
|
|
1805
|
+
"line": 844
|
|
1806
1806
|
},
|
|
1807
1807
|
"name": "minNodeVersion",
|
|
1808
1808
|
"optional": true,
|
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
"immutable": true,
|
|
1822
1822
|
"locationInModule": {
|
|
1823
1823
|
"filename": "src/construct-project-options.ts",
|
|
1824
|
-
"line":
|
|
1824
|
+
"line": 689
|
|
1825
1825
|
},
|
|
1826
1826
|
"name": "nextVersionCommand",
|
|
1827
1827
|
"optional": true,
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
"immutable": true,
|
|
1840
1840
|
"locationInModule": {
|
|
1841
1841
|
"filename": "src/construct-project-options.ts",
|
|
1842
|
-
"line":
|
|
1842
|
+
"line": 829
|
|
1843
1843
|
},
|
|
1844
1844
|
"name": "npmAccess",
|
|
1845
1845
|
"optional": true,
|
|
@@ -1858,7 +1858,7 @@
|
|
|
1858
1858
|
"immutable": true,
|
|
1859
1859
|
"locationInModule": {
|
|
1860
1860
|
"filename": "src/construct-project-options.ts",
|
|
1861
|
-
"line":
|
|
1861
|
+
"line": 665
|
|
1862
1862
|
},
|
|
1863
1863
|
"name": "npmDistTag",
|
|
1864
1864
|
"optional": true,
|
|
@@ -1912,7 +1912,7 @@
|
|
|
1912
1912
|
"immutable": true,
|
|
1913
1913
|
"locationInModule": {
|
|
1914
1914
|
"filename": "src/construct-project-options.ts",
|
|
1915
|
-
"line":
|
|
1915
|
+
"line": 821
|
|
1916
1916
|
},
|
|
1917
1917
|
"name": "npmProvenance",
|
|
1918
1918
|
"optional": true,
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
"immutable": true,
|
|
1932
1932
|
"locationInModule": {
|
|
1933
1933
|
"filename": "src/construct-project-options.ts",
|
|
1934
|
-
"line":
|
|
1934
|
+
"line": 810
|
|
1935
1935
|
},
|
|
1936
1936
|
"name": "npmRegistryUrl",
|
|
1937
1937
|
"optional": true,
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"immutable": true,
|
|
1950
1950
|
"locationInModule": {
|
|
1951
1951
|
"filename": "src/construct-project-options.ts",
|
|
1952
|
-
"line":
|
|
1952
|
+
"line": 803
|
|
1953
1953
|
},
|
|
1954
1954
|
"name": "npmTokenSecret",
|
|
1955
1955
|
"optional": true,
|
|
@@ -1957,6 +1957,24 @@
|
|
|
1957
1957
|
"primitive": "string"
|
|
1958
1958
|
}
|
|
1959
1959
|
},
|
|
1960
|
+
{
|
|
1961
|
+
"abstract": true,
|
|
1962
|
+
"docs": {
|
|
1963
|
+
"default": "- false",
|
|
1964
|
+
"stability": "stable",
|
|
1965
|
+
"summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
|
|
1966
|
+
},
|
|
1967
|
+
"immutable": true,
|
|
1968
|
+
"locationInModule": {
|
|
1969
|
+
"filename": "src/construct-project-options.ts",
|
|
1970
|
+
"line": 797
|
|
1971
|
+
},
|
|
1972
|
+
"name": "npmTrustedPublishing",
|
|
1973
|
+
"optional": true,
|
|
1974
|
+
"type": {
|
|
1975
|
+
"primitive": "boolean"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1960
1978
|
{
|
|
1961
1979
|
"abstract": true,
|
|
1962
1980
|
"docs": {
|
|
@@ -1968,7 +1986,7 @@
|
|
|
1968
1986
|
"immutable": true,
|
|
1969
1987
|
"locationInModule": {
|
|
1970
1988
|
"filename": "src/construct-project-options.ts",
|
|
1971
|
-
"line":
|
|
1989
|
+
"line": 1137
|
|
1972
1990
|
},
|
|
1973
1991
|
"name": "outdir",
|
|
1974
1992
|
"optional": true,
|
|
@@ -2004,7 +2022,7 @@
|
|
|
2004
2022
|
"immutable": true,
|
|
2005
2023
|
"locationInModule": {
|
|
2006
2024
|
"filename": "src/construct-project-options.ts",
|
|
2007
|
-
"line":
|
|
2025
|
+
"line": 791
|
|
2008
2026
|
},
|
|
2009
2027
|
"name": "packageManager",
|
|
2010
2028
|
"optional": true,
|
|
@@ -2025,7 +2043,7 @@
|
|
|
2025
2043
|
"immutable": true,
|
|
2026
2044
|
"locationInModule": {
|
|
2027
2045
|
"filename": "src/construct-project-options.ts",
|
|
2028
|
-
"line":
|
|
2046
|
+
"line": 785
|
|
2029
2047
|
},
|
|
2030
2048
|
"name": "packageName",
|
|
2031
2049
|
"optional": true,
|
|
@@ -2042,7 +2060,7 @@
|
|
|
2042
2060
|
"immutable": true,
|
|
2043
2061
|
"locationInModule": {
|
|
2044
2062
|
"filename": "src/construct-project-options.ts",
|
|
2045
|
-
"line":
|
|
2063
|
+
"line": 1126
|
|
2046
2064
|
},
|
|
2047
2065
|
"name": "parent",
|
|
2048
2066
|
"optional": true,
|
|
@@ -2059,7 +2077,7 @@
|
|
|
2059
2077
|
"immutable": true,
|
|
2060
2078
|
"locationInModule": {
|
|
2061
2079
|
"filename": "src/construct-project-options.ts",
|
|
2062
|
-
"line":
|
|
2080
|
+
"line": 778
|
|
2063
2081
|
},
|
|
2064
2082
|
"name": "peerDependencyOptions",
|
|
2065
2083
|
"optional": true,
|
|
@@ -2078,7 +2096,7 @@
|
|
|
2078
2096
|
"immutable": true,
|
|
2079
2097
|
"locationInModule": {
|
|
2080
2098
|
"filename": "src/construct-project-options.ts",
|
|
2081
|
-
"line":
|
|
2099
|
+
"line": 773
|
|
2082
2100
|
},
|
|
2083
2101
|
"name": "peerDeps",
|
|
2084
2102
|
"optional": true,
|
|
@@ -2101,7 +2119,7 @@
|
|
|
2101
2119
|
"immutable": true,
|
|
2102
2120
|
"locationInModule": {
|
|
2103
2121
|
"filename": "src/construct-project-options.ts",
|
|
2104
|
-
"line":
|
|
2122
|
+
"line": 754
|
|
2105
2123
|
},
|
|
2106
2124
|
"name": "pnpmVersion",
|
|
2107
2125
|
"optional": true,
|
|
@@ -2119,7 +2137,7 @@
|
|
|
2119
2137
|
"immutable": true,
|
|
2120
2138
|
"locationInModule": {
|
|
2121
2139
|
"filename": "src/construct-project-options.ts",
|
|
2122
|
-
"line":
|
|
2140
|
+
"line": 657
|
|
2123
2141
|
},
|
|
2124
2142
|
"name": "postBuildSteps",
|
|
2125
2143
|
"optional": true,
|
|
@@ -2142,7 +2160,7 @@
|
|
|
2142
2160
|
"immutable": true,
|
|
2143
2161
|
"locationInModule": {
|
|
2144
2162
|
"filename": "src/construct-project-options.ts",
|
|
2145
|
-
"line":
|
|
2163
|
+
"line": 651
|
|
2146
2164
|
},
|
|
2147
2165
|
"name": "prerelease",
|
|
2148
2166
|
"optional": true,
|
|
@@ -2197,7 +2215,7 @@
|
|
|
2197
2215
|
"immutable": true,
|
|
2198
2216
|
"locationInModule": {
|
|
2199
2217
|
"filename": "src/construct-project-options.ts",
|
|
2200
|
-
"line":
|
|
2218
|
+
"line": 1121
|
|
2201
2219
|
},
|
|
2202
2220
|
"name": "projenCommand",
|
|
2203
2221
|
"optional": true,
|
|
@@ -2215,7 +2233,7 @@
|
|
|
2215
2233
|
"immutable": true,
|
|
2216
2234
|
"locationInModule": {
|
|
2217
2235
|
"filename": "src/construct-project-options.ts",
|
|
2218
|
-
"line":
|
|
2236
|
+
"line": 1037
|
|
2219
2237
|
},
|
|
2220
2238
|
"name": "projenCredentials",
|
|
2221
2239
|
"optional": true,
|
|
@@ -2269,7 +2287,7 @@
|
|
|
2269
2287
|
"immutable": true,
|
|
2270
2288
|
"locationInModule": {
|
|
2271
2289
|
"filename": "src/construct-project-options.ts",
|
|
2272
|
-
"line":
|
|
2290
|
+
"line": 1114
|
|
2273
2291
|
},
|
|
2274
2292
|
"name": "projenrcJson",
|
|
2275
2293
|
"optional": true,
|
|
@@ -2287,7 +2305,7 @@
|
|
|
2287
2305
|
"immutable": true,
|
|
2288
2306
|
"locationInModule": {
|
|
2289
2307
|
"filename": "src/construct-project-options.ts",
|
|
2290
|
-
"line":
|
|
2308
|
+
"line": 1108
|
|
2291
2309
|
},
|
|
2292
2310
|
"name": "projenrcJsonOptions",
|
|
2293
2311
|
"optional": true,
|
|
@@ -2379,7 +2397,7 @@
|
|
|
2379
2397
|
"immutable": true,
|
|
2380
2398
|
"locationInModule": {
|
|
2381
2399
|
"filename": "src/construct-project-options.ts",
|
|
2382
|
-
"line":
|
|
2400
|
+
"line": 645
|
|
2383
2401
|
},
|
|
2384
2402
|
"name": "publishDryRun",
|
|
2385
2403
|
"optional": true,
|
|
@@ -2398,7 +2416,7 @@
|
|
|
2398
2416
|
"immutable": true,
|
|
2399
2417
|
"locationInModule": {
|
|
2400
2418
|
"filename": "src/construct-project-options.ts",
|
|
2401
|
-
"line":
|
|
2419
|
+
"line": 639
|
|
2402
2420
|
},
|
|
2403
2421
|
"name": "publishTasks",
|
|
2404
2422
|
"optional": true,
|
|
@@ -2529,7 +2547,7 @@
|
|
|
2529
2547
|
"immutable": true,
|
|
2530
2548
|
"locationInModule": {
|
|
2531
2549
|
"filename": "src/construct-project-options.ts",
|
|
2532
|
-
"line":
|
|
2550
|
+
"line": 1031
|
|
2533
2551
|
},
|
|
2534
2552
|
"name": "readme",
|
|
2535
2553
|
"optional": true,
|
|
@@ -2547,7 +2565,7 @@
|
|
|
2547
2565
|
"immutable": true,
|
|
2548
2566
|
"locationInModule": {
|
|
2549
2567
|
"filename": "src/construct-project-options.ts",
|
|
2550
|
-
"line":
|
|
2568
|
+
"line": 631
|
|
2551
2569
|
},
|
|
2552
2570
|
"name": "releasableCommits",
|
|
2553
2571
|
"optional": true,
|
|
@@ -2584,7 +2602,7 @@
|
|
|
2584
2602
|
"immutable": true,
|
|
2585
2603
|
"locationInModule": {
|
|
2586
2604
|
"filename": "src/construct-project-options.ts",
|
|
2587
|
-
"line":
|
|
2605
|
+
"line": 625
|
|
2588
2606
|
},
|
|
2589
2607
|
"name": "releaseBranches",
|
|
2590
2608
|
"optional": true,
|
|
@@ -2597,6 +2615,25 @@
|
|
|
2597
2615
|
}
|
|
2598
2616
|
}
|
|
2599
2617
|
},
|
|
2618
|
+
{
|
|
2619
|
+
"abstract": true,
|
|
2620
|
+
"docs": {
|
|
2621
|
+
"default": "- no environment used, unless set at the artifact level",
|
|
2622
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
|
|
2623
|
+
"stability": "stable",
|
|
2624
|
+
"summary": "The GitHub Actions environment used for the release."
|
|
2625
|
+
},
|
|
2626
|
+
"immutable": true,
|
|
2627
|
+
"locationInModule": {
|
|
2628
|
+
"filename": "src/construct-project-options.ts",
|
|
2629
|
+
"line": 612
|
|
2630
|
+
},
|
|
2631
|
+
"name": "releaseEnvironment",
|
|
2632
|
+
"optional": true,
|
|
2633
|
+
"type": {
|
|
2634
|
+
"primitive": "string"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2600
2637
|
{
|
|
2601
2638
|
"abstract": true,
|
|
2602
2639
|
"docs": {
|
|
@@ -2607,7 +2644,7 @@
|
|
|
2607
2644
|
"immutable": true,
|
|
2608
2645
|
"locationInModule": {
|
|
2609
2646
|
"filename": "src/construct-project-options.ts",
|
|
2610
|
-
"line":
|
|
2647
|
+
"line": 601
|
|
2611
2648
|
},
|
|
2612
2649
|
"name": "releaseFailureIssue",
|
|
2613
2650
|
"optional": true,
|
|
@@ -2626,7 +2663,7 @@
|
|
|
2626
2663
|
"immutable": true,
|
|
2627
2664
|
"locationInModule": {
|
|
2628
2665
|
"filename": "src/construct-project-options.ts",
|
|
2629
|
-
"line":
|
|
2666
|
+
"line": 595
|
|
2630
2667
|
},
|
|
2631
2668
|
"name": "releaseFailureIssueLabel",
|
|
2632
2669
|
"optional": true,
|
|
@@ -2645,7 +2682,7 @@
|
|
|
2645
2682
|
"immutable": true,
|
|
2646
2683
|
"locationInModule": {
|
|
2647
2684
|
"filename": "src/construct-project-options.ts",
|
|
2648
|
-
"line":
|
|
2685
|
+
"line": 588
|
|
2649
2686
|
},
|
|
2650
2687
|
"name": "releaseTagPrefix",
|
|
2651
2688
|
"optional": true,
|
|
@@ -2681,7 +2718,7 @@
|
|
|
2681
2718
|
"immutable": true,
|
|
2682
2719
|
"locationInModule": {
|
|
2683
2720
|
"filename": "src/construct-project-options.ts",
|
|
2684
|
-
"line":
|
|
2721
|
+
"line": 578
|
|
2685
2722
|
},
|
|
2686
2723
|
"name": "releaseTrigger",
|
|
2687
2724
|
"optional": true,
|
|
@@ -2689,6 +2726,29 @@
|
|
|
2689
2726
|
"fqn": "projen.release.ReleaseTrigger"
|
|
2690
2727
|
}
|
|
2691
2728
|
},
|
|
2729
|
+
{
|
|
2730
|
+
"abstract": true,
|
|
2731
|
+
"docs": {
|
|
2732
|
+
"default": "{}",
|
|
2733
|
+
"stability": "stable",
|
|
2734
|
+
"summary": "Build environment variables for release workflows."
|
|
2735
|
+
},
|
|
2736
|
+
"immutable": true,
|
|
2737
|
+
"locationInModule": {
|
|
2738
|
+
"filename": "src/construct-project-options.ts",
|
|
2739
|
+
"line": 572
|
|
2740
|
+
},
|
|
2741
|
+
"name": "releaseWorkflowEnv",
|
|
2742
|
+
"optional": true,
|
|
2743
|
+
"type": {
|
|
2744
|
+
"collection": {
|
|
2745
|
+
"elementtype": {
|
|
2746
|
+
"primitive": "string"
|
|
2747
|
+
},
|
|
2748
|
+
"kind": "map"
|
|
2749
|
+
}
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2692
2752
|
{
|
|
2693
2753
|
"abstract": true,
|
|
2694
2754
|
"docs": {
|
|
@@ -2739,7 +2799,7 @@
|
|
|
2739
2799
|
"immutable": true,
|
|
2740
2800
|
"locationInModule": {
|
|
2741
2801
|
"filename": "src/construct-project-options.ts",
|
|
2742
|
-
"line":
|
|
2802
|
+
"line": 1102
|
|
2743
2803
|
},
|
|
2744
2804
|
"name": "renovatebot",
|
|
2745
2805
|
"optional": true,
|
|
@@ -2757,7 +2817,7 @@
|
|
|
2757
2817
|
"immutable": true,
|
|
2758
2818
|
"locationInModule": {
|
|
2759
2819
|
"filename": "src/construct-project-options.ts",
|
|
2760
|
-
"line":
|
|
2820
|
+
"line": 1096
|
|
2761
2821
|
},
|
|
2762
2822
|
"name": "renovatebotOptions",
|
|
2763
2823
|
"optional": true,
|
|
@@ -2775,7 +2835,7 @@
|
|
|
2775
2835
|
"immutable": true,
|
|
2776
2836
|
"locationInModule": {
|
|
2777
2837
|
"filename": "src/construct-project-options.ts",
|
|
2778
|
-
"line":
|
|
2838
|
+
"line": 748
|
|
2779
2839
|
},
|
|
2780
2840
|
"name": "repository",
|
|
2781
2841
|
"optional": true,
|
|
@@ -2792,7 +2852,7 @@
|
|
|
2792
2852
|
"immutable": true,
|
|
2793
2853
|
"locationInModule": {
|
|
2794
2854
|
"filename": "src/construct-project-options.ts",
|
|
2795
|
-
"line":
|
|
2855
|
+
"line": 742
|
|
2796
2856
|
},
|
|
2797
2857
|
"name": "repositoryDirectory",
|
|
2798
2858
|
"optional": true,
|
|
@@ -2845,7 +2905,7 @@
|
|
|
2845
2905
|
"immutable": true,
|
|
2846
2906
|
"locationInModule": {
|
|
2847
2907
|
"filename": "src/construct-project-options.ts",
|
|
2848
|
-
"line":
|
|
2908
|
+
"line": 737
|
|
2849
2909
|
},
|
|
2850
2910
|
"name": "scopedPackagesOptions",
|
|
2851
2911
|
"optional": true,
|
|
@@ -2885,7 +2945,7 @@
|
|
|
2885
2945
|
"immutable": true,
|
|
2886
2946
|
"locationInModule": {
|
|
2887
2947
|
"filename": "src/construct-project-options.ts",
|
|
2888
|
-
"line":
|
|
2948
|
+
"line": 731
|
|
2889
2949
|
},
|
|
2890
2950
|
"name": "stability",
|
|
2891
2951
|
"optional": true,
|
|
@@ -2904,7 +2964,7 @@
|
|
|
2904
2964
|
"immutable": true,
|
|
2905
2965
|
"locationInModule": {
|
|
2906
2966
|
"filename": "src/construct-project-options.ts",
|
|
2907
|
-
"line":
|
|
2967
|
+
"line": 1025
|
|
2908
2968
|
},
|
|
2909
2969
|
"name": "stale",
|
|
2910
2970
|
"optional": true,
|
|
@@ -2923,7 +2983,7 @@
|
|
|
2923
2983
|
"immutable": true,
|
|
2924
2984
|
"locationInModule": {
|
|
2925
2985
|
"filename": "src/construct-project-options.ts",
|
|
2926
|
-
"line":
|
|
2986
|
+
"line": 1018
|
|
2927
2987
|
},
|
|
2928
2988
|
"name": "staleOptions",
|
|
2929
2989
|
"optional": true,
|
|
@@ -3075,7 +3135,7 @@
|
|
|
3075
3135
|
"immutable": true,
|
|
3076
3136
|
"locationInModule": {
|
|
3077
3137
|
"filename": "src/construct-project-options.ts",
|
|
3078
|
-
"line":
|
|
3138
|
+
"line": 1011
|
|
3079
3139
|
},
|
|
3080
3140
|
"name": "vscode",
|
|
3081
3141
|
"optional": true,
|
|
@@ -3127,7 +3187,7 @@
|
|
|
3127
3187
|
{
|
|
3128
3188
|
"abstract": true,
|
|
3129
3189
|
"docs": {
|
|
3130
|
-
"default": "- GitHub Actions",
|
|
3190
|
+
"default": "- default GitHub Actions user",
|
|
3131
3191
|
"stability": "stable",
|
|
3132
3192
|
"summary": "The git identity to use in workflows."
|
|
3133
3193
|
},
|
|
@@ -3237,7 +3297,7 @@
|
|
|
3237
3297
|
"immutable": true,
|
|
3238
3298
|
"locationInModule": {
|
|
3239
3299
|
"filename": "src/construct-project-options.ts",
|
|
3240
|
-
"line":
|
|
3300
|
+
"line": 726
|
|
3241
3301
|
},
|
|
3242
3302
|
"name": "yarnBerryOptions",
|
|
3243
3303
|
"optional": true,
|
|
@@ -3340,7 +3400,7 @@
|
|
|
3340
3400
|
"immutable": true,
|
|
3341
3401
|
"locationInModule": {
|
|
3342
3402
|
"filename": "src/projen-project-options.ts",
|
|
3343
|
-
"line":
|
|
3403
|
+
"line": 841
|
|
3344
3404
|
},
|
|
3345
3405
|
"name": "authorName",
|
|
3346
3406
|
"type": {
|
|
@@ -3355,7 +3415,7 @@
|
|
|
3355
3415
|
"immutable": true,
|
|
3356
3416
|
"locationInModule": {
|
|
3357
3417
|
"filename": "src/projen-project-options.ts",
|
|
3358
|
-
"line":
|
|
3418
|
+
"line": 1020
|
|
3359
3419
|
},
|
|
3360
3420
|
"name": "repo",
|
|
3361
3421
|
"type": {
|
|
@@ -3372,7 +3432,7 @@
|
|
|
3372
3432
|
"immutable": true,
|
|
3373
3433
|
"locationInModule": {
|
|
3374
3434
|
"filename": "src/projen-project-options.ts",
|
|
3375
|
-
"line":
|
|
3435
|
+
"line": 1033
|
|
3376
3436
|
},
|
|
3377
3437
|
"name": "allowedCommitTypes",
|
|
3378
3438
|
"optional": true,
|
|
@@ -3396,7 +3456,7 @@
|
|
|
3396
3456
|
"immutable": true,
|
|
3397
3457
|
"locationInModule": {
|
|
3398
3458
|
"filename": "src/projen-project-options.ts",
|
|
3399
|
-
"line":
|
|
3459
|
+
"line": 854
|
|
3400
3460
|
},
|
|
3401
3461
|
"name": "allowLibraryDependencies",
|
|
3402
3462
|
"optional": true,
|
|
@@ -3449,7 +3509,7 @@
|
|
|
3449
3509
|
"immutable": true,
|
|
3450
3510
|
"locationInModule": {
|
|
3451
3511
|
"filename": "src/projen-project-options.ts",
|
|
3452
|
-
"line":
|
|
3512
|
+
"line": 846
|
|
3453
3513
|
},
|
|
3454
3514
|
"name": "authorEmail",
|
|
3455
3515
|
"optional": true,
|
|
@@ -3466,7 +3526,7 @@
|
|
|
3466
3526
|
"immutable": true,
|
|
3467
3527
|
"locationInModule": {
|
|
3468
3528
|
"filename": "src/projen-project-options.ts",
|
|
3469
|
-
"line":
|
|
3529
|
+
"line": 836
|
|
3470
3530
|
},
|
|
3471
3531
|
"name": "authorOrganization",
|
|
3472
3532
|
"optional": true,
|
|
@@ -3484,7 +3544,7 @@
|
|
|
3484
3544
|
"immutable": true,
|
|
3485
3545
|
"locationInModule": {
|
|
3486
3546
|
"filename": "src/projen-project-options.ts",
|
|
3487
|
-
"line":
|
|
3547
|
+
"line": 940
|
|
3488
3548
|
},
|
|
3489
3549
|
"name": "autoApproveOptions",
|
|
3490
3550
|
"optional": true,
|
|
@@ -3521,7 +3581,7 @@
|
|
|
3521
3581
|
"immutable": true,
|
|
3522
3582
|
"locationInModule": {
|
|
3523
3583
|
"filename": "src/projen-project-options.ts",
|
|
3524
|
-
"line":
|
|
3584
|
+
"line": 831
|
|
3525
3585
|
},
|
|
3526
3586
|
"name": "autoDetectBin",
|
|
3527
3587
|
"optional": true,
|
|
@@ -3540,7 +3600,7 @@
|
|
|
3540
3600
|
"immutable": true,
|
|
3541
3601
|
"locationInModule": {
|
|
3542
3602
|
"filename": "src/projen-project-options.ts",
|
|
3543
|
-
"line":
|
|
3603
|
+
"line": 1039
|
|
3544
3604
|
},
|
|
3545
3605
|
"name": "automationAppName",
|
|
3546
3606
|
"optional": true,
|
|
@@ -3559,7 +3619,7 @@
|
|
|
3559
3619
|
"immutable": true,
|
|
3560
3620
|
"locationInModule": {
|
|
3561
3621
|
"filename": "src/projen-project-options.ts",
|
|
3562
|
-
"line":
|
|
3622
|
+
"line": 934
|
|
3563
3623
|
},
|
|
3564
3624
|
"name": "autoMerge",
|
|
3565
3625
|
"optional": true,
|
|
@@ -3578,7 +3638,7 @@
|
|
|
3578
3638
|
"immutable": true,
|
|
3579
3639
|
"locationInModule": {
|
|
3580
3640
|
"filename": "src/projen-project-options.ts",
|
|
3581
|
-
"line":
|
|
3641
|
+
"line": 926
|
|
3582
3642
|
},
|
|
3583
3643
|
"name": "autoMergeOptions",
|
|
3584
3644
|
"optional": true,
|
|
@@ -3596,7 +3656,7 @@
|
|
|
3596
3656
|
"immutable": true,
|
|
3597
3657
|
"locationInModule": {
|
|
3598
3658
|
"filename": "src/projen-project-options.ts",
|
|
3599
|
-
"line":
|
|
3659
|
+
"line": 825
|
|
3600
3660
|
},
|
|
3601
3661
|
"name": "bin",
|
|
3602
3662
|
"optional": true,
|
|
@@ -3654,7 +3714,7 @@
|
|
|
3654
3714
|
"immutable": true,
|
|
3655
3715
|
"locationInModule": {
|
|
3656
3716
|
"filename": "src/projen-project-options.ts",
|
|
3657
|
-
"line":
|
|
3717
|
+
"line": 817
|
|
3658
3718
|
},
|
|
3659
3719
|
"name": "bugsEmail",
|
|
3660
3720
|
"optional": true,
|
|
@@ -3671,7 +3731,7 @@
|
|
|
3671
3731
|
"immutable": true,
|
|
3672
3732
|
"locationInModule": {
|
|
3673
3733
|
"filename": "src/projen-project-options.ts",
|
|
3674
|
-
"line":
|
|
3734
|
+
"line": 812
|
|
3675
3735
|
},
|
|
3676
3736
|
"name": "bugsUrl",
|
|
3677
3737
|
"optional": true,
|
|
@@ -3725,7 +3785,7 @@
|
|
|
3725
3785
|
"immutable": true,
|
|
3726
3786
|
"locationInModule": {
|
|
3727
3787
|
"filename": "src/projen-project-options.ts",
|
|
3728
|
-
"line":
|
|
3788
|
+
"line": 575
|
|
3729
3789
|
},
|
|
3730
3790
|
"name": "bumpPackage",
|
|
3731
3791
|
"optional": true,
|
|
@@ -3743,7 +3803,7 @@
|
|
|
3743
3803
|
"immutable": true,
|
|
3744
3804
|
"locationInModule": {
|
|
3745
3805
|
"filename": "src/projen-project-options.ts",
|
|
3746
|
-
"line":
|
|
3806
|
+
"line": 807
|
|
3747
3807
|
},
|
|
3748
3808
|
"name": "bundledDeps",
|
|
3749
3809
|
"optional": true,
|
|
@@ -3783,7 +3843,7 @@
|
|
|
3783
3843
|
"immutable": true,
|
|
3784
3844
|
"locationInModule": {
|
|
3785
3845
|
"filename": "src/projen-project-options.ts",
|
|
3786
|
-
"line":
|
|
3846
|
+
"line": 792
|
|
3787
3847
|
},
|
|
3788
3848
|
"name": "bunVersion",
|
|
3789
3849
|
"optional": true,
|
|
@@ -3820,7 +3880,7 @@
|
|
|
3820
3880
|
"immutable": true,
|
|
3821
3881
|
"locationInModule": {
|
|
3822
3882
|
"filename": "src/projen-project-options.ts",
|
|
3823
|
-
"line":
|
|
3883
|
+
"line": 918
|
|
3824
3884
|
},
|
|
3825
3885
|
"name": "clobber",
|
|
3826
3886
|
"optional": true,
|
|
@@ -3839,7 +3899,7 @@
|
|
|
3839
3899
|
"immutable": true,
|
|
3840
3900
|
"locationInModule": {
|
|
3841
3901
|
"filename": "src/projen-project-options.ts",
|
|
3842
|
-
"line":
|
|
3902
|
+
"line": 786
|
|
3843
3903
|
},
|
|
3844
3904
|
"name": "codeArtifactOptions",
|
|
3845
3905
|
"optional": true,
|
|
@@ -3852,7 +3912,7 @@
|
|
|
3852
3912
|
"docs": {
|
|
3853
3913
|
"default": "false",
|
|
3854
3914
|
"stability": "stable",
|
|
3855
|
-
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@
|
|
3915
|
+
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v5 By default, OIDC auth is used. Alternatively a token can be provided via `codeCovTokenSecret`."
|
|
3856
3916
|
},
|
|
3857
3917
|
"immutable": true,
|
|
3858
3918
|
"locationInModule": {
|
|
@@ -3868,9 +3928,9 @@
|
|
|
3868
3928
|
{
|
|
3869
3929
|
"abstract": true,
|
|
3870
3930
|
"docs": {
|
|
3871
|
-
"default": "-
|
|
3931
|
+
"default": "- OIDC auth is used",
|
|
3872
3932
|
"stability": "stable",
|
|
3873
|
-
"summary": "Define the secret name for a specified https://codecov.io/ token
|
|
3933
|
+
"summary": "Define the secret name for a specified https://codecov.io/ token."
|
|
3874
3934
|
},
|
|
3875
3935
|
"immutable": true,
|
|
3876
3936
|
"locationInModule": {
|
|
@@ -3893,7 +3953,7 @@
|
|
|
3893
3953
|
"immutable": true,
|
|
3894
3954
|
"locationInModule": {
|
|
3895
3955
|
"filename": "src/projen-project-options.ts",
|
|
3896
|
-
"line":
|
|
3956
|
+
"line": 1009
|
|
3897
3957
|
},
|
|
3898
3958
|
"name": "commitGenerated",
|
|
3899
3959
|
"optional": true,
|
|
@@ -4061,7 +4121,7 @@
|
|
|
4061
4121
|
"immutable": true,
|
|
4062
4122
|
"locationInModule": {
|
|
4063
4123
|
"filename": "src/projen-project-options.ts",
|
|
4064
|
-
"line":
|
|
4124
|
+
"line": 779
|
|
4065
4125
|
},
|
|
4066
4126
|
"name": "deps",
|
|
4067
4127
|
"optional": true,
|
|
@@ -4124,7 +4184,7 @@
|
|
|
4124
4184
|
"immutable": true,
|
|
4125
4185
|
"locationInModule": {
|
|
4126
4186
|
"filename": "src/projen-project-options.ts",
|
|
4127
|
-
"line":
|
|
4187
|
+
"line": 766
|
|
4128
4188
|
},
|
|
4129
4189
|
"name": "description",
|
|
4130
4190
|
"optional": true,
|
|
@@ -4142,7 +4202,7 @@
|
|
|
4142
4202
|
"immutable": true,
|
|
4143
4203
|
"locationInModule": {
|
|
4144
4204
|
"filename": "src/projen-project-options.ts",
|
|
4145
|
-
"line":
|
|
4205
|
+
"line": 912
|
|
4146
4206
|
},
|
|
4147
4207
|
"name": "devContainer",
|
|
4148
4208
|
"optional": true,
|
|
@@ -4164,7 +4224,7 @@
|
|
|
4164
4224
|
"immutable": true,
|
|
4165
4225
|
"locationInModule": {
|
|
4166
4226
|
"filename": "src/projen-project-options.ts",
|
|
4167
|
-
"line":
|
|
4227
|
+
"line": 758
|
|
4168
4228
|
},
|
|
4169
4229
|
"name": "devDeps",
|
|
4170
4230
|
"optional": true,
|
|
@@ -4277,7 +4337,7 @@
|
|
|
4277
4337
|
"immutable": true,
|
|
4278
4338
|
"locationInModule": {
|
|
4279
4339
|
"filename": "src/projen-project-options.ts",
|
|
4280
|
-
"line":
|
|
4340
|
+
"line": 741
|
|
4281
4341
|
},
|
|
4282
4342
|
"name": "entrypoint",
|
|
4283
4343
|
"optional": true,
|
|
@@ -4306,7 +4366,7 @@
|
|
|
4306
4366
|
{
|
|
4307
4367
|
"abstract": true,
|
|
4308
4368
|
"docs": {
|
|
4309
|
-
"default": "true",
|
|
4369
|
+
"default": "- true, unless biome is enabled",
|
|
4310
4370
|
"stability": "stable",
|
|
4311
4371
|
"summary": "Setup eslint."
|
|
4312
4372
|
},
|
|
@@ -4373,7 +4433,7 @@
|
|
|
4373
4433
|
"immutable": true,
|
|
4374
4434
|
"locationInModule": {
|
|
4375
4435
|
"filename": "src/projen-project-options.ts",
|
|
4376
|
-
"line":
|
|
4436
|
+
"line": 906
|
|
4377
4437
|
},
|
|
4378
4438
|
"name": "github",
|
|
4379
4439
|
"optional": true,
|
|
@@ -4391,7 +4451,7 @@
|
|
|
4391
4451
|
"immutable": true,
|
|
4392
4452
|
"locationInModule": {
|
|
4393
4453
|
"filename": "src/projen-project-options.ts",
|
|
4394
|
-
"line":
|
|
4454
|
+
"line": 899
|
|
4395
4455
|
},
|
|
4396
4456
|
"name": "githubOptions",
|
|
4397
4457
|
"optional": true,
|
|
@@ -4430,7 +4490,7 @@
|
|
|
4430
4490
|
"immutable": true,
|
|
4431
4491
|
"locationInModule": {
|
|
4432
4492
|
"filename": "src/projen-project-options.ts",
|
|
4433
|
-
"line":
|
|
4493
|
+
"line": 1003
|
|
4434
4494
|
},
|
|
4435
4495
|
"name": "gitIgnoreOptions",
|
|
4436
4496
|
"optional": true,
|
|
@@ -4447,7 +4507,7 @@
|
|
|
4447
4507
|
"immutable": true,
|
|
4448
4508
|
"locationInModule": {
|
|
4449
4509
|
"filename": "src/projen-project-options.ts",
|
|
4450
|
-
"line":
|
|
4510
|
+
"line": 998
|
|
4451
4511
|
},
|
|
4452
4512
|
"name": "gitOptions",
|
|
4453
4513
|
"optional": true,
|
|
@@ -4465,7 +4525,7 @@
|
|
|
4465
4525
|
"immutable": true,
|
|
4466
4526
|
"locationInModule": {
|
|
4467
4527
|
"filename": "src/projen-project-options.ts",
|
|
4468
|
-
"line":
|
|
4528
|
+
"line": 893
|
|
4469
4529
|
},
|
|
4470
4530
|
"name": "gitpod",
|
|
4471
4531
|
"optional": true,
|
|
@@ -4482,7 +4542,7 @@
|
|
|
4482
4542
|
"immutable": true,
|
|
4483
4543
|
"locationInModule": {
|
|
4484
4544
|
"filename": "src/projen-project-options.ts",
|
|
4485
|
-
"line":
|
|
4545
|
+
"line": 734
|
|
4486
4546
|
},
|
|
4487
4547
|
"name": "homepage",
|
|
4488
4548
|
"optional": true,
|
|
@@ -4536,7 +4596,7 @@
|
|
|
4536
4596
|
"immutable": true,
|
|
4537
4597
|
"locationInModule": {
|
|
4538
4598
|
"filename": "src/projen-project-options.ts",
|
|
4539
|
-
"line":
|
|
4599
|
+
"line": 568
|
|
4540
4600
|
},
|
|
4541
4601
|
"name": "jsiiReleaseVersion",
|
|
4542
4602
|
"optional": true,
|
|
@@ -4553,7 +4613,7 @@
|
|
|
4553
4613
|
"immutable": true,
|
|
4554
4614
|
"locationInModule": {
|
|
4555
4615
|
"filename": "src/projen-project-options.ts",
|
|
4556
|
-
"line":
|
|
4616
|
+
"line": 729
|
|
4557
4617
|
},
|
|
4558
4618
|
"name": "keywords",
|
|
4559
4619
|
"optional": true,
|
|
@@ -4595,7 +4655,7 @@
|
|
|
4595
4655
|
"immutable": true,
|
|
4596
4656
|
"locationInModule": {
|
|
4597
4657
|
"filename": "src/projen-project-options.ts",
|
|
4598
|
-
"line":
|
|
4658
|
+
"line": 724
|
|
4599
4659
|
},
|
|
4600
4660
|
"name": "license",
|
|
4601
4661
|
"optional": true,
|
|
@@ -4613,7 +4673,7 @@
|
|
|
4613
4673
|
"immutable": true,
|
|
4614
4674
|
"locationInModule": {
|
|
4615
4675
|
"filename": "src/projen-project-options.ts",
|
|
4616
|
-
"line":
|
|
4676
|
+
"line": 716
|
|
4617
4677
|
},
|
|
4618
4678
|
"name": "licensed",
|
|
4619
4679
|
"optional": true,
|
|
@@ -4631,7 +4691,7 @@
|
|
|
4631
4691
|
"immutable": true,
|
|
4632
4692
|
"locationInModule": {
|
|
4633
4693
|
"filename": "src/projen-project-options.ts",
|
|
4634
|
-
"line":
|
|
4694
|
+
"line": 993
|
|
4635
4695
|
},
|
|
4636
4696
|
"name": "logging",
|
|
4637
4697
|
"optional": true,
|
|
@@ -4649,7 +4709,7 @@
|
|
|
4649
4709
|
"immutable": true,
|
|
4650
4710
|
"locationInModule": {
|
|
4651
4711
|
"filename": "src/projen-project-options.ts",
|
|
4652
|
-
"line":
|
|
4712
|
+
"line": 1056
|
|
4653
4713
|
},
|
|
4654
4714
|
"name": "logo",
|
|
4655
4715
|
"optional": true,
|
|
@@ -4668,7 +4728,7 @@
|
|
|
4668
4728
|
"immutable": true,
|
|
4669
4729
|
"locationInModule": {
|
|
4670
4730
|
"filename": "src/projen-project-options.ts",
|
|
4671
|
-
"line":
|
|
4731
|
+
"line": 562
|
|
4672
4732
|
},
|
|
4673
4733
|
"name": "majorVersion",
|
|
4674
4734
|
"optional": true,
|
|
@@ -4687,7 +4747,7 @@
|
|
|
4687
4747
|
"immutable": true,
|
|
4688
4748
|
"locationInModule": {
|
|
4689
4749
|
"filename": "src/projen-project-options.ts",
|
|
4690
|
-
"line":
|
|
4750
|
+
"line": 710
|
|
4691
4751
|
},
|
|
4692
4752
|
"name": "maxNodeVersion",
|
|
4693
4753
|
"optional": true,
|
|
@@ -4706,7 +4766,7 @@
|
|
|
4706
4766
|
"immutable": true,
|
|
4707
4767
|
"locationInModule": {
|
|
4708
4768
|
"filename": "src/projen-project-options.ts",
|
|
4709
|
-
"line":
|
|
4769
|
+
"line": 554
|
|
4710
4770
|
},
|
|
4711
4771
|
"name": "minMajorVersion",
|
|
4712
4772
|
"optional": true,
|
|
@@ -4725,7 +4785,7 @@
|
|
|
4725
4785
|
"immutable": true,
|
|
4726
4786
|
"locationInModule": {
|
|
4727
4787
|
"filename": "src/projen-project-options.ts",
|
|
4728
|
-
"line":
|
|
4788
|
+
"line": 699
|
|
4729
4789
|
},
|
|
4730
4790
|
"name": "minNodeVersion",
|
|
4731
4791
|
"optional": true,
|
|
@@ -4746,7 +4806,7 @@
|
|
|
4746
4806
|
"immutable": true,
|
|
4747
4807
|
"locationInModule": {
|
|
4748
4808
|
"filename": "src/projen-project-options.ts",
|
|
4749
|
-
"line":
|
|
4809
|
+
"line": 1016
|
|
4750
4810
|
},
|
|
4751
4811
|
"name": "name",
|
|
4752
4812
|
"optional": true,
|
|
@@ -4765,7 +4825,7 @@
|
|
|
4765
4825
|
"immutable": true,
|
|
4766
4826
|
"locationInModule": {
|
|
4767
4827
|
"filename": "src/projen-project-options.ts",
|
|
4768
|
-
"line":
|
|
4828
|
+
"line": 544
|
|
4769
4829
|
},
|
|
4770
4830
|
"name": "nextVersionCommand",
|
|
4771
4831
|
"optional": true,
|
|
@@ -4783,7 +4843,7 @@
|
|
|
4783
4843
|
"immutable": true,
|
|
4784
4844
|
"locationInModule": {
|
|
4785
4845
|
"filename": "src/projen-project-options.ts",
|
|
4786
|
-
"line":
|
|
4846
|
+
"line": 684
|
|
4787
4847
|
},
|
|
4788
4848
|
"name": "npmAccess",
|
|
4789
4849
|
"optional": true,
|
|
@@ -4802,7 +4862,7 @@
|
|
|
4802
4862
|
"immutable": true,
|
|
4803
4863
|
"locationInModule": {
|
|
4804
4864
|
"filename": "src/projen-project-options.ts",
|
|
4805
|
-
"line":
|
|
4865
|
+
"line": 520
|
|
4806
4866
|
},
|
|
4807
4867
|
"name": "npmDistTag",
|
|
4808
4868
|
"optional": true,
|
|
@@ -4856,7 +4916,7 @@
|
|
|
4856
4916
|
"immutable": true,
|
|
4857
4917
|
"locationInModule": {
|
|
4858
4918
|
"filename": "src/projen-project-options.ts",
|
|
4859
|
-
"line":
|
|
4919
|
+
"line": 676
|
|
4860
4920
|
},
|
|
4861
4921
|
"name": "npmProvenance",
|
|
4862
4922
|
"optional": true,
|
|
@@ -4875,7 +4935,7 @@
|
|
|
4875
4935
|
"immutable": true,
|
|
4876
4936
|
"locationInModule": {
|
|
4877
4937
|
"filename": "src/projen-project-options.ts",
|
|
4878
|
-
"line":
|
|
4938
|
+
"line": 665
|
|
4879
4939
|
},
|
|
4880
4940
|
"name": "npmRegistryUrl",
|
|
4881
4941
|
"optional": true,
|
|
@@ -4893,7 +4953,7 @@
|
|
|
4893
4953
|
"immutable": true,
|
|
4894
4954
|
"locationInModule": {
|
|
4895
4955
|
"filename": "src/projen-project-options.ts",
|
|
4896
|
-
"line":
|
|
4956
|
+
"line": 658
|
|
4897
4957
|
},
|
|
4898
4958
|
"name": "npmTokenSecret",
|
|
4899
4959
|
"optional": true,
|
|
@@ -4901,6 +4961,24 @@
|
|
|
4901
4961
|
"primitive": "string"
|
|
4902
4962
|
}
|
|
4903
4963
|
},
|
|
4964
|
+
{
|
|
4965
|
+
"abstract": true,
|
|
4966
|
+
"docs": {
|
|
4967
|
+
"default": "- false",
|
|
4968
|
+
"stability": "stable",
|
|
4969
|
+
"summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
|
|
4970
|
+
},
|
|
4971
|
+
"immutable": true,
|
|
4972
|
+
"locationInModule": {
|
|
4973
|
+
"filename": "src/projen-project-options.ts",
|
|
4974
|
+
"line": 652
|
|
4975
|
+
},
|
|
4976
|
+
"name": "npmTrustedPublishing",
|
|
4977
|
+
"optional": true,
|
|
4978
|
+
"type": {
|
|
4979
|
+
"primitive": "boolean"
|
|
4980
|
+
}
|
|
4981
|
+
},
|
|
4904
4982
|
{
|
|
4905
4983
|
"abstract": true,
|
|
4906
4984
|
"docs": {
|
|
@@ -4912,7 +4990,7 @@
|
|
|
4912
4990
|
"immutable": true,
|
|
4913
4991
|
"locationInModule": {
|
|
4914
4992
|
"filename": "src/projen-project-options.ts",
|
|
4915
|
-
"line":
|
|
4993
|
+
"line": 987
|
|
4916
4994
|
},
|
|
4917
4995
|
"name": "outdir",
|
|
4918
4996
|
"optional": true,
|
|
@@ -4930,7 +5008,7 @@
|
|
|
4930
5008
|
"immutable": true,
|
|
4931
5009
|
"locationInModule": {
|
|
4932
5010
|
"filename": "src/projen-project-options.ts",
|
|
4933
|
-
"line":
|
|
5011
|
+
"line": 1045
|
|
4934
5012
|
},
|
|
4935
5013
|
"name": "ownerCanSelfApprovePRs",
|
|
4936
5014
|
"optional": true,
|
|
@@ -4966,7 +5044,7 @@
|
|
|
4966
5044
|
"immutable": true,
|
|
4967
5045
|
"locationInModule": {
|
|
4968
5046
|
"filename": "src/projen-project-options.ts",
|
|
4969
|
-
"line":
|
|
5047
|
+
"line": 646
|
|
4970
5048
|
},
|
|
4971
5049
|
"name": "packageManager",
|
|
4972
5050
|
"optional": true,
|
|
@@ -4987,7 +5065,7 @@
|
|
|
4987
5065
|
"immutable": true,
|
|
4988
5066
|
"locationInModule": {
|
|
4989
5067
|
"filename": "src/projen-project-options.ts",
|
|
4990
|
-
"line":
|
|
5068
|
+
"line": 640
|
|
4991
5069
|
},
|
|
4992
5070
|
"name": "packageName",
|
|
4993
5071
|
"optional": true,
|
|
@@ -5004,7 +5082,7 @@
|
|
|
5004
5082
|
"immutable": true,
|
|
5005
5083
|
"locationInModule": {
|
|
5006
5084
|
"filename": "src/projen-project-options.ts",
|
|
5007
|
-
"line":
|
|
5085
|
+
"line": 976
|
|
5008
5086
|
},
|
|
5009
5087
|
"name": "parent",
|
|
5010
5088
|
"optional": true,
|
|
@@ -5021,7 +5099,7 @@
|
|
|
5021
5099
|
"immutable": true,
|
|
5022
5100
|
"locationInModule": {
|
|
5023
5101
|
"filename": "src/projen-project-options.ts",
|
|
5024
|
-
"line":
|
|
5102
|
+
"line": 633
|
|
5025
5103
|
},
|
|
5026
5104
|
"name": "peerDependencyOptions",
|
|
5027
5105
|
"optional": true,
|
|
@@ -5040,7 +5118,7 @@
|
|
|
5040
5118
|
"immutable": true,
|
|
5041
5119
|
"locationInModule": {
|
|
5042
5120
|
"filename": "src/projen-project-options.ts",
|
|
5043
|
-
"line":
|
|
5121
|
+
"line": 628
|
|
5044
5122
|
},
|
|
5045
5123
|
"name": "peerDeps",
|
|
5046
5124
|
"optional": true,
|
|
@@ -5063,7 +5141,7 @@
|
|
|
5063
5141
|
"immutable": true,
|
|
5064
5142
|
"locationInModule": {
|
|
5065
5143
|
"filename": "src/projen-project-options.ts",
|
|
5066
|
-
"line":
|
|
5144
|
+
"line": 609
|
|
5067
5145
|
},
|
|
5068
5146
|
"name": "pnpmVersion",
|
|
5069
5147
|
"optional": true,
|
|
@@ -5081,7 +5159,7 @@
|
|
|
5081
5159
|
"immutable": true,
|
|
5082
5160
|
"locationInModule": {
|
|
5083
5161
|
"filename": "src/projen-project-options.ts",
|
|
5084
|
-
"line":
|
|
5162
|
+
"line": 512
|
|
5085
5163
|
},
|
|
5086
5164
|
"name": "postBuildSteps",
|
|
5087
5165
|
"optional": true,
|
|
@@ -5104,7 +5182,7 @@
|
|
|
5104
5182
|
"immutable": true,
|
|
5105
5183
|
"locationInModule": {
|
|
5106
5184
|
"filename": "src/projen-project-options.ts",
|
|
5107
|
-
"line":
|
|
5185
|
+
"line": 506
|
|
5108
5186
|
},
|
|
5109
5187
|
"name": "prerelease",
|
|
5110
5188
|
"optional": true,
|
|
@@ -5159,7 +5237,7 @@
|
|
|
5159
5237
|
"immutable": true,
|
|
5160
5238
|
"locationInModule": {
|
|
5161
5239
|
"filename": "src/projen-project-options.ts",
|
|
5162
|
-
"line":
|
|
5240
|
+
"line": 971
|
|
5163
5241
|
},
|
|
5164
5242
|
"name": "projenCommand",
|
|
5165
5243
|
"optional": true,
|
|
@@ -5177,7 +5255,7 @@
|
|
|
5177
5255
|
"immutable": true,
|
|
5178
5256
|
"locationInModule": {
|
|
5179
5257
|
"filename": "src/projen-project-options.ts",
|
|
5180
|
-
"line":
|
|
5258
|
+
"line": 887
|
|
5181
5259
|
},
|
|
5182
5260
|
"name": "projenCredentials",
|
|
5183
5261
|
"optional": true,
|
|
@@ -5231,7 +5309,7 @@
|
|
|
5231
5309
|
"immutable": true,
|
|
5232
5310
|
"locationInModule": {
|
|
5233
5311
|
"filename": "src/projen-project-options.ts",
|
|
5234
|
-
"line":
|
|
5312
|
+
"line": 964
|
|
5235
5313
|
},
|
|
5236
5314
|
"name": "projenrcJson",
|
|
5237
5315
|
"optional": true,
|
|
@@ -5249,7 +5327,7 @@
|
|
|
5249
5327
|
"immutable": true,
|
|
5250
5328
|
"locationInModule": {
|
|
5251
5329
|
"filename": "src/projen-project-options.ts",
|
|
5252
|
-
"line":
|
|
5330
|
+
"line": 958
|
|
5253
5331
|
},
|
|
5254
5332
|
"name": "projenrcJsonOptions",
|
|
5255
5333
|
"optional": true,
|
|
@@ -5302,7 +5380,7 @@
|
|
|
5302
5380
|
"immutable": true,
|
|
5303
5381
|
"locationInModule": {
|
|
5304
5382
|
"filename": "src/projen-project-options.ts",
|
|
5305
|
-
"line":
|
|
5383
|
+
"line": 1069
|
|
5306
5384
|
},
|
|
5307
5385
|
"name": "projenVersion",
|
|
5308
5386
|
"optional": true,
|
|
@@ -5320,7 +5398,7 @@
|
|
|
5320
5398
|
"immutable": true,
|
|
5321
5399
|
"locationInModule": {
|
|
5322
5400
|
"filename": "src/projen-project-options.ts",
|
|
5323
|
-
"line":
|
|
5401
|
+
"line": 500
|
|
5324
5402
|
},
|
|
5325
5403
|
"name": "publishDryRun",
|
|
5326
5404
|
"optional": true,
|
|
@@ -5339,7 +5417,7 @@
|
|
|
5339
5417
|
"immutable": true,
|
|
5340
5418
|
"locationInModule": {
|
|
5341
5419
|
"filename": "src/projen-project-options.ts",
|
|
5342
|
-
"line":
|
|
5420
|
+
"line": 494
|
|
5343
5421
|
},
|
|
5344
5422
|
"name": "publishTasks",
|
|
5345
5423
|
"optional": true,
|
|
@@ -5470,7 +5548,7 @@
|
|
|
5470
5548
|
"immutable": true,
|
|
5471
5549
|
"locationInModule": {
|
|
5472
5550
|
"filename": "src/projen-project-options.ts",
|
|
5473
|
-
"line":
|
|
5551
|
+
"line": 881
|
|
5474
5552
|
},
|
|
5475
5553
|
"name": "readme",
|
|
5476
5554
|
"optional": true,
|
|
@@ -5488,7 +5566,7 @@
|
|
|
5488
5566
|
"immutable": true,
|
|
5489
5567
|
"locationInModule": {
|
|
5490
5568
|
"filename": "src/projen-project-options.ts",
|
|
5491
|
-
"line":
|
|
5569
|
+
"line": 1026
|
|
5492
5570
|
},
|
|
5493
5571
|
"name": "releasableCommitTypes",
|
|
5494
5572
|
"optional": true,
|
|
@@ -5530,7 +5608,7 @@
|
|
|
5530
5608
|
"immutable": true,
|
|
5531
5609
|
"locationInModule": {
|
|
5532
5610
|
"filename": "src/projen-project-options.ts",
|
|
5533
|
-
"line":
|
|
5611
|
+
"line": 486
|
|
5534
5612
|
},
|
|
5535
5613
|
"name": "releaseBranches",
|
|
5536
5614
|
"optional": true,
|
|
@@ -5543,6 +5621,25 @@
|
|
|
5543
5621
|
}
|
|
5544
5622
|
}
|
|
5545
5623
|
},
|
|
5624
|
+
{
|
|
5625
|
+
"abstract": true,
|
|
5626
|
+
"docs": {
|
|
5627
|
+
"default": "- no environment used, unless set at the artifact level",
|
|
5628
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
|
|
5629
|
+
"stability": "stable",
|
|
5630
|
+
"summary": "The GitHub Actions environment used for the release."
|
|
5631
|
+
},
|
|
5632
|
+
"immutable": true,
|
|
5633
|
+
"locationInModule": {
|
|
5634
|
+
"filename": "src/projen-project-options.ts",
|
|
5635
|
+
"line": 473
|
|
5636
|
+
},
|
|
5637
|
+
"name": "releaseEnvironment",
|
|
5638
|
+
"optional": true,
|
|
5639
|
+
"type": {
|
|
5640
|
+
"primitive": "string"
|
|
5641
|
+
}
|
|
5642
|
+
},
|
|
5546
5643
|
{
|
|
5547
5644
|
"abstract": true,
|
|
5548
5645
|
"docs": {
|
|
@@ -5553,7 +5650,7 @@
|
|
|
5553
5650
|
"immutable": true,
|
|
5554
5651
|
"locationInModule": {
|
|
5555
5652
|
"filename": "src/projen-project-options.ts",
|
|
5556
|
-
"line":
|
|
5653
|
+
"line": 462
|
|
5557
5654
|
},
|
|
5558
5655
|
"name": "releaseFailureIssue",
|
|
5559
5656
|
"optional": true,
|
|
@@ -5572,7 +5669,7 @@
|
|
|
5572
5669
|
"immutable": true,
|
|
5573
5670
|
"locationInModule": {
|
|
5574
5671
|
"filename": "src/projen-project-options.ts",
|
|
5575
|
-
"line":
|
|
5672
|
+
"line": 456
|
|
5576
5673
|
},
|
|
5577
5674
|
"name": "releaseFailureIssueLabel",
|
|
5578
5675
|
"optional": true,
|
|
@@ -5591,7 +5688,7 @@
|
|
|
5591
5688
|
"immutable": true,
|
|
5592
5689
|
"locationInModule": {
|
|
5593
5690
|
"filename": "src/projen-project-options.ts",
|
|
5594
|
-
"line":
|
|
5691
|
+
"line": 449
|
|
5595
5692
|
},
|
|
5596
5693
|
"name": "releaseTagPrefix",
|
|
5597
5694
|
"optional": true,
|
|
@@ -5627,7 +5724,7 @@
|
|
|
5627
5724
|
"immutable": true,
|
|
5628
5725
|
"locationInModule": {
|
|
5629
5726
|
"filename": "src/projen-project-options.ts",
|
|
5630
|
-
"line":
|
|
5727
|
+
"line": 439
|
|
5631
5728
|
},
|
|
5632
5729
|
"name": "releaseTrigger",
|
|
5633
5730
|
"optional": true,
|
|
@@ -5635,6 +5732,29 @@
|
|
|
5635
5732
|
"fqn": "projen.release.ReleaseTrigger"
|
|
5636
5733
|
}
|
|
5637
5734
|
},
|
|
5735
|
+
{
|
|
5736
|
+
"abstract": true,
|
|
5737
|
+
"docs": {
|
|
5738
|
+
"default": "{}",
|
|
5739
|
+
"stability": "stable",
|
|
5740
|
+
"summary": "Build environment variables for release workflows."
|
|
5741
|
+
},
|
|
5742
|
+
"immutable": true,
|
|
5743
|
+
"locationInModule": {
|
|
5744
|
+
"filename": "src/projen-project-options.ts",
|
|
5745
|
+
"line": 433
|
|
5746
|
+
},
|
|
5747
|
+
"name": "releaseWorkflowEnv",
|
|
5748
|
+
"optional": true,
|
|
5749
|
+
"type": {
|
|
5750
|
+
"collection": {
|
|
5751
|
+
"elementtype": {
|
|
5752
|
+
"primitive": "string"
|
|
5753
|
+
},
|
|
5754
|
+
"kind": "map"
|
|
5755
|
+
}
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5638
5758
|
{
|
|
5639
5759
|
"abstract": true,
|
|
5640
5760
|
"docs": {
|
|
@@ -5685,7 +5805,7 @@
|
|
|
5685
5805
|
"immutable": true,
|
|
5686
5806
|
"locationInModule": {
|
|
5687
5807
|
"filename": "src/projen-project-options.ts",
|
|
5688
|
-
"line":
|
|
5808
|
+
"line": 952
|
|
5689
5809
|
},
|
|
5690
5810
|
"name": "renovatebot",
|
|
5691
5811
|
"optional": true,
|
|
@@ -5703,7 +5823,7 @@
|
|
|
5703
5823
|
"immutable": true,
|
|
5704
5824
|
"locationInModule": {
|
|
5705
5825
|
"filename": "src/projen-project-options.ts",
|
|
5706
|
-
"line":
|
|
5826
|
+
"line": 946
|
|
5707
5827
|
},
|
|
5708
5828
|
"name": "renovatebotOptions",
|
|
5709
5829
|
"optional": true,
|
|
@@ -5721,7 +5841,7 @@
|
|
|
5721
5841
|
"immutable": true,
|
|
5722
5842
|
"locationInModule": {
|
|
5723
5843
|
"filename": "src/projen-project-options.ts",
|
|
5724
|
-
"line":
|
|
5844
|
+
"line": 603
|
|
5725
5845
|
},
|
|
5726
5846
|
"name": "repository",
|
|
5727
5847
|
"optional": true,
|
|
@@ -5738,7 +5858,7 @@
|
|
|
5738
5858
|
"immutable": true,
|
|
5739
5859
|
"locationInModule": {
|
|
5740
5860
|
"filename": "src/projen-project-options.ts",
|
|
5741
|
-
"line":
|
|
5861
|
+
"line": 597
|
|
5742
5862
|
},
|
|
5743
5863
|
"name": "repositoryDirectory",
|
|
5744
5864
|
"optional": true,
|
|
@@ -5773,7 +5893,7 @@
|
|
|
5773
5893
|
"immutable": true,
|
|
5774
5894
|
"locationInModule": {
|
|
5775
5895
|
"filename": "src/projen-project-options.ts",
|
|
5776
|
-
"line":
|
|
5896
|
+
"line": 592
|
|
5777
5897
|
},
|
|
5778
5898
|
"name": "scopedPackagesOptions",
|
|
5779
5899
|
"optional": true,
|
|
@@ -5813,7 +5933,7 @@
|
|
|
5813
5933
|
"immutable": true,
|
|
5814
5934
|
"locationInModule": {
|
|
5815
5935
|
"filename": "src/projen-project-options.ts",
|
|
5816
|
-
"line":
|
|
5936
|
+
"line": 586
|
|
5817
5937
|
},
|
|
5818
5938
|
"name": "stability",
|
|
5819
5939
|
"optional": true,
|
|
@@ -5832,7 +5952,7 @@
|
|
|
5832
5952
|
"immutable": true,
|
|
5833
5953
|
"locationInModule": {
|
|
5834
5954
|
"filename": "src/projen-project-options.ts",
|
|
5835
|
-
"line":
|
|
5955
|
+
"line": 875
|
|
5836
5956
|
},
|
|
5837
5957
|
"name": "stale",
|
|
5838
5958
|
"optional": true,
|
|
@@ -5851,7 +5971,7 @@
|
|
|
5851
5971
|
"immutable": true,
|
|
5852
5972
|
"locationInModule": {
|
|
5853
5973
|
"filename": "src/projen-project-options.ts",
|
|
5854
|
-
"line":
|
|
5974
|
+
"line": 868
|
|
5855
5975
|
},
|
|
5856
5976
|
"name": "staleOptions",
|
|
5857
5977
|
"optional": true,
|
|
@@ -5958,7 +6078,7 @@
|
|
|
5958
6078
|
"immutable": true,
|
|
5959
6079
|
"locationInModule": {
|
|
5960
6080
|
"filename": "src/projen-project-options.ts",
|
|
5961
|
-
"line":
|
|
6081
|
+
"line": 1050
|
|
5962
6082
|
},
|
|
5963
6083
|
"name": "upgradesSchedule",
|
|
5964
6084
|
"optional": true,
|
|
@@ -6001,7 +6121,7 @@
|
|
|
6001
6121
|
"immutable": true,
|
|
6002
6122
|
"locationInModule": {
|
|
6003
6123
|
"filename": "src/projen-project-options.ts",
|
|
6004
|
-
"line":
|
|
6124
|
+
"line": 861
|
|
6005
6125
|
},
|
|
6006
6126
|
"name": "vscode",
|
|
6007
6127
|
"optional": true,
|
|
@@ -6020,7 +6140,7 @@
|
|
|
6020
6140
|
"immutable": true,
|
|
6021
6141
|
"locationInModule": {
|
|
6022
6142
|
"filename": "src/projen-project-options.ts",
|
|
6023
|
-
"line":
|
|
6143
|
+
"line": 1063
|
|
6024
6144
|
},
|
|
6025
6145
|
"name": "wordmarkOptions",
|
|
6026
6146
|
"optional": true,
|
|
@@ -6072,7 +6192,7 @@
|
|
|
6072
6192
|
{
|
|
6073
6193
|
"abstract": true,
|
|
6074
6194
|
"docs": {
|
|
6075
|
-
"default": "- GitHub Actions",
|
|
6195
|
+
"default": "- default GitHub Actions user",
|
|
6076
6196
|
"stability": "stable",
|
|
6077
6197
|
"summary": "The git identity to use in workflows."
|
|
6078
6198
|
},
|
|
@@ -6182,7 +6302,7 @@
|
|
|
6182
6302
|
"immutable": true,
|
|
6183
6303
|
"locationInModule": {
|
|
6184
6304
|
"filename": "src/projen-project-options.ts",
|
|
6185
|
-
"line":
|
|
6305
|
+
"line": 581
|
|
6186
6306
|
},
|
|
6187
6307
|
"name": "yarnBerryOptions",
|
|
6188
6308
|
"optional": true,
|
|
@@ -6284,7 +6404,7 @@
|
|
|
6284
6404
|
"immutable": true,
|
|
6285
6405
|
"locationInModule": {
|
|
6286
6406
|
"filename": "src/typescript-project-options.ts",
|
|
6287
|
-
"line":
|
|
6407
|
+
"line": 789
|
|
6288
6408
|
},
|
|
6289
6409
|
"name": "authorName",
|
|
6290
6410
|
"type": {
|
|
@@ -6299,7 +6419,7 @@
|
|
|
6299
6419
|
"immutable": true,
|
|
6300
6420
|
"locationInModule": {
|
|
6301
6421
|
"filename": "src/typescript-project-options.ts",
|
|
6302
|
-
"line":
|
|
6422
|
+
"line": 968
|
|
6303
6423
|
},
|
|
6304
6424
|
"name": "repo",
|
|
6305
6425
|
"type": {
|
|
@@ -6316,7 +6436,7 @@
|
|
|
6316
6436
|
"immutable": true,
|
|
6317
6437
|
"locationInModule": {
|
|
6318
6438
|
"filename": "src/typescript-project-options.ts",
|
|
6319
|
-
"line":
|
|
6439
|
+
"line": 981
|
|
6320
6440
|
},
|
|
6321
6441
|
"name": "allowedCommitTypes",
|
|
6322
6442
|
"optional": true,
|
|
@@ -6340,7 +6460,7 @@
|
|
|
6340
6460
|
"immutable": true,
|
|
6341
6461
|
"locationInModule": {
|
|
6342
6462
|
"filename": "src/typescript-project-options.ts",
|
|
6343
|
-
"line":
|
|
6463
|
+
"line": 802
|
|
6344
6464
|
},
|
|
6345
6465
|
"name": "allowLibraryDependencies",
|
|
6346
6466
|
"optional": true,
|
|
@@ -6375,7 +6495,7 @@
|
|
|
6375
6495
|
"immutable": true,
|
|
6376
6496
|
"locationInModule": {
|
|
6377
6497
|
"filename": "src/typescript-project-options.ts",
|
|
6378
|
-
"line":
|
|
6498
|
+
"line": 794
|
|
6379
6499
|
},
|
|
6380
6500
|
"name": "authorEmail",
|
|
6381
6501
|
"optional": true,
|
|
@@ -6392,7 +6512,7 @@
|
|
|
6392
6512
|
"immutable": true,
|
|
6393
6513
|
"locationInModule": {
|
|
6394
6514
|
"filename": "src/typescript-project-options.ts",
|
|
6395
|
-
"line":
|
|
6515
|
+
"line": 784
|
|
6396
6516
|
},
|
|
6397
6517
|
"name": "authorOrganization",
|
|
6398
6518
|
"optional": true,
|
|
@@ -6409,7 +6529,7 @@
|
|
|
6409
6529
|
"immutable": true,
|
|
6410
6530
|
"locationInModule": {
|
|
6411
6531
|
"filename": "src/typescript-project-options.ts",
|
|
6412
|
-
"line":
|
|
6532
|
+
"line": 779
|
|
6413
6533
|
},
|
|
6414
6534
|
"name": "authorUrl",
|
|
6415
6535
|
"optional": true,
|
|
@@ -6427,7 +6547,7 @@
|
|
|
6427
6547
|
"immutable": true,
|
|
6428
6548
|
"locationInModule": {
|
|
6429
6549
|
"filename": "src/typescript-project-options.ts",
|
|
6430
|
-
"line":
|
|
6550
|
+
"line": 888
|
|
6431
6551
|
},
|
|
6432
6552
|
"name": "autoApproveOptions",
|
|
6433
6553
|
"optional": true,
|
|
@@ -6464,7 +6584,7 @@
|
|
|
6464
6584
|
"immutable": true,
|
|
6465
6585
|
"locationInModule": {
|
|
6466
6586
|
"filename": "src/typescript-project-options.ts",
|
|
6467
|
-
"line":
|
|
6587
|
+
"line": 774
|
|
6468
6588
|
},
|
|
6469
6589
|
"name": "autoDetectBin",
|
|
6470
6590
|
"optional": true,
|
|
@@ -6483,7 +6603,7 @@
|
|
|
6483
6603
|
"immutable": true,
|
|
6484
6604
|
"locationInModule": {
|
|
6485
6605
|
"filename": "src/typescript-project-options.ts",
|
|
6486
|
-
"line":
|
|
6606
|
+
"line": 987
|
|
6487
6607
|
},
|
|
6488
6608
|
"name": "automationAppName",
|
|
6489
6609
|
"optional": true,
|
|
@@ -6502,7 +6622,7 @@
|
|
|
6502
6622
|
"immutable": true,
|
|
6503
6623
|
"locationInModule": {
|
|
6504
6624
|
"filename": "src/typescript-project-options.ts",
|
|
6505
|
-
"line":
|
|
6625
|
+
"line": 882
|
|
6506
6626
|
},
|
|
6507
6627
|
"name": "autoMerge",
|
|
6508
6628
|
"optional": true,
|
|
@@ -6521,7 +6641,7 @@
|
|
|
6521
6641
|
"immutable": true,
|
|
6522
6642
|
"locationInModule": {
|
|
6523
6643
|
"filename": "src/typescript-project-options.ts",
|
|
6524
|
-
"line":
|
|
6644
|
+
"line": 874
|
|
6525
6645
|
},
|
|
6526
6646
|
"name": "autoMergeOptions",
|
|
6527
6647
|
"optional": true,
|
|
@@ -6539,7 +6659,7 @@
|
|
|
6539
6659
|
"immutable": true,
|
|
6540
6660
|
"locationInModule": {
|
|
6541
6661
|
"filename": "src/typescript-project-options.ts",
|
|
6542
|
-
"line":
|
|
6662
|
+
"line": 768
|
|
6543
6663
|
},
|
|
6544
6664
|
"name": "bin",
|
|
6545
6665
|
"optional": true,
|
|
@@ -6597,7 +6717,7 @@
|
|
|
6597
6717
|
"immutable": true,
|
|
6598
6718
|
"locationInModule": {
|
|
6599
6719
|
"filename": "src/typescript-project-options.ts",
|
|
6600
|
-
"line":
|
|
6720
|
+
"line": 760
|
|
6601
6721
|
},
|
|
6602
6722
|
"name": "bugsEmail",
|
|
6603
6723
|
"optional": true,
|
|
@@ -6614,7 +6734,7 @@
|
|
|
6614
6734
|
"immutable": true,
|
|
6615
6735
|
"locationInModule": {
|
|
6616
6736
|
"filename": "src/typescript-project-options.ts",
|
|
6617
|
-
"line":
|
|
6737
|
+
"line": 755
|
|
6618
6738
|
},
|
|
6619
6739
|
"name": "bugsUrl",
|
|
6620
6740
|
"optional": true,
|
|
@@ -6668,7 +6788,7 @@
|
|
|
6668
6788
|
"immutable": true,
|
|
6669
6789
|
"locationInModule": {
|
|
6670
6790
|
"filename": "src/typescript-project-options.ts",
|
|
6671
|
-
"line":
|
|
6791
|
+
"line": 518
|
|
6672
6792
|
},
|
|
6673
6793
|
"name": "bumpPackage",
|
|
6674
6794
|
"optional": true,
|
|
@@ -6686,7 +6806,7 @@
|
|
|
6686
6806
|
"immutable": true,
|
|
6687
6807
|
"locationInModule": {
|
|
6688
6808
|
"filename": "src/typescript-project-options.ts",
|
|
6689
|
-
"line":
|
|
6809
|
+
"line": 750
|
|
6690
6810
|
},
|
|
6691
6811
|
"name": "bundledDeps",
|
|
6692
6812
|
"optional": true,
|
|
@@ -6726,7 +6846,7 @@
|
|
|
6726
6846
|
"immutable": true,
|
|
6727
6847
|
"locationInModule": {
|
|
6728
6848
|
"filename": "src/typescript-project-options.ts",
|
|
6729
|
-
"line":
|
|
6849
|
+
"line": 735
|
|
6730
6850
|
},
|
|
6731
6851
|
"name": "bunVersion",
|
|
6732
6852
|
"optional": true,
|
|
@@ -6763,7 +6883,7 @@
|
|
|
6763
6883
|
"immutable": true,
|
|
6764
6884
|
"locationInModule": {
|
|
6765
6885
|
"filename": "src/typescript-project-options.ts",
|
|
6766
|
-
"line":
|
|
6886
|
+
"line": 866
|
|
6767
6887
|
},
|
|
6768
6888
|
"name": "clobber",
|
|
6769
6889
|
"optional": true,
|
|
@@ -6782,7 +6902,7 @@
|
|
|
6782
6902
|
"immutable": true,
|
|
6783
6903
|
"locationInModule": {
|
|
6784
6904
|
"filename": "src/typescript-project-options.ts",
|
|
6785
|
-
"line":
|
|
6905
|
+
"line": 729
|
|
6786
6906
|
},
|
|
6787
6907
|
"name": "codeArtifactOptions",
|
|
6788
6908
|
"optional": true,
|
|
@@ -6795,7 +6915,7 @@
|
|
|
6795
6915
|
"docs": {
|
|
6796
6916
|
"default": "false",
|
|
6797
6917
|
"stability": "stable",
|
|
6798
|
-
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@
|
|
6918
|
+
"summary": "Define a GitHub workflow step for sending code coverage metrics to https://codecov.io/ Uses codecov/codecov-action@v5 By default, OIDC auth is used. Alternatively a token can be provided via `codeCovTokenSecret`."
|
|
6799
6919
|
},
|
|
6800
6920
|
"immutable": true,
|
|
6801
6921
|
"locationInModule": {
|
|
@@ -6811,9 +6931,9 @@
|
|
|
6811
6931
|
{
|
|
6812
6932
|
"abstract": true,
|
|
6813
6933
|
"docs": {
|
|
6814
|
-
"default": "-
|
|
6934
|
+
"default": "- OIDC auth is used",
|
|
6815
6935
|
"stability": "stable",
|
|
6816
|
-
"summary": "Define the secret name for a specified https://codecov.io/ token
|
|
6936
|
+
"summary": "Define the secret name for a specified https://codecov.io/ token."
|
|
6817
6937
|
},
|
|
6818
6938
|
"immutable": true,
|
|
6819
6939
|
"locationInModule": {
|
|
@@ -6836,7 +6956,7 @@
|
|
|
6836
6956
|
"immutable": true,
|
|
6837
6957
|
"locationInModule": {
|
|
6838
6958
|
"filename": "src/typescript-project-options.ts",
|
|
6839
|
-
"line":
|
|
6959
|
+
"line": 957
|
|
6840
6960
|
},
|
|
6841
6961
|
"name": "commitGenerated",
|
|
6842
6962
|
"optional": true,
|
|
@@ -6949,7 +7069,7 @@
|
|
|
6949
7069
|
"immutable": true,
|
|
6950
7070
|
"locationInModule": {
|
|
6951
7071
|
"filename": "src/typescript-project-options.ts",
|
|
6952
|
-
"line":
|
|
7072
|
+
"line": 722
|
|
6953
7073
|
},
|
|
6954
7074
|
"name": "deps",
|
|
6955
7075
|
"optional": true,
|
|
@@ -7012,7 +7132,7 @@
|
|
|
7012
7132
|
"immutable": true,
|
|
7013
7133
|
"locationInModule": {
|
|
7014
7134
|
"filename": "src/typescript-project-options.ts",
|
|
7015
|
-
"line":
|
|
7135
|
+
"line": 709
|
|
7016
7136
|
},
|
|
7017
7137
|
"name": "description",
|
|
7018
7138
|
"optional": true,
|
|
@@ -7030,7 +7150,7 @@
|
|
|
7030
7150
|
"immutable": true,
|
|
7031
7151
|
"locationInModule": {
|
|
7032
7152
|
"filename": "src/typescript-project-options.ts",
|
|
7033
|
-
"line":
|
|
7153
|
+
"line": 860
|
|
7034
7154
|
},
|
|
7035
7155
|
"name": "devContainer",
|
|
7036
7156
|
"optional": true,
|
|
@@ -7052,7 +7172,7 @@
|
|
|
7052
7172
|
"immutable": true,
|
|
7053
7173
|
"locationInModule": {
|
|
7054
7174
|
"filename": "src/typescript-project-options.ts",
|
|
7055
|
-
"line":
|
|
7175
|
+
"line": 701
|
|
7056
7176
|
},
|
|
7057
7177
|
"name": "devDeps",
|
|
7058
7178
|
"optional": true,
|
|
@@ -7147,7 +7267,7 @@
|
|
|
7147
7267
|
"immutable": true,
|
|
7148
7268
|
"locationInModule": {
|
|
7149
7269
|
"filename": "src/typescript-project-options.ts",
|
|
7150
|
-
"line":
|
|
7270
|
+
"line": 684
|
|
7151
7271
|
},
|
|
7152
7272
|
"name": "entrypoint",
|
|
7153
7273
|
"optional": true,
|
|
@@ -7176,7 +7296,7 @@
|
|
|
7176
7296
|
{
|
|
7177
7297
|
"abstract": true,
|
|
7178
7298
|
"docs": {
|
|
7179
|
-
"default": "true",
|
|
7299
|
+
"default": "- true, unless biome is enabled",
|
|
7180
7300
|
"stability": "stable",
|
|
7181
7301
|
"summary": "Setup eslint."
|
|
7182
7302
|
},
|
|
@@ -7220,7 +7340,7 @@
|
|
|
7220
7340
|
"immutable": true,
|
|
7221
7341
|
"locationInModule": {
|
|
7222
7342
|
"filename": "src/typescript-project-options.ts",
|
|
7223
|
-
"line":
|
|
7343
|
+
"line": 854
|
|
7224
7344
|
},
|
|
7225
7345
|
"name": "github",
|
|
7226
7346
|
"optional": true,
|
|
@@ -7238,7 +7358,7 @@
|
|
|
7238
7358
|
"immutable": true,
|
|
7239
7359
|
"locationInModule": {
|
|
7240
7360
|
"filename": "src/typescript-project-options.ts",
|
|
7241
|
-
"line":
|
|
7361
|
+
"line": 847
|
|
7242
7362
|
},
|
|
7243
7363
|
"name": "githubOptions",
|
|
7244
7364
|
"optional": true,
|
|
@@ -7277,7 +7397,7 @@
|
|
|
7277
7397
|
"immutable": true,
|
|
7278
7398
|
"locationInModule": {
|
|
7279
7399
|
"filename": "src/typescript-project-options.ts",
|
|
7280
|
-
"line":
|
|
7400
|
+
"line": 951
|
|
7281
7401
|
},
|
|
7282
7402
|
"name": "gitIgnoreOptions",
|
|
7283
7403
|
"optional": true,
|
|
@@ -7294,7 +7414,7 @@
|
|
|
7294
7414
|
"immutable": true,
|
|
7295
7415
|
"locationInModule": {
|
|
7296
7416
|
"filename": "src/typescript-project-options.ts",
|
|
7297
|
-
"line":
|
|
7417
|
+
"line": 946
|
|
7298
7418
|
},
|
|
7299
7419
|
"name": "gitOptions",
|
|
7300
7420
|
"optional": true,
|
|
@@ -7312,7 +7432,7 @@
|
|
|
7312
7432
|
"immutable": true,
|
|
7313
7433
|
"locationInModule": {
|
|
7314
7434
|
"filename": "src/typescript-project-options.ts",
|
|
7315
|
-
"line":
|
|
7435
|
+
"line": 841
|
|
7316
7436
|
},
|
|
7317
7437
|
"name": "gitpod",
|
|
7318
7438
|
"optional": true,
|
|
@@ -7329,7 +7449,7 @@
|
|
|
7329
7449
|
"immutable": true,
|
|
7330
7450
|
"locationInModule": {
|
|
7331
7451
|
"filename": "src/typescript-project-options.ts",
|
|
7332
|
-
"line":
|
|
7452
|
+
"line": 677
|
|
7333
7453
|
},
|
|
7334
7454
|
"name": "homepage",
|
|
7335
7455
|
"optional": true,
|
|
@@ -7383,7 +7503,7 @@
|
|
|
7383
7503
|
"immutable": true,
|
|
7384
7504
|
"locationInModule": {
|
|
7385
7505
|
"filename": "src/typescript-project-options.ts",
|
|
7386
|
-
"line":
|
|
7506
|
+
"line": 511
|
|
7387
7507
|
},
|
|
7388
7508
|
"name": "jsiiReleaseVersion",
|
|
7389
7509
|
"optional": true,
|
|
@@ -7400,7 +7520,7 @@
|
|
|
7400
7520
|
"immutable": true,
|
|
7401
7521
|
"locationInModule": {
|
|
7402
7522
|
"filename": "src/typescript-project-options.ts",
|
|
7403
|
-
"line":
|
|
7523
|
+
"line": 672
|
|
7404
7524
|
},
|
|
7405
7525
|
"name": "keywords",
|
|
7406
7526
|
"optional": true,
|
|
@@ -7442,7 +7562,7 @@
|
|
|
7442
7562
|
"immutable": true,
|
|
7443
7563
|
"locationInModule": {
|
|
7444
7564
|
"filename": "src/typescript-project-options.ts",
|
|
7445
|
-
"line":
|
|
7565
|
+
"line": 667
|
|
7446
7566
|
},
|
|
7447
7567
|
"name": "license",
|
|
7448
7568
|
"optional": true,
|
|
@@ -7460,7 +7580,7 @@
|
|
|
7460
7580
|
"immutable": true,
|
|
7461
7581
|
"locationInModule": {
|
|
7462
7582
|
"filename": "src/typescript-project-options.ts",
|
|
7463
|
-
"line":
|
|
7583
|
+
"line": 659
|
|
7464
7584
|
},
|
|
7465
7585
|
"name": "licensed",
|
|
7466
7586
|
"optional": true,
|
|
@@ -7478,7 +7598,7 @@
|
|
|
7478
7598
|
"immutable": true,
|
|
7479
7599
|
"locationInModule": {
|
|
7480
7600
|
"filename": "src/typescript-project-options.ts",
|
|
7481
|
-
"line":
|
|
7601
|
+
"line": 941
|
|
7482
7602
|
},
|
|
7483
7603
|
"name": "logging",
|
|
7484
7604
|
"optional": true,
|
|
@@ -7496,7 +7616,7 @@
|
|
|
7496
7616
|
"immutable": true,
|
|
7497
7617
|
"locationInModule": {
|
|
7498
7618
|
"filename": "src/typescript-project-options.ts",
|
|
7499
|
-
"line":
|
|
7619
|
+
"line": 1004
|
|
7500
7620
|
},
|
|
7501
7621
|
"name": "logo",
|
|
7502
7622
|
"optional": true,
|
|
@@ -7515,7 +7635,7 @@
|
|
|
7515
7635
|
"immutable": true,
|
|
7516
7636
|
"locationInModule": {
|
|
7517
7637
|
"filename": "src/typescript-project-options.ts",
|
|
7518
|
-
"line":
|
|
7638
|
+
"line": 505
|
|
7519
7639
|
},
|
|
7520
7640
|
"name": "majorVersion",
|
|
7521
7641
|
"optional": true,
|
|
@@ -7534,7 +7654,7 @@
|
|
|
7534
7654
|
"immutable": true,
|
|
7535
7655
|
"locationInModule": {
|
|
7536
7656
|
"filename": "src/typescript-project-options.ts",
|
|
7537
|
-
"line":
|
|
7657
|
+
"line": 653
|
|
7538
7658
|
},
|
|
7539
7659
|
"name": "maxNodeVersion",
|
|
7540
7660
|
"optional": true,
|
|
@@ -7553,7 +7673,7 @@
|
|
|
7553
7673
|
"immutable": true,
|
|
7554
7674
|
"locationInModule": {
|
|
7555
7675
|
"filename": "src/typescript-project-options.ts",
|
|
7556
|
-
"line":
|
|
7676
|
+
"line": 497
|
|
7557
7677
|
},
|
|
7558
7678
|
"name": "minMajorVersion",
|
|
7559
7679
|
"optional": true,
|
|
@@ -7572,7 +7692,7 @@
|
|
|
7572
7692
|
"immutable": true,
|
|
7573
7693
|
"locationInModule": {
|
|
7574
7694
|
"filename": "src/typescript-project-options.ts",
|
|
7575
|
-
"line":
|
|
7695
|
+
"line": 642
|
|
7576
7696
|
},
|
|
7577
7697
|
"name": "minNodeVersion",
|
|
7578
7698
|
"optional": true,
|
|
@@ -7593,7 +7713,7 @@
|
|
|
7593
7713
|
"immutable": true,
|
|
7594
7714
|
"locationInModule": {
|
|
7595
7715
|
"filename": "src/typescript-project-options.ts",
|
|
7596
|
-
"line":
|
|
7716
|
+
"line": 964
|
|
7597
7717
|
},
|
|
7598
7718
|
"name": "name",
|
|
7599
7719
|
"optional": true,
|
|
@@ -7612,7 +7732,7 @@
|
|
|
7612
7732
|
"immutable": true,
|
|
7613
7733
|
"locationInModule": {
|
|
7614
7734
|
"filename": "src/typescript-project-options.ts",
|
|
7615
|
-
"line":
|
|
7735
|
+
"line": 487
|
|
7616
7736
|
},
|
|
7617
7737
|
"name": "nextVersionCommand",
|
|
7618
7738
|
"optional": true,
|
|
@@ -7630,7 +7750,7 @@
|
|
|
7630
7750
|
"immutable": true,
|
|
7631
7751
|
"locationInModule": {
|
|
7632
7752
|
"filename": "src/typescript-project-options.ts",
|
|
7633
|
-
"line":
|
|
7753
|
+
"line": 627
|
|
7634
7754
|
},
|
|
7635
7755
|
"name": "npmAccess",
|
|
7636
7756
|
"optional": true,
|
|
@@ -7649,7 +7769,7 @@
|
|
|
7649
7769
|
"immutable": true,
|
|
7650
7770
|
"locationInModule": {
|
|
7651
7771
|
"filename": "src/typescript-project-options.ts",
|
|
7652
|
-
"line":
|
|
7772
|
+
"line": 463
|
|
7653
7773
|
},
|
|
7654
7774
|
"name": "npmDistTag",
|
|
7655
7775
|
"optional": true,
|
|
@@ -7703,7 +7823,7 @@
|
|
|
7703
7823
|
"immutable": true,
|
|
7704
7824
|
"locationInModule": {
|
|
7705
7825
|
"filename": "src/typescript-project-options.ts",
|
|
7706
|
-
"line":
|
|
7826
|
+
"line": 619
|
|
7707
7827
|
},
|
|
7708
7828
|
"name": "npmProvenance",
|
|
7709
7829
|
"optional": true,
|
|
@@ -7722,7 +7842,7 @@
|
|
|
7722
7842
|
"immutable": true,
|
|
7723
7843
|
"locationInModule": {
|
|
7724
7844
|
"filename": "src/typescript-project-options.ts",
|
|
7725
|
-
"line":
|
|
7845
|
+
"line": 608
|
|
7726
7846
|
},
|
|
7727
7847
|
"name": "npmRegistryUrl",
|
|
7728
7848
|
"optional": true,
|
|
@@ -7740,7 +7860,7 @@
|
|
|
7740
7860
|
"immutable": true,
|
|
7741
7861
|
"locationInModule": {
|
|
7742
7862
|
"filename": "src/typescript-project-options.ts",
|
|
7743
|
-
"line":
|
|
7863
|
+
"line": 601
|
|
7744
7864
|
},
|
|
7745
7865
|
"name": "npmTokenSecret",
|
|
7746
7866
|
"optional": true,
|
|
@@ -7748,6 +7868,24 @@
|
|
|
7748
7868
|
"primitive": "string"
|
|
7749
7869
|
}
|
|
7750
7870
|
},
|
|
7871
|
+
{
|
|
7872
|
+
"abstract": true,
|
|
7873
|
+
"docs": {
|
|
7874
|
+
"default": "- false",
|
|
7875
|
+
"stability": "stable",
|
|
7876
|
+
"summary": "Use trusted publishing for publishing to npmjs.com Needs to be pre-configured on npm.js to work."
|
|
7877
|
+
},
|
|
7878
|
+
"immutable": true,
|
|
7879
|
+
"locationInModule": {
|
|
7880
|
+
"filename": "src/typescript-project-options.ts",
|
|
7881
|
+
"line": 595
|
|
7882
|
+
},
|
|
7883
|
+
"name": "npmTrustedPublishing",
|
|
7884
|
+
"optional": true,
|
|
7885
|
+
"type": {
|
|
7886
|
+
"primitive": "boolean"
|
|
7887
|
+
}
|
|
7888
|
+
},
|
|
7751
7889
|
{
|
|
7752
7890
|
"abstract": true,
|
|
7753
7891
|
"docs": {
|
|
@@ -7759,7 +7897,7 @@
|
|
|
7759
7897
|
"immutable": true,
|
|
7760
7898
|
"locationInModule": {
|
|
7761
7899
|
"filename": "src/typescript-project-options.ts",
|
|
7762
|
-
"line":
|
|
7900
|
+
"line": 935
|
|
7763
7901
|
},
|
|
7764
7902
|
"name": "outdir",
|
|
7765
7903
|
"optional": true,
|
|
@@ -7777,7 +7915,7 @@
|
|
|
7777
7915
|
"immutable": true,
|
|
7778
7916
|
"locationInModule": {
|
|
7779
7917
|
"filename": "src/typescript-project-options.ts",
|
|
7780
|
-
"line":
|
|
7918
|
+
"line": 993
|
|
7781
7919
|
},
|
|
7782
7920
|
"name": "ownerCanSelfApprovePRs",
|
|
7783
7921
|
"optional": true,
|
|
@@ -7813,7 +7951,7 @@
|
|
|
7813
7951
|
"immutable": true,
|
|
7814
7952
|
"locationInModule": {
|
|
7815
7953
|
"filename": "src/typescript-project-options.ts",
|
|
7816
|
-
"line":
|
|
7954
|
+
"line": 589
|
|
7817
7955
|
},
|
|
7818
7956
|
"name": "packageManager",
|
|
7819
7957
|
"optional": true,
|
|
@@ -7834,7 +7972,7 @@
|
|
|
7834
7972
|
"immutable": true,
|
|
7835
7973
|
"locationInModule": {
|
|
7836
7974
|
"filename": "src/typescript-project-options.ts",
|
|
7837
|
-
"line":
|
|
7975
|
+
"line": 583
|
|
7838
7976
|
},
|
|
7839
7977
|
"name": "packageName",
|
|
7840
7978
|
"optional": true,
|
|
@@ -7851,7 +7989,7 @@
|
|
|
7851
7989
|
"immutable": true,
|
|
7852
7990
|
"locationInModule": {
|
|
7853
7991
|
"filename": "src/typescript-project-options.ts",
|
|
7854
|
-
"line":
|
|
7992
|
+
"line": 924
|
|
7855
7993
|
},
|
|
7856
7994
|
"name": "parent",
|
|
7857
7995
|
"optional": true,
|
|
@@ -7868,7 +8006,7 @@
|
|
|
7868
8006
|
"immutable": true,
|
|
7869
8007
|
"locationInModule": {
|
|
7870
8008
|
"filename": "src/typescript-project-options.ts",
|
|
7871
|
-
"line":
|
|
8009
|
+
"line": 576
|
|
7872
8010
|
},
|
|
7873
8011
|
"name": "peerDependencyOptions",
|
|
7874
8012
|
"optional": true,
|
|
@@ -7887,7 +8025,7 @@
|
|
|
7887
8025
|
"immutable": true,
|
|
7888
8026
|
"locationInModule": {
|
|
7889
8027
|
"filename": "src/typescript-project-options.ts",
|
|
7890
|
-
"line":
|
|
8028
|
+
"line": 571
|
|
7891
8029
|
},
|
|
7892
8030
|
"name": "peerDeps",
|
|
7893
8031
|
"optional": true,
|
|
@@ -7910,7 +8048,7 @@
|
|
|
7910
8048
|
"immutable": true,
|
|
7911
8049
|
"locationInModule": {
|
|
7912
8050
|
"filename": "src/typescript-project-options.ts",
|
|
7913
|
-
"line":
|
|
8051
|
+
"line": 552
|
|
7914
8052
|
},
|
|
7915
8053
|
"name": "pnpmVersion",
|
|
7916
8054
|
"optional": true,
|
|
@@ -7928,7 +8066,7 @@
|
|
|
7928
8066
|
"immutable": true,
|
|
7929
8067
|
"locationInModule": {
|
|
7930
8068
|
"filename": "src/typescript-project-options.ts",
|
|
7931
|
-
"line":
|
|
8069
|
+
"line": 455
|
|
7932
8070
|
},
|
|
7933
8071
|
"name": "postBuildSteps",
|
|
7934
8072
|
"optional": true,
|
|
@@ -7951,7 +8089,7 @@
|
|
|
7951
8089
|
"immutable": true,
|
|
7952
8090
|
"locationInModule": {
|
|
7953
8091
|
"filename": "src/typescript-project-options.ts",
|
|
7954
|
-
"line":
|
|
8092
|
+
"line": 449
|
|
7955
8093
|
},
|
|
7956
8094
|
"name": "prerelease",
|
|
7957
8095
|
"optional": true,
|
|
@@ -8006,7 +8144,7 @@
|
|
|
8006
8144
|
"immutable": true,
|
|
8007
8145
|
"locationInModule": {
|
|
8008
8146
|
"filename": "src/typescript-project-options.ts",
|
|
8009
|
-
"line":
|
|
8147
|
+
"line": 919
|
|
8010
8148
|
},
|
|
8011
8149
|
"name": "projenCommand",
|
|
8012
8150
|
"optional": true,
|
|
@@ -8024,7 +8162,7 @@
|
|
|
8024
8162
|
"immutable": true,
|
|
8025
8163
|
"locationInModule": {
|
|
8026
8164
|
"filename": "src/typescript-project-options.ts",
|
|
8027
|
-
"line":
|
|
8165
|
+
"line": 835
|
|
8028
8166
|
},
|
|
8029
8167
|
"name": "projenCredentials",
|
|
8030
8168
|
"optional": true,
|
|
@@ -8078,7 +8216,7 @@
|
|
|
8078
8216
|
"immutable": true,
|
|
8079
8217
|
"locationInModule": {
|
|
8080
8218
|
"filename": "src/typescript-project-options.ts",
|
|
8081
|
-
"line":
|
|
8219
|
+
"line": 912
|
|
8082
8220
|
},
|
|
8083
8221
|
"name": "projenrcJson",
|
|
8084
8222
|
"optional": true,
|
|
@@ -8096,7 +8234,7 @@
|
|
|
8096
8234
|
"immutable": true,
|
|
8097
8235
|
"locationInModule": {
|
|
8098
8236
|
"filename": "src/typescript-project-options.ts",
|
|
8099
|
-
"line":
|
|
8237
|
+
"line": 906
|
|
8100
8238
|
},
|
|
8101
8239
|
"name": "projenrcJsonOptions",
|
|
8102
8240
|
"optional": true,
|
|
@@ -8167,7 +8305,7 @@
|
|
|
8167
8305
|
"immutable": true,
|
|
8168
8306
|
"locationInModule": {
|
|
8169
8307
|
"filename": "src/typescript-project-options.ts",
|
|
8170
|
-
"line":
|
|
8308
|
+
"line": 443
|
|
8171
8309
|
},
|
|
8172
8310
|
"name": "publishDryRun",
|
|
8173
8311
|
"optional": true,
|
|
@@ -8186,7 +8324,7 @@
|
|
|
8186
8324
|
"immutable": true,
|
|
8187
8325
|
"locationInModule": {
|
|
8188
8326
|
"filename": "src/typescript-project-options.ts",
|
|
8189
|
-
"line":
|
|
8327
|
+
"line": 437
|
|
8190
8328
|
},
|
|
8191
8329
|
"name": "publishTasks",
|
|
8192
8330
|
"optional": true,
|
|
@@ -8245,7 +8383,7 @@
|
|
|
8245
8383
|
"immutable": true,
|
|
8246
8384
|
"locationInModule": {
|
|
8247
8385
|
"filename": "src/typescript-project-options.ts",
|
|
8248
|
-
"line":
|
|
8386
|
+
"line": 829
|
|
8249
8387
|
},
|
|
8250
8388
|
"name": "readme",
|
|
8251
8389
|
"optional": true,
|
|
@@ -8263,7 +8401,7 @@
|
|
|
8263
8401
|
"immutable": true,
|
|
8264
8402
|
"locationInModule": {
|
|
8265
8403
|
"filename": "src/typescript-project-options.ts",
|
|
8266
|
-
"line":
|
|
8404
|
+
"line": 974
|
|
8267
8405
|
},
|
|
8268
8406
|
"name": "releasableCommitTypes",
|
|
8269
8407
|
"optional": true,
|
|
@@ -8305,7 +8443,7 @@
|
|
|
8305
8443
|
"immutable": true,
|
|
8306
8444
|
"locationInModule": {
|
|
8307
8445
|
"filename": "src/typescript-project-options.ts",
|
|
8308
|
-
"line":
|
|
8446
|
+
"line": 429
|
|
8309
8447
|
},
|
|
8310
8448
|
"name": "releaseBranches",
|
|
8311
8449
|
"optional": true,
|
|
@@ -8318,6 +8456,25 @@
|
|
|
8318
8456
|
}
|
|
8319
8457
|
}
|
|
8320
8458
|
},
|
|
8459
|
+
{
|
|
8460
|
+
"abstract": true,
|
|
8461
|
+
"docs": {
|
|
8462
|
+
"default": "- no environment used, unless set at the artifact level",
|
|
8463
|
+
"remarks": "This can be used to add an explicit approval step to the release\nor limit who can initiate a release through environment protection rules.\n\nWhen multiple artifacts are released, the environment can be overwritten\non a per artifact basis.",
|
|
8464
|
+
"stability": "stable",
|
|
8465
|
+
"summary": "The GitHub Actions environment used for the release."
|
|
8466
|
+
},
|
|
8467
|
+
"immutable": true,
|
|
8468
|
+
"locationInModule": {
|
|
8469
|
+
"filename": "src/typescript-project-options.ts",
|
|
8470
|
+
"line": 416
|
|
8471
|
+
},
|
|
8472
|
+
"name": "releaseEnvironment",
|
|
8473
|
+
"optional": true,
|
|
8474
|
+
"type": {
|
|
8475
|
+
"primitive": "string"
|
|
8476
|
+
}
|
|
8477
|
+
},
|
|
8321
8478
|
{
|
|
8322
8479
|
"abstract": true,
|
|
8323
8480
|
"docs": {
|
|
@@ -8328,7 +8485,7 @@
|
|
|
8328
8485
|
"immutable": true,
|
|
8329
8486
|
"locationInModule": {
|
|
8330
8487
|
"filename": "src/typescript-project-options.ts",
|
|
8331
|
-
"line":
|
|
8488
|
+
"line": 405
|
|
8332
8489
|
},
|
|
8333
8490
|
"name": "releaseFailureIssue",
|
|
8334
8491
|
"optional": true,
|
|
@@ -8347,7 +8504,7 @@
|
|
|
8347
8504
|
"immutable": true,
|
|
8348
8505
|
"locationInModule": {
|
|
8349
8506
|
"filename": "src/typescript-project-options.ts",
|
|
8350
|
-
"line":
|
|
8507
|
+
"line": 399
|
|
8351
8508
|
},
|
|
8352
8509
|
"name": "releaseFailureIssueLabel",
|
|
8353
8510
|
"optional": true,
|
|
@@ -8366,7 +8523,7 @@
|
|
|
8366
8523
|
"immutable": true,
|
|
8367
8524
|
"locationInModule": {
|
|
8368
8525
|
"filename": "src/typescript-project-options.ts",
|
|
8369
|
-
"line":
|
|
8526
|
+
"line": 392
|
|
8370
8527
|
},
|
|
8371
8528
|
"name": "releaseTagPrefix",
|
|
8372
8529
|
"optional": true,
|
|
@@ -8402,7 +8559,7 @@
|
|
|
8402
8559
|
"immutable": true,
|
|
8403
8560
|
"locationInModule": {
|
|
8404
8561
|
"filename": "src/typescript-project-options.ts",
|
|
8405
|
-
"line":
|
|
8562
|
+
"line": 382
|
|
8406
8563
|
},
|
|
8407
8564
|
"name": "releaseTrigger",
|
|
8408
8565
|
"optional": true,
|
|
@@ -8410,6 +8567,29 @@
|
|
|
8410
8567
|
"fqn": "projen.release.ReleaseTrigger"
|
|
8411
8568
|
}
|
|
8412
8569
|
},
|
|
8570
|
+
{
|
|
8571
|
+
"abstract": true,
|
|
8572
|
+
"docs": {
|
|
8573
|
+
"default": "{}",
|
|
8574
|
+
"stability": "stable",
|
|
8575
|
+
"summary": "Build environment variables for release workflows."
|
|
8576
|
+
},
|
|
8577
|
+
"immutable": true,
|
|
8578
|
+
"locationInModule": {
|
|
8579
|
+
"filename": "src/typescript-project-options.ts",
|
|
8580
|
+
"line": 376
|
|
8581
|
+
},
|
|
8582
|
+
"name": "releaseWorkflowEnv",
|
|
8583
|
+
"optional": true,
|
|
8584
|
+
"type": {
|
|
8585
|
+
"collection": {
|
|
8586
|
+
"elementtype": {
|
|
8587
|
+
"primitive": "string"
|
|
8588
|
+
},
|
|
8589
|
+
"kind": "map"
|
|
8590
|
+
}
|
|
8591
|
+
}
|
|
8592
|
+
},
|
|
8413
8593
|
{
|
|
8414
8594
|
"abstract": true,
|
|
8415
8595
|
"docs": {
|
|
@@ -8460,7 +8640,7 @@
|
|
|
8460
8640
|
"immutable": true,
|
|
8461
8641
|
"locationInModule": {
|
|
8462
8642
|
"filename": "src/typescript-project-options.ts",
|
|
8463
|
-
"line":
|
|
8643
|
+
"line": 900
|
|
8464
8644
|
},
|
|
8465
8645
|
"name": "renovatebot",
|
|
8466
8646
|
"optional": true,
|
|
@@ -8478,7 +8658,7 @@
|
|
|
8478
8658
|
"immutable": true,
|
|
8479
8659
|
"locationInModule": {
|
|
8480
8660
|
"filename": "src/typescript-project-options.ts",
|
|
8481
|
-
"line":
|
|
8661
|
+
"line": 894
|
|
8482
8662
|
},
|
|
8483
8663
|
"name": "renovatebotOptions",
|
|
8484
8664
|
"optional": true,
|
|
@@ -8496,7 +8676,7 @@
|
|
|
8496
8676
|
"immutable": true,
|
|
8497
8677
|
"locationInModule": {
|
|
8498
8678
|
"filename": "src/typescript-project-options.ts",
|
|
8499
|
-
"line":
|
|
8679
|
+
"line": 546
|
|
8500
8680
|
},
|
|
8501
8681
|
"name": "repository",
|
|
8502
8682
|
"optional": true,
|
|
@@ -8513,7 +8693,7 @@
|
|
|
8513
8693
|
"immutable": true,
|
|
8514
8694
|
"locationInModule": {
|
|
8515
8695
|
"filename": "src/typescript-project-options.ts",
|
|
8516
|
-
"line":
|
|
8696
|
+
"line": 540
|
|
8517
8697
|
},
|
|
8518
8698
|
"name": "repositoryDirectory",
|
|
8519
8699
|
"optional": true,
|
|
@@ -8531,7 +8711,7 @@
|
|
|
8531
8711
|
"immutable": true,
|
|
8532
8712
|
"locationInModule": {
|
|
8533
8713
|
"filename": "src/typescript-project-options.ts",
|
|
8534
|
-
"line":
|
|
8714
|
+
"line": 535
|
|
8535
8715
|
},
|
|
8536
8716
|
"name": "scopedPackagesOptions",
|
|
8537
8717
|
"optional": true,
|
|
@@ -8571,7 +8751,7 @@
|
|
|
8571
8751
|
"immutable": true,
|
|
8572
8752
|
"locationInModule": {
|
|
8573
8753
|
"filename": "src/typescript-project-options.ts",
|
|
8574
|
-
"line":
|
|
8754
|
+
"line": 529
|
|
8575
8755
|
},
|
|
8576
8756
|
"name": "stability",
|
|
8577
8757
|
"optional": true,
|
|
@@ -8590,7 +8770,7 @@
|
|
|
8590
8770
|
"immutable": true,
|
|
8591
8771
|
"locationInModule": {
|
|
8592
8772
|
"filename": "src/typescript-project-options.ts",
|
|
8593
|
-
"line":
|
|
8773
|
+
"line": 823
|
|
8594
8774
|
},
|
|
8595
8775
|
"name": "stale",
|
|
8596
8776
|
"optional": true,
|
|
@@ -8609,7 +8789,7 @@
|
|
|
8609
8789
|
"immutable": true,
|
|
8610
8790
|
"locationInModule": {
|
|
8611
8791
|
"filename": "src/typescript-project-options.ts",
|
|
8612
|
-
"line":
|
|
8792
|
+
"line": 816
|
|
8613
8793
|
},
|
|
8614
8794
|
"name": "staleOptions",
|
|
8615
8795
|
"optional": true,
|
|
@@ -8735,7 +8915,7 @@
|
|
|
8735
8915
|
"immutable": true,
|
|
8736
8916
|
"locationInModule": {
|
|
8737
8917
|
"filename": "src/typescript-project-options.ts",
|
|
8738
|
-
"line":
|
|
8918
|
+
"line": 998
|
|
8739
8919
|
},
|
|
8740
8920
|
"name": "upgradesSchedule",
|
|
8741
8921
|
"optional": true,
|
|
@@ -8778,7 +8958,7 @@
|
|
|
8778
8958
|
"immutable": true,
|
|
8779
8959
|
"locationInModule": {
|
|
8780
8960
|
"filename": "src/typescript-project-options.ts",
|
|
8781
|
-
"line":
|
|
8961
|
+
"line": 809
|
|
8782
8962
|
},
|
|
8783
8963
|
"name": "vscode",
|
|
8784
8964
|
"optional": true,
|
|
@@ -8797,7 +8977,7 @@
|
|
|
8797
8977
|
"immutable": true,
|
|
8798
8978
|
"locationInModule": {
|
|
8799
8979
|
"filename": "src/typescript-project-options.ts",
|
|
8800
|
-
"line":
|
|
8980
|
+
"line": 1011
|
|
8801
8981
|
},
|
|
8802
8982
|
"name": "wordmarkOptions",
|
|
8803
8983
|
"optional": true,
|
|
@@ -8849,7 +9029,7 @@
|
|
|
8849
9029
|
{
|
|
8850
9030
|
"abstract": true,
|
|
8851
9031
|
"docs": {
|
|
8852
|
-
"default": "- GitHub Actions",
|
|
9032
|
+
"default": "- default GitHub Actions user",
|
|
8853
9033
|
"stability": "stable",
|
|
8854
9034
|
"summary": "The git identity to use in workflows."
|
|
8855
9035
|
},
|
|
@@ -8959,7 +9139,7 @@
|
|
|
8959
9139
|
"immutable": true,
|
|
8960
9140
|
"locationInModule": {
|
|
8961
9141
|
"filename": "src/typescript-project-options.ts",
|
|
8962
|
-
"line":
|
|
9142
|
+
"line": 524
|
|
8963
9143
|
},
|
|
8964
9144
|
"name": "yarnBerryOptions",
|
|
8965
9145
|
"optional": true,
|
|
@@ -10226,6 +10406,6 @@
|
|
|
10226
10406
|
"symbolId": "src/logo/Wordmark:WordmarkOptions"
|
|
10227
10407
|
}
|
|
10228
10408
|
},
|
|
10229
|
-
"version": "0.2.
|
|
10230
|
-
"fingerprint": "
|
|
10409
|
+
"version": "0.2.5",
|
|
10410
|
+
"fingerprint": "aotElgvGWUG00gNLKtAwIw+4VX1ueHH1wMWjVmGBd0I="
|
|
10231
10411
|
}
|