projen 0.101.4 → 0.101.6

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 (332) hide show
  1. package/.jsii +282 -177
  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 +1 -1
  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 +3 -3
  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/awscdk/private/feature-flags-v2.const.d.ts +1 -1
  18. package/lib/awscdk/private/feature-flags-v2.const.js +2 -2
  19. package/lib/build/build-workflow.js +1 -1
  20. package/lib/cdk/auto-discover-base.js +2 -2
  21. package/lib/cdk/construct-lib.js +1 -1
  22. package/lib/cdk/integration-test-base.js +1 -1
  23. package/lib/cdk/jsii-build.js +1 -1
  24. package/lib/cdk/jsii-docgen.js +1 -1
  25. package/lib/cdk/jsii-project.js +1 -1
  26. package/lib/cdk8s/auto-discover.js +2 -2
  27. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  29. package/lib/cdk8s/cdk8s-construct.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps.js +1 -1
  32. package/lib/cdk8s/integration-test.js +1 -1
  33. package/lib/cdktf/cdktf-construct.js +1 -1
  34. package/lib/circleci/circleci.js +1 -1
  35. package/lib/cli/cmds/run-task.js +2 -2
  36. package/lib/component.js +2 -2
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +1 -1
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/auto-queue.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/dependency-review.js +1 -1
  49. package/lib/github/github-credentials.js +1 -1
  50. package/lib/github/github-project.js +1 -1
  51. package/lib/github/github.js +1 -1
  52. package/lib/github/merge-queue.js +1 -1
  53. package/lib/github/mergify.js +1 -1
  54. package/lib/github/pr-template.js +1 -1
  55. package/lib/github/pull-request-backport.js +1 -1
  56. package/lib/github/pull-request-lint.js +1 -1
  57. package/lib/github/stale.js +1 -1
  58. package/lib/github/task-workflow-job.js +1 -1
  59. package/lib/github/task-workflow.js +1 -1
  60. package/lib/github/workflow-actions.js +1 -1
  61. package/lib/github/workflow-jobs.js +1 -1
  62. package/lib/github/workflow-steps.js +1 -1
  63. package/lib/github/workflows-model.d.ts +59 -0
  64. package/lib/github/workflows-model.js +1 -1
  65. package/lib/github/workflows.js +7 -2
  66. package/lib/gitlab/configuration.js +1 -1
  67. package/lib/gitlab/gitlab-configuration.js +1 -1
  68. package/lib/gitlab/nested-configuration.js +1 -1
  69. package/lib/gitpod.js +1 -1
  70. package/lib/ignore-file.js +1 -1
  71. package/lib/ini.js +1 -1
  72. package/lib/java/java-project.js +1 -1
  73. package/lib/java/junit.js +1 -1
  74. package/lib/java/maven-compile.js +1 -1
  75. package/lib/java/maven-packaging.js +1 -1
  76. package/lib/java/maven-sample.js +1 -1
  77. package/lib/java/pom.js +2 -2
  78. package/lib/java/projenrc.js +1 -1
  79. package/lib/javascript/biome/biome.js +1 -1
  80. package/lib/javascript/bundler.js +1 -1
  81. package/lib/javascript/eslint.js +1 -1
  82. package/lib/javascript/jest.js +4 -4
  83. package/lib/javascript/license-checker.js +1 -1
  84. package/lib/javascript/node-package.js +1 -1
  85. package/lib/javascript/node-project.js +3 -3
  86. package/lib/javascript/npm-config.js +1 -1
  87. package/lib/javascript/prettier.js +1 -1
  88. package/lib/javascript/projenrc.js +1 -1
  89. package/lib/javascript/typescript-config.js +2 -2
  90. package/lib/javascript/upgrade-dependencies.js +16 -14
  91. package/lib/javascript/util.d.ts +1 -1
  92. package/lib/javascript/util.js +5 -5
  93. package/lib/javascript/yarnrc.js +1 -1
  94. package/lib/json-patch.js +1 -1
  95. package/lib/json.js +1 -1
  96. package/lib/license.js +1 -1
  97. package/lib/logger.js +1 -1
  98. package/lib/makefile.js +1 -1
  99. package/lib/object-file.js +1 -1
  100. package/lib/project-build.js +1 -1
  101. package/lib/project-tree.js +1 -1
  102. package/lib/project.js +8 -3
  103. package/lib/projects.js +1 -1
  104. package/lib/projenrc-json.js +1 -1
  105. package/lib/projenrc.js +1 -1
  106. package/lib/python/pip.js +1 -1
  107. package/lib/python/poetry.js +2 -2
  108. package/lib/python/projenrc.js +1 -1
  109. package/lib/python/pyproject-toml-file.js +1 -1
  110. package/lib/python/pytest-sample.js +1 -1
  111. package/lib/python/pytest.js +1 -1
  112. package/lib/python/python-project.js +1 -1
  113. package/lib/python/python-sample.js +1 -1
  114. package/lib/python/requirements-file.js +1 -1
  115. package/lib/python/setuppy.js +1 -1
  116. package/lib/python/setuptools.js +1 -1
  117. package/lib/python/uv.js +1 -1
  118. package/lib/python/venv.js +1 -1
  119. package/lib/readme.js +1 -1
  120. package/lib/release/publisher.js +1 -1
  121. package/lib/release/release-trigger.js +1 -1
  122. package/lib/release/release.js +1 -1
  123. package/lib/renovatebot.js +1 -1
  124. package/lib/run-task.cjs +57 -9
  125. package/lib/sample-file.js +2 -2
  126. package/lib/script-runner.js +1 -1
  127. package/lib/source-code.js +1 -1
  128. package/lib/task-shell.js +1 -1
  129. package/lib/task.js +1 -1
  130. package/lib/tasks.js +1 -1
  131. package/lib/testing.js +1 -1
  132. package/lib/textfile.js +1 -1
  133. package/lib/toml.js +1 -1
  134. package/lib/typescript/projenrc-ts.js +1 -1
  135. package/lib/typescript/projenrc.js +1 -1
  136. package/lib/typescript/typescript-runner.js +1 -1
  137. package/lib/typescript/typescript-typedoc.js +1 -1
  138. package/lib/typescript/typescript.js +5 -5
  139. package/lib/version.js +2 -2
  140. package/lib/vscode/devcontainer.js +1 -1
  141. package/lib/vscode/extensions.js +1 -1
  142. package/lib/vscode/launch-config.js +1 -1
  143. package/lib/vscode/settings.js +1 -1
  144. package/lib/vscode/vscode.js +1 -1
  145. package/lib/web/next.js +3 -3
  146. package/lib/web/postcss.js +1 -1
  147. package/lib/web/react.js +3 -3
  148. package/lib/web/tailwind.js +1 -1
  149. package/lib/xmlfile.js +1 -1
  150. package/lib/yaml.js +1 -1
  151. package/node_modules/dax/{script/deps/jsr.io/@david/shell/0.5.2 → esm/deps/jsr.io/@david/shell/0.5.4}/internal.d.ts.map +1 -1
  152. package/node_modules/dax/{script/deps/jsr.io/@david/shell/0.5.2 → esm/deps/jsr.io/@david/shell/0.5.4}/mod.d.ts.map +1 -1
  153. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/byteRingBuffer.d.ts.map +1 -1
  154. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/command.d.ts.map +1 -1
  155. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commandHandler.d.ts.map +1 -1
  156. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/args.d.ts.map +1 -1
  157. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cat.d.ts.map +1 -1
  158. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cd.d.ts.map +1 -1
  159. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cpMv.d.ts.map +1 -1
  160. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/echo.d.ts.map +1 -1
  161. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/executable.d.ts.map +1 -1
  162. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/exit.d.ts.map +1 -1
  163. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/export.d.ts.map +1 -1
  164. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/mkdir.d.ts.map +1 -1
  165. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/printenv.d.ts.map +1 -1
  166. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/pwd.d.ts.map +1 -1
  167. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/rm.d.ts.map +1 -1
  168. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/set.d.ts.map +1 -1
  169. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/shopt.d.ts.map +1 -1
  170. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/sleep.d.ts.map +1 -1
  171. package/node_modules/dax/{script/deps/jsr.io/@david/shell/0.5.2 → esm/deps/jsr.io/@david/shell/0.5.4}/src/commands/test.d.ts.map +1 -1
  172. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/touch.d.ts.map +1 -1
  173. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/unset.d.ts.map +1 -1
  174. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/which.d.ts.map +1 -1
  175. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/common.d.ts.map +1 -1
  176. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/dollar.d.ts.map +1 -1
  177. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/fsFile.d.ts.map +1 -1
  178. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/glob.d.ts.map +1 -1
  179. package/node_modules/dax/esm/deps/jsr.io/@david/shell/0.5.4/src/lib/rs_lib.d.ts.map +1 -0
  180. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.internal.d.ts.map +1 -1
  181. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lineRingBuffer.d.ts.map +1 -1
  182. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/pipes.d.ts.map +1 -1
  183. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/result.d.ts.map +1 -1
  184. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/shell.d.ts +1 -1
  185. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/shell.d.ts.map +1 -1
  186. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/signal.d.ts.map +1 -1
  187. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/spawn.d.ts.map +1 -1
  188. package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/streams.d.ts.map +1 -1
  189. package/node_modules/dax/{script/deps/jsr.io/@david/which/0.7.0 → esm/deps/jsr.io/@david/which/0.7.1}/mod.d.ts.map +1 -1
  190. package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
  191. package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/glob_to_regexp.d.ts.map +1 -1
  192. package/node_modules/dax/{script/deps/jsr.io/@std/path/1.1.5 → esm/deps/jsr.io/@std/path/1.1.6}/posix/glob_to_regexp.d.ts.map +1 -1
  193. package/node_modules/dax/{script/deps/jsr.io/@std/path/1.1.5 → esm/deps/jsr.io/@std/path/1.1.6}/windows/glob_to_regexp.d.ts.map +1 -1
  194. package/node_modules/dax/esm/mod.d.ts +5 -5
  195. package/node_modules/dax/esm/mod.js +92 -45
  196. package/node_modules/dax/esm/src/common.d.ts +1 -1
  197. package/node_modules/dax/esm/src/console/utils.d.ts +1 -1
  198. package/node_modules/dax/esm/src/request.d.ts +2 -2
  199. package/node_modules/dax/package.json +1 -1
  200. package/node_modules/dax/{esm/deps/jsr.io/@david/shell/0.5.2 → script/deps/jsr.io/@david/shell/0.5.4}/internal.d.ts.map +1 -1
  201. package/node_modules/dax/{esm/deps/jsr.io/@david/shell/0.5.2 → script/deps/jsr.io/@david/shell/0.5.4}/mod.d.ts.map +1 -1
  202. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/byteRingBuffer.d.ts.map +1 -1
  203. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/command.d.ts.map +1 -1
  204. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commandHandler.d.ts.map +1 -1
  205. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/args.d.ts.map +1 -1
  206. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cat.d.ts.map +1 -1
  207. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cd.d.ts.map +1 -1
  208. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cpMv.d.ts.map +1 -1
  209. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/echo.d.ts.map +1 -1
  210. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/executable.d.ts.map +1 -1
  211. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/exit.d.ts.map +1 -1
  212. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/export.d.ts.map +1 -1
  213. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/mkdir.d.ts.map +1 -1
  214. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/printenv.d.ts.map +1 -1
  215. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/pwd.d.ts.map +1 -1
  216. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/rm.d.ts.map +1 -1
  217. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/set.d.ts.map +1 -1
  218. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/shopt.d.ts.map +1 -1
  219. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/sleep.d.ts.map +1 -1
  220. package/node_modules/dax/{esm/deps/jsr.io/@david/shell/0.5.2 → script/deps/jsr.io/@david/shell/0.5.4}/src/commands/test.d.ts.map +1 -1
  221. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/touch.d.ts.map +1 -1
  222. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/unset.d.ts.map +1 -1
  223. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/which.d.ts.map +1 -1
  224. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/common.d.ts.map +1 -1
  225. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/dollar.d.ts.map +1 -1
  226. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/fsFile.d.ts.map +1 -1
  227. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/glob.d.ts.map +1 -1
  228. package/node_modules/dax/script/deps/jsr.io/@david/shell/0.5.4/src/lib/rs_lib.d.ts.map +1 -0
  229. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.internal.d.ts.map +1 -1
  230. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lineRingBuffer.d.ts.map +1 -1
  231. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/pipes.d.ts.map +1 -1
  232. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/result.d.ts.map +1 -1
  233. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/shell.d.ts +1 -1
  234. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/shell.d.ts.map +1 -1
  235. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/signal.d.ts.map +1 -1
  236. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/spawn.d.ts.map +1 -1
  237. package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/streams.d.ts.map +1 -1
  238. package/node_modules/dax/{esm/deps/jsr.io/@david/which/0.7.0 → script/deps/jsr.io/@david/which/0.7.1}/mod.d.ts.map +1 -1
  239. package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/_common/glob_to_reg_exp.d.ts.map +1 -1
  240. package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/glob_to_regexp.d.ts.map +1 -1
  241. package/node_modules/dax/{esm/deps/jsr.io/@std/path/1.1.5 → script/deps/jsr.io/@std/path/1.1.6}/posix/glob_to_regexp.d.ts.map +1 -1
  242. package/node_modules/dax/{esm/deps/jsr.io/@std/path/1.1.5 → script/deps/jsr.io/@std/path/1.1.6}/windows/glob_to_regexp.d.ts.map +1 -1
  243. package/node_modules/dax/script/mod.d.ts +5 -5
  244. package/node_modules/dax/script/mod.js +131 -82
  245. package/node_modules/dax/script/src/common.d.ts +1 -1
  246. package/node_modules/dax/script/src/console/utils.d.ts +1 -1
  247. package/node_modules/dax/script/src/request.d.ts +2 -2
  248. package/package.json +8 -7
  249. package/node_modules/dax/esm/deps/jsr.io/@david/shell/0.5.2/src/lib/rs_lib.d.ts.map +0 -1
  250. package/node_modules/dax/script/deps/jsr.io/@david/shell/0.5.2/src/lib/rs_lib.d.ts.map +0 -1
  251. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/internal.d.ts +0 -0
  252. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/mod.d.ts +0 -0
  253. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/byteRingBuffer.d.ts +0 -0
  254. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/command.d.ts +0 -0
  255. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commandHandler.d.ts +0 -0
  256. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/args.d.ts +0 -0
  257. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cat.d.ts +0 -0
  258. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cd.d.ts +0 -0
  259. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cpMv.d.ts +0 -0
  260. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/echo.d.ts +0 -0
  261. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/executable.d.ts +0 -0
  262. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/exit.d.ts +0 -0
  263. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/export.d.ts +0 -0
  264. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/mkdir.d.ts +0 -0
  265. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/printenv.d.ts +0 -0
  266. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/pwd.d.ts +0 -0
  267. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/rm.d.ts +0 -0
  268. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/set.d.ts +0 -0
  269. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/shopt.d.ts +0 -0
  270. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/sleep.d.ts +0 -0
  271. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/test.d.ts +0 -0
  272. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/touch.d.ts +0 -0
  273. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/unset.d.ts +0 -0
  274. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/which.d.ts +0 -0
  275. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/common.d.ts +0 -0
  276. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/dollar.d.ts +0 -0
  277. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/fsFile.d.ts +0 -0
  278. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/glob.d.ts +0 -0
  279. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.d.ts +0 -0
  280. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.internal.d.ts +0 -0
  281. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lineRingBuffer.d.ts +0 -0
  282. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/pipes.d.ts +0 -0
  283. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/result.d.ts +0 -0
  284. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/signal.d.ts +0 -0
  285. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/spawn.d.ts +0 -0
  286. /package/node_modules/dax/esm/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/streams.d.ts +0 -0
  287. /package/node_modules/dax/esm/deps/jsr.io/@david/which/{0.7.0 → 0.7.1}/mod.d.ts +0 -0
  288. /package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/_common/glob_to_reg_exp.d.ts +0 -0
  289. /package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/glob_to_regexp.d.ts +0 -0
  290. /package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/posix/glob_to_regexp.d.ts +0 -0
  291. /package/node_modules/dax/esm/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/windows/glob_to_regexp.d.ts +0 -0
  292. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/internal.d.ts +0 -0
  293. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/mod.d.ts +0 -0
  294. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/byteRingBuffer.d.ts +0 -0
  295. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/command.d.ts +0 -0
  296. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commandHandler.d.ts +0 -0
  297. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/args.d.ts +0 -0
  298. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cat.d.ts +0 -0
  299. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cd.d.ts +0 -0
  300. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/cpMv.d.ts +0 -0
  301. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/echo.d.ts +0 -0
  302. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/executable.d.ts +0 -0
  303. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/exit.d.ts +0 -0
  304. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/export.d.ts +0 -0
  305. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/mkdir.d.ts +0 -0
  306. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/printenv.d.ts +0 -0
  307. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/pwd.d.ts +0 -0
  308. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/rm.d.ts +0 -0
  309. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/set.d.ts +0 -0
  310. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/shopt.d.ts +0 -0
  311. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/sleep.d.ts +0 -0
  312. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/test.d.ts +0 -0
  313. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/touch.d.ts +0 -0
  314. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/unset.d.ts +0 -0
  315. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/commands/which.d.ts +0 -0
  316. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/common.d.ts +0 -0
  317. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/dollar.d.ts +0 -0
  318. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/fsFile.d.ts +0 -0
  319. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/glob.d.ts +0 -0
  320. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.d.ts +0 -0
  321. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lib/rs_lib.internal.d.ts +0 -0
  322. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/lineRingBuffer.d.ts +0 -0
  323. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/pipes.d.ts +0 -0
  324. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/result.d.ts +0 -0
  325. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/signal.d.ts +0 -0
  326. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/spawn.d.ts +0 -0
  327. /package/node_modules/dax/script/deps/jsr.io/@david/shell/{0.5.2 → 0.5.4}/src/streams.d.ts +0 -0
  328. /package/node_modules/dax/script/deps/jsr.io/@david/which/{0.7.0 → 0.7.1}/mod.d.ts +0 -0
  329. /package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/_common/glob_to_reg_exp.d.ts +0 -0
  330. /package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/glob_to_regexp.d.ts +0 -0
  331. /package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/posix/glob_to_regexp.d.ts +0 -0
  332. /package/node_modules/dax/script/deps/jsr.io/@std/path/{1.1.5 → 1.1.6}/windows/glob_to_regexp.d.ts +0 -0
