projen 0.99.50 → 0.99.52

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 (148) hide show
  1. package/.jsii +687 -188
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +4 -4
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.d.ts +5 -1
  18. package/lib/build/build-workflow.js +8 -2
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/auto-queue.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/dependency-review.d.ts +101 -0
  46. package/lib/github/dependency-review.js +64 -0
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.d.ts +31 -0
  50. package/lib/github/github.js +14 -2
  51. package/lib/github/index.d.ts +1 -0
  52. package/lib/github/index.js +2 -1
  53. package/lib/github/merge-queue.js +1 -1
  54. package/lib/github/mergify.js +1 -1
  55. package/lib/github/pr-template.js +1 -1
  56. package/lib/github/pull-request-backport.js +1 -1
  57. package/lib/github/pull-request-lint.js +1 -1
  58. package/lib/github/stale.js +1 -1
  59. package/lib/github/task-workflow-job.d.ts +7 -0
  60. package/lib/github/task-workflow-job.js +7 -3
  61. package/lib/github/task-workflow.js +3 -2
  62. package/lib/github/workflow-actions.js +1 -1
  63. package/lib/github/workflow-jobs.js +1 -1
  64. package/lib/github/workflow-steps.d.ts +23 -0
  65. package/lib/github/workflow-steps.js +29 -3
  66. package/lib/github/workflows.js +1 -1
  67. package/lib/gitlab/configuration.js +1 -1
  68. package/lib/gitlab/gitlab-configuration.js +1 -1
  69. package/lib/gitlab/nested-configuration.js +1 -1
  70. package/lib/gitpod.js +1 -1
  71. package/lib/ignore-file.js +1 -1
  72. package/lib/ini.js +1 -1
  73. package/lib/java/java-project.js +1 -1
  74. package/lib/java/junit.js +1 -1
  75. package/lib/java/maven-compile.js +1 -1
  76. package/lib/java/maven-packaging.js +1 -1
  77. package/lib/java/maven-sample.js +1 -1
  78. package/lib/java/pom.js +2 -2
  79. package/lib/java/projenrc.js +1 -1
  80. package/lib/javascript/biome/biome.js +1 -1
  81. package/lib/javascript/bundler.js +1 -1
  82. package/lib/javascript/eslint.js +1 -1
  83. package/lib/javascript/jest.js +4 -4
  84. package/lib/javascript/license-checker.js +1 -1
  85. package/lib/javascript/node-package.js +1 -1
  86. package/lib/javascript/node-project.js +14 -2
  87. package/lib/javascript/npm-config.js +1 -1
  88. package/lib/javascript/prettier.js +1 -1
  89. package/lib/javascript/projenrc.js +1 -1
  90. package/lib/javascript/typescript-config.js +2 -2
  91. package/lib/javascript/upgrade-dependencies.js +6 -3
  92. package/lib/javascript/yarnrc.js +1 -1
  93. package/lib/json-patch.js +1 -1
  94. package/lib/json.js +1 -1
  95. package/lib/license.js +1 -1
  96. package/lib/logger.js +1 -1
  97. package/lib/makefile.js +1 -1
  98. package/lib/object-file.js +1 -1
  99. package/lib/project-build.js +1 -1
  100. package/lib/project-tree.js +1 -1
  101. package/lib/project.js +1 -1
  102. package/lib/projects.js +1 -1
  103. package/lib/projenrc-json.js +2 -2
  104. package/lib/projenrc.js +1 -1
  105. package/lib/python/pip.js +1 -1
  106. package/lib/python/poetry.js +2 -2
  107. package/lib/python/projenrc.js +1 -1
  108. package/lib/python/pyproject-toml-file.js +1 -1
  109. package/lib/python/pytest-sample.js +1 -1
  110. package/lib/python/pytest.js +1 -1
  111. package/lib/python/python-project.js +1 -1
  112. package/lib/python/python-sample.js +1 -1
  113. package/lib/python/requirements-file.js +1 -1
  114. package/lib/python/setuppy.js +1 -1
  115. package/lib/python/setuptools.js +1 -1
  116. package/lib/python/uv.js +1 -1
  117. package/lib/python/venv.js +1 -1
  118. package/lib/readme.js +1 -1
  119. package/lib/release/publisher.js +1 -1
  120. package/lib/release/release-trigger.js +1 -1
  121. package/lib/release/release.js +1 -1
  122. package/lib/renovatebot.js +1 -1
  123. package/lib/sample-file.js +2 -2
  124. package/lib/semver.js +1 -1
  125. package/lib/source-code.js +1 -1
  126. package/lib/task-runtime.js +1 -1
  127. package/lib/task.js +1 -1
  128. package/lib/tasks.js +1 -1
  129. package/lib/testing.js +1 -1
  130. package/lib/textfile.js +1 -1
  131. package/lib/toml.js +1 -1
  132. package/lib/typescript/projenrc-ts.js +1 -1
  133. package/lib/typescript/projenrc.js +1 -1
  134. package/lib/typescript/typescript-typedoc.js +1 -1
  135. package/lib/typescript/typescript.js +6 -6
  136. package/lib/version.js +2 -2
  137. package/lib/vscode/devcontainer.js +1 -1
  138. package/lib/vscode/extensions.js +1 -1
  139. package/lib/vscode/launch-config.js +1 -1
  140. package/lib/vscode/settings.js +1 -1
  141. package/lib/vscode/vscode.js +1 -1
  142. package/lib/web/next.js +3 -3
  143. package/lib/web/postcss.js +1 -1
  144. package/lib/web/react.js +4 -4
  145. package/lib/web/tailwind.js +1 -1
  146. package/lib/xmlfile.js +1 -1
  147. package/lib/yaml.js +1 -1
  148. package/package.json +1 -1
package/.jsii CHANGED
@@ -141,7 +141,7 @@
141
141
  "projen.github.workflows": {
142
142
  "locationInModule": {
143
143
  "filename": "src/github/index.ts",
144
- "line": 25
144
+ "line": 26
145
145
  },
146
146
  "symbolId": "src/github/workflows-model:"
147
147
  },
@@ -17424,7 +17424,7 @@
17424
17424
  "kind": "interface",
17425
17425
  "locationInModule": {
17426
17426
  "filename": "src/build/build-workflow.ts",
17427
- "line": 497
17427
+ "line": 512
17428
17428
  },
17429
17429
  "name": "AddPostBuildJobCommandsOptions",
17430
17430
  "namespace": "build",
@@ -17439,7 +17439,7 @@
17439
17439
  "immutable": true,
17440
17440
  "locationInModule": {
17441
17441
  "filename": "src/build/build-workflow.ts",
17442
- "line": 509
17442
+ "line": 524
17443
17443
  },
17444
17444
  "name": "checkoutRepo",
17445
17445
  "optional": true,
@@ -17458,7 +17458,7 @@
17458
17458
  "immutable": true,
17459
17459
  "locationInModule": {
17460
17460
  "filename": "src/build/build-workflow.ts",
17461
- "line": 519
17461
+ "line": 534
17462
17462
  },
17463
17463
  "name": "installDeps",
17464
17464
  "optional": true,
@@ -17480,7 +17480,7 @@
17480
17480
  "immutable": true,
17481
17481
  "locationInModule": {
17482
17482
  "filename": "src/build/build-workflow.ts",
17483
- "line": 527
17483
+ "line": 542
17484
17484
  },
17485
17485
  "name": "runsOn",
17486
17486
  "optional": true,
@@ -17506,7 +17506,7 @@
17506
17506
  "immutable": true,
17507
17507
  "locationInModule": {
17508
17508
  "filename": "src/build/build-workflow.ts",
17509
- "line": 534
17509
+ "line": 549
17510
17510
  },
17511
17511
  "name": "runsOnGroup",
17512
17512
  "optional": true,
@@ -17523,7 +17523,7 @@
17523
17523
  "immutable": true,
17524
17524
  "locationInModule": {
17525
17525
  "filename": "src/build/build-workflow.ts",
17526
- "line": 501
17526
+ "line": 516
17527
17527
  },
17528
17528
  "name": "tools",
17529
17529
  "optional": true,
@@ -17545,7 +17545,7 @@
17545
17545
  "kind": "interface",
17546
17546
  "locationInModule": {
17547
17547
  "filename": "src/build/build-workflow.ts",
17548
- "line": 472
17548
+ "line": 487
17549
17549
  },
17550
17550
  "name": "AddPostBuildJobTaskOptions",
17551
17551
  "namespace": "build",
@@ -17564,7 +17564,7 @@
17564
17564
  "immutable": true,
17565
17565
  "locationInModule": {
17566
17566
  "filename": "src/build/build-workflow.ts",
17567
- "line": 484
17567
+ "line": 499
17568
17568
  },
17569
17569
  "name": "runsOn",
17570
17570
  "optional": true,
@@ -17590,7 +17590,7 @@
17590
17590
  "immutable": true,
17591
17591
  "locationInModule": {
17592
17592
  "filename": "src/build/build-workflow.ts",
17593
- "line": 491
17593
+ "line": 506
17594
17594
  },
17595
17595
  "name": "runsOnGroup",
17596
17596
  "optional": true,
@@ -17607,7 +17607,7 @@
17607
17607
  "immutable": true,
17608
17608
  "locationInModule": {
17609
17609
  "filename": "src/build/build-workflow.ts",
17610
- "line": 476
17610
+ "line": 491
17611
17611
  },
17612
17612
  "name": "tools",
17613
17613
  "optional": true,
@@ -17631,7 +17631,7 @@
17631
17631
  },
17632
17632
  "locationInModule": {
17633
17633
  "filename": "src/build/build-workflow.ts",
17634
- "line": 161
17634
+ "line": 170
17635
17635
  },
