@hallcor/pulumi-projen-project-types 0.0.59 → 0.0.60
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 +388 -250
- package/API.md +131 -21
- 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 +7 -3
- package/lib/structs/python-options/component-options.d.ts +12 -0
- package/lib/structs/python-options/component-options.js +1 -1
- package/lib/structs/release-options/tag-release-options.d.ts +17 -8
- package/lib/structs/release-options/tag-release-options.js +1 -1
- package/lib/structs/typescript-options/component-options.d.ts +16 -1
- package/lib/structs/typescript-options/component-options.js +1 -1
- package/lib/structs/typescript-options/project-props.d.ts +16 -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 +14 -13
package/.jsii
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"constructs": "^10.4.2",
|
|
11
|
-
"projen": "^0.
|
|
11
|
+
"projen": "^0.98.29"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
14
14
|
"constructs": {
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"projen.javascript": {},
|
|
52
52
|
"projen.javascript.biome_config": {},
|
|
53
53
|
"projen.python": {},
|
|
54
|
+
"projen.python.uvConfig": {},
|
|
54
55
|
"projen.release": {},
|
|
55
56
|
"projen.typescript": {},
|
|
56
57
|
"projen.vscode": {},
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"stability": "stable"
|
|
83
84
|
},
|
|
84
85
|
"homepage": "https://github.com/corymhall/pulumi-projen-project-types.git",
|
|
85
|
-
"jsiiVersion": "5.
|
|
86
|
+
"jsiiVersion": "5.9.20 (build 6e2b13a)",
|
|
86
87
|
"license": "Apache-2.0",
|
|
87
88
|
"metadata": {
|
|
88
89
|
"jsii": {
|
|
@@ -1996,7 +1997,7 @@
|
|
|
1996
1997
|
"immutable": true,
|
|
1997
1998
|
"locationInModule": {
|
|
1998
1999
|
"filename": "src/structs/python-options/component-options.ts",
|
|
1999
|
-
"line":
|
|
2000
|
+
"line": 173
|
|
2000
2001
|
},
|
|
2001
2002
|
"name": "authorEmail",
|
|
2002
2003
|
"type": {
|
|
@@ -2013,7 +2014,7 @@
|
|
|
2013
2014
|
"immutable": true,
|
|
2014
2015
|
"locationInModule": {
|
|
2015
2016
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2016
|
-
"line":
|
|
2017
|
+
"line": 167
|
|
2017
2018
|
},
|
|
2018
2019
|
"name": "authorName",
|
|
2019
2020
|
"type": {
|
|
@@ -2031,7 +2032,7 @@
|
|
|
2031
2032
|
"immutable": true,
|
|
2032
2033
|
"locationInModule": {
|
|
2033
2034
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2034
|
-
"line":
|
|
2035
|
+
"line": 117
|
|
2035
2036
|
},
|
|
2036
2037
|
"name": "moduleName",
|
|
2037
2038
|
"type": {
|
|
@@ -2051,7 +2052,7 @@
|
|
|
2051
2052
|
"immutable": true,
|
|
2052
2053
|
"locationInModule": {
|
|
2053
2054
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2054
|
-
"line":
|
|
2055
|
+
"line": 328
|
|
2055
2056
|
},
|
|
2056
2057
|
"name": "name",
|
|
2057
2058
|
"type": {
|
|
@@ -2071,7 +2072,7 @@
|
|
|
2071
2072
|
"immutable": true,
|
|
2072
2073
|
"locationInModule": {
|
|
2073
2074
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2074
|
-
"line":
|
|
2075
|
+
"line": 161
|
|
2075
2076
|
},
|
|
2076
2077
|
"name": "version",
|
|
2077
2078
|
"type": {
|
|
@@ -2088,7 +2089,7 @@
|
|
|
2088
2089
|
"immutable": true,
|
|
2089
2090
|
"locationInModule": {
|
|
2090
2091
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2091
|
-
"line":
|
|
2092
|
+
"line": 252
|
|
2092
2093
|
},
|
|
2093
2094
|
"name": "autoApproveOptions",
|
|
2094
2095
|
"optional": true,
|
|
@@ -2107,7 +2108,7 @@
|
|
|
2107
2108
|
"immutable": true,
|
|
2108
2109
|
"locationInModule": {
|
|
2109
2110
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2110
|
-
"line":
|
|
2111
|
+
"line": 246
|
|
2111
2112
|
},
|
|
2112
2113
|
"name": "autoMerge",
|
|
2113
2114
|
"optional": true,
|
|
@@ -2126,7 +2127,7 @@
|
|
|
2126
2127
|
"immutable": true,
|
|
2127
2128
|
"locationInModule": {
|
|
2128
2129
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2129
|
-
"line":
|
|
2130
|
+
"line": 238
|
|
2130
2131
|
},
|
|
2131
2132
|
"name": "autoMergeOptions",
|
|
2132
2133
|
"optional": true,
|
|
@@ -2143,7 +2144,7 @@
|
|
|
2143
2144
|
"immutable": true,
|
|
2144
2145
|
"locationInModule": {
|
|
2145
2146
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2146
|
-
"line":
|
|
2147
|
+
"line": 332
|
|
2147
2148
|
},
|
|
2148
2149
|
"name": "buildWorkflowOptions",
|
|
2149
2150
|
"optional": true,
|
|
@@ -2160,7 +2161,7 @@
|
|
|
2160
2161
|
"immutable": true,
|
|
2161
2162
|
"locationInModule": {
|
|
2162
2163
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2163
|
-
"line":
|
|
2164
|
+
"line": 154
|
|
2164
2165
|
},
|
|
2165
2166
|
"name": "classifiers",
|
|
2166
2167
|
"optional": true,
|
|
@@ -2183,7 +2184,7 @@
|
|
|
2183
2184
|
"immutable": true,
|
|
2184
2185
|
"locationInModule": {
|
|
2185
2186
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2186
|
-
"line":
|
|
2187
|
+
"line": 230
|
|
2187
2188
|
},
|
|
2188
2189
|
"name": "clobber",
|
|
2189
2190
|
"optional": true,
|
|
@@ -2201,7 +2202,7 @@
|
|
|
2201
2202
|
"immutable": true,
|
|
2202
2203
|
"locationInModule": {
|
|
2203
2204
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2204
|
-
"line":
|
|
2205
|
+
"line": 321
|
|
2205
2206
|
},
|
|
2206
2207
|
"name": "commitGenerated",
|
|
2207
2208
|
"optional": true,
|
|
@@ -2219,7 +2220,7 @@
|
|
|
2219
2220
|
"immutable": true,
|
|
2220
2221
|
"locationInModule": {
|
|
2221
2222
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2222
|
-
"line":
|
|
2223
|
+
"line": 350
|
|
2223
2224
|
},
|
|
2224
2225
|
"name": "componentName",
|
|
2225
2226
|
"optional": true,
|
|
@@ -2241,7 +2242,7 @@
|
|
|
2241
2242
|
"immutable": true,
|
|
2242
2243
|
"locationInModule": {
|
|
2243
2244
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2244
|
-
"line":
|
|
2245
|
+
"line": 110
|
|
2245
2246
|
},
|
|
2246
2247
|
"name": "deps",
|
|
2247
2248
|
"optional": true,
|
|
@@ -2266,7 +2267,7 @@
|
|
|
2266
2267
|
"immutable": true,
|
|
2267
2268
|
"locationInModule": {
|
|
2268
2269
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2269
|
-
"line":
|
|
2270
|
+
"line": 149
|
|
2270
2271
|
},
|
|
2271
2272
|
"name": "description",
|
|
2272
2273
|
"optional": true,
|
|
@@ -2284,7 +2285,7 @@
|
|
|
2284
2285
|
"immutable": true,
|
|
2285
2286
|
"locationInModule": {
|
|
2286
2287
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2287
|
-
"line":
|
|
2288
|
+
"line": 224
|
|
2288
2289
|
},
|
|
2289
2290
|
"name": "devContainer",
|
|
2290
2291
|
"optional": true,
|
|
@@ -2306,7 +2307,7 @@
|
|
|
2306
2307
|
"immutable": true,
|
|
2307
2308
|
"locationInModule": {
|
|
2308
2309
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2309
|
-
"line":
|
|
2310
|
+
"line": 100
|
|
2310
2311
|
},
|
|
2311
2312
|
"name": "devDeps",
|
|
2312
2313
|
"optional": true,
|
|
@@ -2329,7 +2330,7 @@
|
|
|
2329
2330
|
"immutable": true,
|
|
2330
2331
|
"locationInModule": {
|
|
2331
2332
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2332
|
-
"line":
|
|
2333
|
+
"line": 218
|
|
2333
2334
|
},
|
|
2334
2335
|
"name": "githubOptions",
|
|
2335
2336
|
"optional": true,
|
|
@@ -2347,7 +2348,7 @@
|
|
|
2347
2348
|
"immutable": true,
|
|
2348
2349
|
"locationInModule": {
|
|
2349
2350
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2350
|
-
"line":
|
|
2351
|
+
"line": 344
|
|
2351
2352
|
},
|
|
2352
2353
|
"name": "gitIdentity",
|
|
2353
2354
|
"optional": true,
|
|
@@ -2364,7 +2365,7 @@
|
|
|
2364
2365
|
"immutable": true,
|
|
2365
2366
|
"locationInModule": {
|
|
2366
2367
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2367
|
-
"line":
|
|
2368
|
+
"line": 315
|
|
2368
2369
|
},
|
|
2369
2370
|
"name": "gitIgnoreOptions",
|
|
2370
2371
|
"optional": true,
|
|
@@ -2381,7 +2382,7 @@
|
|
|
2381
2382
|
"immutable": true,
|
|
2382
2383
|
"locationInModule": {
|
|
2383
2384
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2384
|
-
"line":
|
|
2385
|
+
"line": 310
|
|
2385
2386
|
},
|
|
2386
2387
|
"name": "gitOptions",
|
|
2387
2388
|
"optional": true,
|
|
@@ -2399,7 +2400,7 @@
|
|
|
2399
2400
|
"immutable": true,
|
|
2400
2401
|
"locationInModule": {
|
|
2401
2402
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2402
|
-
"line":
|
|
2403
|
+
"line": 212
|
|
2403
2404
|
},
|
|
2404
2405
|
"name": "gitpod",
|
|
2405
2406
|
"optional": true,
|
|
@@ -2416,7 +2417,7 @@
|
|
|
2416
2417
|
"immutable": true,
|
|
2417
2418
|
"locationInModule": {
|
|
2418
2419
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2419
|
-
"line":
|
|
2420
|
+
"line": 143
|
|
2420
2421
|
},
|
|
2421
2422
|
"name": "homepage",
|
|
2422
2423
|
"optional": true,
|
|
@@ -2433,7 +2434,7 @@
|
|
|
2433
2434
|
"immutable": true,
|
|
2434
2435
|
"locationInModule": {
|
|
2435
2436
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2436
|
-
"line":
|
|
2437
|
+
"line": 138
|
|
2437
2438
|
},
|
|
2438
2439
|
"name": "license",
|
|
2439
2440
|
"optional": true,
|
|
@@ -2451,7 +2452,7 @@
|
|
|
2451
2452
|
"immutable": true,
|
|
2452
2453
|
"locationInModule": {
|
|
2453
2454
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2454
|
-
"line":
|
|
2455
|
+
"line": 305
|
|
2455
2456
|
},
|
|
2456
2457
|
"name": "logging",
|
|
2457
2458
|
"optional": true,
|
|
@@ -2470,7 +2471,7 @@
|
|
|
2470
2471
|
"immutable": true,
|
|
2471
2472
|
"locationInModule": {
|
|
2472
2473
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2473
|
-
"line":
|
|
2474
|
+
"line": 299
|
|
2474
2475
|
},
|
|
2475
2476
|
"name": "outdir",
|
|
2476
2477
|
"optional": true,
|
|
@@ -2487,7 +2488,7 @@
|
|
|
2487
2488
|
"immutable": true,
|
|
2488
2489
|
"locationInModule": {
|
|
2489
2490
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2490
|
-
"line":
|
|
2491
|
+
"line": 133
|
|
2491
2492
|
},
|
|
2492
2493
|
"name": "packageName",
|
|
2493
2494
|
"optional": true,
|
|
@@ -2504,7 +2505,7 @@
|
|
|
2504
2505
|
"immutable": true,
|
|
2505
2506
|
"locationInModule": {
|
|
2506
2507
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2507
|
-
"line":
|
|
2508
|
+
"line": 288
|
|
2508
2509
|
},
|
|
2509
2510
|
"name": "parent",
|
|
2510
2511
|
"optional": true,
|
|
@@ -2523,7 +2524,7 @@
|
|
|
2523
2524
|
"immutable": true,
|
|
2524
2525
|
"locationInModule": {
|
|
2525
2526
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2526
|
-
"line":
|
|
2527
|
+
"line": 283
|
|
2527
2528
|
},
|
|
2528
2529
|
"name": "projenCommand",
|
|
2529
2530
|
"optional": true,
|
|
@@ -2541,7 +2542,7 @@
|
|
|
2541
2542
|
"immutable": true,
|
|
2542
2543
|
"locationInModule": {
|
|
2543
2544
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2544
|
-
"line":
|
|
2545
|
+
"line": 206
|
|
2545
2546
|
},
|
|
2546
2547
|
"name": "projenCredentials",
|
|
2547
2548
|
"optional": true,
|
|
@@ -2560,7 +2561,7 @@
|
|
|
2560
2561
|
"immutable": true,
|
|
2561
2562
|
"locationInModule": {
|
|
2562
2563
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2563
|
-
"line":
|
|
2564
|
+
"line": 90
|
|
2564
2565
|
},
|
|
2565
2566
|
"name": "projenrcJs",
|
|
2566
2567
|
"optional": true,
|
|
@@ -2578,7 +2579,7 @@
|
|
|
2578
2579
|
"immutable": true,
|
|
2579
2580
|
"locationInModule": {
|
|
2580
2581
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2581
|
-
"line":
|
|
2582
|
+
"line": 276
|
|
2582
2583
|
},
|
|
2583
2584
|
"name": "projenrcJson",
|
|
2584
2585
|
"optional": true,
|
|
@@ -2596,7 +2597,7 @@
|
|
|
2596
2597
|
"immutable": true,
|
|
2597
2598
|
"locationInModule": {
|
|
2598
2599
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2599
|
-
"line":
|
|
2600
|
+
"line": 270
|
|
2600
2601
|
},
|
|
2601
2602
|
"name": "projenrcJsonOptions",
|
|
2602
2603
|
"optional": true,
|
|
@@ -2614,7 +2615,7 @@
|
|
|
2614
2615
|
"immutable": true,
|
|
2615
2616
|
"locationInModule": {
|
|
2616
2617
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2617
|
-
"line":
|
|
2618
|
+
"line": 82
|
|
2618
2619
|
},
|
|
2619
2620
|
"name": "projenrcJsOptions",
|
|
2620
2621
|
"optional": true,
|
|
@@ -2633,7 +2634,7 @@
|
|
|
2633
2634
|
"immutable": true,
|
|
2634
2635
|
"locationInModule": {
|
|
2635
2636
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2636
|
-
"line":
|
|
2637
|
+
"line": 76
|
|
2637
2638
|
},
|
|
2638
2639
|
"name": "projenrcPython",
|
|
2639
2640
|
"optional": true,
|
|
@@ -2651,7 +2652,7 @@
|
|
|
2651
2652
|
"immutable": true,
|
|
2652
2653
|
"locationInModule": {
|
|
2653
2654
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2654
|
-
"line":
|
|
2655
|
+
"line": 68
|
|
2655
2656
|
},
|
|
2656
2657
|
"name": "projenrcPythonOptions",
|
|
2657
2658
|
"optional": true,
|
|
@@ -2670,7 +2671,7 @@
|
|
|
2670
2671
|
"immutable": true,
|
|
2671
2672
|
"locationInModule": {
|
|
2672
2673
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2673
|
-
"line":
|
|
2674
|
+
"line": 62
|
|
2674
2675
|
},
|
|
2675
2676
|
"name": "projenrcTs",
|
|
2676
2677
|
"optional": true,
|
|
@@ -2688,7 +2689,7 @@
|
|
|
2688
2689
|
"immutable": true,
|
|
2689
2690
|
"locationInModule": {
|
|
2690
2691
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2691
|
-
"line":
|
|
2692
|
+
"line": 54
|
|
2692
2693
|
},
|
|
2693
2694
|
"name": "projenrcTsOptions",
|
|
2694
2695
|
"optional": true,
|
|
@@ -2704,7 +2705,7 @@
|
|
|
2704
2705
|
"immutable": true,
|
|
2705
2706
|
"locationInModule": {
|
|
2706
2707
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2707
|
-
"line":
|
|
2708
|
+
"line": 345
|
|
2708
2709
|
},
|
|
2709
2710
|
"name": "pulumiPythonOptions",
|
|
2710
2711
|
"optional": true,
|
|
@@ -2725,7 +2726,7 @@
|
|
|
2725
2726
|
"immutable": true,
|
|
2726
2727
|
"locationInModule": {
|
|
2727
2728
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2728
|
-
"line":
|
|
2729
|
+
"line": 48
|
|
2729
2730
|
},
|
|
2730
2731
|
"name": "pytest",
|
|
2731
2732
|
"optional": true,
|
|
@@ -2743,7 +2744,7 @@
|
|
|
2743
2744
|
"immutable": true,
|
|
2744
2745
|
"locationInModule": {
|
|
2745
2746
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2746
|
-
"line":
|
|
2747
|
+
"line": 41
|
|
2747
2748
|
},
|
|
2748
2749
|
"name": "pytestOptions",
|
|
2749
2750
|
"optional": true,
|
|
@@ -2761,7 +2762,7 @@
|
|
|
2761
2762
|
"immutable": true,
|
|
2762
2763
|
"locationInModule": {
|
|
2763
2764
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2764
|
-
"line":
|
|
2765
|
+
"line": 123
|
|
2765
2766
|
},
|
|
2766
2767
|
"name": "pythonExec",
|
|
2767
2768
|
"optional": true,
|
|
@@ -2779,7 +2780,7 @@
|
|
|
2779
2780
|
"immutable": true,
|
|
2780
2781
|
"locationInModule": {
|
|
2781
2782
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2782
|
-
"line":
|
|
2783
|
+
"line": 200
|
|
2783
2784
|
},
|
|
2784
2785
|
"name": "readme",
|
|
2785
2786
|
"optional": true,
|
|
@@ -2797,7 +2798,7 @@
|
|
|
2797
2798
|
"immutable": true,
|
|
2798
2799
|
"locationInModule": {
|
|
2799
2800
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2800
|
-
"line":
|
|
2801
|
+
"line": 337
|
|
2801
2802
|
},
|
|
2802
2803
|
"name": "release",
|
|
2803
2804
|
"optional": true,
|
|
@@ -2815,7 +2816,7 @@
|
|
|
2815
2816
|
"immutable": true,
|
|
2816
2817
|
"locationInModule": {
|
|
2817
2818
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2818
|
-
"line":
|
|
2819
|
+
"line": 356
|
|
2819
2820
|
},
|
|
2820
2821
|
"name": "releaseTrigger",
|
|
2821
2822
|
"optional": true,
|
|
@@ -2833,7 +2834,7 @@
|
|
|
2833
2834
|
"immutable": true,
|
|
2834
2835
|
"locationInModule": {
|
|
2835
2836
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2836
|
-
"line":
|
|
2837
|
+
"line": 264
|
|
2837
2838
|
},
|
|
2838
2839
|
"name": "renovatebot",
|
|
2839
2840
|
"optional": true,
|
|
@@ -2851,7 +2852,7 @@
|
|
|
2851
2852
|
"immutable": true,
|
|
2852
2853
|
"locationInModule": {
|
|
2853
2854
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2854
|
-
"line":
|
|
2855
|
+
"line": 258
|
|
2855
2856
|
},
|
|
2856
2857
|
"name": "renovatebotOptions",
|
|
2857
2858
|
"optional": true,
|
|
@@ -2869,7 +2870,7 @@
|
|
|
2869
2870
|
"immutable": true,
|
|
2870
2871
|
"locationInModule": {
|
|
2871
2872
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2872
|
-
"line":
|
|
2873
|
+
"line": 35
|
|
2873
2874
|
},
|
|
2874
2875
|
"name": "sample",
|
|
2875
2876
|
"optional": true,
|
|
@@ -2888,7 +2889,7 @@
|
|
|
2888
2889
|
"immutable": true,
|
|
2889
2890
|
"locationInModule": {
|
|
2890
2891
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2891
|
-
"line":
|
|
2892
|
+
"line": 29
|
|
2892
2893
|
},
|
|
2893
2894
|
"name": "sampleTestdir",
|
|
2894
2895
|
"optional": true,
|
|
@@ -2909,7 +2910,7 @@
|
|
|
2909
2910
|
"immutable": true,
|
|
2910
2911
|
"locationInModule": {
|
|
2911
2912
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2912
|
-
"line":
|
|
2913
|
+
"line": 22
|
|
2913
2914
|
},
|
|
2914
2915
|
"name": "setuptools",
|
|
2915
2916
|
"optional": true,
|
|
@@ -2928,7 +2929,7 @@
|
|
|
2928
2929
|
"immutable": true,
|
|
2929
2930
|
"locationInModule": {
|
|
2930
2931
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2931
|
-
"line":
|
|
2932
|
+
"line": 194
|
|
2932
2933
|
},
|
|
2933
2934
|
"name": "stale",
|
|
2934
2935
|
"optional": true,
|
|
@@ -2947,7 +2948,7 @@
|
|
|
2947
2948
|
"immutable": true,
|
|
2948
2949
|
"locationInModule": {
|
|
2949
2950
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2950
|
-
"line":
|
|
2951
|
+
"line": 187
|
|
2951
2952
|
},
|
|
2952
2953
|
"name": "staleOptions",
|
|
2953
2954
|
"optional": true,
|
|
@@ -2955,6 +2956,44 @@
|
|
|
2955
2956
|
"fqn": "projen.github.StaleOptions"
|
|
2956
2957
|
}
|
|
2957
2958
|
},
|
|
2959
|
+
{
|
|
2960
|
+
"abstract": true,
|
|
2961
|
+
"docs": {
|
|
2962
|
+
"custom": {
|
|
2963
|
+
"featured": "true"
|
|
2964
|
+
},
|
|
2965
|
+
"default": "false",
|
|
2966
|
+
"stability": "experimental",
|
|
2967
|
+
"summary": "Use uv to manage your project dependencies, virtual environment, and (optional) packaging/publishing."
|
|
2968
|
+
},
|
|
2969
|
+
"immutable": true,
|
|
2970
|
+
"locationInModule": {
|
|
2971
|
+
"filename": "src/structs/python-options/component-options.ts",
|
|
2972
|
+
"line": 15
|
|
2973
|
+
},
|
|
2974
|
+
"name": "uv",
|
|
2975
|
+
"optional": true,
|
|
2976
|
+
"type": {
|
|
2977
|
+
"primitive": "boolean"
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"abstract": true,
|
|
2982
|
+
"docs": {
|
|
2983
|
+
"stability": "experimental",
|
|
2984
|
+
"summary": "Additional options to set for uv if using uv."
|
|
2985
|
+
},
|
|
2986
|
+
"immutable": true,
|
|
2987
|
+
"locationInModule": {
|
|
2988
|
+
"filename": "src/structs/python-options/component-options.ts",
|
|
2989
|
+
"line": 128
|
|
2990
|
+
},
|
|
2991
|
+
"name": "uvOptions",
|
|
2992
|
+
"optional": true,
|
|
2993
|
+
"type": {
|
|
2994
|
+
"fqn": "projen.python.UvOptions"
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2958
2997
|
{
|
|
2959
2998
|
"abstract": true,
|
|
2960
2999
|
"docs": {
|
|
@@ -2966,7 +3005,7 @@
|
|
|
2966
3005
|
"immutable": true,
|
|
2967
3006
|
"locationInModule": {
|
|
2968
3007
|
"filename": "src/structs/python-options/component-options.ts",
|
|
2969
|
-
"line":
|
|
3008
|
+
"line": 180
|
|
2970
3009
|
},
|
|
2971
3010
|
"name": "vscode",
|
|
2972
3011
|
"optional": true,
|
|
@@ -3156,7 +3195,7 @@
|
|
|
3156
3195
|
"immutable": true,
|
|
3157
3196
|
"locationInModule": {
|
|
3158
3197
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3159
|
-
"line":
|
|
3198
|
+
"line": 65
|
|
3160
3199
|
},
|
|
3161
3200
|
"name": "artifactsDirectory",
|
|
3162
3201
|
"type": {
|
|
@@ -3173,30 +3212,13 @@
|
|
|
3173
3212
|
"immutable": true,
|
|
3174
3213
|
"locationInModule": {
|
|
3175
3214
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3176
|
-
"line":
|
|
3215
|
+
"line": 59
|
|
3177
3216
|
},
|
|
3178
3217
|
"name": "branch",
|
|
3179
3218
|
"type": {
|
|
3180
3219
|
"primitive": "string"
|
|
3181
3220
|
}
|
|
3182
3221
|
},
|
|
3183
|
-
{
|
|
3184
|
-
"abstract": true,
|
|
3185
|
-
"docs": {
|
|
3186
|
-
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3187
|
-
"stability": "experimental",
|
|
3188
|
-
"summary": "The task to execute in order to create the release artifacts."
|
|
3189
|
-
},
|
|
3190
|
-
"immutable": true,
|
|
3191
|
-
"locationInModule": {
|
|
3192
|
-
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3193
|
-
"line": 41
|
|
3194
|
-
},
|
|
3195
|
-
"name": "task",
|
|
3196
|
-
"type": {
|
|
3197
|
-
"fqn": "projen.Task"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
3222
|
{
|
|
3201
3223
|
"abstract": true,
|
|
3202
3224
|
"docs": {
|
|
@@ -3206,7 +3228,7 @@
|
|
|
3206
3228
|
"immutable": true,
|
|
3207
3229
|
"locationInModule": {
|
|
3208
3230
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3209
|
-
"line":
|
|
3231
|
+
"line": 50
|
|
3210
3232
|
},
|
|
3211
3233
|
"name": "versionFile",
|
|
3212
3234
|
"type": {
|
|
@@ -3224,7 +3246,7 @@
|
|
|
3224
3246
|
"immutable": true,
|
|
3225
3247
|
"locationInModule": {
|
|
3226
3248
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3227
|
-
"line":
|
|
3249
|
+
"line": 272
|
|
3228
3250
|
},
|
|
3229
3251
|
"name": "bumpPackage",
|
|
3230
3252
|
"optional": true,
|
|
@@ -3242,7 +3264,7 @@
|
|
|
3242
3264
|
"immutable": true,
|
|
3243
3265
|
"locationInModule": {
|
|
3244
3266
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3245
|
-
"line":
|
|
3267
|
+
"line": 45
|
|
3246
3268
|
},
|
|
3247
3269
|
"name": "githubRelease",
|
|
3248
3270
|
"optional": true,
|
|
@@ -3260,7 +3282,7 @@
|
|
|
3260
3282
|
"immutable": true,
|
|
3261
3283
|
"locationInModule": {
|
|
3262
3284
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3263
|
-
"line":
|
|
3285
|
+
"line": 283
|
|
3264
3286
|
},
|
|
3265
3287
|
"name": "gitIdentity",
|
|
3266
3288
|
"optional": true,
|
|
@@ -3277,7 +3299,7 @@
|
|
|
3277
3299
|
"immutable": true,
|
|
3278
3300
|
"locationInModule": {
|
|
3279
3301
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3280
|
-
"line":
|
|
3302
|
+
"line": 276
|
|
3281
3303
|
},
|
|
3282
3304
|
"name": "gitTagPublishOptions",
|
|
3283
3305
|
"optional": true,
|
|
@@ -3295,7 +3317,7 @@
|
|
|
3295
3317
|
"immutable": true,
|
|
3296
3318
|
"locationInModule": {
|
|
3297
3319
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3298
|
-
"line":
|
|
3320
|
+
"line": 265
|
|
3299
3321
|
},
|
|
3300
3322
|
"name": "jsiiReleaseVersion",
|
|
3301
3323
|
"optional": true,
|
|
@@ -3314,7 +3336,7 @@
|
|
|
3314
3336
|
"immutable": true,
|
|
3315
3337
|
"locationInModule": {
|
|
3316
3338
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3317
|
-
"line":
|
|
3339
|
+
"line": 259
|
|
3318
3340
|
},
|
|
3319
3341
|
"name": "majorVersion",
|
|
3320
3342
|
"optional": true,
|
|
@@ -3333,7 +3355,7 @@
|
|
|
3333
3355
|
"immutable": true,
|
|
3334
3356
|
"locationInModule": {
|
|
3335
3357
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3336
|
-
"line":
|
|
3358
|
+
"line": 251
|
|
3337
3359
|
},
|
|
3338
3360
|
"name": "minMajorVersion",
|
|
3339
3361
|
"optional": true,
|
|
@@ -3352,7 +3374,7 @@
|
|
|
3352
3374
|
"immutable": true,
|
|
3353
3375
|
"locationInModule": {
|
|
3354
3376
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3355
|
-
"line":
|
|
3377
|
+
"line": 241
|
|
3356
3378
|
},
|
|
3357
3379
|
"name": "nextVersionCommand",
|
|
3358
3380
|
"optional": true,
|
|
@@ -3371,7 +3393,7 @@
|
|
|
3371
3393
|
"immutable": true,
|
|
3372
3394
|
"locationInModule": {
|
|
3373
3395
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3374
|
-
"line":
|
|
3396
|
+
"line": 217
|
|
3375
3397
|
},
|
|
3376
3398
|
"name": "npmDistTag",
|
|
3377
3399
|
"optional": true,
|
|
@@ -3389,7 +3411,7 @@
|
|
|
3389
3411
|
"immutable": true,
|
|
3390
3412
|
"locationInModule": {
|
|
3391
3413
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3392
|
-
"line":
|
|
3414
|
+
"line": 209
|
|
3393
3415
|
},
|
|
3394
3416
|
"name": "postBuildSteps",
|
|
3395
3417
|
"optional": true,
|
|
@@ -3412,7 +3434,7 @@
|
|
|
3412
3434
|
"immutable": true,
|
|
3413
3435
|
"locationInModule": {
|
|
3414
3436
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3415
|
-
"line":
|
|
3437
|
+
"line": 203
|
|
3416
3438
|
},
|
|
3417
3439
|
"name": "prerelease",
|
|
3418
3440
|
"optional": true,
|
|
@@ -3430,7 +3452,7 @@
|
|
|
3430
3452
|
"immutable": true,
|
|
3431
3453
|
"locationInModule": {
|
|
3432
3454
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3433
|
-
"line":
|
|
3455
|
+
"line": 197
|
|
3434
3456
|
},
|
|
3435
3457
|
"name": "publishDryRun",
|
|
3436
3458
|
"optional": true,
|
|
@@ -3449,7 +3471,7 @@
|
|
|
3449
3471
|
"immutable": true,
|
|
3450
3472
|
"locationInModule": {
|
|
3451
3473
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3452
|
-
"line":
|
|
3474
|
+
"line": 191
|
|
3453
3475
|
},
|
|
3454
3476
|
"name": "publishTasks",
|
|
3455
3477
|
"optional": true,
|
|
@@ -3467,7 +3489,7 @@
|
|
|
3467
3489
|
"immutable": true,
|
|
3468
3490
|
"locationInModule": {
|
|
3469
3491
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3470
|
-
"line":
|
|
3492
|
+
"line": 183
|
|
3471
3493
|
},
|
|
3472
3494
|
"name": "releasableCommits",
|
|
3473
3495
|
"optional": true,
|
|
@@ -3486,7 +3508,7 @@
|
|
|
3486
3508
|
"immutable": true,
|
|
3487
3509
|
"locationInModule": {
|
|
3488
3510
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3489
|
-
"line":
|
|
3511
|
+
"line": 177
|
|
3490
3512
|
},
|
|
3491
3513
|
"name": "releaseBranches",
|
|
3492
3514
|
"optional": true,
|
|
@@ -3510,7 +3532,7 @@
|
|
|
3510
3532
|
"immutable": true,
|
|
3511
3533
|
"locationInModule": {
|
|
3512
3534
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3513
|
-
"line":
|
|
3535
|
+
"line": 164
|
|
3514
3536
|
},
|
|
3515
3537
|
"name": "releaseEnvironment",
|
|
3516
3538
|
"optional": true,
|
|
@@ -3529,7 +3551,7 @@
|
|
|
3529
3551
|
"immutable": true,
|
|
3530
3552
|
"locationInModule": {
|
|
3531
3553
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3532
|
-
"line":
|
|
3554
|
+
"line": 153
|
|
3533
3555
|
},
|
|
3534
3556
|
"name": "releaseEveryCommit",
|
|
3535
3557
|
"optional": true,
|
|
@@ -3547,7 +3569,7 @@
|
|
|
3547
3569
|
"immutable": true,
|
|
3548
3570
|
"locationInModule": {
|
|
3549
3571
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3550
|
-
"line":
|
|
3572
|
+
"line": 146
|
|
3551
3573
|
},
|
|
3552
3574
|
"name": "releaseFailureIssue",
|
|
3553
3575
|
"optional": true,
|
|
@@ -3566,7 +3588,7 @@
|
|
|
3566
3588
|
"immutable": true,
|
|
3567
3589
|
"locationInModule": {
|
|
3568
3590
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3569
|
-
"line":
|
|
3591
|
+
"line": 140
|
|
3570
3592
|
},
|
|
3571
3593
|
"name": "releaseFailureIssueLabel",
|
|
3572
3594
|
"optional": true,
|
|
@@ -3585,7 +3607,7 @@
|
|
|
3585
3607
|
"immutable": true,
|
|
3586
3608
|
"locationInModule": {
|
|
3587
3609
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3588
|
-
"line":
|
|
3610
|
+
"line": 133
|
|
3589
3611
|
},
|
|
3590
3612
|
"name": "releaseSchedule",
|
|
3591
3613
|
"optional": true,
|
|
@@ -3604,7 +3626,7 @@
|
|
|
3604
3626
|
"immutable": true,
|
|
3605
3627
|
"locationInModule": {
|
|
3606
3628
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3607
|
-
"line":
|
|
3629
|
+
"line": 126
|
|
3608
3630
|
},
|
|
3609
3631
|
"name": "releaseTagPrefix",
|
|
3610
3632
|
"optional": true,
|
|
@@ -3622,7 +3644,7 @@
|
|
|
3622
3644
|
"immutable": true,
|
|
3623
3645
|
"locationInModule": {
|
|
3624
3646
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3625
|
-
"line":
|
|
3647
|
+
"line": 116
|
|
3626
3648
|
},
|
|
3627
3649
|
"name": "releaseTrigger",
|
|
3628
3650
|
"optional": true,
|
|
@@ -3640,7 +3662,7 @@
|
|
|
3640
3662
|
"immutable": true,
|
|
3641
3663
|
"locationInModule": {
|
|
3642
3664
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3643
|
-
"line":
|
|
3665
|
+
"line": 110
|
|
3644
3666
|
},
|
|
3645
3667
|
"name": "releaseWorkflowEnv",
|
|
3646
3668
|
"optional": true,
|
|
@@ -3663,7 +3685,7 @@
|
|
|
3663
3685
|
"immutable": true,
|
|
3664
3686
|
"locationInModule": {
|
|
3665
3687
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3666
|
-
"line":
|
|
3688
|
+
"line": 104
|
|
3667
3689
|
},
|
|
3668
3690
|
"name": "releaseWorkflowName",
|
|
3669
3691
|
"optional": true,
|
|
@@ -3680,7 +3702,7 @@
|
|
|
3680
3702
|
"immutable": true,
|
|
3681
3703
|
"locationInModule": {
|
|
3682
3704
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3683
|
-
"line":
|
|
3705
|
+
"line": 98
|
|
3684
3706
|
},
|
|
3685
3707
|
"name": "releaseWorkflowSetupSteps",
|
|
3686
3708
|
"optional": true,
|
|
@@ -3693,6 +3715,48 @@
|
|
|
3693
3715
|
}
|
|
3694
3716
|
}
|
|
3695
3717
|
},
|
|
3718
|
+
{
|
|
3719
|
+
"abstract": true,
|
|
3720
|
+
"docs": {
|
|
3721
|
+
"deprecated": "Use `tasks` instead",
|
|
3722
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3723
|
+
"stability": "deprecated",
|
|
3724
|
+
"summary": "The task to execute in order to create the release artifacts."
|
|
3725
|
+
},
|
|
3726
|
+
"immutable": true,
|
|
3727
|
+
"locationInModule": {
|
|
3728
|
+
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3729
|
+
"line": 39
|
|
3730
|
+
},
|
|
3731
|
+
"name": "task",
|
|
3732
|
+
"optional": true,
|
|
3733
|
+
"type": {
|
|
3734
|
+
"fqn": "projen.Task"
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3737
|
+
{
|
|
3738
|
+
"abstract": true,
|
|
3739
|
+
"docs": {
|
|
3740
|
+
"remarks": "Artifacts are\nexpected to reside under `artifactsDirectory` (defaults to `dist/`) once\nbuild is complete.",
|
|
3741
|
+
"stability": "experimental",
|
|
3742
|
+
"summary": "The tasks to execute in order to create the release artifacts."
|
|
3743
|
+
},
|
|
3744
|
+
"immutable": true,
|
|
3745
|
+
"locationInModule": {
|
|
3746
|
+
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3747
|
+
"line": 30
|
|
3748
|
+
},
|
|
3749
|
+
"name": "tasks",
|
|
3750
|
+
"optional": true,
|
|
3751
|
+
"type": {
|
|
3752
|
+
"collection": {
|
|
3753
|
+
"elementtype": {
|
|
3754
|
+
"fqn": "projen.Task"
|
|
3755
|
+
},
|
|
3756
|
+
"kind": "array"
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
},
|
|
3696
3760
|
{
|
|
3697
3761
|
"abstract": true,
|
|
3698
3762
|
"docs": {
|
|
@@ -3704,7 +3768,7 @@
|
|
|
3704
3768
|
"immutable": true,
|
|
3705
3769
|
"locationInModule": {
|
|
3706
3770
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3707
|
-
"line":
|
|
3771
|
+
"line": 93
|
|
3708
3772
|
},
|
|
3709
3773
|
"name": "versionrcOptions",
|
|
3710
3774
|
"optional": true,
|
|
@@ -3727,7 +3791,7 @@
|
|
|
3727
3791
|
"immutable": true,
|
|
3728
3792
|
"locationInModule": {
|
|
3729
3793
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3730
|
-
"line":
|
|
3794
|
+
"line": 86
|
|
3731
3795
|
},
|
|
3732
3796
|
"name": "workflowContainerImage",
|
|
3733
3797
|
"optional": true,
|
|
@@ -3786,7 +3850,7 @@
|
|
|
3786
3850
|
"immutable": true,
|
|
3787
3851
|
"locationInModule": {
|
|
3788
3852
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3789
|
-
"line":
|
|
3853
|
+
"line": 80
|
|
3790
3854
|
},
|
|
3791
3855
|
"name": "workflowRunsOn",
|
|
3792
3856
|
"optional": true,
|
|
@@ -3812,7 +3876,7 @@
|
|
|
3812
3876
|
"immutable": true,
|
|
3813
3877
|
"locationInModule": {
|
|
3814
3878
|
"filename": "src/structs/release-options/tag-release-options.ts",
|
|
3815
|
-
"line":
|
|
3879
|
+
"line": 72
|
|
3816
3880
|
},
|
|
3817
3881
|
"name": "workflowRunsOnGroup",
|
|
3818
3882
|
"optional": true,
|
|
@@ -3944,6 +4008,43 @@
|
|
|
3944
4008
|
"primitive": "string"
|
|
3945
4009
|
}
|
|
3946
4010
|
},
|
|
4011
|
+
{
|
|
4012
|
+
"abstract": true,
|
|
4013
|
+
"docs": {
|
|
4014
|
+
"default": "false",
|
|
4015
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
4016
|
+
"stability": "experimental",
|
|
4017
|
+
"summary": "Run security audit on dependencies."
|
|
4018
|
+
},
|
|
4019
|
+
"immutable": true,
|
|
4020
|
+
"locationInModule": {
|
|
4021
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4022
|
+
"line": 655
|
|
4023
|
+
},
|
|
4024
|
+
"name": "auditDeps",
|
|
4025
|
+
"optional": true,
|
|
4026
|
+
"type": {
|
|
4027
|
+
"primitive": "boolean"
|
|
4028
|
+
}
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"abstract": true,
|
|
4032
|
+
"docs": {
|
|
4033
|
+
"default": "- default options",
|
|
4034
|
+
"stability": "experimental",
|
|
4035
|
+
"summary": "Security audit options."
|
|
4036
|
+
},
|
|
4037
|
+
"immutable": true,
|
|
4038
|
+
"locationInModule": {
|
|
4039
|
+
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4040
|
+
"line": 661
|
|
4041
|
+
},
|
|
4042
|
+
"name": "auditDepsOptions",
|
|
4043
|
+
"optional": true,
|
|
4044
|
+
"type": {
|
|
4045
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
4046
|
+
}
|
|
4047
|
+
},
|
|
3947
4048
|
{
|
|
3948
4049
|
"abstract": true,
|
|
3949
4050
|
"docs": {
|
|
@@ -4041,7 +4142,7 @@
|
|
|
4041
4142
|
"immutable": true,
|
|
4042
4143
|
"locationInModule": {
|
|
4043
4144
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4044
|
-
"line":
|
|
4145
|
+
"line": 668
|
|
4045
4146
|
},
|
|
4046
4147
|
"name": "autoApproveUpgrades",
|
|
4047
4148
|
"optional": true,
|
|
@@ -4138,7 +4239,7 @@
|
|
|
4138
4239
|
"immutable": true,
|
|
4139
4240
|
"locationInModule": {
|
|
4140
4241
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4141
|
-
"line":
|
|
4242
|
+
"line": 674
|
|
4142
4243
|
},
|
|
4143
4244
|
"name": "biome",
|
|
4144
4245
|
"optional": true,
|
|
@@ -4156,7 +4257,7 @@
|
|
|
4156
4257
|
"immutable": true,
|
|
4157
4258
|
"locationInModule": {
|
|
4158
4259
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4159
|
-
"line":
|
|
4260
|
+
"line": 680
|
|
4160
4261
|
},
|
|
4161
4262
|
"name": "biomeOptions",
|
|
4162
4263
|
"optional": true,
|
|
@@ -4208,7 +4309,7 @@
|
|
|
4208
4309
|
"immutable": true,
|
|
4209
4310
|
"locationInModule": {
|
|
4210
4311
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4211
|
-
"line":
|
|
4312
|
+
"line": 686
|
|
4212
4313
|
},
|
|
4213
4314
|
"name": "buildWorkflow",
|
|
4214
4315
|
"optional": true,
|
|
@@ -4225,7 +4326,7 @@
|
|
|
4225
4326
|
"immutable": true,
|
|
4226
4327
|
"locationInModule": {
|
|
4227
4328
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4228
|
-
"line":
|
|
4329
|
+
"line": 691
|
|
4229
4330
|
},
|
|
4230
4331
|
"name": "buildWorkflowOptions",
|
|
4231
4332
|
"optional": true,
|
|
@@ -4284,7 +4385,7 @@
|
|
|
4284
4385
|
"immutable": true,
|
|
4285
4386
|
"locationInModule": {
|
|
4286
4387
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4287
|
-
"line":
|
|
4388
|
+
"line": 696
|
|
4288
4389
|
},
|
|
4289
4390
|
"name": "bundlerOptions",
|
|
4290
4391
|
"optional": true,
|
|
@@ -4321,7 +4422,7 @@
|
|
|
4321
4422
|
"immutable": true,
|
|
4322
4423
|
"locationInModule": {
|
|
4323
4424
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4324
|
-
"line":
|
|
4425
|
+
"line": 703
|
|
4325
4426
|
},
|
|
4326
4427
|
"name": "checkLicenses",
|
|
4327
4428
|
"optional": true,
|
|
@@ -4376,7 +4477,7 @@
|
|
|
4376
4477
|
"immutable": true,
|
|
4377
4478
|
"locationInModule": {
|
|
4378
4479
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4379
|
-
"line":
|
|
4480
|
+
"line": 709
|
|
4380
4481
|
},
|
|
4381
4482
|
"name": "codeCov",
|
|
4382
4483
|
"optional": true,
|
|
@@ -4394,7 +4495,7 @@
|
|
|
4394
4495
|
"immutable": true,
|
|
4395
4496
|
"locationInModule": {
|
|
4396
4497
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4397
|
-
"line":
|
|
4498
|
+
"line": 715
|
|
4398
4499
|
},
|
|
4399
4500
|
"name": "codeCovTokenSecret",
|
|
4400
4501
|
"optional": true,
|
|
@@ -4430,7 +4531,7 @@
|
|
|
4430
4531
|
"immutable": true,
|
|
4431
4532
|
"locationInModule": {
|
|
4432
4533
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4433
|
-
"line":
|
|
4534
|
+
"line": 721
|
|
4434
4535
|
},
|
|
4435
4536
|
"name": "copyrightOwner",
|
|
4436
4537
|
"optional": true,
|
|
@@ -4448,7 +4549,7 @@
|
|
|
4448
4549
|
"immutable": true,
|
|
4449
4550
|
"locationInModule": {
|
|
4450
4551
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4451
|
-
"line":
|
|
4552
|
+
"line": 727
|
|
4452
4553
|
},
|
|
4453
4554
|
"name": "copyrightPeriod",
|
|
4454
4555
|
"optional": true,
|
|
@@ -4467,7 +4568,7 @@
|
|
|
4467
4568
|
"immutable": true,
|
|
4468
4569
|
"locationInModule": {
|
|
4469
4570
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4470
|
-
"line":
|
|
4571
|
+
"line": 734
|
|
4471
4572
|
},
|
|
4472
4573
|
"name": "dependabot",
|
|
4473
4574
|
"optional": true,
|
|
@@ -4485,7 +4586,7 @@
|
|
|
4485
4586
|
"immutable": true,
|
|
4486
4587
|
"locationInModule": {
|
|
4487
4588
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4488
|
-
"line":
|
|
4589
|
+
"line": 740
|
|
4489
4590
|
},
|
|
4490
4591
|
"name": "dependabotOptions",
|
|
4491
4592
|
"optional": true,
|
|
@@ -4531,7 +4632,7 @@
|
|
|
4531
4632
|
"immutable": true,
|
|
4532
4633
|
"locationInModule": {
|
|
4533
4634
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4534
|
-
"line":
|
|
4635
|
+
"line": 747
|
|
4535
4636
|
},
|
|
4536
4637
|
"name": "depsUpgrade",
|
|
4537
4638
|
"optional": true,
|
|
@@ -4549,7 +4650,7 @@
|
|
|
4549
4650
|
"immutable": true,
|
|
4550
4651
|
"locationInModule": {
|
|
4551
4652
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4552
|
-
"line":
|
|
4653
|
+
"line": 753
|
|
4553
4654
|
},
|
|
4554
4655
|
"name": "depsUpgradeOptions",
|
|
4555
4656
|
"optional": true,
|
|
@@ -4633,7 +4734,7 @@
|
|
|
4633
4734
|
"immutable": true,
|
|
4634
4735
|
"locationInModule": {
|
|
4635
4736
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4636
|
-
"line":
|
|
4737
|
+
"line": 878
|
|
4637
4738
|
},
|
|
4638
4739
|
"name": "disableTsconfig",
|
|
4639
4740
|
"optional": true,
|
|
@@ -4651,7 +4752,7 @@
|
|
|
4651
4752
|
"immutable": true,
|
|
4652
4753
|
"locationInModule": {
|
|
4653
4754
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4654
|
-
"line":
|
|
4755
|
+
"line": 884
|
|
4655
4756
|
},
|
|
4656
4757
|
"name": "disableTsconfigDev",
|
|
4657
4758
|
"optional": true,
|
|
@@ -4669,7 +4770,7 @@
|
|
|
4669
4770
|
"immutable": true,
|
|
4670
4771
|
"locationInModule": {
|
|
4671
4772
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4672
|
-
"line":
|
|
4773
|
+
"line": 890
|
|
4673
4774
|
},
|
|
4674
4775
|
"name": "docgen",
|
|
4675
4776
|
"optional": true,
|
|
@@ -4687,7 +4788,7 @@
|
|
|
4687
4788
|
"immutable": true,
|
|
4688
4789
|
"locationInModule": {
|
|
4689
4790
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4690
|
-
"line":
|
|
4791
|
+
"line": 896
|
|
4691
4792
|
},
|
|
4692
4793
|
"name": "docsDirectory",
|
|
4693
4794
|
"optional": true,
|
|
@@ -4723,7 +4824,7 @@
|
|
|
4723
4824
|
"immutable": true,
|
|
4724
4825
|
"locationInModule": {
|
|
4725
4826
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4726
|
-
"line":
|
|
4827
|
+
"line": 902
|
|
4727
4828
|
},
|
|
4728
4829
|
"name": "entrypointTypes",
|
|
4729
4830
|
"optional": true,
|
|
@@ -4741,7 +4842,7 @@
|
|
|
4741
4842
|
"immutable": true,
|
|
4742
4843
|
"locationInModule": {
|
|
4743
4844
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4744
|
-
"line":
|
|
4845
|
+
"line": 908
|
|
4745
4846
|
},
|
|
4746
4847
|
"name": "eslint",
|
|
4747
4848
|
"optional": true,
|
|
@@ -4759,7 +4860,7 @@
|
|
|
4759
4860
|
"immutable": true,
|
|
4760
4861
|
"locationInModule": {
|
|
4761
4862
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4762
|
-
"line":
|
|
4863
|
+
"line": 914
|
|
4763
4864
|
},
|
|
4764
4865
|
"name": "eslintOptions",
|
|
4765
4866
|
"optional": true,
|
|
@@ -4795,7 +4896,7 @@
|
|
|
4795
4896
|
"immutable": true,
|
|
4796
4897
|
"locationInModule": {
|
|
4797
4898
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4798
|
-
"line":
|
|
4899
|
+
"line": 992
|
|
4799
4900
|
},
|
|
4800
4901
|
"name": "gitIdentity",
|
|
4801
4902
|
"optional": true,
|
|
@@ -4812,7 +4913,7 @@
|
|
|
4812
4913
|
"immutable": true,
|
|
4813
4914
|
"locationInModule": {
|
|
4814
4915
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4815
|
-
"line":
|
|
4916
|
+
"line": 758
|
|
4816
4917
|
},
|
|
4817
4918
|
"name": "gitignore",
|
|
4818
4919
|
"optional": true,
|
|
@@ -4904,7 +5005,7 @@
|
|
|
4904
5005
|
"immutable": true,
|
|
4905
5006
|
"locationInModule": {
|
|
4906
5007
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4907
|
-
"line":
|
|
5008
|
+
"line": 764
|
|
4908
5009
|
},
|
|
4909
5010
|
"name": "jest",
|
|
4910
5011
|
"optional": true,
|
|
@@ -4922,7 +5023,7 @@
|
|
|
4922
5023
|
"immutable": true,
|
|
4923
5024
|
"locationInModule": {
|
|
4924
5025
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4925
|
-
"line":
|
|
5026
|
+
"line": 770
|
|
4926
5027
|
},
|
|
4927
5028
|
"name": "jestOptions",
|
|
4928
5029
|
"optional": true,
|
|
@@ -4962,7 +5063,7 @@
|
|
|
4962
5063
|
"immutable": true,
|
|
4963
5064
|
"locationInModule": {
|
|
4964
5065
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
4965
|
-
"line":
|
|
5066
|
+
"line": 920
|
|
4966
5067
|
},
|
|
4967
5068
|
"name": "libdir",
|
|
4968
5069
|
"optional": true,
|
|
@@ -5167,7 +5268,7 @@
|
|
|
5167
5268
|
"immutable": true,
|
|
5168
5269
|
"locationInModule": {
|
|
5169
5270
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5170
|
-
"line":
|
|
5271
|
+
"line": 776
|
|
5171
5272
|
},
|
|
5172
5273
|
"name": "npmignoreEnabled",
|
|
5173
5274
|
"optional": true,
|
|
@@ -5184,7 +5285,7 @@
|
|
|
5184
5285
|
"immutable": true,
|
|
5185
5286
|
"locationInModule": {
|
|
5186
5287
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5187
|
-
"line":
|
|
5288
|
+
"line": 781
|
|
5188
5289
|
},
|
|
5189
5290
|
"name": "npmIgnoreOptions",
|
|
5190
5291
|
"optional": true,
|
|
@@ -5295,7 +5396,7 @@
|
|
|
5295
5396
|
"immutable": true,
|
|
5296
5397
|
"locationInModule": {
|
|
5297
5398
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5298
|
-
"line":
|
|
5399
|
+
"line": 787
|
|
5299
5400
|
},
|
|
5300
5401
|
"name": "package",
|
|
5301
5402
|
"optional": true,
|
|
@@ -5469,7 +5570,7 @@
|
|
|
5469
5570
|
"immutable": true,
|
|
5470
5571
|
"locationInModule": {
|
|
5471
5572
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5472
|
-
"line":
|
|
5573
|
+
"line": 793
|
|
5473
5574
|
},
|
|
5474
5575
|
"name": "prettier",
|
|
5475
5576
|
"optional": true,
|
|
@@ -5487,7 +5588,7 @@
|
|
|
5487
5588
|
"immutable": true,
|
|
5488
5589
|
"locationInModule": {
|
|
5489
5590
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5490
|
-
"line":
|
|
5591
|
+
"line": 799
|
|
5491
5592
|
},
|
|
5492
5593
|
"name": "prettierOptions",
|
|
5493
5594
|
"optional": true,
|
|
@@ -5542,7 +5643,7 @@
|
|
|
5542
5643
|
"immutable": true,
|
|
5543
5644
|
"locationInModule": {
|
|
5544
5645
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5545
|
-
"line":
|
|
5646
|
+
"line": 805
|
|
5546
5647
|
},
|
|
5547
5648
|
"name": "projenDevDependency",
|
|
5548
5649
|
"optional": true,
|
|
@@ -5560,7 +5661,7 @@
|
|
|
5560
5661
|
"immutable": true,
|
|
5561
5662
|
"locationInModule": {
|
|
5562
5663
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5563
|
-
"line":
|
|
5664
|
+
"line": 811
|
|
5564
5665
|
},
|
|
5565
5666
|
"name": "projenrcJs",
|
|
5566
5667
|
"optional": true,
|
|
@@ -5614,7 +5715,7 @@
|
|
|
5614
5715
|
"immutable": true,
|
|
5615
5716
|
"locationInModule": {
|
|
5616
5717
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5617
|
-
"line":
|
|
5718
|
+
"line": 817
|
|
5618
5719
|
},
|
|
5619
5720
|
"name": "projenrcJsOptions",
|
|
5620
5721
|
"optional": true,
|
|
@@ -5635,7 +5736,7 @@
|
|
|
5635
5736
|
"immutable": true,
|
|
5636
5737
|
"locationInModule": {
|
|
5637
5738
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5638
|
-
"line":
|
|
5739
|
+
"line": 927
|
|
5639
5740
|
},
|
|
5640
5741
|
"name": "projenrcTs",
|
|
5641
5742
|
"optional": true,
|
|
@@ -5652,7 +5753,7 @@
|
|
|
5652
5753
|
"immutable": true,
|
|
5653
5754
|
"locationInModule": {
|
|
5654
5755
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5655
|
-
"line":
|
|
5756
|
+
"line": 932
|
|
5656
5757
|
},
|
|
5657
5758
|
"name": "projenrcTsOptions",
|
|
5658
5759
|
"optional": true,
|
|
@@ -5670,7 +5771,7 @@
|
|
|
5670
5771
|
"immutable": true,
|
|
5671
5772
|
"locationInModule": {
|
|
5672
5773
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5673
|
-
"line":
|
|
5774
|
+
"line": 823
|
|
5674
5775
|
},
|
|
5675
5776
|
"name": "projenVersion",
|
|
5676
5777
|
"optional": true,
|
|
@@ -5725,7 +5826,7 @@
|
|
|
5725
5826
|
"immutable": true,
|
|
5726
5827
|
"locationInModule": {
|
|
5727
5828
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5728
|
-
"line":
|
|
5829
|
+
"line": 829
|
|
5729
5830
|
},
|
|
5730
5831
|
"name": "pullRequestTemplate",
|
|
5731
5832
|
"optional": true,
|
|
@@ -5743,7 +5844,7 @@
|
|
|
5743
5844
|
"immutable": true,
|
|
5744
5845
|
"locationInModule": {
|
|
5745
5846
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5746
|
-
"line":
|
|
5847
|
+
"line": 835
|
|
5747
5848
|
},
|
|
5748
5849
|
"name": "pullRequestTemplateContents",
|
|
5749
5850
|
"optional": true,
|
|
@@ -5802,7 +5903,7 @@
|
|
|
5802
5903
|
"immutable": true,
|
|
5803
5904
|
"locationInModule": {
|
|
5804
5905
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5805
|
-
"line":
|
|
5906
|
+
"line": 841
|
|
5806
5907
|
},
|
|
5807
5908
|
"name": "release",
|
|
5808
5909
|
"optional": true,
|
|
@@ -5919,7 +6020,7 @@
|
|
|
5919
6020
|
"immutable": true,
|
|
5920
6021
|
"locationInModule": {
|
|
5921
6022
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
5922
|
-
"line":
|
|
6023
|
+
"line": 847
|
|
5923
6024
|
},
|
|
5924
6025
|
"name": "releaseToNpm",
|
|
5925
6026
|
"optional": true,
|
|
@@ -6089,7 +6190,7 @@
|
|
|
6089
6190
|
"immutable": true,
|
|
6090
6191
|
"locationInModule": {
|
|
6091
6192
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6092
|
-
"line":
|
|
6193
|
+
"line": 938
|
|
6093
6194
|
},
|
|
6094
6195
|
"name": "sampleCode",
|
|
6095
6196
|
"optional": true,
|
|
@@ -6130,7 +6231,7 @@
|
|
|
6130
6231
|
"immutable": true,
|
|
6131
6232
|
"locationInModule": {
|
|
6132
6233
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6133
|
-
"line":
|
|
6234
|
+
"line": 944
|
|
6134
6235
|
},
|
|
6135
6236
|
"name": "srcdir",
|
|
6136
6237
|
"optional": true,
|
|
@@ -6204,7 +6305,7 @@
|
|
|
6204
6305
|
"immutable": true,
|
|
6205
6306
|
"locationInModule": {
|
|
6206
6307
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6207
|
-
"line":
|
|
6308
|
+
"line": 954
|
|
6208
6309
|
},
|
|
6209
6310
|
"name": "testdir",
|
|
6210
6311
|
"optional": true,
|
|
@@ -6222,7 +6323,7 @@
|
|
|
6222
6323
|
"immutable": true,
|
|
6223
6324
|
"locationInModule": {
|
|
6224
6325
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6225
|
-
"line":
|
|
6326
|
+
"line": 960
|
|
6226
6327
|
},
|
|
6227
6328
|
"name": "tsconfig",
|
|
6228
6329
|
"optional": true,
|
|
@@ -6240,7 +6341,7 @@
|
|
|
6240
6341
|
"immutable": true,
|
|
6241
6342
|
"locationInModule": {
|
|
6242
6343
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6243
|
-
"line":
|
|
6344
|
+
"line": 966
|
|
6244
6345
|
},
|
|
6245
6346
|
"name": "tsconfigDev",
|
|
6246
6347
|
"optional": true,
|
|
@@ -6258,7 +6359,7 @@
|
|
|
6258
6359
|
"immutable": true,
|
|
6259
6360
|
"locationInModule": {
|
|
6260
6361
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6261
|
-
"line":
|
|
6362
|
+
"line": 972
|
|
6262
6363
|
},
|
|
6263
6364
|
"name": "tsconfigDevFile",
|
|
6264
6365
|
"optional": true,
|
|
@@ -6275,7 +6376,7 @@
|
|
|
6275
6376
|
"immutable": true,
|
|
6276
6377
|
"locationInModule": {
|
|
6277
6378
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6278
|
-
"line":
|
|
6379
|
+
"line": 977
|
|
6279
6380
|
},
|
|
6280
6381
|
"name": "tsJestOptions",
|
|
6281
6382
|
"optional": true,
|
|
@@ -6294,7 +6395,7 @@
|
|
|
6294
6395
|
"immutable": true,
|
|
6295
6396
|
"locationInModule": {
|
|
6296
6397
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6297
|
-
"line":
|
|
6398
|
+
"line": 985
|
|
6298
6399
|
},
|
|
6299
6400
|
"name": "typescriptVersion",
|
|
6300
6401
|
"optional": true,
|
|
@@ -6355,7 +6456,7 @@
|
|
|
6355
6456
|
"immutable": true,
|
|
6356
6457
|
"locationInModule": {
|
|
6357
6458
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6358
|
-
"line":
|
|
6459
|
+
"line": 853
|
|
6359
6460
|
},
|
|
6360
6461
|
"name": "workflowBootstrapSteps",
|
|
6361
6462
|
"optional": true,
|
|
@@ -6389,14 +6490,14 @@
|
|
|
6389
6490
|
{
|
|
6390
6491
|
"abstract": true,
|
|
6391
6492
|
"docs": {
|
|
6392
|
-
"default": "- GitHub Actions",
|
|
6493
|
+
"default": "- default GitHub Actions user",
|
|
6393
6494
|
"stability": "experimental",
|
|
6394
6495
|
"summary": "The git identity to use in workflows."
|
|
6395
6496
|
},
|
|
6396
6497
|
"immutable": true,
|
|
6397
6498
|
"locationInModule": {
|
|
6398
6499
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6399
|
-
"line":
|
|
6500
|
+
"line": 859
|
|
6400
6501
|
},
|
|
6401
6502
|
"name": "workflowGitIdentity",
|
|
6402
6503
|
"optional": true,
|
|
@@ -6415,7 +6516,7 @@
|
|
|
6415
6516
|
"immutable": true,
|
|
6416
6517
|
"locationInModule": {
|
|
6417
6518
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6418
|
-
"line":
|
|
6519
|
+
"line": 866
|
|
6419
6520
|
},
|
|
6420
6521
|
"name": "workflowNodeVersion",
|
|
6421
6522
|
"optional": true,
|
|
@@ -6433,7 +6534,7 @@
|
|
|
6433
6534
|
"immutable": true,
|
|
6434
6535
|
"locationInModule": {
|
|
6435
6536
|
"filename": "src/structs/typescript-options/component-options.ts",
|
|
6436
|
-
"line":
|
|
6537
|
+
"line": 872
|
|
6437
6538
|
},
|
|
6438
6539
|
"name": "workflowPackageCache",
|
|
6439
6540
|
"optional": true,
|
|
@@ -6567,7 +6668,7 @@
|
|
|
6567
6668
|
"immutable": true,
|
|
6568
6669
|
"locationInModule": {
|
|
6569
6670
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6570
|
-
"line":
|
|
6671
|
+
"line": 359
|
|
6571
6672
|
},
|
|
6572
6673
|
"name": "defaultReleaseBranch",
|
|
6573
6674
|
"type": {
|
|
@@ -6587,7 +6688,7 @@
|
|
|
6587
6688
|
"immutable": true,
|
|
6588
6689
|
"locationInModule": {
|
|
6589
6690
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6590
|
-
"line":
|
|
6691
|
+
"line": 998
|
|
6591
6692
|
},
|
|
6592
6693
|
"name": "name",
|
|
6593
6694
|
"type": {
|
|
@@ -6605,7 +6706,7 @@
|
|
|
6605
6706
|
"immutable": true,
|
|
6606
6707
|
"locationInModule": {
|
|
6607
6708
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6608
|
-
"line":
|
|
6709
|
+
"line": 836
|
|
6609
6710
|
},
|
|
6610
6711
|
"name": "allowLibraryDependencies",
|
|
6611
6712
|
"optional": true,
|
|
@@ -6623,7 +6724,7 @@
|
|
|
6623
6724
|
"immutable": true,
|
|
6624
6725
|
"locationInModule": {
|
|
6625
6726
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6626
|
-
"line":
|
|
6727
|
+
"line": 353
|
|
6627
6728
|
},
|
|
6628
6729
|
"name": "artifactsDirectory",
|
|
6629
6730
|
"optional": true,
|
|
@@ -6631,6 +6732,43 @@
|
|
|
6631
6732
|
"primitive": "string"
|
|
6632
6733
|
}
|
|
6633
6734
|
},
|
|
6735
|
+
{
|
|
6736
|
+
"abstract": true,
|
|
6737
|
+
"docs": {
|
|
6738
|
+
"default": "false",
|
|
6739
|
+
"remarks": "When enabled, creates an \"audit\" task that checks for known security vulnerabilities\nin dependencies. By default, runs during every build and checks for \"high\" severity\nvulnerabilities or above in all dependencies (including dev dependencies).",
|
|
6740
|
+
"stability": "experimental",
|
|
6741
|
+
"summary": "Run security audit on dependencies."
|
|
6742
|
+
},
|
|
6743
|
+
"immutable": true,
|
|
6744
|
+
"locationInModule": {
|
|
6745
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6746
|
+
"line": 347
|
|
6747
|
+
},
|
|
6748
|
+
"name": "auditDeps",
|
|
6749
|
+
"optional": true,
|
|
6750
|
+
"type": {
|
|
6751
|
+
"primitive": "boolean"
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"abstract": true,
|
|
6756
|
+
"docs": {
|
|
6757
|
+
"default": "- default options",
|
|
6758
|
+
"stability": "experimental",
|
|
6759
|
+
"summary": "Security audit options."
|
|
6760
|
+
},
|
|
6761
|
+
"immutable": true,
|
|
6762
|
+
"locationInModule": {
|
|
6763
|
+
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6764
|
+
"line": 338
|
|
6765
|
+
},
|
|
6766
|
+
"name": "auditDepsOptions",
|
|
6767
|
+
"optional": true,
|
|
6768
|
+
"type": {
|
|
6769
|
+
"fqn": "projen.javascript.AuditOptions"
|
|
6770
|
+
}
|
|
6771
|
+
},
|
|
6634
6772
|
{
|
|
6635
6773
|
"abstract": true,
|
|
6636
6774
|
"docs": {
|
|
@@ -6640,7 +6778,7 @@
|
|
|
6640
6778
|
"immutable": true,
|
|
6641
6779
|
"locationInModule": {
|
|
6642
6780
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6643
|
-
"line":
|
|
6781
|
+
"line": 828
|
|
6644
6782
|
},
|
|
6645
6783
|
"name": "authorEmail",
|
|
6646
6784
|
"optional": true,
|
|
@@ -6657,7 +6795,7 @@
|
|
|
6657
6795
|
"immutable": true,
|
|
6658
6796
|
"locationInModule": {
|
|
6659
6797
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6660
|
-
"line":
|
|
6798
|
+
"line": 823
|
|
6661
6799
|
},
|
|
6662
6800
|
"name": "authorName",
|
|
6663
6801
|
"optional": true,
|
|
@@ -6674,7 +6812,7 @@
|
|
|
6674
6812
|
"immutable": true,
|
|
6675
6813
|
"locationInModule": {
|
|
6676
6814
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6677
|
-
"line":
|
|
6815
|
+
"line": 818
|
|
6678
6816
|
},
|
|
6679
6817
|
"name": "authorOrganization",
|
|
6680
6818
|
"optional": true,
|
|
@@ -6691,7 +6829,7 @@
|
|
|
6691
6829
|
"immutable": true,
|
|
6692
6830
|
"locationInModule": {
|
|
6693
6831
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6694
|
-
"line":
|
|
6832
|
+
"line": 813
|
|
6695
6833
|
},
|
|
6696
6834
|
"name": "authorUrl",
|
|
6697
6835
|
"optional": true,
|
|
@@ -6709,7 +6847,7 @@
|
|
|
6709
6847
|
"immutable": true,
|
|
6710
6848
|
"locationInModule": {
|
|
6711
6849
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6712
|
-
"line":
|
|
6850
|
+
"line": 922
|
|
6713
6851
|
},
|
|
6714
6852
|
"name": "autoApproveOptions",
|
|
6715
6853
|
"optional": true,
|
|
@@ -6746,7 +6884,7 @@
|
|
|
6746
6884
|
"immutable": true,
|
|
6747
6885
|
"locationInModule": {
|
|
6748
6886
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6749
|
-
"line":
|
|
6887
|
+
"line": 808
|
|
6750
6888
|
},
|
|
6751
6889
|
"name": "autoDetectBin",
|
|
6752
6890
|
"optional": true,
|
|
@@ -6765,7 +6903,7 @@
|
|
|
6765
6903
|
"immutable": true,
|
|
6766
6904
|
"locationInModule": {
|
|
6767
6905
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6768
|
-
"line":
|
|
6906
|
+
"line": 916
|
|
6769
6907
|
},
|
|
6770
6908
|
"name": "autoMerge",
|
|
6771
6909
|
"optional": true,
|
|
@@ -6784,7 +6922,7 @@
|
|
|
6784
6922
|
"immutable": true,
|
|
6785
6923
|
"locationInModule": {
|
|
6786
6924
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6787
|
-
"line":
|
|
6925
|
+
"line": 908
|
|
6788
6926
|
},
|
|
6789
6927
|
"name": "autoMergeOptions",
|
|
6790
6928
|
"optional": true,
|
|
@@ -6802,7 +6940,7 @@
|
|
|
6802
6940
|
"immutable": true,
|
|
6803
6941
|
"locationInModule": {
|
|
6804
6942
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6805
|
-
"line":
|
|
6943
|
+
"line": 802
|
|
6806
6944
|
},
|
|
6807
6945
|
"name": "bin",
|
|
6808
6946
|
"optional": true,
|
|
@@ -6860,7 +6998,7 @@
|
|
|
6860
6998
|
"immutable": true,
|
|
6861
6999
|
"locationInModule": {
|
|
6862
7000
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6863
|
-
"line":
|
|
7001
|
+
"line": 794
|
|
6864
7002
|
},
|
|
6865
7003
|
"name": "bugsEmail",
|
|
6866
7004
|
"optional": true,
|
|
@@ -6877,7 +7015,7 @@
|
|
|
6877
7015
|
"immutable": true,
|
|
6878
7016
|
"locationInModule": {
|
|
6879
7017
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6880
|
-
"line":
|
|
7018
|
+
"line": 789
|
|
6881
7019
|
},
|
|
6882
7020
|
"name": "bugsUrl",
|
|
6883
7021
|
"optional": true,
|
|
@@ -6931,7 +7069,7 @@
|
|
|
6931
7069
|
"immutable": true,
|
|
6932
7070
|
"locationInModule": {
|
|
6933
7071
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6934
|
-
"line":
|
|
7072
|
+
"line": 552
|
|
6935
7073
|
},
|
|
6936
7074
|
"name": "bumpPackage",
|
|
6937
7075
|
"optional": true,
|
|
@@ -6949,7 +7087,7 @@
|
|
|
6949
7087
|
"immutable": true,
|
|
6950
7088
|
"locationInModule": {
|
|
6951
7089
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6952
|
-
"line":
|
|
7090
|
+
"line": 784
|
|
6953
7091
|
},
|
|
6954
7092
|
"name": "bundledDeps",
|
|
6955
7093
|
"optional": true,
|
|
@@ -6989,7 +7127,7 @@
|
|
|
6989
7127
|
"immutable": true,
|
|
6990
7128
|
"locationInModule": {
|
|
6991
7129
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
6992
|
-
"line":
|
|
7130
|
+
"line": 769
|
|
6993
7131
|
},
|
|
6994
7132
|
"name": "bunVersion",
|
|
6995
7133
|
"optional": true,
|
|
@@ -7026,7 +7164,7 @@
|
|
|
7026
7164
|
"immutable": true,
|
|
7027
7165
|
"locationInModule": {
|
|
7028
7166
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7029
|
-
"line":
|
|
7167
|
+
"line": 900
|
|
7030
7168
|
},
|
|
7031
7169
|
"name": "clobber",
|
|
7032
7170
|
"optional": true,
|
|
@@ -7045,7 +7183,7 @@
|
|
|
7045
7183
|
"immutable": true,
|
|
7046
7184
|
"locationInModule": {
|
|
7047
7185
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7048
|
-
"line":
|
|
7186
|
+
"line": 763
|
|
7049
7187
|
},
|
|
7050
7188
|
"name": "codeArtifactOptions",
|
|
7051
7189
|
"optional": true,
|
|
@@ -7099,7 +7237,7 @@
|
|
|
7099
7237
|
"immutable": true,
|
|
7100
7238
|
"locationInModule": {
|
|
7101
7239
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7102
|
-
"line":
|
|
7240
|
+
"line": 991
|
|
7103
7241
|
},
|
|
7104
7242
|
"name": "commitGenerated",
|
|
7105
7243
|
"optional": true,
|
|
@@ -7194,7 +7332,7 @@
|
|
|
7194
7332
|
"immutable": true,
|
|
7195
7333
|
"locationInModule": {
|
|
7196
7334
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7197
|
-
"line":
|
|
7335
|
+
"line": 756
|
|
7198
7336
|
},
|
|
7199
7337
|
"name": "deps",
|
|
7200
7338
|
"optional": true,
|
|
@@ -7257,7 +7395,7 @@
|
|
|
7257
7395
|
"immutable": true,
|
|
7258
7396
|
"locationInModule": {
|
|
7259
7397
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7260
|
-
"line":
|
|
7398
|
+
"line": 743
|
|
7261
7399
|
},
|
|
7262
7400
|
"name": "description",
|
|
7263
7401
|
"optional": true,
|
|
@@ -7275,7 +7413,7 @@
|
|
|
7275
7413
|
"immutable": true,
|
|
7276
7414
|
"locationInModule": {
|
|
7277
7415
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7278
|
-
"line":
|
|
7416
|
+
"line": 894
|
|
7279
7417
|
},
|
|
7280
7418
|
"name": "devContainer",
|
|
7281
7419
|
"optional": true,
|
|
@@ -7297,7 +7435,7 @@
|
|
|
7297
7435
|
"immutable": true,
|
|
7298
7436
|
"locationInModule": {
|
|
7299
7437
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7300
|
-
"line":
|
|
7438
|
+
"line": 735
|
|
7301
7439
|
},
|
|
7302
7440
|
"name": "devDeps",
|
|
7303
7441
|
"optional": true,
|
|
@@ -7392,7 +7530,7 @@
|
|
|
7392
7530
|
"immutable": true,
|
|
7393
7531
|
"locationInModule": {
|
|
7394
7532
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7395
|
-
"line":
|
|
7533
|
+
"line": 718
|
|
7396
7534
|
},
|
|
7397
7535
|
"name": "entrypoint",
|
|
7398
7536
|
"optional": true,
|
|
@@ -7465,7 +7603,7 @@
|
|
|
7465
7603
|
"immutable": true,
|
|
7466
7604
|
"locationInModule": {
|
|
7467
7605
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7468
|
-
"line":
|
|
7606
|
+
"line": 888
|
|
7469
7607
|
},
|
|
7470
7608
|
"name": "github",
|
|
7471
7609
|
"optional": true,
|
|
@@ -7483,7 +7621,7 @@
|
|
|
7483
7621
|
"immutable": true,
|
|
7484
7622
|
"locationInModule": {
|
|
7485
7623
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7486
|
-
"line":
|
|
7624
|
+
"line": 881
|
|
7487
7625
|
},
|
|
7488
7626
|
"name": "githubOptions",
|
|
7489
7627
|
"optional": true,
|
|
@@ -7522,7 +7660,7 @@
|
|
|
7522
7660
|
"immutable": true,
|
|
7523
7661
|
"locationInModule": {
|
|
7524
7662
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7525
|
-
"line":
|
|
7663
|
+
"line": 985
|
|
7526
7664
|
},
|
|
7527
7665
|
"name": "gitIgnoreOptions",
|
|
7528
7666
|
"optional": true,
|
|
@@ -7539,7 +7677,7 @@
|
|
|
7539
7677
|
"immutable": true,
|
|
7540
7678
|
"locationInModule": {
|
|
7541
7679
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7542
|
-
"line":
|
|
7680
|
+
"line": 980
|
|
7543
7681
|
},
|
|
7544
7682
|
"name": "gitOptions",
|
|
7545
7683
|
"optional": true,
|
|
@@ -7557,7 +7695,7 @@
|
|
|
7557
7695
|
"immutable": true,
|
|
7558
7696
|
"locationInModule": {
|
|
7559
7697
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7560
|
-
"line":
|
|
7698
|
+
"line": 875
|
|
7561
7699
|
},
|
|
7562
7700
|
"name": "gitpod",
|
|
7563
7701
|
"optional": true,
|
|
@@ -7574,7 +7712,7 @@
|
|
|
7574
7712
|
"immutable": true,
|
|
7575
7713
|
"locationInModule": {
|
|
7576
7714
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7577
|
-
"line":
|
|
7715
|
+
"line": 711
|
|
7578
7716
|
},
|
|
7579
7717
|
"name": "homepage",
|
|
7580
7718
|
"optional": true,
|
|
@@ -7628,7 +7766,7 @@
|
|
|
7628
7766
|
"immutable": true,
|
|
7629
7767
|
"locationInModule": {
|
|
7630
7768
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7631
|
-
"line":
|
|
7769
|
+
"line": 545
|
|
7632
7770
|
},
|
|
7633
7771
|
"name": "jsiiReleaseVersion",
|
|
7634
7772
|
"optional": true,
|
|
@@ -7645,7 +7783,7 @@
|
|
|
7645
7783
|
"immutable": true,
|
|
7646
7784
|
"locationInModule": {
|
|
7647
7785
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7648
|
-
"line":
|
|
7786
|
+
"line": 706
|
|
7649
7787
|
},
|
|
7650
7788
|
"name": "keywords",
|
|
7651
7789
|
"optional": true,
|
|
@@ -7687,7 +7825,7 @@
|
|
|
7687
7825
|
"immutable": true,
|
|
7688
7826
|
"locationInModule": {
|
|
7689
7827
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7690
|
-
"line":
|
|
7828
|
+
"line": 701
|
|
7691
7829
|
},
|
|
7692
7830
|
"name": "license",
|
|
7693
7831
|
"optional": true,
|
|
@@ -7705,7 +7843,7 @@
|
|
|
7705
7843
|
"immutable": true,
|
|
7706
7844
|
"locationInModule": {
|
|
7707
7845
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7708
|
-
"line":
|
|
7846
|
+
"line": 693
|
|
7709
7847
|
},
|
|
7710
7848
|
"name": "licensed",
|
|
7711
7849
|
"optional": true,
|
|
@@ -7723,7 +7861,7 @@
|
|
|
7723
7861
|
"immutable": true,
|
|
7724
7862
|
"locationInModule": {
|
|
7725
7863
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7726
|
-
"line":
|
|
7864
|
+
"line": 975
|
|
7727
7865
|
},
|
|
7728
7866
|
"name": "logging",
|
|
7729
7867
|
"optional": true,
|
|
@@ -7742,7 +7880,7 @@
|
|
|
7742
7880
|
"immutable": true,
|
|
7743
7881
|
"locationInModule": {
|
|
7744
7882
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7745
|
-
"line":
|
|
7883
|
+
"line": 539
|
|
7746
7884
|
},
|
|
7747
7885
|
"name": "majorVersion",
|
|
7748
7886
|
"optional": true,
|
|
@@ -7761,7 +7899,7 @@
|
|
|
7761
7899
|
"immutable": true,
|
|
7762
7900
|
"locationInModule": {
|
|
7763
7901
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7764
|
-
"line":
|
|
7902
|
+
"line": 687
|
|
7765
7903
|
},
|
|
7766
7904
|
"name": "maxNodeVersion",
|
|
7767
7905
|
"optional": true,
|
|
@@ -7780,7 +7918,7 @@
|
|
|
7780
7918
|
"immutable": true,
|
|
7781
7919
|
"locationInModule": {
|
|
7782
7920
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7783
|
-
"line":
|
|
7921
|
+
"line": 531
|
|
7784
7922
|
},
|
|
7785
7923
|
"name": "minMajorVersion",
|
|
7786
7924
|
"optional": true,
|
|
@@ -7799,7 +7937,7 @@
|
|
|
7799
7937
|
"immutable": true,
|
|
7800
7938
|
"locationInModule": {
|
|
7801
7939
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7802
|
-
"line":
|
|
7940
|
+
"line": 676
|
|
7803
7941
|
},
|
|
7804
7942
|
"name": "minNodeVersion",
|
|
7805
7943
|
"optional": true,
|
|
@@ -7818,7 +7956,7 @@
|
|
|
7818
7956
|
"immutable": true,
|
|
7819
7957
|
"locationInModule": {
|
|
7820
7958
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7821
|
-
"line":
|
|
7959
|
+
"line": 521
|
|
7822
7960
|
},
|
|
7823
7961
|
"name": "nextVersionCommand",
|
|
7824
7962
|
"optional": true,
|
|
@@ -7836,7 +7974,7 @@
|
|
|
7836
7974
|
"immutable": true,
|
|
7837
7975
|
"locationInModule": {
|
|
7838
7976
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7839
|
-
"line":
|
|
7977
|
+
"line": 661
|
|
7840
7978
|
},
|
|
7841
7979
|
"name": "npmAccess",
|
|
7842
7980
|
"optional": true,
|
|
@@ -7855,7 +7993,7 @@
|
|
|
7855
7993
|
"immutable": true,
|
|
7856
7994
|
"locationInModule": {
|
|
7857
7995
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7858
|
-
"line":
|
|
7996
|
+
"line": 497
|
|
7859
7997
|
},
|
|
7860
7998
|
"name": "npmDistTag",
|
|
7861
7999
|
"optional": true,
|
|
@@ -7909,7 +8047,7 @@
|
|
|
7909
8047
|
"immutable": true,
|
|
7910
8048
|
"locationInModule": {
|
|
7911
8049
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7912
|
-
"line":
|
|
8050
|
+
"line": 653
|
|
7913
8051
|
},
|
|
7914
8052
|
"name": "npmProvenance",
|
|
7915
8053
|
"optional": true,
|
|
@@ -7928,7 +8066,7 @@
|
|
|
7928
8066
|
"immutable": true,
|
|
7929
8067
|
"locationInModule": {
|
|
7930
8068
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7931
|
-
"line":
|
|
8069
|
+
"line": 642
|
|
7932
8070
|
},
|
|
7933
8071
|
"name": "npmRegistryUrl",
|
|
7934
8072
|
"optional": true,
|
|
@@ -7946,7 +8084,7 @@
|
|
|
7946
8084
|
"immutable": true,
|
|
7947
8085
|
"locationInModule": {
|
|
7948
8086
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7949
|
-
"line":
|
|
8087
|
+
"line": 635
|
|
7950
8088
|
},
|
|
7951
8089
|
"name": "npmTokenSecret",
|
|
7952
8090
|
"optional": true,
|
|
@@ -7964,7 +8102,7 @@
|
|
|
7964
8102
|
"immutable": true,
|
|
7965
8103
|
"locationInModule": {
|
|
7966
8104
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7967
|
-
"line":
|
|
8105
|
+
"line": 629
|
|
7968
8106
|
},
|
|
7969
8107
|
"name": "npmTrustedPublishing",
|
|
7970
8108
|
"optional": true,
|
|
@@ -7983,7 +8121,7 @@
|
|
|
7983
8121
|
"immutable": true,
|
|
7984
8122
|
"locationInModule": {
|
|
7985
8123
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
7986
|
-
"line":
|
|
8124
|
+
"line": 969
|
|
7987
8125
|
},
|
|
7988
8126
|
"name": "outdir",
|
|
7989
8127
|
"optional": true,
|
|
@@ -8019,7 +8157,7 @@
|
|
|
8019
8157
|
"immutable": true,
|
|
8020
8158
|
"locationInModule": {
|
|
8021
8159
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8022
|
-
"line":
|
|
8160
|
+
"line": 623
|
|
8023
8161
|
},
|
|
8024
8162
|
"name": "packageManager",
|
|
8025
8163
|
"optional": true,
|
|
@@ -8040,7 +8178,7 @@
|
|
|
8040
8178
|
"immutable": true,
|
|
8041
8179
|
"locationInModule": {
|
|
8042
8180
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8043
|
-
"line":
|
|
8181
|
+
"line": 617
|
|
8044
8182
|
},
|
|
8045
8183
|
"name": "packageName",
|
|
8046
8184
|
"optional": true,
|
|
@@ -8057,7 +8195,7 @@
|
|
|
8057
8195
|
"immutable": true,
|
|
8058
8196
|
"locationInModule": {
|
|
8059
8197
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8060
|
-
"line":
|
|
8198
|
+
"line": 958
|
|
8061
8199
|
},
|
|
8062
8200
|
"name": "parent",
|
|
8063
8201
|
"optional": true,
|
|
@@ -8074,7 +8212,7 @@
|
|
|
8074
8212
|
"immutable": true,
|
|
8075
8213
|
"locationInModule": {
|
|
8076
8214
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8077
|
-
"line":
|
|
8215
|
+
"line": 610
|
|
8078
8216
|
},
|
|
8079
8217
|
"name": "peerDependencyOptions",
|
|
8080
8218
|
"optional": true,
|
|
@@ -8093,7 +8231,7 @@
|
|
|
8093
8231
|
"immutable": true,
|
|
8094
8232
|
"locationInModule": {
|
|
8095
8233
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8096
|
-
"line":
|
|
8234
|
+
"line": 605
|
|
8097
8235
|
},
|
|
8098
8236
|
"name": "peerDeps",
|
|
8099
8237
|
"optional": true,
|
|
@@ -8116,7 +8254,7 @@
|
|
|
8116
8254
|
"immutable": true,
|
|
8117
8255
|
"locationInModule": {
|
|
8118
8256
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8119
|
-
"line":
|
|
8257
|
+
"line": 586
|
|
8120
8258
|
},
|
|
8121
8259
|
"name": "pnpmVersion",
|
|
8122
8260
|
"optional": true,
|
|
@@ -8134,7 +8272,7 @@
|
|
|
8134
8272
|
"immutable": true,
|
|
8135
8273
|
"locationInModule": {
|
|
8136
8274
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8137
|
-
"line":
|
|
8275
|
+
"line": 489
|
|
8138
8276
|
},
|
|
8139
8277
|
"name": "postBuildSteps",
|
|
8140
8278
|
"optional": true,
|
|
@@ -8157,7 +8295,7 @@
|
|
|
8157
8295
|
"immutable": true,
|
|
8158
8296
|
"locationInModule": {
|
|
8159
8297
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8160
|
-
"line":
|
|
8298
|
+
"line": 483
|
|
8161
8299
|
},
|
|
8162
8300
|
"name": "prerelease",
|
|
8163
8301
|
"optional": true,
|
|
@@ -8212,7 +8350,7 @@
|
|
|
8212
8350
|
"immutable": true,
|
|
8213
8351
|
"locationInModule": {
|
|
8214
8352
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8215
|
-
"line":
|
|
8353
|
+
"line": 953
|
|
8216
8354
|
},
|
|
8217
8355
|
"name": "projenCommand",
|
|
8218
8356
|
"optional": true,
|
|
@@ -8230,7 +8368,7 @@
|
|
|
8230
8368
|
"immutable": true,
|
|
8231
8369
|
"locationInModule": {
|
|
8232
8370
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8233
|
-
"line":
|
|
8371
|
+
"line": 869
|
|
8234
8372
|
},
|
|
8235
8373
|
"name": "projenCredentials",
|
|
8236
8374
|
"optional": true,
|
|
@@ -8284,7 +8422,7 @@
|
|
|
8284
8422
|
"immutable": true,
|
|
8285
8423
|
"locationInModule": {
|
|
8286
8424
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8287
|
-
"line":
|
|
8425
|
+
"line": 946
|
|
8288
8426
|
},
|
|
8289
8427
|
"name": "projenrcJson",
|
|
8290
8428
|
"optional": true,
|
|
@@ -8302,7 +8440,7 @@
|
|
|
8302
8440
|
"immutable": true,
|
|
8303
8441
|
"locationInModule": {
|
|
8304
8442
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8305
|
-
"line":
|
|
8443
|
+
"line": 940
|
|
8306
8444
|
},
|
|
8307
8445
|
"name": "projenrcJsonOptions",
|
|
8308
8446
|
"optional": true,
|
|
@@ -8394,7 +8532,7 @@
|
|
|
8394
8532
|
"immutable": true,
|
|
8395
8533
|
"locationInModule": {
|
|
8396
8534
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8397
|
-
"line":
|
|
8535
|
+
"line": 477
|
|
8398
8536
|
},
|
|
8399
8537
|
"name": "publishDryRun",
|
|
8400
8538
|
"optional": true,
|
|
@@ -8413,7 +8551,7 @@
|
|
|
8413
8551
|
"immutable": true,
|
|
8414
8552
|
"locationInModule": {
|
|
8415
8553
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8416
|
-
"line":
|
|
8554
|
+
"line": 471
|
|
8417
8555
|
},
|
|
8418
8556
|
"name": "publishTasks",
|
|
8419
8557
|
"optional": true,
|
|
@@ -8472,7 +8610,7 @@
|
|
|
8472
8610
|
"immutable": true,
|
|
8473
8611
|
"locationInModule": {
|
|
8474
8612
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8475
|
-
"line":
|
|
8613
|
+
"line": 863
|
|
8476
8614
|
},
|
|
8477
8615
|
"name": "readme",
|
|
8478
8616
|
"optional": true,
|
|
@@ -8490,7 +8628,7 @@
|
|
|
8490
8628
|
"immutable": true,
|
|
8491
8629
|
"locationInModule": {
|
|
8492
8630
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8493
|
-
"line":
|
|
8631
|
+
"line": 463
|
|
8494
8632
|
},
|
|
8495
8633
|
"name": "releasableCommits",
|
|
8496
8634
|
"optional": true,
|
|
@@ -8527,7 +8665,7 @@
|
|
|
8527
8665
|
"immutable": true,
|
|
8528
8666
|
"locationInModule": {
|
|
8529
8667
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8530
|
-
"line":
|
|
8668
|
+
"line": 457
|
|
8531
8669
|
},
|
|
8532
8670
|
"name": "releaseBranches",
|
|
8533
8671
|
"optional": true,
|
|
@@ -8551,7 +8689,7 @@
|
|
|
8551
8689
|
"immutable": true,
|
|
8552
8690
|
"locationInModule": {
|
|
8553
8691
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8554
|
-
"line":
|
|
8692
|
+
"line": 444
|
|
8555
8693
|
},
|
|
8556
8694
|
"name": "releaseEnvironment",
|
|
8557
8695
|
"optional": true,
|
|
@@ -8569,7 +8707,7 @@
|
|
|
8569
8707
|
"immutable": true,
|
|
8570
8708
|
"locationInModule": {
|
|
8571
8709
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8572
|
-
"line":
|
|
8710
|
+
"line": 433
|
|
8573
8711
|
},
|
|
8574
8712
|
"name": "releaseFailureIssue",
|
|
8575
8713
|
"optional": true,
|
|
@@ -8588,7 +8726,7 @@
|
|
|
8588
8726
|
"immutable": true,
|
|
8589
8727
|
"locationInModule": {
|
|
8590
8728
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8591
|
-
"line":
|
|
8729
|
+
"line": 427
|
|
8592
8730
|
},
|
|
8593
8731
|
"name": "releaseFailureIssueLabel",
|
|
8594
8732
|
"optional": true,
|
|
@@ -8607,7 +8745,7 @@
|
|
|
8607
8745
|
"immutable": true,
|
|
8608
8746
|
"locationInModule": {
|
|
8609
8747
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8610
|
-
"line":
|
|
8748
|
+
"line": 420
|
|
8611
8749
|
},
|
|
8612
8750
|
"name": "releaseTagPrefix",
|
|
8613
8751
|
"optional": true,
|
|
@@ -8643,7 +8781,7 @@
|
|
|
8643
8781
|
"immutable": true,
|
|
8644
8782
|
"locationInModule": {
|
|
8645
8783
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8646
|
-
"line":
|
|
8784
|
+
"line": 410
|
|
8647
8785
|
},
|
|
8648
8786
|
"name": "releaseTrigger",
|
|
8649
8787
|
"optional": true,
|
|
@@ -8661,7 +8799,7 @@
|
|
|
8661
8799
|
"immutable": true,
|
|
8662
8800
|
"locationInModule": {
|
|
8663
8801
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8664
|
-
"line":
|
|
8802
|
+
"line": 404
|
|
8665
8803
|
},
|
|
8666
8804
|
"name": "releaseWorkflowEnv",
|
|
8667
8805
|
"optional": true,
|
|
@@ -8684,7 +8822,7 @@
|
|
|
8684
8822
|
"immutable": true,
|
|
8685
8823
|
"locationInModule": {
|
|
8686
8824
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8687
|
-
"line":
|
|
8825
|
+
"line": 398
|
|
8688
8826
|
},
|
|
8689
8827
|
"name": "releaseWorkflowName",
|
|
8690
8828
|
"optional": true,
|
|
@@ -8701,7 +8839,7 @@
|
|
|
8701
8839
|
"immutable": true,
|
|
8702
8840
|
"locationInModule": {
|
|
8703
8841
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8704
|
-
"line":
|
|
8842
|
+
"line": 392
|
|
8705
8843
|
},
|
|
8706
8844
|
"name": "releaseWorkflowSetupSteps",
|
|
8707
8845
|
"optional": true,
|
|
@@ -8724,7 +8862,7 @@
|
|
|
8724
8862
|
"immutable": true,
|
|
8725
8863
|
"locationInModule": {
|
|
8726
8864
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8727
|
-
"line":
|
|
8865
|
+
"line": 934
|
|
8728
8866
|
},
|
|
8729
8867
|
"name": "renovatebot",
|
|
8730
8868
|
"optional": true,
|
|
@@ -8742,7 +8880,7 @@
|
|
|
8742
8880
|
"immutable": true,
|
|
8743
8881
|
"locationInModule": {
|
|
8744
8882
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8745
|
-
"line":
|
|
8883
|
+
"line": 928
|
|
8746
8884
|
},
|
|
8747
8885
|
"name": "renovatebotOptions",
|
|
8748
8886
|
"optional": true,
|
|
@@ -8760,7 +8898,7 @@
|
|
|
8760
8898
|
"immutable": true,
|
|
8761
8899
|
"locationInModule": {
|
|
8762
8900
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8763
|
-
"line":
|
|
8901
|
+
"line": 580
|
|
8764
8902
|
},
|
|
8765
8903
|
"name": "repository",
|
|
8766
8904
|
"optional": true,
|
|
@@ -8777,7 +8915,7 @@
|
|
|
8777
8915
|
"immutable": true,
|
|
8778
8916
|
"locationInModule": {
|
|
8779
8917
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8780
|
-
"line":
|
|
8918
|
+
"line": 574
|
|
8781
8919
|
},
|
|
8782
8920
|
"name": "repositoryDirectory",
|
|
8783
8921
|
"optional": true,
|
|
@@ -8813,7 +8951,7 @@
|
|
|
8813
8951
|
"immutable": true,
|
|
8814
8952
|
"locationInModule": {
|
|
8815
8953
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8816
|
-
"line":
|
|
8954
|
+
"line": 569
|
|
8817
8955
|
},
|
|
8818
8956
|
"name": "scopedPackagesOptions",
|
|
8819
8957
|
"optional": true,
|
|
@@ -8853,7 +8991,7 @@
|
|
|
8853
8991
|
"immutable": true,
|
|
8854
8992
|
"locationInModule": {
|
|
8855
8993
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8856
|
-
"line":
|
|
8994
|
+
"line": 563
|
|
8857
8995
|
},
|
|
8858
8996
|
"name": "stability",
|
|
8859
8997
|
"optional": true,
|
|
@@ -8872,7 +9010,7 @@
|
|
|
8872
9010
|
"immutable": true,
|
|
8873
9011
|
"locationInModule": {
|
|
8874
9012
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8875
|
-
"line":
|
|
9013
|
+
"line": 857
|
|
8876
9014
|
},
|
|
8877
9015
|
"name": "stale",
|
|
8878
9016
|
"optional": true,
|
|
@@ -8891,7 +9029,7 @@
|
|
|
8891
9029
|
"immutable": true,
|
|
8892
9030
|
"locationInModule": {
|
|
8893
9031
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
8894
|
-
"line":
|
|
9032
|
+
"line": 850
|
|
8895
9033
|
},
|
|
8896
9034
|
"name": "staleOptions",
|
|
8897
9035
|
"optional": true,
|
|
@@ -9019,7 +9157,7 @@
|
|
|
9019
9157
|
"immutable": true,
|
|
9020
9158
|
"locationInModule": {
|
|
9021
9159
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9022
|
-
"line":
|
|
9160
|
+
"line": 387
|
|
9023
9161
|
},
|
|
9024
9162
|
"name": "versionrcOptions",
|
|
9025
9163
|
"optional": true,
|
|
@@ -9043,7 +9181,7 @@
|
|
|
9043
9181
|
"immutable": true,
|
|
9044
9182
|
"locationInModule": {
|
|
9045
9183
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9046
|
-
"line":
|
|
9184
|
+
"line": 843
|
|
9047
9185
|
},
|
|
9048
9186
|
"name": "vscode",
|
|
9049
9187
|
"optional": true,
|
|
@@ -9084,7 +9222,7 @@
|
|
|
9084
9222
|
"immutable": true,
|
|
9085
9223
|
"locationInModule": {
|
|
9086
9224
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9087
|
-
"line":
|
|
9225
|
+
"line": 380
|
|
9088
9226
|
},
|
|
9089
9227
|
"name": "workflowContainerImage",
|
|
9090
9228
|
"optional": true,
|
|
@@ -9095,7 +9233,7 @@
|
|
|
9095
9233
|
{
|
|
9096
9234
|
"abstract": true,
|
|
9097
9235
|
"docs": {
|
|
9098
|
-
"default": "- GitHub Actions",
|
|
9236
|
+
"default": "- default GitHub Actions user",
|
|
9099
9237
|
"stability": "experimental",
|
|
9100
9238
|
"summary": "The git identity to use in workflows."
|
|
9101
9239
|
},
|
|
@@ -9161,7 +9299,7 @@
|
|
|
9161
9299
|
"immutable": true,
|
|
9162
9300
|
"locationInModule": {
|
|
9163
9301
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9164
|
-
"line":
|
|
9302
|
+
"line": 374
|
|
9165
9303
|
},
|
|
9166
9304
|
"name": "workflowRunsOn",
|
|
9167
9305
|
"optional": true,
|
|
@@ -9187,7 +9325,7 @@
|
|
|
9187
9325
|
"immutable": true,
|
|
9188
9326
|
"locationInModule": {
|
|
9189
9327
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9190
|
-
"line":
|
|
9328
|
+
"line": 366
|
|
9191
9329
|
},
|
|
9192
9330
|
"name": "workflowRunsOnGroup",
|
|
9193
9331
|
"optional": true,
|
|
@@ -9205,7 +9343,7 @@
|
|
|
9205
9343
|
"immutable": true,
|
|
9206
9344
|
"locationInModule": {
|
|
9207
9345
|
"filename": "src/structs/typescript-options/project-props.ts",
|
|
9208
|
-
"line":
|
|
9346
|
+
"line": 558
|
|
9209
9347
|
},
|
|
9210
9348
|
"name": "yarnBerryOptions",
|
|
9211
9349
|
"optional": true,
|
|
@@ -9217,6 +9355,6 @@
|
|
|
9217
9355
|
"symbolId": "src/structs/typescript-options/project-props:TypeScriptProjectProps"
|
|
9218
9356
|
}
|
|
9219
9357
|
},
|
|
9220
|
-
"version": "0.0.
|
|
9221
|
-
"fingerprint": "
|
|
9358
|
+
"version": "0.0.60",
|
|
9359
|
+
"fingerprint": "WnjveuOnDWsjYKj5rENDkU9jyXLTK3drH3Urn9V6Sb0="
|
|
9222
9360
|
}
|