package/.jsii CHANGED
@@ -16,7 +16,7 @@
16
16
  "chalk": "^4.1.2",
17
17
  "comment-json": "4.2.2",
18
18
  "conventional-changelog-config-spec": "^2.1.0",
19
- "dax": "^0.48.3",
19
+ "dax": "^0.48.6",
20
20
  "fast-glob": "^3.3.3",
21
21
  "fast-json-patch": "^3.1.1",
22
22
  "ini": "^2.0.0",
@@ -6138,7 +6138,7 @@
6138
6138
  "kind": "interface",
6139
6139
  "locationInModule": {
6140
6140
  "filename": "src/project.ts",
6141
- "line": 681
6141
+ "line": 686
6142
6142
  },
6143
6143
  "name": "InitProject",
6144
6144
  "properties": [
@@ -6151,7 +6151,7 @@
6151
6151
  "immutable": true,
6152
6152
  "locationInModule": {
6153
6153
  "filename": "src/project.ts",
6154
- "line": 690
6154
+ "line": 695
6155
6155
  },
6156
6156
  "name": "args",
6157
6157
  "type": {
@@ -6174,7 +6174,7 @@
6174
6174
  "immutable": true,
6175
6175
  "locationInModule": {
6176
6176
  "filename": "src/project.ts",
6177
- "line": 701
6177
+ "line": 706
6178
6178
  },
6179
6179
  "name": "comments",
6180
6180
  "type": {
@@ -6190,7 +6190,7 @@
6190
6190
  "immutable": true,
6191
6191
  "locationInModule": {
6192
6192
  "filename": "src/project.ts",
6193
- "line": 685
6193
+ "line": 690
6194
6194
  },
6195
6195
  "name": "fqn",
6196
6196
  "type": {
@@ -6206,7 +6206,7 @@
6206
6206
  "immutable": true,
6207
6207
  "locationInModule": {
6208
6208
  "filename": "src/project.ts",
6209
- "line": 695
6209
+ "line": 700
6210
6210
  },
6211
6211
  "name": "type",
6212
6212
  "type": {
@@ -7756,7 +7756,7 @@
7756
7756
  },
7757
7757
  "locationInModule": {
7758
7758
  "filename": "src/project.ts",
7759
- "line": 544
7759
+ "line": 549
7760
7760
  },
7761
7761
  "name": "addExcludeFromCleanup",
7762
7762
  "parameters": [
@@ -7780,7 +7780,7 @@
7780
7780
  },
7781
7781
  "locationInModule": {
7782
7782
  "filename": "src/project.ts",
7783
- "line": 574
7783
+ "line": 579
7784
7784
  },
7785
7785
  "name": "addGitIgnore",
7786
7786
  "parameters": [
@@ -7803,7 +7803,7 @@
7803
7803
  },
7804
7804
  "locationInModule": {
7805
7805
  "filename": "src/project.ts",
7806
- "line": 566
7806
+ "line": 571
7807
7807
  },
7808
7808
  "name": "addPackageIgnore",
7809
7809
  "parameters": [
@@ -7826,7 +7826,7 @@
7826
7826
  },
7827
7827
  "locationInModule": {
7828
7828
  "filename": "src/project.ts",
7829
- "line": 442
7829
+ "line": 447
7830
7830
  },
7831
7831
  "name": "addTask",
7832
7832
  "parameters": [
@@ -7864,7 +7864,7 @@
7864
7864
  },
7865
7865
  "locationInModule": {
7866
7866
  "filename": "src/project.ts",
7867
- "line": 585
7867
+ "line": 590
7868
7868
  },
7869
7869
  "name": "annotateGenerated",
7870
7870
  "parameters": [
@@ -7887,7 +7887,7 @@
7887
7887
  },
7888
7888
  "locationInModule": {
7889
7889
  "filename": "src/project.ts",
7890
- "line": 674
7890
+ "line": 679
7891
7891
  },
7892
7892
  "name": "postSynthesize"
7893
7893
  },
@@ -7898,7 +7898,7 @@
7898
7898
  },
7899
7899
  "locationInModule": {
7900
7900
  "filename": "src/project.ts",
7901
- "line": 669
7901
+ "line": 674
7902
7902
  },
7903
7903
  "name": "preSynthesize"
7904
7904
  },
@@ -7910,7 +7910,7 @@
7910
7910
  },
