projen 0.70.15 → 0.71.0

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 (133) hide show
  1. package/.jsii +342 -245
  2. package/docs/api/API.md +71 -10
  3. package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +77 -1
  4. package/lib/.types-compat/ts3.9/lib/github/workflow-jobs.d.ts +3 -57
  5. package/lib/awscdk/auto-discover.js +5 -5
  6. package/lib/awscdk/awscdk-app-java.js +1 -1
  7. package/lib/awscdk/awscdk-app-py.js +1 -1
  8. package/lib/awscdk/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk/awscdk-construct.js +2 -2
  10. package/lib/awscdk/awscdk-deps-java.js +1 -1
  11. package/lib/awscdk/awscdk-deps-js.js +1 -1
  12. package/lib/awscdk/awscdk-deps-py.js +1 -1
  13. package/lib/awscdk/awscdk-deps.js +1 -1
  14. package/lib/awscdk/cdk-config.js +1 -1
  15. package/lib/awscdk/cdk-tasks.js +1 -1
  16. package/lib/awscdk/integration-test.js +1 -1
  17. package/lib/awscdk/lambda-extension.js +1 -1
  18. package/lib/awscdk/lambda-function.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-docgen.js +1 -1
  24. package/lib/cdk/jsii-project.js +1 -1
  25. package/lib/cdk8s/auto-discover.js +2 -2
  26. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  28. package/lib/cdk8s/cdk8s-construct.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-deps.js +1 -1
  31. package/lib/cdk8s/integration-test.js +1 -1
  32. package/lib/cdktf/cdktf-construct.js +1 -1
  33. package/lib/circleci/circleci.js +1 -1
  34. package/lib/component.js +1 -1
  35. package/lib/dependencies.js +1 -1
  36. package/lib/dev-env.js +1 -1
  37. package/lib/docker-compose/docker-compose-service.js +1 -1
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/dependabot.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflow-actions.d.ts +77 -1
  54. package/lib/github/workflow-actions.js +58 -2
  55. package/lib/github/workflow-jobs.d.ts +3 -57
  56. package/lib/github/workflow-jobs.js +11 -51
  57. package/lib/github/workflows.js +1 -1
  58. package/lib/gitlab/configuration.js +1 -1
  59. package/lib/gitlab/gitlab-configuration.js +1 -1
  60. package/lib/gitlab/nested-configuration.js +1 -1
  61. package/lib/gitpod.js +1 -1
  62. package/lib/ignore-file.js +1 -1
  63. package/lib/ini.js +1 -1
  64. package/lib/java/java-project.js +1 -1
  65. package/lib/java/junit.js +1 -1
  66. package/lib/java/maven-compile.js +1 -1
  67. package/lib/java/maven-packaging.js +1 -1
  68. package/lib/java/maven-sample.js +1 -1
  69. package/lib/java/pom.js +1 -1
  70. package/lib/java/projenrc.js +1 -1
  71. package/lib/javascript/bundler.js +1 -1
  72. package/lib/javascript/eslint.js +1 -1
  73. package/lib/javascript/jest.js +4 -4
  74. package/lib/javascript/node-package.js +1 -1
  75. package/lib/javascript/node-project.js +1 -1
  76. package/lib/javascript/npm-config.js +1 -1
  77. package/lib/javascript/prettier.js +1 -1
  78. package/lib/javascript/projenrc.js +1 -1
  79. package/lib/javascript/typescript-config.js +1 -1
  80. package/lib/javascript/upgrade-dependencies.js +5 -5
  81. package/lib/json-patch.js +1 -1
  82. package/lib/json.js +1 -1
  83. package/lib/license.js +1 -1
  84. package/lib/logger.js +1 -1
  85. package/lib/makefile.js +1 -1
  86. package/lib/object-file.js +1 -1
  87. package/lib/project-build.js +1 -1
  88. package/lib/project.js +1 -1
  89. package/lib/projects.js +1 -1
  90. package/lib/projenrc-json.js +2 -2
  91. package/lib/projenrc.js +1 -1
  92. package/lib/python/pip.js +1 -1
  93. package/lib/python/poetry.js +2 -2
  94. package/lib/python/projenrc.js +1 -1
  95. package/lib/python/pytest-sample.js +1 -1
  96. package/lib/python/pytest.js +1 -1
  97. package/lib/python/python-project.js +1 -1
  98. package/lib/python/python-sample.js +1 -1
  99. package/lib/python/requirements-file.js +1 -1
  100. package/lib/python/setuppy.js +1 -1
  101. package/lib/python/setuptools.js +1 -1
  102. package/lib/python/venv.js +1 -1
  103. package/lib/readme.js +1 -1
  104. package/lib/release/publisher.js +1 -1
  105. package/lib/release/release-trigger.js +1 -1
  106. package/lib/release/release.js +1 -1
  107. package/lib/renovatebot.js +1 -1
  108. package/lib/sample-file.js +2 -2
  109. package/lib/semver.js +1 -1
  110. package/lib/source-code.js +1 -1
  111. package/lib/task-runtime.js +1 -1
  112. package/lib/task.js +1 -1
  113. package/lib/tasks.js +1 -1
  114. package/lib/testing.js +1 -1
  115. package/lib/textfile.js +1 -1
  116. package/lib/toml.js +1 -1
  117. package/lib/typescript/projenrc-ts.js +1 -1
  118. package/lib/typescript/projenrc.js +1 -1
  119. package/lib/typescript/typescript-typedoc.js +1 -1
  120. package/lib/typescript/typescript.js +15 -9
  121. package/lib/version.js +1 -1
  122. package/lib/vscode/devcontainer.js +1 -1
  123. package/lib/vscode/extensions.js +1 -1
  124. package/lib/vscode/launch-config.js +1 -1
  125. package/lib/vscode/settings.js +1 -1
  126. package/lib/vscode/vscode.js +1 -1
  127. package/lib/web/next.js +3 -3
  128. package/lib/web/postcss.js +1 -1
  129. package/lib/web/react.js +4 -4
  130. package/lib/web/tailwind.js +1 -1
  131. package/lib/xmlfile.js +1 -1
  132. package/lib/yaml.js +1 -1
  133. package/package.json +1 -1
