projen 0.38.0 → 0.38.1

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 (106) hide show
  1. package/.jsii +318 -152
  2. package/API.md +45 -0
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/awscdk-app-ts.js +1 -1
  5. package/lib/awscdk/awscdk-construct.js +2 -2
  6. package/lib/awscdk/cdk-config.js +1 -1
  7. package/lib/awscdk/cdk-tasks.js +1 -1
  8. package/lib/awscdk/integration-test.js +1 -1
  9. package/lib/awscdk/java-app.js +1 -1
  10. package/lib/awscdk/lambda-function.js +2 -2
  11. package/lib/cdk/construct-lib.js +1 -1
  12. package/lib/cdk/jsii-docgen.js +1 -1
  13. package/lib/cdk/jsii-project.js +1 -1
  14. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  15. package/lib/cdk8s/cdk8s-construct.js +1 -1
  16. package/lib/cdktf/cdktf-construct.js +1 -1
  17. package/lib/component.js +1 -1
  18. package/lib/dependencies.js +1 -1
  19. package/lib/dev-env.js +1 -1
  20. package/lib/docker-compose.js +2 -2
  21. package/lib/file.js +1 -1
  22. package/lib/gitattributes.js +1 -1
  23. package/lib/github/auto-approve.d.ts +7 -0
  24. package/lib/github/auto-approve.js +4 -4
  25. package/lib/github/auto-merge.js +1 -1
  26. package/lib/github/dependabot.js +1 -1
  27. package/lib/github/github-project.js +1 -1
  28. package/lib/github/github.js +1 -1
  29. package/lib/github/mergify.js +1 -1
  30. package/lib/github/pr-template.js +1 -1
  31. package/lib/github/pull-request-lint.d.ts +7 -0
  32. package/lib/github/pull-request-lint.js +5 -5
  33. package/lib/github/stale.d.ts +7 -0
  34. package/lib/github/stale.js +4 -3
  35. package/lib/github/task-workflow.d.ts +7 -0
  36. package/lib/github/task-workflow.js +4 -5
  37. package/lib/github/workflows-model.d.ts +2 -2
  38. package/lib/github/workflows-model.js +1 -1
  39. package/lib/github/workflows.js +9 -3
  40. package/lib/gitpod.js +1 -1
  41. package/lib/ignore-file.js +1 -1
  42. package/lib/ini.js +1 -1
  43. package/lib/java/java-project.js +1 -1
  44. package/lib/java/junit.js +1 -1
  45. package/lib/java/maven-compile.js +1 -1
  46. package/lib/java/maven-packaging.js +1 -1
  47. package/lib/java/maven-sample.js +1 -1
  48. package/lib/java/pom.js +1 -1
  49. package/lib/java/projenrc.js +1 -1
  50. package/lib/javascript/bundler.js +1 -1
  51. package/lib/javascript/eslint.js +1 -1
  52. package/lib/javascript/jest.js +1 -1
  53. package/lib/javascript/node-package.js +1 -1
  54. package/lib/javascript/node-project.js +1 -1
  55. package/lib/javascript/npm-config.js +1 -1
  56. package/lib/javascript/projenrc.js +1 -1
  57. package/lib/javascript/typescript-config.js +1 -1
  58. package/lib/javascript/upgrade-dependencies.d.ts +7 -0
  59. package/lib/javascript/upgrade-dependencies.js +12 -11
  60. package/lib/json.js +1 -1
  61. package/lib/license.js +1 -1
  62. package/lib/logger.js +1 -1
  63. package/lib/makefile.js +1 -1
  64. package/lib/object-file.js +1 -1
  65. package/lib/project-build.js +1 -1
  66. package/lib/project.js +1 -1
  67. package/lib/projects.js +1 -1
  68. package/lib/projenrc-json.js +1 -1
  69. package/lib/python/pip.js +1 -1
  70. package/lib/python/poetry.js +2 -2
  71. package/lib/python/projenrc.js +1 -1
  72. package/lib/python/pytest.js +1 -1
  73. package/lib/python/python-project.js +1 -1
  74. package/lib/python/python-sample.js +1 -1
  75. package/lib/python/requirements-file.js +1 -1
  76. package/lib/python/setuppy.js +1 -1
  77. package/lib/python/setuptools.js +1 -1
  78. package/lib/python/venv.js +1 -1
  79. package/lib/readme.js +1 -1
  80. package/lib/release/publisher.d.ts +8 -0
  81. package/lib/release/publisher.js +5 -4
  82. package/lib/release/release-trigger.js +1 -1
  83. package/lib/release/release.d.ts +8 -0
  84. package/lib/release/release.js +5 -2
  85. package/lib/sample-file.js +2 -2
  86. package/lib/semver.js +1 -1
  87. package/lib/source-code.js +1 -1
  88. package/lib/task-runtime.js +1 -1
  89. package/lib/task.js +1 -1
  90. package/lib/tasks.js +1 -1
  91. package/lib/textfile.js +1 -1
  92. package/lib/toml.js +1 -1
  93. package/lib/typescript/projenrc.js +1 -1
  94. package/lib/typescript/typescript-typedoc.js +1 -1
  95. package/lib/typescript/typescript.js +3 -3
  96. package/lib/version.js +1 -1
  97. package/lib/vscode/devcontainer.js +1 -1
  98. package/lib/vscode/launch-config.js +1 -1
  99. package/lib/vscode/vscode.js +1 -1
  100. package/lib/web/next.js +3 -3
  101. package/lib/web/postcss.js +1 -1
  102. package/lib/web/react.js +4 -4
  103. package/lib/web/tailwind.js +1 -1
  104. package/lib/xmlfile.js +1 -1
  105. package/lib/yaml.js +1 -1
  106. package/package.json +1 -1
package/.jsii CHANGED
@@ -12117,7 +12117,7 @@
12117
12117
  },
12118
12118
  "locationInModule": {
12119
12119
  "filename": "src/github/auto-approve.ts",
12120
- "line": 42
12120
+ "line": 48
12121
12121
  },