17636
17636
  "parameters": [
17637
17637
  {
@@ -17651,7 +17651,7 @@
17651
17651
  "kind": "class",
17652
17652
  "locationInModule": {
17653
17653
  "filename": "src/build/build-workflow.ts",
17654
- "line": 145
17654
+ "line": 150
17655
17655
  },
17656
17656
  "methods": [
17657
17657
  {
@@ -17662,7 +17662,7 @@
17662
17662
  },
17663
17663
  "locationInModule": {
17664
17664
  "filename": "src/build/build-workflow.ts",
17665
- "line": 263
17665
+ "line": 272
17666
17666
  },
17667
17667
  "name": "addPostBuildJob",
17668
17668
  "parameters": [
@@ -17694,7 +17694,7 @@
17694
17694
  },
17695
17695
  "locationInModule": {
17696
17696
  "filename": "src/build/build-workflow.ts",
17697
- "line": 337
17697
+ "line": 346
17698
17698
  },
17699
17699
  "name": "addPostBuildJobCommands",
17700
17700
  "parameters": [
@@ -17735,7 +17735,7 @@
17735
17735
  },
17736
17736
  "locationInModule": {
17737
17737
  "filename": "src/build/build-workflow.ts",
17738
- "line": 311
17738
+ "line": 320
17739
17739
  },
17740
17740
  "name": "addPostBuildJobTask",
17741
17741
  "parameters": [
@@ -17764,7 +17764,7 @@
17764
17764
  },
17765
17765
  "locationInModule": {
17766
17766
  "filename": "src/build/build-workflow.ts",
17767
- "line": 248
17767
+ "line": 257
17768
17768
  },
17769
17769
  "name": "addPostBuildSteps",
17770
17770
  "parameters": [
@@ -17793,7 +17793,7 @@
17793
17793
  "immutable": true,
17794
17794
  "locationInModule": {
17795
17795
  "filename": "src/build/build-workflow.ts",
17796
- "line": 240
17796
+ "line": 249
17797
17797
  },
17798
17798
  "name": "buildJobIds",
17799
17799
  "type": {
@@ -17813,12 +17813,27 @@
17813
17813
  "immutable": true,
17814
17814
  "locationInModule": {
17815
17815
  "filename": "src/build/build-workflow.ts",
17816
- "line": 149
17816
+ "line": 154
17817
17817
  },
17818
17818
  "name": "name",
17819
17819
  "type": {
17820
17820
  "primitive": "string"
17821
17821
  }
17822
+ },
17823
+ {
17824
+ "docs": {
17825
+ "stability": "experimental",
17826
+ "summary": "The underlying GitHub Actions workflow."
17827
+ },
17828
+ "immutable": true,
17829
+ "locationInModule": {
17830
+ "filename": "src/build/build-workflow.ts",
17831
+ "line": 159
17832
+ },
17833
+ "name": "workflow",
17834
+ "type": {
17835
+ "fqn": "projen.github.GithubWorkflow"
17836
+ }
17822
17837
  }
17823
17838
  ],
17824
17839
  "symbolId": "src/build/build-workflow:BuildWorkflow"
@@ -17833,7 +17848,7 @@
17833
17848
  "kind": "interface",
17834
17849
  "locationInModule": {
17835
17850
  "filename": "src/build/build-workflow.ts",
17836
- "line": 40
17851
+ "line": 45
17837
17852
  },
17838
17853
  "name": "BuildWorkflowCommonOptions",
17839
17854
  "namespace": "build",
@@ -17848,7 +17863,7 @@
17848
17863
  "immutable": true,
17849
17864
  "locationInModule": {
17850
17865
  "filename": "src/build/build-workflow.ts",
17851
- "line": 71
17866
+ "line": 76
17852
17867
  },
17853
17868
  "name": "env",
17854
17869
  "optional": true,
@@ -17871,7 +17886,7 @@
17871
17886
  "immutable": true,
17872
17887
  "locationInModule": {
17873
17888
  "filename": "src/build/build-workflow.ts",
17874
- "line": 46
17889
+ "line": 51
17875
17890
  },
17876
17891
  "name": "name",
17877
17892
  "optional": true,
@@ -17889,7 +17904,7 @@
17889
17904
  "immutable": true,
17890
17905
  "locationInModule": {
17891
17906
  "filename": "src/build/build-workflow.ts",
17892
- "line": 65
17907
+ "line": 70
17893
17908
  },
17894
17909
  "name": "permissions",
17895
17910
  "optional": true,
@@ -17907,7 +17922,7 @@
17907
17922
  "immutable": true,
17908
17923
  "locationInModule": {
17909
17924
  "filename": "src/build/build-workflow.ts",
17910
- "line": 52
17925
+ "line": 57
17911
17926
  },
17912
17927
  "name": "preBuildSteps",
17913
17928
  "optional": true,
@@ -17930,7 +17945,7 @@
17930
17945
  "immutable": true,
17931
17946
  "locationInModule": {
17932
17947
  "filename": "src/build/build-workflow.ts",
17933
- "line": 58
17948
+ "line": 63
17934
17949
  },
17935
17950
  "name": "workflowTriggers",
17936
17951
  "optional": true,
@@ -17954,7 +17969,7 @@
17954
17969
  "kind": "interface",
17955
17970
  "locationInModule": {
17956
17971
  "filename": "src/build/build-workflow.ts",
17957
- "line": 74
17972
+ "line": 79
17958
17973
  },
17959
17974
  "name": "BuildWorkflowOptions",
17960
17975
  "namespace": "build",
@@ -17968,7 +17983,7 @@
17968
17983
  "immutable": true,
17969
17984
  "locationInModule": {
17970
17985
  "filename": "src/build/build-workflow.ts",
17971
- "line": 78
17986
+ "line": 83
17972
17987
  },
17973
17988
  "name": "buildTask",
17974
17989
  "type": {
@@ -17985,7 +18000,7 @@
17985
18000
  "immutable": true,
17986
18001
  "locationInModule": {
17987
18002
  "filename": "src/build/build-workflow.ts",
17988
- "line": 84
18003
+ "line": 89
17989
18004
  },
17990
18005
  "name": "artifactsDirectory",
17991
18006
  "optional": true,
@@ -18003,7 +18018,7 @@
18003
18018
  "immutable": true,
18004
18019
  "locationInModule": {
18005
18020
  "filename": "src/build/build-workflow.ts",
18006
- "line": 90
18021
+ "line": 95
18007
18022
  },
18008
18023
  "name": "containerImage",
18009
18024
  "optional": true,
@@ -18021,7 +18036,7 @@
18021
18036
  "immutable": true,
18022
18037
  "locationInModule": {
18023
18038
  "filename": "src/build/build-workflow.ts",
18024
- "line": 127
18039
+ "line": 132
18025
18040
  },
18026
18041
  "name": "gitIdentity",
18027
18042
  "optional": true,
@@ -18040,7 +18055,7 @@
18040
18055
  "immutable": true,
18041
18056
  "locationInModule": {
18042
18057
  "filename": "src/build/build-workflow.ts",
18043
- "line": 105
18058
+ "line": 110
18044
18059
  },
18045
18060
  "name": "mutableBuild",
18046
18061
  "optional": true,
@@ -18059,7 +18074,7 @@
18059
18074
  "immutable": true,
18060
18075
  "locationInModule": {
18061
18076
  "filename": "src/build/build-workflow.ts",
18062
- "line": 115
18077
+ "line": 120
18063
18078
  },
18064
18079
  "name": "mutableInstall",
18065
18080
  "optional": true,
@@ -18077,7 +18092,7 @@
18077
18092
  "immutable": true,
18078
18093
  "locationInModule": {
18079
18094
  "filename": "src/build/build-workflow.ts",
18080
- "line": 121
18095
+ "line": 126
18081
18096
  },
18082
18097
  "name": "postBuildSteps",
18083
18098
  "optional": true,
@@ -18104,7 +18119,7 @@
18104
18119
  "immutable": true,
18105
18120
  "locationInModule": {
18106
18121
  "filename": "src/build/build-workflow.ts",
18107
- "line": 135
18122
+ "line": 140
18108
18123
  },
18109
18124
  "name": "runsOn",
18110
18125
  "optional": true,
@@ -18130,7 +18145,7 @@
18130
18145
  "immutable": true,
18131
18146
  "locationInModule": {
18132
18147
  "filename": "src/build/build-workflow.ts",
18133
- "line": 142
18148
+ "line": 147
18134
18149
  },
18135
18150
  "name": "runsOnGroup",
18136
18151
  "optional": true,
@@ -23104,7 +23119,7 @@
23104
23119
  "kind": "interface",
23105
23120
  "locationInModule": {
23106
23121
  "filename": "src/github/workflow-steps.ts",
23107
- "line": 164
23122
+ "line": 193
23108
23123
  },
23109
23124
  "name": "CheckoutOptions",
23110
23125
  "namespace": "github",
@@ -23118,7 +23133,7 @@
23118
23133
  "immutable": true,
23119
23134
  "locationInModule": {
23120
23135
  "filename": "src/github/workflow-steps.ts",
23121
- "line": 168
23136
+ "line": 197
23122
23137
  },
23123
23138
  "name": "with",
23124
23139
  "optional": true,
@@ -23129,6 +23144,45 @@
23129
23144
  ],
23130
23145
  "symbolId": "src/github/workflow-steps:CheckoutOptions"
23131
23146
  },
23147
+ "projen.github.CheckoutSubmodules": {
23148
+ "assembly": "projen",
23149
+ "docs": {
23150
+ "stability": "experimental",
23151
+ "summary": "Whether to checkout Git submodules in CI workflows."
23152
+ },
23153
+ "fqn": "projen.github.CheckoutSubmodules",
23154
+ "kind": "enum",
23155
+ "locationInModule": {
23156
+ "filename": "src/github/workflow-steps.ts",
23157
+ "line": 8
23158
+ },
23159
+ "members": [
23160
+ {
23161
+ "docs": {
23162
+ "stability": "experimental",
23163
+ "summary": "Don't checkout submodules."
23164
+ },
23165
+ "name": "DISABLED"
23166
+ },
23167
+ {
23168
+ "docs": {
23169
+ "stability": "experimental",
23170
+ "summary": "Checkout only top-level submodules."
23171
+ },
23172
+ "name": "ENABLED"
23173
+ },
23174
+ {
23175
+ "docs": {
23176
+ "stability": "experimental",
23177
+ "summary": "Checkout submodules recursively."
23178
+ },
23179
+ "name": "RECURSIVE"
23180
+ }
23181
+ ],
23182
+ "name": "CheckoutSubmodules",
23183
+ "namespace": "github",
23184
+ "symbolId": "src/github/workflow-steps:CheckoutSubmodules"
23185
+ },
23132
23186
  "projen.github.CheckoutWith": {
23133
23187
  "assembly": "projen",
23134
23188
  "datatype": true,
@@ -23140,7 +23194,7 @@
23140
23194
  "kind": "interface",
23141
23195
  "locationInModule": {
23142
23196
  "filename": "src/github/workflow-steps.ts",
23143
- "line": 174
23197
+ "line": 203
23144
23198
  },
23145
23199
  "name": "CheckoutWith",
23146
23200
  "namespace": "github",
@@ -23156,7 +23210,7 @@
23156
23210
  "immutable": true,
23157
23211
  "locationInModule": {
23158
23212
  "filename": "src/github/workflow-steps.ts",
23159
- "line": 180
23213
+ "line": 209
23160
23214
  },
23161
23215
  "name": "fetchDepth",
23162
23216
  "optional": true,
@@ -23174,7 +23228,7 @@
23174
23228
  "immutable": true,
23175
23229
  "locationInModule": {
23176
23230
  "filename": "src/github/workflow-steps.ts",
23177
- "line": 186
23231
+ "line": 215
23178
23232
  },
23179
23233
  "name": "lfs",
23180
23234
  "optional": true,
@@ -23192,7 +23246,7 @@
23192
23246
  "immutable": true,
23193
23247
  "locationInModule": {
23194
23248
  "filename": "src/github/workflow-steps.ts",
23195
- "line": 213
23249
+ "line": 249
23196
23250
  },
23197
23251
  "name": "path",
23198
23252
  "optional": true,
@@ -23210,7 +23264,7 @@
23210
23264
  "immutable": true,
23211
23265
  "locationInModule": {
23212
23266
  "filename": "src/github/workflow-steps.ts",
23213
- "line": 192
23267
+ "line": 228
23214
23268
  },
23215
23269
  "name": "ref",
23216
23270
  "optional": true,
@@ -23228,7 +23282,7 @@
23228
23282
  "immutable": true,
23229
23283
  "locationInModule": {
23230
23284
  "filename": "src/github/workflow-steps.ts",
23231
- "line": 198
23285
+ "line": 234
23232
23286
  },
23233
23287
  "name": "repository",
23234
23288
  "optional": true,
@@ -23236,6 +23290,24 @@
23236
23290
  "primitive": "string"
23237
23291
  }
23238
23292
  },
23293
+ {
23294
+ "abstract": true,
23295
+ "docs": {
23296
+ "default": "CheckoutSubmodules.DISABLED",
23297
+ "stability": "experimental",
23298
+ "summary": "Whether to checkout Git submodules."
23299
+ },
23300
+ "immutable": true,
23301
+ "locationInModule": {
23302
+ "filename": "src/github/workflow-steps.ts",
23303
+ "line": 222
23304
+ },
23305
+ "name": "submodules",
23306
+ "optional": true,
23307
+ "type": {
23308
+ "fqn": "projen.github.CheckoutSubmodules"
23309
+ }
23310
+ },
23239
23311
  {
23240
23312
  "abstract": true,
23241
23313
  "docs": {
@@ -23247,7 +23319,7 @@
23247
23319
  "immutable": true,
23248
23320
  "locationInModule": {
23249
23321
  "filename": "src/github/workflow-steps.ts",
23250
- "line": 207
23322
+ "line": 243
23251
23323
  },
23252
23324
  "name": "token",
23253
23325
  "optional": true,
@@ -24853,6 +24925,344 @@
24853
24925
  "namespace": "github",
24854
24926
  "symbolId": "src/github/dependabot:DependabotScheduleInterval"
24855
24927
  },
24928
+ "projen.github.DependencyReview": {
24929
+ "assembly": "projen",
24930
+ "base": "projen.Component",
24931
+ "docs": {
24932
+ "remarks": "This action scans pull requests for dependency changes and raises an error\nif any vulnerabilities or invalid licenses are introduced.",
24933
+ "see": "https://github.com/actions/dependency-review-action",
24934
+ "stability": "experimental",
24935
+ "summary": "Adds a GitHub workflow that runs the dependency-review-action on pull requests."
24936
+ },
24937
+ "fqn": "projen.github.DependencyReview",
24938
+ "initializer": {
24939
+ "docs": {
24940
+ "stability": "experimental"
24941
+ },
24942
+ "locationInModule": {
24943
+ "filename": "src/github/dependency-review.ts",
24944
+ "line": 118
24945
+ },
24946
+ "parameters": [
24947
+ {
24948
+ "name": "github",
24949
+ "type": {
24950
+ "fqn": "projen.github.GitHub"
24951
+ }
24952
+ },
24953
+ {
24954
+ "name": "options",
24955
+ "optional": true,
24956
+ "type": {
24957
+ "fqn": "projen.github.DependencyReviewOptions"
24958
+ }
24959
+ }
24960
+ ]
24961
+ },
24962
+ "kind": "class",
24963
+ "locationInModule": {
24964
+ "filename": "src/github/dependency-review.ts",
24965
+ "line": 117
24966
+ },
24967
+ "name": "DependencyReview",
24968
+ "namespace": "github",
24969
+ "symbolId": "src/github/dependency-review:DependencyReview"
24970
+ },
24971
+ "projen.github.DependencyReviewOptions": {
24972
+ "assembly": "projen",
24973
+ "datatype": true,
24974
+ "docs": {
24975
+ "stability": "experimental",
24976
+ "summary": "Options for the DependencyReview component."
24977
+ },
24978
+ "fqn": "projen.github.DependencyReviewOptions",
24979
+ "kind": "interface",
24980
+ "locationInModule": {
24981
+ "filename": "src/github/dependency-review.ts",
24982
+ "line": 11
24983
+ },
24984
+ "name": "DependencyReviewOptions",
24985
+ "namespace": "github",
24986
+ "properties": [
24987
+ {
24988
+ "abstract": true,
24989
+ "docs": {
24990
+ "default": "- no advisories are skipped",
24991
+ "stability": "experimental",
24992
+ "summary": "GitHub Advisory Database IDs that can be skipped during detection."
24993
+ },
24994
+ "immutable": true,
24995
+ "locationInModule": {
24996
+ "filename": "src/github/dependency-review.ts",
24997
+ "line": 59
24998
+ },
24999
+ "name": "allowGhsas",
25000
+ "optional": true,
25001
+ "type": {
25002
+ "collection": {
25003
+ "elementtype": {
25004
+ "primitive": "string"
25005
+ },
25006
+ "kind": "array"
25007
+ }
25008
+ }
25009
+ },
25010
+ {
25011
+ "abstract": true,
25012
+ "docs": {
25013
+ "default": "- no license allow-list",
25014
+ "stability": "experimental",
25015
+ "summary": "List of allowed SPDX license identifiers."
25016
+ },
25017
+ "immutable": true,
25018
+ "locationInModule": {
25019
+ "filename": "src/github/dependency-review.ts",
25020
+ "line": 24
25021
+ },
25022
+ "name": "allowLicenses",
25023
+ "optional": true,
25024
+ "type": {
25025
+ "collection": {
25026
+ "elementtype": {
25027
+ "primitive": "string"
25028
+ },
25029
+ "kind": "array"
25030
+ }
25031
+ }
25032
+ },
25033
+ {
25034
+ "abstract": true,
25035
+ "docs": {
25036
+ "default": "\"always\"",
25037
+ "stability": "experimental",
25038
+ "summary": "Whether to post a comment summary on the PR."
25039
+ },
25040
+ "immutable": true,
25041
+ "locationInModule": {
25042
+ "filename": "src/github/dependency-review.ts",
25043
+ "line": 73
25044
+ },
25045
+ "name": "commentSummaryInPr",
25046
+ "optional": true,
25047
+ "type": {
25048
+ "primitive": "string"
25049
+ }
25050
+ },
25051
+ {
25052
+ "abstract": true,
25053
+ "docs": {
25054
+ "default": "- no external config",
25055
+ "stability": "experimental",
25056
+ "summary": "Path to an external configuration file."
25057
+ },
25058
+ "immutable": true,
25059
+ "locationInModule": {
25060
+ "filename": "src/github/dependency-review.ts",
25061
+ "line": 52
25062
+ },
25063
+ "name": "configFile",
25064
+ "optional": true,
25065
+ "type": {
25066
+ "primitive": "string"
25067
+ }
25068
+ },
25069
+ {
25070
+ "abstract": true,
25071
+ "docs": {
25072
+ "default": "- no packages are denied",
25073
+ "stability": "experimental",
25074
+ "summary": "Packages to block in a PR (in purl format)."
25075
+ },
25076
+ "immutable": true,
25077
+ "locationInModule": {
25078
+ "filename": "src/github/dependency-review.ts",
25079
+ "line": 66
25080
+ },
25081
+ "name": "denyPackages",
25082
+ "optional": true,
25083
+ "type": {
25084
+ "collection": {
25085
+ "elementtype": {
25086
+ "primitive": "string"
25087
+ },
25088
+ "kind": "array"
25089
+ }
25090
+ }
25091
+ },
25092
+ {
25093
+ "abstract": true,
25094
+ "docs": {
25095
+ "default": "- no scopes filter (action default is \"runtime\")",
25096
+ "stability": "experimental",
25097
+ "summary": "Scopes of dependencies to fail on."
25098
+ },
25099
+ "immutable": true,
25100
+ "locationInModule": {
25101
+ "filename": "src/github/dependency-review.ts",
25102
+ "line": 45
25103
+ },
25104
+ "name": "failOnScopes",
25105
+ "optional": true,
25106
+ "type": {
25107
+ "collection": {
25108
+ "elementtype": {
25109
+ "primitive": "string"
25110
+ },
25111
+ "kind": "array"
25112
+ }
25113
+ }
25114
+ },
25115
+ {
25116
+ "abstract": true,
25117
+ "docs": {
25118
+ "default": "- no minimum severity (action default is \"low\")",
25119
+ "stability": "experimental",
25120
+ "summary": "The severity level at which the action will fail."
25121
+ },
25122
+ "immutable": true,
25123
+ "locationInModule": {
25124
+ "filename": "src/github/dependency-review.ts",
25125
+ "line": 17
25126
+ },
25127
+ "name": "failOnSeverity",
25128
+ "optional": true,
25129
+ "type": {
25130
+ "primitive": "string"
25131
+ }
25132
+ },
25133
+ {
25134
+ "abstract": true,
25135
+ "docs": {
25136
+ "default": "true",
25137
+ "stability": "experimental",
25138
+ "summary": "Enable or disable the license check."
25139
+ },
25140
+ "immutable": true,
25141
+ "locationInModule": {
25142
+ "filename": "src/github/dependency-review.ts",
25143
+ "line": 38
25144
+ },
25145
+ "name": "licenseCheck",
25146
+ "optional": true,
25147
+ "type": {
25148
+ "primitive": "boolean"
25149
+ }
25150
+ },
25151
+ {
25152
+ "abstract": true,
25153
+ "docs": {
25154
+ "default": "[\"ubuntu-latest\"]",
25155
+ "stability": "experimental",
25156
+ "summary": "Github Runner selection labels."
25157
+ },
25158
+ "immutable": true,
25159
+ "locationInModule": {
25160
+ "filename": "src/github/dependency-review.ts",
25161
+ "line": 101
25162
+ },
25163
+ "name": "runsOn",
25164
+ "optional": true,
25165
+ "type": {
25166
+ "collection": {
25167
+ "elementtype": {
25168
+ "primitive": "string"
25169
+ },
25170
+ "kind": "array"
25171
+ }
25172
+ }
25173
+ },
25174
+ {
25175
+ "abstract": true,
25176
+ "docs": {
25177
+ "stability": "experimental",
25178
+ "summary": "Github Runner Group selection options."
25179
+ },
25180
+ "immutable": true,
25181
+ "locationInModule": {
25182
+ "filename": "src/github/dependency-review.ts",
25183
+ "line": 106
25184
+ },
25185
+ "name": "runsOnGroup",
25186
+ "optional": true,
25187
+ "type": {
25188
+ "fqn": "projen.GroupRunnerOptions"
25189
+ }
25190
+ },
25191
+ {
25192
+ "abstract": true,
25193
+ "docs": {
25194
+ "default": "true",
25195
+ "stability": "experimental",
25196
+ "summary": "Show OpenSSF Scorecard scores for dependencies."
25197
+ },
25198
+ "immutable": true,
25199
+ "locationInModule": {
25200
+ "filename": "src/github/dependency-review.ts",
25201
+ "line": 87
25202
+ },
25203
+ "name": "showOpenSSFScorecard",
25204
+ "optional": true,
25205
+ "type": {
25206
+ "primitive": "boolean"
25207
+ }
25208
+ },
25209
+ {
25210
+ "abstract": true,
25211
+ "docs": {
25212
+ "default": "true",
25213
+ "stability": "experimental",
25214
+ "summary": "Enable or disable the vulnerability check."
25215
+ },
25216
+ "immutable": true,
25217
+ "locationInModule": {
25218
+ "filename": "src/github/dependency-review.ts",
25219
+ "line": 31
25220
+ },
25221
+ "name": "vulnerabilityCheck",
25222
+ "optional": true,
25223
+ "type": {
25224
+ "primitive": "boolean"
25225
+ }
25226
+ },
25227
+ {
25228
+ "abstract": true,
25229
+ "docs": {
25230
+ "default": "false",
25231
+ "stability": "experimental",
25232
+ "summary": "When true, the action will only warn and not fail."
25233
+ },
25234
+ "immutable": true,
25235
+ "locationInModule": {
25236
+ "filename": "src/github/dependency-review.ts",
25237
+ "line": 80
25238
+ },
25239
+ "name": "warnOnly",
25240
+ "optional": true,
25241
+ "type": {
25242
+ "primitive": "boolean"
25243
+ }
25244
+ },
25245
+ {
25246
+ "abstract": true,
25247
+ "docs": {
25248
+ "default": "3",
25249
+ "stability": "experimental",
25250
+ "summary": "Score threshold for OpenSSF Scorecard warnings."
25251
+ },
25252
+ "immutable": true,
25253
+ "locationInModule": {
25254
+ "filename": "src/github/dependency-review.ts",
25255
+ "line": 94
25256
+ },
25257
+ "name": "warnOnOpenSSFScorecardLevel",
25258
+ "optional": true,
25259
+ "type": {
25260
+ "primitive": "number"
25261
+ }
25262
+ }
25263
+ ],
25264
+ "symbolId": "src/github/dependency-review:DependencyReviewOptions"
25265
+ },
24856
25266
  "projen.github.DownloadArtifactOptions": {
24857
25267
  "assembly": "projen",
24858
25268
  "datatype": true,
@@ -24866,7 +25276,7 @@
24866
25276
  "kind": "interface",
24867
25277
  "locationInModule": {
24868
25278
  "filename": "src/github/workflow-steps.ts",
24869
- "line": 348
25279
+ "line": 384
24870
25280
  },
24871
25281
  "name": "DownloadArtifactOptions",
24872
25282
  "namespace": "github",
@@ -24880,7 +25290,7 @@
24880
25290
  "immutable": true,
24881
25291
  "locationInModule": {
24882
25292
  "filename": "src/github/workflow-steps.ts",
24883
- "line": 352
25293
+ "line": 388
24884
25294
  },
24885
25295
  "name": "with",
24886
25296
  "type": {
@@ -24900,7 +25310,7 @@
24900
25310
  "kind": "interface",
24901
25311
  "locationInModule": {
24902
25312
  "filename": "src/github/workflow-steps.ts",
24903
- "line": 294
25313
+ "line": 330
24904
25314
  },
24905
25315
  "name": "DownloadArtifactWith",
24906
25316
  "namespace": "github",
@@ -24915,7 +25325,7 @@
24915
25325
  "immutable": true,
24916
25326
  "locationInModule": {
24917
25327
  "filename": "src/github/workflow-steps.ts",
24918
- "line": 322
25328
+ "line": 358
24919
25329
  },
24920
25330
  "name": "mergeMultiple",
24921
25331
  "optional": true,
@@ -24933,7 +25343,7 @@
24933
25343
  "immutable": true,
24934
25344
  "locationInModule": {
24935
25345
  "filename": "src/github/workflow-steps.ts",
24936
- "line": 300
25346
+ "line": 336
24937
25347
  },
24938
25348
  "name": "name",
24939
25349
  "optional": true,
@@ -24952,7 +25362,7 @@
24952
25362
  "immutable": true,
24953
25363
  "locationInModule": {
24954
25364
  "filename": "src/github/workflow-steps.ts",
24955
- "line": 307
25365
+ "line": 343
24956
25366
  },
24957
25367
  "name": "path",
24958
25368
  "optional": true,
@@ -24969,7 +25379,7 @@
24969
25379
  "immutable": true,
24970
25380
  "locationInModule": {
24971
25381
  "filename": "src/github/workflow-steps.ts",
24972
- "line": 313
25382
+ "line": 349
24973
25383
  },
24974
25384
  "name": "pattern",
24975
25385
  "optional": true,
@@ -24987,7 +25397,7 @@
24987
25397
  "immutable": true,
24988
25398
  "locationInModule": {
24989
25399
  "filename": "src/github/workflow-steps.ts",
24990
- "line": 337
25400
+ "line": 373
24991
25401
  },
24992
25402
  "name": "repository",
24993
25403
  "optional": true,
@@ -25005,7 +25415,7 @@
25005
25415
  "immutable": true,
25006
25416
  "locationInModule": {
25007
25417
  "filename": "src/github/workflow-steps.ts",
25008
- "line": 345
25418
+ "line": 381
25009
25419
  },
25010
25420
  "name": "runId",
25011
25421
  "optional": true,
@@ -25023,7 +25433,7 @@
25023
25433
  "immutable": true,
25024
25434
  "locationInModule": {
25025
25435
  "filename": "src/github/workflow-steps.ts",
25026
- "line": 329
25436
+ "line": 365
25027
25437
  },
25028
25438
  "name": "token",
25029
25439
  "optional": true,
@@ -25047,7 +25457,7 @@
25047
25457
  },
25048
25458
  "locationInModule": {
25049
25459
  "filename": "src/github/github.ts",
25050
- "line": 152
25460
+ "line": 183
25051
25461
  },
25052
25462
  "parameters": [
25053
25463
  {
@@ -25068,7 +25478,7 @@
25068
25478
  "kind": "class",
25069
25479
  "locationInModule": {
25070
25480
  "filename": "src/github/github.ts",
25071
- "line": 113
25481
+ "line": 143
25072
25482
  },
25073
25483
  "methods": [
25074
25484
  {
@@ -25078,7 +25488,7 @@
25078
25488
  },
25079
25489
  "locationInModule": {
25080
25490
  "filename": "src/github/github.ts",
25081
- "line": 118
25491
+ "line": 148
25082
25492
  },
25083
25493
  "name": "of",
25084
25494
  "parameters": [
@@ -25103,7 +25513,7 @@
25103
25513
  },
25104
25514
  "locationInModule": {
25105
25515
  "filename": "src/github/github.ts",
25106
- "line": 228
25516
+ "line": 264
25107
25517
  },
25108
25518
  "name": "addDependabot",
25109
25519
  "parameters": [
@@ -25127,7 +25537,7 @@
25127
25537
  },
25128
25538
  "locationInModule": {
25129
25539
  "filename": "src/github/github.ts",
25130
- "line": 224
25540
+ "line": 260
25131
25541
  },
25132
25542
  "name": "addPullRequestTemplate",
25133
25543
  "parameters": [
@@ -25154,7 +25564,7 @@
25154
25564
  },
25155
25565
  "locationInModule": {
25156
25566
  "filename": "src/github/github.ts",
25157
- "line": 219
25567
+ "line": 255
25158
25568
  },
25159
25569
  "name": "addWorkflow",
25160
25570
  "parameters": [
@@ -25182,7 +25592,7 @@
25182
25592
  },
25183
25593
  "locationInModule": {
25184
25594
  "filename": "src/github/github.ts",
25185
- "line": 236
25595
+ "line": 272
25186
25596
  },
25187
25597
  "name": "tryFindWorkflow",
25188
25598
  "parameters": [
@@ -25215,13 +25625,28 @@
25215
25625
  "immutable": true,
25216
25626
  "locationInModule": {
25217
25627
  "filename": "src/github/github.ts",
25218
- "line": 148
25628
+ "line": 178
25219
25629
  },
25220
25630
  "name": "actions",
25221
25631
  "type": {
25222
25632
  "fqn": "projen.github.GitHubActionsProvider"
25223
25633
  }
25224
25634
  },
25635
+ {
25636
+ "docs": {
25637
+ "stability": "experimental",
25638
+ "summary": "Whether checking out Git submodules is enabled for this GitHub project."
25639
+ },
25640
+ "immutable": true,
25641
+ "locationInModule": {
25642
+ "filename": "src/github/github.ts",
25643
+ "line": 286
25644
+ },
25645
+ "name": "checkoutSubmodules",
25646
+ "type": {
25647
+ "fqn": "projen.github.CheckoutSubmodules"
25648
+ }
25649
+ },
25225
25650
  {
25226
25651
  "docs": {
25227
25652
  "stability": "experimental",
@@ -25230,7 +25655,7 @@
25230
25655
  "immutable": true,
25231
25656
  "locationInModule": {
25232
25657
  "filename": "src/github/github.ts",
25233
- "line": 243
25658
+ "line": 279
25234
25659
  },
25235
25660
  "name": "downloadLfs",
25236
25661
  "type": {
@@ -25245,7 +25670,7 @@
25245
25670
  "immutable": true,
25246
25671
  "locationInModule": {
25247
25672
  "filename": "src/github/github.ts",
25248
- "line": 143
25673
+ "line": 173
25249
25674
  },
25250
25675
  "name": "projenCredentials",
25251
25676
  "type": {
@@ -25260,7 +25685,7 @@
25260
25685
  "immutable": true,
25261
25686
  "locationInModule": {
25262
25687
  "filename": "src/github/github.ts",
25263
- "line": 206
25688
+ "line": 242
25264
25689
  },
25265
25690
  "name": "workflows",
25266
25691
  "type": {
@@ -25280,7 +25705,7 @@
25280
25705
  "immutable": true,
25281
25706
  "locationInModule": {
25282
25707
  "filename": "src/github/github.ts",
25283
- "line": 138
25708
+ "line": 168
25284
25709
  },
25285
25710
  "name": "workflowsEnabled",
25286
25711
  "type": {
@@ -25295,7 +25720,7 @@
25295
25720
  "immutable": true,
25296
25721
  "locationInModule": {
25297
25722
  "filename": "src/github/github.ts",
25298
- "line": 133
25723
+ "line": 163
25299
25724
  },
25300
25725
  "name": "mergeQueue",
25301
25726
  "optional": true,
@@ -25311,7 +25736,7 @@
25311
25736
  "immutable": true,
25312
25737
  "locationInModule": {
25313
25738
  "filename": "src/github/github.ts",
25314
- "line": 127
25739
+ "line": 157
25315
25740
  },
25316
25741
  "name": "mergify",
25317
25742
  "optional": true,
@@ -25406,11 +25831,67 @@
25406
25831
  "kind": "interface",
25407
25832
  "locationInModule": {
25408
25833
  "filename": "src/github/github.ts",
25409
- "line": 18
25834
+ "line": 21
25410
25835
  },
25411
25836
  "name": "GitHubOptions",
25412
25837
  "namespace": "github",
25413
25838
  "properties": [
25839
+ {
25840
+ "abstract": true,
25841
+ "docs": {
25842
+ "default": "CheckoutSubmodules.DISABLED",
25843
+ "stability": "experimental",
25844
+ "summary": "Whether to checkout Git submodules."
25845
+ },
25846
+ "immutable": true,
25847
+ "locationInModule": {
25848
+ "filename": "src/github/github.ts",
25849
+ "line": 140
25850
+ },
25851
+ "name": "checkoutSubmodules",
25852
+ "optional": true,
25853
+ "type": {
25854
+ "fqn": "projen.github.CheckoutSubmodules"
25855
+ }
25856
+ },
25857
+ {
25858
+ "abstract": true,
25859
+ "docs": {
25860
+ "default": "false",
25861
+ "remarks": "Adds a separate workflow that runs `actions/dependency-review-action`\nto scan pull requests for newly introduced vulnerable or non-compliant\ndependencies.",
25862
+ "stability": "experimental",
25863
+ "summary": "Enable the dependency-review-action workflow on pull requests."
25864
+ },
25865
+ "immutable": true,
25866
+ "locationInModule": {
25867
+ "filename": "src/github/github.ts",
25868
+ "line": 124
25869
+ },
25870
+ "name": "dependencyReview",
25871
+ "optional": true,
25872
+ "type": {
25873
+ "primitive": "boolean"
25874
+ }
25875
+ },
25876
+ {
25877
+ "abstract": true,
25878
+ "docs": {
25879
+ "default": "- default options",
25880
+ "remarks": "Only used when `dependencyReview` is `true`.",
25881
+ "stability": "experimental",
25882
+ "summary": "Options for the dependency review workflow."
25883
+ },
25884
+ "immutable": true,
25885
+ "locationInModule": {
25886
+ "filename": "src/github/github.ts",
25887
+ "line": 133
25888
+ },
25889
+ "name": "dependencyReviewOptions",
25890
+ "optional": true,
25891
+ "type": {
25892
+ "fqn": "projen.github.DependencyReviewOptions"
25893
+ }
25894
+ },
25414
25895
  {
25415
25896
  "abstract": true,
25416
25897
  "docs": {
@@ -25421,7 +25902,7 @@
25421
25902
  "immutable": true,
25422
25903
  "locationInModule": {
25423
25904
  "filename": "src/github/github.ts",
25424
- "line": 110
25905
+ "line": 113
25425
25906
  },
25426
25907
  "name": "downloadLfs",
25427
25908
  "optional": true,
@@ -25440,7 +25921,7 @@
25440
25921
  "immutable": true,
25441
25922
  "locationInModule": {
25442
25923
  "filename": "src/github/github.ts",
25443
- "line": 39
25924
+ "line": 42
25444
25925
  },
25445
25926
  "name": "mergeQueue",
25446
25927
  "optional": true,
@@ -25458,7 +25939,7 @@
25458
25939
  "immutable": true,
25459
25940
  "locationInModule": {
25460
25941
  "filename": "src/github/github.ts",
25461
- "line": 46
25942
+ "line": 49
25462
25943
  },
25463
25944
  "name": "mergeQueueOptions",
25464
25945
  "optional": true,
@@ -25476,7 +25957,7 @@
25476
25957
  "immutable": true,
25477
25958
  "locationInModule": {
25478
25959
  "filename": "src/github/github.ts",
25479
- "line": 24
25960
+ "line": 27
25480
25961
  },
25481
25962
  "name": "mergify",
25482
25963
  "optional": true,
@@ -25494,7 +25975,7 @@
25494
25975
  "immutable": true,
25495
25976
  "locationInModule": {
25496
25977
  "filename": "src/github/github.ts",
25497
- "line": 31
25978
+ "line": 34
25498
25979
  },
25499
25980
  "name": "mergifyOptions",
25500
25981
  "optional": true,
@@ -25512,7 +25993,7 @@
25512
25993
  "immutable": true,
25513
25994
  "locationInModule": {
25514
25995
  "filename": "src/github/github.ts",
25515
- "line": 93
25996
+ "line": 96
25516
25997
  },
25517
25998
  "name": "projenCredentials",
25518
25999
  "optional": true,
@@ -25532,7 +26013,7 @@
25532
26013
  "immutable": true,
25533
26014
  "locationInModule": {
25534
26015
  "filename": "src/github/github.ts",
25535
- "line": 103
26016
+ "line": 106
25536
26017
  },
25537
26018
  "name": "projenTokenSecret",
25538
26019
  "optional": true,
@@ -25551,7 +26032,7 @@
25551
26032
  "immutable": true,
25552
26033
  "locationInModule": {
25553
26034
  "filename": "src/github/github.ts",
25554
- "line": 64
26035
+ "line": 67
25555
26036
  },
25556
26037
  "name": "pullRequestBackport",
25557
26038
  "optional": true,
@@ -25569,7 +26050,7 @@
25569
26050
  "immutable": true,
25570
26051
  "locationInModule": {
25571
26052
  "filename": "src/github/github.ts",
25572
- "line": 71
26053
+ "line": 74
25573
26054
  },
25574
26055
  "name": "pullRequestBackportOptions",
25575
26056
  "optional": true,
@@ -25587,7 +26068,7 @@
25587
26068
  "immutable": true,
25588
26069
  "locationInModule": {
25589
26070
  "filename": "src/github/github.ts",
25590
- "line": 79
26071
+ "line": 82
25591
26072
  },
25592
26073
  "name": "pullRequestLint",
25593
26074
  "optional": true,
@@ -25605,7 +26086,7 @@
25605
26086
  "immutable": true,
25606
26087
  "locationInModule": {
25607
26088
  "filename": "src/github/github.ts",
25608
- "line": 86
26089
+ "line": 89
25609
26090
  },
25610
26091
  "name": "pullRequestLintOptions",
25611
26092
  "optional": true,
@@ -25624,7 +26105,7 @@
25624
26105
  "immutable": true,
25625
26106
  "locationInModule": {
25626
26107
  "filename": "src/github/github.ts",
25627
- "line": 53
26108
+ "line": 56
25628
26109
  },
25629
26110
  "name": "workflows",
25630
26111
  "optional": true,
@@ -26148,7 +26629,7 @@
26148
26629
  "kind": "interface",
26149
26630
  "locationInModule": {
26150
26631
  "filename": "src/github/task-workflow.ts",
26151
- "line": 77
26632
+ "line": 79
26152
26633
  },
26153
26634
  "name": "GitIdentity",
26154
26635
  "namespace": "github",
@@ -26162,7 +26643,7 @@
26162
26643
  "immutable": true,
26163
26644
  "locationInModule": {
26164
26645
  "filename": "src/github/task-workflow.ts",
26165
- "line": 86
26646
+ "line": 88
26166
26647
  },
26167
26648
  "name": "email",
26168
26649
  "type": {
@@ -26178,7 +26659,7 @@
26178
26659
  "immutable": true,
26179
26660
  "locationInModule": {
26180
26661
  "filename": "src/github/task-workflow.ts",
26181
- "line": 81
26662
+ "line": 83
26182
26663
  },
26183
26664
  "name": "name",
26184
26665
  "type": {
@@ -28552,7 +29033,7 @@
28552
29033
  "kind": "interface",
28553
29034
  "locationInModule": {
28554
29035
  "filename": "src/github/workflow-steps.ts",
28555
- "line": 216
29036
+ "line": 252
28556
29037
  },
28557
29038
  "name": "SetupGitIdentityOptions",
28558
29039
  "namespace": "github",
@@ -28566,7 +29047,7 @@
28566
29047
  "immutable": true,
28567
29048
  "locationInModule": {
28568
29049
  "filename": "src/github/workflow-steps.ts",
28569
- "line": 220
29050
+ "line": 256
28570
29051
  },
28571
29052
  "name": "gitIdentity",
28572
29053
  "type": {
@@ -28967,7 +29448,7 @@
28967
29448
  },
28968
29449
  "locationInModule": {
28969
29450
  "filename": "src/github/task-workflow-job.ts",
28970
- "line": 162
29451
+ "line": 169
28971
29452
  },
28972
29453
  "parameters": [
28973
29454
  {
@@ -29002,7 +29483,7 @@
29002
29483
  "kind": "class",
29003
29484
  "locationInModule": {
29004
29485
  "filename": "src/github/task-workflow-job.ts",
29005
- "line": 137
29486
+ "line": 144
29006
29487
  },
29007
29488
  "name": "TaskWorkflowJob",
29008
29489
  "namespace": "github",
@@ -29014,7 +29495,7 @@
29014
29495
  "immutable": true,
29015
29496
  "locationInModule": {
29016
29497
  "filename": "src/github/task-workflow-job.ts",
29017
- "line": 152
29498
+ "line": 159
29018
29499
  },
29019
29500
  "name": "permissions",
29020
29501
  "type": {
@@ -29028,7 +29509,7 @@
29028
29509
  "immutable": true,
29029
29510
  "locationInModule": {
29030
29511
  "filename": "src/github/task-workflow-job.ts",
29031
- "line": 140
29512
+ "line": 147
29032
29513
  },
29033
29514
  "name": "steps",
29034
29515
  "type": {
@@ -29047,7 +29528,7 @@
29047
29528
  "immutable": true,
29048
29529
  "locationInModule": {
29049
29530
  "filename": "src/github/task-workflow-job.ts",
29050
- "line": 153
29531
+ "line": 160
29051
29532
  },
29052
29533
  "name": "concurrency",
29053
29534
  "optional": true,
@@ -29062,7 +29543,7 @@
29062
29543
  "immutable": true,
29063
29544
  "locationInModule": {
29064
29545
  "filename": "src/github/task-workflow-job.ts",
29065
- "line": 147
29546
+ "line": 154
29066
29547
  },
29067
29548
  "name": "container",
29068
29549
  "optional": true,
@@ -29077,7 +29558,7 @@
29077
29558
  "immutable": true,
29078
29559
  "locationInModule": {
29079
29560
  "filename": "src/github/task-workflow-job.ts",
29080
- "line": 146
29561
+ "line": 153
29081
29562
  },
29082
29563
  "name": "continueOnError",
29083
29564
  "optional": true,
@@ -29092,7 +29573,7 @@
29092
29573
  "immutable": true,
29093
29574
  "locationInModule": {
29094
29575
  "filename": "src/github/task-workflow-job.ts",
29095
- "line": 144
29576
+ "line": 151
29096
29577
  },
29097
29578
  "name": "defaults",
29098
29579
  "optional": true,
@@ -29107,7 +29588,7 @@
29107
29588
  "immutable": true,
29108
29589
  "locationInModule": {
29109
29590
  "filename": "src/github/task-workflow-job.ts",
29110
- "line": 143
29591
+ "line": 150
29111
29592
  },
29112
29593
  "name": "env",
29113
29594
  "optional": true,
@@ -29127,7 +29608,7 @@
29127
29608
  "immutable": true,
29128
29609
  "locationInModule": {
29129
29610
  "filename": "src/github/task-workflow-job.ts",
29130
- "line": 141
29611
+ "line": 148
29131
29612
  },
29132
29613
  "name": "environment",
29133
29614
  "optional": true,
@@ -29142,7 +29623,7 @@
29142
29623
  "immutable": true,
29143
29624
  "locationInModule": {
29144
29625
  "filename": "src/github/task-workflow-job.ts",
29145
- "line": 154
29626
+ "line": 161
29146
29627
  },
29147
29628
  "name": "if",
29148
29629
  "optional": true,
@@ -29157,7 +29638,7 @@
29157
29638
  "immutable": true,
29158
29639
  "locationInModule": {
29159
29640
  "filename": "src/github/task-workflow-job.ts",
29160
- "line": 150
29641
+ "line": 157
29161
29642
  },
29162
29643
  "name": "name",
29163
29644
  "optional": true,
@@ -29172,7 +29653,7 @@
29172
29653
  "immutable": true,
29173
29654
  "locationInModule": {
29174
29655
  "filename": "src/github/task-workflow-job.ts",
29175
- "line": 151
29656
+ "line": 158
29176
29657
  },
29177
29658
  "name": "needs",
29178
29659
  "optional": true,
@@ -29192,7 +29673,7 @@
29192
29673
  "immutable": true,
29193
29674
  "locationInModule": {
29194
29675
  "filename": "src/github/task-workflow-job.ts",
29195
- "line": 142
29676
+ "line": 149
29196
29677
  },
29197
29678
  "name": "outputs",
29198
29679
  "optional": true,
@@ -29212,7 +29693,7 @@
29212
29693
  "immutable": true,
29213
29694
  "locationInModule": {
29214
29695
  "filename": "src/github/task-workflow-job.ts",
29215
- "line": 138
29696
+ "line": 145
29216
29697
  },
29217
29698
  "name": "runsOn",
29218
29699
  "optional": true,
@@ -29232,7 +29713,7 @@
29232
29713
  "immutable": true,
29233
29714
  "locationInModule": {
29234
29715
  "filename": "src/github/task-workflow-job.ts",
29235
- "line": 139
29716
+ "line": 146
29236
29717
  },
29237
29718
  "name": "runsOnGroup",
29238
29719
  "optional": true,
@@ -29247,7 +29728,7 @@
29247
29728
  "immutable": true,
29248
29729
  "locationInModule": {
29249
29730
  "filename": "src/github/task-workflow-job.ts",
29250
- "line": 148
29731
+ "line": 155
29251
29732
  },
29252
29733
  "name": "services",
29253
29734
  "optional": true,
@@ -29267,7 +29748,7 @@
29267
29748
  "immutable": true,
29268
29749
  "locationInModule": {
29269
29750
  "filename": "src/github/task-workflow-job.ts",
29270
- "line": 155
29751
+ "line": 162
29271
29752
  },
29272
29753
  "name": "strategy",
29273
29754
  "optional": true,
@@ -29282,7 +29763,7 @@
29282
29763
  "immutable": true,
29283
29764
  "locationInModule": {
29284
29765
  "filename": "src/github/task-workflow-job.ts",
29285
- "line": 145
29766
+ "line": 152
29286
29767
  },
29287
29768
  "name": "timeoutMinutes",
29288
29769
  "optional": true,
@@ -29297,7 +29778,7 @@
29297
29778
  "immutable": true,
29298
29779
  "locationInModule": {
29299
29780
  "filename": "src/github/task-workflow-job.ts",
29300
- "line": 149
29781
+ "line": 156
29301
29782
  },
29302
29783
  "name": "tools",
29303
29784
  "optional": true,
@@ -29358,6 +29839,24 @@
29358
29839
  "primitive": "string"
29359
29840
  }
29360
29841
  },
29842
+ {
29843
+ "abstract": true,
29844
+ "docs": {
29845
+ "default": "- Use the setting on the corresponding GitHub project",
29846
+ "stability": "experimental",
29847
+ "summary": "Whether to checkout Git submodules."
29848
+ },
29849
+ "immutable": true,
29850
+ "locationInModule": {
29851
+ "filename": "src/github/task-workflow-job.ts",
29852
+ "line": 124
29853
+ },
29854
+ "name": "checkoutSubmodules",
29855
+ "optional": true,
29856
+ "type": {
29857
+ "fqn": "projen.github.CheckoutSubmodules"
29858
+ }
29859
+ },
29361
29860
  {
29362
29861
  "abstract": true,
29363
29862
  "docs": {
@@ -29461,7 +29960,7 @@
29461
29960
  "immutable": true,
29462
29961
  "locationInModule": {
29463
29962
  "filename": "src/github/task-workflow-job.ts",
29464
- "line": 129
29963
+ "line": 136
29465
29964
  },
29466
29965
  "name": "environment",
29467
29966
  "optional": true,
@@ -29496,7 +29995,7 @@
29496
29995
  "immutable": true,
29497
29996
  "locationInModule": {
29498
29997
  "filename": "src/github/task-workflow-job.ts",
29499
- "line": 122
29998
+ "line": 129
29500
29999
  },
29501
30000
  "name": "jobDefaults",
29502
30001
  "optional": true,
@@ -29750,7 +30249,7 @@
29750
30249
  "kind": "interface",
29751
30250
  "locationInModule": {
29752
30251
  "filename": "src/github/workflow-steps.ts",
29753
- "line": 287
30252
+ "line": 323
29754
30253
  },
29755
30254
  "name": "UploadArtifactOptions",
29756
30255
  "namespace": "github",
@@ -29764,7 +30263,7 @@
29764
30263
  "immutable": true,
29765
30264
  "locationInModule": {
29766
30265
  "filename": "src/github/workflow-steps.ts",
29767
- "line": 291
30266
+ "line": 327
29768
30267
  },
29769
30268
  "name": "with",
29770
30269
  "type": {
@@ -29784,7 +30283,7 @@
29784
30283
  "kind": "interface",
29785
30284
  "locationInModule": {
29786
30285
  "filename": "src/github/workflow-steps.ts",
29787
- "line": 223
30286
+ "line": 259
29788
30287
  },
29789
30288
  "name": "UploadArtifactWith",
29790
30289
  "namespace": "github",
@@ -29798,7 +30297,7 @@
29798
30297
  "immutable": true,
29799
30298
  "locationInModule": {
29800
30299
  "filename": "src/github/workflow-steps.ts",
29801
- "line": 234
30300
+ "line": 270
29802
30301
  },
29803
30302
  "name": "path",
29804
30303
  "type": {
@@ -29816,7 +30315,7 @@
29816
30315
  "immutable": true,
29817
30316
  "locationInModule": {
29818
30317
  "filename": "src/github/workflow-steps.ts",
29819
- "line": 265
30318
+ "line": 301
29820
30319
  },
29821
30320
  "name": "compressionLevel",
29822
30321
  "optional": true,
@@ -29835,7 +30334,7 @@
29835
30334
  "immutable": true,
29836
30335
  "locationInModule": {
29837
30336
  "filename": "src/github/workflow-steps.ts",
29838
- "line": 245
30337
+ "line": 281
29839
30338
  },
29840
30339
  "name": "ifNoFilesFound",
29841
30340
  "optional": true,
@@ -29854,7 +30353,7 @@
29854
30353
  "immutable": true,
29855
30354
  "locationInModule": {
29856
30355
  "filename": "src/github/workflow-steps.ts",
29857
- "line": 284
30356
+ "line": 320
29858
30357
  },
29859
30358
  "name": "includeHiddenFiles",
29860
30359
  "optional": true,
@@ -29872,7 +30371,7 @@
29872
30371
  "immutable": true,
29873
30372
  "locationInModule": {
29874
30373
  "filename": "src/github/workflow-steps.ts",
29875
- "line": 229
30374
+ "line": 265
29876
30375
  },
29877
30376
  "name": "name",
29878
30377
  "optional": true,
@@ -29891,7 +30390,7 @@
29891
30390
  "immutable": true,
29892
30391
  "locationInModule": {
29893
30392
  "filename": "src/github/workflow-steps.ts",
29894
- "line": 275
30393
+ "line": 311
29895
30394
  },
29896
30395
  "name": "overwrite",
29897
30396
  "optional": true,
@@ -29910,7 +30409,7 @@
29910
30409
  "immutable": true,
29911
30410
  "locationInModule": {
29912
30411
  "filename": "src/github/workflow-steps.ts",
29913
- "line": 255
30412
+ "line": 291
29914
30413
  },
29915
30414
  "name": "retentionDays",
29916
30415
  "optional": true,
@@ -30308,7 +30807,7 @@
30308
30807
  "kind": "class",
30309
30808
  "locationInModule": {
30310
30809
  "filename": "src/github/workflow-steps.ts",
30311
- "line": 8
30810
+ "line": 28
30312
30811
  },
30313
30812
  "methods": [
30314
30813
  {
@@ -30319,7 +30818,7 @@
30319
30818
  },
30320
30819
  "locationInModule": {
30321
30820
  "filename": "src/github/workflow-steps.ts",
30322
- "line": 15
30821
+ "line": 35
30323
30822
  },
30324
30823
  "name": "checkout",
30325
30824
  "parameters": [
@@ -30349,7 +30848,7 @@
30349
30848
  },
30350
30849
  "locationInModule": {
30351
30850
  "filename": "src/github/workflow-steps.ts",
30352
- "line": 124
30851
+ "line": 153
30353
30852
  },
30354
30853
  "name": "downloadArtifact",
30355
30854
  "parameters": [
@@ -30379,7 +30878,7 @@
30379
30878
  },
30380
30879
  "locationInModule": {
30381
30880
  "filename": "src/github/workflow-steps.ts",
30382
- "line": 41
30881
+ "line": 70
30383
30882
  },
30384
30883
  "name": "setupGitIdentity",
30385
30884
  "parameters": [
@@ -30409,7 +30908,7 @@
30409
30908
  },
30410
30909
  "locationInModule": {
30411
30910
  "filename": "src/github/workflow-steps.ts",
30412
- "line": 66
30911
+ "line": 95
30413
30912
  },
30414
30913
  "name": "tagExists",
30415
30914
  "parameters": [
@@ -30448,7 +30947,7 @@
30448
30947
  },
30449
30948
  "locationInModule": {
30450
30949
  "filename": "src/github/workflow-steps.ts",
30451
- "line": 96
30950
+ "line": 125
30452
30951
  },
30453
30952
  "name": "uploadArtifact",
30454
30953
  "parameters": [
@@ -49853,7 +50352,7 @@
49853
50352
  },
49854
50353
  "locationInModule": {
49855
50354
  "filename": "src/javascript/node-project.ts",
49856
- "line": 1054
50355
+ "line": 1066
49857
50356
  },
49858
50357
  "name": "addBins",
49859
50358
  "parameters": [
@@ -49878,7 +50377,7 @@
49878
50377
  },
49879
50378
  "locationInModule": {
49880
50379
  "filename": "src/javascript/node-project.ts",
49881
- "line": 1347
50380
+ "line": 1359
49882
50381
  },
49883
50382
  "name": "addBundledDeps",
49884
50383
  "parameters": [
@@ -49904,7 +50403,7 @@
49904
50403
  },
49905
50404
  "locationInModule": {
49906
50405
  "filename": "src/javascript/node-project.ts",
49907
- "line": 1099
50406
+ "line": 1111
49908
50407
  },
49909
50408
  "name": "addCompileCommand",
49910
50409
  "parameters": [
@@ -49925,7 +50424,7 @@
49925
50424
  },
49926
50425
  "locationInModule": {
49927
50426
  "filename": "src/javascript/node-project.ts",
49928
- "line": 1301
50427
+ "line": 1313
49929
50428
  },
49930
50429
  "name": "addDeps",
49931
50430
  "parameters": [
@@ -49950,7 +50449,7 @@
49950
50449
  },
49951
50450
  "locationInModule": {
49952
50451
  "filename": "src/javascript/node-project.ts",
49953
- "line": 1314
50452
+ "line": 1326
49954
50453
  },
49955
50454
  "name": "addDevDeps",
49956
50455
  "parameters": [
@@ -49975,7 +50474,7 @@
49975
50474
  },
49976
50475
  "locationInModule": {
49977
50476
  "filename": "src/javascript/node-project.ts",
49978
- "line": 1119
50477
+ "line": 1131
49979
50478
  },
49980
50479
  "name": "addFields",
49981
50480
  "parameters": [
@@ -50002,7 +50501,7 @@
50002
50501
  },
50003
50502
  "locationInModule": {
50004
50503
  "filename": "src/javascript/node-project.ts",
50005
- "line": 1129
50504
+ "line": 1141
50006
50505
  },
50007
50506
  "name": "addKeywords",
50008
50507
  "parameters": [
@@ -50029,7 +50528,7 @@
50029
50528
  },
50030
50529
  "locationInModule": {
50031
50530
  "filename": "src/javascript/node-project.ts",
50032
- "line": 1359
50531
+ "line": 1371
50033
50532
  },
50034
50533
  "name": "addPackageIgnore",
50035
50534
  "overrides": "projen.Project",
@@ -50053,7 +50552,7 @@
50053
50552
  },
50054
50553
  "locationInModule": {
50055
50554
  "filename": "src/javascript/node-project.ts",
50056
- "line": 1331
50555
+ "line": 1343
50057
50556
  },
50058
50557
  "name": "addPeerDeps",
50059
50558
  "parameters": [
@@ -50078,7 +50577,7 @@
50078
50577
  },
50079
50578
  "locationInModule": {
50080
50579
  "filename": "src/javascript/node-project.ts",
50081
- "line": 1072
50580
+ "line": 1084
50082
50581
  },
50083
50582
  "name": "addScripts",
50084
50583
  "parameters": [
@@ -50106,7 +50605,7 @@
50106
50605
  },
50107
50606
  "locationInModule": {
50108
50607
  "filename": "src/javascript/node-project.ts",
50109
- "line": 1109
50608
+ "line": 1121
50110
50609
  },
50111
50610
  "name": "addTestCommand",
50112
50611
  "parameters": [
@@ -50128,7 +50627,7 @@
50128
50627
  },
50129
50628
  "locationInModule": {
50130
50629
  "filename": "src/javascript/node-project.ts",
50131
- "line": 1091
50630
+ "line": 1103
50132
50631
  },
50133
50632
  "name": "hasScript",
50134
50633
  "parameters": [
@@ -50155,7 +50654,7 @@
50155
50654
  },
50156
50655
  "locationInModule": {
50157
50656
  "filename": "src/javascript/node-project.ts",
50158
- "line": 1082
50657
+ "line": 1094
50159
50658
  },
50160
50659
  "name": "removeScript",
50161
50660
  "parameters": [
@@ -50178,7 +50677,7 @@
50178
50677
  },
50179
50678
  "locationInModule": {
50180
50679
  "filename": "src/javascript/node-project.ts",
50181
- "line": 1221
50680
+ "line": 1233
50182
50681
  },
50183
50682
  "name": "renderWorkflowSetup",
50184
50683
  "parameters": [
@@ -50212,7 +50711,7 @@
50212
50711
  },
50213
50712
  "locationInModule": {
50214
50713
  "filename": "src/javascript/node-project.ts",
50215
- "line": 1432
50714
+ "line": 1444
50216
50715
  },
50217
50716
  "name": "runTaskCommand",
50218
50717
  "overrides": "projen.Project",
@@ -50240,7 +50739,7 @@
50240
50739
  },
50241
50740
  "locationInModule": {
50242
50741
  "filename": "src/javascript/node-project.ts",
50243
- "line": 1064
50742
+ "line": 1076
50244
50743
  },
50245
50744
  "name": "setScript",
50246
50745
  "parameters": [
@@ -50510,7 +51009,7 @@
50510
51009
  "immutable": true,
50511
51010
  "locationInModule": {
50512
51011
  "filename": "src/javascript/node-project.ts",
50513
- "line": 1439
51012
+ "line": 1451
50514
51013
  },
50515
51014
  "name": "buildWorkflowJobId",
50516
51015
  "optional": true,
@@ -52790,7 +53289,7 @@
52790
53289
  "kind": "interface",
52791
53290
  "locationInModule": {
52792
53291
  "filename": "src/javascript/node-project.ts",
52793
- "line": 1555
53292
+ "line": 1567
52794
53293
  },
52795
53294
  "name": "RenderWorkflowSetupOptions",
52796
53295
  "namespace": "javascript",
@@ -52806,7 +53305,7 @@
52806
53305
  "immutable": true,
52807
53306
  "locationInModule": {
52808
53307
  "filename": "src/javascript/node-project.ts",
52809
- "line": 1564
53308
+ "line": 1576
52810
53309
  },
52811
53310
  "name": "installStepConfiguration",
52812
53311
  "optional": true,
@@ -52824,7 +53323,7 @@
52824
53323
  "immutable": true,
52825
53324
  "locationInModule": {
52826
53325
  "filename": "src/javascript/node-project.ts",
52827
- "line": 1569
53326
+ "line": 1581
52828
53327
  },
52829
53328
  "name": "mutable",
52830
53329
  "optional": true,
@@ -55008,7 +55507,7 @@
55008
55507
  },
55009
55508
  "locationInModule": {
55010
55509
  "filename": "src/javascript/upgrade-dependencies.ts",
55011
- "line": 200
55510
+ "line": 205
55012
55511
  },
55013
55512
  "parameters": [
55014
55513
  {
@@ -55029,7 +55528,7 @@
55029
55528
  "kind": "class",
55030
55529
  "locationInModule": {
55031
55530
  "filename": "src/javascript/upgrade-dependencies.ts",
55032
- "line": 166
55531
+ "line": 171
55033
55532
  },
55034
55533
  "methods": [
55035
55534
  {
@@ -55039,7 +55538,7 @@
55039
55538
  },
55040
55539
  "locationInModule": {
55041
55540
  "filename": "src/javascript/upgrade-dependencies.ts",
55042
- "line": 317
55541
+ "line": 322
55043
55542
  },
55044
55543
  "name": "addPostBuildSteps",
55045
55544
  "parameters": [
@@ -55068,7 +55567,7 @@
55068
55567
  "immutable": true,
55069
55568
  "locationInModule": {
55070
55569
  "filename": "src/javascript/upgrade-dependencies.ts",
55071
- "line": 190
55570
+ "line": 195
55072
55571
  },
55073
55572
  "name": "postUpgradeTask",
55074
55573
  "type": {
@@ -55082,7 +55581,7 @@
55082
55581
  "immutable": true,
55083
55582
  "locationInModule": {
55084
55583
  "filename": "src/javascript/upgrade-dependencies.ts",
55085
- "line": 172
55584
+ "line": 177
55086
55585
  },
55087
55586
  "name": "project",
55088
55587
  "overrides": "projen.Component",
@@ -55098,7 +55597,7 @@
55098
55597
  "immutable": true,
55099
55598
  "locationInModule": {
55100
55599
  "filename": "src/javascript/upgrade-dependencies.ts",
55101
- "line": 185
55600
+ "line": 190
55102
55601
  },
55103
55602
  "name": "upgradeTask",
55104
55603
  "type": {
@@ -55114,7 +55613,7 @@
55114
55613
  "immutable": true,
55115
55614
  "locationInModule": {
55116
55615
  "filename": "src/javascript/upgrade-dependencies.ts",
55117
- "line": 170
55616
+ "line": 175
55118
55617
  },
55119
55618
  "name": "workflows",
55120
55619
  "type": {
@@ -55133,7 +55632,7 @@
55133
55632
  },
55134
55633
  "locationInModule": {
55135
55634
  "filename": "src/javascript/upgrade-dependencies.ts",
55136
- "line": 180
55635
+ "line": 185
55137
55636
  },
55138
55637
  "name": "containerOptions",
55139
55638
  "optional": true,
@@ -55155,7 +55654,7 @@
55155
55654
  "kind": "interface",
55156
55655
  "locationInModule": {
55157
55656
  "filename": "src/javascript/upgrade-dependencies.ts",
55158
- "line": 40
55657
+ "line": 45
55159
55658
  },
55160
55659
  "name": "UpgradeDependenciesOptions",
55161
55660
  "namespace": "javascript",
@@ -55172,7 +55671,7 @@
55172
55671
  "immutable": true,
55173
55672
  "locationInModule": {
55174
55673
  "filename": "src/javascript/upgrade-dependencies.ts",
55175
- "line": 160
55674
+ "line": 165
55176
55675
  },
55177
55676
  "name": "cooldown",
55178
55677
  "optional": true,
@@ -55190,7 +55689,7 @@
55190
55689
  "immutable": true,
55191
55690
  "locationInModule": {
55192
55691
  "filename": "src/javascript/upgrade-dependencies.ts",
55193
- "line": 46
55692
+ "line": 51
55194
55693
  },
55195
55694
  "name": "exclude",
55196
55695
  "optional": true,
@@ -55213,7 +55712,7 @@
55213
55712
  "immutable": true,
55214
55713
  "locationInModule": {
55215
55714
  "filename": "src/javascript/upgrade-dependencies.ts",
55216
- "line": 53
55715
+ "line": 58
55217
55716
  },
55218
55717
  "name": "include",
55219
55718
  "optional": true,
@@ -55238,7 +55737,7 @@
55238
55737
  "immutable": true,
55239
55738
  "locationInModule": {
55240
55739
  "filename": "src/javascript/upgrade-dependencies.ts",
55241
- "line": 85
55740
+ "line": 90
55242
55741
  },
55243
55742
  "name": "includeDeprecatedVersions",
55244
55743
  "optional": true,
@@ -55256,7 +55755,7 @@
55256
55755
  "immutable": true,
55257
55756
  "locationInModule": {
55258
55757
  "filename": "src/javascript/upgrade-dependencies.ts",
55259
- "line": 118
55758
+ "line": 123
55260
55759
  },
55261
55760
  "name": "pullRequestTitle",
55262
55761
  "optional": true,
@@ -55276,7 +55775,7 @@
55276
55775
  "immutable": true,
55277
55776
  "locationInModule": {
55278
55777
  "filename": "src/javascript/upgrade-dependencies.ts",
55279
- "line": 74
55778
+ "line": 79
55280
55779
  },
55281
55780
  "name": "satisfyPeerDependencies",
55282
55781
  "optional": true,
@@ -55294,7 +55793,7 @@
55294
55793
  "immutable": true,
55295
55794
  "locationInModule": {
55296
55795
  "filename": "src/javascript/upgrade-dependencies.ts",
55297
- "line": 125
55796
+ "line": 130
55298
55797
  },
55299
55798
  "name": "semanticCommit",
55300
55799
  "optional": true,
@@ -55312,7 +55811,7 @@
55312
55811
  "immutable": true,
55313
55812
  "locationInModule": {
55314
55813
  "filename": "src/javascript/upgrade-dependencies.ts",
55315
- "line": 132
55814
+ "line": 137
55316
55815
  },
55317
55816
  "name": "signoff",
55318
55817
  "optional": true,
@@ -55331,7 +55830,7 @@
55331
55830
  "immutable": true,
55332
55831
  "locationInModule": {
55333
55832
  "filename": "src/javascript/upgrade-dependencies.ts",
55334
- "line": 62
55833
+ "line": 67
55335
55834
  },
55336
55835
  "name": "target",
55337
55836
  "optional": true,
@@ -55350,7 +55849,7 @@
55350
55849
  "immutable": true,
55351
55850
  "locationInModule": {
55352
55851
  "filename": "src/javascript/upgrade-dependencies.ts",
55353
- "line": 111
55852
+ "line": 116
55354
55853
  },
55355
55854
  "name": "taskName",
55356
55855
  "optional": true,
@@ -55368,7 +55867,7 @@
55368
55867
  "immutable": true,
55369
55868
  "locationInModule": {
55370
55869
  "filename": "src/javascript/upgrade-dependencies.ts",
55371
- "line": 139
55870
+ "line": 144
55372
55871
  },
55373
55872
  "name": "types",
55374
55873
  "optional": true,
@@ -55392,7 +55891,7 @@
55392
55891
  "immutable": true,
55393
55892
  "locationInModule": {
55394
55893
  "filename": "src/javascript/upgrade-dependencies.ts",
55395
- "line": 96
55894
+ "line": 101
55396
55895
  },
55397
55896
  "name": "workflow",
55398
55897
  "optional": true,
@@ -55411,7 +55910,7 @@
55411
55910
  "immutable": true,
55412
55911
  "locationInModule": {
55413
55912
  "filename": "src/javascript/upgrade-dependencies.ts",
55414
- "line": 103
55913
+ "line": 108
55415
55914
  },
55416
55915
  "name": "workflowOptions",
55417
55916
  "optional": true,
@@ -55432,7 +55931,7 @@
55432
55931
  "kind": "class",
55433
55932
  "locationInModule": {
55434
55933
  "filename": "src/javascript/upgrade-dependencies.ts",
55435
- "line": 759
55934
+ "line": 767
55436
55935
  },
55437
55936
  "methods": [
55438
55937
  {
@@ -55442,7 +55941,7 @@
55442
55941
  },
55443
55942
  "locationInModule": {
55444
55943
  "filename": "src/javascript/upgrade-dependencies.ts",
55445
- "line": 794
55944
+ "line": 802
55446
55945
  },
55447
55946
  "name": "expressions",
55448
55947
  "parameters": [
@@ -55478,7 +55977,7 @@
55478
55977
  "immutable": true,
55479
55978
  "locationInModule": {
55480
55979
  "filename": "src/javascript/upgrade-dependencies.ts",
55481
- "line": 768
55980
+ "line": 776
55482
55981
  },
55483
55982
  "name": "DAILY",
55484
55983
  "static": true,
@@ -55495,7 +55994,7 @@
55495
55994
  "immutable": true,
55496
55995
  "locationInModule": {
55497
55996
  "filename": "src/javascript/upgrade-dependencies.ts",
55498
- "line": 787
55997
+ "line": 795
55499
55998
  },
55500
55999
  "name": "MONTHLY",
55501
56000
  "static": true,
@@ -55512,7 +56011,7 @@
55512
56011
  "immutable": true,
55513
56012
  "locationInModule": {
55514
56013
  "filename": "src/javascript/upgrade-dependencies.ts",
55515
- "line": 763
56014
+ "line": 771
55516
56015
  },
55517
56016
  "name": "NEVER",
55518
56017
  "static": true,
@@ -55529,7 +56028,7 @@
55529
56028
  "immutable": true,
55530
56029
  "locationInModule": {
55531
56030
  "filename": "src/javascript/upgrade-dependencies.ts",
55532
- "line": 773
56031
+ "line": 781
55533
56032
  },
55534
56033
  "name": "WEEKDAY",
55535
56034
  "static": true,
@@ -55546,7 +56045,7 @@
55546
56045
  "immutable": true,
55547
56046
  "locationInModule": {
55548
56047
  "filename": "src/javascript/upgrade-dependencies.ts",
55549
- "line": 780
56048
+ "line": 788
55550
56049
  },
55551
56050
  "name": "WEEKLY",
55552
56051
  "static": true,
@@ -55561,7 +56060,7 @@
55561
56060
  "immutable": true,
55562
56061
  "locationInModule": {
55563
56062
  "filename": "src/javascript/upgrade-dependencies.ts",
55564
- "line": 798
56063
+ "line": 806
55565
56064
  },
55566
56065
  "name": "cron",
55567
56066
  "type": {
@@ -55587,7 +56086,7 @@
55587
56086
  "kind": "interface",
55588
56087
  "locationInModule": {
55589
56088
  "filename": "src/javascript/upgrade-dependencies.ts",
55590
- "line": 671
56089
+ "line": 679
55591
56090
  },
55592
56091
  "name": "UpgradeDependenciesWorkflowOptions",
55593
56092
  "namespace": "javascript",
@@ -55602,7 +56101,7 @@
55602
56101
  "immutable": true,
55603
56102
  "locationInModule": {
55604
56103
  "filename": "src/javascript/upgrade-dependencies.ts",
55605
- "line": 704
56104
+ "line": 712
55606
56105
  },
55607
56106
  "name": "assignees",
55608
56107
  "optional": true,
@@ -55625,7 +56124,7 @@
55625
56124
  "immutable": true,
55626
56125
  "locationInModule": {
55627
56126
  "filename": "src/javascript/upgrade-dependencies.ts",
55628
- "line": 718
56127
+ "line": 726
55629
56128
  },
55630
56129
  "name": "branches",
55631
56130
  "optional": true,
@@ -55648,7 +56147,7 @@
55648
56147
  "immutable": true,
55649
56148
  "locationInModule": {
55650
56149
  "filename": "src/javascript/upgrade-dependencies.ts",
55651
- "line": 711
56150
+ "line": 719
55652
56151
  },
55653
56152
  "name": "container",
55654
56153
  "optional": true,
@@ -55666,7 +56165,7 @@
55666
56165
  "immutable": true,
55667
56166
  "locationInModule": {
55668
56167
  "filename": "src/javascript/upgrade-dependencies.ts",
55669
- "line": 753
56168
+ "line": 761
55670
56169
  },
55671
56170
  "name": "env",
55672
56171
  "optional": true,
@@ -55689,7 +56188,7 @@
55689
56188
  "immutable": true,
55690
56189
  "locationInModule": {
55691
56190
  "filename": "src/javascript/upgrade-dependencies.ts",
55692
- "line": 724
56191
+ "line": 732
55693
56192
  },
55694
56193
  "name": "gitIdentity",
55695
56194
  "optional": true,
@@ -55707,7 +56206,7 @@
55707
56206
  "immutable": true,
55708
56207
  "locationInModule": {
55709
56208
  "filename": "src/javascript/upgrade-dependencies.ts",
55710
- "line": 697
56209
+ "line": 705
55711
56210
  },
55712
56211
  "name": "labels",
55713
56212
  "optional": true,
@@ -55730,7 +56229,7 @@
55730
56229
  "immutable": true,
55731
56230
  "locationInModule": {
55732
56231
  "filename": "src/javascript/upgrade-dependencies.ts",
55733
- "line": 746
56232
+ "line": 754
55734
56233
  },
55735
56234
  "name": "permissions",
55736
56235
  "optional": true,
@@ -55750,7 +56249,7 @@
55750
56249
  "immutable": true,
55751
56250
  "locationInModule": {
55752
56251
  "filename": "src/javascript/upgrade-dependencies.ts",
55753
- "line": 690
56252
+ "line": 698
55754
56253
  },
55755
56254
  "name": "projenCredentials",
55756
56255
  "optional": true,
@@ -55772,7 +56271,7 @@
55772
56271
  "immutable": true,
55773
56272
  "locationInModule": {
55774
56273
  "filename": "src/javascript/upgrade-dependencies.ts",
55775
- "line": 732
56274
+ "line": 740
55776
56275
  },
55777
56276
  "name": "runsOn",
55778
56277
  "optional": true,
@@ -55798,7 +56297,7 @@
55798
56297
  "immutable": true,
55799
56298
  "locationInModule": {
55800
56299
  "filename": "src/javascript/upgrade-dependencies.ts",
55801
- "line": 739
56300
+ "line": 747
55802
56301
  },
55803
56302
  "name": "runsOnGroup",
55804
56303
  "optional": true,
@@ -55816,7 +56315,7 @@
55816
56315
  "immutable": true,
55817
56316
  "locationInModule": {
55818
56317
  "filename": "src/javascript/upgrade-dependencies.ts",
55819
- "line": 677
56318
+ "line": 685
55820
56319
  },
55821
56320
  "name": "schedule",
55822
56321
  "optional": true,
@@ -81955,6 +82454,6 @@
81955
82454
  "usedFeatures": [
81956
82455
  "class-covariant-overrides"
81957
82456
  ],
81958
- "version": "0.99.50",
81959
- "fingerprint": "WpUDdwS/eLkaZRIYphGFqkCtqQZ3kUhABazAM5XVGto="
82457
+ "version": "0.99.52",
82458
+ "fingerprint": "avn30uqV7ZmhuUgMSjp8gVFonQkY7PcY72IqaEyndGM="
81960
82459
  }