package/.jsii CHANGED
@@ -19928,7 +19928,7 @@
19928
19928
  "kind": "interface",
19929
19929
  "locationInModule": {
19930
19930
  "filename": "src/github/workflow-actions.ts",
19931
- "line": 112
19931
+ "line": 174
19932
19932
  },
19933
19933
  "name": "CheckoutWithPatchOptions",
19934
19934
  "namespace": "github",
@@ -19943,7 +19943,7 @@
19943
19943
  "immutable": true,
19944
19944
  "locationInModule": {
19945
19945
  "filename": "src/github/workflow-actions.ts",
19946
- "line": 145
19946
+ "line": 207
19947
19947
  },
19948
19948
  "name": "lfs",
19949
19949
  "optional": true,
@@ -19961,7 +19961,7 @@
19961
19961
  "immutable": true,
19962
19962
  "locationInModule": {
19963
19963
  "filename": "src/github/workflow-actions.ts",
19964
- "line": 117
19964
+ "line": 179
19965
19965
  },
19966
19966
  "name": "patchFile",
19967
19967
  "optional": true,
@@ -19979,7 +19979,7 @@
19979
19979
  "immutable": true,
19980
19980
  "locationInModule": {
19981
19981
  "filename": "src/github/workflow-actions.ts",
19982
- "line": 132
19982
+ "line": 194
19983
19983
  },
19984
19984
  "name": "ref",
19985
19985
  "optional": true,
@@ -19997,7 +19997,7 @@
19997
19997
  "immutable": true,
19998
19998
  "locationInModule": {
19999
19999
  "filename": "src/github/workflow-actions.ts",
20000
- "line": 138
20000
+ "line": 200
20001
20001
  },
20002
20002
  "name": "repository",
20003
20003
  "optional": true,
@@ -20016,7 +20016,7 @@
20016
20016
  "immutable": true,
20017
20017
  "locationInModule": {
20018
20018
  "filename": "src/github/workflow-actions.ts",
20019
- "line": 126
20019
+ "line": 188
20020
20020
  },
20021
20021
  "name": "token",
20022
20022
  "optional": true,
@@ -20027,6 +20027,246 @@
20027
20027
  ],
20028
20028
  "symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
20029
20029
  },
