projen 0.70.16 → 0.71.1

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 +307 -210
  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 +3 -3
  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": [
@@ -54147,6 +54244,6 @@
54147
54244
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
54148
54245
  }
54149
54246
  },
54150
- "version": "0.70.16",
54151
- "fingerprint": "eg/VIqTIRRH+c38tnQguHYBV/4IjFrpKdhZLCRjVl5E="
54247
+ "version": "0.71.1",
54248
+ "fingerprint": "663DVJHugIxyjGq0pinKYSNSVze+fURYWGFUzJvEL/I="
54152
54249
  }