7911
7911
  "locationInModule": {
7912
7912
  "filename": "src/project.ts",
7913
- "line": 453
7913
+ "line": 458
7914
7914
  },
7915
7915
  "name": "removeTask",
7916
7916
  "parameters": [
@@ -7939,7 +7939,7 @@
7939
7939
  },
7940
7940
  "locationInModule": {
7941
7941
  "filename": "src/project.ts",
7942
- "line": 555
7942
+ "line": 560
7943
7943
  },
7944
7944
  "name": "runTaskCommand",
7945
7945
  "parameters": [
@@ -7967,7 +7967,7 @@
7967
7967
  },
7968
7968
  "locationInModule": {
7969
7969
  "filename": "src/project.ts",
7970
- "line": 599
7970
+ "line": 604
7971
7971
  },
7972
7972
  "name": "synth"
7973
7973
  },
@@ -7979,7 +7979,7 @@
7979
7979
  },
7980
7980
  "locationInModule": {
7981
7981
  "filename": "src/project.ts",
7982
- "line": 484
7982
+ "line": 489
7983
7983
  },
7984
7984
  "name": "tryFindFile",
7985
7985
  "parameters": [
@@ -8008,7 +8008,7 @@
8008
8008
  },
8009
8009
  "locationInModule": {
8010
8010
  "filename": "src/project.ts",
8011
- "line": 503
8011
+ "line": 508
8012
8012
  },
8013
8013
  "name": "tryFindObjectFile",
8014
8014
  "parameters": [
@@ -8037,7 +8037,7 @@
8037
8037
  },
8038
8038
  "locationInModule": {
8039
8039
  "filename": "src/project.ts",
8040
- "line": 527
8040
+ "line": 532
8041
8041
  },
8042
8042
  "name": "tryRemoveFile",
