@hallcor/pulumi-projen-project-types 0.0.48 → 0.0.50
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 +216 -143
- package/API.md +80 -2
- package/lib/github-credentials.js +1 -1
- package/lib/pulumi-esc-setup.js +2 -2
- package/lib/python.js +1 -1
- package/lib/release.js +2 -2
- package/lib/structs/typescript-options/component-options.d.ts +13 -1
- package/lib/structs/typescript-options/component-options.js +1 -1
- package/lib/structs/typescript-options/project-props.d.ts +13 -1
- package/lib/structs/typescript-options/project-props.js +1 -1
- package/lib/typescript-base.js +1 -1
- package/lib/typescript.js +1 -1
- package/package.json +11 -11
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"constructs": "^10.4.2",
|
|
11
|
-
"projen": "^0.
|
|
11
|
+
"projen": "^0.94.2"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
14
14
|
"constructs": {
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"projen.gitlab": {},
|
|
50
50
|
"projen.java": {},
|
|
51
51
|
"projen.javascript": {},
|
|
52
|
+
"projen.javascript.biome_config": {},
|
|
52
53
|
"projen.python": {},
|
|
53
54
|
"projen.release": {},
|
|
54
55
|
"projen.typescript": {},
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"stability": "stable"
|
|
82
83
|
},
|
|
83
84
|
"homepage": "https://github.com/corymhall/pulumi-projen-project-types.git",
|
|
84
|
-
"jsiiVersion": "5.7.
|
|
85
|
+
"jsiiVersion": "5.7.20 (build 433aee4)",
|
|
85
86
|
"license": "Apache-2.0",
|
|
86
87
|
"metadata": {
|
|
87
88
|
"jsii": {
|
|
@@ -4085,6 +4086,42 @@
|
|
|
4085
4086
|
}
|
|
4086
4087
|
}
|
|
4087
4088
|
},
|
|
4089
|
+
{
|
|
4090
|
+
"abstract": true,
|
|
4091
|
+
"docs": {
|
|
4092
|
+
"default": "false",
|
|
4093
|
+
"stability": "experimental",
|
|
4094
|
+
"summary": "Setup Biome."
|
|
4095
|
+
},
|
|
4096
|
+
"immutable": true,
|
|
4097
|
+
"locationInModule": {
|
|
4098
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4099
|
+
"line": 636
|
|
4100
|
+
},
|
|
4101
|
+
"name": "biome",
|
|
4102
|
+
"optional": true,
|
|
4103
|
+
"type": {
|
|
4104
|
+
"primitive": "boolean"
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"abstract": true,
|
|
4109
|
+
"docs": {
|
|
4110
|
+
"default": "- default options",
|
|
4111
|
+
"stability": "experimental",
|
|
4112
|
+
"summary": "Biome options."
|
|
4113
|
+
},
|
|
4114
|
+
"immutable": true,
|
|
4115
|
+
"locationInModule": {
|
|
4116
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4117
|
+
"line": 642
|
|
4118
|
+
},
|
|
4119
|
+
"name": "biomeOptions",
|
|
4120
|
+
"optional": true,
|
|
4121
|
+
"type": {
|
|
4122
|
+
"fqn": "projen.javascript.BiomeOptions"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4088
4125
|
{
|
|
4089
4126
|
"abstract": true,
|
|
4090
4127
|
"docs": {
|
|
@@ -4129,7 +4166,7 @@
|
|
|
4129
4166
|
"immutable": true,
|
|
4130
4167
|
"locationInModule": {
|
|
4131
4168
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4132
|
-
"line":
|
|
4169
|
+
"line": 648
|
|
4133
4170
|
},
|
|
4134
4171
|
"name": "buildWorkflow",
|
|
4135
4172
|
"optional": true,
|
|
@@ -4146,7 +4183,7 @@
|
|
|
4146
4183
|
"immutable": true,
|
|
4147
4184
|
"locationInModule": {
|
|
4148
4185
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4149
|
-
"line":
|
|
4186
|
+
"line": 653
|
|
4150
4187
|
},
|
|
4151
4188
|
"name": "buildWorkflowOptions",
|
|
4152
4189
|
"optional": true,
|
|
@@ -4205,7 +4242,7 @@
|
|
|
4205
4242
|
"immutable": true,
|
|
4206
4243
|
"locationInModule": {
|
|
4207
4244
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4208
|
-
"line":
|
|
4245
|
+
"line": 658
|
|
4209
4246
|
},
|
|
4210
4247
|
"name": "bundlerOptions",
|
|
4211
4248
|
"optional": true,
|
|
@@ -4242,7 +4279,7 @@
|
|
|
4242
4279
|
"immutable": true,
|
|
4243
4280
|
"locationInModule": {
|
|
4244
4281
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4245
|
-
"line":
|
|
4282
|
+
"line": 665
|
|
4246
4283
|
},
|
|
4247
4284
|
"name": "checkLicenses",
|
|
4248
4285
|
"optional": true,
|
|
@@ -4297,7 +4334,7 @@
|
|
|
4297
4334
|
"immutable": true,
|
|
4298
4335
|
"locationInModule": {
|
|
4299
4336
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4300
|
-
"line":
|
|
4337
|
+
"line": 671
|
|
4301
4338
|
},
|
|
4302
4339
|
"name": "codeCov",
|
|
4303
4340
|
"optional": true,
|
|
@@ -4315,7 +4352,7 @@
|
|
|
4315
4352
|
"immutable": true,
|
|
4316
4353
|
"locationInModule": {
|
|
4317
4354
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4318
|
-
"line":
|
|
4355
|
+
"line": 677
|
|
4319
4356
|
},
|
|
4320
4357
|
"name": "codeCovTokenSecret",
|
|
4321
4358
|
"optional": true,
|
|
@@ -4351,7 +4388,7 @@
|
|
|
4351
4388
|
"immutable": true,
|
|
4352
4389
|
"locationInModule": {
|
|
4353
4390
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4354
|
-
"line":
|
|
4391
|
+
"line": 683
|
|
4355
4392
|
},
|
|
4356
4393
|
"name": "copyrightOwner",
|
|
4357
4394
|
"optional": true,
|
|
@@ -4369,7 +4406,7 @@
|
|
|
4369
4406
|
"immutable": true,
|
|
4370
4407
|
"locationInModule": {
|
|
4371
4408
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4372
|
-
"line":
|
|
4409
|
+
"line": 689
|
|
4373
4410
|
},
|
|
4374
4411
|
"name": "copyrightPeriod",
|
|
4375
4412
|
"optional": true,
|
|
@@ -4388,7 +4425,7 @@
|
|
|
4388
4425
|
"immutable": true,
|
|
4389
4426
|
"locationInModule": {
|
|
4390
4427
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4391
|
-
"line":
|
|
4428
|
+
"line": 696
|
|
4392
4429
|
},
|
|
4393
4430
|
"name": "dependabot",
|
|
4394
4431
|
"optional": true,
|
|
@@ -4406,7 +4443,7 @@
|
|
|
4406
4443
|
"immutable": true,
|
|
4407
4444
|
"locationInModule": {
|
|
4408
4445
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4409
|
-
"line":
|
|
4446
|
+
"line": 702
|
|
4410
4447
|
},
|
|
4411
4448
|
"name": "dependabotOptions",
|
|
4412
4449
|
"optional": true,
|
|
@@ -4452,7 +4489,7 @@
|
|
|
4452
4489
|
"immutable": true,
|
|
4453
4490
|
"locationInModule": {
|
|
4454
4491
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4455
|
-
"line":
|
|
4492
|
+
"line": 709
|
|
4456
4493
|
},
|
|
4457
4494
|
"name": "depsUpgrade",
|
|
4458
4495
|
"optional": true,
|
|
@@ -4470,7 +4507,7 @@
|
|
|
4470
4507
|
"immutable": true,
|
|
4471
4508
|
"locationInModule": {
|
|
4472
4509
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4473
|
-
"line":
|
|
4510
|
+
"line": 715
|
|
4474
4511
|
},
|
|
4475
4512
|
"name": "depsUpgradeOptions",
|
|
4476
4513
|
"optional": true,
|
|
@@ -4554,7 +4591,7 @@
|
|
|
4554
4591
|
"immutable": true,
|
|
4555
4592
|
"locationInModule": {
|
|
4556
4593
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4557
|
-
"line":
|
|
4594
|
+
"line": 840
|
|
4558
4595
|
},
|
|
4559
4596
|
"name": "disableTsconfig",
|
|
4560
4597
|
"optional": true,
|
|
@@ -4572,7 +4609,7 @@
|
|
|
4572
4609
|
"immutable": true,
|
|
4573
4610
|
"locationInModule": {
|
|
4574
4611
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4575
|
-
"line":
|
|
4612
|
+
"line": 846
|
|
4576
4613
|
},
|
|
4577
4614
|
"name": "disableTsconfigDev",
|
|
4578
4615
|
"optional": true,
|
|
@@ -4590,7 +4627,7 @@
|
|
|
4590
4627
|
"immutable": true,
|
|
4591
4628
|
"locationInModule": {
|
|
4592
4629
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4593
|
-
"line":
|
|
4630
|
+
"line": 852
|
|
4594
4631
|
},
|
|
4595
4632
|
"name": "docgen",
|
|
4596
4633
|
"optional": true,
|
|
@@ -4608,7 +4645,7 @@
|
|
|
4608
4645
|
"immutable": true,
|
|
4609
4646
|
"locationInModule": {
|
|
4610
4647
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4611
|
-
"line":
|
|
4648
|
+
"line": 858
|
|
4612
4649
|
},
|
|
4613
4650
|
"name": "docsDirectory",
|
|
4614
4651
|
"optional": true,
|
|
@@ -4644,7 +4681,7 @@
|
|
|
4644
4681
|
"immutable": true,
|
|
4645
4682
|
"locationInModule": {
|
|
4646
4683
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4647
|
-
"line":
|
|
4684
|
+
"line": 864
|
|
4648
4685
|
},
|
|
4649
4686
|
"name": "entrypointTypes",
|
|
4650
4687
|
"optional": true,
|
|
@@ -4655,14 +4692,14 @@
|
|
|
4655
4692
|
{
|
|
4656
4693
|
"abstract": true,
|
|
4657
4694
|
"docs": {
|
|
4658
|
-
"default": "true",
|
|
4695
|
+
"default": "- true, unless biome is enabled",
|
|
4659
4696
|
"stability": "experimental",
|
|
4660
4697
|
"summary": "Setup eslint."
|
|
4661
4698
|
},
|
|
4662
4699
|
"immutable": true,
|
|
4663
4700
|
"locationInModule": {
|
|
4664
4701
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4665
|
-
"line":
|
|
4702
|
+
"line": 870
|
|
4666
4703
|
},
|
|
4667
4704
|
"name": "eslint",
|
|
4668
4705
|
"optional": true,
|
|
@@ -4680,7 +4717,7 @@
|
|
|
4680
4717
|
"immutable": true,
|
|
4681
4718
|
"locationInModule": {
|
|
4682
4719
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4683
|
-
"line":
|
|
4720
|
+
"line": 876
|
|
4684
4721
|
},
|
|
4685
4722
|
"name": "eslintOptions",
|
|
4686
4723
|
"optional": true,
|
|
@@ -4716,7 +4753,7 @@
|
|
|
4716
4753
|
"immutable": true,
|
|
4717
4754
|
"locationInModule": {
|
|
4718
4755
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4719
|
-
"line":
|
|
4756
|
+
"line": 954
|
|
4720
4757
|
},
|
|
4721
4758
|
"name": "gitIdentity",
|
|
4722
4759
|
"optional": true,
|
|
@@ -4733,7 +4770,7 @@
|
|
|
4733
4770
|
"immutable": true,
|
|
4734
4771
|
"locationInModule": {
|
|
4735
4772
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4736
|
-
"line":
|
|
4773
|
+
"line": 720
|
|
4737
4774
|
},
|
|
4738
4775
|
"name": "gitignore",
|
|
4739
4776
|
"optional": true,
|
|
@@ -4825,7 +4862,7 @@
|
|
|
4825
4862
|
"immutable": true,
|
|
4826
4863
|
"locationInModule": {
|
|
4827
4864
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4828
|
-
"line":
|
|
4865
|
+
"line": 726
|
|
4829
4866
|
},
|
|
4830
4867
|
"name": "jest",
|
|
4831
4868
|
"optional": true,
|
|
@@ -4843,7 +4880,7 @@
|
|
|
4843
4880
|
"immutable": true,
|
|
4844
4881
|
"locationInModule": {
|
|
4845
4882
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4846
|
-
"line":
|
|
4883
|
+
"line": 732
|
|
4847
4884
|
},
|
|
4848
4885
|
"name": "jestOptions",
|
|
4849
4886
|
"optional": true,
|
|
@@ -4883,7 +4920,7 @@
|
|
|
4883
4920
|
"immutable": true,
|
|
4884
4921
|
"locationInModule": {
|
|
4885
4922
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4886
|
-
"line":
|
|
4923
|
+
"line": 882
|
|
4887
4924
|
},
|
|
4888
4925
|
"name": "libdir",
|
|
4889
4926
|
"optional": true,
|
|
@@ -5088,7 +5125,7 @@
|
|
|
5088
5125
|
"immutable": true,
|
|
5089
5126
|
"locationInModule": {
|
|
5090
5127
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5091
|
-
"line":
|
|
5128
|
+
"line": 738
|
|
5092
5129
|
},
|
|
5093
5130
|
"name": "npmignoreEnabled",
|
|
5094
5131
|
"optional": true,
|
|
@@ -5105,7 +5142,7 @@
|
|
|
5105
5142
|
"immutable": true,
|
|
5106
5143
|
"locationInModule": {
|
|
5107
5144
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5108
|
-
"line":
|
|
5145
|
+
"line": 743
|
|
5109
5146
|
},
|
|
5110
5147
|
"name": "npmIgnoreOptions",
|
|
5111
5148
|
"optional": true,
|
|
@@ -5198,7 +5235,7 @@
|
|
|
5198
5235
|
"immutable": true,
|
|
5199
5236
|
"locationInModule": {
|
|
5200
5237
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5201
|
-
"line":
|
|
5238
|
+
"line": 749
|
|
5202
5239
|
},
|
|
5203
5240
|
"name": "package",
|
|
5204
5241
|
"optional": true,
|
|
@@ -5372,7 +5409,7 @@
|
|
|
5372
5409
|
"immutable": true,
|
|
5373
5410
|
"locationInModule": {
|
|
5374
5411
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5375
|
-
"line":
|
|
5412
|
+
"line": 755
|
|
5376
5413
|
},
|
|
5377
5414
|
"name": "prettier",
|
|
5378
5415
|
"optional": true,
|
|
@@ -5390,7 +5427,7 @@
|
|
|
5390
5427
|
"immutable": true,
|
|
5391
5428
|
"locationInModule": {
|
|
5392
5429
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5393
|
-
"line":
|
|
5430
|
+
"line": 761
|
|
5394
5431
|
},
|
|
5395
5432
|
"name": "prettierOptions",
|
|
5396
5433
|
"optional": true,
|
|
@@ -5445,7 +5482,7 @@
|
|
|
5445
5482
|
"immutable": true,
|
|
5446
5483
|
"locationInModule": {
|
|
5447
5484
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5448
|
-
"line":
|
|
5485
|
+
"line": 767
|
|
5449
5486
|
},
|
|
5450
5487
|
"name": "projenDevDependency",
|
|
5451
5488
|
"optional": true,
|
|
@@ -5463,7 +5500,7 @@
|
|
|
5463
5500
|
"immutable": true,
|
|
5464
5501
|
"locationInModule": {
|
|
5465
5502
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5466
|
-
"line":
|
|
5503
|
+
"line": 773
|
|
5467
5504
|
},
|
|
5468
5505
|
"name": "projenrcJs",
|
|
5469
5506
|
"optional": true,
|
|
@@ -5517,7 +5554,7 @@
|
|
|
5517
5554
|
"immutable": true,
|
|
5518
5555
|
"locationInModule": {
|
|
5519
5556
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5520
|
-
"line":
|
|
5557
|
+
"line": 779
|
|
5521
5558
|
},
|
|
5522
5559
|
"name": "projenrcJsOptions",
|
|
5523
5560
|
"optional": true,
|
|
@@ -5538,7 +5575,7 @@
|
|
|
5538
5575
|
"immutable": true,
|
|
5539
5576
|
"locationInModule": {
|
|
5540
5577
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5541
|
-
"line":
|
|
5578
|
+
"line": 889
|
|
5542
5579
|
},
|
|
5543
5580
|
"name": "projenrcTs",
|
|
5544
5581
|
"optional": true,
|
|
@@ -5555,7 +5592,7 @@
|
|
|
5555
5592
|
"immutable": true,
|
|
5556
5593
|
"locationInModule": {
|
|
5557
5594
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5558
|
-
"line":
|
|
5595
|
+
"line": 894
|
|
5559
5596
|
},
|
|
5560
5597
|
"name": "projenrcTsOptions",
|
|
5561
5598
|
"optional": true,
|
|
@@ -5573,7 +5610,7 @@
|
|
|
5573
5610
|
"immutable": true,
|
|
5574
5611
|
"locationInModule": {
|
|
5575
5612
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5576
|
-
"line":
|
|
5613
|
+
"line": 785
|
|
5577
5614
|
},
|
|
5578
5615
|
"name": "projenVersion",
|
|
5579
5616
|
"optional": true,
|
|
@@ -5628,7 +5665,7 @@
|
|
|
5628
5665
|
"immutable": true,
|
|
5629
5666
|
"locationInModule": {
|
|
5630
5667
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5631
|
-
"line":
|
|
5668
|
+
"line": 791
|
|
5632
5669
|
},
|
|
5633
5670
|
"name": "pullRequestTemplate",
|
|
5634
5671
|
"optional": true,
|
|
@@ -5646,7 +5683,7 @@
|
|
|
5646
5683
|
"immutable": true,
|
|
5647
5684
|
"locationInModule": {
|
|
5648
5685
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5649
|
-
"line":
|
|
5686
|
+
"line": 797
|
|
5650
5687
|
},
|
|
5651
5688
|
"name": "pullRequestTemplateContents",
|
|
5652
5689
|
"optional": true,
|
|
@@ -5705,7 +5742,7 @@
|
|
|
5705
5742
|
"immutable": true,
|
|
5706
5743
|
"locationInModule": {
|
|
5707
5744
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5708
|
-
"line":
|
|
5745
|
+
"line": 803
|
|
5709
5746
|
},
|
|
5710
5747
|
"name": "release",
|
|
5711
5748
|
"optional": true,
|
|
@@ -5803,7 +5840,7 @@
|
|
|
5803
5840
|
"immutable": true,
|
|
5804
5841
|
"locationInModule": {
|
|
5805
5842
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5806
|
-
"line":
|
|
5843
|
+
"line": 809
|
|
5807
5844
|
},
|
|
5808
5845
|
"name": "releaseToNpm",
|
|
5809
5846
|
"optional": true,
|
|
@@ -5950,7 +5987,7 @@
|
|
|
5950
5987
|
"immutable": true,
|
|
5951
5988
|
"locationInModule": {
|
|
5952
5989
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5953
|
-
"line":
|
|
5990
|
+
"line": 900
|
|
5954
5991
|
},
|
|
5955
5992
|
"name": "sampleCode",
|
|
5956
5993
|
"optional": true,
|
|
@@ -5991,7 +6028,7 @@
|
|
|
5991
6028
|
"immutable": true,
|
|
5992
6029
|
"locationInModule": {
|
|
5993
6030
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5994
|
-
"line":
|
|
6031
|
+
"line": 906
|
|
5995
6032
|
},
|
|
5996
6033
|
"name": "srcdir",
|
|
5997
6034
|
"optional": true,
|
|
@@ -6065,7 +6102,7 @@
|
|
|
6065
6102
|
"immutable": true,
|
|
6066
6103
|
"locationInModule": {
|
|
6067
6104
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6068
|
-
"line":
|
|
6105
|
+
"line": 916
|
|
6069
6106
|
},
|
|
6070
6107
|
"name": "testdir",
|
|
6071
6108
|
"optional": true,
|
|
@@ -6083,7 +6120,7 @@
|
|
|
6083
6120
|
"immutable": true,
|
|
6084
6121
|
"locationInModule": {
|
|
6085
6122
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6086
|
-
"line":
|
|
6123
|
+
"line": 922
|
|
6087
6124
|
},
|
|
6088
6125
|
"name": "tsconfig",
|
|
6089
6126
|
"optional": true,
|
|
@@ -6101,7 +6138,7 @@
|
|
|
6101
6138
|
"immutable": true,
|
|
6102
6139
|
"locationInModule": {
|
|
6103
6140
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6104
|
-
"line":
|
|
6141
|
+
"line": 928
|
|
6105
6142
|
},
|
|
6106
6143
|
"name": "tsconfigDev",
|
|
6107
6144
|
"optional": true,
|
|
@@ -6119,7 +6156,7 @@
|
|
|
6119
6156
|
"immutable": true,
|
|
6120
6157
|
"locationInModule": {
|
|
6121
6158
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6122
|
-
"line":
|
|
6159
|
+
"line": 934
|
|
6123
6160
|
},
|
|
6124
6161
|
"name": "tsconfigDevFile",
|
|
6125
6162
|
"optional": true,
|
|
@@ -6136,7 +6173,7 @@
|
|
|
6136
6173
|
"immutable": true,
|
|
6137
6174
|
"locationInModule": {
|
|
6138
6175
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6139
|
-
"line":
|
|
6176
|
+
"line": 939
|
|
6140
6177
|
},
|
|
6141
6178
|
"name": "tsJestOptions",
|
|
6142
6179
|
"optional": true,
|
|
@@ -6155,7 +6192,7 @@
|
|
|
6155
6192
|
"immutable": true,
|
|
6156
6193
|
"locationInModule": {
|
|
6157
6194
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6158
|
-
"line":
|
|
6195
|
+
"line": 947
|
|
6159
6196
|
},
|
|
6160
6197
|
"name": "typescriptVersion",
|
|
6161
6198
|
"optional": true,
|
|
@@ -6216,7 +6253,7 @@
|
|
|
6216
6253
|
"immutable": true,
|
|
6217
6254
|
"locationInModule": {
|
|
6218
6255
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6219
|
-
"line":
|
|
6256
|
+
"line": 815
|
|
6220
6257
|
},
|
|
6221
6258
|
"name": "workflowBootstrapSteps",
|
|
6222
6259
|
"optional": true,
|
|
@@ -6257,7 +6294,7 @@
|
|
|
6257
6294
|
"immutable": true,
|
|
6258
6295
|
"locationInModule": {
|
|
6259
6296
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6260
|
-
"line":
|
|
6297
|
+
"line": 821
|
|
6261
6298
|
},
|
|
6262
6299
|
"name": "workflowGitIdentity",
|
|
6263
6300
|
"optional": true,
|
|
@@ -6276,7 +6313,7 @@
|
|
|
6276
6313
|
"immutable": true,
|
|
6277
6314
|
"locationInModule": {
|
|
6278
6315
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6279
|
-
"line":
|
|
6316
|
+
"line": 828
|
|
6280
6317
|
},
|
|
6281
6318
|
"name": "workflowNodeVersion",
|
|
6282
6319
|
"optional": true,
|
|
@@ -6294,7 +6331,7 @@
|
|
|
6294
6331
|
"immutable": true,
|
|
6295
6332
|
"locationInModule": {
|
|
6296
6333
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6297
|
-
"line":
|
|
6334
|
+
"line": 834
|
|
6298
6335
|
},
|
|
6299
6336
|
"name": "workflowPackageCache",
|
|
6300
6337
|
"optional": true,
|
|
@@ -6428,7 +6465,7 @@
|
|
|
6428
6465
|
"immutable": true,
|
|
6429
6466
|
"locationInModule": {
|
|
6430
6467
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6431
|
-
"line":
|
|
6468
|
+
"line": 344
|
|
6432
6469
|
},
|
|
6433
6470
|
"name": "defaultReleaseBranch",
|
|
6434
6471
|
"type": {
|
|
@@ -6448,7 +6485,7 @@
|
|
|
6448
6485
|
"immutable": true,
|
|
6449
6486
|
"locationInModule": {
|
|
6450
6487
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6451
|
-
"line":
|
|
6488
|
+
"line": 960
|
|
6452
6489
|
},
|
|
6453
6490
|
"name": "name",
|
|
6454
6491
|
"type": {
|
|
@@ -6466,7 +6503,7 @@
|
|
|
6466
6503
|
"immutable": true,
|
|
6467
6504
|
"locationInModule": {
|
|
6468
6505
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6469
|
-
"line":
|
|
6506
|
+
"line": 798
|
|
6470
6507
|
},
|
|
6471
6508
|
"name": "allowLibraryDependencies",
|
|
6472
6509
|
"optional": true,
|
|
@@ -6484,7 +6521,7 @@
|
|
|
6484
6521
|
"immutable": true,
|
|
6485
6522
|
"locationInModule": {
|
|
6486
6523
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6487
|
-
"line":
|
|
6524
|
+
"line": 338
|
|
6488
6525
|
},
|
|
6489
6526
|
"name": "artifactsDirectory",
|
|
6490
6527
|
"optional": true,
|
|
@@ -6501,7 +6538,7 @@
|
|
|
6501
6538
|
"immutable": true,
|
|
6502
6539
|
"locationInModule": {
|
|
6503
6540
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6504
|
-
"line":
|
|
6541
|
+
"line": 790
|
|
6505
6542
|
},
|
|
6506
6543
|
"name": "authorEmail",
|
|
6507
6544
|
"optional": true,
|
|
@@ -6518,7 +6555,7 @@
|
|
|
6518
6555
|
"immutable": true,
|
|
6519
6556
|
"locationInModule": {
|
|
6520
6557
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6521
|
-
"line":
|
|
6558
|
+
"line": 785
|
|
6522
6559
|
},
|
|
6523
6560
|
"name": "authorName",
|
|
6524
6561
|
"optional": true,
|
|
@@ -6535,7 +6572,7 @@
|
|
|
6535
6572
|
"immutable": true,
|
|
6536
6573
|
"locationInModule": {
|
|
6537
6574
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6538
|
-
"line":
|
|
6575
|
+
"line": 780
|
|
6539
6576
|
},
|
|
6540
6577
|
"name": "authorOrganization",
|
|
6541
6578
|
"optional": true,
|
|
@@ -6552,7 +6589,7 @@
|
|
|
6552
6589
|
"immutable": true,
|
|
6553
6590
|
"locationInModule": {
|
|
6554
6591
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6555
|
-
"line":
|
|
6592
|
+
"line": 775
|
|
6556
6593
|
},
|
|
6557
6594
|
"name": "authorUrl",
|
|
6558
6595
|
"optional": true,
|
|
@@ -6570,7 +6607,7 @@
|
|
|
6570
6607
|
"immutable": true,
|
|
6571
6608
|
"locationInModule": {
|
|
6572
6609
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6573
|
-
"line":
|
|
6610
|
+
"line": 884
|
|
6574
6611
|
},
|
|
6575
6612
|
"name": "autoApproveOptions",
|
|
6576
6613
|
"optional": true,
|
|
@@ -6589,7 +6626,7 @@
|
|
|
6589
6626
|
"immutable": true,
|
|
6590
6627
|
"locationInModule": {
|
|
6591
6628
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6592
|
-
"line":
|
|
6629
|
+
"line": 332
|
|
6593
6630
|
},
|
|
6594
6631
|
"name": "autoApproveUpgrades",
|
|
6595
6632
|
"optional": true,
|
|
@@ -6607,7 +6644,7 @@
|
|
|
6607
6644
|
"immutable": true,
|
|
6608
6645
|
"locationInModule": {
|
|
6609
6646
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6610
|
-
"line":
|
|
6647
|
+
"line": 770
|
|
6611
6648
|
},
|
|
6612
6649
|
"name": "autoDetectBin",
|
|
6613
6650
|
"optional": true,
|
|
@@ -6626,7 +6663,7 @@
|
|
|
6626
6663
|
"immutable": true,
|
|
6627
6664
|
"locationInModule": {
|
|
6628
6665
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6629
|
-
"line":
|
|
6666
|
+
"line": 878
|
|
6630
6667
|
},
|
|
6631
6668
|
"name": "autoMerge",
|
|
6632
6669
|
"optional": true,
|
|
@@ -6645,7 +6682,7 @@
|
|
|
6645
6682
|
"immutable": true,
|
|
6646
6683
|
"locationInModule": {
|
|
6647
6684
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6648
|
-
"line":
|
|
6685
|
+
"line": 870
|
|
6649
6686
|
},
|
|
6650
6687
|
"name": "autoMergeOptions",
|
|
6651
6688
|
"optional": true,
|
|
@@ -6663,7 +6700,7 @@
|
|
|
6663
6700
|
"immutable": true,
|
|
6664
6701
|
"locationInModule": {
|
|
6665
6702
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6666
|
-
"line":
|
|
6703
|
+
"line": 764
|
|
6667
6704
|
},
|
|
6668
6705
|
"name": "bin",
|
|
6669
6706
|
"optional": true,
|
|
@@ -6676,6 +6713,42 @@
|
|
|
6676
6713
|
}
|
|
6677
6714
|
}
|
|
6678
6715
|
},
|
|
6716
|
+
{
|
|
6717
|
+
"abstract": true,
|
|
6718
|
+
"docs": {
|
|
6719
|
+
"default": "false",
|
|
6720
|
+
"stability": "experimental",
|
|
6721
|
+
"summary": "Setup Biome."
|
|
6722
|
+
},
|
|
6723
|
+
"immutable": true,
|
|
6724
|
+
"locationInModule": {
|
|
6725
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6726
|
+
"line": 325
|
|
6727
|
+
},
|
|
6728
|
+
"name": "biome",
|
|
6729
|
+
"optional": true,
|
|
6730
|
+
"type": {
|
|
6731
|
+
"primitive": "boolean"
|
|
6732
|
+
}
|
|
6733
|
+
},
|
|
6734
|
+
{
|
|
6735
|
+
"abstract": true,
|
|
6736
|
+
"docs": {
|
|
6737
|
+
"default": "- default options",
|
|
6738
|
+
"stability": "experimental",
|
|
6739
|
+
"summary": "Biome options."
|
|
6740
|
+
},
|
|
6741
|
+
"immutable": true,
|
|
6742
|
+
"locationInModule": {
|
|
6743
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6744
|
+
"line": 319
|
|
6745
|
+
},
|
|
6746
|
+
"name": "biomeOptions",
|
|
6747
|
+
"optional": true,
|
|
6748
|
+
"type": {
|
|
6749
|
+
"fqn": "projen.javascript.BiomeOptions"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6679
6752
|
{
|
|
6680
6753
|
"abstract": true,
|
|
6681
6754
|
"docs": {
|
|
@@ -6685,7 +6758,7 @@
|
|
|
6685
6758
|
"immutable": true,
|
|
6686
6759
|
"locationInModule": {
|
|
6687
6760
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6688
|
-
"line":
|
|
6761
|
+
"line": 756
|
|
6689
6762
|
},
|
|
6690
6763
|
"name": "bugsEmail",
|
|
6691
6764
|
"optional": true,
|
|
@@ -6702,7 +6775,7 @@
|
|
|
6702
6775
|
"immutable": true,
|
|
6703
6776
|
"locationInModule": {
|
|
6704
6777
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6705
|
-
"line":
|
|
6778
|
+
"line": 751
|
|
6706
6779
|
},
|
|
6707
6780
|
"name": "bugsUrl",
|
|
6708
6781
|
"optional": true,
|
|
@@ -6756,7 +6829,7 @@
|
|
|
6756
6829
|
"immutable": true,
|
|
6757
6830
|
"locationInModule": {
|
|
6758
6831
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6759
|
-
"line":
|
|
6832
|
+
"line": 520
|
|
6760
6833
|
},
|
|
6761
6834
|
"name": "bumpPackage",
|
|
6762
6835
|
"optional": true,
|
|
@@ -6774,7 +6847,7 @@
|
|
|
6774
6847
|
"immutable": true,
|
|
6775
6848
|
"locationInModule": {
|
|
6776
6849
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6777
|
-
"line":
|
|
6850
|
+
"line": 746
|
|
6778
6851
|
},
|
|
6779
6852
|
"name": "bundledDeps",
|
|
6780
6853
|
"optional": true,
|
|
@@ -6814,7 +6887,7 @@
|
|
|
6814
6887
|
"immutable": true,
|
|
6815
6888
|
"locationInModule": {
|
|
6816
6889
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6817
|
-
"line":
|
|
6890
|
+
"line": 731
|
|
6818
6891
|
},
|
|
6819
6892
|
"name": "bunVersion",
|
|
6820
6893
|
"optional": true,
|
|
@@ -6851,7 +6924,7 @@
|
|
|
6851
6924
|
"immutable": true,
|
|
6852
6925
|
"locationInModule": {
|
|
6853
6926
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6854
|
-
"line":
|
|
6927
|
+
"line": 862
|
|
6855
6928
|
},
|
|
6856
6929
|
"name": "clobber",
|
|
6857
6930
|
"optional": true,
|
|
@@ -6870,7 +6943,7 @@
|
|
|
6870
6943
|
"immutable": true,
|
|
6871
6944
|
"locationInModule": {
|
|
6872
6945
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6873
|
-
"line":
|
|
6946
|
+
"line": 725
|
|
6874
6947
|
},
|
|
6875
6948
|
"name": "codeArtifactOptions",
|
|
6876
6949
|
"optional": true,
|
|
@@ -6924,7 +6997,7 @@
|
|
|
6924
6997
|
"immutable": true,
|
|
6925
6998
|
"locationInModule": {
|
|
6926
6999
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6927
|
-
"line":
|
|
7000
|
+
"line": 953
|
|
6928
7001
|
},
|
|
6929
7002
|
"name": "commitGenerated",
|
|
6930
7003
|
"optional": true,
|
|
@@ -7019,7 +7092,7 @@
|
|
|
7019
7092
|
"immutable": true,
|
|
7020
7093
|
"locationInModule": {
|
|
7021
7094
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7022
|
-
"line":
|
|
7095
|
+
"line": 718
|
|
7023
7096
|
},
|
|
7024
7097
|
"name": "deps",
|
|
7025
7098
|
"optional": true,
|
|
@@ -7082,7 +7155,7 @@
|
|
|
7082
7155
|
"immutable": true,
|
|
7083
7156
|
"locationInModule": {
|
|
7084
7157
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7085
|
-
"line":
|
|
7158
|
+
"line": 705
|
|
7086
7159
|
},
|
|
7087
7160
|
"name": "description",
|
|
7088
7161
|
"optional": true,
|
|
@@ -7100,7 +7173,7 @@
|
|
|
7100
7173
|
"immutable": true,
|
|
7101
7174
|
"locationInModule": {
|
|
7102
7175
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7103
|
-
"line":
|
|
7176
|
+
"line": 856
|
|
7104
7177
|
},
|
|
7105
7178
|
"name": "devContainer",
|
|
7106
7179
|
"optional": true,
|
|
@@ -7122,7 +7195,7 @@
|
|
|
7122
7195
|
"immutable": true,
|
|
7123
7196
|
"locationInModule": {
|
|
7124
7197
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7125
|
-
"line":
|
|
7198
|
+
"line": 697
|
|
7126
7199
|
},
|
|
7127
7200
|
"name": "devDeps",
|
|
7128
7201
|
"optional": true,
|
|
@@ -7217,7 +7290,7 @@
|
|
|
7217
7290
|
"immutable": true,
|
|
7218
7291
|
"locationInModule": {
|
|
7219
7292
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7220
|
-
"line":
|
|
7293
|
+
"line": 680
|
|
7221
7294
|
},
|
|
7222
7295
|
"name": "entrypoint",
|
|
7223
7296
|
"optional": true,
|
|
@@ -7246,7 +7319,7 @@
|
|
|
7246
7319
|
{
|
|
7247
7320
|
"abstract": true,
|
|
7248
7321
|
"docs": {
|
|
7249
|
-
"default": "true",
|
|
7322
|
+
"default": "- true, unless biome is enabled",
|
|
7250
7323
|
"stability": "experimental",
|
|
7251
7324
|
"summary": "Setup eslint."
|
|
7252
7325
|
},
|
|
@@ -7290,7 +7363,7 @@
|
|
|
7290
7363
|
"immutable": true,
|
|
7291
7364
|
"locationInModule": {
|
|
7292
7365
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7293
|
-
"line":
|
|
7366
|
+
"line": 850
|
|
7294
7367
|
},
|
|
7295
7368
|
"name": "github",
|
|
7296
7369
|
"optional": true,
|
|
@@ -7308,7 +7381,7 @@
|
|
|
7308
7381
|
"immutable": true,
|
|
7309
7382
|
"locationInModule": {
|
|
7310
7383
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7311
|
-
"line":
|
|
7384
|
+
"line": 843
|
|
7312
7385
|
},
|
|
7313
7386
|
"name": "githubOptions",
|
|
7314
7387
|
"optional": true,
|
|
@@ -7347,7 +7420,7 @@
|
|
|
7347
7420
|
"immutable": true,
|
|
7348
7421
|
"locationInModule": {
|
|
7349
7422
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7350
|
-
"line":
|
|
7423
|
+
"line": 947
|
|
7351
7424
|
},
|
|
7352
7425
|
"name": "gitIgnoreOptions",
|
|
7353
7426
|
"optional": true,
|
|
@@ -7364,7 +7437,7 @@
|
|
|
7364
7437
|
"immutable": true,
|
|
7365
7438
|
"locationInModule": {
|
|
7366
7439
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7367
|
-
"line":
|
|
7440
|
+
"line": 942
|
|
7368
7441
|
},
|
|
7369
7442
|
"name": "gitOptions",
|
|
7370
7443
|
"optional": true,
|
|
@@ -7382,7 +7455,7 @@
|
|
|
7382
7455
|
"immutable": true,
|
|
7383
7456
|
"locationInModule": {
|
|
7384
7457
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7385
|
-
"line":
|
|
7458
|
+
"line": 837
|
|
7386
7459
|
},
|
|
7387
7460
|
"name": "gitpod",
|
|
7388
7461
|
"optional": true,
|
|
@@ -7399,7 +7472,7 @@
|
|
|
7399
7472
|
"immutable": true,
|
|
7400
7473
|
"locationInModule": {
|
|
7401
7474
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7402
|
-
"line":
|
|
7475
|
+
"line": 673
|
|
7403
7476
|
},
|
|
7404
7477
|
"name": "homepage",
|
|
7405
7478
|
"optional": true,
|
|
@@ -7453,7 +7526,7 @@
|
|
|
7453
7526
|
"immutable": true,
|
|
7454
7527
|
"locationInModule": {
|
|
7455
7528
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7456
|
-
"line":
|
|
7529
|
+
"line": 513
|
|
7457
7530
|
},
|
|
7458
7531
|
"name": "jsiiReleaseVersion",
|
|
7459
7532
|
"optional": true,
|
|
@@ -7470,7 +7543,7 @@
|
|
|
7470
7543
|
"immutable": true,
|
|
7471
7544
|
"locationInModule": {
|
|
7472
7545
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7473
|
-
"line":
|
|
7546
|
+
"line": 668
|
|
7474
7547
|
},
|
|
7475
7548
|
"name": "keywords",
|
|
7476
7549
|
"optional": true,
|
|
@@ -7512,7 +7585,7 @@
|
|
|
7512
7585
|
"immutable": true,
|
|
7513
7586
|
"locationInModule": {
|
|
7514
7587
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7515
|
-
"line":
|
|
7588
|
+
"line": 663
|
|
7516
7589
|
},
|
|
7517
7590
|
"name": "license",
|
|
7518
7591
|
"optional": true,
|
|
@@ -7530,7 +7603,7 @@
|
|
|
7530
7603
|
"immutable": true,
|
|
7531
7604
|
"locationInModule": {
|
|
7532
7605
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7533
|
-
"line":
|
|
7606
|
+
"line": 655
|
|
7534
7607
|
},
|
|
7535
7608
|
"name": "licensed",
|
|
7536
7609
|
"optional": true,
|
|
@@ -7548,7 +7621,7 @@
|
|
|
7548
7621
|
"immutable": true,
|
|
7549
7622
|
"locationInModule": {
|
|
7550
7623
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7551
|
-
"line":
|
|
7624
|
+
"line": 937
|
|
7552
7625
|
},
|
|
7553
7626
|
"name": "logging",
|
|
7554
7627
|
"optional": true,
|
|
@@ -7567,7 +7640,7 @@
|
|
|
7567
7640
|
"immutable": true,
|
|
7568
7641
|
"locationInModule": {
|
|
7569
7642
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7570
|
-
"line":
|
|
7643
|
+
"line": 507
|
|
7571
7644
|
},
|
|
7572
7645
|
"name": "majorVersion",
|
|
7573
7646
|
"optional": true,
|
|
@@ -7586,7 +7659,7 @@
|
|
|
7586
7659
|
"immutable": true,
|
|
7587
7660
|
"locationInModule": {
|
|
7588
7661
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7589
|
-
"line":
|
|
7662
|
+
"line": 649
|
|
7590
7663
|
},
|
|
7591
7664
|
"name": "maxNodeVersion",
|
|
7592
7665
|
"optional": true,
|
|
@@ -7605,7 +7678,7 @@
|
|
|
7605
7678
|
"immutable": true,
|
|
7606
7679
|
"locationInModule": {
|
|
7607
7680
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7608
|
-
"line":
|
|
7681
|
+
"line": 499
|
|
7609
7682
|
},
|
|
7610
7683
|
"name": "minMajorVersion",
|
|
7611
7684
|
"optional": true,
|
|
@@ -7624,7 +7697,7 @@
|
|
|
7624
7697
|
"immutable": true,
|
|
7625
7698
|
"locationInModule": {
|
|
7626
7699
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7627
|
-
"line":
|
|
7700
|
+
"line": 638
|
|
7628
7701
|
},
|
|
7629
7702
|
"name": "minNodeVersion",
|
|
7630
7703
|
"optional": true,
|
|
@@ -7643,7 +7716,7 @@
|
|
|
7643
7716
|
"immutable": true,
|
|
7644
7717
|
"locationInModule": {
|
|
7645
7718
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7646
|
-
"line":
|
|
7719
|
+
"line": 489
|
|
7647
7720
|
},
|
|
7648
7721
|
"name": "nextVersionCommand",
|
|
7649
7722
|
"optional": true,
|
|
@@ -7661,7 +7734,7 @@
|
|
|
7661
7734
|
"immutable": true,
|
|
7662
7735
|
"locationInModule": {
|
|
7663
7736
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7664
|
-
"line":
|
|
7737
|
+
"line": 623
|
|
7665
7738
|
},
|
|
7666
7739
|
"name": "npmAccess",
|
|
7667
7740
|
"optional": true,
|
|
@@ -7680,7 +7753,7 @@
|
|
|
7680
7753
|
"immutable": true,
|
|
7681
7754
|
"locationInModule": {
|
|
7682
7755
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7683
|
-
"line":
|
|
7756
|
+
"line": 465
|
|
7684
7757
|
},
|
|
7685
7758
|
"name": "npmDistTag",
|
|
7686
7759
|
"optional": true,
|
|
@@ -7734,7 +7807,7 @@
|
|
|
7734
7807
|
"immutable": true,
|
|
7735
7808
|
"locationInModule": {
|
|
7736
7809
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7737
|
-
"line":
|
|
7810
|
+
"line": 615
|
|
7738
7811
|
},
|
|
7739
7812
|
"name": "npmProvenance",
|
|
7740
7813
|
"optional": true,
|
|
@@ -7753,7 +7826,7 @@
|
|
|
7753
7826
|
"immutable": true,
|
|
7754
7827
|
"locationInModule": {
|
|
7755
7828
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7756
|
-
"line":
|
|
7829
|
+
"line": 604
|
|
7757
7830
|
},
|
|
7758
7831
|
"name": "npmRegistryUrl",
|
|
7759
7832
|
"optional": true,
|
|
@@ -7771,7 +7844,7 @@
|
|
|
7771
7844
|
"immutable": true,
|
|
7772
7845
|
"locationInModule": {
|
|
7773
7846
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7774
|
-
"line":
|
|
7847
|
+
"line": 597
|
|
7775
7848
|
},
|
|
7776
7849
|
"name": "npmTokenSecret",
|
|
7777
7850
|
"optional": true,
|
|
@@ -7790,7 +7863,7 @@
|
|
|
7790
7863
|
"immutable": true,
|
|
7791
7864
|
"locationInModule": {
|
|
7792
7865
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7793
|
-
"line":
|
|
7866
|
+
"line": 931
|
|
7794
7867
|
},
|
|
7795
7868
|
"name": "outdir",
|
|
7796
7869
|
"optional": true,
|
|
@@ -7826,7 +7899,7 @@
|
|
|
7826
7899
|
"immutable": true,
|
|
7827
7900
|
"locationInModule": {
|
|
7828
7901
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7829
|
-
"line":
|
|
7902
|
+
"line": 591
|
|
7830
7903
|
},
|
|
7831
7904
|
"name": "packageManager",
|
|
7832
7905
|
"optional": true,
|
|
@@ -7847,7 +7920,7 @@
|
|
|
7847
7920
|
"immutable": true,
|
|
7848
7921
|
"locationInModule": {
|
|
7849
7922
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7850
|
-
"line":
|
|
7923
|
+
"line": 585
|
|
7851
7924
|
},
|
|
7852
7925
|
"name": "packageName",
|
|
7853
7926
|
"optional": true,
|
|
@@ -7864,7 +7937,7 @@
|
|
|
7864
7937
|
"immutable": true,
|
|
7865
7938
|
"locationInModule": {
|
|
7866
7939
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7867
|
-
"line":
|
|
7940
|
+
"line": 920
|
|
7868
7941
|
},
|
|
7869
7942
|
"name": "parent",
|
|
7870
7943
|
"optional": true,
|
|
@@ -7881,7 +7954,7 @@
|
|
|
7881
7954
|
"immutable": true,
|
|
7882
7955
|
"locationInModule": {
|
|
7883
7956
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7884
|
-
"line":
|
|
7957
|
+
"line": 578
|
|
7885
7958
|
},
|
|
7886
7959
|
"name": "peerDependencyOptions",
|
|
7887
7960
|
"optional": true,
|
|
@@ -7900,7 +7973,7 @@
|
|
|
7900
7973
|
"immutable": true,
|
|
7901
7974
|
"locationInModule": {
|
|
7902
7975
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7903
|
-
"line":
|
|
7976
|
+
"line": 573
|
|
7904
7977
|
},
|
|
7905
7978
|
"name": "peerDeps",
|
|
7906
7979
|
"optional": true,
|
|
@@ -7923,7 +7996,7 @@
|
|
|
7923
7996
|
"immutable": true,
|
|
7924
7997
|
"locationInModule": {
|
|
7925
7998
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7926
|
-
"line":
|
|
7999
|
+
"line": 554
|
|
7927
8000
|
},
|
|
7928
8001
|
"name": "pnpmVersion",
|
|
7929
8002
|
"optional": true,
|
|
@@ -7941,7 +8014,7 @@
|
|
|
7941
8014
|
"immutable": true,
|
|
7942
8015
|
"locationInModule": {
|
|
7943
8016
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7944
|
-
"line":
|
|
8017
|
+
"line": 457
|
|
7945
8018
|
},
|
|
7946
8019
|
"name": "postBuildSteps",
|
|
7947
8020
|
"optional": true,
|
|
@@ -7964,7 +8037,7 @@
|
|
|
7964
8037
|
"immutable": true,
|
|
7965
8038
|
"locationInModule": {
|
|
7966
8039
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7967
|
-
"line":
|
|
8040
|
+
"line": 451
|
|
7968
8041
|
},
|
|
7969
8042
|
"name": "prerelease",
|
|
7970
8043
|
"optional": true,
|
|
@@ -8019,7 +8092,7 @@
|
|
|
8019
8092
|
"immutable": true,
|
|
8020
8093
|
"locationInModule": {
|
|
8021
8094
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8022
|
-
"line":
|
|
8095
|
+
"line": 915
|
|
8023
8096
|
},
|
|
8024
8097
|
"name": "projenCommand",
|
|
8025
8098
|
"optional": true,
|
|
@@ -8037,7 +8110,7 @@
|
|
|
8037
8110
|
"immutable": true,
|
|
8038
8111
|
"locationInModule": {
|
|
8039
8112
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8040
|
-
"line":
|
|
8113
|
+
"line": 831
|
|
8041
8114
|
},
|
|
8042
8115
|
"name": "projenCredentials",
|
|
8043
8116
|
"optional": true,
|
|
@@ -8091,7 +8164,7 @@
|
|
|
8091
8164
|
"immutable": true,
|
|
8092
8165
|
"locationInModule": {
|
|
8093
8166
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8094
|
-
"line":
|
|
8167
|
+
"line": 908
|
|
8095
8168
|
},
|
|
8096
8169
|
"name": "projenrcJson",
|
|
8097
8170
|
"optional": true,
|
|
@@ -8109,7 +8182,7 @@
|
|
|
8109
8182
|
"immutable": true,
|
|
8110
8183
|
"locationInModule": {
|
|
8111
8184
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8112
|
-
"line":
|
|
8185
|
+
"line": 902
|
|
8113
8186
|
},
|
|
8114
8187
|
"name": "projenrcJsonOptions",
|
|
8115
8188
|
"optional": true,
|
|
@@ -8201,7 +8274,7 @@
|
|
|
8201
8274
|
"immutable": true,
|
|
8202
8275
|
"locationInModule": {
|
|
8203
8276
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8204
|
-
"line":
|
|
8277
|
+
"line": 445
|
|
8205
8278
|
},
|
|
8206
8279
|
"name": "publishDryRun",
|
|
8207
8280
|
"optional": true,
|
|
@@ -8220,7 +8293,7 @@
|
|
|
8220
8293
|
"immutable": true,
|
|
8221
8294
|
"locationInModule": {
|
|
8222
8295
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8223
|
-
"line":
|
|
8296
|
+
"line": 439
|
|
8224
8297
|
},
|
|
8225
8298
|
"name": "publishTasks",
|
|
8226
8299
|
"optional": true,
|
|
@@ -8279,7 +8352,7 @@
|
|
|
8279
8352
|
"immutable": true,
|
|
8280
8353
|
"locationInModule": {
|
|
8281
8354
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8282
|
-
"line":
|
|
8355
|
+
"line": 825
|
|
8283
8356
|
},
|
|
8284
8357
|
"name": "readme",
|
|
8285
8358
|
"optional": true,
|
|
@@ -8297,7 +8370,7 @@
|
|
|
8297
8370
|
"immutable": true,
|
|
8298
8371
|
"locationInModule": {
|
|
8299
8372
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8300
|
-
"line":
|
|
8373
|
+
"line": 431
|
|
8301
8374
|
},
|
|
8302
8375
|
"name": "releasableCommits",
|
|
8303
8376
|
"optional": true,
|
|
@@ -8334,7 +8407,7 @@
|
|
|
8334
8407
|
"immutable": true,
|
|
8335
8408
|
"locationInModule": {
|
|
8336
8409
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8337
|
-
"line":
|
|
8410
|
+
"line": 425
|
|
8338
8411
|
},
|
|
8339
8412
|
"name": "releaseBranches",
|
|
8340
8413
|
"optional": true,
|
|
@@ -8357,7 +8430,7 @@
|
|
|
8357
8430
|
"immutable": true,
|
|
8358
8431
|
"locationInModule": {
|
|
8359
8432
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8360
|
-
"line":
|
|
8433
|
+
"line": 412
|
|
8361
8434
|
},
|
|
8362
8435
|
"name": "releaseFailureIssue",
|
|
8363
8436
|
"optional": true,
|
|
@@ -8376,7 +8449,7 @@
|
|
|
8376
8449
|
"immutable": true,
|
|
8377
8450
|
"locationInModule": {
|
|
8378
8451
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8379
|
-
"line":
|
|
8452
|
+
"line": 406
|
|
8380
8453
|
},
|
|
8381
8454
|
"name": "releaseFailureIssueLabel",
|
|
8382
8455
|
"optional": true,
|
|
@@ -8395,7 +8468,7 @@
|
|
|
8395
8468
|
"immutable": true,
|
|
8396
8469
|
"locationInModule": {
|
|
8397
8470
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8398
|
-
"line":
|
|
8471
|
+
"line": 399
|
|
8399
8472
|
},
|
|
8400
8473
|
"name": "releaseTagPrefix",
|
|
8401
8474
|
"optional": true,
|
|
@@ -8431,7 +8504,7 @@
|
|
|
8431
8504
|
"immutable": true,
|
|
8432
8505
|
"locationInModule": {
|
|
8433
8506
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8434
|
-
"line":
|
|
8507
|
+
"line": 389
|
|
8435
8508
|
},
|
|
8436
8509
|
"name": "releaseTrigger",
|
|
8437
8510
|
"optional": true,
|
|
@@ -8449,7 +8522,7 @@
|
|
|
8449
8522
|
"immutable": true,
|
|
8450
8523
|
"locationInModule": {
|
|
8451
8524
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8452
|
-
"line":
|
|
8525
|
+
"line": 383
|
|
8453
8526
|
},
|
|
8454
8527
|
"name": "releaseWorkflowName",
|
|
8455
8528
|
"optional": true,
|
|
@@ -8466,7 +8539,7 @@
|
|
|
8466
8539
|
"immutable": true,
|
|
8467
8540
|
"locationInModule": {
|
|
8468
8541
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8469
|
-
"line":
|
|
8542
|
+
"line": 377
|
|
8470
8543
|
},
|
|
8471
8544
|
"name": "releaseWorkflowSetupSteps",
|
|
8472
8545
|
"optional": true,
|
|
@@ -8489,7 +8562,7 @@
|
|
|
8489
8562
|
"immutable": true,
|
|
8490
8563
|
"locationInModule": {
|
|
8491
8564
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8492
|
-
"line":
|
|
8565
|
+
"line": 896
|
|
8493
8566
|
},
|
|
8494
8567
|
"name": "renovatebot",
|
|
8495
8568
|
"optional": true,
|
|
@@ -8507,7 +8580,7 @@
|
|
|
8507
8580
|
"immutable": true,
|
|
8508
8581
|
"locationInModule": {
|
|
8509
8582
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8510
|
-
"line":
|
|
8583
|
+
"line": 890
|
|
8511
8584
|
},
|
|
8512
8585
|
"name": "renovatebotOptions",
|
|
8513
8586
|
"optional": true,
|
|
@@ -8525,7 +8598,7 @@
|
|
|
8525
8598
|
"immutable": true,
|
|
8526
8599
|
"locationInModule": {
|
|
8527
8600
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8528
|
-
"line":
|
|
8601
|
+
"line": 548
|
|
8529
8602
|
},
|
|
8530
8603
|
"name": "repository",
|
|
8531
8604
|
"optional": true,
|
|
@@ -8542,7 +8615,7 @@
|
|
|
8542
8615
|
"immutable": true,
|
|
8543
8616
|
"locationInModule": {
|
|
8544
8617
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8545
|
-
"line":
|
|
8618
|
+
"line": 542
|
|
8546
8619
|
},
|
|
8547
8620
|
"name": "repositoryDirectory",
|
|
8548
8621
|
"optional": true,
|
|
@@ -8578,7 +8651,7 @@
|
|
|
8578
8651
|
"immutable": true,
|
|
8579
8652
|
"locationInModule": {
|
|
8580
8653
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8581
|
-
"line":
|
|
8654
|
+
"line": 537
|
|
8582
8655
|
},
|
|
8583
8656
|
"name": "scopedPackagesOptions",
|
|
8584
8657
|
"optional": true,
|
|
@@ -8618,7 +8691,7 @@
|
|
|
8618
8691
|
"immutable": true,
|
|
8619
8692
|
"locationInModule": {
|
|
8620
8693
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8621
|
-
"line":
|
|
8694
|
+
"line": 531
|
|
8622
8695
|
},
|
|
8623
8696
|
"name": "stability",
|
|
8624
8697
|
"optional": true,
|
|
@@ -8637,7 +8710,7 @@
|
|
|
8637
8710
|
"immutable": true,
|
|
8638
8711
|
"locationInModule": {
|
|
8639
8712
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8640
|
-
"line":
|
|
8713
|
+
"line": 819
|
|
8641
8714
|
},
|
|
8642
8715
|
"name": "stale",
|
|
8643
8716
|
"optional": true,
|
|
@@ -8656,7 +8729,7 @@
|
|
|
8656
8729
|
"immutable": true,
|
|
8657
8730
|
"locationInModule": {
|
|
8658
8731
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8659
|
-
"line":
|
|
8732
|
+
"line": 812
|
|
8660
8733
|
},
|
|
8661
8734
|
"name": "staleOptions",
|
|
8662
8735
|
"optional": true,
|
|
@@ -8784,7 +8857,7 @@
|
|
|
8784
8857
|
"immutable": true,
|
|
8785
8858
|
"locationInModule": {
|
|
8786
8859
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8787
|
-
"line":
|
|
8860
|
+
"line": 372
|
|
8788
8861
|
},
|
|
8789
8862
|
"name": "versionrcOptions",
|
|
8790
8863
|
"optional": true,
|
|
@@ -8808,7 +8881,7 @@
|
|
|
8808
8881
|
"immutable": true,
|
|
8809
8882
|
"locationInModule": {
|
|
8810
8883
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8811
|
-
"line":
|
|
8884
|
+
"line": 805
|
|
8812
8885
|
},
|
|
8813
8886
|
"name": "vscode",
|
|
8814
8887
|
"optional": true,
|
|
@@ -8849,7 +8922,7 @@
|
|
|
8849
8922
|
"immutable": true,
|
|
8850
8923
|
"locationInModule": {
|
|
8851
8924
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8852
|
-
"line":
|
|
8925
|
+
"line": 365
|
|
8853
8926
|
},
|
|
8854
8927
|
"name": "workflowContainerImage",
|
|
8855
8928
|
"optional": true,
|
|
@@ -8926,7 +8999,7 @@
|
|
|
8926
8999
|
"immutable": true,
|
|
8927
9000
|
"locationInModule": {
|
|
8928
9001
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8929
|
-
"line":
|
|
9002
|
+
"line": 359
|
|
8930
9003
|
},
|
|
8931
9004
|
"name": "workflowRunsOn",
|
|
8932
9005
|
"optional": true,
|
|
@@ -8952,7 +9025,7 @@
|
|
|
8952
9025
|
"immutable": true,
|
|
8953
9026
|
"locationInModule": {
|
|
8954
9027
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8955
|
-
"line":
|
|
9028
|
+
"line": 351
|
|
8956
9029
|
},
|
|
8957
9030
|
"name": "workflowRunsOnGroup",
|
|
8958
9031
|
"optional": true,
|
|
@@ -8970,7 +9043,7 @@
|
|
|
8970
9043
|
"immutable": true,
|
|
8971
9044
|
"locationInModule": {
|
|
8972
9045
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8973
|
-
"line":
|
|
9046
|
+
"line": 526
|
|
8974
9047
|
},
|
|
8975
9048
|
"name": "yarnBerryOptions",
|
|
8976
9049
|
"optional": true,
|
|
@@ -8982,6 +9055,6 @@
|
|
|
8982
9055
|
"symbolId": "src/structs/typescript-options/project-props:TypeScriptProjectProps"
|
|
8983
9056
|
}
|
|
8984
9057
|
},
|
|
8985
|
-
"version": "0.0.
|
|
8986
|
-
"fingerprint": "
|
|
9058
|
+
"version": "0.0.50",
|
|
9059
|
+
"fingerprint": "U3vXitXShB9jKl0PsVVa3oIR8MsdyZX2f0RfPjuxqvw="
|
|
8987
9060
|
}
|