12122
12122
  "parameters": [
12123
12123
  {
@@ -12137,7 +12137,7 @@
12137
12137
  "kind": "class",
12138
12138
  "locationInModule": {
12139
12139
  "filename": "src/github/auto-approve.ts",
12140
- "line": 39
12140
+ "line": 45
12141
12141
  },
12142
12142
  "name": "AutoApprove",
12143
12143
  "namespace": "github",
@@ -12149,7 +12149,7 @@
12149
12149
  "immutable": true,
12150
12150
  "locationInModule": {
12151
12151
  "filename": "src/github/auto-approve.ts",
12152
- "line": 40
12152
+ "line": 46
12153
12153
  },
12154
12154
  "name": "label",
12155
12155
  "type": {
@@ -12232,6 +12232,29 @@
12232
12232
  "type": {
12233
12233
  "primitive": "string"
12234
12234
  }
12235
+ },
12236
+ {
12237
+ "abstract": true,
12238
+ "docs": {
12239
+ "default": "[\"ubuntu-latest\"]",
12240
+ "stability": "experimental",
12241
+ "summary": "Github Runner selection labels."
12242
+ },
12243
+ "immutable": true,
12244
+ "locationInModule": {
12245
+ "filename": "src/github/auto-approve.ts",
12246
+ "line": 39
12247
+ },
12248
+ "name": "runsOn",
12249
+ "optional": true,
12250
+ "type": {
12251
+ "collection": {
12252
+ "elementtype": {
12253
+ "primitive": "string"
12254
+ },
12255
+ "kind": "array"
12256
+ }
12257
+ }
12235
12258
  }
12236
12259
  ],
12237
12260
  "symbolId": "src/github/auto-approve:AutoApproveOptions"
@@ -13736,7 +13759,7 @@
13736
13759
  "kind": "interface",
13737
13760
  "locationInModule": {
13738
13761
  "filename": "src/github/task-workflow.ts",
13739
- "line": 189
13762
+ "line": 194
13740
13763
  },
13741
13764
  "name": "GitIdentity",
13742
13765
  "namespace": "github",
@@ -13750,7 +13773,7 @@
13750
13773
  "immutable": true,
13751
13774
  "locationInModule": {
13752
13775
  "filename": "src/github/task-workflow.ts",
13753
- "line": 198
13776
+ "line": 203
13754
13777
  },
13755
13778
  "name": "email",
13756
13779
  "type": {
@@ -13766,7 +13789,7 @@
13766
13789
  "immutable": true,
13767
13790
  "locationInModule": {
13768
13791
  "filename": "src/github/task-workflow.ts",
13769
- "line": 193
13792
+ "line": 198
13770
13793
  },
13771
13794
  "name": "name",
13772
13795
  "type": {
@@ -13857,7 +13880,7 @@
13857
13880
  },
13858
13881
  "locationInModule": {
13859
13882
  "filename": "src/github/workflows.ts",
13860
- "line": 110
13883
+ "line": 117
13861
13884
  },
13862
13885
  "name": "addJobsLater",
13863
13886
  "parameters": [
@@ -14016,7 +14039,7 @@
14016
14039
  "kind": "interface",
14017
14040
  "locationInModule": {
14018
14041
  "filename": "src/github/workflows.ts",
14019
- "line": 234
14042
+ "line": 241
14020
14043
  },
14021
14044
  "methods": [
14022
14045
  {
@@ -14027,7 +14050,7 @@
14027
14050
  },
14028
14051
  "locationInModule": {
14029
14052
  "filename": "src/github/workflows.ts",
14030
- "line": 238
14053
+ "line": 245
14031
14054
  },
14032
14055
  "name": "renderJobs",
14033
14056
  "returns": {
@@ -14329,7 +14352,7 @@
14329
14352
  },
14330
14353
  "locationInModule": {
14331
14354
  "filename": "src/github/pull-request-lint.ts",
14332
- "line": 48
14355
+ "line": 54
14333
14356
  },
14334
14357
  "parameters": [
14335
14358
  {
@@ -14350,7 +14373,7 @@
14350
14373
  "kind": "class",
14351
14374
  "locationInModule": {
14352
14375
  "filename": "src/github/pull-request-lint.ts",
14353
- "line": 47
14376
+ "line": 53
14354
14377
  },
14355
14378
  "name": "PullRequestLint",
14356
14379
  "namespace": "github",
@@ -14372,6 +14395,29 @@
14372
14395
  "name": "PullRequestLintOptions",
14373
14396
  "namespace": "github",
14374
14397
  "properties": [
14398
+ {
14399
+ "abstract": true,
14400
+ "docs": {
14401
+ "default": "[\"ubuntu-latest\"]",
14402
+ "stability": "experimental",
14403
+ "summary": "Github Runner selection labels."
14404
+ },
14405
+ "immutable": true,
14406
+ "locationInModule": {
14407
+ "filename": "src/github/pull-request-lint.ts",
14408
+ "line": 27
14409
+ },
14410
+ "name": "runsOn",
14411
+ "optional": true,
14412
+ "type": {
14413
+ "collection": {
14414
+ "elementtype": {
14415
+ "primitive": "string"
14416
+ },
14417
+ "kind": "array"
14418
+ }
14419
+ }
14420
+ },
14375
14421
  {
14376
14422
  "abstract": true,
14377
14423
  "docs": {
@@ -14508,7 +14554,7 @@
14508
14554
  "kind": "interface",
14509
14555
  "locationInModule": {
14510
14556
  "filename": "src/github/pull-request-lint.ts",
14511
- "line": 28
14557
+ "line": 34
14512
14558
  },
14513
14559
  "name": "SemanticTitleOptions",
14514
14560
  "namespace": "github",
@@ -14524,7 +14570,7 @@
14524
14570
  "immutable": true,
14525
14571
  "locationInModule": {
14526
14572
  "filename": "src/github/pull-request-lint.ts",
14527
- "line": 40
14573
+ "line": 46
14528
14574
  },
14529
14575
  "name": "requireScope",
14530
14576
  "optional": true,
@@ -14542,7 +14588,7 @@
14542
14588
  "immutable": true,
14543
14589
  "locationInModule": {
14544
14590
  "filename": "src/github/pull-request-lint.ts",
14545
- "line": 33
14591
+ "line": 39
14546
14592
  },
14547
14593
  "name": "types",
14548
14594
  "optional": true,
@@ -14574,7 +14620,7 @@
14574
14620
  },
14575
14621
  "locationInModule": {
14576
14622
  "filename": "src/github/stale.ts",
14577
- "line": 84
14623
+ "line": 90
14578
14624
  },
14579
14625
  "parameters": [
14580
14626
  {
@@ -14595,7 +14641,7 @@
14595
14641
  "kind": "class",
14596
14642
  "locationInModule": {
14597
14643
  "filename": "src/github/stale.ts",
14598
- "line": 83
14644
+ "line": 89
14599
14645
  },
14600
14646
  "name": "Stale",
14601
14647
  "namespace": "github",
@@ -14612,7 +14658,7 @@
14612
14658
  "kind": "interface",
14613
14659
  "locationInModule": {
14614
14660
  "filename": "src/github/stale.ts",
14615
- "line": 30
14661
+ "line": 36
14616
14662
  },
14617
14663
  "name": "StaleBehavior",
14618
14664
  "namespace": "github",
@@ -14630,7 +14676,7 @@
14630
14676
  "immutable": true,
14631
14677
  "locationInModule": {
14632
14678
  "filename": "src/github/stale.ts",
14633
- "line": 63
14679
+ "line": 69
14634
14680
  },
14635
14681
  "name": "closeMessage",
14636
14682
  "optional": true,
@@ -14649,7 +14695,7 @@
14649
14695
  "immutable": true,
14650
14696
  "locationInModule": {
14651
14697
  "filename": "src/github/stale.ts",
14652
- "line": 50
14698
+ "line": 56
14653
14699
  },
14654
14700
  "name": "daysBeforeClose",
14655
14701
  "optional": true,
@@ -14668,7 +14714,7 @@
14668
14714
  "immutable": true,
14669
14715
  "locationInModule": {
14670
14716
  "filename": "src/github/stale.ts",
14671
- "line": 44
14717
+ "line": 50
14672
14718
  },
14673
14719
  "name": "daysBeforeStale",
14674
14720
  "optional": true,
@@ -14687,7 +14733,7 @@
14687
14733
  "immutable": true,
14688
14734
  "locationInModule": {
14689
14735
  "filename": "src/github/stale.ts",
14690
- "line": 38
14736
+ "line": 44
14691
14737
  },
14692
14738
  "name": "enabled",
14693
14739
  "optional": true,
@@ -14705,7 +14751,7 @@
14705
14751
  "immutable": true,
14706
14752
  "locationInModule": {
14707
14753
  "filename": "src/github/stale.ts",
14708
- "line": 69
14754
+ "line": 75
14709
14755
  },
14710
14756
  "name": "staleLabel",
14711
14757
  "optional": true,
@@ -14723,7 +14769,7 @@
14723
14769
  "immutable": true,
14724
14770
  "locationInModule": {
14725
14771
  "filename": "src/github/stale.ts",
14726
- "line": 56
14772
+ "line": 62
14727
14773
  },
14728
14774
  "name": "staleMessage",
14729
14775
  "optional": true,
@@ -14785,6 +14831,29 @@
14785
14831
  "type": {
14786
14832
  "fqn": "projen.github.StaleBehavior"
14787
14833
  }
14834
+ },
14835
+ {
14836
+ "abstract": true,
14837
+ "docs": {
14838
+ "default": "[\"ubuntu-latest\"]",
14839
+ "stability": "experimental",
14840
+ "summary": "Github Runner selection labels."
14841
+ },
14842
+ "immutable": true,
14843
+ "locationInModule": {
14844
+ "filename": "src/github/stale.ts",
14845
+ "line": 30
14846
+ },
14847
+ "name": "runsOn",
14848
+ "optional": true,
14849
+ "type": {
14850
+ "collection": {
14851
+ "elementtype": {
14852
+ "primitive": "string"
14853
+ },
14854
+ "kind": "array"
14855
+ }
14856
+ }
14788
14857
  }
14789
14858
  ],
14790
14859
  "symbolId": "src/github/stale:StaleOptions"
@@ -14803,7 +14872,7 @@
14803
14872
  },
14804
14873
  "locationInModule": {
14805
14874
  "filename": "src/github/task-workflow.ts",
14806
- "line": 112
14875
+ "line": 117
14807
14876
  },
14808
14877
  "parameters": [
14809
14878
  {
@@ -14823,7 +14892,7 @@
14823
14892
  "kind": "class",
14824
14893
  "locationInModule": {
14825
14894
  "filename": "src/github/task-workflow.ts",
14826
- "line": 108
14895
+ "line": 113
14827
14896
  },
14828
14897
  "name": "TaskWorkflow",
14829
14898
  "namespace": "github",
@@ -14835,7 +14904,7 @@
14835
14904
  "immutable": true,
14836
14905
  "locationInModule": {
14837
14906
  "filename": "src/github/task-workflow.ts",
14838
- "line": 110
14907
+ "line": 115
14839
14908
  },
14840
14909
  "name": "jobId",
14841
14910
  "type": {
@@ -14855,7 +14924,7 @@
14855
14924
  "kind": "interface",
14856
14925
  "locationInModule": {
14857
14926
  "filename": "src/github/task-workflow.ts",
14858
- "line": 10
14927
+ "line": 9
14859
14928
  },
14860
14929
  "name": "TaskWorkflowOptions",
14861
14930
  "namespace": "github",
@@ -14869,7 +14938,7 @@
14869
14938
  "immutable": true,
14870
14939
  "locationInModule": {
14871
14940
  "filename": "src/github/task-workflow.ts",
14872
- "line": 14
14941
+ "line": 13
14873
14942
  },
14874
14943
  "name": "name",
14875
14944
  "type": {
@@ -14885,7 +14954,7 @@
14885
14954
  "immutable": true,
14886
14955
  "locationInModule": {
14887
14956
  "filename": "src/github/task-workflow.ts",
14888
- "line": 90
14957
+ "line": 89
14889
14958
  },
14890
14959
  "name": "permissions",
14891
14960
  "type": {
@@ -14901,7 +14970,7 @@
14901
14970
  "immutable": true,
14902
14971
  "locationInModule": {
14903
14972
  "filename": "src/github/task-workflow.ts",
14904
- "line": 72
14973
+ "line": 71
14905
14974
  },
14906
14975
  "name": "task",
14907
14976
  "type": {
@@ -14918,7 +14987,7 @@
14918
14987
  "immutable": true,
14919
14988
  "locationInModule": {
14920
14989
  "filename": "src/github/task-workflow.ts",
14921
- "line": 39
14990
+ "line": 38
14922
14991
  },
14923
14992
  "name": "artifactsDirectory",
14924
14993
  "optional": true,
@@ -14936,7 +15005,7 @@
14936
15005
  "immutable": true,
14937
15006
  "locationInModule": {
14938
15007
  "filename": "src/github/task-workflow.ts",
14939
- "line": 60
15008
+ "line": 59
14940
15009
  },
14941
15010
  "name": "checkoutWith",
14942
15011
  "optional": true,
@@ -14958,7 +15027,7 @@
14958
15027
  "immutable": true,
14959
15028
  "locationInModule": {
14960
15029
  "filename": "src/github/task-workflow.ts",
14961
- "line": 30
15030
+ "line": 29
14962
15031
  },
14963
15032
  "name": "condition",
14964
15033
  "optional": true,
@@ -14975,7 +15044,7 @@
14975
15044
  "immutable": true,
14976
15045
  "locationInModule": {
14977
15046
  "filename": "src/github/task-workflow.ts",
14978
- "line": 25
15047
+ "line": 24
14979
15048
  },
14980
15049
  "name": "container",
14981
15050
  "optional": true,
@@ -14993,7 +15062,7 @@
14993
15062
  "immutable": true,
14994
15063
  "locationInModule": {
14995
15064
  "filename": "src/github/task-workflow.ts",
14996
- "line": 85
15065
+ "line": 84
14997
15066
  },
14998
15067
  "name": "env",
14999
15068
  "optional": true,
@@ -15015,7 +15084,7 @@
15015
15084
  "immutable": true,
15016
15085
  "locationInModule": {
15017
15086
  "filename": "src/github/task-workflow.ts",
15018
- "line": 102
15087
+ "line": 101
15019
15088
  },
15020
15089
  "name": "gitIdentity",
15021
15090
  "optional": true,
@@ -15033,7 +15102,7 @@
15033
15102
  "immutable": true,
15034
15103
  "locationInModule": {
15035
15104
  "filename": "src/github/task-workflow.ts",
15036
- "line": 20
15105
+ "line": 19
15037
15106
  },
15038
15107
  "name": "jobId",
15039
15108
  "optional": true,
@@ -15051,7 +15120,7 @@
15051
15120
  "immutable": true,
15052
15121
  "locationInModule": {
15053
15122
  "filename": "src/github/task-workflow.ts",
15054
- "line": 97
15123
+ "line": 96
15055
15124
  },
15056
15125
  "name": "outputs",
15057
15126
  "optional": true,
@@ -15074,7 +15143,7 @@
15074
15143
  "immutable": true,
15075
15144
  "locationInModule": {
15076
15145
  "filename": "src/github/task-workflow.ts",
15077
- "line": 79
15146
+ "line": 78
15078
15147
  },
15079
15148
  "name": "postBuildSteps",
15080
15149
  "optional": true,
@@ -15097,7 +15166,7 @@
15097
15166
  "immutable": true,
15098
15167
  "locationInModule": {
15099
15168
  "filename": "src/github/task-workflow.ts",
15100
- "line": 67
15169
+ "line": 66
15101
15170
  },
15102
15171
  "name": "preBuildSteps",
15103
15172
  "optional": true,
@@ -15120,7 +15189,7 @@
15120
15189
  "immutable": true,
15121
15190
  "locationInModule": {
15122
15191
  "filename": "src/github/task-workflow.ts",
15123
- "line": 53
15192
+ "line": 52
15124
15193
  },
15125
15194
  "name": "preCheckoutSteps",
15126
15195
  "optional": true,
@@ -15133,6 +15202,29 @@
15133
15202
  }
15134
15203
  }
15135
15204
  },
15205
+ {
15206
+ "abstract": true,
15207
+ "docs": {
15208
+ "default": "[\"ubuntu-latest\"]",
15209
+ "stability": "experimental",
15210
+ "summary": "Github Runner selection labels."
15211
+ },
15212
+ "immutable": true,
15213
+ "locationInModule": {
15214
+ "filename": "src/github/task-workflow.ts",
15215
+ "line": 107
15216
+ },
15217
+ "name": "runsOn",
15218
+ "optional": true,
15219
+ "type": {
15220
+ "collection": {
15221
+ "elementtype": {
15222
+ "primitive": "string"
15223
+ },
15224
+ "kind": "array"
15225
+ }
15226
+ }
15227
+ },
15136
15228
  {
15137
15229
  "abstract": true,
15138
15230
  "docs": {
@@ -15143,7 +15235,7 @@
15143
15235
  "immutable": true,
15144
15236
  "locationInModule": {
15145
15237
  "filename": "src/github/task-workflow.ts",
15146
- "line": 46
15238
+ "line": 45
15147
15239
  },
15148
15240
  "name": "triggers",
15149
15241
  "optional": true,
@@ -15886,7 +15978,7 @@
15886
15978
  {
15887
15979
  "abstract": true,
15888
15980
  "docs": {
15889
- "example": "\"ubuntu-latest\"",
15981
+ "example": "[\"ubuntu-latest\"]",
15890
15982
  "remarks": "The machine can be either a\nGitHub-hosted runner or a self-hosted runner.",
15891
15983
  "stability": "experimental",
15892
15984
  "summary": "The type of machine to run the job on."
@@ -15898,7 +15990,12 @@
15898
15990
  },
15899
15991
  "name": "runsOn",
15900
15992
  "type": {
15901
- "primitive": "string"
15993
+ "collection": {
15994
+ "elementtype": {
15995
+ "primitive": "string"
15996
+ },
15997
+ "kind": "array"
15998
+ }
15902
15999
  }
15903
16000
  },
15904
16001
  {
@@ -27097,7 +27194,7 @@
27097
27194
  },
27098
27195
  "locationInModule": {
27099
27196
  "filename": "src/javascript/upgrade-dependencies.ts",
27100
- "line": 110
27197
+ "line": 109
27101
27198
  },
27102
27199
  "parameters": [
27103
27200
  {
@@ -27118,7 +27215,7 @@
27118
27215
  "kind": "class",
27119
27216
  "locationInModule": {
27120
27217
  "filename": "src/javascript/upgrade-dependencies.ts",
27121
- "line": 92
27218
+ "line": 91
27122
27219
  },
27123
27220
  "methods": [
27124
27221
  {
@@ -27128,7 +27225,7 @@
27128
27225
  },
27129
27226
  "locationInModule": {
27130
27227
  "filename": "src/javascript/upgrade-dependencies.ts",
27131
- "line": 124
27228
+ "line": 123
27132
27229
  },
27133
27230
  "name": "preSynthesize",
27134
27231
  "overrides": "projen.Component"
@@ -27145,7 +27242,7 @@
27145
27242
  "immutable": true,
27146
27243
  "locationInModule": {
27147
27244
  "filename": "src/javascript/upgrade-dependencies.ts",
27148
- "line": 106
27245
+ "line": 105
27149
27246
  },
27150
27247
  "name": "ignoresProjen",
27151
27248
  "type": {
@@ -27161,7 +27258,7 @@
27161
27258
  "immutable": true,
27162
27259
  "locationInModule": {
27163
27260
  "filename": "src/javascript/upgrade-dependencies.ts",
27164
- "line": 97
27261
+ "line": 96
27165
27262
  },
27166
27263
  "name": "workflows",
27167
27264
  "type": {
@@ -27187,7 +27284,7 @@
27187
27284
  "kind": "interface",
27188
27285
  "locationInModule": {
27189
27286
  "filename": "src/javascript/upgrade-dependencies.ts",
27190
- "line": 25
27287
+ "line": 24
27191
27288
  },
27192
27289
  "name": "UpgradeDependenciesOptions",
27193
27290
  "namespace": "javascript",
@@ -27202,7 +27299,7 @@
27202
27299
  "immutable": true,
27203
27300
  "locationInModule": {
27204
27301
  "filename": "src/javascript/upgrade-dependencies.ts",
27205
- "line": 32
27302
+ "line": 31
27206
27303
  },
27207
27304
  "name": "exclude",
27208
27305
  "optional": true,
@@ -27225,7 +27322,7 @@
27225
27322
  "immutable": true,
27226
27323
  "locationInModule": {
27227
27324
  "filename": "src/javascript/upgrade-dependencies.ts",
27228
- "line": 79
27325
+ "line": 78
27229
27326
  },
27230
27327
  "name": "ignoreProjen",
27231
27328
  "optional": true,
@@ -27243,7 +27340,7 @@
27243
27340
  "immutable": true,
27244
27341
  "locationInModule": {
27245
27342
  "filename": "src/javascript/upgrade-dependencies.ts",
27246
- "line": 39
27343
+ "line": 38
27247
27344
  },
27248
27345
  "name": "include",
27249
27346
  "optional": true,
@@ -27266,7 +27363,7 @@
27266
27363
  "immutable": true,
27267
27364
  "locationInModule": {
27268
27365
  "filename": "src/javascript/upgrade-dependencies.ts",
27269
- "line": 72
27366
+ "line": 71
27270
27367
  },
27271
27368
  "name": "pullRequestTitle",
27272
27369
  "optional": true,
@@ -27284,7 +27381,7 @@
27284
27381
  "immutable": true,
27285
27382
  "locationInModule": {
27286
27383
  "filename": "src/javascript/upgrade-dependencies.ts",
27287
- "line": 86
27384
+ "line": 85
27288
27385
  },
27289
27386
  "name": "signoff",
27290
27387
  "optional": true,
@@ -27303,7 +27400,7 @@
27303
27400
  "immutable": true,
27304
27401
  "locationInModule": {
27305
27402
  "filename": "src/javascript/upgrade-dependencies.ts",
27306
- "line": 65
27403
+ "line": 64
27307
27404
  },
27308
27405
  "name": "taskName",
27309
27406
  "optional": true,
@@ -27322,7 +27419,7 @@
27322
27419
  "immutable": true,
27323
27420
  "locationInModule": {
27324
27421
  "filename": "src/javascript/upgrade-dependencies.ts",
27325
- "line": 50
27422
+ "line": 49
27326
27423
  },
27327
27424
  "name": "workflow",
27328
27425
  "optional": true,
@@ -27341,7 +27438,7 @@
27341
27438
  "immutable": true,
27342
27439
  "locationInModule": {
27343
27440
  "filename": "src/javascript/upgrade-dependencies.ts",
27344
- "line": 57
27441
+ "line": 56
27345
27442
  },
27346
27443
  "name": "workflowOptions",
27347
27444
  "optional": true,
@@ -27362,7 +27459,7 @@
27362
27459
  "kind": "class",
27363
27460
  "locationInModule": {
27364
27461
  "filename": "src/javascript/upgrade-dependencies.ts",
27365
- "line": 461
27462
+ "line": 468
27366
27463
  },
27367
27464
  "methods": [
27368
27465
  {
@@ -27372,7 +27469,7 @@
27372
27469
  },
27373
27470
  "locationInModule": {
27374
27471
  "filename": "src/javascript/upgrade-dependencies.ts",
27375
- "line": 491
27472
+ "line": 498
27376
27473
  },
27377
27474
  "name": "expressions",
27378
27475
  "parameters": [
@@ -27408,7 +27505,7 @@
27408
27505
  "immutable": true,
27409
27506
  "locationInModule": {
27410
27507
  "filename": "src/javascript/upgrade-dependencies.ts",
27411
- "line": 471
27508
+ "line": 478
27412
27509
  },
27413
27510
  "name": "DAILY",
27414
27511
  "static": true,
@@ -27425,7 +27522,7 @@
27425
27522
  "immutable": true,
27426
27523
  "locationInModule": {
27427
27524
  "filename": "src/javascript/upgrade-dependencies.ts",
27428
- "line": 486
27525
+ "line": 493
27429
27526
  },
27430
27527
  "name": "MONTHLY",
27431
27528
  "static": true,
@@ -27442,7 +27539,7 @@
27442
27539
  "immutable": true,
27443
27540
  "locationInModule": {
27444
27541
  "filename": "src/javascript/upgrade-dependencies.ts",
27445
- "line": 466
27542
+ "line": 473
27446
27543
  },
27447
27544
  "name": "NEVER",
27448
27545
  "static": true,
@@ -27459,7 +27556,7 @@
27459
27556
  "immutable": true,
27460
27557
  "locationInModule": {
27461
27558
  "filename": "src/javascript/upgrade-dependencies.ts",
27462
- "line": 476
27559
+ "line": 483
27463
27560
  },
27464
27561
  "name": "WEEKDAY",
27465
27562
  "static": true,
@@ -27476,7 +27573,7 @@
27476
27573
  "immutable": true,
27477
27574
  "locationInModule": {
27478
27575
  "filename": "src/javascript/upgrade-dependencies.ts",
27479
- "line": 481
27576
+ "line": 488
27480
27577
  },
27481
27578
  "name": "WEEKLY",
27482
27579
  "static": true,
@@ -27491,7 +27588,7 @@
27491
27588
  "immutable": true,
27492
27589
  "locationInModule": {
27493
27590
  "filename": "src/javascript/upgrade-dependencies.ts",
27494
- "line": 495
27591
+ "line": 502
27495
27592
  },
27496
27593
  "name": "cron",
27497
27594
  "type": {
@@ -27517,7 +27614,7 @@
27517
27614
  "kind": "interface",
27518
27615
  "locationInModule": {
27519
27616
  "filename": "src/javascript/upgrade-dependencies.ts",
27520
- "line": 391
27617
+ "line": 392
27521
27618
  },
27522
27619
  "name": "UpgradeDependenciesWorkflowOptions",
27523
27620
  "namespace": "javascript",
@@ -27532,7 +27629,7 @@
27532
27629
  "immutable": true,
27533
27630
  "locationInModule": {
27534
27631
  "filename": "src/javascript/upgrade-dependencies.ts",
27535
- "line": 449
27632
+ "line": 450
27536
27633
  },
27537
27634
  "name": "branches",
27538
27635
  "optional": true,
@@ -27555,7 +27652,7 @@
27555
27652
  "immutable": true,
27556
27653
  "locationInModule": {
27557
27654
  "filename": "src/javascript/upgrade-dependencies.ts",
27558
- "line": 442
27655
+ "line": 443
27559
27656
  },
27560
27657
  "name": "container",
27561
27658
  "optional": true,
@@ -27576,7 +27673,7 @@
27576
27673
  "immutable": true,
27577
27674
  "locationInModule": {
27578
27675
  "filename": "src/javascript/upgrade-dependencies.ts",
27579
- "line": 455
27676
+ "line": 456
27580
27677
  },
27581
27678
  "name": "gitIdentity",
27582
27679
  "optional": true,
@@ -27594,7 +27691,7 @@
27594
27691
  "immutable": true,
27595
27692
  "locationInModule": {
27596
27693
  "filename": "src/javascript/upgrade-dependencies.ts",
27597
- "line": 421
27694
+ "line": 422
27598
27695
  },
27599
27696
  "name": "labels",
27600
27697
  "optional": true,
@@ -27619,7 +27716,7 @@
27619
27716
  "immutable": true,
27620
27717
  "locationInModule": {
27621
27718
  "filename": "src/javascript/upgrade-dependencies.ts",
27622
- "line": 435
27719
+ "line": 436
27623
27720
  },
27624
27721
  "name": "rebuild",
27625
27722
  "optional": true,
@@ -27627,6 +27724,29 @@
27627
27724
  "primitive": "boolean"
27628
27725
  }
27629
27726
  },
27727
+ {
27728
+ "abstract": true,
27729
+ "docs": {
27730
+ "default": "[\"ubuntu-latest\"]",
27731
+ "stability": "experimental",
27732
+ "summary": "Github Runner selection labels."
27733
+ },
27734
+ "immutable": true,
27735
+ "locationInModule": {
27736
+ "filename": "src/javascript/upgrade-dependencies.ts",
27737
+ "line": 462
27738
+ },
27739
+ "name": "runsOn",
27740
+ "optional": true,
27741
+ "type": {
27742
+ "collection": {
27743
+ "elementtype": {
27744
+ "primitive": "string"
27745
+ },
27746
+ "kind": "array"
27747
+ }
27748
+ }
27749
+ },
27630
27750
  {
27631
27751
  "abstract": true,
27632
27752
  "docs": {
@@ -27637,7 +27757,7 @@
27637
27757
  "immutable": true,
27638
27758
  "locationInModule": {
27639
27759
  "filename": "src/javascript/upgrade-dependencies.ts",
27640
- "line": 398
27760
+ "line": 399
27641
27761
  },
27642
27762
  "name": "schedule",
27643
27763
  "optional": true,
@@ -27657,7 +27777,7 @@
27657
27777
  "immutable": true,
27658
27778
  "locationInModule": {
27659
27779
  "filename": "src/javascript/upgrade-dependencies.ts",
27660
- "line": 414
27780
+ "line": 415
27661
27781
  },
27662
27782
  "name": "secret",
27663
27783
  "optional": true,
@@ -30227,7 +30347,7 @@
30227
30347
  "kind": "interface",
30228
30348
  "locationInModule": {
30229
30349
  "filename": "src/release/release.ts",
30230
- "line": 472
30350
+ "line": 482
30231
30351
  },
30232
30352
  "name": "BranchOptions",
30233
30353
  "namespace": "release",
@@ -30241,7 +30361,7 @@
30241
30361
  "immutable": true,
30242
30362
  "locationInModule": {
30243
30363
  "filename": "src/release/release.ts",
30244
- "line": 482
30364
+ "line": 492
30245
30365
  },
30246
30366
  "name": "majorVersion",
30247
30367
  "type": {
@@ -30258,7 +30378,7 @@
30258
30378
  "immutable": true,
30259
30379
  "locationInModule": {
30260
30380
  "filename": "src/release/release.ts",
30261
- "line": 489
30381
+ "line": 499
30262
30382
  },
30263
30383
  "name": "prerelease",
30264
30384
  "optional": true,
@@ -30277,7 +30397,7 @@
30277
30397
  "immutable": true,
30278
30398
  "locationInModule": {
30279
30399
  "filename": "src/release/release.ts",
30280
- "line": 503
30400
+ "line": 513
30281
30401
  },
30282
30402
  "name": "tagPrefix",
30283
30403
  "optional": true,
@@ -30295,7 +30415,7 @@
30295
30415
  "immutable": true,
30296
30416
  "locationInModule": {
30297
30417
  "filename": "src/release/release.ts",
30298
- "line": 477
30418
+ "line": 487
30299
30419
  },
30300
30420
  "name": "workflowName",
30301
30421
  "optional": true,
@@ -30316,7 +30436,7 @@
30316
30436
  "kind": "interface",
30317
30437
  "locationInModule": {
30318
30438
  "filename": "src/release/publisher.ts",
30319
- "line": 499
30439
+ "line": 507
30320
30440
  },
30321
30441
  "name": "CodeArtifactOptions",
30322
30442
  "namespace": "release",
@@ -30332,7 +30452,7 @@
30332
30452
  "immutable": true,
30333
30453
  "locationInModule": {
30334
30454
  "filename": "src/release/publisher.ts",
30335
- "line": 506
30455
+ "line": 514
30336
30456
  },
30337
30457
  "name": "accessKeyIdSecret",
30338
30458
  "optional": true,
@@ -30350,7 +30470,7 @@
30350
30470
  "immutable": true,
30351
30471
  "locationInModule": {
30352
30472
  "filename": "src/release/publisher.ts",
30353
- "line": 522
30473
+ "line": 530
30354
30474
  },
30355
30475
  "name": "roleToAssume",
30356
30476
  "optional": true,
@@ -30369,7 +30489,7 @@
30369
30489
  "immutable": true,
30370
30490
  "locationInModule": {
30371
30491
  "filename": "src/release/publisher.ts",
30372
- "line": 514
30492
+ "line": 522
30373
30493
  },
30374
30494
  "name": "secretAccessKeySecret",
30375
30495
  "optional": true,
@@ -30391,7 +30511,7 @@
30391
30511
  "kind": "interface",
30392
30512
  "locationInModule": {
30393
30513
  "filename": "src/release/publisher.ts",
30394
- "line": 743
30514
+ "line": 751
30395
30515
  },
30396
30516
  "name": "GitHubReleasesPublishOptions",
30397
30517
  "namespace": "release",
@@ -30406,7 +30526,7 @@
30406
30526
  "immutable": true,
30407
30527
  "locationInModule": {
30408
30528
  "filename": "src/release/publisher.ts",
30409
- "line": 728
30529
+ "line": 736
30410
30530
  },
30411
30531
  "name": "changelogFile",
30412
30532
  "type": {
@@ -30423,7 +30543,7 @@
30423
30543
  "immutable": true,
30424
30544
  "locationInModule": {
30425
30545
  "filename": "src/release/publisher.ts",
30426
- "line": 721
30546
+ "line": 729
30427
30547
  },
30428
30548
  "name": "releaseTagFile",
30429
30549
  "type": {
@@ -30440,7 +30560,7 @@
30440
30560
  "immutable": true,
30441
30561
  "locationInModule": {
30442
30562
  "filename": "src/release/publisher.ts",
30443
- "line": 714
30563
+ "line": 722
30444
30564
  },
30445
30565
  "name": "versionFile",
30446
30566
  "type": {
@@ -30461,7 +30581,7 @@
30461
30581
  "kind": "interface",
30462
30582
  "locationInModule": {
30463
30583
  "filename": "src/release/publisher.ts",
30464
- "line": 748
30584
+ "line": 756
30465
30585
  },
30466
30586
  "name": "GitPublishOptions",
30467
30587
  "namespace": "release",
@@ -30476,7 +30596,7 @@
30476
30596
  "immutable": true,
30477
30597
  "locationInModule": {
30478
30598
  "filename": "src/release/publisher.ts",
30479
- "line": 728
30599
+ "line": 736
30480
30600
  },
30481
30601
  "name": "changelogFile",
30482
30602
  "type": {
@@ -30493,7 +30613,7 @@
30493
30613
  "immutable": true,
30494
30614
  "locationInModule": {
30495
30615
  "filename": "src/release/publisher.ts",
30496
- "line": 721
30616
+ "line": 729
30497
30617
  },
30498
30618
  "name": "releaseTagFile",
30499
30619
  "type": {
@@ -30510,7 +30630,7 @@
30510
30630
  "immutable": true,
30511
30631
  "locationInModule": {
30512
30632
  "filename": "src/release/publisher.ts",
30513
- "line": 714
30633
+ "line": 722
30514
30634
  },
30515
30635
  "name": "versionFile",
30516
30636
  "type": {
@@ -30527,7 +30647,7 @@
30527
30647
  "immutable": true,
30528
30648
  "locationInModule": {
30529
30649
  "filename": "src/release/publisher.ts",
30530
- "line": 759
30650
+ "line": 767
30531
30651
  },
30532
30652
  "name": "gitBranch",
30533
30653
  "optional": true,
@@ -30545,7 +30665,7 @@
30545
30665
  "immutable": true,
30546
30666
  "locationInModule": {
30547
30667
  "filename": "src/release/publisher.ts",
30548
- "line": 766
30668
+ "line": 774
30549
30669
  },
30550
30670
  "name": "gitPushCommand",
30551
30671
  "optional": true,
@@ -30562,7 +30682,7 @@
30562
30682
  "immutable": true,
30563
30683
  "locationInModule": {
30564
30684
  "filename": "src/release/publisher.ts",
30565
- "line": 752
30685
+ "line": 760
30566
30686
  },
30567
30687
  "name": "projectChangelogFile",
30568
30688
  "optional": true,
@@ -30584,7 +30704,7 @@
30584
30704
  "kind": "interface",
30585
30705
  "locationInModule": {
30586
30706
  "filename": "src/release/publisher.ts",
30587
- "line": 665
30707
+ "line": 673
30588
30708
  },
30589
30709
  "name": "GoPublishOptions",
30590
30710
  "namespace": "release",
@@ -30599,7 +30719,7 @@
30599
30719
  "immutable": true,
30600
30720
  "locationInModule": {
30601
30721
  "filename": "src/release/publisher.ts",
30602
- "line": 686
30722
+ "line": 694
30603
30723
  },
30604
30724
  "name": "gitBranch",
30605
30725
  "optional": true,
@@ -30617,7 +30737,7 @@
30617
30737
  "immutable": true,
30618
30738
  "locationInModule": {
30619
30739
  "filename": "src/release/publisher.ts",
30620
- "line": 705
30740
+ "line": 713
30621
30741
  },
30622
30742
  "name": "gitCommitMessage",
30623
30743
  "optional": true,
@@ -30635,7 +30755,7 @@
30635
30755
  "immutable": true,
30636
30756
  "locationInModule": {
30637
30757
  "filename": "src/release/publisher.ts",
30638
- "line": 679
30758
+ "line": 687
30639
30759
  },
30640
30760
  "name": "githubRepo",
30641
30761
  "optional": true,
@@ -30653,7 +30773,7 @@
30653
30773
  "immutable": true,
30654
30774
  "locationInModule": {
30655
30775
  "filename": "src/release/publisher.ts",
30656
- "line": 672
30776
+ "line": 680
30657
30777
  },
30658
30778
  "name": "githubTokenSecret",
30659
30779
  "optional": true,
@@ -30674,7 +30794,7 @@
30674
30794
  "immutable": true,
30675
30795
  "locationInModule": {
30676
30796
  "filename": "src/release/publisher.ts",
30677
- "line": 698
30797
+ "line": 706
30678
30798
  },
30679
30799
  "name": "gitUserEmail",
30680
30800
  "optional": true,
@@ -30692,7 +30812,7 @@
30692
30812
  "immutable": true,
30693
30813
  "locationInModule": {
30694
30814
  "filename": "src/release/publisher.ts",
30695
- "line": 692
30815
+ "line": 700
30696
30816
  },
30697
30817
  "name": "gitUserName",
30698
30818
  "optional": true,
@@ -30717,7 +30837,7 @@
30717
30837
  "kind": "interface",
30718
30838
  "locationInModule": {
30719
30839
  "filename": "src/release/publisher.ts",
30720
- "line": 574
30840
+ "line": 582
30721
30841
  },
30722
30842
  "name": "JsiiReleaseMaven",
30723
30843
  "namespace": "release",
@@ -30737,7 +30857,7 @@
30737
30857
  "kind": "interface",
30738
30858
  "locationInModule": {
30739
30859
  "filename": "src/release/publisher.ts",
30740
- "line": 447
30860
+ "line": 455
30741
30861
  },
30742
30862
  "name": "JsiiReleaseNpm",
30743
30863
  "namespace": "release",
@@ -30757,7 +30877,7 @@
30757
30877
  "kind": "interface",
30758
30878
  "locationInModule": {
30759
30879
  "filename": "src/release/publisher.ts",
30760
- "line": 557
30880
+ "line": 565
30761
30881
  },
30762
30882
  "name": "JsiiReleaseNuget",
30763
30883
  "namespace": "release",
@@ -30777,7 +30897,7 @@
30777
30897
  "kind": "interface",
30778
30898
  "locationInModule": {
30779
30899
  "filename": "src/release/publisher.ts",
30780
- "line": 528
30900
+ "line": 536
30781
30901
  },
30782
30902
  "name": "JsiiReleasePyPi",
30783
30903
  "namespace": "release",
@@ -30867,7 +30987,7 @@
30867
30987
  "kind": "interface",
30868
30988
  "locationInModule": {
30869
30989
  "filename": "src/release/publisher.ts",
30870
- "line": 579
30990
+ "line": 587
30871
30991
  },
30872
30992
  "name": "MavenPublishOptions",
30873
30993
  "namespace": "release",
@@ -30883,7 +31003,7 @@
30883
31003
  "immutable": true,
30884
31004
  "locationInModule": {
30885
31005
  "filename": "src/release/publisher.ts",
30886
- "line": 585
31006
+ "line": 593
30887
31007
  },
30888
31008
  "name": "mavenEndpoint",
30889
31009
  "optional": true,
@@ -30903,7 +31023,7 @@
30903
31023
  "immutable": true,
30904
31024
  "locationInModule": {
30905
31025
  "filename": "src/release/publisher.ts",
30906
- "line": 618
31026
+ "line": 626
30907
31027
  },
30908
31028
  "name": "mavenGpgPrivateKeyPassphrase",
30909
31029
  "optional": true,
@@ -30923,7 +31043,7 @@
30923
31043
  "immutable": true,
30924
31044
  "locationInModule": {
30925
31045
  "filename": "src/release/publisher.ts",
30926
- "line": 609
31046
+ "line": 617
30927
31047
  },
30928
31048
  "name": "mavenGpgPrivateKeySecret",
30929
31049
  "optional": true,
@@ -30943,7 +31063,7 @@
30943
31063
  "immutable": true,
30944
31064
  "locationInModule": {
30945
31065
  "filename": "src/release/publisher.ts",
30946
- "line": 644
31066
+ "line": 652
30947
31067
  },
30948
31068
  "name": "mavenPassword",
30949
31069
  "optional": true,
@@ -30961,7 +31081,7 @@
30961
31081
  "immutable": true,
30962
31082
  "locationInModule": {
30963
31083
  "filename": "src/release/publisher.ts",
30964
- "line": 599
31084
+ "line": 607
30965
31085
  },
30966
31086
  "name": "mavenRepositoryUrl",
30967
31087
  "optional": true,
@@ -30979,7 +31099,7 @@
30979
31099
  "immutable": true,
30980
31100
  "locationInModule": {
30981
31101
  "filename": "src/release/publisher.ts",
30982
- "line": 592
31102
+ "line": 600
30983
31103
  },
30984
31104
  "name": "mavenServerId",
30985
31105
  "optional": true,
@@ -30997,7 +31117,7 @@
30997
31117
  "immutable": true,
30998
31118
  "locationInModule": {
30999
31119
  "filename": "src/release/publisher.ts",
31000
- "line": 655
31120
+ "line": 663
31001
31121
  },
31002
31122
  "name": "mavenStagingProfileId",
31003
31123
  "optional": true,
@@ -31017,7 +31137,7 @@
31017
31137
  "immutable": true,
31018
31138
  "locationInModule": {
31019
31139
  "filename": "src/release/publisher.ts",
31020
- "line": 631
31140
+ "line": 639
31021
31141
  },
31022
31142
  "name": "mavenUsername",
31023
31143
  "optional": true,
@@ -31039,7 +31159,7 @@
31039
31159
  "kind": "interface",
31040
31160
  "locationInModule": {
31041
31161
  "filename": "src/release/publisher.ts",
31042
- "line": 452
31162
+ "line": 460
31043
31163
  },
31044
31164
  "name": "NpmPublishOptions",
31045
31165
  "namespace": "release",
@@ -31054,7 +31174,7 @@
31054
31174
  "immutable": true,
31055
31175
  "locationInModule": {
31056
31176
  "filename": "src/release/publisher.ts",
31057
- "line": 496
31177
+ "line": 504
31058
31178
  },
31059
31179
  "name": "codeArtifactOptions",
31060
31180
  "optional": true,
@@ -31073,7 +31193,7 @@
31073
31193
  "immutable": true,
31074
31194
  "locationInModule": {
31075
31195
  "filename": "src/release/publisher.ts",
31076
- "line": 469
31196
+ "line": 477
31077
31197
  },
31078
31198
  "name": "distTag",
31079
31199
  "optional": true,
@@ -31091,7 +31211,7 @@
31091
31211
  "immutable": true,
31092
31212
  "locationInModule": {
31093
31213
  "filename": "src/release/publisher.ts",
31094
- "line": 489
31214
+ "line": 497
31095
31215
  },
31096
31216
  "name": "npmTokenSecret",
31097
31217
  "optional": true,
@@ -31111,7 +31231,7 @@
31111
31231
  "immutable": true,
31112
31232
  "locationInModule": {
31113
31233
  "filename": "src/release/publisher.ts",
31114
- "line": 483
31234
+ "line": 491
31115
31235
  },
31116
31236
  "name": "registry",
31117
31237
  "optional": true,
@@ -31133,7 +31253,7 @@
31133
31253
  "kind": "interface",
31134
31254
  "locationInModule": {
31135
31255
  "filename": "src/release/publisher.ts",
31136
- "line": 562
31256
+ "line": 570
31137
31257
  },
31138
31258
  "name": "NugetPublishOptions",
31139
31259
  "namespace": "release",
@@ -31148,7 +31268,7 @@
31148
31268
  "immutable": true,
31149
31269
  "locationInModule": {
31150
31270
  "filename": "src/release/publisher.ts",
31151
- "line": 568
31271
+ "line": 576
31152
31272
  },
31153
31273
  "name": "nugetApiKeySecret",
31154
31274
  "optional": true,
@@ -31174,7 +31294,7 @@
31174
31294
  },
31175
31295
  "locationInModule": {
31176
31296
  "filename": "src/release/publisher.ts",
31177
- "line": 82
31297
+ "line": 89
31178
31298
  },
31179
31299
  "parameters": [
31180
31300
  {
@@ -31197,7 +31317,7 @@
31197
31317
  "kind": "class",
31198
31318
  "locationInModule": {
31199
31319
  "filename": "src/release/publisher.ts",
31200
- "line": 70
31320
+ "line": 76
31201
31321
  },
31202
31322
  "methods": [
31203
31323
  {
@@ -31208,7 +31328,7 @@
31208
31328
  },
31209
31329
  "locationInModule": {
31210
31330
  "filename": "src/release/publisher.ts",
31211
- "line": 109
31331
+ "line": 117
31212
31332
  },
31213
31333
  "name": "publishToGit",
31214
31334
  "parameters": [
@@ -31235,7 +31355,7 @@
31235
31355
  },
31236
31356
  "locationInModule": {
31237
31357
  "filename": "src/release/publisher.ts",
31238
- "line": 144
31358
+ "line": 152
31239
31359
  },
31240
31360
  "name": "publishToGitHubReleases",
31241
31361
  "parameters": [
@@ -31257,7 +31377,7 @@
31257
31377
  },
31258
31378
  "locationInModule": {
31259
31379
  "filename": "src/release/publisher.ts",
31260
- "line": 294
31380
+ "line": 302
31261
31381
  },
31262
31382
  "name": "publishToGo",
31263
31383
  "parameters": [
@@ -31280,7 +31400,7 @@
31280
31400
  },
31281
31401
  "locationInModule": {
31282
31402
  "filename": "src/release/publisher.ts",
31283
- "line": 237
31403
+ "line": 245
31284
31404
  },
31285
31405
  "name": "publishToMaven",
31286
31406
  "parameters": [
@@ -31303,7 +31423,7 @@
31303
31423
  },
31304
31424
  "locationInModule": {
31305
31425
  "filename": "src/release/publisher.ts",
31306
- "line": 189
31426
+ "line": 197
31307
31427
  },
31308
31428
  "name": "publishToNpm",
31309
31429
  "parameters": [
@@ -31326,7 +31446,7 @@
31326
31446
  },
31327
31447
  "locationInModule": {
31328
31448
  "filename": "src/release/publisher.ts",
31329
- "line": 221
31449
+ "line": 229
31330
31450
  },
31331
31451
  "name": "publishToNuget",
31332
31452
  "parameters": [
@@ -31349,7 +31469,7 @@
31349
31469
  },
31350
31470
  "locationInModule": {
31351
31471
  "filename": "src/release/publisher.ts",
31352
- "line": 274
31472
+ "line": 282
31353
31473
  },
31354
31474
  "name": "publishToPyPi",
31355
31475
  "parameters": [
@@ -31373,7 +31493,7 @@
31373
31493
  },
31374
31494
  "locationInModule": {
31375
31495
  "filename": "src/release/publisher.ts",
31376
- "line": 98
31496
+ "line": 106
31377
31497
  },
31378
31498
  "name": "renderJobs",
31379
31499
  "overrides": "projen.github.IJobProvider",
@@ -31399,7 +31519,7 @@
31399
31519
  "immutable": true,
31400
31520
  "locationInModule": {
31401
31521
  "filename": "src/release/publisher.ts",
31402
- "line": 72
31522
+ "line": 78
31403
31523
  },
31404
31524
  "name": "artifactName",
31405
31525
  "type": {
@@ -31413,7 +31533,7 @@
31413
31533
  "immutable": true,
31414
31534
  "locationInModule": {
31415
31535
  "filename": "src/release/publisher.ts",
31416
- "line": 71
31536
+ "line": 77
31417
31537
  },
31418
31538
  "name": "buildJobId",
31419
31539
  "type": {
@@ -31427,7 +31547,7 @@
31427
31547
  "immutable": true,
31428
31548
  "locationInModule": {
31429
31549
  "filename": "src/release/publisher.ts",
31430
- "line": 73
31550
+ "line": 79
31431
31551
  },
31432
31552
  "name": "jsiiReleaseVersion",
31433
31553
  "type": {
@@ -31441,7 +31561,7 @@
31441
31561
  "immutable": true,
31442
31562
  "locationInModule": {
31443
31563
  "filename": "src/release/publisher.ts",
31444
- "line": 74
31564
+ "line": 80
31445
31565
  },
31446
31566
  "name": "condition",
31447
31567
  "optional": true,
@@ -31575,6 +31695,29 @@
31575
31695
  "type": {
31576
31696
  "primitive": "string"
31577
31697
  }
31698
+ },
31699
+ {
31700
+ "abstract": true,
31701
+ "docs": {
31702
+ "default": "[\"ubuntu-latest\"]",
31703
+ "stability": "experimental",
31704
+ "summary": "Github Runner selection labels."
31705
+ },
31706
+ "immutable": true,
31707
+ "locationInModule": {
31708
+ "filename": "src/release/publisher.ts",
31709
+ "line": 68
31710
+ },
31711
+ "name": "workflowRunsOn",
31712
+ "optional": true,
31713
+ "type": {
31714
+ "collection": {
31715
+ "elementtype": {
31716
+ "primitive": "string"
31717
+ },
31718
+ "kind": "array"
31719
+ }
31720
+ }
31578
31721
  }
31579
31722
  ],
31580
31723
  "symbolId": "src/release/publisher:PublisherOptions"
@@ -31590,7 +31733,7 @@
31590
31733
  "kind": "interface",
31591
31734
  "locationInModule": {
31592
31735
  "filename": "src/release/publisher.ts",
31593
- "line": 533
31736
+ "line": 541
31594
31737
  },
31595
31738
  "name": "PyPiPublishOptions",
31596
31739
  "namespace": "release",
@@ -31605,7 +31748,7 @@
31605
31748
  "immutable": true,
31606
31749
  "locationInModule": {
31607
31750
  "filename": "src/release/publisher.ts",
31608
- "line": 551
31751
+ "line": 559
31609
31752
  },
31610
31753
  "name": "twinePasswordSecret",
31611
31754
  "optional": true,
@@ -31623,7 +31766,7 @@
31623
31766
  "immutable": true,
31624
31767
  "locationInModule": {
31625
31768
  "filename": "src/release/publisher.ts",
31626
- "line": 539
31769
+ "line": 547
31627
31770
  },
31628
31771
  "name": "twineRegistryUrl",
31629
31772
  "optional": true,
@@ -31641,7 +31784,7 @@
31641
31784
  "immutable": true,
31642
31785
  "locationInModule": {
31643
31786
  "filename": "src/release/publisher.ts",
31644
- "line": 545
31787
+ "line": 553
31645
31788
  },
31646
31789
  "name": "twineUsernameSecret",
31647
31790
  "optional": true,
@@ -31667,7 +31810,7 @@
31667
31810
  },
31668
31811
  "locationInModule": {
31669
31812
  "filename": "src/release/release.ts",
31670
- "line": 218
31813
+ "line": 225
31671
31814
  },
31672
31815
  "parameters": [
31673
31816
  {
@@ -31687,7 +31830,7 @@
31687
31830
  "kind": "class",
31688
31831
  "locationInModule": {
31689
31832
  "filename": "src/release/release.ts",
31690
- "line": 198
31833
+ "line": 204
31691
31834
  },
31692
31835
  "methods": [
31693
31836
  {
@@ -31698,7 +31841,7 @@
31698
31841
  },
31699
31842
  "locationInModule": {
31700
31843
  "filename": "src/release/release.ts",
31701
- "line": 305
31844
+ "line": 314
31702
31845
  },
31703
31846
  "name": "addBranch",
31704
31847
  "parameters": [
@@ -31729,7 +31872,7 @@
31729
31872
  },
31730
31873
  "locationInModule": {
31731
31874
  "filename": "src/release/release.ts",
31732
- "line": 334
31875
+ "line": 343
31733
31876
  },
31734
31877
  "name": "addJobs",
31735
31878
  "parameters": [
@@ -31761,7 +31904,7 @@
31761
31904
  "immutable": true,
31762
31905
  "locationInModule": {
31763
31906
  "filename": "src/release/release.ts",
31764
- "line": 343
31907
+ "line": 352
31765
31908
  },
31766
31909
  "name": "branches",
31767
31910
  "type": {
@@ -31781,7 +31924,7 @@
31781
31924
  "immutable": true,
31782
31925
  "locationInModule": {
31783
31926
  "filename": "src/release/release.ts",
31784
- "line": 202
31927
+ "line": 208
31785
31928
  },
31786
31929
  "name": "publisher",
31787
31930
  "type": {
@@ -31805,7 +31948,7 @@
31805
31948
  "kind": "interface",
31806
31949
  "locationInModule": {
31807
31950
  "filename": "src/release/release.ts",
31808
- "line": 160
31951
+ "line": 166
31809
31952
  },
31810
31953
  "name": "ReleaseOptions",
31811
31954
  "namespace": "release",
@@ -31820,7 +31963,7 @@
31820
31963
  "immutable": true,
31821
31964
  "locationInModule": {
31822
31965
  "filename": "src/release/release.ts",
31823
- "line": 183
31966
+ "line": 189
31824
31967
  },
31825
31968
  "name": "branch",
31826
31969
  "type": {
@@ -31837,7 +31980,7 @@
31837
31980
  "immutable": true,
31838
31981
  "locationInModule": {
31839
31982
  "filename": "src/release/release.ts",
31840
- "line": 166
31983
+ "line": 172
31841
31984
  },
31842
31985
  "name": "task",
31843
31986
  "type": {
@@ -31854,7 +31997,7 @@
31854
31997
  "immutable": true,
31855
31998
  "locationInModule": {
31856
31999
  "filename": "src/release/release.ts",
31857
- "line": 173
32000
+ "line": 179
31858
32001
  },
31859
32002
  "name": "versionFile",
31860
32003
  "type": {
@@ -31871,7 +32014,7 @@
31871
32014
  "immutable": true,
31872
32015
  "locationInModule": {
31873
32016
  "filename": "src/release/release.ts",
31874
- "line": 190
32017
+ "line": 196
31875
32018
  },
31876
32019
  "name": "githubRelease",
31877
32020
  "optional": true,
@@ -32229,6 +32372,29 @@
32229
32372
  "type": {
32230
32373
  "primitive": "string"
32231
32374
  }
32375
+ },
32376
+ {
32377
+ "abstract": true,
32378
+ "docs": {
32379
+ "default": "[\"ubuntu-latest\"]",
32380
+ "stability": "experimental",
32381
+ "summary": "Github Runner selection labels."
32382
+ },
32383
+ "immutable": true,
32384
+ "locationInModule": {
32385
+ "filename": "src/release/release.ts",
32386
+ "line": 160
32387
+ },
32388
+ "name": "workflowRunsOn",
32389
+ "optional": true,
32390
+ "type": {
32391
+ "collection": {
32392
+ "elementtype": {
32393
+ "primitive": "string"
32394
+ },
32395
+ "kind": "array"
32396
+ }
32397
+ }
32232
32398
  }
32233
32399
  ],
32234
32400
  "symbolId": "src/release/release:ReleaseProjectOptions"
@@ -35012,6 +35178,6 @@
35012
35178
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
35013
35179
  }
35014
35180
  },
35015
- "version": "0.38.0",
35016
- "fingerprint": "JNGspqMRaDgrl04c0bgCYgMPcbid6TRmbBiiwoESsgw="
35181
+ "version": "0.38.1",
35182
+ "fingerprint": "iC4syuEqSFzA+a+sYHRLnepKcIe4T/OVEjTZVUocDrU="
35017
35183
  }