8043
8043
  "parameters": [
@@ -8087,7 +8087,7 @@
8087
8087
  "immutable": true,
8088
8088
  "locationInModule": {
8089
8089
  "filename": "src/project.ts",
8090
- "line": 457
8090
+ "line": 462
8091
8091
  },
8092
8092
  "name": "buildTask",
8093
8093
  "type": {
@@ -8116,7 +8116,7 @@
8116
8116
  "immutable": true,
8117
8117
  "locationInModule": {
8118
8118
  "filename": "src/project.ts",
8119
- "line": 460
8119
+ "line": 465
8120
8120
  },
8121
8121
  "name": "compileTask",
8122
8122
  "type": {
@@ -8131,7 +8131,7 @@
8131
8131
  "immutable": true,
8132
8132
  "locationInModule": {
8133
8133
  "filename": "src/project.ts",
8134
- "line": 411
8134
+ "line": 416
8135
8135
  },
8136
8136
  "name": "components",
8137
8137
  "type": {
@@ -8166,7 +8166,7 @@
8166
8166
  "immutable": true,
8167
8167
  "locationInModule": {
8168
8168
  "filename": "src/project.ts",
8169
- "line": 662
8169
+ "line": 667
8170
8170
  },
8171
8171
  "name": "ejected",
8172
8172
  "type": {
@@ -8181,7 +8181,7 @@
8181
8181
  "immutable": true,
8182
8182
  "locationInModule": {
8183
8183
  "filename": "src/project.ts",
8184
- "line": 429
8184
+ "line": 434
8185
8185
  },
8186
8186
  "name": "files",
8187
8187
  "type": {
@@ -8275,7 +8275,7 @@
8275
8275
  "immutable": true,
8276
8276
  "locationInModule": {
8277
8277
  "filename": "src/project.ts",
8278
- "line": 472
8278
+ "line": 477
8279
8279
  },
8280
8280
  "name": "packageTask",
8281
8281
  "type": {
@@ -8289,7 +8289,7 @@
8289
8289
  "immutable": true,
8290
8290
  "locationInModule": {
8291
8291
  "filename": "src/project.ts",
8292
- "line": 469
8292
+ "line": 474
8293
8293
  },
8294
8294
  "name": "postCompileTask",
8295
8295
  "type": {
@@ -8303,7 +8303,7 @@
8303
8303
  "immutable": true,
8304
8304
  "locationInModule": {
8305
8305
  "filename": "src/project.ts",
8306
- "line": 466
8306
+ "line": 471
8307
8307
  },
8308
8308
  "name": "preCompileTask",
8309
8309
  "type": {
@@ -8348,7 +8348,7 @@
8348
8348
  "immutable": true,
8349
8349
  "locationInModule": {
8350
8350
  "filename": "src/project.ts",
8351
- "line": 404
8351
+ "line": 409
8352
8352
  },
8353
8353
  "name": "root",
8354
8354
  "type": {
@@ -8363,7 +8363,7 @@
8363
8363
  "immutable": true,
8364
8364
  "locationInModule": {
8365
8365
  "filename": "src/project.ts",
8366
- "line": 422
8366
+ "line": 427
8367
8367
  },
8368
8368
  "name": "subprojects",
8369
8369
  "type": {
@@ -8397,7 +8397,7 @@
8397
8397
  "immutable": true,
8398
8398
  "locationInModule": {
8399
8399
  "filename": "src/project.ts",
8400
- "line": 463
8400
+ "line": 468
8401
8401
  },
8402
8402
  "name": "testTask",
8403
8403
  "type": {
@@ -32667,7 +32667,7 @@
32667
32667
  "kind": "interface",
32668
32668
  "locationInModule": {
32669
32669
  "filename": "src/github/workflows-model.ts",
32670
- "line": 900
32670
+ "line": 964
32671
32671
  },
32672
32672
  "name": "BranchProtectionRuleOptions",
32673
32673
  "namespace": "github.workflows",
@@ -32684,7 +32684,7 @@
32684
32684
  "immutable": true,
32685
32685
  "locationInModule": {
32686
32686
  "filename": "src/github/workflows-model.ts",
32687
- "line": 906
32687
+ "line": 970
32688
32688
  },
32689
32689
  "name": "types",
32690
32690
  "optional": true,
@@ -32711,7 +32711,7 @@
32711
32711
  "kind": "interface",
32712
32712
  "locationInModule": {
32713
32713
  "filename": "src/github/workflows-model.ts",
32714
- "line": 912
32714
+ "line": 976
32715
32715
  },
32716
32716
  "name": "CheckRunOptions",
32717
32717
  "namespace": "github.workflows",
@@ -32728,7 +32728,7 @@
32728
32728
  "immutable": true,
32729
32729
  "locationInModule": {
32730
32730
  "filename": "src/github/workflows-model.ts",
32731
- "line": 918
32731
+ "line": 982
32732
32732
  },
32733
32733
  "name": "types",
32734
32734
  "optional": true,
@@ -32755,7 +32755,7 @@
32755
32755
  "kind": "interface",
32756
32756
  "locationInModule": {
32757
32757
  "filename": "src/github/workflows-model.ts",
32758
- "line": 926
32758
+ "line": 990
32759
32759
  },
32760
32760
  "name": "CheckSuiteOptions",
32761
32761
  "namespace": "github.workflows",
@@ -32772,7 +32772,7 @@
32772
32772
  "immutable": true,
32773
32773
  "locationInModule": {
32774
32774
  "filename": "src/github/workflows-model.ts",
32775
- "line": 932
32775
+ "line": 996
32776
32776
  },
32777
32777
  "name": "types",
32778
32778
  "optional": true,
@@ -32929,7 +32929,7 @@
32929
32929
  "kind": "interface",
32930
32930
  "locationInModule": {
32931
32931
  "filename": "src/github/workflows-model.ts",
32932
- "line": 629
32932
+ "line": 693
32933
32933
  },
32934
32934
  "name": "ContainerCredentials",
32935
32935
  "namespace": "github.workflows",
@@ -32943,7 +32943,7 @@
32943
32943
  "immutable": true,
32944
32944
  "locationInModule": {
32945
32945
  "filename": "src/github/workflows-model.ts",
32946
- "line": 634
32946
+ "line": 698
32947
32947
  },
32948
32948
  "name": "password",
32949
32949
  "type": {
@@ -32959,7 +32959,7 @@
32959
32959
  "immutable": true,
32960
32960
  "locationInModule": {
32961
32961
  "filename": "src/github/workflows-model.ts",
32962
- "line": 631
32962
+ "line": 695
32963
32963
  },
32964
32964
  "name": "username",
32965
32965
  "type": {
@@ -32980,7 +32980,7 @@
32980
32980
  "kind": "interface",
32981
32981
  "locationInModule": {
32982
32982
  "filename": "src/github/workflows-model.ts",
32983
- "line": 582
32983
+ "line": 646
32984
32984
  },
32985
32985
  "name": "ContainerOptions",
32986
32986
  "namespace": "github.workflows",
@@ -32995,7 +32995,7 @@
32995
32995
  "immutable": true,
32996
32996
  "locationInModule": {
32997
32997
  "filename": "src/github/workflows-model.ts",
32998
- "line": 587
32998
+ "line": 651
32999
32999
  },
33000
33000
  "name": "image",
33001
33001
  "type": {
@@ -33012,7 +33012,7 @@
33012
33012
  "immutable": true,
33013
33013
  "locationInModule": {
33014
33014
  "filename": "src/github/workflows-model.ts",
33015
- "line": 595
33015
+ "line": 659
33016
33016
  },
33017
33017
  "name": "credentials",
33018
33018
  "optional": true,
@@ -33029,7 +33029,7 @@
33029
33029
  "immutable": true,
33030
33030
  "locationInModule": {
33031
33031
  "filename": "src/github/workflows-model.ts",
33032
- "line": 600
33032
+ "line": 664
33033
33033
  },
33034
33034
  "name": "env",
33035
33035
  "optional": true,
@@ -33052,7 +33052,7 @@
33052
33052
  "immutable": true,
33053
33053
  "locationInModule": {
33054
33054
  "filename": "src/github/workflows-model.ts",
33055
- "line": 623
33055
+ "line": 687
33056
33056
  },
33057
33057
  "name": "options",
33058
33058
  "optional": true,
@@ -33074,7 +33074,7 @@
33074
33074
  "immutable": true,
33075
33075
  "locationInModule": {
33076
33076
  "filename": "src/github/workflows-model.ts",
33077
- "line": 605
33077
+ "line": 669
33078
33078
  },
33079
33079
  "name": "ports",
33080
33080
  "optional": true,
@@ -33097,7 +33097,7 @@
33097
33097
  "immutable": true,
33098
33098
  "locationInModule": {
33099
33099
  "filename": "src/github/workflows-model.ts",
33100
- "line": 616
33100
+ "line": 680
33101
33101
  },
33102
33102
  "name": "volumes",
33103
33103
  "optional": true,
@@ -33124,7 +33124,7 @@
33124
33124
  "kind": "interface",
33125
33125
  "locationInModule": {
33126
33126
  "filename": "src/github/workflows-model.ts",
33127
- "line": 1328
33127
+ "line": 1392
33128
33128
  },
33129
33129
  "name": "CreateOptions",
33130
33130
  "namespace": "github.workflows",
@@ -33141,7 +33141,7 @@
33141
33141
  "kind": "interface",
33142
33142
  "locationInModule": {
33143
33143
  "filename": "src/github/workflows-model.ts",
33144
- "line": 878
33144
+ "line": 942
33145
33145
  },
33146
33146
  "name": "CronScheduleOptions",
33147
33147
  "namespace": "github.workflows",
@@ -33155,7 +33155,7 @@
33155
33155
  "immutable": true,
33156
33156
  "locationInModule": {
33157
33157
  "filename": "src/github/workflows-model.ts",
33158
- "line": 882
33158
+ "line": 946
33159
33159
  },
33160
33160
  "name": "cron",
33161
33161
  "type": {
@@ -33176,7 +33176,7 @@
33176
33176
  "kind": "interface",
33177
33177
  "locationInModule": {
33178
33178
  "filename": "src/github/workflows-model.ts",
33179
- "line": 1333
33179
+ "line": 1397
33180
33180
  },
33181
33181
  "name": "DeleteOptions",
33182
33182
  "namespace": "github.workflows",
@@ -33193,7 +33193,7 @@
33193
33193
  "kind": "interface",
33194
33194
  "locationInModule": {
33195
33195
  "filename": "src/github/workflows-model.ts",
33196
- "line": 1338
33196
+ "line": 1402
33197
33197
  },
33198
33198
  "name": "DeploymentOptions",
33199
33199
  "namespace": "github.workflows",
@@ -33210,7 +33210,7 @@
33210
33210
  "kind": "interface",
33211
33211
  "locationInModule": {
33212
33212
  "filename": "src/github/workflows-model.ts",
33213
- "line": 1343
33213
+ "line": 1407
33214
33214
  },
33215
33215
  "name": "DeploymentStatusOptions",
33216
33216
  "namespace": "github.workflows",
@@ -33227,7 +33227,7 @@
33227
33227
  "kind": "interface",
33228
33228
  "locationInModule": {
33229
33229
  "filename": "src/github/workflows-model.ts",
33230
- "line": 963
33230
+ "line": 1027
33231
33231
  },
33232
33232
  "name": "DiscussionCommentOptions",
33233
33233
  "namespace": "github.workflows",
@@ -33244,7 +33244,7 @@
33244
33244
  "immutable": true,
33245
33245
  "locationInModule": {
33246
33246
  "filename": "src/github/workflows-model.ts",
33247
- "line": 969
33247
+ "line": 1033
33248
33248
  },
33249
33249
  "name": "types",
33250
33250
  "optional": true,
@@ -33271,7 +33271,7 @@
33271
33271
  "kind": "interface",
33272
33272
  "locationInModule": {
33273
33273
  "filename": "src/github/workflows-model.ts",
33274
- "line": 938
33274
+ "line": 1002
33275
33275
  },
33276
33276
  "name": "DiscussionOptions",
33277
33277
  "namespace": "github.workflows",
@@ -33288,7 +33288,7 @@
33288
33288
  "immutable": true,
33289
33289
  "locationInModule": {
33290
33290
  "filename": "src/github/workflows-model.ts",
33291
- "line": 944
33291
+ "line": 1008
33292
33292
  },
33293
33293
  "name": "types",
33294
33294
  "optional": true,
@@ -33315,7 +33315,7 @@
33315
33315
  "kind": "interface",
33316
33316
  "locationInModule": {
33317
33317
  "filename": "src/github/workflows-model.ts",
33318
- "line": 1348
33318
+ "line": 1412
33319
33319
  },
33320
33320
  "name": "ForkOptions",
33321
33321
  "namespace": "github.workflows",
@@ -33332,7 +33332,7 @@
33332
33332
  "kind": "interface",
33333
33333
  "locationInModule": {
33334
33334
  "filename": "src/github/workflows-model.ts",
33335
- "line": 1353
33335
+ "line": 1417
33336
33336
  },
33337
33337
  "name": "GollumOptions",
33338
33338
  "namespace": "github.workflows",
@@ -33349,7 +33349,7 @@
33349
33349
  "kind": "interface",
33350
33350
  "locationInModule": {
33351
33351
  "filename": "src/github/workflows-model.ts",
33352
- "line": 975
33352
+ "line": 1039
33353
33353
  },
33354
33354
  "name": "IssueCommentOptions",
33355
33355
  "namespace": "github.workflows",
@@ -33366,7 +33366,7 @@
33366
33366
  "immutable": true,
33367
33367
  "locationInModule": {
33368
33368
  "filename": "src/github/workflows-model.ts",
33369
- "line": 981
33369
+ "line": 1045
33370
33370
  },
33371
33371
  "name": "types",
33372
33372
  "optional": true,
@@ -33393,7 +33393,7 @@
33393
33393
  "kind": "interface",
33394
33394
  "locationInModule": {
33395
33395
  "filename": "src/github/workflows-model.ts",
33396
- "line": 987
33396
+ "line": 1051
33397
33397
  },
33398
33398
  "name": "IssuesOptions",
33399
33399
  "namespace": "github.workflows",
@@ -33410,7 +33410,7 @@
33410
33410
  "immutable": true,
33411
33411
  "locationInModule": {
33412
33412
  "filename": "src/github/workflows-model.ts",
33413
- "line": 993
33413
+ "line": 1057
33414
33414
  },
33415
33415
  "name": "types",
33416
33416
  "optional": true,
@@ -33899,7 +33899,7 @@
33899
33899
  "kind": "interface",
33900
33900
  "locationInModule": {
33901
33901
  "filename": "src/github/workflows-model.ts",
33902
- "line": 552
33902
+ "line": 616
33903
33903
  },
33904
33904
  "name": "JobMatrix",
33905
33905
  "namespace": "github.workflows",
@@ -33914,7 +33914,7 @@
33914
33914
  "immutable": true,
33915
33915
  "locationInModule": {
33916
33916
  "filename": "src/github/workflows-model.ts",
33917
- "line": 561
33917
+ "line": 625
33918
33918
  },
33919
33919
  "name": "domain",
33920
33920
  "optional": true,
@@ -33963,7 +33963,7 @@
33963
33963
  "immutable": true,
33964
33964
  "locationInModule": {
33965
33965
  "filename": "src/github/workflows-model.ts",
33966
- "line": 576
33966
+ "line": 640
33967
33967
  },
33968
33968
  "name": "exclude",
33969
33969
  "optional": true,
@@ -34003,7 +34003,7 @@
34003
34003
  "immutable": true,
34004
34004
  "locationInModule": {
34005
34005
  "filename": "src/github/workflows-model.ts",
34006
- "line": 569
34006
+ "line": 633
34007
34007
  },
34008
34008
  "name": "include",
34009
34009
  "optional": true,
@@ -34336,7 +34336,7 @@
34336
34336
  "kind": "interface",
34337
34337
  "locationInModule": {
34338
34338
  "filename": "src/github/workflows-model.ts",
34339
- "line": 512
34339
+ "line": 576
34340
34340
  },
34341
34341
  "name": "JobStep",
34342
34342
  "namespace": "github.workflows",
@@ -34361,6 +34361,44 @@
34361
34361
  "name": "JobStepConfiguration",
34362
34362
  "namespace": "github.workflows",
34363
34363
  "properties": [
34364
+ {
34365
+ "abstract": true,
34366
+ "docs": {
34367
+ "remarks": "Use for long-running processes, such as\ndatabases, servers, or monitoring tasks, that need to run alongside other\nsteps.\n\nSynchronize with background steps later using `wait` or `waitAll`, or\nstop them with `cancel`. Give the step an `id` so it can be referenced.\n\nA maximum of 10 background steps can run concurrently in a single job;\nadditional background steps are queued until a slot is free.",
34368
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsbackground",
34369
+ "stability": "experimental",
34370
+ "summary": "Runs a step asynchronously so the job continues to the next step without waiting for it to finish."
34371
+ },
34372
+ "immutable": true,
34373
+ "locationInModule": {
34374
+ "filename": "src/github/workflows-model.ts",
34375
+ "line": 520
34376
+ },
34377
+ "name": "background",
34378
+ "optional": true,
34379
+ "type": {
34380
+ "primitive": "boolean"
34381
+ }
34382
+ },
34383
+ {
34384
+ "abstract": true,
34385
+ "docs": {
34386
+ "remarks": "The runner sends the step's process a termination signal (SIGTERM) so it\ncan clean up, and forcibly stops it (SIGKILL) if it does not exit within\na short grace period.",
34387
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscancel",
34388
+ "stability": "experimental",
34389
+ "summary": "Gracefully terminates a running background step, referenced by its `id`."
34390
+ },
34391
+ "immutable": true,
34392
+ "locationInModule": {
34393
+ "filename": "src/github/workflows-model.ts",
34394
+ "line": 551
34395
+ },
34396
+ "name": "cancel",
34397
+ "optional": true,
34398
+ "type": {
34399
+ "primitive": "string"
34400
+ }
34401
+ },
34364
34402
  {
34365
34403
  "abstract": true,
34366
34404
  "docs": {
@@ -34379,6 +34417,30 @@
34379
34417
  "primitive": "boolean"
34380
34418
  }
34381
34419
  },
34420
+ {
34421
+ "abstract": true,
34422
+ "docs": {
34423
+ "remarks": "This is shorthand for declaring each step with\n`background: true` followed by a `wait` step.\n\nUse this when you have a self-contained group of independent steps that\ncan all run at the same time and don't need to be referenced\nindividually. Use `background` instead when you need finer control, such\nas starting a long-running process that stays up while later steps run.\n\nEach step in the group is subject to the same 10-step concurrency limit\nas other background steps. Cannot be used inside a composite action.",
34424
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsparallel",
34425
+ "stability": "experimental",
34426
+ "summary": "Runs a group of steps concurrently, then waits for all of them to finish before continuing."
34427
+ },
34428
+ "immutable": true,
34429
+ "locationInModule": {
34430
+ "filename": "src/github/workflows-model.ts",
34431
+ "line": 568
34432
+ },
34433
+ "name": "parallel",
34434
+ "optional": true,
34435
+ "type": {
34436
+ "collection": {
34437
+ "elementtype": {
34438
+ "fqn": "projen.github.workflows.JobStep"
34439
+ },
34440
+ "kind": "array"
34441
+ }
34442
+ }
34443
+ },
34382
34444
  {
34383
34445
  "abstract": true,
34384
34446
  "docs": {
@@ -34395,6 +34457,49 @@
34395
34457
  "type": {
34396
34458
  "primitive": "number"
34397
34459
  }
34460
+ },
34461
+ {
34462
+ "abstract": true,
34463
+ "docs": {
34464
+ "remarks": "This step performs no work itself; it only blocks until the referenced\nbackground steps finish. If a referenced background step failed, the\n`wait` step fails too.",
34465
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswait",
34466
+ "stability": "experimental",
34467
+ "summary": "Pauses the job until one or more background steps complete. Provide the `id`s of the background steps to wait for."
34468
+ },
34469
+ "immutable": true,
34470
+ "locationInModule": {
34471
+ "filename": "src/github/workflows-model.ts",
34472
+ "line": 532
34473
+ },
34474
+ "name": "wait",
34475
+ "optional": true,
34476
+ "type": {
34477
+ "collection": {
34478
+ "elementtype": {
34479
+ "primitive": "string"
34480
+ },
34481
+ "kind": "array"
34482
+ }
34483
+ }
34484
+ },
34485
+ {
34486
+ "abstract": true,
34487
+ "docs": {
34488
+ "remarks": "Fails if any\nof the background steps it waits on failed, unless `continueOnError` is\nset on this step.",
34489
+ "see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswait-all",
34490
+ "stability": "experimental",
34491
+ "summary": "Pauses the job until all active background steps complete."
34492
+ },
34493
+ "immutable": true,
34494
+ "locationInModule": {
34495
+ "filename": "src/github/workflows-model.ts",
34496
+ "line": 541
34497
+ },
34498
+ "name": "waitAll",
34499
+ "optional": true,
34500
+ "type": {
34501
+ "primitive": "boolean"
34502
+ }
34398
34503
  }
34399
34504
  ],
34400
34505
  "symbolId": "src/github/workflows-model:JobStepConfiguration"
@@ -34462,7 +34567,7 @@
34462
34567
  "kind": "interface",
34463
34568
  "locationInModule": {
34464
34569
  "filename": "src/github/workflows-model.ts",
34465
- "line": 518
34570
+ "line": 582
34466
34571
  },
34467
34572
  "name": "JobStrategy",
34468
34573
  "namespace": "github.workflows",
@@ -34477,7 +34582,7 @@
34477
34582
  "immutable": true,
34478
34583
  "locationInModule": {
34479
34584
  "filename": "src/github/workflows-model.ts",
34480
- "line": 536
34585
+ "line": 600
34481
34586
  },
34482
34587
  "name": "failFast",
34483
34588
  "optional": true,
@@ -34495,7 +34600,7 @@
34495
34600
  "immutable": true,
34496
34601
  "locationInModule": {
34497
34602
  "filename": "src/github/workflows-model.ts",
34498
- "line": 530
34603
+ "line": 594
34499
34604
  },
34500
34605
  "name": "matrix",
34501
34606
  "optional": true,
@@ -34513,7 +34618,7 @@
34513
34618
  "immutable": true,
34514
34619
  "locationInModule": {
34515
34620
  "filename": "src/github/workflows-model.ts",
34516
- "line": 544
34621
+ "line": 608
34517
34622
  },
34518
34623
  "name": "maxParallel",
34519
34624
  "optional": true,
@@ -34535,7 +34640,7 @@
34535
34640
  "kind": "interface",
34536
34641
  "locationInModule": {
34537
34642
  "filename": "src/github/workflows-model.ts",
34538
- "line": 1016
34643
+ "line": 1080
34539
34644
  },
34540
34645
  "name": "LabelOptions",
34541
34646
  "namespace": "github.workflows",
@@ -34552,7 +34657,7 @@
34552
34657
  "immutable": true,
34553
34658
  "locationInModule": {
34554
34659
  "filename": "src/github/workflows-model.ts",
34555
- "line": 1022
34660
+ "line": 1086
34556
34661
  },
34557
34662
  "name": "types",
34558
34663
  "optional": true,
@@ -34579,7 +34684,7 @@
34579
34684
  "kind": "interface",
34580
34685
  "locationInModule": {
34581
34686
  "filename": "src/github/workflows-model.ts",
34582
- "line": 1030
34687
+ "line": 1094
34583
34688
  },
34584
34689
  "name": "MergeGroupOptions",
34585
34690
  "namespace": "github.workflows",
@@ -34594,7 +34699,7 @@
34594
34699
  "immutable": true,
34595
34700
  "locationInModule": {
34596
34701
  "filename": "src/github/workflows-model.ts",
34597
- "line": 1036
34702
+ "line": 1100
34598
34703
  },
34599
34704
  "name": "branches",
34600
34705
  "optional": true,
@@ -34621,7 +34726,7 @@
34621
34726
  "kind": "interface",
34622
34727
  "locationInModule": {
34623
34728
  "filename": "src/github/workflows-model.ts",
34624
- "line": 1042
34729
+ "line": 1106
34625
34730
  },
34626
34731
  "name": "MilestoneOptions",
34627
34732
  "namespace": "github.workflows",
@@ -34638,7 +34743,7 @@
34638
34743
  "immutable": true,
34639
34744
  "locationInModule": {
34640
34745
  "filename": "src/github/workflows-model.ts",
34641
- "line": 1048
34746
+ "line": 1112
34642
34747
  },
34643
34748
  "name": "types",
34644
34749
  "optional": true,
@@ -34665,7 +34770,7 @@
34665
34770
  "kind": "interface",
34666
34771
  "locationInModule": {
34667
34772
  "filename": "src/github/workflows-model.ts",
34668
- "line": 1358
34773
+ "line": 1422
34669
34774
  },
34670
34775
  "name": "PageBuildOptions",
34671
34776
  "namespace": "github.workflows",
@@ -34682,7 +34787,7 @@
34682
34787
  "kind": "interface",
34683
34788
  "locationInModule": {
34684
34789
  "filename": "src/github/workflows-model.ts",
34685
- "line": 1070
34790
+ "line": 1134
34686
34791
  },
34687
34792
  "name": "ProjectCardOptions",
34688
34793
  "namespace": "github.workflows",
@@ -34699,7 +34804,7 @@
34699
34804
  "immutable": true,
34700
34805
  "locationInModule": {
34701
34806
  "filename": "src/github/workflows-model.ts",
34702
- "line": 1076
34807
+ "line": 1140
34703
34808
  },
34704
34809
  "name": "types",
34705
34810
  "optional": true,
@@ -34726,7 +34831,7 @@
34726
34831
  "kind": "interface",
34727
34832
  "locationInModule": {
34728
34833
  "filename": "src/github/workflows-model.ts",
34729
- "line": 1084
34834
+ "line": 1148
34730
34835
  },
34731
34836
  "name": "ProjectColumnOptions",
34732
34837
  "namespace": "github.workflows",
@@ -34743,7 +34848,7 @@
34743
34848
  "immutable": true,
34744
34849
  "locationInModule": {
34745
34850
  "filename": "src/github/workflows-model.ts",
34746
- "line": 1090
34851
+ "line": 1154
34747
34852
  },
34748
34853
  "name": "types",
34749
34854
  "optional": true,
@@ -34770,7 +34875,7 @@
34770
34875
  "kind": "interface",
34771
34876
  "locationInModule": {
34772
34877
  "filename": "src/github/workflows-model.ts",
34773
- "line": 1056
34878
+ "line": 1120
34774
34879
  },
34775
34880
  "name": "ProjectOptions",
34776
34881
  "namespace": "github.workflows",
@@ -34787,7 +34892,7 @@
34787
34892
  "immutable": true,
34788
34893
  "locationInModule": {
34789
34894
  "filename": "src/github/workflows-model.ts",
34790
- "line": 1062
34895
+ "line": 1126
34791
34896
  },
34792
34897
  "name": "types",
34793
34898
  "optional": true,
@@ -34814,7 +34919,7 @@
34814
34919
  "kind": "interface",
34815
34920
  "locationInModule": {
34816
34921
  "filename": "src/github/workflows-model.ts",
34817
- "line": 1363
34922
+ "line": 1427
34818
34923
  },
34819
34924
  "name": "PublicOptions",
34820
34925
  "namespace": "github.workflows",
@@ -34834,7 +34939,7 @@
34834
34939
  "kind": "interface",
34835
34940
  "locationInModule": {
34836
34941
  "filename": "src/github/workflows-model.ts",
34837
- "line": 1096
34942
+ "line": 1160
34838
34943
  },
34839
34944
  "name": "PullRequestOptions",
34840
34945
  "namespace": "github.workflows",
@@ -34851,7 +34956,7 @@
34851
34956
  "immutable": true,
34852
34957
  "locationInModule": {
34853
34958
  "filename": "src/github/workflows-model.ts",
34854
- "line": 1102
34959
+ "line": 1166
34855
34960
  },
34856
34961
  "name": "types",
34857
34962
  "optional": true,
@@ -34878,7 +34983,7 @@
34878
34983
  "kind": "interface",
34879
34984
  "locationInModule": {
34880
34985
  "filename": "src/github/workflows-model.ts",
34881
- "line": 1135
34986
+ "line": 1199
34882
34987
  },
34883
34988
  "name": "PullRequestReviewCommentOptions",
34884
34989
  "namespace": "github.workflows",
@@ -34895,7 +35000,7 @@
34895
35000
  "immutable": true,
34896
35001
  "locationInModule": {
34897
35002
  "filename": "src/github/workflows-model.ts",
34898
- "line": 1141
35003
+ "line": 1205
34899
35004
  },
34900
35005
  "name": "types",
34901
35006
  "optional": true,
@@ -34922,7 +35027,7 @@
34922
35027
  "kind": "interface",
34923
35028
  "locationInModule": {
34924
35029
  "filename": "src/github/workflows-model.ts",
34925
- "line": 1123
35030
+ "line": 1187
34926
35031
  },
34927
35032
  "name": "PullRequestReviewOptions",
34928
35033
  "namespace": "github.workflows",
@@ -34939,7 +35044,7 @@
34939
35044
  "immutable": true,
34940
35045
  "locationInModule": {
34941
35046
  "filename": "src/github/workflows-model.ts",
34942
- "line": 1129
35047
+ "line": 1193
34943
35048
  },
34944
35049
  "name": "types",
34945
35050
  "optional": true,
@@ -34969,7 +35074,7 @@
34969
35074
  "kind": "interface",
34970
35075
  "locationInModule": {
34971
35076
  "filename": "src/github/workflows-model.ts",
34972
- "line": 1147
35077
+ "line": 1211
34973
35078
  },
34974
35079
  "name": "PullRequestTargetOptions",
34975
35080
  "namespace": "github.workflows",
@@ -34986,7 +35091,7 @@
34986
35091
  "immutable": true,
34987
35092
  "locationInModule": {
34988
35093
  "filename": "src/github/workflows-model.ts",
34989
- "line": 1153
35094
+ "line": 1217
34990
35095
  },
34991
35096
  "name": "types",
34992
35097
  "optional": true,
@@ -35013,7 +35118,7 @@
35013
35118
  "kind": "interface",
35014
35119
  "locationInModule": {
35015
35120
  "filename": "src/github/workflows-model.ts",
35016
- "line": 1174
35121
+ "line": 1238
35017
35122
  },
35018
35123
  "name": "PushOptions",
35019
35124
  "namespace": "github.workflows",
@@ -35029,7 +35134,7 @@
35029
35134
  "immutable": true,
35030
35135
  "locationInModule": {
35031
35136
  "filename": "src/github/workflows-model.ts",
35032
- "line": 1184
35137
+ "line": 1248
35033
35138
  },
35034
35139
  "name": "branches",
35035
35140
  "optional": true,
@@ -35053,7 +35158,7 @@
35053
35158
  "immutable": true,
35054
35159
  "locationInModule": {
35055
35160
  "filename": "src/github/workflows-model.ts",
35056
- "line": 1205
35161
+ "line": 1269
35057
35162
  },
35058
35163
  "name": "paths",
35059
35164
  "optional": true,
@@ -35077,7 +35182,7 @@
35077
35182
  "immutable": true,
35078
35183
  "locationInModule": {
35079
35184
  "filename": "src/github/workflows-model.ts",
35080
- "line": 1195
35185
+ "line": 1259
35081
35186
  },
35082
35187
  "name": "tags",
35083
35188
  "optional": true,
@@ -35143,7 +35248,7 @@
35143
35248
  "kind": "interface",
35144
35249
  "locationInModule": {
35145
35250
  "filename": "src/github/workflows-model.ts",
35146
- "line": 1211
35251
+ "line": 1275
35147
35252
  },
35148
35253
  "name": "RegistryPackageOptions",
35149
35254
  "namespace": "github.workflows",
@@ -35160,7 +35265,7 @@
35160
35265
  "immutable": true,
35161
35266
  "locationInModule": {
35162
35267
  "filename": "src/github/workflows-model.ts",
35163
- "line": 1217
35268
+ "line": 1281
35164
35269
  },
35165
35270
  "name": "types",
35166
35271
  "optional": true,
@@ -35187,7 +35292,7 @@
35187
35292
  "kind": "interface",
35188
35293
  "locationInModule": {
35189
35294
  "filename": "src/github/workflows-model.ts",
35190
- "line": 1223
35295
+ "line": 1287
35191
35296
  },
35192
35297
  "name": "ReleaseOptions",
35193
35298
  "namespace": "github.workflows",
@@ -35204,7 +35309,7 @@
35204
35309
  "immutable": true,
35205
35310
  "locationInModule": {
35206
35311
  "filename": "src/github/workflows-model.ts",
35207
- "line": 1229
35312
+ "line": 1293
35208
35313
  },
35209
35314
  "name": "types",
35210
35315
  "optional": true,
@@ -35231,7 +35336,7 @@
35231
35336
  "kind": "interface",
35232
35337
  "locationInModule": {
35233
35338
  "filename": "src/github/workflows-model.ts",
35234
- "line": 888
35339
+ "line": 952
35235
35340
  },
35236
35341
  "name": "RepositoryDispatchOptions",
35237
35342
  "namespace": "github.workflows",
@@ -35248,7 +35353,7 @@
35248
35353
  "immutable": true,
35249
35354
  "locationInModule": {
35250
35355
  "filename": "src/github/workflows-model.ts",
35251
- "line": 894
35356
+ "line": 958
35252
35357
  },
35253
35358
  "name": "types",
35254
35359
  "optional": true,
@@ -35329,7 +35434,7 @@
35329
35434
  "kind": "interface",
35330
35435
  "locationInModule": {
35331
35436
  "filename": "src/github/workflows-model.ts",
35332
- "line": 1368
35437
+ "line": 1432
35333
35438
  },
35334
35439
  "name": "StatusOptions",
35335
35440
  "namespace": "github.workflows",
@@ -35724,7 +35829,7 @@
35724
35829
  "kind": "interface",
35725
35830
  "locationInModule": {
35726
35831
  "filename": "src/github/workflows-model.ts",
35727
- "line": 642
35832
+ "line": 706
35728
35833
  },
35729
35834
  "name": "Triggers",
35730
35835
  "namespace": "github.workflows",
@@ -35738,7 +35843,7 @@
35738
35843
  "immutable": true,
35739
35844
  "locationInModule": {
35740
35845
  "filename": "src/github/workflows-model.ts",
35741
- "line": 684
35846
+ "line": 748
35742
35847
  },
35743
35848
  "name": "branchProtectionRule",
35744
35849
  "optional": true,
@@ -35755,7 +35860,7 @@
35755
35860
  "immutable": true,
35756
35861
  "locationInModule": {
35757
35862
  "filename": "src/github/workflows-model.ts",
35758
- "line": 689
35863
+ "line": 753
35759
35864
  },
35760
35865
  "name": "checkRun",
35761
35866
  "optional": true,
@@ -35772,7 +35877,7 @@
35772
35877
  "immutable": true,
35773
35878
  "locationInModule": {
35774
35879
  "filename": "src/github/workflows-model.ts",
35775
- "line": 694
35880
+ "line": 758
35776
35881
  },
35777
35882
  "name": "checkSuite",
35778
35883
  "optional": true,
@@ -35789,7 +35894,7 @@
35789
35894
  "immutable": true,
35790
35895
  "locationInModule": {
35791
35896
  "filename": "src/github/workflows-model.ts",
35792
- "line": 700
35897
+ "line": 764
35793
35898
  },
35794
35899
  "name": "create",
35795
35900
  "optional": true,
@@ -35806,7 +35911,7 @@
35806
35911
  "immutable": true,
35807
35912
  "locationInModule": {
35808
35913
  "filename": "src/github/workflows-model.ts",
35809
- "line": 706
35914
+ "line": 770
35810
35915
  },
35811
35916
  "name": "delete",
35812
35917
  "optional": true,
@@ -35824,7 +35929,7 @@
35824
35929
  "immutable": true,
35825
35930
  "locationInModule": {
35826
35931
  "filename": "src/github/workflows-model.ts",
35827
- "line": 713
35932
+ "line": 777
35828
35933
  },
35829
35934
  "name": "deployment",
35830
35935
  "optional": true,
@@ -35842,7 +35947,7 @@
35842
35947
  "immutable": true,
35843
35948
  "locationInModule": {
35844
35949
  "filename": "src/github/workflows-model.ts",
35845
- "line": 720
35950
+ "line": 784
35846
35951
  },
35847
35952
  "name": "deploymentStatus",
35848
35953
  "optional": true,
@@ -35861,7 +35966,7 @@
35861
35966
  "immutable": true,
35862
35967
  "locationInModule": {
35863
35968
  "filename": "src/github/workflows-model.ts",
35864
- "line": 726
35969
+ "line": 790
35865
35970
  },
35866
35971
  "name": "discussion",
35867
35972
  "optional": true,
@@ -35880,7 +35985,7 @@
35880
35985
  "immutable": true,
35881
35986
  "locationInModule": {
35882
35987
  "filename": "src/github/workflows-model.ts",
35883
- "line": 732
35988
+ "line": 796
35884
35989
  },
35885
35990
  "name": "discussionComment",
35886
35991
  "optional": true,
@@ -35897,7 +36002,7 @@
35897
36002
  "immutable": true,
35898
36003
  "locationInModule": {
35899
36004
  "filename": "src/github/workflows-model.ts",
35900
- "line": 738
36005
+ "line": 802
35901
36006
  },
35902
36007
  "name": "fork",
35903
36008
  "optional": true,
@@ -35914,7 +36019,7 @@
35914
36019
  "immutable": true,
35915
36020
  "locationInModule": {
35916
36021
  "filename": "src/github/workflows-model.ts",
35917
- "line": 744
36022
+ "line": 808
35918
36023
  },
35919
36024
  "name": "gollum",
35920
36025
  "optional": true,
@@ -35931,7 +36036,7 @@
35931
36036
  "immutable": true,
35932
36037
  "locationInModule": {
35933
36038
  "filename": "src/github/workflows-model.ts",
35934
- "line": 749
36039
+ "line": 813
35935
36040
  },
35936
36041
  "name": "issueComment",
35937
36042
  "optional": true,
@@ -35948,7 +36053,7 @@
35948
36053
  "immutable": true,
35949
36054
  "locationInModule": {
35950
36055
  "filename": "src/github/workflows-model.ts",
35951
- "line": 754
36056
+ "line": 818
35952
36057
  },
35953
36058
  "name": "issues",
35954
36059
  "optional": true,
@@ -35965,7 +36070,7 @@
35965
36070
  "immutable": true,
35966
36071
  "locationInModule": {
35967
36072
  "filename": "src/github/workflows-model.ts",
35968
- "line": 759
36073
+ "line": 823
35969
36074
  },
35970
36075
  "name": "label",
35971
36076
  "optional": true,
@@ -35982,7 +36087,7 @@
35982
36087
  "immutable": true,
35983
36088
  "locationInModule": {
35984
36089
  "filename": "src/github/workflows-model.ts",
35985
- "line": 767
36090
+ "line": 831
35986
36091
  },
35987
36092
  "name": "mergeGroup",
35988
36093
  "optional": true,
@@ -35999,7 +36104,7 @@
35999
36104
  "immutable": true,
36000
36105
  "locationInModule": {
36001
36106
  "filename": "src/github/workflows-model.ts",
36002
- "line": 772
36107
+ "line": 836
36003
36108
  },
36004
36109
  "name": "milestone",
36005
36110
  "optional": true,
@@ -36016,7 +36121,7 @@
36016
36121
  "immutable": true,
36017
36122
  "locationInModule": {
36018
36123
  "filename": "src/github/workflows-model.ts",
36019
- "line": 778
36124
+ "line": 842
36020
36125
  },
36021
36126
  "name": "pageBuild",
36022
36127
  "optional": true,
@@ -36033,7 +36138,7 @@
36033
36138
  "immutable": true,
36034
36139
  "locationInModule": {
36035
36140
  "filename": "src/github/workflows-model.ts",
36036
- "line": 783
36141
+ "line": 847
36037
36142
  },
36038
36143
  "name": "project",
36039
36144
  "optional": true,
@@ -36050,7 +36155,7 @@
36050
36155
  "immutable": true,
36051
36156
  "locationInModule": {
36052
36157
  "filename": "src/github/workflows-model.ts",
36053
- "line": 788
36158
+ "line": 852
36054
36159
  },
36055
36160
  "name": "projectCard",
36056
36161
  "optional": true,
@@ -36067,7 +36172,7 @@
36067
36172
  "immutable": true,
36068
36173
  "locationInModule": {
36069
36174
  "filename": "src/github/workflows-model.ts",
36070
- "line": 793
36175
+ "line": 857
36071
36176
  },
36072
36177
  "name": "projectColumn",
36073
36178
  "optional": true,
@@ -36084,7 +36189,7 @@
36084
36189
  "immutable": true,
36085
36190
  "locationInModule": {
36086
36191
  "filename": "src/github/workflows-model.ts",
36087
- "line": 799
36192
+ "line": 863
36088
36193
  },
36089
36194
  "name": "public",
36090
36195
  "optional": true,
@@ -36101,7 +36206,7 @@
36101
36206
  "immutable": true,
36102
36207
  "locationInModule": {
36103
36208
  "filename": "src/github/workflows-model.ts",
36104
- "line": 804
36209
+ "line": 868
36105
36210
  },
36106
36211
  "name": "pullRequest",
36107
36212
  "optional": true,
@@ -36118,7 +36223,7 @@
36118
36223
  "immutable": true,
36119
36224
  "locationInModule": {
36120
36225
  "filename": "src/github/workflows-model.ts",
36121
- "line": 809
36226
+ "line": 873
36122
36227
  },
36123
36228
  "name": "pullRequestReview",
36124
36229
  "optional": true,
@@ -36135,7 +36240,7 @@
36135
36240
  "immutable": true,
36136
36241
  "locationInModule": {
36137
36242
  "filename": "src/github/workflows-model.ts",
36138
- "line": 815
36243
+ "line": 879
36139
36244
  },
36140
36245
  "name": "pullRequestReviewComment",
36141
36246
  "optional": true,
@@ -36154,7 +36259,7 @@
36154
36259
  "immutable": true,
36155
36260
  "locationInModule": {
36156
36261
  "filename": "src/github/workflows-model.ts",
36157
- "line": 836
36262
+ "line": 900
36158
36263
  },
36159
36264
  "name": "pullRequestTarget",
36160
36265
  "optional": true,
@@ -36171,7 +36276,7 @@
36171
36276
  "immutable": true,
36172
36277
  "locationInModule": {
36173
36278
  "filename": "src/github/workflows-model.ts",
36174
- "line": 842
36279
+ "line": 906
36175
36280
  },
36176
36281
  "name": "push",
36177
36282
  "optional": true,
@@ -36188,7 +36293,7 @@
36188
36293
  "immutable": true,
36189
36294
  "locationInModule": {
36190
36295
  "filename": "src/github/workflows-model.ts",
36191
- "line": 847
36296
+ "line": 911
36192
36297
  },
36193
36298
  "name": "registryPackage",
36194
36299
  "optional": true,
@@ -36205,7 +36310,7 @@
36205
36310
  "immutable": true,
36206
36311
  "locationInModule": {
36207
36312
  "filename": "src/github/workflows-model.ts",
36208
- "line": 852
36313
+ "line": 916
36209
36314
  },
36210
36315
  "name": "release",
36211
36316
  "optional": true,
@@ -36222,7 +36327,7 @@
36222
36327
  "immutable": true,
36223
36328
  "locationInModule": {
36224
36329
  "filename": "src/github/workflows-model.ts",
36225
- "line": 669
36330
+ "line": 733
36226
36331
  },
36227
36332
  "name": "repositoryDispatch",
36228
36333
  "optional": true,
@@ -36241,7 +36346,7 @@
36241
36346
  "immutable": true,
36242
36347
  "locationInModule": {
36243
36348
  "filename": "src/github/workflows-model.ts",
36244
- "line": 652
36349
+ "line": 716
36245
36350
  },
36246
36351
  "name": "schedule",
36247
36352
  "optional": true,
@@ -36263,7 +36368,7 @@
36263
36368
  "immutable": true,
36264
36369
  "locationInModule": {
36265
36370
  "filename": "src/github/workflows-model.ts",
36266
- "line": 858
36371
+ "line": 922
36267
36372
  },
36268
36373
  "name": "status",
36269
36374
  "optional": true,
@@ -36280,7 +36385,7 @@
36280
36385
  "immutable": true,
36281
36386
  "locationInModule": {
36282
36387
  "filename": "src/github/workflows-model.ts",
36283
- "line": 863
36388
+ "line": 927
36284
36389
  },
36285
36390
  "name": "watch",
36286
36391
  "optional": true,
@@ -36298,7 +36403,7 @@
36298
36403
  "immutable": true,
36299
36404
  "locationInModule": {
36300
36405
  "filename": "src/github/workflows-model.ts",
36301
- "line": 677
36406
+ "line": 741
36302
36407
  },
36303
36408
  "name": "workflowCall",
36304
36409
  "optional": true,
@@ -36316,7 +36421,7 @@
36316
36421
  "immutable": true,
36317
36422
  "locationInModule": {
36318
36423
  "filename": "src/github/workflows-model.ts",
36319
- "line": 662
36424
+ "line": 726
36320
36425
  },
36321
36426
  "name": "workflowDispatch",
36322
36427
  "optional": true,
@@ -36334,7 +36439,7 @@
36334
36439
  "immutable": true,
36335
36440
  "locationInModule": {
36336
36441
  "filename": "src/github/workflows-model.ts",
36337
- "line": 871
36442
+ "line": 935
36338
36443
  },
36339
36444
  "name": "workflowRun",
36340
36445
  "optional": true,
@@ -36356,7 +36461,7 @@
36356
36461
  "kind": "interface",
36357
36462
  "locationInModule": {
36358
36463
  "filename": "src/github/workflows-model.ts",
36359
- "line": 1243
36464
+ "line": 1307
36360
36465
  },
36361
36466
  "name": "WatchOptions",
36362
36467
  "namespace": "github.workflows",
@@ -36373,7 +36478,7 @@
36373
36478
  "immutable": true,
36374
36479
  "locationInModule": {
36375
36480
  "filename": "src/github/workflows-model.ts",
36376
- "line": 1249
36481
+ "line": 1313
36377
36482
  },
36378
36483
  "name": "types",
36379
36484
  "optional": true,
@@ -36400,7 +36505,7 @@
36400
36505
  "kind": "interface",
36401
36506
  "locationInModule": {
36402
36507
  "filename": "src/github/workflows-model.ts",
36403
- "line": 1323
36508
+ "line": 1387
36404
36509
  },
36405
36510
  "name": "WorkflowCallOptions",
36406
36511
  "namespace": "github.workflows",
@@ -36417,7 +36522,7 @@
36417
36522
  "kind": "interface",
36418
36523
  "locationInModule": {
36419
36524
  "filename": "src/github/workflows-model.ts",
36420
- "line": 1289
36525
+ "line": 1353
36421
36526
  },
36422
36527
  "name": "WorkflowDispatchInput",
36423
36528
  "namespace": "github.workflows",
@@ -36431,7 +36536,7 @@
36431
36536
  "immutable": true,
36432
36537
  "locationInModule": {
36433
36538
  "filename": "src/github/workflows-model.ts",
36434
- "line": 1293
36539
+ "line": 1357
36435
36540
  },
36436
36541
  "name": "description",
36437
36542
  "type": {
@@ -36448,7 +36553,7 @@
36448
36553
  "immutable": true,
36449
36554
  "locationInModule": {
36450
36555
  "filename": "src/github/workflows-model.ts",
36451
- "line": 1305
36556
+ "line": 1369
36452
36557
  },
36453
36558
  "name": "default",
36454
36559
  "optional": true,
@@ -36466,7 +36571,7 @@
36466
36571
  "immutable": true,
36467
36572
  "locationInModule": {
36468
36573
  "filename": "src/github/workflows-model.ts",
36469
- "line": 1317
36574
+ "line": 1381
36470
36575
  },
36471
36576
  "name": "options",
36472
36577
  "optional": true,
@@ -36489,7 +36594,7 @@
36489
36594
  "immutable": true,
36490
36595
  "locationInModule": {
36491
36596
  "filename": "src/github/workflows-model.ts",
36492
- "line": 1299
36597
+ "line": 1363
36493
36598
  },
36494
36599
  "name": "required",
36495
36600
  "optional": true,
@@ -36507,7 +36612,7 @@
36507
36612
  "immutable": true,
36508
36613
  "locationInModule": {
36509
36614
  "filename": "src/github/workflows-model.ts",
36510
- "line": 1311
36615
+ "line": 1375
36511
36616
  },
36512
36617
  "name": "type",
36513
36618
  "optional": true,
@@ -36529,7 +36634,7 @@
36529
36634
  "kind": "interface",
36530
36635
  "locationInModule": {
36531
36636
  "filename": "src/github/workflows-model.ts",
36532
- "line": 1279
36637
+ "line": 1343
36533
36638
  },
36534
36639
  "name": "WorkflowDispatchOptions",
36535
36640
  "namespace": "github.workflows",
@@ -36543,7 +36648,7 @@
36543
36648
  "immutable": true,
36544
36649
  "locationInModule": {
36545
36650
  "filename": "src/github/workflows-model.ts",
36546
- "line": 1283
36651
+ "line": 1347
36547
36652
  },
36548
36653
  "name": "inputs",
36549
36654
  "optional": true,
@@ -36570,7 +36675,7 @@
36570
36675
  "kind": "interface",
36571
36676
  "locationInModule": {
36572
36677
  "filename": "src/github/workflows-model.ts",
36573
- "line": 1255
36678
+ "line": 1319
36574
36679
  },
36575
36680
  "name": "WorkflowRunOptions",
36576
36681
  "namespace": "github.workflows",
@@ -36587,7 +36692,7 @@
36587
36692
  "immutable": true,
36588
36693
  "locationInModule": {
36589
36694
  "filename": "src/github/workflows-model.ts",
36590
- "line": 1273
36695
+ "line": 1337
36591
36696
  },
36592
36697
  "name": "branches",
36593
36698
  "optional": true,
@@ -36612,7 +36717,7 @@
36612
36717
  "immutable": true,
36613
36718
  "locationInModule": {
36614
36719
  "filename": "src/github/workflows-model.ts",
36615
- "line": 1267
36720
+ "line": 1331
36616
36721
  },
36617
36722
  "name": "types",
36618
36723
  "optional": true,
@@ -36637,7 +36742,7 @@
36637
36742
  "immutable": true,
36638
36743
  "locationInModule": {
36639
36744
  "filename": "src/github/workflows-model.ts",
36640
- "line": 1261
36745
+ "line": 1325
36641
36746
  },
36642
36747
  "name": "workflows",
36643
36748
  "optional": true,
@@ -57247,7 +57352,7 @@
57247
57352
  "kind": "class",
57248
57353
  "locationInModule": {
57249
57354
  "filename": "src/javascript/upgrade-dependencies.ts",
57250
- "line": 767
57355
+ "line": 769
57251
57356
  },
57252
57357
  "methods": [
57253
57358
  {
@@ -57257,7 +57362,7 @@
57257
57362
  },
57258
57363
  "locationInModule": {
57259
57364
  "filename": "src/javascript/upgrade-dependencies.ts",
57260
- "line": 802
57365
+ "line": 804
57261
57366
  },
57262
57367
  "name": "expressions",
57263
57368
  "parameters": [
@@ -57293,7 +57398,7 @@
57293
57398
  "immutable": true,
57294
57399
  "locationInModule": {
57295
57400
  "filename": "src/javascript/upgrade-dependencies.ts",
57296
- "line": 776
57401
+ "line": 778
57297
57402
  },
57298
57403
  "name": "DAILY",
57299
57404
  "static": true,
@@ -57310,7 +57415,7 @@
57310
57415
  "immutable": true,
57311
57416
  "locationInModule": {
57312
57417
  "filename": "src/javascript/upgrade-dependencies.ts",
57313
- "line": 795
57418
+ "line": 797
57314
57419
  },
57315
57420
  "name": "MONTHLY",
57316
57421
  "static": true,
@@ -57327,7 +57432,7 @@
57327
57432
  "immutable": true,
57328
57433
  "locationInModule": {
57329
57434
  "filename": "src/javascript/upgrade-dependencies.ts",
57330
- "line": 771
57435
+ "line": 773
57331
57436
  },
57332
57437
  "name": "NEVER",
57333
57438
  "static": true,
@@ -57344,7 +57449,7 @@
57344
57449
  "immutable": true,
57345
57450
  "locationInModule": {
57346
57451
  "filename": "src/javascript/upgrade-dependencies.ts",
57347
- "line": 781
57452
+ "line": 783
57348
57453
  },
57349
57454
  "name": "WEEKDAY",
57350
57455
  "static": true,
@@ -57361,7 +57466,7 @@
57361
57466
  "immutable": true,
57362
57467
  "locationInModule": {
57363
57468
  "filename": "src/javascript/upgrade-dependencies.ts",
57364
- "line": 788
57469
+ "line": 790
57365
57470
  },
57366
57471
  "name": "WEEKLY",
57367
57472
  "static": true,
@@ -57376,7 +57481,7 @@
57376
57481
  "immutable": true,
57377
57482
  "locationInModule": {
57378
57483
  "filename": "src/javascript/upgrade-dependencies.ts",
57379
- "line": 806
57484
+ "line": 808
57380
57485
  },
57381
57486
  "name": "cron",
57382
57487
  "type": {
@@ -57402,7 +57507,7 @@
57402
57507
  "kind": "interface",
57403
57508
  "locationInModule": {
57404
57509
  "filename": "src/javascript/upgrade-dependencies.ts",
57405
- "line": 679
57510
+ "line": 681
57406
57511
  },
57407
57512
  "name": "UpgradeDependenciesWorkflowOptions",
57408
57513
  "namespace": "javascript",
@@ -57417,7 +57522,7 @@
57417
57522
  "immutable": true,
57418
57523
  "locationInModule": {
57419
57524
  "filename": "src/javascript/upgrade-dependencies.ts",
57420
- "line": 712
57525
+ "line": 714
57421
57526
  },
57422
57527
  "name": "assignees",
57423
57528
  "optional": true,
@@ -57440,7 +57545,7 @@
57440
57545
  "immutable": true,
57441
57546
  "locationInModule": {
57442
57547
  "filename": "src/javascript/upgrade-dependencies.ts",
57443
- "line": 726
57548
+ "line": 728
57444
57549
  },
57445
57550
  "name": "branches",
57446
57551
  "optional": true,
@@ -57463,7 +57568,7 @@
57463
57568
  "immutable": true,
57464
57569
  "locationInModule": {
57465
57570
  "filename": "src/javascript/upgrade-dependencies.ts",
57466
- "line": 719
57571
+ "line": 721
57467
57572
  },
57468
57573
  "name": "container",
57469
57574
  "optional": true,
@@ -57481,7 +57586,7 @@
57481
57586
  "immutable": true,
57482
57587
  "locationInModule": {
57483
57588
  "filename": "src/javascript/upgrade-dependencies.ts",
57484
- "line": 761
57589
+ "line": 763
57485
57590
  },
57486
57591
  "name": "env",
57487
57592
  "optional": true,
@@ -57504,7 +57609,7 @@
57504
57609
  "immutable": true,
57505
57610
  "locationInModule": {
57506
57611
  "filename": "src/javascript/upgrade-dependencies.ts",
57507
- "line": 732
57612
+ "line": 734
57508
57613
  },
57509
57614
  "name": "gitIdentity",
57510
57615
  "optional": true,
@@ -57522,7 +57627,7 @@
57522
57627
  "immutable": true,
57523
57628
  "locationInModule": {
57524
57629
  "filename": "src/javascript/upgrade-dependencies.ts",
57525
- "line": 705
57630
+ "line": 707
57526
57631
  },
57527
57632
  "name": "labels",
57528
57633
  "optional": true,
@@ -57545,7 +57650,7 @@
57545
57650
  "immutable": true,
57546
57651
  "locationInModule": {
57547
57652
  "filename": "src/javascript/upgrade-dependencies.ts",
57548
- "line": 754
57653
+ "line": 756
57549
57654
  },
57550
57655
  "name": "permissions",
57551
57656
  "optional": true,
@@ -57565,7 +57670,7 @@
57565
57670
  "immutable": true,
57566
57671
  "locationInModule": {
57567
57672
  "filename": "src/javascript/upgrade-dependencies.ts",
57568
- "line": 698
57673
+ "line": 700
57569
57674
  },
57570
57675
  "name": "projenCredentials",
57571
57676
  "optional": true,
@@ -57587,7 +57692,7 @@
57587
57692
  "immutable": true,
57588
57693
  "locationInModule": {
57589
57694
  "filename": "src/javascript/upgrade-dependencies.ts",
57590
- "line": 740
57695
+ "line": 742
57591
57696
  },
57592
57697
  "name": "runsOn",
57593
57698
  "optional": true,
@@ -57613,7 +57718,7 @@
57613
57718
  "immutable": true,
57614
57719
  "locationInModule": {
57615
57720
  "filename": "src/javascript/upgrade-dependencies.ts",
57616
- "line": 747
57721
+ "line": 749
57617
57722
  },
57618
57723
  "name": "runsOnGroup",
57619
57724
  "optional": true,
@@ -57631,7 +57736,7 @@
57631
57736
  "immutable": true,
57632
57737
  "locationInModule": {
57633
57738
  "filename": "src/javascript/upgrade-dependencies.ts",
57634
- "line": 685
57739
+ "line": 687
57635
57740
  },
57636
57741
  "name": "schedule",
57637
57742
  "optional": true,
@@ -84181,6 +84286,6 @@
84181
84286
  "usedFeatures": [
84182
84287
  "class-covariant-overrides"
84183
84288
  ],
84184
- "version": "0.101.4",
84185
- "fingerprint": "ItzpLIrWbA85nUTzR3gJsvxdN1Y9BZRqTO8mHFUcnh4="
84289
+ "version": "0.101.6",
84290
+ "fingerprint": "/iDja2G4dA4bd52qfG1JjdcM3XtKblCtxw7BnT66Ym4="
84186
84291
  }