20030
+ "projen.github.CreatePullRequestOptions": {
20031
+ "assembly": "projen",
20032
+ "datatype": true,
20033
+ "docs": {
20034
+ "stability": "experimental"
20035
+ },
20036
+ "fqn": "projen.github.CreatePullRequestOptions",
20037
+ "kind": "interface",
20038
+ "locationInModule": {
20039
+ "filename": "src/github/workflow-actions.ts",
20040
+ "line": 243
20041
+ },
20042
+ "name": "CreatePullRequestOptions",
20043
+ "namespace": "github",
20044
+ "properties": [
20045
+ {
20046
+ "abstract": true,
20047
+ "docs": {
20048
+ "remarks": "Providence information are automatically added.",
20049
+ "stability": "experimental",
20050
+ "summary": "Description added to the pull request."
20051
+ },
20052
+ "immutable": true,
20053
+ "locationInModule": {
20054
+ "filename": "src/github/workflow-actions.ts",
20055
+ "line": 280
20056
+ },
20057
+ "name": "pullRequestDescription",
20058
+ "type": {
20059
+ "primitive": "string"
20060
+ }
20061
+ },
20062
+ {
20063
+ "abstract": true,
20064
+ "docs": {
20065
+ "remarks": "If PR titles are validated in this repo, the title should comply with the respective rules.",
20066
+ "stability": "experimental",
20067
+ "summary": "The full title used to create the pull request."
20068
+ },
20069
+ "immutable": true,
20070
+ "locationInModule": {
20071
+ "filename": "src/github/workflow-actions.ts",
20072
+ "line": 273
20073
+ },
20074
+ "name": "pullRequestTitle",
20075
+ "type": {
20076
+ "primitive": "string"
20077
+ }
20078
+ },
20079
+ {
20080
+ "abstract": true,
20081
+ "docs": {
20082
+ "stability": "experimental",
20083
+ "summary": "The name of the workflow that will create the PR."
20084
+ },
20085
+ "immutable": true,
20086
+ "locationInModule": {
20087
+ "filename": "src/github/workflow-actions.ts",
20088
+ "line": 266
20089
+ },
20090
+ "name": "workflowName",
20091
+ "type": {
20092
+ "primitive": "string"
20093
+ }
20094
+ },
20095
+ {
20096
+ "abstract": true,
20097
+ "docs": {
20098
+ "default": "- no assignees",
20099
+ "stability": "experimental",
20100
+ "summary": "Assignees to add on the PR."
20101
+ },
20102
+ "immutable": true,
20103
+ "locationInModule": {
20104
+ "filename": "src/github/workflow-actions.ts",
20105
+ "line": 321
20106
+ },
20107
+ "name": "assignees",
20108
+ "optional": true,
20109
+ "type": {
20110
+ "collection": {
20111
+ "elementtype": {
20112
+ "primitive": "string"
20113
+ },
20114
+ "kind": "array"
20115
+ }
20116
+ }
20117
+ },
20118
+ {
20119
+ "abstract": true,
20120
+ "docs": {
20121
+ "default": "- The branch checked out in the workflow.",
20122
+ "stability": "experimental",
20123
+ "summary": "Sets the pull request base branch."
20124
+ },
20125
+ "immutable": true,
20126
+ "locationInModule": {
20127
+ "filename": "src/github/workflow-actions.ts",
20128
+ "line": 287
20129
+ },
20130
+ "name": "baseBranch",
20131
+ "optional": true,
20132
+ "type": {
20133
+ "primitive": "string"
20134
+ }
20135
+ },
20136
+ {
20137
+ "abstract": true,
20138
+ "docs": {
20139
+ "default": "`github-actions/${options.workflowName}`",
20140
+ "stability": "experimental",
20141
+ "summary": "The pull request branch name."
20142
+ },
20143
+ "immutable": true,
20144
+ "locationInModule": {
20145
+ "filename": "src/github/workflow-actions.ts",
20146
+ "line": 294
20147
+ },
20148
+ "name": "branchName",
20149
+ "optional": true,
20150
+ "type": {
20151
+ "primitive": "string"
20152
+ }
20153
+ },
20154
+ {
20155
+ "abstract": true,
20156
+ "docs": {
20157
+ "remarks": "Provided credentials must have permissions to create a pull request on the repository.",
20158
+ "stability": "experimental",
20159
+ "summary": "The job credentials used to create the pull request."
20160
+ },
20161
+ "immutable": true,
20162
+ "locationInModule": {
20163
+ "filename": "src/github/workflow-actions.ts",
20164
+ "line": 261
20165
+ },
20166
+ "name": "credentials",
20167
+ "optional": true,
20168
+ "type": {
20169
+ "fqn": "projen.github.GithubCredentials"
20170
+ }
20171
+ },
20172
+ {
20173
+ "abstract": true,
20174
+ "docs": {
20175
+ "default": "- the default github-actions user",
20176
+ "stability": "experimental",
20177
+ "summary": "The git identity used to create the commit."
20178
+ },
20179
+ "immutable": true,
20180
+ "locationInModule": {
20181
+ "filename": "src/github/workflow-actions.ts",
20182
+ "line": 300
20183
+ },
20184
+ "name": "gitIdentity",
20185
+ "optional": true,
20186
+ "type": {
20187
+ "fqn": "projen.github.GitIdentity"
20188
+ }
20189
+ },
20190
+ {
20191
+ "abstract": true,
20192
+ "docs": {
20193
+ "default": "- no labels.",
20194
+ "stability": "experimental",
20195
+ "summary": "Labels to apply on the PR."
20196
+ },
20197
+ "immutable": true,
20198
+ "locationInModule": {
20199
+ "filename": "src/github/workflow-actions.ts",
20200
+ "line": 314
20201
+ },
20202
+ "name": "labels",
20203
+ "optional": true,
20204
+ "type": {
20205
+ "collection": {
20206
+ "elementtype": {
20207
+ "primitive": "string"
20208
+ },
20209
+ "kind": "array"
20210
+ }
20211
+ }
20212
+ },
20213
+ {
20214
+ "abstract": true,
20215
+ "docs": {
20216
+ "default": "true",
20217
+ "stability": "experimental",
20218
+ "summary": "Add Signed-off-by line by the committer at the end of the commit log message."
20219
+ },
20220
+ "immutable": true,
20221
+ "locationInModule": {
20222
+ "filename": "src/github/workflow-actions.ts",
20223
+ "line": 307
20224
+ },
20225
+ "name": "signoff",
20226
+ "optional": true,
20227
+ "type": {
20228
+ "primitive": "boolean"
20229
+ }
20230
+ },
20231
+ {
20232
+ "abstract": true,
20233
+ "docs": {
20234
+ "default": "\"create_pr\"",
20235
+ "stability": "experimental",
20236
+ "summary": "The step ID which produces the output which indicates if a patch was created."
20237
+ },
20238
+ "immutable": true,
20239
+ "locationInModule": {
20240
+ "filename": "src/github/workflow-actions.ts",
20241
+ "line": 248
20242
+ },
20243
+ "name": "stepId",
20244
+ "optional": true,
20245
+ "type": {
20246
+ "primitive": "string"
20247
+ }
20248
+ },
20249
+ {
20250
+ "abstract": true,
20251
+ "docs": {
20252
+ "default": "\"Create Pull Request\"",
20253
+ "stability": "experimental",
20254
+ "summary": "The name of the step displayed on GitHub."
20255
+ },
20256
+ "immutable": true,
20257
+ "locationInModule": {
20258
+ "filename": "src/github/workflow-actions.ts",
20259
+ "line": 254
20260
+ },
20261
+ "name": "stepName",
20262
+ "optional": true,
20263
+ "type": {
20264
+ "primitive": "string"
20265
+ }
20266
+ }
20267
+ ],
20268
+ "symbolId": "src/github/workflow-actions:CreatePullRequestOptions"
20269
+ },
20030
20270
  "projen.github.Dependabot": {
20031
20271
  "assembly": "projen",
20032
20272
  "base": "projen.Component",
@@ -22800,47 +23040,17 @@
22800
23040
  "stability": "experimental"
22801
23041
  },
