projen 0.70.12 → 0.70.14

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 (142) hide show
  1. package/.jsii +807 -58
  2. package/docs/api/API.md +216 -0
  3. package/lib/.types-compat/ts3.9/lib/github/index.d.ts +2 -0
  4. package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +21 -6
  5. package/lib/.types-compat/ts3.9/lib/github/workflow-jobs.d.ts +93 -0
  6. package/lib/.types-compat/ts3.9/lib/task-model.d.ts +21 -0
  7. package/lib/.types-compat/ts3.9/lib/task.d.ts +7 -0
  8. package/lib/awscdk/auto-discover.js +5 -5
  9. package/lib/awscdk/awscdk-app-java.js +1 -1
  10. package/lib/awscdk/awscdk-app-py.js +1 -1
  11. package/lib/awscdk/awscdk-app-ts.js +1 -1
  12. package/lib/awscdk/awscdk-construct.js +2 -2
  13. package/lib/awscdk/awscdk-deps-java.js +1 -1
  14. package/lib/awscdk/awscdk-deps-js.js +1 -1
  15. package/lib/awscdk/awscdk-deps-py.js +1 -1
  16. package/lib/awscdk/awscdk-deps.js +1 -1
  17. package/lib/awscdk/cdk-config.js +1 -1
  18. package/lib/awscdk/cdk-tasks.js +1 -1
  19. package/lib/awscdk/integration-test.js +1 -1
  20. package/lib/awscdk/lambda-extension.js +1 -1
  21. package/lib/awscdk/lambda-function.js +2 -2
  22. package/lib/build/build-workflow.js +4 -4
  23. package/lib/cdk/auto-discover-base.js +2 -2
  24. package/lib/cdk/construct-lib.js +1 -1
  25. package/lib/cdk/integration-test-base.js +1 -1
  26. package/lib/cdk/jsii-docgen.js +1 -1
  27. package/lib/cdk/jsii-project.js +1 -1
  28. package/lib/cdk8s/auto-discover.js +2 -2
  29. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  30. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  31. package/lib/cdk8s/cdk8s-construct.js +1 -1
  32. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  33. package/lib/cdk8s/cdk8s-deps.js +1 -1
  34. package/lib/cdk8s/integration-test.js +1 -1
  35. package/lib/cdktf/cdktf-construct.js +1 -1
  36. package/lib/circleci/circleci.js +1 -1
  37. package/lib/component.js +1 -1
  38. package/lib/dependencies.js +1 -1
  39. package/lib/dev-env.js +1 -1
  40. package/lib/docker-compose/docker-compose-service.js +1 -1
  41. package/lib/docker-compose/docker-compose.js +1 -1
  42. package/lib/file.js +1 -1
  43. package/lib/gitattributes.js +1 -1
  44. package/lib/github/actions-provider.js +1 -1
  45. package/lib/github/auto-approve.js +1 -1
  46. package/lib/github/auto-merge.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/github-credentials.js +1 -1
  49. package/lib/github/github-project.js +1 -1
  50. package/lib/github/github.js +1 -1
  51. package/lib/github/index.d.ts +2 -0
  52. package/lib/github/index.js +3 -1
  53. package/lib/github/mergify.js +1 -1
  54. package/lib/github/pr-template.js +1 -1
  55. package/lib/github/pull-request-lint.js +1 -1
  56. package/lib/github/stale.js +1 -1
  57. package/lib/github/task-workflow.js +3 -3
  58. package/lib/github/workflow-actions.d.ts +21 -6
  59. package/lib/github/workflow-actions.js +13 -7
  60. package/lib/github/workflow-jobs.d.ts +93 -0
  61. package/lib/github/workflow-jobs.js +85 -0
  62. package/lib/github/workflows.js +1 -1
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/ini.js +1 -1
  69. package/lib/java/java-project.js +1 -1
  70. package/lib/java/junit.js +1 -1
  71. package/lib/java/maven-compile.js +1 -1
  72. package/lib/java/maven-packaging.js +1 -1
  73. package/lib/java/maven-sample.js +1 -1
  74. package/lib/java/pom.js +1 -1
  75. package/lib/java/projenrc.js +1 -1
  76. package/lib/javascript/bundler.js +1 -1
  77. package/lib/javascript/eslint.js +1 -1
  78. package/lib/javascript/jest.js +4 -4
  79. package/lib/javascript/node-package.js +1 -1
  80. package/lib/javascript/node-project.js +1 -1
  81. package/lib/javascript/npm-config.js +1 -1
  82. package/lib/javascript/prettier.js +1 -1
  83. package/lib/javascript/projenrc.js +1 -1
  84. package/lib/javascript/typescript-config.js +1 -1
  85. package/lib/javascript/upgrade-dependencies.js +20 -64
  86. package/lib/json-patch.js +1 -1
  87. package/lib/json.js +1 -1
  88. package/lib/license.js +1 -1
  89. package/lib/logger.js +1 -1
  90. package/lib/makefile.js +1 -1
  91. package/lib/object-file.js +1 -1
  92. package/lib/project-build.js +1 -1
  93. package/lib/project.js +1 -1
  94. package/lib/projects.js +1 -1
  95. package/lib/projenrc-json.js +2 -2
  96. package/lib/projenrc.js +1 -1
  97. package/lib/python/pip.js +1 -1
  98. package/lib/python/poetry.js +2 -2
  99. package/lib/python/projenrc.js +1 -1
  100. package/lib/python/pytest-sample.js +1 -1
  101. package/lib/python/pytest.js +1 -1
  102. package/lib/python/python-project.js +1 -1
  103. package/lib/python/python-sample.js +1 -1
  104. package/lib/python/requirements-file.js +1 -1
  105. package/lib/python/setuppy.js +1 -1
  106. package/lib/python/setuptools.js +1 -1
  107. package/lib/python/venv.js +1 -1
  108. package/lib/readme.js +1 -1
  109. package/lib/release/publisher.js +1 -1
  110. package/lib/release/release-trigger.js +1 -1
  111. package/lib/release/release.js +1 -1
  112. package/lib/renovatebot.js +1 -1
  113. package/lib/run-task.js +12 -7
  114. package/lib/sample-file.js +2 -2
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-model.d.ts +21 -0
  118. package/lib/task-model.js +1 -1
  119. package/lib/task-runtime.js +12 -10
  120. package/lib/task.d.ts +7 -0
  121. package/lib/task.js +2 -2
  122. package/lib/tasks.js +1 -1
  123. package/lib/testing.js +1 -1
  124. package/lib/textfile.js +1 -1
  125. package/lib/toml.js +1 -1
  126. package/lib/typescript/projenrc-ts.js +1 -1
  127. package/lib/typescript/projenrc.js +1 -1
  128. package/lib/typescript/typescript-typedoc.js +1 -1
  129. package/lib/typescript/typescript.js +3 -3
  130. package/lib/version.js +1 -1
  131. package/lib/vscode/devcontainer.js +1 -1
  132. package/lib/vscode/extensions.js +1 -1
  133. package/lib/vscode/launch-config.js +1 -1
  134. package/lib/vscode/settings.js +1 -1
  135. package/lib/vscode/vscode.js +1 -1
  136. package/lib/web/next.js +3 -3
  137. package/lib/web/postcss.js +1 -1
  138. package/lib/web/react.js +4 -4
  139. package/lib/web/tailwind.js +1 -1
  140. package/lib/xmlfile.js +1 -1
  141. package/lib/yaml.js +1 -1
  142. package/package.json +1 -1
