projen 0.37.4 → 0.38.3

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.
Files changed (112) hide show
  1. package/.jsii +421 -182
  2. package/API.md +68 -1
  3. package/lib/awscdk/auto-discover.d.ts +6 -0
  4. package/lib/awscdk/auto-discover.js +3 -2
  5. package/lib/awscdk/awscdk-app-ts.js +3 -2
  6. package/lib/awscdk/awscdk-construct.js +4 -3
  7. package/lib/awscdk/cdk-config.js +1 -1
  8. package/lib/awscdk/cdk-tasks.js +1 -1
  9. package/lib/awscdk/integration-test.d.ts +6 -0
  10. package/lib/awscdk/integration-test.js +6 -5
  11. package/lib/awscdk/java-app.js +1 -1
  12. package/lib/awscdk/lambda-function.js +2 -2
  13. package/lib/cdk/construct-lib.js +1 -1
  14. package/lib/cdk/jsii-docgen.js +1 -1
  15. package/lib/cdk/jsii-project.js +1 -1
  16. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  17. package/lib/cdk8s/cdk8s-construct.js +1 -1
  18. package/lib/cdktf/cdktf-construct.js +1 -1
  19. package/lib/component.js +1 -1
  20. package/lib/dependencies.d.ts +13 -0
  21. package/lib/dependencies.js +23 -4
  22. package/lib/dev-env.js +1 -1
  23. package/lib/docker-compose.js +2 -2
  24. package/lib/file.js +1 -1
  25. package/lib/gitattributes.js +1 -1
  26. package/lib/github/auto-approve.d.ts +7 -0
  27. package/lib/github/auto-approve.js +4 -4
  28. package/lib/github/auto-merge.js +1 -1
  29. package/lib/github/dependabot.js +1 -1
  30. package/lib/github/github-project.js +1 -1
  31. package/lib/github/github.js +1 -1
  32. package/lib/github/mergify.js +1 -1
  33. package/lib/github/pr-template.js +1 -1
  34. package/lib/github/pull-request-lint.d.ts +7 -0
  35. package/lib/github/pull-request-lint.js +5 -5
  36. package/lib/github/stale.d.ts +7 -0
  37. package/lib/github/stale.js +4 -3
  38. package/lib/github/task-workflow.d.ts +7 -0
  39. package/lib/github/task-workflow.js +4 -5
  40. package/lib/github/workflows-model.d.ts +2 -2
  41. package/lib/github/workflows-model.js +1 -1
  42. package/lib/github/workflows.js +9 -3
  43. package/lib/gitpod.js +1 -1
  44. package/lib/ignore-file.js +1 -1
  45. package/lib/ini.js +1 -1
  46. package/lib/java/java-project.js +1 -1
  47. package/lib/java/junit.js +1 -1
  48. package/lib/java/maven-compile.js +1 -1
  49. package/lib/java/maven-packaging.js +1 -1
  50. package/lib/java/maven-sample.js +1 -1
  51. package/lib/java/pom.js +1 -1
  52. package/lib/java/projenrc.js +1 -1
  53. package/lib/javascript/bundler.js +1 -1
  54. package/lib/javascript/eslint.js +1 -1
  55. package/lib/javascript/jest.js +1 -1
  56. package/lib/javascript/node-package.js +1 -1
  57. package/lib/javascript/node-project.js +1 -1
  58. package/lib/javascript/npm-config.js +1 -1
  59. package/lib/javascript/projenrc.js +1 -1
  60. package/lib/javascript/typescript-config.js +1 -1
  61. package/lib/javascript/upgrade-dependencies.d.ts +7 -0
  62. package/lib/javascript/upgrade-dependencies.js +12 -11
  63. package/lib/json.js +1 -1
  64. package/lib/license.js +1 -1
  65. package/lib/logger.js +1 -1
  66. package/lib/makefile.js +1 -1
  67. package/lib/object-file.js +1 -1
  68. package/lib/project-build.js +1 -1
  69. package/lib/project.js +1 -1
  70. package/lib/projects.js +1 -1
  71. package/lib/projenrc-json.js +1 -1
  72. package/lib/python/pip.js +1 -1
  73. package/lib/python/poetry.js +2 -2
  74. package/lib/python/projenrc.js +1 -1
  75. package/lib/python/pytest.js +1 -1
  76. package/lib/python/python-project.js +1 -1
  77. package/lib/python/python-sample.js +1 -1
  78. package/lib/python/requirements-file.js +1 -1
  79. package/lib/python/setuppy.js +1 -1
  80. package/lib/python/setuptools.js +1 -1
  81. package/lib/python/venv.js +1 -1
  82. package/lib/readme.js +1 -1
  83. package/lib/release/publisher.d.ts +8 -0
  84. package/lib/release/publisher.js +5 -4
  85. package/lib/release/release-trigger.js +1 -1
  86. package/lib/release/release.d.ts +8 -0
  87. package/lib/release/release.js +5 -2
  88. package/lib/sample-file.js +2 -2
  89. package/lib/semver.js +1 -1
  90. package/lib/source-code.js +1 -1
  91. package/lib/task-runtime.js +1 -1
  92. package/lib/task.js +1 -1
  93. package/lib/tasks.js +1 -1
  94. package/lib/textfile.js +1 -1
  95. package/lib/toml.js +1 -1
  96. package/lib/typescript/projenrc.js +1 -1
  97. package/lib/typescript/typescript-typedoc.js +1 -1
  98. package/lib/typescript/typescript.js +3 -3
  99. package/lib/version.js +1 -1
  100. package/lib/vscode/devcontainer.js +1 -1
  101. package/lib/vscode/launch-config.js +1 -1
  102. package/lib/vscode/vscode.js +1 -1
  103. package/lib/web/next.js +3 -3
  104. package/lib/web/postcss.js +1 -1
  105. package/lib/web/react.js +4 -4
  106. package/lib/web/tailwind.js +1 -1
  107. package/lib/xmlfile.js +1 -1
  108. package/lib/yaml.js +1 -1
  109. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
  110. package/node_modules/xmlbuilder2/node_modules/@types/node/http.d.ts +1 -1
  111. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
  112. package/package.json +2 -2
package/.jsii CHANGED
@@ -445,7 +445,7 @@
445
445
  },
446
446
  "locationInModule": {
447
447
  "filename": "src/dependencies.ts",
448
- "line": 104
448
+ "line": 126
449
449
  },
450
450
  "name": "addDependency",
451
451
  "parameters": [
@@ -533,7 +533,7 @@
533
533
  },
534
534
  "locationInModule": {
535
535
  "filename": "src/dependencies.ts",
536
- "line": 136
536
+ "line": 158
537
537
  },
538
538
  "name": "removeDependency",
539
539
  "parameters": [
@@ -558,6 +558,47 @@
558
558
  }
559
559
  }
560
560
  ]
561
+ },
562
+ {
563
+ "docs": {
564
+ "remarks": "Returns `undefined` if there is no dependency defined by that name or if\n`type` is not provided and there is more then one dependency type for this\ndependency.",
565
+ "returns": "a copy (cannot be modified) or undefined if there is no match",
566
+ "stability": "experimental",
567
+ "summary": "Returns a dependency by name."
568
+ },
569
+ "locationInModule": {
570
+ "filename": "src/dependencies.ts",
571
+ "line": 108
572
+ },
573
+ "name": "tryGetDependency",
574
+ "parameters": [
575
+ {
576
+ "docs": {
577
+ "summary": "The name of the dependency."
578
+ },
579
+ "name": "name",
580
+ "type": {
581
+ "primitive": "string"
582
+ }
583
+ },
584
+ {
585
+ "docs": {
586
+ "remarks": "If this dependency is defined only for a\nsingle type, this argument can be omitted.",
587
+ "summary": "The dependency type."
588
+ },
589
+ "name": "type",
590
+ "optional": true,
591
+ "type": {
592
+ "fqn": "projen.DependencyType"
593
+ }
594
+ }
595
+ ],
596
+ "returns": {
597
+ "optional": true,
598
+ "type": {
599
+ "fqn": "projen.Dependency"
600
+ }
601
+ }
561
602
  }
562
603
  ],
563
604
  "name": "Dependencies",
@@ -617,7 +658,7 @@
617
658
  "kind": "interface",
618
659
  "locationInModule": {
619
660
  "filename": "src/dependencies.ts",
620
- "line": 224
661
+ "line": 246
621
662
  },
622
663
  "name": "Dependency",