22802
23042
  "fqn": "projen.github.PullRequestFromPatchOptions",
23043
+ "interfaces": [
23044
+ "projen.github.CreatePullRequestOptions"
23045
+ ],
22803
23046
  "kind": "interface",
22804
23047
  "locationInModule": {
22805
23048
  "filename": "src/github/workflow-jobs.ts",
22806
- "line": 111
23049
+ "line": 61
22807
23050
  },
22808
23051
  "name": "PullRequestFromPatchOptions",
22809
23052
  "namespace": "github",
22810
23053
  "properties": [
22811
- {
22812
- "abstract": true,
22813
- "docs": {
22814
- "remarks": "Provided credentials must have permissions to create a pull request on the repository.",
22815
- "stability": "experimental",
22816
- "summary": "The job credentials used to create the pull request."
22817
- },
22818
- "immutable": true,
22819
- "locationInModule": {
22820
- "filename": "src/github/workflow-jobs.ts",
22821
- "line": 154
22822
- },
22823
- "name": "credentials",
22824
- "type": {
22825
- "fqn": "projen.github.GithubCredentials"
22826
- }
22827
- },
22828
- {
22829
- "abstract": true,
22830
- "docs": {
22831
- "stability": "experimental",
22832
- "summary": "The git identity used to create the commit."
22833
- },
22834
- "immutable": true,
22835
- "locationInModule": {
22836
- "filename": "src/github/workflow-jobs.ts",
22837
- "line": 134
22838
- },
22839
- "name": "gitIdentity",
22840
- "type": {
22841
- "fqn": "projen.github.GitIdentity"
22842
- }
22843
- },
22844
23054
  {
22845
23055
  "abstract": true,
22846
23056
  "docs": {
@@ -22850,70 +23060,13 @@
22850
23060
  "immutable": true,
22851
23061
  "locationInModule": {
22852
23062
  "filename": "src/github/workflow-jobs.ts",
22853
- "line": 115
23063
+ "line": 65
22854
23064
  },
22855
23065
  "name": "patch",
22856
23066
  "type": {
22857
23067
  "fqn": "projen.github.PullRequestPatchSource"
22858
23068
  }
22859
23069
  },
22860
- {
22861
- "abstract": true,
22862
- "docs": {
22863
- "remarks": "Providence information are automatically added.",
22864
- "stability": "experimental",
22865
- "summary": "Description added to the pull request."
22866
- },
22867
- "immutable": true,
22868
- "locationInModule": {
22869
- "filename": "src/github/workflow-jobs.ts",
22870
- "line": 129
22871
- },
22872
- "name": "pullRequestDescription",
22873
- "type": {
22874
- "primitive": "string"
22875
- }
22876
- },
22877
- {
22878
- "abstract": true,
22879
- "docs": {
22880
- "remarks": "If PR titles are validated in this repo, the title should comply with the respective rules.",
22881
- "stability": "experimental",
22882
- "summary": "The full title used to create the pull request."
22883
- },
22884
- "immutable": true,
22885
- "locationInModule": {
22886
- "filename": "src/github/workflow-jobs.ts",
22887
- "line": 122
22888
- },
22889
- "name": "pullRequestTitle",
22890
- "type": {
22891
- "primitive": "string"
22892
- }
22893
- },
22894
- {
22895
- "abstract": true,
22896
- "docs": {
22897
- "default": "- no assignees",
22898
- "stability": "experimental",
22899
- "summary": "Assignees to add on the PR."
22900
- },
22901
- "immutable": true,
22902
- "locationInModule": {
22903
- "filename": "src/github/workflow-jobs.ts",
22904
- "line": 180
22905
- },
22906
- "name": "assignees",
22907
- "optional": true,
22908
- "type": {
22909
- "collection": {
22910
- "elementtype": {
22911
- "primitive": "string"
22912
- },
22913
- "kind": "array"
22914
- }
22915
- }
22916
- },
22917
23070
  {
22918
23071
  "abstract": true,
22919
23072
  "docs": {
@@ -22924,7 +23077,7 @@
22924
23077
  "immutable": true,
22925
23078
  "locationInModule": {
22926
23079
  "filename": "src/github/workflow-jobs.ts",
22927
- "line": 147
23080
+ "line": 71
22928
23081
  },
22929
23082
  "name": "jobName",
22930
23083
  "optional": true,
@@ -22932,47 +23085,6 @@
22932
23085
  "primitive": "string"
22933
23086
  }
22934
23087
  },
22935
- {
22936
- "abstract": true,
22937
- "docs": {
22938
- "default": "- no labels.",
22939
- "stability": "experimental",
22940
- "summary": "Labels to apply on the PR."
22941
- },
22942
- "immutable": true,
22943
- "locationInModule": {
22944
- "filename": "src/github/workflow-jobs.ts",
22945
- "line": 173
22946
- },
22947
- "name": "labels",
22948
- "optional": true,
22949
- "type": {
22950
- "collection": {
22951
- "elementtype": {
22952
- "primitive": "string"
22953
- },
22954
- "kind": "array"
22955
- }
22956
- }
22957
- },
22958
- {
22959
- "abstract": true,
22960
- "docs": {
22961
- "default": "- the default branch is implicitly used",
22962
- "stability": "experimental",
22963
- "summary": "Branch or tag name."
22964
- },
22965
- "immutable": true,
22966
- "locationInModule": {
22967
- "filename": "src/github/workflow-jobs.ts",
22968
- "line": 160
22969
- },
22970
- "name": "ref",
22971
- "optional": true,
22972
- "type": {
22973
- "primitive": "string"
22974
- }
22975
- },
22976
23088
  {
22977
23089
  "abstract": true,
22978
23090
  "docs": {
@@ -22983,7 +23095,7 @@
22983
23095
  "immutable": true,
22984
23096
  "locationInModule": {
22985
23097
  "filename": "src/github/workflow-jobs.ts",
22986
- "line": 166
23098
+ "line": 77
22987
23099
  },
22988
23100
  "name": "runsOn",
22989
23101
  "optional": true,
@@ -22995,24 +23107,6 @@
22995
23107
  "kind": "array"
22996
23108
  }
22997
23109
  }
22998
- },
22999
- {
23000
- "abstract": true,
23001
- "docs": {
23002
- "default": "true",
23003
- "stability": "experimental",
23004
- "summary": "Add Signed-off-by line by the committer at the end of the commit log message."
23005
- },
23006
- "immutable": true,
23007
- "locationInModule": {
23008
- "filename": "src/github/workflow-jobs.ts",
23009
- "line": 141
23010
- },
23011
- "name": "signoff",
23012
- "optional": true,
23013
- "type": {
23014
- "primitive": "boolean"
23015
- }
23016
23110
  }
23017
23111
  ],