package/.jsii CHANGED
@@ -111,7 +111,7 @@
111
111
  "projen.github.workflows": {
112
112
  "locationInModule": {
113
113
  "filename": "src/github/index.ts",
114
- "line": 19
114
+ "line": 21
115
115
  },
116
116
  "symbolId": "src/github/workflows-model:"
117
117
  },
@@ -8992,7 +8992,7 @@
8992
8992
  },
8993
8993
  "locationInModule": {
8994
8994
  "filename": "src/task.ts",
8995
- "line": 53
8995
+ "line": 61
8996
8996
  },
8997
8997
  "parameters": [
8998
8998
  {
@@ -9013,7 +9013,7 @@
9013
9013
  "kind": "class",
9014
9014
  "locationInModule": {
9015
9015
  "filename": "src/task.ts",
9016
- "line": 34
9016
+ "line": 42
9017
9017
  },
9018
9018
  "methods": [
9019
9019
  {
@@ -9024,7 +9024,7 @@
9024
9024
  },
9025
9025
  "locationInModule": {
9026
9026
  "filename": "src/task.ts",
9027
- "line": 133
9027
+ "line": 141
9028
9028
  },
9029
9029
  "name": "builtin",
9030
9030
  "parameters": [
@@ -9046,7 +9046,7 @@
9046
9046
  },
9047
9047
  "locationInModule": {
9048
9048
  "filename": "src/task.ts",
9049
- "line": 211
9049
+ "line": 219
9050
9050
  },
9051
9051
  "name": "env",
9052
9052
  "parameters": [
@@ -9078,7 +9078,7 @@
9078
9078
  },
9079
9079
  "locationInModule": {
9080
9080
  "filename": "src/task.ts",
9081
- "line": 117
9081
+ "line": 125
9082
9082
  },
9083
9083
  "name": "exec",
9084
9084
  "parameters": [
@@ -9110,7 +9110,7 @@
9110
9110
  },
9111
9111
  "locationInModule": {
9112
9112
  "filename": "src/task.ts",
9113
- "line": 78
9113
+ "line": 86
9114
9114
  },
9115
9115
  "name": "lock"
9116
9116
  },
@@ -9122,7 +9122,7 @@
9122
9122
  },
9123
9123
  "locationInModule": {
9124
9124
  "filename": "src/task.ts",
9125
- "line": 154
9125
+ "line": 162
9126
9126
  },
9127
9127
  "name": "prepend",
9128
9128
  "parameters": [
@@ -9151,7 +9151,7 @@
9151
9151
  },
9152
9152
  "locationInModule": {
9153
9153
  "filename": "src/task.ts",
9154
- "line": 172
9154
+ "line": 180
9155
9155
  },
9156
9156
  "name": "prependExec",
9157
9157
  "parameters": [
@@ -9180,7 +9180,7 @@
9180
9180
  },
9181
9181
  "locationInModule": {
9182
9182
  "filename": "src/task.ts",
9183
- "line": 196
9183
+ "line": 204
9184
9184
  },
9185
9185
  "name": "prependSay",
9186
9186
  "parameters": [
@@ -9209,7 +9209,7 @@
9209
9209
  },
9210
9210
  "locationInModule": {
9211
9211
  "filename": "src/task.ts",
9212
- "line": 184
9212
+ "line": 192
9213
9213
  },
9214
9214
  "name": "prependSpawn",
9215
9215
  "parameters": [
@@ -9238,7 +9238,7 @@
9238
9238
  },
9239
9239
  "locationInModule": {
9240
9240
  "filename": "src/task.ts",
9241
- "line": 100
9241
+ "line": 108
9242
9242
  },
9243
9243
  "name": "reset",
9244
9244
  "parameters": [
@@ -9268,7 +9268,7 @@
9268
9268
  },
9269
9269
  "locationInModule": {
9270
9270
  "filename": "src/task.ts",
9271
- "line": 143
9271
+ "line": 151
9272
9272
  },
9273
9273
  "name": "say",
9274
9274
  "parameters": [
@@ -9300,7 +9300,7 @@
9300
9300
  },
9301
9301
  "locationInModule": {
9302
9302
  "filename": "src/task.ts",
9303
- "line": 163
9303
+ "line": 171
9304
9304
  },
9305
9305
  "name": "spawn",
9306
9306
  "parameters": [
@@ -9333,7 +9333,7 @@
9333
9333
  "immutable": true,
9334
9334
  "locationInModule": {
9335
9335
  "filename": "src/task.ts",
9336
- "line": 38
9336
+ "line": 46
9337
9337
  },
9338
9338
  "name": "name",
9339
9339
  "type": {
@@ -9348,7 +9348,7 @@
9348
9348
  "immutable": true,
9349
9349
  "locationInModule": {
9350
9350
  "filename": "src/task.ts",
9351
- "line": 219
9351
+ "line": 227
9352
9352
  },
9353
9353
  "name": "steps",
9354
9354
  "type": {
@@ -9369,7 +9369,7 @@
9369
9369
  "immutable": true,
9370
9370
  "locationInModule": {
9371
9371
  "filename": "src/task.ts",
9372
- "line": 44
9372
+ "line": 52
9373
9373
  },
9374
9374
  "name": "condition",
9375
9375
  "optional": true,
@@ -9385,7 +9385,7 @@
9385
9385
  },
9386
9386
  "locationInModule": {
9387
9387
  "filename": "src/task.ts",
9388
- "line": 85
9388
+ "line": 93
9389
9389
  },
9390
9390
  "name": "description",
9391
9391
  "optional": true,
@@ -9531,6 +9531,30 @@
9531
9531
  },
9532
9532
  "name": "TaskOptions",
9533
9533
  "properties": [
9534
+ {
9535
+ "abstract": true,
9536
+ "docs": {
9537
+ "default": "- no arguments are passed to the step",
9538
+ "see": "{@link TaskStepOptions.args }",
9539
+ "stability": "experimental",
9540
+ "summary": "Should the provided `exec` shell command receive fixed args."
9541
+ },
9542
+ "immutable": true,
9543
+ "locationInModule": {
9544
+ "filename": "src/task.ts",
9545
+ "line": 35
9546
+ },
9547
+ "name": "args",
9548
+ "optional": true,
9549
+ "type": {
9550
+ "collection": {
9551
+ "elementtype": {
9552
+ "primitive": "string"
9553
+ },
9554
+ "kind": "array"
9555
+ }
9556
+ }
9557
+ },
9534
9558
  {
9535
9559
  "abstract": true,
9536
9560
  "docs": {
@@ -9850,7 +9874,7 @@
9850
9874
  "kind": "interface",
9851
9875
  "locationInModule": {
9852
9876
  "filename": "src/task-model.ts",
9853
- "line": 105
9877
+ "line": 127
9854
9878
  },
9855
9879
  "name": "TaskStep",
9856
9880
  "properties": [
@@ -9865,7 +9889,7 @@
9865
9889
  "immutable": true,
9866
9890
  "locationInModule": {
9867
9891
  "filename": "src/task-model.ts",
9868
- "line": 138
9892
+ "line": 160
9869
9893
  },
9870
9894
  "name": "builtin",
9871
9895
  "optional": true,
@@ -9883,7 +9907,7 @@
9883
9907
  "immutable": true,
9884
9908
  "locationInModule": {
9885
9909
  "filename": "src/task-model.ts",
9886
- "line": 111
9910
+ "line": 133
9887
9911
  },
9888
9912
  "name": "exec",
9889
9913
  "optional": true,
@@ -9901,7 +9925,7 @@
9901
9925
  "immutable": true,
9902
9926
  "locationInModule": {
9903
9927
  "filename": "src/task-model.ts",
9904
- "line": 124
9928
+ "line": 146
9905
9929
  },
9906
9930
  "name": "say",
9907
9931
  "optional": true,
@@ -9919,7 +9943,7 @@
9919
9943
  "immutable": true,
9920
9944
  "locationInModule": {
9921
9945
  "filename": "src/task-model.ts",
9922
- "line": 118
9946
+ "line": 140
9923
9947
  },
9924
9948
  "name": "spawn",
9925
9949
  "optional": true,
@@ -9945,6 +9969,31 @@
9945
9969
  },
9946
9970
  "name": "TaskStepOptions",
9947
9971
  "properties": [
9972
+ {
9973
+ "abstract": true,
9974
+ "docs": {
9975
+ "default": "- no arguments are passed to the step",
9976
+ "example": "task.spawn(\"deploy\", { args: [\"--force\"] });",
9977
+ "remarks": "Useful to re-use existing tasks without having to re-define the whole task.\\\nFixed args are always passed to the step, even if `receiveArgs` is `false`\nand are always passed before any args the task is called with.\n\nIf the step executes a shell commands, args are passed through at the end of the `exec` shell command.\\\nThe position of the args can be changed by including the marker `$@` inside the command string.\n\nIf the step spawns a subtask, args are passed to the subtask.\nThe subtask must define steps receiving args for this to have any effect.\n\nIf the step calls a builtin script, args are passed to the script.\nIt is up to the script to use or discard the arguments.",
9978
+ "stability": "experimental",
9979
+ "summary": "A list of fixed arguments always passed to the step."
9980
+ },
9981
+ "immutable": true,
9982
+ "locationInModule": {
9983
+ "filename": "src/task-model.ts",
9984
+ "line": 120
9985
+ },
9986
+ "name": "args",
9987
+ "optional": true,
9988
+ "type": {
9989
+ "collection": {
9990
+ "elementtype": {
9991
+ "primitive": "string"
9992
+ },
9993
+ "kind": "array"
9994
+ }
9995
+ }
9996
+ },
9948
9997
  {
9949
9998
  "abstract": true,
9950
9999
  "docs": {
@@ -19868,6 +19917,116 @@
19868
19917
  ],
19869
19918
  "symbolId": "src/github/auto-merge:AutoMergeOptions"
19870
19919
  },
19920
+ "projen.github.CheckoutWithPatchOptions": {
19921
+ "assembly": "projen",
19922
+ "datatype": true,
19923
+ "docs": {
19924
+ "stability": "experimental",
19925
+ "summary": "Options for `checkoutWithPatch`."
19926
+ },
19927
+ "fqn": "projen.github.CheckoutWithPatchOptions",
19928
+ "kind": "interface",
19929
+ "locationInModule": {
19930
+ "filename": "src/github/workflow-actions.ts",
19931
+ "line": 112
19932
+ },
19933
+ "name": "CheckoutWithPatchOptions",
19934
+ "namespace": "github",
19935
+ "properties": [
19936
+ {
19937
+ "abstract": true,
19938
+ "docs": {
19939
+ "default": "false",
19940
+ "stability": "experimental",
19941
+ "summary": "Whether LFS is enabled for the GitHub repository."
19942
+ },
19943
+ "immutable": true,
19944
+ "locationInModule": {
19945
+ "filename": "src/github/workflow-actions.ts",
19946
+ "line": 145
19947
+ },
19948
+ "name": "lfs",
19949
+ "optional": true,
19950
+ "type": {
19951
+ "primitive": "boolean"
19952
+ }
19953
+ },
19954
+ {
19955
+ "abstract": true,
19956
+ "docs": {
19957
+ "default": "\".repo.patch\"",
19958
+ "stability": "experimental",
19959
+ "summary": "The name of the artifact the patch is stored as."
19960
+ },
19961
+ "immutable": true,
19962
+ "locationInModule": {
19963
+ "filename": "src/github/workflow-actions.ts",
19964
+ "line": 117
19965
+ },
19966
+ "name": "patchFile",
19967
+ "optional": true,
19968
+ "type": {
19969
+ "primitive": "string"
19970
+ }
19971
+ },
19972
+ {
19973
+ "abstract": true,
19974
+ "docs": {
19975
+ "default": "- the default branch is implicitly used",
19976
+ "stability": "experimental",
19977
+ "summary": "Branch or tag name."
19978
+ },
19979
+ "immutable": true,
19980
+ "locationInModule": {
19981
+ "filename": "src/github/workflow-actions.ts",
19982
+ "line": 132
19983
+ },
19984
+ "name": "ref",
19985
+ "optional": true,
19986
+ "type": {
19987
+ "primitive": "string"
19988
+ }
19989
+ },
19990
+ {
19991
+ "abstract": true,
19992
+ "docs": {
19993
+ "default": "- the default repository is implicitly used",
19994
+ "stability": "experimental",
19995
+ "summary": "The repository (owner/repo) to use."
19996
+ },
19997
+ "immutable": true,
19998
+ "locationInModule": {
19999
+ "filename": "src/github/workflow-actions.ts",
20000
+ "line": 138
20001
+ },
20002
+ "name": "repository",
20003
+ "optional": true,
20004
+ "type": {
20005
+ "primitive": "string"
20006
+ }
20007
+ },
20008
+ {
20009
+ "abstract": true,
20010
+ "docs": {
20011
+ "default": "- the default GITHUB_TOKEN is implicitly used",
20012
+ "remarks": "If the intent is to push changes back to the branch, then you must use a\nPAT with `repo` (and possibly `workflows`) permissions.",
20013
+ "stability": "experimental",
20014
+ "summary": "A GitHub token to use when checking out the repository."
20015
+ },
20016
+ "immutable": true,
20017
+ "locationInModule": {
20018
+ "filename": "src/github/workflow-actions.ts",
20019
+ "line": 126
20020
+ },
20021
+ "name": "token",
20022
+ "optional": true,
20023
+ "type": {
20024
+ "primitive": "string"
20025
+ }
20026
+ }
20027
+ ],
20028
+ "symbolId": "src/github/workflow-actions:CheckoutWithPatchOptions"
20029
+ },
19871
20030
  "projen.github.Dependabot": {
19872
20031
  "assembly": "projen",
19873
20032
  "base": "projen.Component",
@@ -22634,6 +22793,230 @@
22634
22793
  ],
22635
22794
  "symbolId": "src/github/mergify:MergifyRule"
22636
22795
  },
22796
+ "projen.github.PullRequestFromPatchOptions": {
22797
+ "assembly": "projen",
22798
+ "datatype": true,
22799
+ "docs": {
22800
+ "stability": "experimental"
22801
+ },
22802
+ "fqn": "projen.github.PullRequestFromPatchOptions",
22803
+ "kind": "interface",
22804
+ "locationInModule": {
22805
+ "filename": "src/github/workflow-jobs.ts",
22806
+ "line": 111
22807
+ },
22808
+ "name": "PullRequestFromPatchOptions",
22809
+ "namespace": "github",
22810
+ "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
+ {
22845
+ "abstract": true,
22846
+ "docs": {
22847
+ "stability": "experimental",
22848
+ "summary": "Information about the patch that is used to create the pull request."
22849
+ },
22850
+ "immutable": true,
22851
+ "locationInModule": {
22852
+ "filename": "src/github/workflow-jobs.ts",
22853
+ "line": 115
22854
+ },
22855
+ "name": "patch",
22856
+ "type": {
22857
+ "fqn": "projen.github.PullRequestPatchSource"
22858
+ }
22859
+ },
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
+ {
22918
+ "abstract": true,
22919
+ "docs": {
22920
+ "default": "\"Create Pull Request\"",
22921
+ "stability": "experimental",
22922
+ "summary": "The name of the job displayed on GitHub."
22923
+ },
22924
+ "immutable": true,
22925
+ "locationInModule": {
22926
+ "filename": "src/github/workflow-jobs.ts",
22927
+ "line": 147
22928
+ },
22929
+ "name": "jobName",
22930
+ "optional": true,
22931
+ "type": {
22932
+ "primitive": "string"
22933
+ }
22934
+ },
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
+ {
22977
+ "abstract": true,
22978
+ "docs": {
22979
+ "default": "[\"ubuntu-latest\"]",
22980
+ "stability": "experimental",
22981
+ "summary": "Github Runner selection labels."
22982
+ },
22983
+ "immutable": true,
22984
+ "locationInModule": {
22985
+ "filename": "src/github/workflow-jobs.ts",
22986
+ "line": 166
22987
+ },
22988
+ "name": "runsOn",
22989
+ "optional": true,
22990
+ "type": {
22991
+ "collection": {
22992
+ "elementtype": {
22993
+ "primitive": "string"
22994
+ },
22995
+ "kind": "array"
22996
+ }
22997
+ }
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
+ }
23017
+ ],
23018
+ "symbolId": "src/github/workflow-jobs:PullRequestFromPatchOptions"
23019
+ },
22637
23020
  "projen.github.PullRequestLint": {
22638
23021
  "assembly": "projen",
22639
23022
  "base": "projen.Component",
@@ -22755,6 +23138,90 @@
22755
23138
  ],
22756
23139
  "symbolId": "src/github/pull-request-lint:PullRequestLintOptions"
22757
23140
  },
23141
+ "projen.github.PullRequestPatchSource": {
23142
+ "assembly": "projen",
23143
+ "datatype": true,
23144
+ "docs": {
23145
+ "stability": "experimental"
23146
+ },
23147
+ "fqn": "projen.github.PullRequestPatchSource",
23148
+ "kind": "interface",
23149
+ "locationInModule": {
23150
+ "filename": "src/github/workflow-jobs.ts",
23151
+ "line": 88
23152
+ },
23153
+ "name": "PullRequestPatchSource",
23154
+ "namespace": "github",
23155
+ "properties": [
23156
+ {
23157
+ "abstract": true,
23158
+ "docs": {
23159
+ "stability": "experimental",
23160
+ "summary": "The id of the job that created the patch file."
23161
+ },
23162
+ "immutable": true,
23163
+ "locationInModule": {
23164
+ "filename": "src/github/workflow-jobs.ts",
23165
+ "line": 97
23166
+ },
23167
+ "name": "jobId",
23168
+ "type": {
23169
+ "primitive": "string"
23170
+ }
23171
+ },
23172
+ {
23173
+ "abstract": true,
23174
+ "docs": {
23175
+ "stability": "experimental",
23176
+ "summary": "The name of the output that indicates if a patch has been created."
23177
+ },
23178
+ "immutable": true,
23179
+ "locationInModule": {
23180
+ "filename": "src/github/workflow-jobs.ts",
23181
+ "line": 102
23182
+ },
23183
+ "name": "outputName",
23184
+ "type": {
23185
+ "primitive": "string"
23186
+ }
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
+ }
23222
+ ],
23223
+ "symbolId": "src/github/workflow-jobs:PullRequestPatchSource"
23224
+ },
22758
23225
  "projen.github.PullRequestTemplate": {
22759
23226
  "assembly": "projen",
22760
23227
  "base": "projen.TextFile",
@@ -23600,6 +24067,112 @@
23600
24067
  ],
23601
24068
  "symbolId": "src/github/task-workflow:TaskWorkflowOptions"
23602
24069
  },
24070
+ "projen.github.UploadGitPatchOptions": {
24071
+ "assembly": "projen",
24072
+ "datatype": true,
24073
+ "docs": {
24074
+ "stability": "experimental",
24075
+ "summary": "Options for `uploadGitPatch`."
24076
+ },
24077
+ "fqn": "projen.github.UploadGitPatchOptions",
24078
+ "kind": "interface",
24079
+ "locationInModule": {
24080
+ "filename": "src/github/workflow-actions.ts",
24081
+ "line": 151
24082
+ },
24083
+ "name": "UploadGitPatchOptions",
24084
+ "namespace": "github",
24085
+ "properties": [
24086
+ {
24087
+ "abstract": true,
24088
+ "docs": {
24089
+ "remarks": "It will be set to `true` if there was a diff.",
24090
+ "stability": "experimental",
24091
+ "summary": "The name of the output to emit."
24092
+ },
24093
+ "immutable": true,
24094
+ "locationInModule": {
24095
+ "filename": "src/github/workflow-actions.ts",
24096
+ "line": 172
24097
+ },
24098
+ "name": "outputName",
24099
+ "type": {
24100
+ "primitive": "string"
24101
+ }
24102
+ },
24103
+ {
24104
+ "abstract": true,
24105
+ "docs": {
24106
+ "stability": "experimental",
24107
+ "summary": "The step ID which produces the output which indicates if a patch was created."
24108
+ },
24109
+ "immutable": true,
24110
+ "locationInModule": {
24111
+ "filename": "src/github/workflow-actions.ts",
24112
+ "line": 155
24113
+ },
24114
+ "name": "stepId",
24115
+ "type": {
24116
+ "primitive": "string"
24117
+ }
24118
+ },
24119
+ {
24120
+ "abstract": true,
24121
+ "docs": {
24122
+ "default": "- do not fail upon mutation",
24123
+ "stability": "experimental",
24124
+ "summary": "Fail if a mutation was found and print this error message."
24125
+ },
24126
+ "immutable": true,
24127
+ "locationInModule": {
24128
+ "filename": "src/github/workflow-actions.ts",
24129
+ "line": 178
24130
+ },
24131
+ "name": "mutationError",
24132
+ "optional": true,
24133
+ "type": {
24134
+ "primitive": "string"
24135
+ }
24136
+ },
24137
+ {
24138
+ "abstract": true,
24139
+ "docs": {
24140
+ "default": "\".repo.patch\"",
24141
+ "stability": "experimental",
24142
+ "summary": "The name of the artifact the patch is stored as."
24143
+ },
24144
+ "immutable": true,
24145
+ "locationInModule": {
24146
+ "filename": "src/github/workflow-actions.ts",
24147
+ "line": 167
24148
+ },
24149
+ "name": "patchFile",
24150
+ "optional": true,
24151
+ "type": {
24152
+ "primitive": "string"
24153
+ }
24154
+ },
24155
+ {
24156
+ "abstract": true,
24157
+ "docs": {
24158
+ "default": "\"Find mutations\"",
24159
+ "stability": "experimental",
24160
+ "summary": "The name of the step."
24161
+ },
24162
+ "immutable": true,
24163
+ "locationInModule": {
24164
+ "filename": "src/github/workflow-actions.ts",
24165
+ "line": 161
24166
+ },
24167
+ "name": "stepName",
24168
+ "optional": true,
24169
+ "type": {
24170
+ "primitive": "string"
24171
+ }
24172
+ }
24173
+ ],
24174
+ "symbolId": "src/github/workflow-actions:UploadGitPatchOptions"
24175
+ },
23603
24176
  "projen.github.VersioningStrategy": {
23604
24177
  "assembly": "projen",
23605
24178
  "docs": {
@@ -23655,6 +24228,182 @@
23655
24228
  "namespace": "github",
23656
24229
  "symbolId": "src/github/dependabot:VersioningStrategy"
23657
24230
  },
24231
+ "projen.github.WorkflowActions": {
24232
+ "assembly": "projen",
24233
+ "docs": {
24234
+ "stability": "experimental",
24235
+ "summary": "A set of utility functions for creating GitHub actions in workflows."
24236
+ },
24237
+ "fqn": "projen.github.WorkflowActions",
24238
+ "initializer": {
24239
+ "docs": {
24240
+ "stability": "experimental"
24241
+ }
24242
+ },
24243
+ "kind": "class",
24244
+ "locationInModule": {
24245
+ "filename": "src/github/workflow-actions.ts",
24246
+ "line": 10
24247
+ },
24248
+ "methods": [
24249
+ {
24250
+ "docs": {
24251
+ "returns": "Job steps",
24252
+ "stability": "experimental",
24253
+ "summary": "Checks out a repository and applies a git patch that was created using `uploadGitPatch`."
24254
+ },
24255
+ "locationInModule": {
24256
+ "filename": "src/github/workflow-actions.ts",
24257
+ "line": 63
24258
+ },
24259
+ "name": "checkoutWithPatch",
24260
+ "parameters": [
24261
+ {
24262
+ "docs": {
24263
+ "summary": "Options."
24264
+ },
24265
+ "name": "options",
24266
+ "optional": true,
24267
+ "type": {
24268
+ "fqn": "projen.github.CheckoutWithPatchOptions"
24269
+ }
24270
+ }
24271
+ ],
24272
+ "returns": {
24273
+ "type": {
24274
+ "collection": {
24275
+ "elementtype": {
24276
+ "fqn": "projen.github.workflows.JobStep"
24277
+ },
24278
+ "kind": "array"
24279
+ }
24280
+ }
24281
+ },
24282
+ "static": true
24283
+ },
24284
+ {
24285
+ "docs": {
24286
+ "returns": "Job steps",
24287
+ "stability": "experimental",
24288
+ "summary": "Configures the git identity (user name and email)."
24289
+ },
24290
+ "locationInModule": {
24291
+ "filename": "src/github/workflow-actions.ts",
24292
+ "line": 96
24293
+ },
24294
+ "name": "setupGitIdentity",
24295
+ "parameters": [
24296
+ {
24297
+ "docs": {
24298
+ "summary": "The identity to use."
24299
+ },
24300
+ "name": "id",
24301
+ "type": {
24302
+ "fqn": "projen.github.GitIdentity"
24303
+ }
24304
+ }
24305
+ ],
24306
+ "returns": {
24307
+ "type": {
24308
+ "collection": {
24309
+ "elementtype": {
24310
+ "fqn": "projen.github.workflows.JobStep"
24311
+ },
24312
+ "kind": "array"
24313
+ }
24314
+ }
24315
+ },
24316
+ "static": true
24317
+ },
24318
+ {
24319
+ "docs": {
24320
+ "remarks": "If a patch was uploaded, the action can optionally fail the job.",
24321
+ "returns": "Job steps",
24322
+ "stability": "experimental",
24323
+ "summary": "Creates a .patch file from the current git diff and uploads it as an artifact. Use `checkoutWithPatch` to download and apply in another job."
24324
+ },
24325
+ "locationInModule": {
24326
+ "filename": "src/github/workflow-actions.ts",
24327
+ "line": 20
24328
+ },
24329
+ "name": "uploadGitPatch",
24330
+ "parameters": [
24331
+ {
24332
+ "docs": {
24333
+ "summary": "Options."
24334
+ },
24335
+ "name": "options",
24336
+ "type": {
24337
+ "fqn": "projen.github.UploadGitPatchOptions"
24338
+ }
24339
+ }
24340
+ ],
24341
+ "returns": {
24342
+ "type": {
24343
+ "collection": {
24344
+ "elementtype": {
24345
+ "fqn": "projen.github.workflows.JobStep"
24346
+ },
24347
+ "kind": "array"
24348
+ }
24349
+ }
24350
+ },
24351
+ "static": true
24352
+ }
24353
+ ],
24354
+ "name": "WorkflowActions",
24355
+ "namespace": "github",
24356
+ "symbolId": "src/github/workflow-actions:WorkflowActions"
24357
+ },
24358
+ "projen.github.WorkflowJobs": {
24359
+ "assembly": "projen",
24360
+ "docs": {
24361
+ "stability": "experimental",
24362
+ "summary": "A set of utility functions for creating jobs in GitHub Workflows."
24363
+ },
24364
+ "fqn": "projen.github.WorkflowJobs",
24365
+ "initializer": {
24366
+ "docs": {
24367
+ "stability": "experimental"
24368
+ }
24369
+ },
24370
+ "kind": "class",
24371
+ "locationInModule": {
24372
+ "filename": "src/github/workflow-jobs.ts",
24373
+ "line": 15
24374
+ },
24375
+ "methods": [
24376
+ {
24377
+ "docs": {
24378
+ "returns": "Job",
24379
+ "stability": "experimental",
24380
+ "summary": "Creates a pull request with the changes of a patch file."
24381
+ },
24382
+ "locationInModule": {
24383
+ "filename": "src/github/workflow-jobs.ts",
24384
+ "line": 21
24385
+ },
24386
+ "name": "pullRequestFromPatch",
24387
+ "parameters": [
24388
+ {
24389
+ "name": "options",
24390
+ "type": {
24391
+ "fqn": "projen.github.PullRequestFromPatchOptions"
24392
+ }
24393
+ }
24394
+ ],
24395
+ "returns": {
24396
+ "type": {
24397
+ "fqn": "projen.github.workflows.Job"
24398
+ }
24399
+ },
24400
+ "static": true
24401
+ }
24402
+ ],
24403
+ "name": "WorkflowJobs",
24404
+ "namespace": "github",
24405
+ "symbolId": "src/github/workflow-jobs:WorkflowJobs"
24406
+ },
23658
24407
  "projen.github.workflows.AppPermission": {
23659
24408
  "assembly": "projen",
23660
24409
  "docs": {
@@ -43827,7 +44576,7 @@
43827
44576
  },
43828
44577
  "locationInModule": {
43829
44578
  "filename": "src/javascript/upgrade-dependencies.ts",
43830
- "line": 124
44579
+ "line": 118
43831
44580
  },
43832
44581
  "parameters": [
43833
44582
  {
@@ -43848,7 +44597,7 @@
43848
44597
  "kind": "class",
43849
44598
  "locationInModule": {
43850
44599
  "filename": "src/javascript/upgrade-dependencies.ts",
43851
- "line": 95
44600
+ "line": 89
43852
44601
  },
43853
44602
  "methods": [
43854
44603
  {
@@ -43858,7 +44607,7 @@
43858
44607
  },
43859
44608
  "locationInModule": {
43860
44609
  "filename": "src/javascript/upgrade-dependencies.ts",
43861
- "line": 184
44610
+ "line": 178
43862
44611
  },
43863
44612
  "name": "addPostBuildSteps",
43864
44613
  "parameters": [
@@ -43887,7 +44636,7 @@
43887
44636
  "immutable": true,
43888
44637
  "locationInModule": {
43889
44638
  "filename": "src/javascript/upgrade-dependencies.ts",
43890
- "line": 118
44639
+ "line": 112
43891
44640
  },
43892
44641
  "name": "postUpgradeTask",
43893
44642
  "type": {
@@ -43902,7 +44651,7 @@
43902
44651
  "immutable": true,
43903
44652
  "locationInModule": {
43904
44653
  "filename": "src/javascript/upgrade-dependencies.ts",
43905
- "line": 113
44654
+ "line": 107
43906
44655
  },
43907
44656
  "name": "upgradeTask",
43908
44657
  "type": {
@@ -43918,7 +44667,7 @@
43918
44667
  "immutable": true,
43919
44668
  "locationInModule": {
43920
44669
  "filename": "src/javascript/upgrade-dependencies.ts",
43921
- "line": 99
44670
+ "line": 93
43922
44671
  },
43923
44672
  "name": "workflows",
43924
44673
  "type": {
@@ -43937,7 +44686,7 @@
43937
44686
  },
43938
44687
  "locationInModule": {
43939
44688
  "filename": "src/javascript/upgrade-dependencies.ts",
43940
- "line": 108
44689
+ "line": 102
43941
44690
  },
43942
44691
  "name": "containerOptions",
43943
44692
  "optional": true,
@@ -43959,7 +44708,7 @@
43959
44708
  "kind": "interface",
43960
44709
  "locationInModule": {
43961
44710
  "filename": "src/javascript/upgrade-dependencies.ts",
43962
- "line": 36
44711
+ "line": 30
43963
44712
  },
43964
44713
  "name": "UpgradeDependenciesOptions",
43965
44714
  "namespace": "javascript",
@@ -43974,7 +44723,7 @@
43974
44723
  "immutable": true,
43975
44724
  "locationInModule": {
43976
44725
  "filename": "src/javascript/upgrade-dependencies.ts",
43977
- "line": 42
44726
+ "line": 36
43978
44727
  },
43979
44728
  "name": "exclude",
43980
44729
  "optional": true,
@@ -43997,7 +44746,7 @@
43997
44746
  "immutable": true,
43998
44747
  "locationInModule": {
43999
44748
  "filename": "src/javascript/upgrade-dependencies.ts",
44000
- "line": 49
44749
+ "line": 43
44001
44750
  },
44002
44751
  "name": "include",
44003
44752
  "optional": true,
@@ -44020,7 +44769,7 @@
44020
44769
  "immutable": true,
44021
44770
  "locationInModule": {
44022
44771
  "filename": "src/javascript/upgrade-dependencies.ts",
44023
- "line": 82
44772
+ "line": 76
44024
44773
  },
44025
44774
  "name": "pullRequestTitle",
44026
44775
  "optional": true,
@@ -44038,7 +44787,7 @@
44038
44787
  "immutable": true,
44039
44788
  "locationInModule": {
44040
44789
  "filename": "src/javascript/upgrade-dependencies.ts",
44041
- "line": 89
44790
+ "line": 83
44042
44791
  },
44043
44792
  "name": "signoff",
44044
44793
  "optional": true,
@@ -44057,7 +44806,7 @@
44057
44806
  "immutable": true,
44058
44807
  "locationInModule": {
44059
44808
  "filename": "src/javascript/upgrade-dependencies.ts",
44060
- "line": 75
44809
+ "line": 69
44061
44810
  },
44062
44811
  "name": "taskName",
44063
44812
  "optional": true,
@@ -44076,7 +44825,7 @@
44076
44825
  "immutable": true,
44077
44826
  "locationInModule": {
44078
44827
  "filename": "src/javascript/upgrade-dependencies.ts",
44079
- "line": 60
44828
+ "line": 54
44080
44829
  },
44081
44830
  "name": "workflow",
44082
44831
  "optional": true,
@@ -44095,7 +44844,7 @@
44095
44844
  "immutable": true,
44096
44845
  "locationInModule": {
44097
44846
  "filename": "src/javascript/upgrade-dependencies.ts",
44098
- "line": 67
44847
+ "line": 61
44099
44848
  },
44100
44849
  "name": "workflowOptions",
44101
44850
  "optional": true,
@@ -44116,7 +44865,7 @@
44116
44865
  "kind": "class",
44117
44866
  "locationInModule": {
44118
44867
  "filename": "src/javascript/upgrade-dependencies.ts",
44119
- "line": 505
44868
+ "line": 457
44120
44869
  },
44121
44870
  "methods": [
44122
44871
  {
@@ -44126,7 +44875,7 @@
44126
44875
  },
44127
44876
  "locationInModule": {
44128
44877
  "filename": "src/javascript/upgrade-dependencies.ts",
44129
- "line": 540
44878
+ "line": 492
44130
44879
  },
44131
44880
  "name": "expressions",
44132
44881
  "parameters": [
@@ -44162,7 +44911,7 @@
44162
44911
  "immutable": true,
44163
44912
  "locationInModule": {
44164
44913
  "filename": "src/javascript/upgrade-dependencies.ts",
44165
- "line": 514
44914
+ "line": 466
44166
44915
  },
44167
44916
  "name": "DAILY",
44168
44917
  "static": true,
@@ -44179,7 +44928,7 @@
44179
44928
  "immutable": true,
44180
44929
  "locationInModule": {
44181
44930
  "filename": "src/javascript/upgrade-dependencies.ts",
44182
- "line": 533
44931
+ "line": 485
44183
44932
  },
44184
44933
  "name": "MONTHLY",
44185
44934
  "static": true,
@@ -44196,7 +44945,7 @@
44196
44945
  "immutable": true,
44197
44946
  "locationInModule": {
44198
44947
  "filename": "src/javascript/upgrade-dependencies.ts",
44199
- "line": 509
44948
+ "line": 461
44200
44949
  },
44201
44950
  "name": "NEVER",
44202
44951
  "static": true,
@@ -44213,7 +44962,7 @@
44213
44962
  "immutable": true,
44214
44963
  "locationInModule": {
44215
44964
  "filename": "src/javascript/upgrade-dependencies.ts",
44216
- "line": 519
44965
+ "line": 471
44217
44966
  },
44218
44967
  "name": "WEEKDAY",
44219
44968
  "static": true,
@@ -44230,7 +44979,7 @@
44230
44979
  "immutable": true,
44231
44980
  "locationInModule": {
44232
44981
  "filename": "src/javascript/upgrade-dependencies.ts",
44233
- "line": 526
44982
+ "line": 478
44234
44983
  },
44235
44984
  "name": "WEEKLY",
44236
44985
  "static": true,
@@ -44245,7 +44994,7 @@
44245
44994
  "immutable": true,
44246
44995
  "locationInModule": {
44247
44996
  "filename": "src/javascript/upgrade-dependencies.ts",
44248
- "line": 544
44997
+ "line": 496
44249
44998
  },
44250
44999
  "name": "cron",
44251
45000
  "type": {
@@ -44271,7 +45020,7 @@
44271
45020
  "kind": "interface",
44272
45021
  "locationInModule": {
44273
45022
  "filename": "src/javascript/upgrade-dependencies.ts",
44274
- "line": 433
45023
+ "line": 385
44275
45024
  },
44276
45025
  "name": "UpgradeDependenciesWorkflowOptions",
44277
45026
  "namespace": "javascript",
@@ -44286,7 +45035,7 @@
44286
45035
  "immutable": true,
44287
45036
  "locationInModule": {
44288
45037
  "filename": "src/javascript/upgrade-dependencies.ts",
44289
- "line": 466
45038
+ "line": 418
44290
45039
  },
44291
45040
  "name": "assignees",
44292
45041
  "optional": true,
@@ -44309,7 +45058,7 @@
44309
45058
  "immutable": true,
44310
45059
  "locationInModule": {
44311
45060
  "filename": "src/javascript/upgrade-dependencies.ts",
44312
- "line": 480
45061
+ "line": 432
44313
45062
  },
44314
45063
  "name": "branches",
44315
45064
  "optional": true,
@@ -44332,7 +45081,7 @@
44332
45081
  "immutable": true,
44333
45082
  "locationInModule": {
44334
45083
  "filename": "src/javascript/upgrade-dependencies.ts",
44335
- "line": 473
45084
+ "line": 425
44336
45085
  },
44337
45086
  "name": "container",
44338
45087
  "optional": true,
@@ -44350,7 +45099,7 @@
44350
45099
  "immutable": true,
44351
45100
  "locationInModule": {
44352
45101
  "filename": "src/javascript/upgrade-dependencies.ts",
44353
- "line": 486
45102
+ "line": 438
44354
45103
  },
44355
45104
  "name": "gitIdentity",
44356
45105
  "optional": true,
@@ -44368,7 +45117,7 @@
44368
45117
  "immutable": true,
44369
45118
  "locationInModule": {
44370
45119
  "filename": "src/javascript/upgrade-dependencies.ts",
44371
- "line": 459
45120
+ "line": 411
44372
45121
  },
44373
45122
  "name": "labels",
44374
45123
  "optional": true,
@@ -44391,7 +45140,7 @@
44391
45140
  "immutable": true,
44392
45141
  "locationInModule": {
44393
45142
  "filename": "src/javascript/upgrade-dependencies.ts",
44394
- "line": 499
45143
+ "line": 451
44395
45144
  },
44396
45145
  "name": "permissions",
44397
45146
  "optional": true,
@@ -44411,7 +45160,7 @@
44411
45160
  "immutable": true,
44412
45161
  "locationInModule": {
44413
45162
  "filename": "src/javascript/upgrade-dependencies.ts",
44414
- "line": 452
45163
+ "line": 404
44415
45164
  },
44416
45165
  "name": "projenCredentials",
44417
45166
  "optional": true,
@@ -44429,7 +45178,7 @@
44429
45178
  "immutable": true,
44430
45179
  "locationInModule": {
44431
45180
  "filename": "src/javascript/upgrade-dependencies.ts",
44432
- "line": 492
45181
+ "line": 444
44433
45182
  },
44434
45183
  "name": "runsOn",
44435
45184
  "optional": true,
@@ -44452,7 +45201,7 @@
44452
45201
  "immutable": true,
44453
45202
  "locationInModule": {
44454
45203
  "filename": "src/javascript/upgrade-dependencies.ts",
44455
- "line": 439
45204
+ "line": 391
44456
45205
  },
44457
45206
  "name": "schedule",
44458
45207
  "optional": true,
@@ -53398,6 +54147,6 @@
53398
54147
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
53399
54148
  }
53400
54149
  },
53401
- "version": "0.70.12",
53402
- "fingerprint": "Rd/s8rkrhxqIztuXVAjYtVsgddo4FypgsggyAsLMutI="
54150
+ "version": "0.70.14",
54151
+ "fingerprint": "18Mdlq89EUUJTqU5a/b6bmiKWJA8TS0VbubDcTzfRLM="
53403
54152
  }