projen 0.71.13 → 0.71.15

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 (319) hide show
  1. package/.jsii +3 -3
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +2 -2
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.js +1 -1
  10. package/lib/awscdk/awscdk-deps.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose/docker-compose-service.js +1 -1
  35. package/lib/docker-compose/docker-compose.js +1 -1
  36. package/lib/file.js +1 -1
  37. package/lib/gitattributes.js +1 -1
  38. package/lib/github/actions-provider.js +1 -1
  39. package/lib/github/auto-approve.js +1 -1
  40. package/lib/github/auto-merge.js +1 -1
  41. package/lib/github/dependabot.js +1 -1
  42. package/lib/github/github-credentials.js +1 -1
  43. package/lib/github/github-project.js +1 -1
  44. package/lib/github/github.js +1 -1
  45. package/lib/github/mergify.js +1 -1
  46. package/lib/github/pr-template.js +1 -1
  47. package/lib/github/pull-request-lint.js +1 -1
  48. package/lib/github/stale.js +1 -1
  49. package/lib/github/task-workflow.js +1 -1
  50. package/lib/github/workflow-actions.js +1 -1
  51. package/lib/github/workflow-jobs.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.js +4 -4
  69. package/lib/javascript/node-package.js +1 -1
  70. package/lib/javascript/node-project.js +1 -1
  71. package/lib/javascript/npm-config.js +1 -1
  72. package/lib/javascript/prettier.js +1 -1
  73. package/lib/javascript/projenrc.js +1 -1
  74. package/lib/javascript/typescript-config.js +1 -1
  75. package/lib/javascript/upgrade-dependencies.js +2 -2
  76. package/lib/json-patch.js +1 -1
  77. package/lib/json.js +1 -1
  78. package/lib/license.js +1 -1
  79. package/lib/logger.js +1 -1
  80. package/lib/makefile.js +1 -1
  81. package/lib/object-file.js +1 -1
  82. package/lib/project-build.js +1 -1
  83. package/lib/project.js +1 -1
  84. package/lib/projects.js +1 -1
  85. package/lib/projenrc-json.js +2 -2
  86. package/lib/projenrc.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +1 -1
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc-ts.js +1 -1
  113. package/lib/typescript/projenrc.js +1 -1
  114. package/lib/typescript/typescript-typedoc.js +1 -1
  115. package/lib/typescript/typescript.js +3 -3
  116. package/lib/version.js +1 -1
  117. package/lib/vscode/devcontainer.js +1 -1
  118. package/lib/vscode/extensions.js +1 -1
  119. package/lib/vscode/launch-config.js +1 -1
  120. package/lib/vscode/settings.js +1 -1
  121. package/lib/vscode/vscode.js +1 -1
  122. package/lib/web/next.js +3 -3
  123. package/lib/web/postcss.js +1 -1
  124. package/lib/web/react.js +4 -4
  125. package/lib/web/tailwind.js +1 -1
  126. package/lib/xmlfile.js +1 -1
  127. package/lib/yaml.js +1 -1
  128. package/package.json +3 -11
  129. package/lib/.types-compat/ts3.9/lib/_resolve.d.ts +0 -2
  130. package/lib/.types-compat/ts3.9/lib/awscdk/auto-discover.d.ts +0 -129
  131. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-java.d.ts +0 -53
  132. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-py.d.ts +0 -49
  133. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-ts.d.ts +0 -81
  134. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-construct.d.ts +0 -89
  135. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-java.d.ts +0 -7
  136. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-js.d.ts +0 -7
  137. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-py.d.ts +0 -7
  138. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps.d.ts +0 -168
  139. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-pytest-sample.d.ts +0 -5
  140. package/lib/.types-compat/ts3.9/lib/awscdk/cdk-config.d.ts +0 -122
  141. package/lib/.types-compat/ts3.9/lib/awscdk/cdk-tasks.d.ts +0 -33
  142. package/lib/.types-compat/ts3.9/lib/awscdk/index.d.ts +0 -14
  143. package/lib/.types-compat/ts3.9/lib/awscdk/integration-test.d.ts +0 -46
  144. package/lib/.types-compat/ts3.9/lib/awscdk/internal.d.ts +0 -20
  145. package/lib/.types-compat/ts3.9/lib/awscdk/lambda-extension.d.ts +0 -68
  146. package/lib/.types-compat/ts3.9/lib/awscdk/lambda-function.d.ts +0 -171
  147. package/lib/.types-compat/ts3.9/lib/build/build-workflow.d.ts +0 -180
  148. package/lib/.types-compat/ts3.9/lib/build/index.d.ts +0 -1
  149. package/lib/.types-compat/ts3.9/lib/builtin-example.task.d.ts +0 -0
  150. package/lib/.types-compat/ts3.9/lib/cdk/auto-discover-base.d.ts +0 -45
  151. package/lib/.types-compat/ts3.9/lib/cdk/construct-lib.d.ts +0 -38
  152. package/lib/.types-compat/ts3.9/lib/cdk/consts.d.ts +0 -6
  153. package/lib/.types-compat/ts3.9/lib/cdk/index.d.ts +0 -5
  154. package/lib/.types-compat/ts3.9/lib/cdk/integration-test-base.d.ts +0 -53
  155. package/lib/.types-compat/ts3.9/lib/cdk/internal.d.ts +0 -4
  156. package/lib/.types-compat/ts3.9/lib/cdk/jsii-docgen.d.ts +0 -20
  157. package/lib/.types-compat/ts3.9/lib/cdk/jsii-project.d.ts +0 -154
  158. package/lib/.types-compat/ts3.9/lib/cdk8s/auto-discover.d.ts +0 -33
  159. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-py.d.ts +0 -39
  160. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-ts.d.ts +0 -45
  161. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-construct.d.ts +0 -71
  162. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-js.d.ts +0 -4
  163. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-py.d.ts +0 -4
  164. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps.d.ts +0 -144
  165. package/lib/.types-compat/ts3.9/lib/cdk8s/index.d.ts +0 -7
  166. package/lib/.types-compat/ts3.9/lib/cdk8s/integration-test.d.ts +0 -13
  167. package/lib/.types-compat/ts3.9/lib/cdktf/cdktf-construct.d.ts +0 -26
  168. package/lib/.types-compat/ts3.9/lib/cdktf/index.d.ts +0 -1
  169. package/lib/.types-compat/ts3.9/lib/circleci/circleci.d.ts +0 -132
  170. package/lib/.types-compat/ts3.9/lib/circleci/constant.d.ts +0 -5
  171. package/lib/.types-compat/ts3.9/lib/circleci/index.d.ts +0 -3
  172. package/lib/.types-compat/ts3.9/lib/circleci/model.d.ts +0 -260
  173. package/lib/.types-compat/ts3.9/lib/cleanup.d.ts +0 -2
  174. package/lib/.types-compat/ts3.9/lib/cli/cmds/new.d.ts +0 -9
  175. package/lib/.types-compat/ts3.9/lib/cli/index.d.ts +0 -1
  176. package/lib/.types-compat/ts3.9/lib/cli/macros.d.ts +0 -1
  177. package/lib/.types-compat/ts3.9/lib/cli/synth.d.ts +0 -19
  178. package/lib/.types-compat/ts3.9/lib/cli/tasks.d.ts +0 -7
  179. package/lib/.types-compat/ts3.9/lib/cli/util.d.ts +0 -19
  180. package/lib/.types-compat/ts3.9/lib/clobber.d.ts +0 -5
  181. package/lib/.types-compat/ts3.9/lib/common.d.ts +0 -5
  182. package/lib/.types-compat/ts3.9/lib/component.d.ts +0 -20
  183. package/lib/.types-compat/ts3.9/lib/dependencies.d.ts +0 -160
  184. package/lib/.types-compat/ts3.9/lib/dev-env.d.ts +0 -80
  185. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-network.d.ts +0 -103
  186. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-port.d.ts +0 -44
  187. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-render.d.ts +0 -2
  188. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-service.d.ts +0 -155
  189. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-volume.d.ts +0 -64
  190. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose.d.ts +0 -99
  191. package/lib/.types-compat/ts3.9/lib/docker-compose/index.d.ts +0 -5
  192. package/lib/.types-compat/ts3.9/lib/file.d.ts +0 -120
  193. package/lib/.types-compat/ts3.9/lib/gitattributes.d.ts +0 -26
  194. package/lib/.types-compat/ts3.9/lib/github/actions-provider.d.ts +0 -28
  195. package/lib/.types-compat/ts3.9/lib/github/auto-approve.d.ts +0 -44
  196. package/lib/.types-compat/ts3.9/lib/github/auto-merge.d.ts +0 -41
  197. package/lib/.types-compat/ts3.9/lib/github/constants.d.ts +0 -20
  198. package/lib/.types-compat/ts3.9/lib/github/dependabot.d.ts +0 -247
  199. package/lib/.types-compat/ts3.9/lib/github/github-credentials.d.ts +0 -58
  200. package/lib/.types-compat/ts3.9/lib/github/github-project.d.ts +0 -177
  201. package/lib/.types-compat/ts3.9/lib/github/github.d.ts +0 -110
  202. package/lib/.types-compat/ts3.9/lib/github/index.d.ts +0 -17
  203. package/lib/.types-compat/ts3.9/lib/github/mergify.d.ts +0 -81
  204. package/lib/.types-compat/ts3.9/lib/github/pr-template.d.ts +0 -19
  205. package/lib/.types-compat/ts3.9/lib/github/pull-request-lint.d.ts +0 -48
  206. package/lib/.types-compat/ts3.9/lib/github/stale-util.d.ts +0 -8
  207. package/lib/.types-compat/ts3.9/lib/github/stale.d.ts +0 -85
  208. package/lib/.types-compat/ts3.9/lib/github/task-workflow.d.ts +0 -119
  209. package/lib/.types-compat/ts3.9/lib/github/util.d.ts +0 -1
  210. package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +0 -169
  211. package/lib/.types-compat/ts3.9/lib/github/workflow-jobs.d.ts +0 -39
  212. package/lib/.types-compat/ts3.9/lib/github/workflows-model.d.ts +0 -1031
  213. package/lib/.types-compat/ts3.9/lib/github/workflows.d.ts +0 -108
  214. package/lib/.types-compat/ts3.9/lib/gitlab/configuration-model.d.ts +0 -536
  215. package/lib/.types-compat/ts3.9/lib/gitlab/configuration.d.ts +0 -170
  216. package/lib/.types-compat/ts3.9/lib/gitlab/gitlab-configuration.d.ts +0 -19
  217. package/lib/.types-compat/ts3.9/lib/gitlab/index.d.ts +0 -4
  218. package/lib/.types-compat/ts3.9/lib/gitlab/nested-configuration.d.ts +0 -11
  219. package/lib/.types-compat/ts3.9/lib/gitpod.d.ts +0 -301
  220. package/lib/.types-compat/ts3.9/lib/ignore-file.d.ts +0 -59
  221. package/lib/.types-compat/ts3.9/lib/index.d.ts +0 -51
  222. package/lib/.types-compat/ts3.9/lib/ini.d.ts +0 -15
  223. package/lib/.types-compat/ts3.9/lib/inventory.d.ts +0 -94
  224. package/lib/.types-compat/ts3.9/lib/java/index.d.ts +0 -7
  225. package/lib/.types-compat/ts3.9/lib/java/java-project.d.ts +0 -141
  226. package/lib/.types-compat/ts3.9/lib/java/junit.d.ts +0 -29
  227. package/lib/.types-compat/ts3.9/lib/java/maven-compile.d.ts +0 -26
  228. package/lib/.types-compat/ts3.9/lib/java/maven-packaging.d.ts +0 -34
  229. package/lib/.types-compat/ts3.9/lib/java/maven-sample.d.ts +0 -14
  230. package/lib/.types-compat/ts3.9/lib/java/pom.d.ts +0 -214
  231. package/lib/.types-compat/ts3.9/lib/java/projenrc.d.ts +0 -59
  232. package/lib/.types-compat/ts3.9/lib/javascript/bundler.d.ts +0 -174
  233. package/lib/.types-compat/ts3.9/lib/javascript/eslint.d.ts +0 -175
  234. package/lib/.types-compat/ts3.9/lib/javascript/index.d.ts +0 -10
  235. package/lib/.types-compat/ts3.9/lib/javascript/jest.d.ts +0 -599
  236. package/lib/.types-compat/ts3.9/lib/javascript/node-package.d.ts +0 -616
  237. package/lib/.types-compat/ts3.9/lib/javascript/node-project.d.ts +0 -465
  238. package/lib/.types-compat/ts3.9/lib/javascript/npm-config.d.ts +0 -40
  239. package/lib/.types-compat/ts3.9/lib/javascript/prettier.d.ts +0 -358
  240. package/lib/.types-compat/ts3.9/lib/javascript/projenrc.d.ts +0 -18
  241. package/lib/.types-compat/ts3.9/lib/javascript/render-options.d.ts +0 -88
  242. package/lib/.types-compat/ts3.9/lib/javascript/typescript-config.d.ts +0 -403
  243. package/lib/.types-compat/ts3.9/lib/javascript/upgrade-dependencies.d.ts +0 -188
  244. package/lib/.types-compat/ts3.9/lib/javascript/util.d.ts +0 -19
  245. package/lib/.types-compat/ts3.9/lib/json-patch.d.ts +0 -75
  246. package/lib/.types-compat/ts3.9/lib/json.d.ts +0 -27
  247. package/lib/.types-compat/ts3.9/lib/license.d.ts +0 -31
  248. package/lib/.types-compat/ts3.9/lib/logger.d.ts +0 -73
  249. package/lib/.types-compat/ts3.9/lib/logging.d.ts +0 -9
  250. package/lib/.types-compat/ts3.9/lib/makefile.d.ts +0 -77
  251. package/lib/.types-compat/ts3.9/lib/object-file.d.ts +0 -155
  252. package/lib/.types-compat/ts3.9/lib/option-hints.d.ts +0 -18
  253. package/lib/.types-compat/ts3.9/lib/project-build.d.ts +0 -41
  254. package/lib/.types-compat/ts3.9/lib/project.d.ts +0 -374
  255. package/lib/.types-compat/ts3.9/lib/projects.d.ts +0 -63
  256. package/lib/.types-compat/ts3.9/lib/projenrc-json.d.ts +0 -27
  257. package/lib/.types-compat/ts3.9/lib/projenrc.d.ts +0 -18
  258. package/lib/.types-compat/ts3.9/lib/python/index.d.ts +0 -14
  259. package/lib/.types-compat/ts3.9/lib/python/pip.d.ts +0 -32
  260. package/lib/.types-compat/ts3.9/lib/python/poetry.d.ts +0 -183
  261. package/lib/.types-compat/ts3.9/lib/python/projenrc.d.ts +0 -32
  262. package/lib/.types-compat/ts3.9/lib/python/pytest-sample.d.ts +0 -21
  263. package/lib/.types-compat/ts3.9/lib/python/pytest.d.ts +0 -24
  264. package/lib/.types-compat/ts3.9/lib/python/python-deps.d.ts +0 -30
  265. package/lib/.types-compat/ts3.9/lib/python/python-env.d.ts +0 -6
  266. package/lib/.types-compat/ts3.9/lib/python/python-packaging.d.ts +0 -62
  267. package/lib/.types-compat/ts3.9/lib/python/python-project.d.ts +0 -190
  268. package/lib/.types-compat/ts3.9/lib/python/python-sample.d.ts +0 -17
  269. package/lib/.types-compat/ts3.9/lib/python/requirements-file.d.ts +0 -29
  270. package/lib/.types-compat/ts3.9/lib/python/setuppy.d.ts +0 -70
  271. package/lib/.types-compat/ts3.9/lib/python/setuptools.d.ts +0 -15
  272. package/lib/.types-compat/ts3.9/lib/python/venv.d.ts +0 -28
  273. package/lib/.types-compat/ts3.9/lib/readme.d.ts +0 -28
  274. package/lib/.types-compat/ts3.9/lib/release/bump-version.d.ts +0 -72
  275. package/lib/.types-compat/ts3.9/lib/release/bump-version.task.d.ts +0 -1
  276. package/lib/.types-compat/ts3.9/lib/release/index.d.ts +0 -3
  277. package/lib/.types-compat/ts3.9/lib/release/publisher.d.ts +0 -533
  278. package/lib/.types-compat/ts3.9/lib/release/release-trigger.d.ts +0 -97
  279. package/lib/.types-compat/ts3.9/lib/release/release.d.ts +0 -338
  280. package/lib/.types-compat/ts3.9/lib/release/reset-version.task.d.ts +0 -1
  281. package/lib/.types-compat/ts3.9/lib/release/tag-version.d.ts +0 -31
  282. package/lib/.types-compat/ts3.9/lib/release/tag-version.task.d.ts +0 -1
  283. package/lib/.types-compat/ts3.9/lib/release/update-changelog.d.ts +0 -36
  284. package/lib/.types-compat/ts3.9/lib/release/update-changelog.task.d.ts +0 -1
  285. package/lib/.types-compat/ts3.9/lib/renovatebot.d.ts +0 -99
  286. package/lib/.types-compat/ts3.9/lib/run-projenrc-json.task.d.ts +0 -1
  287. package/lib/.types-compat/ts3.9/lib/sample-file.d.ts +0 -88
  288. package/lib/.types-compat/ts3.9/lib/semver.d.ts +0 -34
  289. package/lib/.types-compat/ts3.9/lib/smithy/smithy-build.d.ts +0 -156
  290. package/lib/.types-compat/ts3.9/lib/source-code.d.ts +0 -46
  291. package/lib/.types-compat/ts3.9/lib/task-model.d.ts +0 -151
  292. package/lib/.types-compat/ts3.9/lib/task-runtime.d.ts +0 -32
  293. package/lib/.types-compat/ts3.9/lib/task.d.ts +0 -136
  294. package/lib/.types-compat/ts3.9/lib/tasks.d.ts +0 -51
  295. package/lib/.types-compat/ts3.9/lib/testing.d.ts +0 -18
  296. package/lib/.types-compat/ts3.9/lib/textfile.d.ts +0 -33
  297. package/lib/.types-compat/ts3.9/lib/toml.d.ts +0 -15
  298. package/lib/.types-compat/ts3.9/lib/typescript/index.d.ts +0 -4
  299. package/lib/.types-compat/ts3.9/lib/typescript/projenrc-ts.d.ts +0 -43
  300. package/lib/.types-compat/ts3.9/lib/typescript/projenrc.d.ts +0 -27
  301. package/lib/.types-compat/ts3.9/lib/typescript/typescript-typedoc.d.ts +0 -7
  302. package/lib/.types-compat/ts3.9/lib/typescript/typescript.d.ts +0 -170
  303. package/lib/.types-compat/ts3.9/lib/util/semver.d.ts +0 -43
  304. package/lib/.types-compat/ts3.9/lib/util/synth.d.ts +0 -42
  305. package/lib/.types-compat/ts3.9/lib/util.d.ts +0 -131
  306. package/lib/.types-compat/ts3.9/lib/version.d.ts +0 -45
  307. package/lib/.types-compat/ts3.9/lib/vscode/devcontainer.d.ts +0 -86
  308. package/lib/.types-compat/ts3.9/lib/vscode/extensions.d.ts +0 -36
  309. package/lib/.types-compat/ts3.9/lib/vscode/index.d.ts +0 -5
  310. package/lib/.types-compat/ts3.9/lib/vscode/launch-config.d.ts +0 -90
  311. package/lib/.types-compat/ts3.9/lib/vscode/settings.d.ts +0 -24
  312. package/lib/.types-compat/ts3.9/lib/vscode/vscode.d.ts +0 -14
  313. package/lib/.types-compat/ts3.9/lib/web/index.d.ts +0 -4
  314. package/lib/.types-compat/ts3.9/lib/web/next.d.ts +0 -100
  315. package/lib/.types-compat/ts3.9/lib/web/postcss.d.ts +0 -28
  316. package/lib/.types-compat/ts3.9/lib/web/react.d.ts +0 -105
  317. package/lib/.types-compat/ts3.9/lib/web/tailwind.d.ts +0 -21
  318. package/lib/.types-compat/ts3.9/lib/xmlfile.d.ts +0 -18
  319. package/lib/.types-compat/ts3.9/lib/yaml.d.ts +0 -25