23018
23112
  "symbolId": "src/github/workflow-jobs:PullRequestFromPatchOptions"
@@ -23145,10 +23239,13 @@
23145
23239
  "stability": "experimental"
23146
23240
  },
23147
23241
  "fqn": "projen.github.PullRequestPatchSource",
23242
+ "interfaces": [
23243
+ "projen.github.CheckoutWithPatchOptions"
23244
+ ],
23148
23245
  "kind": "interface",
23149
23246
  "locationInModule": {
23150
23247
  "filename": "src/github/workflow-jobs.ts",
23151
- "line": 88
23248
+ "line": 49
23152
23249
  },
23153
23250
  "name": "PullRequestPatchSource",
23154
23251
  "namespace": "github",
@@ -23162,7 +23259,7 @@
23162
23259
  "immutable": true,
23163
23260
  "locationInModule": {
23164
23261
  "filename": "src/github/workflow-jobs.ts",
23165
- "line": 97
23262
+ "line": 53
23166
23263
  },
23167
23264
  "name": "jobId",
23168
23265
  "type": {
@@ -23178,46 +23275,12 @@
23178
23275
  "immutable": true,
23179
23276
  "locationInModule": {
23180
23277
  "filename": "src/github/workflow-jobs.ts",
23181
- "line": 102
23278
+ "line": 58
23182
23279
  },
23183
23280
  "name": "outputName",
23184
23281
  "type": {
23185
23282
  "primitive": "string"
23186
23283
  }
23187
- },
23188
- {
23189
- "abstract": true,
23190
- "docs": {
23191
- "stability": "experimental",
23192
- "summary": "The name of the workflow that will create the PR."
23193
- },
23194
- "immutable": true,
23195
- "locationInModule": {
23196
- "filename": "src/github/workflow-jobs.ts",
23197
- "line": 92
23198
- },
23199
- "name": "workflowName",
23200
- "type": {
23201
- "primitive": "string"
23202
- }
23203
- },
23204
- {
23205
- "abstract": true,
23206
- "docs": {
23207
- "default": "\".repo.patch\"",
23208
- "stability": "experimental",
23209
- "summary": "The name of the artifact the patch is stored as."
23210
- },
23211
- "immutable": true,
23212
- "locationInModule": {
23213
- "filename": "src/github/workflow-jobs.ts",
23214
- "line": 108
23215
- },
23216
- "name": "patchFile",
23217
- "optional": true,
23218
- "type": {
23219
- "primitive": "string"
23220
- }
23221
23284
  }
23222
23285
  ],
23223
23286
  "symbolId": "src/github/workflow-jobs:PullRequestPatchSource"
@@ -24078,7 +24141,7 @@
24078
24141
  "kind": "interface",
24079
24142
  "locationInModule": {
24080
24143
  "filename": "src/github/workflow-actions.ts",
24081
- "line": 151
24144
+ "line": 213
24082
24145
  },
24083
24146
  "name": "UploadGitPatchOptions",
24084
24147
  "namespace": "github",
@@ -24093,7 +24156,7 @@
24093
24156
  "immutable": true,
24094
24157
  "locationInModule": {
24095
24158
  "filename": "src/github/workflow-actions.ts",
24096
- "line": 172
24159
+ "line": 234
24097
24160
  },
24098
24161
  "name": "outputName",