623
664
  "properties": [
@@ -630,7 +671,7 @@
630
671
  "immutable": true,
631
672
  "locationInModule": {
632
673
  "filename": "src/dependencies.ts",
633
- "line": 229
674
+ "line": 251
634
675
  },
635
676
  "name": "type",
636
677
  "type": {
@@ -647,7 +688,7 @@
647
688
  "immutable": true,
648
689
  "locationInModule": {
649
690
  "filename": "src/dependencies.ts",
650
- "line": 236
691
+ "line": 258
651
692
  },
652
693
  "name": "metadata",
653
694
  "optional": true,
@@ -674,7 +715,7 @@
674
715
  "kind": "interface",
675
716
  "locationInModule": {
676
717
  "filename": "src/dependencies.ts",
677
- "line": 204
718
+ "line": 226
678
719
  },
679
720
  "name": "DependencyCoordinates",
680
721
  "properties": [
@@ -688,7 +729,7 @@
688
729
  "immutable": true,
689
730
  "locationInModule": {
690
731
  "filename": "src/dependencies.ts",
691
- "line": 211
732
+ "line": 233
692
733
  },
693
734
  "name": "name",
694
735
  "type": {
@@ -705,7 +746,7 @@
705
746
  "immutable": true,
706
747
  "locationInModule": {
707
748
  "filename": "src/dependencies.ts",
708
- "line": 218
749
+ "line": 240
709
750
  },
710
751
  "name": "version",
711
752
  "optional": true,
@@ -726,7 +767,7 @@
726
767
  "kind": "enum",
727
768
  "locationInModule": {
728
769
  "filename": "src/dependencies.ts",
729
- "line": 242
770
+ "line": 264
730
771
  },
731
772
  "members": [
732
773
  {
@@ -785,7 +826,7 @@
785
826
  "kind": "interface",
786
827
  "locationInModule": {
787
828
  "filename": "src/dependencies.ts",
788
- "line": 194
829
+ "line": 216
789
830
  },
790
831
  "name": "DepsManifest",
791
832
  "properties": [
@@ -798,7 +839,7 @@
798
839
  "immutable": true,
799
840
  "locationInModule": {
800
841
  "filename": "src/dependencies.ts",
801
- "line": 198
842
+ "line": 220
802
843
  },
803
844
  "name": "dependencies",
804
845
  "type": {
@@ -8994,7 +9035,7 @@
8994
9035
  },
8995
9036
  "locationInModule": {
8996
9037
  "filename": "src/awscdk/auto-discover.ts",
8997
- "line": 36
9038
+ "line": 41
8998
9039
  },
8999
9040
  "parameters": [
9000
9041
  {
@@ -9014,7 +9055,7 @@
9014
9055
  "kind": "class",
9015
9056
  "locationInModule": {
9016
9057
  "filename": "src/awscdk/auto-discover.ts",
9017
- "line": 33
9058
+ "line": 38
9018
9059
  },
9019
9060
  "name": "AutoDiscover",
9020
9061
  "namespace": "awscdk",
@@ -9068,6 +9109,22 @@
9068
9109
  "primitive": "string"
9069
9110
  }
9070
9111
  },
9112
+ {
9113
+ "abstract": true,
9114
+ "docs": {
9115
+ "stability": "experimental",
9116
+ "summary": "Path to the tsconfig file to use for integration tests."
9117
+ },
9118
+ "immutable": true,
9119
+ "locationInModule": {
9120
+ "filename": "src/awscdk/auto-discover.ts",
9121
+ "line": 31
9122
+ },
9123
+ "name": "tsconfigPath",
9124
+ "type": {
9125
+ "primitive": "string"
9126
+ }
9127
+ },
9071
9128
  {
9072
9129
  "abstract": true,
9073
9130
  "docs": {
@@ -9131,7 +9188,7 @@
9131
9188
  },
9132
9189
  "locationInModule": {
9133
9190
  "filename": "src/awscdk/awscdk-construct.ts",
9134
- "line": 179
9191
+ "line": 180
9135
9192
  },
9136
9193
  "name": "addCdkDependencies",
9137
9194
  "parameters": [
@@ -9155,7 +9212,7 @@
9155
9212
  },
9156
9213
  "locationInModule": {
9157
9214
  "filename": "src/awscdk/awscdk-construct.ts",
9158
- "line": 195
9215
+ "line": 196
9159
9216
  },
9160
9217
  "name": "addCdkTestDependencies",
9161
9218
  "parameters": [
@@ -9214,7 +9271,7 @@
9214
9271
  "immutable": true,
9215
9272
  "locationInModule": {
9216
9273
  "filename": "src/awscdk/awscdk-construct.ts",
9217
- "line": 162
9274
+ "line": 163
9218
9275
  },
9219
9276
  "name": "version",
9220
9277
  "type": {
@@ -9706,7 +9763,7 @@
9706
9763
  },
9707
9764
  "locationInModule": {
9708
9765
  "filename": "src/awscdk/awscdk-app-ts.ts",
9709
- "line": 183
9766
+ "line": 184
9710
9767
  },
9711
9768
  "name": "addCdkDependency",
9712
9769
  "parameters": [
@@ -10306,7 +10363,7 @@
10306
10363
  "kind": "class",
10307
10364
  "locationInModule": {
10308
10365
  "filename": "src/awscdk/awscdk-construct.ts",
10309
- "line": 208
10366
+ "line": 209
10310
10367
  },
10311
10368
  "name": "ConstructLibraryAws",
10312
10369
  "namespace": "awscdk",
@@ -10326,7 +10383,7 @@
10326
10383
  "kind": "interface",
10327
10384
  "locationInModule": {
10328
10385
  "filename": "src/awscdk/awscdk-construct.ts",
10329
- "line": 205
10386
+ "line": 206
10330
10387
  },
10331
10388
  "name": "ConstructLibraryAwsOptions",
10332
10389
  "namespace": "awscdk",
@@ -10346,7 +10403,7 @@
10346
10403
  },
10347
10404
  "locationInModule": {
10348
10405
  "filename": "src/awscdk/integration-test.ts",
10349
- "line": 60
10406
+ "line": 66
10350
10407
  },
10351
10408
  "parameters": [
10352
10409
  {
@@ -10366,7 +10423,7 @@
10366
10423
  "kind": "class",
10367
10424
  "locationInModule": {
10368
10425
  "filename": "src/awscdk/integration-test.ts",
10369
- "line": 34
10426
+ "line": 40
10370
10427
  },
10371
10428
  "name": "IntegrationTest",
10372
10429
  "namespace": "awscdk",
@@ -10379,7 +10436,7 @@
10379
10436
  "immutable": true,
10380
10437
  "locationInModule": {
10381
10438
  "filename": "src/awscdk/integration-test.ts",
10382
- "line": 48
10439
+ "line": 54
10383
10440
  },
10384
10441
  "name": "assertTask",
10385
10442
  "type": {
@@ -10394,7 +10451,7 @@
10394
10451
  "immutable": true,
10395
10452
  "locationInModule": {
10396
10453
  "filename": "src/awscdk/integration-test.ts",
10397
- "line": 38
10454
+ "line": 44
10398
10455
  },
10399
10456
  "name": "deployTask",
10400
10457
  "type": {
@@ -10409,7 +10466,7 @@
10409
10466
  "immutable": true,
10410
10467
  "locationInModule": {
10411
10468
  "filename": "src/awscdk/integration-test.ts",
10412
- "line": 43
10469
+ "line": 49
10413
10470
  },
10414
10471
  "name": "destroyTask",
10415
10472
  "type": {
@@ -10424,7 +10481,7 @@
10424
10481
  "immutable": true,
10425
10482
  "locationInModule": {
10426
10483
  "filename": "src/awscdk/integration-test.ts",
10427
- "line": 53
10484
+ "line": 59
10428
10485
  },
10429
10486
  "name": "snapshotTask",
10430
10487
  "type": {
@@ -10439,7 +10496,7 @@
10439
10496
  "immutable": true,
10440
10497
  "locationInModule": {
10441
10498
  "filename": "src/awscdk/integration-test.ts",
10442
- "line": 58
10499
+ "line": 64
10443
10500
  },
10444
10501
  "name": "watchTask",
10445
10502
  "type": {
@@ -10459,7 +10516,7 @@
10459
10516
  "kind": "interface",
10460
10517
  "locationInModule": {
10461
10518
  "filename": "src/awscdk/integration-test.ts",
10462
- "line": 7
10519
+ "line": 8
10463
10520
  },
10464
10521
  "name": "IntegrationTestCommonOptions",
10465
10522
  "namespace": "awscdk",
@@ -10475,7 +10532,7 @@
10475
10532
  "immutable": true,
10476
10533
  "locationInModule": {
10477
10534
  "filename": "src/awscdk/integration-test.ts",
10478
- "line": 13
10535
+ "line": 14
10479
10536
  },
10480
10537
  "name": "destroyAfterDeploy",
10481
10538
  "optional": true,
@@ -10500,7 +10557,7 @@
10500
10557
  "kind": "interface",
10501
10558
  "locationInModule": {
10502
10559
  "filename": "src/awscdk/integration-test.ts",
10503
- "line": 19
10560
+ "line": 20
10504
10561
  },
10505
10562
  "name": "IntegrationTestOptions",
10506
10563
  "namespace": "awscdk",
@@ -10516,12 +10573,28 @@
10516
10573
  "immutable": true,
10517
10574
  "locationInModule": {
10518
10575
  "filename": "src/awscdk/integration-test.ts",
10519
- "line": 28
10576
+ "line": 29
10520
10577
  },
10521
10578
  "name": "entrypoint",
10522
10579
  "type": {
10523
10580
  "primitive": "string"
10524
10581
  }
10582
+ },
10583
+ {
10584
+ "abstract": true,
10585
+ "docs": {
10586
+ "stability": "experimental",
10587
+ "summary": "The path of the tsconfig.json file to use when running integration test cdk apps."
10588
+ },
10589
+ "immutable": true,
10590
+ "locationInModule": {
10591
+ "filename": "src/awscdk/integration-test.ts",
10592
+ "line": 34
10593
+ },
10594
+ "name": "tsconfigPath",
10595
+ "type": {
10596
+ "primitive": "string"
10597
+ }
10525
10598
  }
10526
10599
  ],
10527
10600
  "symbolId": "src/awscdk/integration-test:IntegrationTestOptions"
@@ -12085,7 +12158,7 @@
12085
12158
  },
12086
12159
  "locationInModule": {
12087
12160
  "filename": "src/github/auto-approve.ts",
12088
- "line": 42
12161
+ "line": 48
12089
12162
  },
12090
12163
  "parameters": [
12091
12164
  {
@@ -12105,7 +12178,7 @@
12105
12178
  "kind": "class",
12106
12179
  "locationInModule": {
12107
12180
  "filename": "src/github/auto-approve.ts",
12108
- "line": 39
12181
+ "line": 45
12109
12182
  },
12110
12183
  "name": "AutoApprove",
12111
12184
  "namespace": "github",
@@ -12117,7 +12190,7 @@
12117
12190
  "immutable": true,
12118
12191
  "locationInModule": {
12119
12192
  "filename": "src/github/auto-approve.ts",
12120
- "line": 40
12193
+ "line": 46
12121
12194
  },
12122
12195
  "name": "label",
12123
12196
  "type": {
@@ -12200,6 +12273,29 @@
12200
12273
  "type": {
12201
12274
  "primitive": "string"
12202
12275
  }
12276
+ },
12277
+ {
12278
+ "abstract": true,
12279
+ "docs": {
12280
+ "default": "[\"ubuntu-latest\"]",
12281
+ "stability": "experimental",
12282
+ "summary": "Github Runner selection labels."
12283
+ },
12284
+ "immutable": true,
12285
+ "locationInModule": {
12286
+ "filename": "src/github/auto-approve.ts",
12287
+ "line": 39
12288
+ },
12289
+ "name": "runsOn",
12290
+ "optional": true,
12291
+ "type": {
12292
+ "collection": {
12293
+ "elementtype": {
12294
+ "primitive": "string"
12295
+ },
12296
+ "kind": "array"
12297
+ }
12298
+ }
12203
12299
  }
12204
12300
  ],
12205
12301
  "symbolId": "src/github/auto-approve:AutoApproveOptions"
@@ -13704,7 +13800,7 @@
13704
13800
  "kind": "interface",
13705
13801
  "locationInModule": {
13706
13802
  "filename": "src/github/task-workflow.ts",
13707
- "line": 189
13803
+ "line": 194
13708
13804
  },
13709
13805
  "name": "GitIdentity",
13710
13806
  "namespace": "github",
@@ -13718,7 +13814,7 @@
13718
13814
  "immutable": true,
13719
13815
  "locationInModule": {
13720
13816
  "filename": "src/github/task-workflow.ts",
13721
- "line": 198
13817
+ "line": 203
13722
13818
  },
13723
13819
  "name": "email",
13724
13820
  "type": {
@@ -13734,7 +13830,7 @@
13734
13830
  "immutable": true,
13735
13831
  "locationInModule": {
13736
13832
  "filename": "src/github/task-workflow.ts",
13737
- "line": 193
13833
+ "line": 198
13738
13834
  },
13739
13835
  "name": "name",
13740
13836
  "type": {
@@ -13825,7 +13921,7 @@
13825
13921
  },
13826
13922
  "locationInModule": {
13827
13923
  "filename": "src/github/workflows.ts",
13828
- "line": 110
13924
+ "line": 117
13829
13925
  },
13830
13926
  "name": "addJobsLater",
13831
13927
  "parameters": [
@@ -13984,7 +14080,7 @@
13984
14080
  "kind": "interface",
13985
14081
  "locationInModule": {
13986
14082
  "filename": "src/github/workflows.ts",
13987
- "line": 234
14083
+ "line": 241
13988
14084
  },
13989
14085
  "methods": [
13990
14086
  {
@@ -13995,7 +14091,7 @@
13995
14091
  },
13996
14092
  "locationInModule": {
13997
14093
  "filename": "src/github/workflows.ts",
13998
- "line": 238
14094
+ "line": 245
13999
14095
  },
14000
14096
  "name": "renderJobs",
14001
14097
  "returns": {
@@ -14297,7 +14393,7 @@
14297
14393
  },
14298
14394
  "locationInModule": {
14299
14395
  "filename": "src/github/pull-request-lint.ts",
14300
- "line": 48
14396
+ "line": 54
14301
14397
  },
14302
14398
  "parameters": [
14303
14399
  {
@@ -14318,7 +14414,7 @@
14318
14414
  "kind": "class",
14319
14415
  "locationInModule": {
14320
14416
  "filename": "src/github/pull-request-lint.ts",
14321
- "line": 47
14417
+ "line": 53
14322
14418
  },
14323
14419
  "name": "PullRequestLint",
14324
14420
  "namespace": "github",
@@ -14340,6 +14436,29 @@
14340
14436
  "name": "PullRequestLintOptions",
14341
14437
  "namespace": "github",
14342
14438
  "properties": [
14439
+ {
14440
+ "abstract": true,
14441
+ "docs": {
14442
+ "default": "[\"ubuntu-latest\"]",
14443
+ "stability": "experimental",
14444
+ "summary": "Github Runner selection labels."
14445
+ },
14446
+ "immutable": true,
14447
+ "locationInModule": {
14448
+ "filename": "src/github/pull-request-lint.ts",
14449
+ "line": 27
14450
+ },
14451
+ "name": "runsOn",
14452
+ "optional": true,
14453
+ "type": {
14454
+ "collection": {
14455
+ "elementtype": {
14456
+ "primitive": "string"
14457
+ },
14458
+ "kind": "array"
14459
+ }
14460
+ }
14461
+ },
14343
14462
  {
14344
14463
  "abstract": true,
14345
14464
  "docs": {
@@ -14476,7 +14595,7 @@
14476
14595
  "kind": "interface",
14477
14596
  "locationInModule": {
14478
14597
  "filename": "src/github/pull-request-lint.ts",
14479
- "line": 28
14598
+ "line": 34
14480
14599
  },
14481
14600
  "name": "SemanticTitleOptions",
14482
14601
  "namespace": "github",
@@ -14492,7 +14611,7 @@
14492
14611
  "immutable": true,
14493
14612
  "locationInModule": {
14494
14613
  "filename": "src/github/pull-request-lint.ts",
14495
- "line": 40
14614
+ "line": 46
14496
14615
  },
14497
14616
  "name": "requireScope",
14498
14617
  "optional": true,
@@ -14510,7 +14629,7 @@
14510
14629
  "immutable": true,
14511
14630
  "locationInModule": {
14512
14631
  "filename": "src/github/pull-request-lint.ts",
14513
- "line": 33
14632
+ "line": 39
14514
14633
  },
14515
14634
  "name": "types",
14516
14635
  "optional": true,
@@ -14542,7 +14661,7 @@
14542
14661
  },
14543
14662
  "locationInModule": {
14544
14663
  "filename": "src/github/stale.ts",
14545
- "line": 84
14664
+ "line": 90
14546
14665
  },
14547
14666
  "parameters": [
14548
14667
  {
@@ -14563,7 +14682,7 @@
14563
14682
  "kind": "class",
14564
14683
  "locationInModule": {
14565
14684
  "filename": "src/github/stale.ts",
14566
- "line": 83
14685
+ "line": 89
14567
14686
  },
14568
14687
  "name": "Stale",
14569
14688
  "namespace": "github",
@@ -14580,7 +14699,7 @@
14580
14699
  "kind": "interface",
14581
14700
  "locationInModule": {
14582
14701
  "filename": "src/github/stale.ts",
14583
- "line": 30
14702
+ "line": 36
14584
14703
  },
14585
14704
  "name": "StaleBehavior",
14586
14705
  "namespace": "github",
@@ -14598,7 +14717,7 @@
14598
14717
  "immutable": true,
14599
14718
  "locationInModule": {
14600
14719
  "filename": "src/github/stale.ts",
14601
- "line": 63
14720
+ "line": 69
14602
14721
  },
14603
14722
  "name": "closeMessage",
14604
14723
  "optional": true,
@@ -14617,7 +14736,7 @@
14617
14736
  "immutable": true,
14618
14737
  "locationInModule": {
14619
14738
  "filename": "src/github/stale.ts",
14620
- "line": 50
14739
+ "line": 56
14621
14740
  },
14622
14741
  "name": "daysBeforeClose",
14623
14742
  "optional": true,
@@ -14636,7 +14755,7 @@
14636
14755
  "immutable": true,
14637
14756
  "locationInModule": {
14638
14757
  "filename": "src/github/stale.ts",
14639
- "line": 44
14758
+ "line": 50
14640
14759
  },
14641
14760
  "name": "daysBeforeStale",
14642
14761
  "optional": true,
@@ -14655,7 +14774,7 @@
14655
14774
  "immutable": true,
14656
14775
  "locationInModule": {
14657
14776
  "filename": "src/github/stale.ts",
14658
- "line": 38
14777
+ "line": 44
14659
14778
  },
14660
14779
  "name": "enabled",
14661
14780
  "optional": true,
@@ -14673,7 +14792,7 @@
14673
14792
  "immutable": true,
14674
14793
  "locationInModule": {
14675
14794
  "filename": "src/github/stale.ts",
14676
- "line": 69
14795
+ "line": 75
14677
14796
  },
14678
14797
  "name": "staleLabel",
14679
14798
  "optional": true,
@@ -14691,7 +14810,7 @@
14691
14810
  "immutable": true,
14692
14811
  "locationInModule": {
14693
14812
  "filename": "src/github/stale.ts",
14694
- "line": 56
14813
+ "line": 62
14695
14814
  },
14696
14815
  "name": "staleMessage",
14697
14816
  "optional": true,
@@ -14753,6 +14872,29 @@
14753
14872
  "type": {
14754
14873
  "fqn": "projen.github.StaleBehavior"
14755
14874
  }
14875
+ },
14876
+ {
14877
+ "abstract": true,
14878
+ "docs": {
14879
+ "default": "[\"ubuntu-latest\"]",
14880
+ "stability": "experimental",
14881
+ "summary": "Github Runner selection labels."
14882
+ },
14883
+ "immutable": true,
14884
+ "locationInModule": {
14885
+ "filename": "src/github/stale.ts",
14886
+ "line": 30
14887
+ },
14888
+ "name": "runsOn",
14889
+ "optional": true,
14890
+ "type": {
14891
+ "collection": {
14892
+ "elementtype": {
14893
+ "primitive": "string"
14894
+ },
14895
+ "kind": "array"
14896
+ }
14897
+ }
14756
14898
  }
14757
14899
  ],
14758
14900
  "symbolId": "src/github/stale:StaleOptions"
@@ -14771,7 +14913,7 @@
14771
14913
  },
14772
14914
  "locationInModule": {
14773
14915
  "filename": "src/github/task-workflow.ts",
14774
- "line": 112
14916
+ "line": 117
14775
14917
  },
14776
14918
  "parameters": [
14777
14919
  {
@@ -14791,7 +14933,7 @@
14791
14933
  "kind": "class",
14792
14934
  "locationInModule": {
14793
14935
  "filename": "src/github/task-workflow.ts",
14794
- "line": 108
14936
+ "line": 113
14795
14937
  },
14796
14938
  "name": "TaskWorkflow",
14797
14939
  "namespace": "github",
@@ -14803,7 +14945,7 @@
14803
14945
  "immutable": true,
14804
14946
  "locationInModule": {
14805
14947
  "filename": "src/github/task-workflow.ts",
14806
- "line": 110
14948
+ "line": 115
14807
14949
  },
14808
14950
  "name": "jobId",
14809
14951
  "type": {
@@ -14823,7 +14965,7 @@
14823
14965
  "kind": "interface",
14824
14966
  "locationInModule": {
14825
14967
  "filename": "src/github/task-workflow.ts",
14826
- "line": 10
14968
+ "line": 9
14827
14969
  },
14828
14970
  "name": "TaskWorkflowOptions",
14829
14971
  "namespace": "github",
@@ -14837,7 +14979,7 @@
14837
14979
  "immutable": true,
14838
14980
  "locationInModule": {
14839
14981
  "filename": "src/github/task-workflow.ts",
14840
- "line": 14
14982
+ "line": 13
14841
14983
  },
14842
14984
  "name": "name",
14843
14985
  "type": {
@@ -14853,7 +14995,7 @@
14853
14995
  "immutable": true,
14854
14996
  "locationInModule": {
14855
14997
  "filename": "src/github/task-workflow.ts",
14856
- "line": 90
14998
+ "line": 89
14857
14999
  },
14858
15000
  "name": "permissions",
14859
15001
  "type": {
@@ -14869,7 +15011,7 @@
14869
15011
  "immutable": true,
14870
15012
  "locationInModule": {
14871
15013
  "filename": "src/github/task-workflow.ts",
14872
- "line": 72
15014
+ "line": 71
14873
15015
  },
14874
15016
  "name": "task",
14875
15017
  "type": {
@@ -14886,7 +15028,7 @@
14886
15028
  "immutable": true,
14887
15029
  "locationInModule": {
14888
15030
  "filename": "src/github/task-workflow.ts",
14889
- "line": 39
15031
+ "line": 38
14890
15032
  },
14891
15033
  "name": "artifactsDirectory",
14892
15034
  "optional": true,
@@ -14904,7 +15046,7 @@
14904
15046
  "immutable": true,
14905
15047
  "locationInModule": {
14906
15048
  "filename": "src/github/task-workflow.ts",
14907
- "line": 60
15049
+ "line": 59
14908
15050
  },
14909
15051
  "name": "checkoutWith",
14910
15052
  "optional": true,
@@ -14926,7 +15068,7 @@
14926
15068
  "immutable": true,
14927
15069
  "locationInModule": {
14928
15070
  "filename": "src/github/task-workflow.ts",
14929
- "line": 30
15071
+ "line": 29
14930
15072
  },
14931
15073
  "name": "condition",
14932
15074
  "optional": true,
@@ -14943,7 +15085,7 @@
14943
15085
  "immutable": true,
14944
15086
  "locationInModule": {
14945
15087
  "filename": "src/github/task-workflow.ts",
14946
- "line": 25
15088
+ "line": 24
14947
15089
  },
14948
15090
  "name": "container",
14949
15091
  "optional": true,
@@ -14961,7 +15103,7 @@
14961
15103
  "immutable": true,
14962
15104
  "locationInModule": {
14963
15105
  "filename": "src/github/task-workflow.ts",
14964
- "line": 85
15106
+ "line": 84
14965
15107
  },
14966
15108
  "name": "env",
14967
15109
  "optional": true,
@@ -14983,7 +15125,7 @@
14983
15125
  "immutable": true,
14984
15126
  "locationInModule": {
14985
15127
  "filename": "src/github/task-workflow.ts",
14986
- "line": 102
15128
+ "line": 101
14987
15129
  },
14988
15130
  "name": "gitIdentity",
14989
15131
  "optional": true,
@@ -15001,7 +15143,7 @@
15001
15143
  "immutable": true,
15002
15144
  "locationInModule": {
15003
15145
  "filename": "src/github/task-workflow.ts",
15004
- "line": 20
15146
+ "line": 19
15005
15147
  },
15006
15148
  "name": "jobId",
15007
15149
  "optional": true,
@@ -15019,7 +15161,7 @@
15019
15161
  "immutable": true,
15020
15162
  "locationInModule": {
15021
15163
  "filename": "src/github/task-workflow.ts",
15022
- "line": 97
15164
+ "line": 96
15023
15165
  },
15024
15166
  "name": "outputs",
15025
15167
  "optional": true,
@@ -15042,7 +15184,7 @@
15042
15184
  "immutable": true,
15043
15185
  "locationInModule": {
15044
15186
  "filename": "src/github/task-workflow.ts",
15045
- "line": 79
15187
+ "line": 78
15046
15188
  },
15047
15189
  "name": "postBuildSteps",
15048
15190
  "optional": true,
@@ -15065,7 +15207,7 @@
15065
15207
  "immutable": true,
15066
15208
  "locationInModule": {
15067
15209
  "filename": "src/github/task-workflow.ts",
15068
- "line": 67
15210
+ "line": 66
15069
15211
  },
15070
15212
  "name": "preBuildSteps",
15071
15213
  "optional": true,
@@ -15088,7 +15230,7 @@
15088
15230
  "immutable": true,
15089
15231
  "locationInModule": {
15090
15232
  "filename": "src/github/task-workflow.ts",
15091
- "line": 53
15233
+ "line": 52
15092
15234
  },
15093
15235
  "name": "preCheckoutSteps",
15094
15236
  "optional": true,
@@ -15101,6 +15243,29 @@
15101
15243
  }
15102
15244
  }
15103
15245
  },
15246
+ {
15247
+ "abstract": true,
15248
+ "docs": {
15249
+ "default": "[\"ubuntu-latest\"]",
15250
+ "stability": "experimental",
15251
+ "summary": "Github Runner selection labels."
15252
+ },
15253
+ "immutable": true,
15254
+ "locationInModule": {
15255
+ "filename": "src/github/task-workflow.ts",
15256
+ "line": 107
15257
+ },
15258
+ "name": "runsOn",
15259
+ "optional": true,
15260
+ "type": {
15261
+ "collection": {
15262
+ "elementtype": {
15263
+ "primitive": "string"
15264
+ },
15265
+ "kind": "array"
15266
+ }
15267
+ }
15268
+ },
15104
15269
  {
15105
15270
  "abstract": true,
15106
15271
  "docs": {
@@ -15111,7 +15276,7 @@
15111
15276
  "immutable": true,
15112
15277
  "locationInModule": {
15113
15278
  "filename": "src/github/task-workflow.ts",
15114
- "line": 46
15279
+ "line": 45
15115
15280
  },
15116
15281
  "name": "triggers",
15117
15282
  "optional": true,
@@ -15854,7 +16019,7 @@
15854
16019
  {
15855
16020
  "abstract": true,
15856
16021
  "docs": {
15857
- "example": "\"ubuntu-latest\"",
16022
+ "example": "[\"ubuntu-latest\"]",
15858
16023
  "remarks": "The machine can be either a\nGitHub-hosted runner or a self-hosted runner.",
15859
16024
  "stability": "experimental",
15860
16025
  "summary": "The type of machine to run the job on."
@@ -15866,7 +16031,12 @@
15866
16031
  },
15867
16032
  "name": "runsOn",
15868
16033
  "type": {
15869
- "primitive": "string"
16034
+ "collection": {
16035
+ "elementtype": {
16036
+ "primitive": "string"
16037
+ },
16038
+ "kind": "array"
16039
+ }
15870
16040
  }
15871
16041
  },
15872
16042
  {
@@ -27065,7 +27235,7 @@
27065
27235
  },
27066
27236
  "locationInModule": {
27067
27237
  "filename": "src/javascript/upgrade-dependencies.ts",
27068
- "line": 110
27238
+ "line": 109
27069
27239
  },
27070
27240
  "parameters": [
27071
27241
  {
@@ -27086,7 +27256,7 @@
27086
27256
  "kind": "class",
27087
27257
  "locationInModule": {
27088
27258
  "filename": "src/javascript/upgrade-dependencies.ts",
27089
- "line": 92
27259
+ "line": 91
27090
27260
  },
27091
27261
  "methods": [
27092
27262
  {
@@ -27096,7 +27266,7 @@
27096
27266
  },
27097
27267
  "locationInModule": {
27098
27268
  "filename": "src/javascript/upgrade-dependencies.ts",
27099
- "line": 124
27269
+ "line": 123
27100
27270
  },
27101
27271
  "name": "preSynthesize",
27102
27272
  "overrides": "projen.Component"
@@ -27113,7 +27283,7 @@
27113
27283
  "immutable": true,
27114
27284
  "locationInModule": {
27115
27285
  "filename": "src/javascript/upgrade-dependencies.ts",
27116
- "line": 106
27286
+ "line": 105
27117
27287
  },
27118
27288
  "name": "ignoresProjen",
27119
27289
  "type": {
@@ -27129,7 +27299,7 @@
27129
27299
  "immutable": true,
27130
27300
  "locationInModule": {
27131
27301
  "filename": "src/javascript/upgrade-dependencies.ts",
27132
- "line": 97
27302
+ "line": 96
27133
27303
  },
27134
27304
  "name": "workflows",
27135
27305
  "type": {
@@ -27155,7 +27325,7 @@
27155
27325
  "kind": "interface",
27156
27326
  "locationInModule": {
27157
27327
  "filename": "src/javascript/upgrade-dependencies.ts",
27158
- "line": 25
27328
+ "line": 24
27159
27329
  },
27160
27330
  "name": "UpgradeDependenciesOptions",
27161
27331
  "namespace": "javascript",
@@ -27170,7 +27340,7 @@
27170
27340
  "immutable": true,
27171
27341
  "locationInModule": {
27172
27342
  "filename": "src/javascript/upgrade-dependencies.ts",
27173
- "line": 32
27343
+ "line": 31
27174
27344
  },
27175
27345
  "name": "exclude",
27176
27346
  "optional": true,
@@ -27193,7 +27363,7 @@
27193
27363
  "immutable": true,
27194
27364
  "locationInModule": {
27195
27365
  "filename": "src/javascript/upgrade-dependencies.ts",
27196
- "line": 79
27366
+ "line": 78
27197
27367
  },
27198
27368
  "name": "ignoreProjen",
27199
27369
  "optional": true,
@@ -27211,7 +27381,7 @@
27211
27381
  "immutable": true,
27212
27382
  "locationInModule": {
27213
27383
  "filename": "src/javascript/upgrade-dependencies.ts",
27214
- "line": 39
27384
+ "line": 38
27215
27385
  },
27216
27386
  "name": "include",
27217
27387
  "optional": true,
@@ -27234,7 +27404,7 @@
27234
27404
  "immutable": true,
27235
27405
  "locationInModule": {
27236
27406
  "filename": "src/javascript/upgrade-dependencies.ts",
27237
- "line": 72
27407
+ "line": 71
27238
27408
  },
27239
27409
  "name": "pullRequestTitle",
27240
27410
  "optional": true,
@@ -27252,7 +27422,7 @@
27252
27422
  "immutable": true,
27253
27423
  "locationInModule": {
27254
27424
  "filename": "src/javascript/upgrade-dependencies.ts",
27255
- "line": 86
27425
+ "line": 85
27256
27426
  },
27257
27427
  "name": "signoff",
27258
27428
  "optional": true,
@@ -27271,7 +27441,7 @@
27271
27441
  "immutable": true,
27272
27442
  "locationInModule": {
27273
27443
  "filename": "src/javascript/upgrade-dependencies.ts",
27274
- "line": 65
27444
+ "line": 64
27275
27445
  },
27276
27446
  "name": "taskName",
27277
27447
  "optional": true,
@@ -27290,7 +27460,7 @@
27290
27460
  "immutable": true,
27291
27461
  "locationInModule": {
27292
27462
  "filename": "src/javascript/upgrade-dependencies.ts",
27293
- "line": 50
27463
+ "line": 49
27294
27464
  },
27295
27465
  "name": "workflow",
27296
27466
  "optional": true,
@@ -27309,7 +27479,7 @@
27309
27479
  "immutable": true,
27310
27480
  "locationInModule": {
27311
27481
  "filename": "src/javascript/upgrade-dependencies.ts",
27312
- "line": 57
27482
+ "line": 56
27313
27483
  },
27314
27484
  "name": "workflowOptions",
27315
27485
  "optional": true,
@@ -27330,7 +27500,7 @@
27330
27500
  "kind": "class",
27331
27501
  "locationInModule": {
27332
27502
  "filename": "src/javascript/upgrade-dependencies.ts",
27333
- "line": 461
27503
+ "line": 468
27334
27504
  },
27335
27505
  "methods": [
27336
27506
  {
@@ -27340,7 +27510,7 @@
27340
27510
  },
27341
27511
  "locationInModule": {
27342
27512
  "filename": "src/javascript/upgrade-dependencies.ts",
27343
- "line": 491
27513
+ "line": 498
27344
27514
  },
27345
27515
  "name": "expressions",
27346
27516
  "parameters": [
@@ -27376,7 +27546,7 @@
27376
27546
  "immutable": true,
27377
27547
  "locationInModule": {
27378
27548
  "filename": "src/javascript/upgrade-dependencies.ts",
27379
- "line": 471
27549
+ "line": 478
27380
27550
  },
27381
27551
  "name": "DAILY",
27382
27552
  "static": true,
@@ -27393,7 +27563,7 @@
27393
27563
  "immutable": true,
27394
27564
  "locationInModule": {
27395
27565
  "filename": "src/javascript/upgrade-dependencies.ts",
27396
- "line": 486
27566
+ "line": 493
27397
27567
  },
27398
27568
  "name": "MONTHLY",
27399
27569
  "static": true,
@@ -27410,7 +27580,7 @@
27410
27580
  "immutable": true,
27411
27581
  "locationInModule": {
27412
27582
  "filename": "src/javascript/upgrade-dependencies.ts",
27413
- "line": 466
27583
+ "line": 473
27414
27584
  },
27415
27585
  "name": "NEVER",
27416
27586
  "static": true,
@@ -27427,7 +27597,7 @@
27427
27597
  "immutable": true,
27428
27598
  "locationInModule": {
27429
27599
  "filename": "src/javascript/upgrade-dependencies.ts",
27430
- "line": 476
27600
+ "line": 483
27431
27601
  },
27432
27602
  "name": "WEEKDAY",
27433
27603
  "static": true,
@@ -27444,7 +27614,7 @@
27444
27614
  "immutable": true,
27445
27615
  "locationInModule": {
27446
27616
  "filename": "src/javascript/upgrade-dependencies.ts",
27447
- "line": 481
27617
+ "line": 488
27448
27618
  },
27449
27619
  "name": "WEEKLY",
27450
27620
  "static": true,
@@ -27459,7 +27629,7 @@
27459
27629
  "immutable": true,
27460
27630
  "locationInModule": {
27461
27631
  "filename": "src/javascript/upgrade-dependencies.ts",
27462
- "line": 495
27632
+ "line": 502
27463
27633
  },
27464
27634
  "name": "cron",
27465
27635
  "type": {
@@ -27485,7 +27655,7 @@
27485
27655
  "kind": "interface",
27486
27656
  "locationInModule": {
27487
27657
  "filename": "src/javascript/upgrade-dependencies.ts",
27488
- "line": 391
27658
+ "line": 392
27489
27659
  },
27490
27660
  "name": "UpgradeDependenciesWorkflowOptions",
27491
27661
  "namespace": "javascript",
@@ -27500,7 +27670,7 @@
27500
27670
  "immutable": true,
27501
27671
  "locationInModule": {
27502
27672
  "filename": "src/javascript/upgrade-dependencies.ts",
27503
- "line": 449
27673
+ "line": 450
27504
27674
  },
27505
27675
  "name": "branches",
27506
27676
  "optional": true,
@@ -27523,7 +27693,7 @@
27523
27693
  "immutable": true,
27524
27694
  "locationInModule": {
27525
27695
  "filename": "src/javascript/upgrade-dependencies.ts",
27526
- "line": 442
27696
+ "line": 443
27527
27697
  },
27528
27698
  "name": "container",
27529
27699
  "optional": true,
@@ -27544,7 +27714,7 @@
27544
27714
  "immutable": true,
27545
27715
  "locationInModule": {
27546
27716
  "filename": "src/javascript/upgrade-dependencies.ts",
27547
- "line": 455
27717
+ "line": 456
27548
27718
  },
27549
27719
  "name": "gitIdentity",
27550
27720
  "optional": true,
@@ -27562,7 +27732,7 @@
27562
27732
  "immutable": true,
27563
27733
  "locationInModule": {
27564
27734
  "filename": "src/javascript/upgrade-dependencies.ts",
27565
- "line": 421
27735
+ "line": 422
27566
27736
  },
27567
27737
  "name": "labels",
27568
27738
  "optional": true,
@@ -27587,7 +27757,7 @@
27587
27757
  "immutable": true,
27588
27758
  "locationInModule": {
27589
27759
  "filename": "src/javascript/upgrade-dependencies.ts",
27590
- "line": 435
27760
+ "line": 436
27591
27761
  },
27592
27762
  "name": "rebuild",
27593
27763
  "optional": true,
@@ -27595,6 +27765,29 @@
27595
27765
  "primitive": "boolean"
27596
27766
  }
27597
27767
  },
27768
+ {
27769
+ "abstract": true,
27770
+ "docs": {
27771
+ "default": "[\"ubuntu-latest\"]",
27772
+ "stability": "experimental",
27773
+ "summary": "Github Runner selection labels."
27774
+ },
27775
+ "immutable": true,
27776
+ "locationInModule": {
27777
+ "filename": "src/javascript/upgrade-dependencies.ts",
27778
+ "line": 462
27779
+ },
27780
+ "name": "runsOn",
27781
+ "optional": true,
27782
+ "type": {
27783
+ "collection": {
27784
+ "elementtype": {
27785
+ "primitive": "string"
27786
+ },
27787
+ "kind": "array"
27788
+ }
27789
+ }
27790
+ },
27598
27791
  {
27599
27792
  "abstract": true,
27600
27793
  "docs": {
@@ -27605,7 +27798,7 @@
27605
27798
  "immutable": true,
27606
27799
  "locationInModule": {
27607
27800
  "filename": "src/javascript/upgrade-dependencies.ts",
27608
- "line": 398
27801
+ "line": 399
27609
27802
  },
27610
27803
  "name": "schedule",
27611
27804
  "optional": true,
@@ -27625,7 +27818,7 @@
27625
27818
  "immutable": true,
27626
27819
  "locationInModule": {
27627
27820
  "filename": "src/javascript/upgrade-dependencies.ts",
27628
- "line": 414
27821
+ "line": 415
27629
27822
  },
27630
27823
  "name": "secret",
27631
27824
  "optional": true,
@@ -30195,7 +30388,7 @@
30195
30388
  "kind": "interface",
30196
30389
  "locationInModule": {
30197
30390
  "filename": "src/release/release.ts",
30198
- "line": 472
30391
+ "line": 482
30199
30392
  },
30200
30393
  "name": "BranchOptions",
30201
30394
  "namespace": "release",
@@ -30209,7 +30402,7 @@
30209
30402
  "immutable": true,
30210
30403
  "locationInModule": {
30211
30404
  "filename": "src/release/release.ts",
30212
- "line": 482
30405
+ "line": 492
30213
30406
  },
30214
30407
  "name": "majorVersion",
30215
30408
  "type": {
@@ -30226,7 +30419,7 @@
30226
30419
  "immutable": true,
30227
30420
  "locationInModule": {
30228
30421
  "filename": "src/release/release.ts",
30229
- "line": 489
30422
+ "line": 499
30230
30423
  },
30231
30424
  "name": "prerelease",
30232
30425
  "optional": true,
@@ -30245,7 +30438,7 @@
30245
30438
  "immutable": true,
30246
30439
  "locationInModule": {
30247
30440
  "filename": "src/release/release.ts",
30248
- "line": 503
30441
+ "line": 513
30249
30442
  },
30250
30443
  "name": "tagPrefix",
30251
30444
  "optional": true,
@@ -30263,7 +30456,7 @@
30263
30456
  "immutable": true,
30264
30457
  "locationInModule": {
30265
30458
  "filename": "src/release/release.ts",
30266
- "line": 477
30459
+ "line": 487
30267
30460
  },
30268
30461
  "name": "workflowName",
30269
30462
  "optional": true,
@@ -30284,7 +30477,7 @@
30284
30477
  "kind": "interface",
30285
30478
  "locationInModule": {
30286
30479
  "filename": "src/release/publisher.ts",
30287
- "line": 499
30480
+ "line": 507
30288
30481
  },
30289
30482
  "name": "CodeArtifactOptions",
30290
30483
  "namespace": "release",
@@ -30300,7 +30493,7 @@
30300
30493
  "immutable": true,
30301
30494
  "locationInModule": {
30302
30495
  "filename": "src/release/publisher.ts",
30303
- "line": 506
30496
+ "line": 514
30304
30497
  },
30305
30498
  "name": "accessKeyIdSecret",
30306
30499
  "optional": true,
@@ -30318,7 +30511,7 @@
30318
30511
  "immutable": true,
30319
30512
  "locationInModule": {
30320
30513
  "filename": "src/release/publisher.ts",
30321
- "line": 522
30514
+ "line": 530
30322
30515
  },
30323
30516
  "name": "roleToAssume",
30324
30517
  "optional": true,
@@ -30337,7 +30530,7 @@
30337
30530
  "immutable": true,
30338
30531
  "locationInModule": {
30339
30532
  "filename": "src/release/publisher.ts",
30340
- "line": 514
30533
+ "line": 522
30341
30534
  },
30342
30535
  "name": "secretAccessKeySecret",
30343
30536
  "optional": true,
@@ -30359,7 +30552,7 @@
30359
30552
  "kind": "interface",
30360
30553
  "locationInModule": {
30361
30554
  "filename": "src/release/publisher.ts",
30362
- "line": 743
30555
+ "line": 751
30363
30556
  },
30364
30557
  "name": "GitHubReleasesPublishOptions",
30365
30558
  "namespace": "release",
@@ -30374,7 +30567,7 @@
30374
30567
  "immutable": true,
30375
30568
  "locationInModule": {
30376
30569
  "filename": "src/release/publisher.ts",
30377
- "line": 728
30570
+ "line": 736
30378
30571
  },
30379
30572
  "name": "changelogFile",
30380
30573
  "type": {
@@ -30391,7 +30584,7 @@
30391
30584
  "immutable": true,
30392
30585
  "locationInModule": {
30393
30586
  "filename": "src/release/publisher.ts",
30394
- "line": 721
30587
+ "line": 729
30395
30588
  },
30396
30589
  "name": "releaseTagFile",
30397
30590
  "type": {
@@ -30408,7 +30601,7 @@
30408
30601
  "immutable": true,
30409
30602
  "locationInModule": {
30410
30603
  "filename": "src/release/publisher.ts",
30411
- "line": 714
30604
+ "line": 722
30412
30605
  },
30413
30606
  "name": "versionFile",
30414
30607
  "type": {
@@ -30429,7 +30622,7 @@
30429
30622
  "kind": "interface",
30430
30623
  "locationInModule": {
30431
30624
  "filename": "src/release/publisher.ts",
30432
- "line": 748
30625
+ "line": 756
30433
30626
  },
30434
30627
  "name": "GitPublishOptions",
30435
30628
  "namespace": "release",
@@ -30444,7 +30637,7 @@
30444
30637
  "immutable": true,
30445
30638
  "locationInModule": {
30446
30639
  "filename": "src/release/publisher.ts",
30447
- "line": 728
30640
+ "line": 736
30448
30641
  },
30449
30642
  "name": "changelogFile",
30450
30643
  "type": {
@@ -30461,7 +30654,7 @@
30461
30654
  "immutable": true,
30462
30655
  "locationInModule": {
30463
30656
  "filename": "src/release/publisher.ts",
30464
- "line": 721
30657
+ "line": 729
30465
30658
  },
30466
30659
  "name": "releaseTagFile",
30467
30660
  "type": {
@@ -30478,7 +30671,7 @@
30478
30671
  "immutable": true,
30479
30672
  "locationInModule": {
30480
30673
  "filename": "src/release/publisher.ts",
30481
- "line": 714
30674
+ "line": 722
30482
30675
  },
30483
30676
  "name": "versionFile",
30484
30677
  "type": {
@@ -30495,7 +30688,7 @@
30495
30688
  "immutable": true,
30496
30689
  "locationInModule": {
30497
30690
  "filename": "src/release/publisher.ts",
30498
- "line": 759
30691
+ "line": 767
30499
30692
  },
30500
30693
  "name": "gitBranch",
30501
30694
  "optional": true,
@@ -30513,7 +30706,7 @@
30513
30706
  "immutable": true,
30514
30707
  "locationInModule": {
30515
30708
  "filename": "src/release/publisher.ts",
30516
- "line": 766
30709
+ "line": 774
30517
30710
  },
30518
30711
  "name": "gitPushCommand",
30519
30712
  "optional": true,
@@ -30530,7 +30723,7 @@
30530
30723
  "immutable": true,
30531
30724
  "locationInModule": {
30532
30725
  "filename": "src/release/publisher.ts",
30533
- "line": 752
30726
+ "line": 760
30534
30727
  },
30535
30728
  "name": "projectChangelogFile",
30536
30729
  "optional": true,
@@ -30552,7 +30745,7 @@
30552
30745
  "kind": "interface",
30553
30746
  "locationInModule": {
30554
30747
  "filename": "src/release/publisher.ts",
30555
- "line": 665
30748
+ "line": 673
30556
30749
  },
30557
30750
  "name": "GoPublishOptions",
30558
30751
  "namespace": "release",
@@ -30567,7 +30760,7 @@
30567
30760
  "immutable": true,
30568
30761
  "locationInModule": {
30569
30762
  "filename": "src/release/publisher.ts",
30570
- "line": 686
30763
+ "line": 694
30571
30764
  },
30572
30765
  "name": "gitBranch",
30573
30766
  "optional": true,
@@ -30585,7 +30778,7 @@
30585
30778
  "immutable": true,
30586
30779
  "locationInModule": {
30587
30780
  "filename": "src/release/publisher.ts",
30588
- "line": 705
30781
+ "line": 713
30589
30782
  },
30590
30783
  "name": "gitCommitMessage",
30591
30784
  "optional": true,
@@ -30603,7 +30796,7 @@
30603
30796
  "immutable": true,
30604
30797
  "locationInModule": {
30605
30798
  "filename": "src/release/publisher.ts",
30606
- "line": 679
30799
+ "line": 687
30607
30800
  },
30608
30801
  "name": "githubRepo",
30609
30802
  "optional": true,
@@ -30621,7 +30814,7 @@
30621
30814
  "immutable": true,
30622
30815
  "locationInModule": {
30623
30816
  "filename": "src/release/publisher.ts",
30624
- "line": 672
30817
+ "line": 680
30625
30818
  },
30626
30819
  "name": "githubTokenSecret",
30627
30820
  "optional": true,
@@ -30642,7 +30835,7 @@
30642
30835
  "immutable": true,
30643
30836
  "locationInModule": {
30644
30837
  "filename": "src/release/publisher.ts",
30645
- "line": 698
30838
+ "line": 706
30646
30839
  },
30647
30840
  "name": "gitUserEmail",
30648
30841
  "optional": true,
@@ -30660,7 +30853,7 @@
30660
30853
  "immutable": true,
30661
30854
  "locationInModule": {
30662
30855
  "filename": "src/release/publisher.ts",
30663
- "line": 692
30856
+ "line": 700
30664
30857
  },
30665
30858
  "name": "gitUserName",
30666
30859
  "optional": true,
@@ -30685,7 +30878,7 @@
30685
30878
  "kind": "interface",
30686
30879
  "locationInModule": {
30687
30880
  "filename": "src/release/publisher.ts",
30688
- "line": 574
30881
+ "line": 582
30689
30882
  },
30690
30883
  "name": "JsiiReleaseMaven",
30691
30884
  "namespace": "release",
@@ -30705,7 +30898,7 @@
30705
30898
  "kind": "interface",
30706
30899
  "locationInModule": {
30707
30900
  "filename": "src/release/publisher.ts",
30708
- "line": 447
30901
+ "line": 455
30709
30902
  },
30710
30903
  "name": "JsiiReleaseNpm",
30711
30904
  "namespace": "release",
@@ -30725,7 +30918,7 @@
30725
30918
  "kind": "interface",
30726
30919
  "locationInModule": {
30727
30920
  "filename": "src/release/publisher.ts",
30728
- "line": 557
30921
+ "line": 565
30729
30922
  },
30730
30923
  "name": "JsiiReleaseNuget",
30731
30924
  "namespace": "release",
@@ -30745,7 +30938,7 @@
30745
30938
  "kind": "interface",
30746
30939
  "locationInModule": {
30747
30940
  "filename": "src/release/publisher.ts",
30748
- "line": 528
30941
+ "line": 536
30749
30942
  },
30750
30943
  "name": "JsiiReleasePyPi",
30751
30944
  "namespace": "release",
@@ -30835,7 +31028,7 @@
30835
31028
  "kind": "interface",
30836
31029
  "locationInModule": {
30837
31030
  "filename": "src/release/publisher.ts",
30838
- "line": 579
31031
+ "line": 587
30839
31032
  },
30840
31033
  "name": "MavenPublishOptions",
30841
31034
  "namespace": "release",
@@ -30851,7 +31044,7 @@
30851
31044
  "immutable": true,
30852
31045
  "locationInModule": {
30853
31046
  "filename": "src/release/publisher.ts",
30854
- "line": 585
31047
+ "line": 593
30855
31048
  },
30856
31049
  "name": "mavenEndpoint",
30857
31050
  "optional": true,
@@ -30871,7 +31064,7 @@
30871
31064
  "immutable": true,
30872
31065
  "locationInModule": {
30873
31066
  "filename": "src/release/publisher.ts",
30874
- "line": 618
31067
+ "line": 626
30875
31068
  },
30876
31069
  "name": "mavenGpgPrivateKeyPassphrase",
30877
31070
  "optional": true,
@@ -30891,7 +31084,7 @@
30891
31084
  "immutable": true,
30892
31085
  "locationInModule": {
30893
31086
  "filename": "src/release/publisher.ts",
30894
- "line": 609
31087
+ "line": 617
30895
31088
  },
30896
31089
  "name": "mavenGpgPrivateKeySecret",
30897
31090
  "optional": true,
@@ -30911,7 +31104,7 @@
30911
31104
  "immutable": true,
30912
31105
  "locationInModule": {
30913
31106
  "filename": "src/release/publisher.ts",
30914
- "line": 644
31107
+ "line": 652
30915
31108
  },
30916
31109
  "name": "mavenPassword",
30917
31110
  "optional": true,
@@ -30929,7 +31122,7 @@
30929
31122
  "immutable": true,
30930
31123
  "locationInModule": {
30931
31124
  "filename": "src/release/publisher.ts",
30932
- "line": 599
31125
+ "line": 607
30933
31126
  },
30934
31127
  "name": "mavenRepositoryUrl",
30935
31128
  "optional": true,
@@ -30947,7 +31140,7 @@
30947
31140
  "immutable": true,
30948
31141
  "locationInModule": {
30949
31142
  "filename": "src/release/publisher.ts",
30950
- "line": 592
31143
+ "line": 600
30951
31144
  },
30952
31145
  "name": "mavenServerId",
30953
31146
  "optional": true,
@@ -30965,7 +31158,7 @@
30965
31158
  "immutable": true,
30966
31159
  "locationInModule": {
30967
31160
  "filename": "src/release/publisher.ts",
30968
- "line": 655
31161
+ "line": 663
30969
31162
  },
30970
31163
  "name": "mavenStagingProfileId",
30971
31164
  "optional": true,
@@ -30985,7 +31178,7 @@
30985
31178
  "immutable": true,
30986
31179
  "locationInModule": {
30987
31180
  "filename": "src/release/publisher.ts",
30988
- "line": 631
31181
+ "line": 639
30989
31182
  },
30990
31183
  "name": "mavenUsername",
30991
31184
  "optional": true,
@@ -31007,7 +31200,7 @@
31007
31200
  "kind": "interface",
31008
31201
  "locationInModule": {
31009
31202
  "filename": "src/release/publisher.ts",
31010
- "line": 452
31203
+ "line": 460
31011
31204
  },
31012
31205
  "name": "NpmPublishOptions",
31013
31206
  "namespace": "release",
@@ -31022,7 +31215,7 @@
31022
31215
  "immutable": true,
31023
31216
  "locationInModule": {
31024
31217
  "filename": "src/release/publisher.ts",
31025
- "line": 496
31218
+ "line": 504
31026
31219
  },
31027
31220
  "name": "codeArtifactOptions",
31028
31221
  "optional": true,
@@ -31041,7 +31234,7 @@
31041
31234
  "immutable": true,
31042
31235
  "locationInModule": {
31043
31236
  "filename": "src/release/publisher.ts",
31044
- "line": 469
31237
+ "line": 477
31045
31238
  },
31046
31239
  "name": "distTag",
31047
31240
  "optional": true,
@@ -31059,7 +31252,7 @@
31059
31252
  "immutable": true,
31060
31253
  "locationInModule": {
31061
31254
  "filename": "src/release/publisher.ts",
31062
- "line": 489
31255
+ "line": 497
31063
31256
  },
31064
31257
  "name": "npmTokenSecret",
31065
31258
  "optional": true,
@@ -31079,7 +31272,7 @@
31079
31272
  "immutable": true,
31080
31273
  "locationInModule": {
31081
31274
  "filename": "src/release/publisher.ts",
31082
- "line": 483
31275
+ "line": 491
31083
31276
  },
31084
31277
  "name": "registry",
31085
31278
  "optional": true,
@@ -31101,7 +31294,7 @@
31101
31294
  "kind": "interface",
31102
31295
  "locationInModule": {
31103
31296
  "filename": "src/release/publisher.ts",
31104
- "line": 562
31297
+ "line": 570
31105
31298
  },
31106
31299
  "name": "NugetPublishOptions",
31107
31300
  "namespace": "release",
@@ -31116,7 +31309,7 @@
31116
31309
  "immutable": true,
31117
31310
  "locationInModule": {
31118
31311
  "filename": "src/release/publisher.ts",
31119
- "line": 568
31312
+ "line": 576
31120
31313
  },
31121
31314
  "name": "nugetApiKeySecret",
31122
31315
  "optional": true,
@@ -31142,7 +31335,7 @@
31142
31335
  },
31143
31336
  "locationInModule": {
31144
31337
  "filename": "src/release/publisher.ts",
31145
- "line": 82
31338
+ "line": 89
31146
31339
  },
31147
31340
  "parameters": [
31148
31341
  {
@@ -31165,7 +31358,7 @@
31165
31358
  "kind": "class",
31166
31359
  "locationInModule": {
31167
31360
  "filename": "src/release/publisher.ts",
31168
- "line": 70
31361
+ "line": 76
31169
31362
  },
31170
31363
  "methods": [
31171
31364
  {
@@ -31176,7 +31369,7 @@
31176
31369
  },
31177
31370
  "locationInModule": {
31178
31371
  "filename": "src/release/publisher.ts",
31179
- "line": 109
31372
+ "line": 117
31180
31373
  },
31181
31374
  "name": "publishToGit",
31182
31375
  "parameters": [
@@ -31203,7 +31396,7 @@
31203
31396
  },
31204
31397
  "locationInModule": {
31205
31398
  "filename": "src/release/publisher.ts",
31206
- "line": 144
31399
+ "line": 152
31207
31400
  },
31208
31401
  "name": "publishToGitHubReleases",
31209
31402
  "parameters": [
@@ -31225,7 +31418,7 @@
31225
31418
  },
31226
31419
  "locationInModule": {
31227
31420
  "filename": "src/release/publisher.ts",
31228
- "line": 294
31421
+ "line": 302
31229
31422
  },
31230
31423
  "name": "publishToGo",
31231
31424
  "parameters": [
@@ -31248,7 +31441,7 @@
31248
31441
  },
31249
31442
  "locationInModule": {
31250
31443
  "filename": "src/release/publisher.ts",
31251
- "line": 237
31444
+ "line": 245
31252
31445
  },
31253
31446
  "name": "publishToMaven",
31254
31447
  "parameters": [
@@ -31271,7 +31464,7 @@
31271
31464
  },
31272
31465
  "locationInModule": {
31273
31466
  "filename": "src/release/publisher.ts",
31274
- "line": 189
31467
+ "line": 197
31275
31468
  },
31276
31469
  "name": "publishToNpm",
31277
31470
  "parameters": [
@@ -31294,7 +31487,7 @@
31294
31487
  },
31295
31488
  "locationInModule": {
31296
31489
  "filename": "src/release/publisher.ts",
31297
- "line": 221
31490
+ "line": 229
31298
31491
  },
31299
31492
  "name": "publishToNuget",
31300
31493
  "parameters": [
@@ -31317,7 +31510,7 @@
31317
31510
  },
31318
31511
  "locationInModule": {
31319
31512
  "filename": "src/release/publisher.ts",
31320
- "line": 274
31513
+ "line": 282
31321
31514
  },
31322
31515
  "name": "publishToPyPi",
31323
31516
  "parameters": [
@@ -31341,7 +31534,7 @@
31341
31534
  },
31342
31535
  "locationInModule": {
31343
31536
  "filename": "src/release/publisher.ts",
31344
- "line": 98
31537
+ "line": 106
31345
31538
  },
31346
31539
  "name": "renderJobs",
31347
31540
  "overrides": "projen.github.IJobProvider",
@@ -31367,7 +31560,7 @@
31367
31560
  "immutable": true,
31368
31561
  "locationInModule": {
31369
31562
  "filename": "src/release/publisher.ts",
31370
- "line": 72
31563
+ "line": 78
31371
31564
  },
31372
31565
  "name": "artifactName",
31373
31566
  "type": {
@@ -31381,7 +31574,7 @@
31381
31574
  "immutable": true,
31382
31575
  "locationInModule": {
31383
31576
  "filename": "src/release/publisher.ts",
31384
- "line": 71
31577
+ "line": 77
31385
31578
  },
31386
31579
  "name": "buildJobId",
31387
31580
  "type": {
@@ -31395,7 +31588,7 @@
31395
31588
  "immutable": true,
31396
31589
  "locationInModule": {
31397
31590
  "filename": "src/release/publisher.ts",
31398
- "line": 73
31591
+ "line": 79
31399
31592
  },
31400
31593
  "name": "jsiiReleaseVersion",
31401
31594
  "type": {
@@ -31409,7 +31602,7 @@
31409
31602
  "immutable": true,
31410
31603
  "locationInModule": {
31411
31604
  "filename": "src/release/publisher.ts",
31412
- "line": 74
31605
+ "line": 80
31413
31606
  },
31414
31607
  "name": "condition",
31415
31608
  "optional": true,
@@ -31543,6 +31736,29 @@
31543
31736
  "type": {
31544
31737
  "primitive": "string"
31545
31738
  }
31739
+ },
31740
+ {
31741
+ "abstract": true,
31742
+ "docs": {
31743
+ "default": "[\"ubuntu-latest\"]",
31744
+ "stability": "experimental",
31745
+ "summary": "Github Runner selection labels."
31746
+ },
31747
+ "immutable": true,
31748
+ "locationInModule": {
31749
+ "filename": "src/release/publisher.ts",
31750
+ "line": 68
31751
+ },
31752
+ "name": "workflowRunsOn",
31753
+ "optional": true,
31754
+ "type": {
31755
+ "collection": {
31756
+ "elementtype": {
31757
+ "primitive": "string"
31758
+ },
31759
+ "kind": "array"
31760
+ }
31761
+ }
31546
31762
  }
31547
31763
  ],
31548
31764
  "symbolId": "src/release/publisher:PublisherOptions"
@@ -31558,7 +31774,7 @@
31558
31774
  "kind": "interface",
31559
31775
  "locationInModule": {
31560
31776
  "filename": "src/release/publisher.ts",
31561
- "line": 533
31777
+ "line": 541
31562
31778
  },
31563
31779
  "name": "PyPiPublishOptions",
31564
31780
  "namespace": "release",
@@ -31573,7 +31789,7 @@
31573
31789
  "immutable": true,
31574
31790
  "locationInModule": {
31575
31791
  "filename": "src/release/publisher.ts",
31576
- "line": 551
31792
+ "line": 559
31577
31793
  },
31578
31794
  "name": "twinePasswordSecret",
31579
31795
  "optional": true,
@@ -31591,7 +31807,7 @@
31591
31807
  "immutable": true,
31592
31808
  "locationInModule": {
31593
31809
  "filename": "src/release/publisher.ts",
31594
- "line": 539
31810
+ "line": 547
31595
31811
  },
31596
31812
  "name": "twineRegistryUrl",
31597
31813
  "optional": true,
@@ -31609,7 +31825,7 @@
31609
31825
  "immutable": true,
31610
31826
  "locationInModule": {
31611
31827
  "filename": "src/release/publisher.ts",
31612
- "line": 545
31828
+ "line": 553
31613
31829
  },
31614
31830
  "name": "twineUsernameSecret",
31615
31831
  "optional": true,
@@ -31635,7 +31851,7 @@
31635
31851
  },
31636
31852
  "locationInModule": {
31637
31853
  "filename": "src/release/release.ts",
31638
- "line": 218
31854
+ "line": 225
31639
31855
  },
31640
31856
  "parameters": [
31641
31857
  {
@@ -31655,7 +31871,7 @@
31655
31871
  "kind": "class",
31656
31872
  "locationInModule": {
31657
31873
  "filename": "src/release/release.ts",
31658
- "line": 198
31874
+ "line": 204
31659
31875
  },
31660
31876
  "methods": [
31661
31877
  {
@@ -31666,7 +31882,7 @@
31666
31882
  },
31667
31883
  "locationInModule": {
31668
31884
  "filename": "src/release/release.ts",
31669
- "line": 305
31885
+ "line": 314
31670
31886
  },
31671
31887
  "name": "addBranch",
31672
31888
  "parameters": [
@@ -31697,7 +31913,7 @@
31697
31913
  },
31698
31914
  "locationInModule": {
31699
31915
  "filename": "src/release/release.ts",
31700
- "line": 334
31916
+ "line": 343
31701
31917
  },
31702
31918
  "name": "addJobs",
31703
31919
  "parameters": [
@@ -31729,7 +31945,7 @@
31729
31945
  "immutable": true,
31730
31946
  "locationInModule": {
31731
31947
  "filename": "src/release/release.ts",
31732
- "line": 343
31948
+ "line": 352
31733
31949
  },
31734
31950
  "name": "branches",
31735
31951
  "type": {
@@ -31749,7 +31965,7 @@
31749
31965
  "immutable": true,
31750
31966
  "locationInModule": {
31751
31967
  "filename": "src/release/release.ts",
31752
- "line": 202
31968
+ "line": 208
31753
31969
  },
31754
31970
  "name": "publisher",
31755
31971
  "type": {
@@ -31773,7 +31989,7 @@
31773
31989
  "kind": "interface",
31774
31990
  "locationInModule": {
31775
31991
  "filename": "src/release/release.ts",
31776
- "line": 160
31992
+ "line": 166
31777
31993
  },
31778
31994
  "name": "ReleaseOptions",
31779
31995
  "namespace": "release",
@@ -31788,7 +32004,7 @@
31788
32004
  "immutable": true,
31789
32005
  "locationInModule": {
31790
32006
  "filename": "src/release/release.ts",
31791
- "line": 183
32007
+ "line": 189
31792
32008
  },
31793
32009
  "name": "branch",
31794
32010
  "type": {
@@ -31805,7 +32021,7 @@
31805
32021
  "immutable": true,
31806
32022
  "locationInModule": {
31807
32023
  "filename": "src/release/release.ts",
31808
- "line": 166
32024
+ "line": 172
31809
32025
  },
31810
32026
  "name": "task",
31811
32027
  "type": {
@@ -31822,7 +32038,7 @@
31822
32038
  "immutable": true,
31823
32039
  "locationInModule": {
31824
32040
  "filename": "src/release/release.ts",
31825
- "line": 173
32041
+ "line": 179
31826
32042
  },
31827
32043
  "name": "versionFile",
31828
32044
  "type": {
@@ -31839,7 +32055,7 @@
31839
32055
  "immutable": true,
31840
32056
  "locationInModule": {
31841
32057
  "filename": "src/release/release.ts",
31842
- "line": 190
32058
+ "line": 196
31843
32059
  },
31844
32060
  "name": "githubRelease",
31845
32061
  "optional": true,
@@ -32197,6 +32413,29 @@
32197
32413
  "type": {
32198
32414
  "primitive": "string"
32199
32415
  }
32416
+ },
32417
+ {
32418
+ "abstract": true,
32419
+ "docs": {
32420
+ "default": "[\"ubuntu-latest\"]",
32421
+ "stability": "experimental",
32422
+ "summary": "Github Runner selection labels."
32423
+ },
32424
+ "immutable": true,
32425
+ "locationInModule": {
32426
+ "filename": "src/release/release.ts",
32427
+ "line": 160
32428
+ },
32429
+ "name": "workflowRunsOn",
32430
+ "optional": true,
32431
+ "type": {
32432
+ "collection": {
32433
+ "elementtype": {
32434
+ "primitive": "string"
32435
+ },
32436
+ "kind": "array"
32437
+ }
32438
+ }
32200
32439
  }
32201
32440
  ],
32202
32441
  "symbolId": "src/release/release:ReleaseProjectOptions"
@@ -34980,6 +35219,6 @@
34980
35219
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34981
35220
  }
34982
35221
  },
34983
- "version": "0.37.4",
34984
- "fingerprint": "Ben7Zo2ouBSBCk/UW6cyvc+sfXPwhXlRT4K8foxhXSw="
35222
+ "version": "0.38.3",
35223
+ "fingerprint": "EsitrRqpeBhhQS6CaspinPTrohuZlAbTQo+NKCTKAdU="
34985
35224
  }