@@ -1,28 +0,0 @@
1
- import { IPythonEnv } from "./python-env";
2
- import { Component } from "../component";
3
- import { Project } from "../project";
4
- /**
5
- * Options for venv.
6
- */
7
- export interface VenvOptions {
8
- /**
9
- * Name of directory to store the environment in
10
- *
11
- * @default ".env"
12
- */
13
- readonly envdir?: string;
14
- }
15
- /**
16
- * Manages a virtual environment through the Python venv module.
17
- */
18
- export declare class Venv extends Component implements IPythonEnv {
19
- /**
20
- * Name of directory to store the environment in
21
- */
22
- private readonly envdir;
23
- constructor(project: Project, options?: VenvOptions);
24
- /**
25
- * Initializes the virtual environment if it doesn't exist (called during post-synthesis).
26
- */
27
- setupEnvironment(): void;
28
- }
@@ -1,28 +0,0 @@
1
- import { Project } from "./project";
2
- import { SampleFile } from "./sample-file";
3
- /**
4
- * SampleReadme Properties
5
- */
6
- export interface SampleReadmeProps {
7
- /**
8
- * The name of the README.md file
9
- *
10
- * @default "README.md"
11
- * @example "readme.md"
12
- */
13
- readonly filename?: string;
14
- /**
15
- * The contents
16
- * @default "# replace this"
17
- */
18
- readonly contents?: string;
19
- }
20
- /**
21
- * Represents a README.md sample file.
22
- * You are expected to manage this file after creation.
23
- *
24
- * @param text - The initial contents of the README.md file. Defaults to '# replace this'
25
- */
26
- export declare class SampleReadme extends SampleFile {
27
- constructor(project: Project, props?: SampleReadmeProps);
28
- }
@@ -1,72 +0,0 @@
1
- import { Config } from "conventional-changelog-config-spec";
2
- export interface BumpOptions {
3
- /**
4
- * The name of a .json file to set `version`.
5
- */
6
- readonly versionFile: string;
7
- /**
8
- * The name of the changelog file to generate.
9
- */
10
- readonly changelog: string;
11
- /**
12
- * Use a pre-release suffix.
13
- * @default - normal versioning
14
- */
15
- readonly prerelease?: string;
16
- /**
17
- * Defines the major version line. This is used to select the latest version
18
- * and also enforce that new major versions are not released accidentally.
19
- *
20
- * Can not be set together with `minMajorVersion`.
21
- *
22
- * @default - any version is supported
23
- */
24
- readonly majorVersion?: number;
25
- /**
26
- * Defines the minimal major version. This is used if you want to start with
27
- * a specific major version, and increment from there on.
28
- * This can be useful to set to 1, as breaking changes before the 1.x major
29
- * release are not incrementing the major version number.
30
- *
31
- * Can not be set together with `majorVersion`.
32
- *
33
- * @default - No minimum version is being enforced
34
- */
35
- readonly minMajorVersion?: number;
36
- /**
37
- * The name of a file which will include the output version number (a text file).
38
- *
39
- * Relative to cwd.
40
- *
41
- * @example ".version.txt"
42
- */
43
- readonly bumpFile: string;
44
- /**
45
- * The name of the file which will include the release tag (a text file).
46
- *
47
- * Relative to cwd.
48
- *
49
- * @example ".releasetag.txt"
50
- */
51
- readonly releaseTagFile: string;
52
- /**
53
- * The prefix applied to release tags. Bumps will be made based on the latest
54
- * version found with this prefix.
55
- */
56
- readonly tagPrefix?: string;
57
- /**
58
- * Conguration values that would append to versionrc file or overwrite values
59
- * coming to that from default one.
60
- */
61
- readonly versionrcOptions?: Config;
62
- }
63
- /**
64
- * Resolves the latest version from git tags and uses `standard-version` to bump
65
- * to the next version based on commits.
66
- *
67
- * This expects `standard-version` to be installed in the path.
68
- *
69
- * @param cwd working directory (git repository)
70
- * @param options options
71
- */
72
- export declare function bump(cwd: string, options: BumpOptions): Promise<void>;
@@ -1,3 +0,0 @@
1
- export * from "./release";
2
- export * from "./publisher";
3
- export * from "./release-trigger";
@@ -1,533 +0,0 @@
1
- import { BranchOptions } from "./release";
2
- import { Component } from "../component";
3
- import { Job, JobStep, Tools } from "../github/workflows-model";
4
- import { Project } from "../project";
5
- /**
6
- * Options for `Publisher`.
7
- */
8
- export interface PublisherOptions {
9
- /**
10
- * The job ID that produces the build artifacts. All publish jobs will take a dependency on this job.
11
- */
12
- readonly buildJobId: string;
13
- /**
14
- * A GitHub workflow expression used as a condition for publishers.
15
- *
16
- * @default - no condition
17
- */
18
- readonly condition?: string;
19
- /**
20
- * The name of the artifact to download (e.g. `dist`).
21
- *
22
- * The artifact is expected to include a subdirectory for each release target:
23
- * `go` (GitHub), `dotnet` (NuGet), `java` (Maven), `js` (npm), `python`
24
- * (PyPI).
25
- *
26
- * @see https://github.com/aws/publib
27
- */
28
- readonly artifactName: string;
29
- /**
30
- * @deprecated use `publibVersion` instead
31
- */
32
- readonly jsiiReleaseVersion?: string;
33
- /**
34
- * Node version to setup in GitHub workflows if any node-based CLI utilities
35
- * are needed. For example `publib`, the CLI projen uses to publish releases,
36
- * is an npm library.
37
- *
38
- * @default 16.x
39
- */
40
- readonly workflowNodeVersion?: string;
41
- /**
42
- * Container image to use for GitHub workflows.
43
- *
44
- * @default - default image
45
- */
46
- readonly workflowContainerImage?: string;
47
- /**
48
- * Version requirement for `publib`.
49
- *
50
- * @default "latest"
51
- */
52
- readonly publibVersion?: string;
53
- /**
54
- * Create an issue when a publish task fails.
55
- *
56
- * @default false
57
- */
58
- readonly failureIssue?: boolean;
59
- /**
60
- * The label to apply to the issue marking failed publish tasks.
61
- * Only applies if `failureIssue` is true.
62
- *
63
- * @default "failed-release"
64
- */
65
- readonly failureIssueLabel?: string;
66
- /**
67
- * Github Runner selection labels
68
- * @default ["ubuntu-latest"]
69
- */
70
- readonly workflowRunsOn?: string[];
71
- /**
72
- * Define publishing tasks that can be executed manually as well as workflows.
73
- *
74
- * Normally, publishing only happens within automated workflows. Enable this
75
- * in order to create a publishing task for each publishing activity.
76
- *
77
- * @default false
78
- */
79
- readonly publishTasks?: boolean;
80
- /**
81
- * Do not actually publish, only print the commands that would be executed instead.
82
- *
83
- * Useful if you wish to block all publishing from a single option.
84
- */
85
- readonly dryRun?: boolean;
86
- }
87
- /**
88
- * Implements GitHub jobs for publishing modules to package managers.
89
- *
90
- * Under the hood, it uses https://github.com/aws/publib
91
- */
92
- export declare class Publisher extends Component {
93
- static readonly PUBLISH_GIT_TASK_NAME = "publish:git";
94
- readonly buildJobId: string;
95
- readonly artifactName: string;
96
- readonly publibVersion: string;
97
- readonly condition?: string;
98
- /** @deprecated use `publibVersion` */
99
- readonly jsiiReleaseVersion: string;
100
- private readonly failureIssue;
101
- private readonly failureIssueLabel;
102
- private readonly runsOn;
103
- private readonly publishTasks;
104
- private readonly _jobFactories;
105
- private readonly _gitHubPrePublishing;
106
- private readonly dryRun;
107
- private readonly workflowNodeVersion;
108
- private readonly workflowContainerImage?;
109
- constructor(project: Project, options: PublisherOptions);
110
- /**
111
- * Called by `Release` to add the publishing jobs to a release workflow
112
- * associated with a specific branch.
113
- * @param branch The branch name
114
- * @param options Branch options
115
- *
116
- * @internal
117
- */
118
- _renderJobsForBranch(branch: string, options: Partial<BranchOptions>): Record<string, Job>;
119
- /**
120
- * Adds pre publishing steps for the GitHub release job.
121
- *
122
- * @param steps The steps.
123
- */
124
- addGitHubPrePublishingSteps(...steps: JobStep[]): void;
125
- /**
126
- * Publish to git.
127
- *
128
- * This includes generating a project-level changelog and release tags.
129
- *
130
- * @param options Options
131
- */
132
- publishToGit(options: GitPublishOptions): import("..").Task;
133
- /**
134
- * Creates a GitHub Release.
135
- * @param options Options
136
- */
137
- publishToGitHubReleases(options: GitHubReleasesPublishOptions): void;
138
- /**
139
- * Publishes artifacts from `js/**` to npm.
140
- * @param options Options
141
- */
142
- publishToNpm(options?: NpmPublishOptions): void;
143
- /**
144
- * Publishes artifacts from `dotnet/**` to NuGet Gallery.
145
- * @param options Options
146
- */
147
- publishToNuget(options?: NugetPublishOptions): void;
148
- /**
149
- * Publishes artifacts from `java/**` to Maven.
150
- * @param options Options
151
- */
152
- publishToMaven(options?: MavenPublishOptions): void;
153
- /**
154
- * Publishes wheel artifacts from `python` to PyPI.
155
- * @param options Options
156
- */
157
- publishToPyPi(options?: PyPiPublishOptions): void;
158
- /**
159
- * Adds a go publishing job.
160
- * @param options Options
161
- */
162
- publishToGo(options?: GoPublishOptions): void;
163
- private addPublishJob;
164
- private publibCommand;
165
- private githubReleaseCommand;
166
- }
167
- /**
168
- * Common publishing options
169
- */
170
- export interface CommonPublishOptions {
171
- /**
172
- * Steps to execute before executing the publishing command. These can be used
173
- * to prepare the artifact for publishing if neede.
174
- *
175
- * These steps are executed after `dist/` has been populated with the build
176
- * output.
177
- *
178
- * Note that when using this in `publishToGitHubReleases` this will override steps added via `addGitHubPrePublishingSteps`.
179
- */
180
- readonly prePublishSteps?: JobStep[];
181
- /**
182
- * Additional tools to install in the publishing job.
183
- * @default - no additional tools are installed
184
- */
185
- readonly publishTools?: Tools;
186
- }
187
- /**
188
- * @deprecated Use `NpmPublishOptions` instead.
189
- */
190
- export interface JsiiReleaseNpm extends NpmPublishOptions {
191
- }
192
- /**
193
- * Options for npm release
194
- */
195
- export interface NpmPublishOptions extends CommonPublishOptions {
196
- /**
197
- * Tags can be used to provide an alias instead of version numbers.
198
- *
199
- * For example, a project might choose to have multiple streams of development
200
- * and use a different tag for each stream, e.g., stable, beta, dev, canary.
201
- *
202
- * By default, the `latest` tag is used by npm to identify the current version
203
- * of a package, and `npm install <pkg>` (without any `@<version>` or `@<tag>`
204
- * specifier) installs the latest tag. Typically, projects only use the
205
- * `latest` tag for stable release versions, and use other tags for unstable
206
- * versions such as prereleases.
207
- *
208
- * The `next` tag is used by some projects to identify the upcoming version.
209
- *
210
- * @default "latest"
211
- * @deprecated Use `npmDistTag` for each release branch instead.
212
- */
213
- readonly distTag?: string;
214
- /**
215
- * The domain name of the npm package registry.
216
- *
217
- * To publish to GitHub Packages, set this value to `"npm.pkg.github.com"`. In
218
- * this if `npmTokenSecret` is not specified, it will default to
219
- * `GITHUB_TOKEN` which means that you will be able to publish to the
220
- * repository's package store. In this case, make sure `repositoryUrl` is
221
- * correctly defined.
222
- *
223
- * @default "registry.npmjs.org"
224
- * @example "npm.pkg.github.com"
225
- */
226
- readonly registry?: string;
227
- /**
228
- * GitHub secret which contains the NPM token to use when publishing packages.
229
- * @default - "NPM_TOKEN" or "GITHUB_TOKEN" if `registry` is set to `npm.pkg.github.com`.
230
- */
231
- readonly npmTokenSecret?: string;
232
- /**
233
- * Options for publishing npm package to AWS CodeArtifact.
234
- *
235
- * @default - undefined
236
- */
237
- readonly codeArtifactOptions?: CodeArtifactOptions;
238
- }
239
- /**
240
- * Options for authorizing requests to a AWS CodeArtifact npm repository.
241
- */
242
- export declare enum CodeArtifactAuthProvider {
243
- /**
244
- * Fixed credentials provided via Github secrets.
245
- */
246
- ACCESS_AND_SECRET_KEY_PAIR = "ACCESS_AND_SECRET_KEY_PAIR",
247
- /**
248
- * Ephemeral credentials provided via Github's OIDC integration with an IAM role.
249
- * See:
250
- * https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html
251
- * https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
252
- */
253
- GITHUB_OIDC = "GITHUB_OIDC"
254
- }
255
- /**
256
- * Options for publishing packages to AWS CodeArtifact.
257
- */
258
- export interface CodeArtifactOptions {
259
- /**
260
- * Provider to use for authorizing requests to AWS CodeArtifact.
261
- *
262
- * @default CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR
263
- */
264
- readonly authProvider?: CodeArtifactAuthProvider;
265
- /**
266
- * GitHub secret which contains the AWS access key ID to use when publishing packages to AWS CodeArtifact.
267
- * This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).
268
- *
269
- * @default - When the `authProvider` value is set to
270
- * `CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is
271
- * "AWS_ACCESS_KEY_ID". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this
272
- * value must be left undefined.
273
- */
274
- readonly accessKeyIdSecret?: string;
275
- /**
276
- * GitHub secret which contains the AWS secret access key to use when publishing packages to AWS CodeArtifact.
277
- * This property must be specified only when publishing to AWS CodeArtifact (`npmRegistryUrl` contains AWS CodeArtifact URL).
278
- *
279
- * @default - When the `authProvider` value is set to
280
- * `CodeArtifactAuthProvider.ACCESS_AND_SECRET_KEY_PAIR`, the default is
281
- * "AWS_SECRET_ACCESS_KEY". For `CodeArtifactAuthProvider.GITHUB_OIDC`, this
282
- * value must be left undefined.
283
- */
284
- readonly secretAccessKeySecret?: string;
285
- /**
286
- * ARN of AWS role to be assumed prior to get authorization token from AWS CodeArtifact
287
- * This property must be specified only when publishing to AWS CodeArtifact (`registry` contains AWS CodeArtifact URL).
288
- * When using the `CodeArtifactAuthProvider.GITHUB_OIDC` auth provider, this value must be defined.
289
- *
290
- * @default undefined
291
- */
292
- readonly roleToAssume?: string;
293
- }
294
- /**
295
- * @deprecated Use `PyPiPublishOptions` instead.
296
- */
297
- export interface JsiiReleasePyPi extends PyPiPublishOptions {
298
- }
299
- /**
300
- * Options for PyPI release
301
- */
302
- export interface PyPiPublishOptions extends CommonPublishOptions {
303
- /**
304
- * The registry url to use when releasing packages.
305
- *
306
- * @default - twine default
307
- */
308
- readonly twineRegistryUrl?: string;
309
- /**
310
- * The GitHub secret which contains PyPI user name.
311
- * @default "TWINE_USERNAME"
312
- */
313
- readonly twineUsernameSecret?: string;
314
- /**
315
- * The GitHub secret which contains PyPI password.
316
- * @default "TWINE_PASSWORD"
317
- */
318
- readonly twinePasswordSecret?: string;
319
- }
320
- /**
321
- * @deprecated Use `NugetPublishOptions` instead.
322
- */
323
- export interface JsiiReleaseNuget extends NugetPublishOptions {
324
- }
325
- /**
326
- * Options for NuGet releases
327
- */
328
- export interface NugetPublishOptions extends CommonPublishOptions {
329
- /**
330
- * GitHub secret which contains the API key for NuGet.
331
- *
332
- * @default "NUGET_API_KEY"
333
- */
334
- readonly nugetApiKeySecret?: string;
335
- /**
336
- * NuGet Server URL (defaults to nuget.org)
337
- */
338
- readonly nugetServer?: string;
339
- }
340
- /**
341
- * @deprecated Use `MavenPublishOptions` instead.
342
- */
343
- export interface JsiiReleaseMaven extends MavenPublishOptions {
344
- }
345
- /**
346
- * Options for Maven releases
347
- */
348
- export interface MavenPublishOptions extends CommonPublishOptions {
349
- /**
350
- * URL of Nexus repository. if not set, defaults to https://oss.sonatype.org
351
- *
352
- * @default "https://oss.sonatype.org"
353
- */
354
- readonly mavenEndpoint?: string;
355
- /**
356
- * Used in maven settings for credential lookup (e.g. use github when publishing to GitHub).
357
- *
358
- * @default "ossrh" (Maven Central) or "github" when using GitHub Packages
359
- */
360
- readonly mavenServerId?: string;
361
- /**
362
- * Deployment repository when not deploying to Maven Central
363
- *
364
- * @default - not set
365
- */
366
- readonly mavenRepositoryUrl?: string;
367
- /**
368
- * GitHub secret name which contains the GPG private key or file that includes
369
- * it. This is used to sign your Maven
370
- * packages. See instructions.
371
- *
372
- * @see https://github.com/aws/publib#maven
373
- * @default "MAVEN_GPG_PRIVATE_KEY" or not set when using GitHub Packages
374
- */
375
- readonly mavenGpgPrivateKeySecret?: string;
376
- /**
377
- * GitHub secret name which contains the GPG private key or file that includes
378
- * it. This is used to sign your Maven packages. See instructions.
379
- *
380
- * @see https://github.com/aws/publib#maven
381
- * @default "MAVEN_GPG_PRIVATE_KEY_PASSPHRASE" or not set when using GitHub Packages
382
- */
383
- readonly mavenGpgPrivateKeyPassphrase?: string;
384
- /**
385
- * GitHub secret name which contains the Username for maven repository.
386
- *
387
- * For Maven Central, you will need to Create JIRA account and then request a
388
- * new project (see links).
389
- *
390
- * @see https://issues.sonatype.org/secure/Signup
391
- * @see https://issues.sonatype.org/secure/CreateIssue.jspa?issuetype=21&pid=10134
392
- *
393
- * @default "MAVEN_USERNAME" or the GitHub Actor when using GitHub Packages
394
- */
395
- readonly mavenUsername?: string;
396
- /**
397
- * GitHub secret name which contains the Password for maven repository.
398
- *
399
- * For Maven Central, you will need to Create JIRA account and then request a
400
- * new project (see links).
401
- *
402
- * @see https://issues.sonatype.org/secure/Signup
403
- * @see https://issues.sonatype.org/secure/CreateIssue.jspa?issuetype=21&pid=10134
404
- *
405
- * @default "MAVEN_PASSWORD" or "GITHUB_TOKEN" when using GitHub Packages
406
- */
407
- readonly mavenPassword?: string;
408
- /**
409
- * GitHub secret name which contains the Maven Central (sonatype) staging
410
- * profile ID (e.g. 68a05363083174). Staging profile ID can be found in the
411
- * URL of the "Releases" staging profile under "Staging Profiles" in
412
- * https://oss.sonatype.org (e.g.
413
- * https://oss.sonatype.org/#stagingProfiles;11a33451234521)
414
-
415
- * @default "MAVEN_STAGING_PROFILE_ID" or not set when using GitHub Packages
416
- */
417
- readonly mavenStagingProfileId?: string;
418
- }
419
- /**
420
- * @deprecated Use `GoPublishOptions` instead.
421
- */
422
- export interface JsiiReleaseGo extends GoPublishOptions {
423
- }
424
- /**
425
- * Options for Go releases.
426
- */
427
- export interface GoPublishOptions extends CommonPublishOptions {
428
- /**
429
- * The name of the secret that includes a personal GitHub access token used to
430
- * push to the GitHub repository.
431
- *
432
- * Ignored if `githubUseSsh` is `true`.
433
- *
434
- * @default "GO_GITHUB_TOKEN"
435
- */
436
- readonly githubTokenSecret?: string;
437
- /**
438
- * The name of the secret that includes a GitHub deploy key used to push to the
439
- * GitHub repository.
440
- *
441
- * Ignored if `githubUseSsh` is `false`.
442
- *
443
- * @default "GO_GITHUB_DEPLOY_KEY"
444
- */
445
- readonly githubDeployKeySecret?: string;
446
- /**
447
- * Use SSH to push to GitHub instead of a personal accses token.
448
- *
449
- * @default false
450
- */
451
- readonly githubUseSsh?: boolean;
452
- /**
453
- * GitHub repository to push to.
454
- *
455
- * @default - derived from `moduleName`
456
- */
457
- readonly githubRepo?: string;
458
- /**
459
- * Branch to push to.
460
- *
461
- * @default "main"
462
- */
463
- readonly gitBranch?: string;
464
- /**
465
- * The user name to use for the release git commit.
466
- * @default "github-actions"
467
- */
468
- readonly gitUserName?: string;
469
- /**
470
- * The email to use in the release git commit.
471
- * @default "github-actions@github.com"
472
- */
473
- readonly gitUserEmail?: string;
474
- /**
475
- * The commit message.
476
- *
477
- * @default "chore(release): $VERSION"
478
- */
479
- readonly gitCommitMessage?: string;
480
- }
481
- interface VersionArtifactOptions {
482
- /**
483
- * The location of a text file (relative to `dist/`) that contains the version number.
484
- *
485
- * @example version.txt
486
- */
487
- readonly versionFile: string;
488
- /**
489
- * The location of a text file (relative to `dist/`) that contains the release tag.
490
- *
491
- * @example releasetag.txt
492
- */
493
- readonly releaseTagFile: string;
494
- /**
495
- * The location of an .md file (relative to `dist/`) that includes the changelog for the release.
496
- *
497
- * @example changelog.md
498
- */
499
- readonly changelogFile: string;
500
- }
501
- /**
502
- * Evaluates if the `registryUrl` is a AWS CodeArtifact registry.
503
- * @param registryUrl url of registry
504
- * @returns true for AWS CodeArtifact
505
- */
506
- export declare function isAwsCodeArtifactRegistry(registryUrl: string | undefined): boolean | "" | undefined;
507
- /**
508
- * Publishing options for GitHub releases.
509
- */
510
- export interface GitHubReleasesPublishOptions extends VersionArtifactOptions, CommonPublishOptions {
511
- }
512
- /**
513
- * Publishing options for Git releases
514
- */
515
- export interface GitPublishOptions extends VersionArtifactOptions {
516
- /**
517
- * The location of an .md file that includes the project-level changelog.
518
- */
519
- readonly projectChangelogFile?: string;
520
- /**
521
- * Branch to push to.
522
- *
523
- * @default "main"
524
- */
525
- readonly gitBranch?: string;
526
- /**
527
- * Override git-push command.
528
- *
529
- * Set to an empty string to disable pushing.
530
- */
531
- readonly gitPushCommand?: string;
532
- }
533
- export {};