mrpj 0.2.9 → 0.2.10
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 +266 -49
- package/API.md +311 -9
- package/LICENSE +1 -1
- package/lib/components/NodeVersion.d.ts +37 -0
- package/lib/components/NodeVersion.js +68 -0
- package/lib/components/SelfMutationOnForks.js +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +2 -1
- package/lib/components/private.d.ts +10 -0
- package/lib/components/private.js +3 -0
- package/lib/construct-project-options.d.ts +8 -2
- package/lib/construct-project-options.js +1 -1
- package/lib/construct-project.js +1 -1
- package/lib/features/node-version.d.ts +0 -6
- package/lib/features/node-version.js +9 -39
- 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 +8 -2
- package/lib/projen-project-options.js +1 -1
- package/lib/projen-project.js +1 -1
- package/lib/typescript-project-options.d.ts +8 -2
- package/lib/typescript-project-options.js +1 -1
- package/lib/typescript-project.js +1 -1
- package/package.json +5 -5
- package/resources/node-versions.json +3 -3
package/.jsii
CHANGED
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"stability": "stable"
|
|
84
84
|
},
|
|
85
85
|
"homepage": "https://github.com/mrgrain/projen-projects",
|
|
86
|
-
"jsiiVersion": "5.9.
|
|
86
|
+
"jsiiVersion": "5.9.24 (build b849aae)",
|
|
87
87
|
"license": "MIT",
|
|
88
88
|
"metadata": {
|
|
89
89
|
"jsii": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"immutable": true,
|
|
270
270
|
"locationInModule": {
|
|
271
271
|
"filename": "src/construct-project-options.ts",
|
|
272
|
-
"line":
|
|
272
|
+
"line": 1187
|
|
273
273
|
},
|
|
274
274
|
"name": "name",
|
|
275
275
|
"type": {
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"default": "- true",
|
|
460
460
|
"remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
|
|
461
461
|
"stability": "stable",
|
|
462
|
-
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if
|
|
462
|
+
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configured)."
|
|
463
463
|
},
|
|
464
464
|
"immutable": true,
|
|
465
465
|
"locationInModule": {
|
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
"immutable": true,
|
|
911
911
|
"locationInModule": {
|
|
912
912
|
"filename": "src/construct-project-options.ts",
|
|
913
|
-
"line":
|
|
913
|
+
"line": 1180
|
|
914
914
|
},
|
|
915
915
|
"name": "commitGenerated",
|
|
916
916
|
"optional": true,
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
{
|
|
1095
1095
|
"abstract": true,
|
|
1096
1096
|
"docs": {
|
|
1097
|
-
"default": "true",
|
|
1097
|
+
"default": "- `true` for root projects, `false` for subprojects",
|
|
1098
1098
|
"remarks": "Cannot be used in conjunction with `dependabot`.",
|
|
1099
1099
|
"stability": "stable",
|
|
1100
1100
|
"summary": "Use tasks and github workflows to handle dependency upgrades."
|
|
@@ -1483,7 +1483,7 @@
|
|
|
1483
1483
|
"immutable": true,
|
|
1484
1484
|
"locationInModule": {
|
|
1485
1485
|
"filename": "src/construct-project-options.ts",
|
|
1486
|
-
"line":
|
|
1486
|
+
"line": 1174
|
|
1487
1487
|
},
|
|
1488
1488
|
"name": "gitIgnoreOptions",
|
|
1489
1489
|
"optional": true,
|
|
@@ -1500,7 +1500,7 @@
|
|
|
1500
1500
|
"immutable": true,
|
|
1501
1501
|
"locationInModule": {
|
|
1502
1502
|
"filename": "src/construct-project-options.ts",
|
|
1503
|
-
"line":
|
|
1503
|
+
"line": 1169
|
|
1504
1504
|
},
|
|
1505
1505
|
"name": "gitOptions",
|
|
1506
1506
|
"optional": true,
|
|
@@ -1778,7 +1778,7 @@
|
|
|
1778
1778
|
"immutable": true,
|
|
1779
1779
|
"locationInModule": {
|
|
1780
1780
|
"filename": "src/construct-project-options.ts",
|
|
1781
|
-
"line":
|
|
1781
|
+
"line": 1164
|
|
1782
1782
|
},
|
|
1783
1783
|
"name": "logging",
|
|
1784
1784
|
"optional": true,
|
|
@@ -2038,7 +2038,7 @@
|
|
|
2038
2038
|
"immutable": true,
|
|
2039
2039
|
"locationInModule": {
|
|
2040
2040
|
"filename": "src/construct-project-options.ts",
|
|
2041
|
-
"line":
|
|
2041
|
+
"line": 1158
|
|
2042
2042
|
},
|
|
2043
2043
|
"name": "outdir",
|
|
2044
2044
|
"optional": true,
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"immutable": true,
|
|
2113
2113
|
"locationInModule": {
|
|
2114
2114
|
"filename": "src/construct-project-options.ts",
|
|
2115
|
-
"line":
|
|
2115
|
+
"line": 1147
|
|
2116
2116
|
},
|
|
2117
2117
|
"name": "parent",
|
|
2118
2118
|
"optional": true,
|
|
@@ -2256,6 +2256,24 @@
|
|
|
2256
2256
|
"fqn": "projen.javascript.PrettierOptions"
|
|
2257
2257
|
}
|
|
2258
2258
|
},
|
|
2259
|
+
{
|
|
2260
|
+
"abstract": true,
|
|
2261
|
+
"docs": {
|
|
2262
|
+
"default": "false",
|
|
2263
|
+
"stability": "stable",
|
|
2264
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
2265
|
+
},
|
|
2266
|
+
"immutable": true,
|
|
2267
|
+
"locationInModule": {
|
|
2268
|
+
"filename": "src/construct-project-options.ts",
|
|
2269
|
+
"line": 1142
|
|
2270
|
+
},
|
|
2271
|
+
"name": "projectTree",
|
|
2272
|
+
"optional": true,
|
|
2273
|
+
"type": {
|
|
2274
|
+
"primitive": "boolean"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2259
2277
|
{
|
|
2260
2278
|
"abstract": true,
|
|
2261
2279
|
"docs": {
|
|
@@ -3467,7 +3485,7 @@
|
|
|
3467
3485
|
"immutable": true,
|
|
3468
3486
|
"locationInModule": {
|
|
3469
3487
|
"filename": "src/projen-project-options.ts",
|
|
3470
|
-
"line":
|
|
3488
|
+
"line": 1041
|
|
3471
3489
|
},
|
|
3472
3490
|
"name": "repo",
|
|
3473
3491
|
"type": {
|
|
@@ -3484,7 +3502,7 @@
|
|
|
3484
3502
|
"immutable": true,
|
|
3485
3503
|
"locationInModule": {
|
|
3486
3504
|
"filename": "src/projen-project-options.ts",
|
|
3487
|
-
"line":
|
|
3505
|
+
"line": 1054
|
|
3488
3506
|
},
|
|
3489
3507
|
"name": "allowedCommitTypes",
|
|
3490
3508
|
"optional": true,
|
|
@@ -3647,7 +3665,7 @@
|
|
|
3647
3665
|
"default": "- true",
|
|
3648
3666
|
"remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
|
|
3649
3667
|
"stability": "stable",
|
|
3650
|
-
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if
|
|
3668
|
+
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configured)."
|
|
3651
3669
|
},
|
|
3652
3670
|
"immutable": true,
|
|
3653
3671
|
"locationInModule": {
|
|
@@ -3689,7 +3707,7 @@
|
|
|
3689
3707
|
"immutable": true,
|
|
3690
3708
|
"locationInModule": {
|
|
3691
3709
|
"filename": "src/projen-project-options.ts",
|
|
3692
|
-
"line":
|
|
3710
|
+
"line": 1060
|
|
3693
3711
|
},
|
|
3694
3712
|
"name": "automationAppName",
|
|
3695
3713
|
"optional": true,
|
|
@@ -3708,7 +3726,7 @@
|
|
|
3708
3726
|
"immutable": true,
|
|
3709
3727
|
"locationInModule": {
|
|
3710
3728
|
"filename": "src/projen-project-options.ts",
|
|
3711
|
-
"line":
|
|
3729
|
+
"line": 1066
|
|
3712
3730
|
},
|
|
3713
3731
|
"name": "automationEnvironment",
|
|
3714
3732
|
"optional": true,
|
|
@@ -4061,7 +4079,7 @@
|
|
|
4061
4079
|
"immutable": true,
|
|
4062
4080
|
"locationInModule": {
|
|
4063
4081
|
"filename": "src/projen-project-options.ts",
|
|
4064
|
-
"line":
|
|
4082
|
+
"line": 1030
|
|
4065
4083
|
},
|
|
4066
4084
|
"name": "commitGenerated",
|
|
4067
4085
|
"optional": true,
|
|
@@ -4245,7 +4263,7 @@
|
|
|
4245
4263
|
{
|
|
4246
4264
|
"abstract": true,
|
|
4247
4265
|
"docs": {
|
|
4248
|
-
"default": "true",
|
|
4266
|
+
"default": "- `true` for root projects, `false` for subprojects",
|
|
4249
4267
|
"remarks": "Cannot be used in conjunction with `dependabot`.",
|
|
4250
4268
|
"stability": "stable",
|
|
4251
4269
|
"summary": "Use tasks and github workflows to handle dependency upgrades."
|
|
@@ -4598,7 +4616,7 @@
|
|
|
4598
4616
|
"immutable": true,
|
|
4599
4617
|
"locationInModule": {
|
|
4600
4618
|
"filename": "src/projen-project-options.ts",
|
|
4601
|
-
"line":
|
|
4619
|
+
"line": 1024
|
|
4602
4620
|
},
|
|
4603
4621
|
"name": "gitIgnoreOptions",
|
|
4604
4622
|
"optional": true,
|
|
@@ -4615,7 +4633,7 @@
|
|
|
4615
4633
|
"immutable": true,
|
|
4616
4634
|
"locationInModule": {
|
|
4617
4635
|
"filename": "src/projen-project-options.ts",
|
|
4618
|
-
"line":
|
|
4636
|
+
"line": 1019
|
|
4619
4637
|
},
|
|
4620
4638
|
"name": "gitOptions",
|
|
4621
4639
|
"optional": true,
|
|
@@ -4799,7 +4817,7 @@
|
|
|
4799
4817
|
"immutable": true,
|
|
4800
4818
|
"locationInModule": {
|
|
4801
4819
|
"filename": "src/projen-project-options.ts",
|
|
4802
|
-
"line":
|
|
4820
|
+
"line": 1014
|
|
4803
4821
|
},
|
|
4804
4822
|
"name": "logging",
|
|
4805
4823
|
"optional": true,
|
|
@@ -4817,7 +4835,7 @@
|
|
|
4817
4835
|
"immutable": true,
|
|
4818
4836
|
"locationInModule": {
|
|
4819
4837
|
"filename": "src/projen-project-options.ts",
|
|
4820
|
-
"line":
|
|
4838
|
+
"line": 1083
|
|
4821
4839
|
},
|
|
4822
4840
|
"name": "logo",
|
|
4823
4841
|
"optional": true,
|
|
@@ -4914,7 +4932,7 @@
|
|
|
4914
4932
|
"immutable": true,
|
|
4915
4933
|
"locationInModule": {
|
|
4916
4934
|
"filename": "src/projen-project-options.ts",
|
|
4917
|
-
"line":
|
|
4935
|
+
"line": 1037
|
|
4918
4936
|
},
|
|
4919
4937
|
"name": "name",
|
|
4920
4938
|
"optional": true,
|
|
@@ -5098,7 +5116,7 @@
|
|
|
5098
5116
|
"immutable": true,
|
|
5099
5117
|
"locationInModule": {
|
|
5100
5118
|
"filename": "src/projen-project-options.ts",
|
|
5101
|
-
"line":
|
|
5119
|
+
"line": 1008
|
|
5102
5120
|
},
|
|
5103
5121
|
"name": "outdir",
|
|
5104
5122
|
"optional": true,
|
|
@@ -5116,7 +5134,7 @@
|
|
|
5116
5134
|
"immutable": true,
|
|
5117
5135
|
"locationInModule": {
|
|
5118
5136
|
"filename": "src/projen-project-options.ts",
|
|
5119
|
-
"line":
|
|
5137
|
+
"line": 1072
|
|
5120
5138
|
},
|
|
5121
5139
|
"name": "ownerCanSelfApprovePRs",
|
|
5122
5140
|
"optional": true,
|
|
@@ -5190,7 +5208,7 @@
|
|
|
5190
5208
|
"immutable": true,
|
|
5191
5209
|
"locationInModule": {
|
|
5192
5210
|
"filename": "src/projen-project-options.ts",
|
|
5193
|
-
"line":
|
|
5211
|
+
"line": 997
|
|
5194
5212
|
},
|
|
5195
5213
|
"name": "parent",
|
|
5196
5214
|
"optional": true,
|
|
@@ -5334,6 +5352,24 @@
|
|
|
5334
5352
|
"fqn": "projen.javascript.PrettierOptions"
|
|
5335
5353
|
}
|
|
5336
5354
|
},
|
|
5355
|
+
{
|
|
5356
|
+
"abstract": true,
|
|
5357
|
+
"docs": {
|
|
5358
|
+
"default": "false",
|
|
5359
|
+
"stability": "stable",
|
|
5360
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
5361
|
+
},
|
|
5362
|
+
"immutable": true,
|
|
5363
|
+
"locationInModule": {
|
|
5364
|
+
"filename": "src/projen-project-options.ts",
|
|
5365
|
+
"line": 992
|
|
5366
|
+
},
|
|
5367
|
+
"name": "projectTree",
|
|
5368
|
+
"optional": true,
|
|
5369
|
+
"type": {
|
|
5370
|
+
"primitive": "boolean"
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5337
5373
|
{
|
|
5338
5374
|
"abstract": true,
|
|
5339
5375
|
"docs": {
|
|
@@ -5488,7 +5524,7 @@
|
|
|
5488
5524
|
"immutable": true,
|
|
5489
5525
|
"locationInModule": {
|
|
5490
5526
|
"filename": "src/projen-project-options.ts",
|
|
5491
|
-
"line":
|
|
5527
|
+
"line": 1096
|
|
5492
5528
|
},
|
|
5493
5529
|
"name": "projenVersion",
|
|
5494
5530
|
"optional": true,
|
|
@@ -5674,7 +5710,7 @@
|
|
|
5674
5710
|
"immutable": true,
|
|
5675
5711
|
"locationInModule": {
|
|
5676
5712
|
"filename": "src/projen-project-options.ts",
|
|
5677
|
-
"line":
|
|
5713
|
+
"line": 1047
|
|
5678
5714
|
},
|
|
5679
5715
|
"name": "releasableCommitTypes",
|
|
5680
5716
|
"optional": true,
|
|
@@ -6186,7 +6222,7 @@
|
|
|
6186
6222
|
"immutable": true,
|
|
6187
6223
|
"locationInModule": {
|
|
6188
6224
|
"filename": "src/projen-project-options.ts",
|
|
6189
|
-
"line":
|
|
6225
|
+
"line": 1077
|
|
6190
6226
|
},
|
|
6191
6227
|
"name": "upgradesSchedule",
|
|
6192
6228
|
"optional": true,
|
|
@@ -6248,7 +6284,7 @@
|
|
|
6248
6284
|
"immutable": true,
|
|
6249
6285
|
"locationInModule": {
|
|
6250
6286
|
"filename": "src/projen-project-options.ts",
|
|
6251
|
-
"line":
|
|
6287
|
+
"line": 1090
|
|
6252
6288
|
},
|
|
6253
6289
|
"name": "wordmarkOptions",
|
|
6254
6290
|
"optional": true,
|
|
@@ -6527,7 +6563,7 @@
|
|
|
6527
6563
|
"immutable": true,
|
|
6528
6564
|
"locationInModule": {
|
|
6529
6565
|
"filename": "src/typescript-project-options.ts",
|
|
6530
|
-
"line":
|
|
6566
|
+
"line": 989
|
|
6531
6567
|
},
|
|
6532
6568
|
"name": "repo",
|
|
6533
6569
|
"type": {
|
|
@@ -6544,7 +6580,7 @@
|
|
|
6544
6580
|
"immutable": true,
|
|
6545
6581
|
"locationInModule": {
|
|
6546
6582
|
"filename": "src/typescript-project-options.ts",
|
|
6547
|
-
"line":
|
|
6583
|
+
"line": 1002
|
|
6548
6584
|
},
|
|
6549
6585
|
"name": "allowedCommitTypes",
|
|
6550
6586
|
"optional": true,
|
|
@@ -6706,7 +6742,7 @@
|
|
|
6706
6742
|
"default": "- true",
|
|
6707
6743
|
"remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
|
|
6708
6744
|
"stability": "stable",
|
|
6709
|
-
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if
|
|
6745
|
+
"summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configured)."
|
|
6710
6746
|
},
|
|
6711
6747
|
"immutable": true,
|
|
6712
6748
|
"locationInModule": {
|
|
@@ -6748,7 +6784,7 @@
|
|
|
6748
6784
|
"immutable": true,
|
|
6749
6785
|
"locationInModule": {
|
|
6750
6786
|
"filename": "src/typescript-project-options.ts",
|
|
6751
|
-
"line":
|
|
6787
|
+
"line": 1008
|
|
6752
6788
|
},
|
|
6753
6789
|
"name": "automationAppName",
|
|
6754
6790
|
"optional": true,
|
|
@@ -6767,7 +6803,7 @@
|
|
|
6767
6803
|
"immutable": true,
|
|
6768
6804
|
"locationInModule": {
|
|
6769
6805
|
"filename": "src/typescript-project-options.ts",
|
|
6770
|
-
"line":
|
|
6806
|
+
"line": 1014
|
|
6771
6807
|
},
|
|
6772
6808
|
"name": "automationEnvironment",
|
|
6773
6809
|
"optional": true,
|
|
@@ -7120,7 +7156,7 @@
|
|
|
7120
7156
|
"immutable": true,
|
|
7121
7157
|
"locationInModule": {
|
|
7122
7158
|
"filename": "src/typescript-project-options.ts",
|
|
7123
|
-
"line":
|
|
7159
|
+
"line": 978
|
|
7124
7160
|
},
|
|
7125
7161
|
"name": "commitGenerated",
|
|
7126
7162
|
"optional": true,
|
|
@@ -7249,7 +7285,7 @@
|
|
|
7249
7285
|
{
|
|
7250
7286
|
"abstract": true,
|
|
7251
7287
|
"docs": {
|
|
7252
|
-
"default": "true",
|
|
7288
|
+
"default": "- `true` for root projects, `false` for subprojects",
|
|
7253
7289
|
"remarks": "Cannot be used in conjunction with `dependabot`.",
|
|
7254
7290
|
"stability": "stable",
|
|
7255
7291
|
"summary": "Use tasks and github workflows to handle dependency upgrades."
|
|
@@ -7561,7 +7597,7 @@
|
|
|
7561
7597
|
"immutable": true,
|
|
7562
7598
|
"locationInModule": {
|
|
7563
7599
|
"filename": "src/typescript-project-options.ts",
|
|
7564
|
-
"line":
|
|
7600
|
+
"line": 972
|
|
7565
7601
|
},
|
|
7566
7602
|
"name": "gitIgnoreOptions",
|
|
7567
7603
|
"optional": true,
|
|
@@ -7578,7 +7614,7 @@
|
|
|
7578
7614
|
"immutable": true,
|
|
7579
7615
|
"locationInModule": {
|
|
7580
7616
|
"filename": "src/typescript-project-options.ts",
|
|
7581
|
-
"line":
|
|
7617
|
+
"line": 967
|
|
7582
7618
|
},
|
|
7583
7619
|
"name": "gitOptions",
|
|
7584
7620
|
"optional": true,
|
|
@@ -7762,7 +7798,7 @@
|
|
|
7762
7798
|
"immutable": true,
|
|
7763
7799
|
"locationInModule": {
|
|
7764
7800
|
"filename": "src/typescript-project-options.ts",
|
|
7765
|
-
"line":
|
|
7801
|
+
"line": 962
|
|
7766
7802
|
},
|
|
7767
7803
|
"name": "logging",
|
|
7768
7804
|
"optional": true,
|
|
@@ -7780,7 +7816,7 @@
|
|
|
7780
7816
|
"immutable": true,
|
|
7781
7817
|
"locationInModule": {
|
|
7782
7818
|
"filename": "src/typescript-project-options.ts",
|
|
7783
|
-
"line":
|
|
7819
|
+
"line": 1031
|
|
7784
7820
|
},
|
|
7785
7821
|
"name": "logo",
|
|
7786
7822
|
"optional": true,
|
|
@@ -7877,7 +7913,7 @@
|
|
|
7877
7913
|
"immutable": true,
|
|
7878
7914
|
"locationInModule": {
|
|
7879
7915
|
"filename": "src/typescript-project-options.ts",
|
|
7880
|
-
"line":
|
|
7916
|
+
"line": 985
|
|
7881
7917
|
},
|
|
7882
7918
|
"name": "name",
|
|
7883
7919
|
"optional": true,
|
|
@@ -8061,7 +8097,7 @@
|
|
|
8061
8097
|
"immutable": true,
|
|
8062
8098
|
"locationInModule": {
|
|
8063
8099
|
"filename": "src/typescript-project-options.ts",
|
|
8064
|
-
"line":
|
|
8100
|
+
"line": 956
|
|
8065
8101
|
},
|
|
8066
8102
|
"name": "outdir",
|
|
8067
8103
|
"optional": true,
|
|
@@ -8079,7 +8115,7 @@
|
|
|
8079
8115
|
"immutable": true,
|
|
8080
8116
|
"locationInModule": {
|
|
8081
8117
|
"filename": "src/typescript-project-options.ts",
|
|
8082
|
-
"line":
|
|
8118
|
+
"line": 1020
|
|
8083
8119
|
},
|
|
8084
8120
|
"name": "ownerCanSelfApprovePRs",
|
|
8085
8121
|
"optional": true,
|
|
@@ -8153,7 +8189,7 @@
|
|
|
8153
8189
|
"immutable": true,
|
|
8154
8190
|
"locationInModule": {
|
|
8155
8191
|
"filename": "src/typescript-project-options.ts",
|
|
8156
|
-
"line":
|
|
8192
|
+
"line": 945
|
|
8157
8193
|
},
|
|
8158
8194
|
"name": "parent",
|
|
8159
8195
|
"optional": true,
|
|
@@ -8297,6 +8333,24 @@
|
|
|
8297
8333
|
"fqn": "projen.javascript.PrettierOptions"
|
|
8298
8334
|
}
|
|
8299
8335
|
},
|
|
8336
|
+
{
|
|
8337
|
+
"abstract": true,
|
|
8338
|
+
"docs": {
|
|
8339
|
+
"default": "false",
|
|
8340
|
+
"stability": "stable",
|
|
8341
|
+
"summary": "Generate a project tree file (`.projen/tree.json`) that shows all components and their relationships. Useful for understanding your project structure and debugging."
|
|
8342
|
+
},
|
|
8343
|
+
"immutable": true,
|
|
8344
|
+
"locationInModule": {
|
|
8345
|
+
"filename": "src/typescript-project-options.ts",
|
|
8346
|
+
"line": 940
|
|
8347
|
+
},
|
|
8348
|
+
"name": "projectTree",
|
|
8349
|
+
"optional": true,
|
|
8350
|
+
"type": {
|
|
8351
|
+
"primitive": "boolean"
|
|
8352
|
+
}
|
|
8353
|
+
},
|
|
8300
8354
|
{
|
|
8301
8355
|
"abstract": true,
|
|
8302
8356
|
"docs": {
|
|
@@ -8565,7 +8619,7 @@
|
|
|
8565
8619
|
"immutable": true,
|
|
8566
8620
|
"locationInModule": {
|
|
8567
8621
|
"filename": "src/typescript-project-options.ts",
|
|
8568
|
-
"line":
|
|
8622
|
+
"line": 995
|
|
8569
8623
|
},
|
|
8570
8624
|
"name": "releasableCommitTypes",
|
|
8571
8625
|
"optional": true,
|
|
@@ -9079,7 +9133,7 @@
|
|
|
9079
9133
|
"immutable": true,
|
|
9080
9134
|
"locationInModule": {
|
|
9081
9135
|
"filename": "src/typescript-project-options.ts",
|
|
9082
|
-
"line":
|
|
9136
|
+
"line": 1025
|
|
9083
9137
|
},
|
|
9084
9138
|
"name": "upgradesSchedule",
|
|
9085
9139
|
"optional": true,
|
|
@@ -9141,7 +9195,7 @@
|
|
|
9141
9195
|
"immutable": true,
|
|
9142
9196
|
"locationInModule": {
|
|
9143
9197
|
"filename": "src/typescript-project-options.ts",
|
|
9144
|
-
"line":
|
|
9198
|
+
"line": 1038
|
|
9145
9199
|
},
|
|
9146
9200
|
"name": "wordmarkOptions",
|
|
9147
9201
|
"optional": true,
|
|
@@ -9314,6 +9368,169 @@
|
|
|
9314
9368
|
],
|
|
9315
9369
|
"symbolId": "src/typescript-project-options:TypeScriptProjectOptions"
|
|
9316
9370
|
},
|
|
9371
|
+
"mrpj.components.NodeVersion": {
|
|
9372
|
+
"assembly": "mrpj",
|
|
9373
|
+
"base": "projen.Component",
|
|
9374
|
+
"docs": {
|
|
9375
|
+
"stability": "stable",
|
|
9376
|
+
"summary": "A component that manages Node.js version files (.nvmrc, .node-version)."
|
|
9377
|
+
},
|
|
9378
|
+
"fqn": "mrpj.components.NodeVersion",
|
|
9379
|
+
"initializer": {
|
|
9380
|
+
"docs": {
|
|
9381
|
+
"stability": "stable"
|
|
9382
|
+
},
|
|
9383
|
+
"locationInModule": {
|
|
9384
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9385
|
+
"line": 45
|
|
9386
|
+
},
|
|
9387
|
+
"parameters": [
|
|
9388
|
+
{
|
|
9389
|
+
"name": "scope",
|
|
9390
|
+
"type": {
|
|
9391
|
+
"fqn": "constructs.IConstruct"
|
|
9392
|
+
}
|
|
9393
|
+
},
|
|
9394
|
+
{
|
|
9395
|
+
"name": "options",
|
|
9396
|
+
"optional": true,
|
|
9397
|
+
"type": {
|
|
9398
|
+
"fqn": "mrpj.components.NodeVersionOptions"
|
|
9399
|
+
}
|
|
9400
|
+
}
|
|
9401
|
+
]
|
|
9402
|
+
},
|
|
9403
|
+
"kind": "class",
|
|
9404
|
+
"locationInModule": {
|
|
9405
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9406
|
+
"line": 28
|
|
9407
|
+
},
|
|
9408
|
+
"methods": [
|
|
9409
|
+
{
|
|
9410
|
+
"docs": {
|
|
9411
|
+
"remarks": "Supports aliases like `lts/*`, `lts/-1`, `lts/iron`, `current`, `latest`, `node`.",
|
|
9412
|
+
"returns": "The resolved major version number",
|
|
9413
|
+
"stability": "stable",
|
|
9414
|
+
"summary": "Converts a version spec to a concrete version number."
|
|
9415
|
+
},
|
|
9416
|
+
"locationInModule": {
|
|
9417
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9418
|
+
"line": 36
|
|
9419
|
+
},
|
|
9420
|
+
"name": "specToVersion",
|
|
9421
|
+
"parameters": [
|
|
9422
|
+
{
|
|
9423
|
+
"docs": {
|
|
9424
|
+
"summary": "The version spec or alias to convert."
|
|
9425
|
+
},
|
|
9426
|
+
"name": "versionSpec",
|
|
9427
|
+
"type": {
|
|
9428
|
+
"primitive": "string"
|
|
9429
|
+
}
|
|
9430
|
+
}
|
|
9431
|
+
],
|
|
9432
|
+
"returns": {
|
|
9433
|
+
"type": {
|
|
9434
|
+
"primitive": "string"
|
|
9435
|
+
}
|
|
9436
|
+
},
|
|
9437
|
+
"static": true
|
|
9438
|
+
}
|
|
9439
|
+
],
|
|
9440
|
+
"name": "NodeVersion",
|
|
9441
|
+
"namespace": "components",
|
|
9442
|
+
"properties": [
|
|
9443
|
+
{
|
|
9444
|
+
"docs": {
|
|
9445
|
+
"stability": "stable",
|
|
9446
|
+
"summary": "The resolved Node.js major version."
|
|
9447
|
+
},
|
|
9448
|
+
"immutable": true,
|
|
9449
|
+
"locationInModule": {
|
|
9450
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9451
|
+
"line": 43
|
|
9452
|
+
},
|
|
9453
|
+
"name": "version",
|
|
9454
|
+
"type": {
|
|
9455
|
+
"primitive": "string"
|
|
9456
|
+
}
|
|
9457
|
+
}
|
|
9458
|
+
],
|
|
9459
|
+
"symbolId": "src/components/NodeVersion:NodeVersion"
|
|
9460
|
+
},
|
|
9461
|
+
"mrpj.components.NodeVersionOptions": {
|
|
9462
|
+
"assembly": "mrpj",
|
|
9463
|
+
"datatype": true,
|
|
9464
|
+
"docs": {
|
|
9465
|
+
"stability": "stable"
|
|
9466
|
+
},
|
|
9467
|
+
"fqn": "mrpj.components.NodeVersionOptions",
|
|
9468
|
+
"kind": "interface",
|
|
9469
|
+
"locationInModule": {
|
|
9470
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9471
|
+
"line": 6
|
|
9472
|
+
},
|
|
9473
|
+
"name": "NodeVersionOptions",
|
|
9474
|
+
"namespace": "components",
|
|
9475
|
+
"properties": [
|
|
9476
|
+
{
|
|
9477
|
+
"abstract": true,
|
|
9478
|
+
"docs": {
|
|
9479
|
+
"default": "true",
|
|
9480
|
+
"stability": "stable",
|
|
9481
|
+
"summary": "Create a .node-version file."
|
|
9482
|
+
},
|
|
9483
|
+
"immutable": true,
|
|
9484
|
+
"locationInModule": {
|
|
9485
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9486
|
+
"line": 22
|
|
9487
|
+
},
|
|
9488
|
+
"name": "dotNodeVersion",
|
|
9489
|
+
"optional": true,
|
|
9490
|
+
"type": {
|
|
9491
|
+
"primitive": "boolean"
|
|
9492
|
+
}
|
|
9493
|
+
},
|
|
9494
|
+
{
|
|
9495
|
+
"abstract": true,
|
|
9496
|
+
"docs": {
|
|
9497
|
+
"default": "true",
|
|
9498
|
+
"stability": "stable",
|
|
9499
|
+
"summary": "Create a .nvmrc file."
|
|
9500
|
+
},
|
|
9501
|
+
"immutable": true,
|
|
9502
|
+
"locationInModule": {
|
|
9503
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9504
|
+
"line": 17
|
|
9505
|
+
},
|
|
9506
|
+
"name": "dotNvmrc",
|
|
9507
|
+
"optional": true,
|
|
9508
|
+
"type": {
|
|
9509
|
+
"primitive": "boolean"
|
|
9510
|
+
}
|
|
9511
|
+
},
|
|
9512
|
+
{
|
|
9513
|
+
"abstract": true,
|
|
9514
|
+
"docs": {
|
|
9515
|
+
"default": "'lts/*'",
|
|
9516
|
+
"remarks": "Supports aliases like `lts/*`, `lts/-1`, `current`, `latest`.",
|
|
9517
|
+
"stability": "stable",
|
|
9518
|
+
"summary": "The node version to use."
|
|
9519
|
+
},
|
|
9520
|
+
"immutable": true,
|
|
9521
|
+
"locationInModule": {
|
|
9522
|
+
"filename": "src/components/NodeVersion.ts",
|
|
9523
|
+
"line": 12
|
|
9524
|
+
},
|
|
9525
|
+
"name": "versionSpec",
|
|
9526
|
+
"optional": true,
|
|
9527
|
+
"type": {
|
|
9528
|
+
"primitive": "string"
|
|
9529
|
+
}
|
|
9530
|
+
}
|
|
9531
|
+
],
|
|
9532
|
+
"symbolId": "src/components/NodeVersion:NodeVersionOptions"
|
|
9533
|
+
},
|
|
9317
9534
|
"mrpj.components.SelfMutationOnForks": {
|
|
9318
9535
|
"assembly": "mrpj",
|
|
9319
9536
|
"docs": {
|
|
@@ -10648,6 +10865,6 @@
|
|
|
10648
10865
|
"symbolId": "src/logo/Wordmark:WordmarkOptions"
|
|
10649
10866
|
}
|
|
10650
10867
|
},
|
|
10651
|
-
"version": "0.2.
|
|
10652
|
-
"fingerprint": "
|
|
10868
|
+
"version": "0.2.10",
|
|
10869
|
+
"fingerprint": "wo9PyqjXS/nuNoteOkdWW/lD1B295n/R+RhXWdznKwI="
|
|
10653
10870
|
}
|