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,94 +0,0 @@
1
- type JsiiTypes = {
2
- [name: string]: JsiiType;
3
- };
4
- export interface ProjectOption {
5
- path: string[];
6
- name: string;
7
- fqn?: string;
8
- switch: string;
9
- /** Simple type name, e.g. "string", "boolean", "number", "EslintOptions", "MyEnum". Collections are "unknown" */
10
- simpleType: string;
11
- /** Full JSII type, e.g. { primitive: "string" } or { collection: { elementtype: { primitive: 'string' }, kind: 'map' } } */
12
- fullType: JsiiPropertyType;
13
- kind?: "class" | "enum" | "interface";
14
- jsonLike?: boolean;
15
- parent: string;
16
- docs?: string;
17
- default?: string;
18
- /**
19
- * The value that will be used at initial project creation
20
- */
21
- initialValue?: string;
22
- optional?: boolean;
23
- deprecated?: boolean;
24
- featured?: boolean;
25
- }
26
- export interface ProjectType {
27
- moduleName: string;
28
- pjid: string;
29
- fqn: string;
30
- typename: string;
31
- options: ProjectOption[];
32
- docs?: string;
33
- docsurl: string;
34
- }
35
- interface JsiiType {
36
- name: string;
37
- assembly: string;
38
- kind: string;
39
- abstract?: boolean;
40
- base?: string;
41
- fqn: string;
42
- interfaces?: string[];
43
- initializer?: {
44
- parameters?: Array<{
45
- name: string;
46
- type?: {
47
- fqn?: string;
48
- };
49
- }>;
50
- };
51
- properties?: Array<{
52
- name: string;
53
- docs: {
54
- summary?: string;
55
- default?: string;
56
- deprecated?: string;
57
- stability?: string;
58
- custom?: {
59
- [name: string]: string;
60
- };
61
- };
62
- optional?: boolean;
63
- type?: JsiiPropertyType;
64
- }>;
65
- docs?: {
66
- summary?: string;
67
- deprecated?: string;
68
- custom?: {
69
- pjid?: string;
70
- pjnew?: string;
71
- };
72
- };
73
- }
74
- export interface JsiiPropertyType {
75
- primitive?: string;
76
- fqn?: string;
77
- collection?: {
78
- elementtype: JsiiPropertyType;
79
- kind: string;
80
- };
81
- }
82
- /**
83
- * Returns a list of project types exported the modules defined in `moduleDirs`.
84
- * This list will always also include the built-in projen project types.
85
- * Modules without a .jsii manifest are skipped.
86
- *
87
- * @param moduleDirs A list of npm module directories
88
- */
89
- export declare function discover(...moduleDirs: string[]): ProjectType[];
90
- export declare function readManifest(dir: string): any;
91
- export declare function resolveProjectType(projectFqn: string): ProjectType;
92
- export declare function toProjectType(jsii: JsiiTypes, fqn: string): ProjectType;
93
- export declare function readJsiiManifest(jsiiFqn: string): any;
94
- export {};
@@ -1,7 +0,0 @@
1
- export * from "./pom";
2
- export * from "./java-project";
3
- export * from "./maven-sample";
4
- export * from "./maven-compile";
5
- export * from "./maven-packaging";
6
- export * from "./junit";
7
- export * from "./projenrc";
@@ -1,141 +0,0 @@
1
- import { Junit, JunitOptions } from "./junit";
2
- import { MavenCompile, MavenCompileOptions } from "./maven-compile";
3
- import { MavenPackaging, MavenPackagingOptions } from "./maven-packaging";
4
- import { PluginOptions, Pom, PomOptions } from "./pom";
5
- import { Projenrc as ProjenrcJava, ProjenrcOptions } from "./projenrc";
6
- import { GitHubProject, GitHubProjectOptions } from "../github";
7
- /**
8
- * Options for `JavaProject`.
9
- */
10
- export interface JavaProjectCommonOptions extends GitHubProjectOptions, PomOptions {
11
- /**
12
- * Final artifact output directory.
13
- *
14
- * @default "dist/java"
15
- */
16
- readonly distdir?: string;
17
- /**
18
- * List of runtime dependencies for this project.
19
- *
20
- * Dependencies use the format: `<groupId>/<artifactId>@<semver>`
21
- *
22
- * Additional dependencies can be added via `project.addDependency()`.
23
- *
24
- * @default []
25
- * @featured
26
- */
27
- readonly deps?: string[];
28
- /**
29
- * List of test dependencies for this project.
30
- *
31
- * Dependencies use the format: `<groupId>/<artifactId>@<semver>`
32
- *
33
- * Additional dependencies can be added via `project.addTestDependency()`.
34
- *
35
- * @default []
36
- * @featured
37
- */
38
- readonly testDeps?: string[];
39
- /**
40
- * Include junit tests.
41
- * @default true
42
- */
43
- readonly junit?: boolean;
44
- /**
45
- * junit options
46
- * @default - defaults
47
- */
48
- readonly junitOptions?: JunitOptions;
49
- /**
50
- * Packaging options.
51
- * @default - defaults
52
- */
53
- readonly packagingOptions?: MavenPackagingOptions;
54
- /**
55
- * Compile options.
56
- * @default - defaults
57
- */
58
- readonly compileOptions?: MavenCompileOptions;
59
- /**
60
- * Use projenrc in java.
61
- *
62
- * This will install `projen` as a java dependency and will add a `synth` task which
63
- * will compile & execute `main()` from `src/main/java/projenrc.java`.
64
- *
65
- * @default true
66
- */
67
- readonly projenrcJava?: boolean;
68
- /**
69
- * Options related to projenrc in java.
70
- * @default - default options
71
- */
72
- readonly projenrcJavaOptions?: ProjenrcOptions;
73
- }
74
- /**
75
- * Options for `JavaProject`.
76
- */
77
- export interface JavaProjectOptions extends JavaProjectCommonOptions {
78
- /**
79
- * Include sample code and test if the relevant directories don't exist.
80
- * @default true
81
- */
82
- readonly sample?: boolean;
83
- /**
84
- * The java package to use for the code sample.
85
- * @default "org.acme"
86
- */
87
- readonly sampleJavaPackage?: string;
88
- }
89
- /**
90
- * Java project.
91
- *
92
- * @pjid java
93
- */
94
- export declare class JavaProject extends GitHubProject {
95
- /**
96
- * API for managing `pom.xml`.
97
- */
98
- readonly pom: Pom;
99
- /**
100
- * JUnit component.
101
- */
102
- readonly junit?: Junit;
103
- /**
104
- * Packaging component.
105
- */
106
- readonly packaging: MavenPackaging;
107
- /**
108
- * Compile component.
109
- */
110
- readonly compile: MavenCompile;
111
- /**
112
- * Projenrc component.
113
- */
114
- readonly projenrc?: ProjenrcJava;
115
- /**
116
- * Maven artifact output directory.
117
- */
118
- readonly distdir: string;
119
- constructor(options: JavaProjectOptions);
120
- /**
121
- * Adds a runtime dependency.
122
- *
123
- * @param spec Format `<groupId>/<artifactId>@<semver>`
124
- */
125
- addDependency(spec: string): void;
126
- /**
127
- * Adds a test dependency.
128
- *
129
- * @param spec Format `<groupId>/<artifactId>@<semver>`
130
- */
131
- addTestDependency(spec: string): void;
132
- /**
133
- * Adds a build plugin to the pom.
134
- *
135
- * The plug in is also added as a BUILD dep to the project.
136
- *
137
- * @param spec dependency spec (`group/artifact@version`)
138
- * @param options plugin options
139
- */
140
- addPlugin(spec: string, options?: PluginOptions): import("..").Dependency;
141
- }
@@ -1,29 +0,0 @@
1
- import { Pom } from "./pom";
2
- import { Component } from "../component";
3
- import { Project } from "../project";
4
- /**
5
- * Options for `Junit`.
6
- */
7
- export interface JunitOptions {
8
- /**
9
- * Java pom.
10
- */
11
- readonly pom: Pom;
12
- /**
13
- * Junit version
14
- *
15
- * @default "5.7.0"
16
- */
17
- readonly version?: string;
18
- /**
19
- * Java package for test sample.
20
- * @default "org.acme"
21
- */
22
- readonly sampleJavaPackage?: string;
23
- }
24
- /**
25
- * Implements JUnit-based testing.
26
- */
27
- export declare class Junit extends Component {
28
- constructor(project: Project, options: JunitOptions);
29
- }
@@ -1,26 +0,0 @@
1
- import { Pom } from "./pom";
2
- import { Component } from "../component";
3
- import { Project } from "../project";
4
- /**
5
- * Options for `MavenCompile`.
6
- */
7
- export interface MavenCompileOptions {
8
- /**
9
- * Source language version.
10
- *
11
- * @default "1.8"
12
- */
13
- readonly source?: string;
14
- /**
15
- * Target JVM version.
16
- *
17
- * @default "1.8"
18
- */
19
- readonly target?: string;
20
- }
21
- /**
22
- * Adds the maven-compiler plugin to a POM file and the `compile` task.
23
- */
24
- export declare class MavenCompile extends Component {
25
- constructor(project: Project, pom: Pom, options?: MavenCompileOptions);
26
- }
@@ -1,34 +0,0 @@
1
- import { Pom } from "./pom";
2
- import { Component } from "../component";
3
- import { Project } from "../project";
4
- /**
5
- * Options for `MavenPackage`.
6
- */
7
- export interface MavenPackagingOptions {
8
- /**
9
- * Include sources jar in package.
10
- * @default true
11
- */
12
- readonly sources?: boolean;
13
- /**
14
- * Where to place the package output?
15
- * @default "dist/java"
16
- */
17
- readonly distdir?: string;
18
- /**
19
- * Include javadocs jar in package.
20
- * @default true
21
- */
22
- readonly javadocs?: boolean;
23
- /**
24
- * Exclude source files from docs.
25
- * @default []
26
- */
27
- readonly javadocsExclude?: string[];
28
- }
29
- /**
30
- * Configures a maven project to produce a .jar archive with sources and javadocs.
31
- */
32
- export declare class MavenPackaging extends Component {
33
- constructor(project: Project, pom: Pom, options?: MavenPackagingOptions);
34
- }
@@ -1,14 +0,0 @@
1
- import { Component } from "../component";
2
- import { Project } from "../project";
3
- export interface MavenSampleOptions {
4
- /**
5
- * Project root java package.
6
- */
7
- readonly package: string;
8
- }
9
- /**
10
- * Java code sample.
11
- */
12
- export declare class MavenSample extends Component {
13
- constructor(project: Project, options: MavenSampleOptions);
14
- }
@@ -1,214 +0,0 @@
1
- import { Component } from "../component";
2
- import { Project } from "../project";
3
- /**
4
- * Options for `Pom`.
5
- */
6
- export interface PomOptions {
7
- /**
8
- * This is generally unique amongst an organization or a project. For example,
9
- * all core Maven artifacts do (well, should) live under the groupId
10
- * org.apache.maven. Group ID's do not necessarily use the dot notation, for
11
- * example, the junit project. Note that the dot-notated groupId does not have
12
- * to correspond to the package structure that the project contains. It is,
13
- * however, a good practice to follow. When stored within a repository, the
14
- * group acts much like the Java packaging structure does in an operating
15
- * system. The dots are replaced by OS specific directory separators (such as
16
- * '/' in Unix) which becomes a relative directory structure from the base
17
- * repository. In the example given, the org.codehaus.mojo group lives within
18
- * the directory $M2_REPO/org/codehaus/mojo.
19
- * @default "org.acme"
20
- * @featured
21
- */
22
- readonly groupId: string;
23
- /**
24
- * The artifactId is generally the name that the project is known by. Although
25
- * the groupId is important, people within the group will rarely mention the
26
- * groupId in discussion (they are often all be the same ID, such as the
27
- * MojoHaus project groupId: org.codehaus.mojo). It, along with the groupId,
28
- * creates a key that separates this project from every other project in the
29
- * world (at least, it should :) ). Along with the groupId, the artifactId
30
- * fully defines the artifact's living quarters within the repository. In the
31
- * case of the above project, my-project lives in
32
- * $M2_REPO/org/codehaus/mojo/my-project.
33
- * @default "my-app"
34
- * @featured
35
- */
36
- readonly artifactId: string;
37
- /**
38
- * This is the last piece of the naming puzzle. groupId:artifactId denotes a
39
- * single project but they cannot delineate which incarnation of that project
40
- * we are talking about. Do we want the junit:junit of 2018 (version 4.12), or
41
- * of 2007 (version 3.8.2)? In short: code changes, those changes should be
42
- * versioned, and this element keeps those versions in line. It is also used
43
- * within an artifact's repository to separate versions from each other.
44
- * my-project version 1.0 files live in the directory structure
45
- * $M2_REPO/org/codehaus/mojo/my-project/1.0.
46
- * @default "0.1.0"
47
- * @featured
48
- */
49
- readonly version: string;
50
- /**
51
- * Project packaging format.
52
- *
53
- * @default "jar"
54
- */
55
- readonly packaging?: string;
56
- /**
57
- * Description of a project is always good. Although this should not replace
58
- * formal documentation, a quick comment to any readers of the POM is always
59
- * helpful.
60
- *
61
- * @default undefined
62
- * @featured
63
- */
64
- readonly description?: string;
65
- /**
66
- * The URL, like the name, is not required. This is a nice gesture for
67
- * projects users, however, so that they know where the project lives.
68
- *
69
- * @default undefined
70
- * @featured
71
- */
72
- readonly url?: string;
73
- }
74
- /**
75
- * Represents a Maven repository
76
- * @see https://maven.apache.org/guides/introduction/introduction-to-repositories.html
77
- */
78
- export interface MavenRepository {
79
- /**
80
- * The identifier for the repository
81
- */
82
- readonly id: string;
83
- /**
84
- * The url of the repository
85
- */
86
- readonly url: string;
87
- /**
88
- * The name of the repository
89
- */
90
- readonly name?: string;
91
- /**
92
- * The layout of the repository
93
- */
94
- readonly layout?: string;
95
- }
96
- /**
97
- * A Project Object Model or POM is the fundamental unit of work in Maven. It is
98
- * an XML file that contains information about the project and configuration
99
- * details used by Maven to build the project.
100
- */
101
- export declare class Pom extends Component {
102
- /**
103
- * The name of the pom file.
104
- */
105
- readonly fileName: string;
106
- /**
107
- * Maven group ID.
108
- */
109
- readonly groupId: string;
110
- /**
111
- * Maven artifact ID.
112
- */
113
- readonly artifactId: string;
114
- /**
115
- * Project version.
116
- */
117
- readonly version: string;
118
- /**
119
- * Maven packaging format.
120
- */
121
- readonly packaging: string;
122
- /**
123
- * Project display name.
124
- */
125
- readonly name?: string;
126
- /**
127
- * Project description.
128
- */
129
- readonly description?: string;
130
- /**
131
- * Project URL.
132
- */
133
- readonly url?: string;
134
- private readonly properties;
135
- private readonly repositories;
136
- constructor(project: Project, options: PomOptions);
137
- /**
138
- * Adds a key/value property to the pom.
139
- * @param key the key
140
- * @param value the value
141
- */
142
- addProperty(key: string, value: string): void;
143
- /**
144
- * Adds a runtime dependency.
145
- *
146
- * @param spec Format `<groupId>/<artifactId>@<semver>`
147
- */
148
- addDependency(spec: string): void;
149
- /**
150
- * Adds a test dependency.
151
- *
152
- * @param spec Format `<groupId>/<artifactId>@<semver>`
153
- */
154
- addTestDependency(spec: string): void;
155
- /**
156
- * Adds a build plugin to the pom.
157
- *
158
- * The plug in is also added as a BUILD dep to the project.
159
- *
160
- * @param spec dependency spec (`group/artifact@version`)
161
- * @param options plugin options
162
- */
163
- addPlugin(spec: string, options?: PluginOptions): import("../dependencies").Dependency;
164
- /**
165
- * Adds a repository to the pom
166
- * @param repository the repository to add
167
- */
168
- addRepository(repository: MavenRepository): void;
169
- private synthPom;
170
- private synthDependencies;
171
- private synthRepositories;
172
- }
173
- /**
174
- * Options for Maven plugins.
175
- */
176
- export interface PluginOptions {
177
- /**
178
- * Plugin key/value configuration
179
- * @default {}
180
- */
181
- readonly configuration?: {
182
- [key: string]: any;
183
- };
184
- /**
185
- * Plugin executions
186
- * @default []
187
- */
188
- readonly executions?: PluginExecution[];
189
- /**
190
- * You could configure the dependencies for the plugin.
191
- *
192
- * Dependencies are in `<groupId>/<artifactId>@<semver>` format.
193
- *
194
- * @default []
195
- */
196
- readonly dependencies?: string[];
197
- }
198
- /**
199
- * Plugin execution definition.
200
- */
201
- export interface PluginExecution {
202
- /**
203
- * The ID.
204
- */
205
- readonly id: string;
206
- /**
207
- * Which Maven goals this plugin should be associated with.
208
- */
209
- readonly goals: string[];
210
- /**
211
- * The phase in which the plugin should execute.
212
- */
213
- readonly phase?: string;
214
- }
@@ -1,59 +0,0 @@
1
- import { Pom } from "./pom";
2
- import { ProjectOption } from "../inventory";
3
- import { Project } from "../project";
4
- import { ProjenrcFile } from "../projenrc";
5
- /**
6
- * Options for `Projenrc`.
7
- */
8
- export interface ProjenrcOptions {
9
- /**
10
- * The name of the Java class which contains the `main()` method for projen.
11
- * @default "projenrc"
12
- */
13
- readonly className?: string;
14
- /**
15
- * The projen version to use
16
- * @default - current version
17
- */
18
- readonly projenVersion?: string;
19
- /**
20
- * Defines projenrc under the test scope instead of the main scope, which is
21
- * reserved to the app. This means that projenrc will be under
22
- * `src/test/java/projenrc.java` and projen will be defined as a test
23
- * dependency. This enforces that application code does not take a dependency
24
- * on projen code.
25
- *
26
- * If this is disabled, projenrc should be under
27
- * `src/main/java/projenrc.java`.
28
- *
29
- * @default true
30
- */
31
- readonly testScope?: boolean;
32
- }
33
- /**
34
- * Allows writing projenrc files in java.
35
- *
36
- * This will install `org.projen/projen` as a Maven dependency and will add a
37
- * `synth` task which will compile & execute `main()` from
38
- * `src/main/java/projenrc.java`.
39
- */
40
- export declare class Projenrc extends ProjenrcFile {
41
- /**
42
- * The name of the java class that includes the projen entrypoint.
43
- */
44
- readonly className: string;
45
- /**
46
- * Whether the class is in the "test" or "main" scope?
47
- */
48
- private readonly testScope;
49
- constructor(project: Project, pom: Pom, options?: ProjenrcOptions);
50
- private get javaClass();
51
- private get javaPackage();
52
- /**
53
- * The path of the projenrc file.
54
- */
55
- get filePath(): string;
56
- private generateProjenrc;
57
- }
58
- export declare function generateJavaOptionNames(options: ProjectOption[], jsiiManifest: any): Record<string, string>;
59
- export declare function getJavaImport(jsiiType: any, jsiiManifest: any): string;