24099
24162
  "type": {
@@ -24109,7 +24172,7 @@
24109
24172
  "immutable": true,
24110
24173
  "locationInModule": {
24111
24174
  "filename": "src/github/workflow-actions.ts",
24112
- "line": 155
24175
+ "line": 217
24113
24176
  },
24114
24177
  "name": "stepId",
24115
24178
  "type": {
@@ -24126,7 +24189,7 @@
24126
24189
  "immutable": true,
24127
24190
  "locationInModule": {
24128
24191
  "filename": "src/github/workflow-actions.ts",
24129
- "line": 178
24192
+ "line": 240
24130
24193
  },
24131
24194
  "name": "mutationError",
24132
24195
  "optional": true,
@@ -24144,7 +24207,7 @@
24144
24207
  "immutable": true,
24145
24208
  "locationInModule": {
24146
24209
  "filename": "src/github/workflow-actions.ts",
24147
- "line": 167
24210
+ "line": 229
24148
24211
  },
24149
24212
  "name": "patchFile",
24150
24213
  "optional": true,
@@ -24162,7 +24225,7 @@
24162
24225
  "immutable": true,
24163
24226
  "locationInModule": {
24164
24227
  "filename": "src/github/workflow-actions.ts",
24165
- "line": 161
24228
+ "line": 223
24166
24229
  },
24167
24230
  "name": "stepName",
24168
24231
  "optional": true,
@@ -24243,7 +24306,7 @@
24243
24306
  "kind": "class",
24244
24307
  "locationInModule": {
24245
24308
  "filename": "src/github/workflow-actions.ts",
24246
- "line": 10
24309
+ "line": 18
24247
24310
  },
24248
24311
  "methods": [
24249
24312
  {
@@ -24254,7 +24317,7 @@
24254
24317
  },
24255
24318
  "locationInModule": {
24256
24319
  "filename": "src/github/workflow-actions.ts",
24257
- "line": 63
24320
+ "line": 71
24258
24321
  },
24259
24322
  "name": "checkoutWithPatch",
24260
24323
  "parameters": [
@@ -24281,6 +24344,40 @@
24281
24344
  },
24282
24345
  "static": true
24283
24346
  },
24347
+ {
24348
+ "docs": {
24349
+ "returns": "Job steps",
24350
+ "stability": "experimental",
24351
+ "summary": "A step that creates a pull request based on the current repo state."
24352
+ },
24353
+ "locationInModule": {
24354
+ "filename": "src/github/workflow-actions.ts",
24355
+ "line": 122
24356
+ },
24357
+ "name": "createPullRequest",
24358
+ "parameters": [
24359
+ {
24360
+ "docs": {
24361
+ "summary": "Options."
24362
+ },
24363
+ "name": "options",
24364
+ "type": {
24365
+ "fqn": "projen.github.CreatePullRequestOptions"
24366
+ }
24367
+ }
24368
+ ],
24369
+ "returns": {
24370
+ "type": {
24371
+ "collection": {
24372
+ "elementtype": {
24373
+ "fqn": "projen.github.workflows.JobStep"
24374
+ },
24375
+ "kind": "array"
24376
+ }
24377
+ }
24378
+ },
24379
+ "static": true
24380
+ },
24284
24381
  {
24285
24382
  "docs": {
24286
24383
  "returns": "Job steps",
@@ -24289,7 +24386,7 @@
24289
24386
  },
24290
24387
  "locationInModule": {
24291
24388
  "filename": "src/github/workflow-actions.ts",
24292
- "line": 96
24389
+ "line": 104
24293
24390
  },
24294
24391
  "name": "setupGitIdentity",
24295
24392
  "parameters": [
@@ -24324,7 +24421,7 @@
24324
24421
  },
24325
24422
  "locationInModule": {
24326
24423
  "filename": "src/github/workflow-actions.ts",
24327
- "line": 20
24424
+ "line": 28
24328
24425
  },
24329
24426
  "name": "uploadGitPatch",
24330
24427
  "parameters": [
@@ -24370,7 +24467,7 @@
24370
24467
  "kind": "class",
24371
24468
  "locationInModule": {
24372
24469
  "filename": "src/github/workflow-jobs.ts",
24373
- "line": 15
24470
+ "line": 13
24374
24471
  },
24375
24472
  "methods": [
24376
24473
  {
@@ -24381,7 +24478,7 @@
24381
24478
  },
24382
24479
  "locationInModule": {
24383
24480
  "filename": "src/github/workflow-jobs.ts",
24384
- "line": 21
24481
+ "line": 19
24385
24482
  },
24386
24483
  "name": "pullRequestFromPatch",
24387
24484
  "parameters": [
@@ -51159,7 +51256,7 @@
51159
51256
  },
51160
51257
  "locationInModule": {
51161
51258
  "filename": "src/typescript/typescript.ts",
51162
- "line": 498
51259
+ "line": 504
51163
51260
  },
51164
51261
  "parameters": [
51165
51262
  {
@@ -51173,7 +51270,7 @@
51173
51270
  "kind": "class",
51174
51271
  "locationInModule": {
51175
51272
  "filename": "src/typescript/typescript.ts",
51176
- "line": 497
51273
+ "line": 503
51177
51274
  },
51178
51275
  "name": "TypeScriptAppProject",
51179
51276
  "namespace": "typescript",
@@ -51193,7 +51290,7 @@
51193
51290
  },
51194
51291
  "locationInModule": {
51195
51292
  "filename": "src/typescript/typescript.ts",
51196
- "line": 182
51293
+ "line": 183
51197
51294
  },
51198
51295
  "parameters": [
51199
51296
  {
@@ -51207,7 +51304,7 @@
51207
51304
  "kind": "class",
51208
51305
  "locationInModule": {
51209
51306
  "filename": "src/typescript/typescript.ts",
51210
- "line": 512
51307
+ "line": 518
51211
51308
  },
51212
51309
  "name": "TypeScriptLibraryProject",
51213
51310
  "namespace": "typescript",
@@ -51227,7 +51324,7 @@
51227
51324
  "kind": "interface",
51228
51325
  "locationInModule": {
51229
51326
  "filename": "src/typescript/typescript.ts",
51230
- "line": 517
51327
+ "line": 523
51231
51328
  },
51232
51329
  "name": "TypeScriptLibraryProjectOptions",
51233
51330
  "namespace": "typescript",
@@ -51250,7 +51347,7 @@
51250
51347
  },
51251
51348
  "locationInModule": {
51252
51349
  "filename": "src/typescript/typescript.ts",
51253
- "line": 182
51350
+ "line": 183
51254
51351
  },
51255
51352
  "parameters": [
51256
51353
  {
@@ -51264,7 +51361,7 @@
51264
51361
  "kind": "class",
51265
51362
  "locationInModule": {
51266
51363
  "filename": "src/typescript/typescript.ts",
51267
- "line": 150
51364
+ "line": 151
51268
51365
  },
51269
51366
  "name": "TypeScriptProject",
51270
51367
  "namespace": "typescript",
@@ -51276,7 +51373,7 @@
51276
51373
  "immutable": true,
51277
51374
  "locationInModule": {
51278
51375
  "filename": "src/typescript/typescript.ts",
51279
- "line": 152
51376
+ "line": 153
51280
51377
  },
51281
51378
  "name": "docsDirectory",
51282
51379
  "type": {
@@ -51291,7 +51388,7 @@
51291
51388
  "immutable": true,
51292
51389
  "locationInModule": {
51293
51390
  "filename": "src/typescript/typescript.ts",
51294
- "line": 170
51391
+ "line": 171
51295
51392
  },
51296
51393
  "name": "libdir",
51297
51394
  "type": {
@@ -51306,7 +51403,7 @@
51306
51403
  "immutable": true,
51307
51404
  "locationInModule": {
51308
51405
  "filename": "src/typescript/typescript.ts",
51309
- "line": 165
51406
+ "line": 166
51310
51407
  },
51311
51408
  "name": "srcdir",
51312
51409
  "type": {
@@ -51321,7 +51418,7 @@
51321
51418
  "immutable": true,
51322
51419
  "locationInModule": {
51323
51420
  "filename": "src/typescript/typescript.ts",
51324
- "line": 175
51421
+ "line": 176
51325
51422
  },
51326
51423
  "name": "testdir",
51327
51424
  "type": {
@@ -51336,7 +51433,7 @@
51336
51433
  "immutable": true,
51337
51434
  "locationInModule": {
51338
51435
  "filename": "src/typescript/typescript.ts",
51339
- "line": 160
51436
+ "line": 161
51340
51437
  },
51341
51438
  "name": "tsconfigDev",
51342
51439
  "type": {
@@ -51351,7 +51448,7 @@
51351
51448
  "immutable": true,
51352
51449
  "locationInModule": {
51353
51450
  "filename": "src/typescript/typescript.ts",
51354
- "line": 180
51451
+ "line": 181
51355
51452
  },
51356
51453
  "name": "watchTask",
51357
51454
  "type": {
@@ -51365,7 +51462,7 @@
51365
51462
  "immutable": true,
51366
51463
  "locationInModule": {
51367
51464
  "filename": "src/typescript/typescript.ts",
51368
- "line": 151
51465
+ "line": 152
51369
51466
  },
51370
51467
  "name": "docgen",
51371
51468
  "optional": true,
@@ -51380,7 +51477,7 @@
51380
51477
  "immutable": true,
51381
51478
  "locationInModule": {
51382
51479
  "filename": "src/typescript/typescript.ts",
51383
- "line": 153
51480
+ "line": 154
51384
51481
  },
51385
51482
  "name": "eslint",
51386
51483
  "optional": true,
@@ -51395,7 +51492,7 @@
51395
51492
  "immutable": true,
51396
51493
  "locationInModule": {
51397
51494
  "filename": "src/typescript/typescript.ts",
51398
- "line": 155
51495
+ "line": 156
51399
51496
  },
51400
51497
  "name": "tsconfig",
51401
51498
  "optional": true,
@@ -51410,7 +51507,7 @@
51410
51507
  "immutable": true,
51411
51508
  "locationInModule": {
51412
51509
  "filename": "src/typescript/typescript.ts",
51413
- "line": 154
51510
+ "line": 155
51414
51511
  },
51415
51512
  "name": "tsconfigEslint",
51416
51513
  "optional": true,
@@ -51434,7 +51531,7 @@
51434
51531
  "kind": "interface",
51435
51532
  "locationInModule": {
51436
51533
  "filename": "src/typescript/typescript.ts",
51437
- "line": 24
51534
+ "line": 25
51438
51535
  },
51439
51536
  "name": "TypeScriptProjectOptions",
51440
51537
  "namespace": "typescript",
@@ -51449,7 +51546,7 @@
51449
51546
  "immutable": true,
51450
51547
  "locationInModule": {
51451
51548
  "filename": "src/typescript/typescript.ts",
51452
- "line": 113
51549
+ "line": 114
51453
51550
  },
51454
51551
  "name": "disableTsconfig",
51455
51552
  "optional": true,
@@ -51467,7 +51564,7 @@
51467
51564
  "immutable": true,
51468
51565
  "locationInModule": {
51469
51566
  "filename": "src/typescript/typescript.ts",
51470
- "line": 119
51567
+ "line": 120
51471
51568
  },
51472
51569
  "name": "disableTsconfigDev",
51473
51570
  "optional": true,
@@ -51485,7 +51582,7 @@
51485
51582
  "immutable": true,
51486
51583
  "locationInModule": {
51487
51584
  "filename": "src/typescript/typescript.ts",
51488
- "line": 79
51585
+ "line": 80
51489
51586
  },
51490
51587
  "name": "docgen",
51491
51588
  "optional": true,
@@ -51503,7 +51600,7 @@
51503
51600
  "immutable": true,
51504
51601
  "locationInModule": {
51505
51602
  "filename": "src/typescript/typescript.ts",
51506
- "line": 86
51603
+ "line": 87
51507
51604
  },
51508
51605
  "name": "docsDirectory",
51509
51606
  "optional": true,
@@ -51521,7 +51618,7 @@
51521
51618
  "immutable": true,
51522
51619
  "locationInModule": {
51523
51620
  "filename": "src/typescript/typescript.ts",
51524
- "line": 131
51621
+ "line": 132
51525
51622
  },
51526
51623
  "name": "entrypointTypes",
51527
51624
  "optional": true,
@@ -51539,7 +51636,7 @@
51539
51636
  "immutable": true,
51540
51637
  "locationInModule": {
51541
51638
  "filename": "src/typescript/typescript.ts",
51542
- "line": 56
51639
+ "line": 57
51543
51640
  },
51544
51641
  "name": "eslint",
51545
51642
  "optional": true,
@@ -51557,7 +51654,7 @@
51557
51654
  "immutable": true,
51558
51655
  "locationInModule": {
51559
51656
  "filename": "src/typescript/typescript.ts",
51560
- "line": 62
51657
+ "line": 63
51561
51658
  },
51562
51659
  "name": "eslintOptions",
51563
51660
  "optional": true,
@@ -51575,7 +51672,7 @@
51575
51672
  "immutable": true,
51576
51673
  "locationInModule": {
51577
51674
  "filename": "src/typescript/typescript.ts",
51578
- "line": 30
51675
+ "line": 31
51579
51676
  },
51580
51677
  "name": "libdir",
51581
51678
  "optional": true,
@@ -51593,7 +51690,7 @@
51593
51690
  "immutable": true,
51594
51691
  "locationInModule": {
51595
51692
  "filename": "src/typescript/typescript.ts",
51596
- "line": 138
51693
+ "line": 139
51597
51694
  },
51598
51695
  "name": "projenrcTs",
51599
51696
  "optional": true,
@@ -51610,7 +51707,7 @@
51610
51707
  "immutable": true,
51611
51708
  "locationInModule": {
51612
51709
  "filename": "src/typescript/typescript.ts",
51613
- "line": 143
51710
+ "line": 144
51614
51711
  },
51615
51712
  "name": "projenrcTsOptions",
51616
51713
  "optional": true,
@@ -51628,7 +51725,7 @@
51628
51725
  "immutable": true,
51629
51726
  "locationInModule": {
51630
51727
  "filename": "src/typescript/typescript.ts",
51631
- "line": 125
51728
+ "line": 126
51632
51729
  },
51633
51730
  "name": "sampleCode",
51634
51731
  "optional": true,
@@ -51646,7 +51743,7 @@
51646
51743
  "immutable": true,
51647
51744
  "locationInModule": {
51648
51745
  "filename": "src/typescript/typescript.ts",
51649
- "line": 37
51746
+ "line": 38
51650
51747
  },
51651
51748
  "name": "srcdir",
51652
51749
  "optional": true,
@@ -51665,7 +51762,7 @@
51665
51762
  "immutable": true,
51666
51763
  "locationInModule": {
51667
51764
  "filename": "src/typescript/typescript.ts",
51668
- "line": 49
51765
+ "line": 50
51669
51766
  },
51670
51767
  "name": "testdir",
51671
51768
  "optional": true,
@@ -51683,7 +51780,7 @@
51683
51780
  "immutable": true,
51684
51781
  "locationInModule": {
51685
51782
  "filename": "src/typescript/typescript.ts",
51686
- "line": 92
51783
+ "line": 93
51687
51784
  },
51688
51785
  "name": "tsconfig",
51689
51786
  "optional": true,
@@ -51701,7 +51798,7 @@
51701
51798
  "immutable": true,
51702
51799
  "locationInModule": {
51703
51800
  "filename": "src/typescript/typescript.ts",
51704
- "line": 98
51801
+ "line": 99
51705
51802
  },
51706
51803
  "name": "tsconfigDev",
51707
51804
  "optional": true,
@@ -51719,7 +51816,7 @@
51719
51816
  "immutable": true,
51720
51817
  "locationInModule": {
51721
51818
  "filename": "src/typescript/typescript.ts",
51722
- "line": 105
51819
+ "line": 106
51723
51820
  },
51724
51821
  "name": "tsconfigDevFile",
51725
51822
  "optional": true,
@@ -51738,7 +51835,7 @@
51738
51835
  "immutable": true,
51739
51836
  "locationInModule": {
51740
51837
  "filename": "src/typescript/typescript.ts",
51741
- "line": 72
51838
+ "line": 73
51742
51839
  },
51743
51840
  "name": "typescriptVersion",
51744
51841
  "optional": true,
@@ -54147,6 +54244,6 @@
54147
54244
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
54148
54245
  }
54149
54246
  },
54150
- "version": "0.70.15",
54151
- "fingerprint": "OnWr8MkDYhEQQ18qh8qdhL9oDKuRWAzascfkTaeZG9k="
54247
+ "version": "0.71.0",
54248
+ "fingerprint": "VdJBCx8BnHVmAganncZ6ugomX4gq+OkDlMXT18aleRA="
54152
54249
  }