projen 0.67.61 → 0.67.63

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 (132) hide show
  1. package/.jsii +239 -94
  2. package/docs/api/API.md +86 -0
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +5 -2
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.d.ts +8 -0
  39. package/lib/gitattributes.js +14 -2
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.d.ts +11 -0
  47. package/lib/github/github.js +9 -2
  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.d.ts +6 -0
  53. package/lib/github/task-workflow.js +11 -6
  54. package/lib/github/workflow-actions.d.ts +6 -0
  55. package/lib/github/workflow-actions.js +2 -1
  56. package/lib/github/workflows.js +1 -1
  57. package/lib/gitlab/configuration.js +1 -1
  58. package/lib/gitlab/gitlab-configuration.js +1 -1
  59. package/lib/gitlab/nested-configuration.js +1 -1
  60. package/lib/gitpod.js +1 -1
  61. package/lib/ignore-file.js +1 -1
  62. package/lib/ini.js +1 -1
  63. package/lib/java/java-project.js +1 -1
  64. package/lib/java/junit.js +1 -1
  65. package/lib/java/maven-compile.js +1 -1
  66. package/lib/java/maven-packaging.js +1 -1
  67. package/lib/java/maven-sample.js +1 -1
  68. package/lib/java/pom.js +1 -1
  69. package/lib/java/projenrc.js +1 -1
  70. package/lib/javascript/bundler.js +1 -1
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +1 -1
  73. package/lib/javascript/node-package.js +1 -1
  74. package/lib/javascript/node-project.js +1 -1
  75. package/lib/javascript/npm-config.js +1 -1
  76. package/lib/javascript/prettier.js +1 -1
  77. package/lib/javascript/projenrc.js +1 -1
  78. package/lib/javascript/typescript-config.js +1 -1
  79. package/lib/javascript/upgrade-dependencies.js +10 -6
  80. package/lib/json-patch.js +1 -1
  81. package/lib/json.js +1 -1
  82. package/lib/license.js +1 -1
  83. package/lib/logger.js +1 -1
  84. package/lib/makefile.js +1 -1
  85. package/lib/object-file.js +1 -1
  86. package/lib/project-build.js +1 -1
  87. package/lib/project.d.ts +15 -0
  88. package/lib/project.js +7 -2
  89. package/lib/projects.js +1 -1
  90. package/lib/projenrc-json.js +1 -1
  91. package/lib/python/pip.js +1 -1
  92. package/lib/python/poetry.js +2 -2
  93. package/lib/python/projenrc.js +1 -1
  94. package/lib/python/pytest-sample.js +1 -1
  95. package/lib/python/pytest.js +1 -1
  96. package/lib/python/python-project.js +1 -1
  97. package/lib/python/python-sample.js +1 -1
  98. package/lib/python/requirements-file.js +1 -1
  99. package/lib/python/setuppy.js +1 -1
  100. package/lib/python/setuptools.js +1 -1
  101. package/lib/python/venv.js +1 -1
  102. package/lib/readme.js +1 -1
  103. package/lib/release/publisher.js +1 -1
  104. package/lib/release/release-trigger.js +1 -1
  105. package/lib/release/release.js +1 -1
  106. package/lib/renovatebot.js +1 -1
  107. package/lib/run-task.js +1882 -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.js +1 -1
  118. package/lib/typescript/typescript-typedoc.js +1 -1
  119. package/lib/typescript/typescript.js +3 -3
  120. package/lib/version.js +1 -1
  121. package/lib/vscode/devcontainer.js +1 -1
  122. package/lib/vscode/extensions.js +1 -1
  123. package/lib/vscode/launch-config.js +1 -1
  124. package/lib/vscode/settings.js +1 -1
  125. package/lib/vscode/vscode.js +1 -1
  126. package/lib/web/next.js +3 -3
  127. package/lib/web/postcss.js +1 -1
  128. package/lib/web/react.js +4 -4
  129. package/lib/web/tailwind.js +1 -1
  130. package/lib/xmlfile.js +1 -1
  131. package/lib/yaml.js +1 -1
  132. package/package.json +1 -1
package/.jsii CHANGED
@@ -3105,6 +3105,25 @@
3105
3105
  ],
3106
3106
  "variadic": true
3107
3107
  },
3108
+ {
3109
+ "docs": {
3110
+ "stability": "experimental",
3111
+ "summary": "Add attributes necessary to mark these files as stored in LFS."
3112
+ },
3113
+ "locationInModule": {
3114
+ "filename": "src/gitattributes.ts",
3115
+ "line": 36
3116
+ },
3117
+ "name": "addLfsPattern",
3118
+ "parameters": [
3119
+ {
3120
+ "name": "glob",
3121
+ "type": {
3122
+ "primitive": "string"
3123
+ }
3124
+ }
3125
+ ]
3126
+ },
3108
3127
  {
3109
3128
  "docs": {
3110
3129
  "stability": "experimental",
@@ -3112,7 +3131,7 @@
3112
3131
  },
3113
3132
  "locationInModule": {
3114
3133
  "filename": "src/gitattributes.ts",
3115
- "line": 33
3134
+ "line": 49
3116
3135
  },
3117
3136
  "name": "synthesizeContent",
3118
3137
  "overrides": "projen.FileBase",
@@ -3134,8 +3153,66 @@
3134
3153
  }
3135
3154
  ],
3136
3155
  "name": "GitAttributesFile",
3156
+ "properties": [
3157
+ {
3158
+ "docs": {
3159
+ "stability": "experimental",
3160
+ "summary": "Whether the current gitattributes file has any LFS patterns."
3161
+ },
3162
+ "immutable": true,
3163
+ "locationInModule": {
3164
+ "filename": "src/gitattributes.ts",
3165
+ "line": 43
3166
+ },
3167
+ "name": "hasLfsPatterns",
3168
+ "type": {
3169
+ "primitive": "boolean"
3170
+ }
3171
+ }
3172
+ ],
3137
3173
  "symbolId": "src/gitattributes:GitAttributesFile"
3138
3174
  },
3175
+ "projen.GitOptions": {
3176
+ "assembly": "projen",
3177
+ "datatype": true,
3178
+ "docs": {
3179
+ "stability": "experimental",
3180
+ "summary": "Git configuration options."
3181
+ },
3182
+ "fqn": "projen.GitOptions",
3183
+ "kind": "interface",
3184
+ "locationInModule": {
3185
+ "filename": "src/project.ts",
3186
+ "line": 114
3187
+ },
3188
+ "name": "GitOptions",
3189
+ "properties": [
3190
+ {
3191
+ "abstract": true,
3192
+ "docs": {
3193
+ "default": "- No files stored in LFS",
3194
+ "stability": "experimental",
3195
+ "summary": "File patterns to mark as stored in Git LFS."
3196
+ },
3197
+ "immutable": true,
3198
+ "locationInModule": {
3199
+ "filename": "src/project.ts",
3200
+ "line": 120
3201
+ },
3202
+ "name": "lfsPatterns",
3203
+ "optional": true,
3204
+ "type": {
3205
+ "collection": {
3206
+ "elementtype": {
3207
+ "primitive": "string"
3208
+ },
3209
+ "kind": "array"
3210
+ }
3211
+ }
3212
+ }
3213
+ ],
3214
+ "symbolId": "src/project:GitOptions"
3215
+ },
3139
3216
  "projen.Gitpod": {
3140
3217
  "assembly": "projen",
3141
3218
  "base": "projen.Component",
@@ -4632,7 +4709,7 @@
4632
4709
  "kind": "interface",
4633
4710
  "locationInModule": {
4634
4711
  "filename": "src/project.ts",
4635
- "line": 682
4712
+ "line": 711
4636
4713
  },
4637
4714
  "name": "InitProject",
4638
4715
  "properties": [
@@ -4645,7 +4722,7 @@
4645
4722
  "immutable": true,
4646
4723
  "locationInModule": {
4647
4724
  "filename": "src/project.ts",
4648
- "line": 691
4725
+ "line": 720
4649
4726
  },
4650
4727
  "name": "args",
4651
4728
  "type": {
@@ -4668,7 +4745,7 @@
4668
4745
  "immutable": true,
4669
4746
  "locationInModule": {
4670
4747
  "filename": "src/project.ts",
4671
- "line": 702
4748
+ "line": 731
4672
4749
  },
4673
4750
  "name": "comments",
4674
4751
  "type": {
@@ -4684,7 +4761,7 @@
4684
4761
  "immutable": true,
4685
4762
  "locationInModule": {
4686
4763
  "filename": "src/project.ts",
4687
- "line": 686
4764
+ "line": 715
4688
4765
  },
4689
4766
  "name": "fqn",
4690
4767
  "type": {
@@ -4700,7 +4777,7 @@
4700
4777
  "immutable": true,
4701
4778
  "locationInModule": {
4702
4779
  "filename": "src/project.ts",
4703
- "line": 696
4780
+ "line": 725
4704
4781
  },
4705
4782
  "name": "type",
4706
4783
  "type": {
@@ -6133,7 +6210,7 @@
6133
6210
  },
6134
6211
  "locationInModule": {
6135
6212
  "filename": "src/project.ts",
6136
- "line": 203
6213
+ "line": 220
6137
6214
  },
6138
6215
  "parameters": [
6139
6216
  {
@@ -6147,7 +6224,7 @@
6147
6224
  "kind": "class",
6148
6225
  "locationInModule": {
6149
6226
  "filename": "src/project.ts",
6150
- "line": 109
6227
+ "line": 126
6151
6228
  },
6152
6229
  "methods": [
6153
6230
  {
@@ -6158,7 +6235,7 @@
6158
6235
  },
6159
6236
  "locationInModule": {
6160
6237
  "filename": "src/project.ts",
6161
- "line": 456
6238
+ "line": 485
6162
6239
  },
6163
6240
  "name": "addExcludeFromCleanup",
6164
6241
  "parameters": [
@@ -6182,7 +6259,7 @@
6182
6259
  },
6183
6260
  "locationInModule": {
6184
6261
  "filename": "src/project.ts",
6185
- "line": 485
6262
+ "line": 514
6186
6263
  },
6187
6264
  "name": "addGitIgnore",
6188
6265
  "parameters": [
@@ -6205,7 +6282,7 @@
6205
6282
  },
6206
6283
  "locationInModule": {
6207
6284
  "filename": "src/project.ts",
6208
- "line": 477
6285
+ "line": 506
6209
6286
  },
6210
6287
  "name": "addPackageIgnore",
6211
6288
  "parameters": [
@@ -6228,7 +6305,7 @@
6228
6305
  },
6229
6306
  "locationInModule": {
6230
6307
  "filename": "src/project.ts",
6231
- "line": 308
6308
+ "line": 337
6232
6309
  },
6233
6310
  "name": "addTask",
6234
6311
  "parameters": [
@@ -6266,7 +6343,7 @@
6266
6343
  },
6267
6344
  "locationInModule": {
6268
6345
  "filename": "src/project.ts",
6269
- "line": 446
6346
+ "line": 475
6270
6347
  },
6271
6348
  "name": "addTip",
6272
6349
  "parameters": [
@@ -6289,7 +6366,7 @@
6289
6366
  },
6290
6367
  "locationInModule": {
6291
6368
  "filename": "src/project.ts",
6292
- "line": 496
6369
+ "line": 525
6293
6370
  },
6294
6371
  "name": "annotateGenerated",
6295
6372
  "parameters": [
@@ -6312,7 +6389,7 @@
6312
6389
  },
6313
6390
  "locationInModule": {
6314
6391
  "filename": "src/project.ts",
6315
- "line": 584
6392
+ "line": 613
6316
6393
  },
6317
6394
  "name": "postSynthesize"
6318
6395
  },
@@ -6323,7 +6400,7 @@
6323
6400
  },
6324
6401
  "locationInModule": {
6325
6402
  "filename": "src/project.ts",
6326
- "line": 579
6403
+ "line": 608
6327
6404
  },
6328
6405
  "name": "preSynthesize"
6329
6406
  },
@@ -6335,7 +6412,7 @@
6335
6412
  },
6336
6413
  "locationInModule": {
6337
6414
  "filename": "src/project.ts",
6338
- "line": 319
6415
+ "line": 348
6339
6416
  },
6340
6417
  "name": "removeTask",
6341
6418
  "parameters": [
@@ -6364,7 +6441,7 @@
6364
6441
  },
6365
6442
  "locationInModule": {
6366
6443
  "filename": "src/project.ts",
6367
- "line": 467
6444
+ "line": 496
6368
6445
  },
6369
6446
  "name": "runTaskCommand",
6370
6447
  "parameters": [
@@ -6392,7 +6469,7 @@
6392
6469
  },
6393
6470
  "locationInModule": {
6394
6471
  "filename": "src/project.ts",
6395
- "line": 510
6472
+ "line": 539
6396
6473
  },
6397
6474
  "name": "synth"
6398
6475
  },
@@ -6404,7 +6481,7 @@
6404
6481
  },
6405
6482
  "locationInModule": {
6406
6483
  "filename": "src/project.ts",
6407
- "line": 350
6484
+ "line": 379
6408
6485
  },
6409
6486
  "name": "tryFindFile",
6410
6487
  "parameters": [
@@ -6434,7 +6511,7 @@
6434
6511
  },
6435
6512
  "locationInModule": {
6436
6513
  "filename": "src/project.ts",
6437
- "line": 375
6514
+ "line": 404
6438
6515
  },
6439
6516
  "name": "tryFindJsonFile",
6440
6517
  "parameters": [
@@ -6462,7 +6539,7 @@
6462
6539
  },
6463
6540
  "locationInModule": {
6464
6541
  "filename": "src/project.ts",
6465
- "line": 394
6542
+ "line": 423
6466
6543
  },
6467
6544
  "name": "tryFindObjectFile",
6468
6545
  "parameters": [
@@ -6491,7 +6568,7 @@
6491
6568
  },
6492
6569
  "locationInModule": {
6493
6570
  "filename": "src/project.ts",
6494
- "line": 418
6571
+ "line": 447
6495
6572
  },
6496
6573
  "name": "tryRemoveFile",
6497
6574
  "parameters": [
@@ -6526,7 +6603,7 @@
6526
6603
  "immutable": true,
6527
6604
  "locationInModule": {
6528
6605
  "filename": "src/project.ts",
6529
- "line": 114
6606
+ "line": 131
6530
6607
  },
6531
6608
  "name": "DEFAULT_TASK",
6532
6609
  "static": true,
@@ -6541,7 +6618,7 @@
6541
6618
  "immutable": true,
6542
6619
  "locationInModule": {
6543
6620
  "filename": "src/project.ts",
6544
- "line": 323
6621
+ "line": 352
6545
6622
  },
6546
6623
  "name": "buildTask",
6547
6624
  "type": {
@@ -6556,7 +6633,7 @@
6556
6633
  "immutable": true,
6557
6634
  "locationInModule": {
6558
6635
  "filename": "src/project.ts",
6559
- "line": 195
6636
+ "line": 212
6560
6637
  },
6561
6638
  "name": "commitGenerated",
6562
6639
  "type": {
@@ -6570,7 +6647,7 @@
6570
6647
  "immutable": true,
6571
6648
  "locationInModule": {
6572
6649
  "filename": "src/project.ts",
6573
- "line": 326
6650
+ "line": 355
6574
6651
  },
6575
6652
  "name": "compileTask",
6576
6653
  "type": {
@@ -6585,7 +6662,7 @@
6585
6662
  "immutable": true,
6586
6663
  "locationInModule": {
6587
6664
  "filename": "src/project.ts",
6588
- "line": 287
6665
+ "line": 316
6589
6666
  },
6590
6667
  "name": "components",
6591
6668
  "type": {
@@ -6605,7 +6682,7 @@
6605
6682
  "immutable": true,
6606
6683
  "locationInModule": {
6607
6684
  "filename": "src/project.ts",
6608
- "line": 154
6685
+ "line": 171
6609
6686
  },
6610
6687
  "name": "deps",
6611
6688
  "type": {
@@ -6620,7 +6697,7 @@
6620
6697
  "immutable": true,
6621
6698
  "locationInModule": {
6622
6699
  "filename": "src/project.ts",
6623
- "line": 572
6700
+ "line": 601
6624
6701
  },
6625
6702
  "name": "ejected",
6626
6703
  "type": {
@@ -6635,7 +6712,7 @@
6635
6712
  "immutable": true,
6636
6713
  "locationInModule": {
6637
6714
  "filename": "src/project.ts",
6638
- "line": 294
6715
+ "line": 323
6639
6716
  },
6640
6717
  "name": "files",
6641
6718
  "type": {
@@ -6655,7 +6732,7 @@
6655
6732
  "immutable": true,
6656
6733
  "locationInModule": {
6657
6734
  "filename": "src/project.ts",
6658
- "line": 129
6735
+ "line": 146
6659
6736
  },
6660
6737
  "name": "gitattributes",
6661
6738
  "type": {
@@ -6670,7 +6747,7 @@
6670
6747
  "immutable": true,
6671
6748
  "locationInModule": {
6672
6749
  "filename": "src/project.ts",
6673
- "line": 124
6750
+ "line": 141
6674
6751
  },
6675
6752
  "name": "gitignore",
6676
6753
  "type": {
@@ -6685,7 +6762,7 @@
6685
6762
  "immutable": true,
6686
6763
  "locationInModule": {
6687
6764
  "filename": "src/project.ts",
6688
- "line": 159
6765
+ "line": 176
6689
6766
  },
6690
6767
  "name": "logger",
6691
6768
  "type": {
@@ -6700,7 +6777,7 @@
6700
6777
  "immutable": true,
6701
6778
  "locationInModule": {
6702
6779
  "filename": "src/project.ts",
6703
- "line": 119
6780
+ "line": 136
6704
6781
  },
6705
6782
  "name": "name",
6706
6783
  "type": {
@@ -6715,7 +6792,7 @@
6715
6792
  "immutable": true,
6716
6793
  "locationInModule": {
6717
6794
  "filename": "src/project.ts",
6718
- "line": 139
6795
+ "line": 156
6719
6796
  },
6720
6797
  "name": "outdir",
6721
6798
  "type": {
@@ -6729,7 +6806,7 @@
6729
6806
  "immutable": true,
6730
6807
  "locationInModule": {
6731
6808
  "filename": "src/project.ts",
6732
- "line": 338
6809
+ "line": 367
6733
6810
  },
6734
6811
  "name": "packageTask",
6735
6812
  "type": {
@@ -6743,7 +6820,7 @@
6743
6820
  "immutable": true,
6744
6821
  "locationInModule": {
6745
6822
  "filename": "src/project.ts",
6746
- "line": 335
6823
+ "line": 364
6747
6824
  },
6748
6825
  "name": "postCompileTask",
6749
6826
  "type": {
@@ -6757,7 +6834,7 @@
6757
6834
  "immutable": true,
6758
6835
  "locationInModule": {
6759
6836
  "filename": "src/project.ts",
6760
- "line": 332
6837
+ "line": 361
6761
6838
  },
6762
6839
  "name": "preCompileTask",
6763
6840
  "type": {
@@ -6772,7 +6849,7 @@
6772
6849
  "immutable": true,
6773
6850
  "locationInModule": {
6774
6851
  "filename": "src/project.ts",
6775
- "line": 190
6852
+ "line": 207
6776
6853
  },
6777
6854
  "name": "projectBuild",
6778
6855
  "type": {
@@ -6787,7 +6864,7 @@
6787
6864
  "immutable": true,
6788
6865
  "locationInModule": {
6789
6866
  "filename": "src/project.ts",
6790
- "line": 171
6867
+ "line": 188
6791
6868
  },
6792
6869
  "name": "projenCommand",
6793
6870
  "type": {
@@ -6802,7 +6879,7 @@
6802
6879
  "immutable": true,
6803
6880
  "locationInModule": {
6804
6881
  "filename": "src/project.ts",
6805
- "line": 144
6882
+ "line": 161
6806
6883
  },
6807
6884
  "name": "root",
6808
6885
  "type": {
@@ -6817,7 +6894,7 @@
6817
6894
  "immutable": true,
6818
6895
  "locationInModule": {
6819
6896
  "filename": "src/project.ts",
6820
- "line": 149
6897
+ "line": 166
6821
6898
  },
6822
6899
  "name": "tasks",
6823
6900
  "type": {
@@ -6831,7 +6908,7 @@
6831
6908
  "immutable": true,
6832
6909
  "locationInModule": {
6833
6910
  "filename": "src/project.ts",
6834
- "line": 329
6911
+ "line": 358
6835
6912
  },
6836
6913
  "name": "testTask",
6837
6914
  "type": {
@@ -6847,7 +6924,7 @@
6847
6924
  "immutable": true,
6848
6925
  "locationInModule": {
6849
6926
  "filename": "src/project.ts",
6850
- "line": 177
6927
+ "line": 194
6851
6928
  },
6852
6929
  "name": "defaultTask",
6853
6930
  "optional": true,
@@ -6864,7 +6941,7 @@
6864
6941
  "immutable": true,
6865
6942
  "locationInModule": {
6866
6943
  "filename": "src/project.ts",
6867
- "line": 166
6944
+ "line": 183
6868
6945
  },
6869
6946
  "name": "initProject",
6870
6947
  "optional": true,
@@ -6881,7 +6958,7 @@
6881
6958
  "immutable": true,
6882
6959
  "locationInModule": {
6883
6960
  "filename": "src/project.ts",
6884
- "line": 134
6961
+ "line": 151
6885
6962
  },
6886
6963
  "name": "parent",
6887
6964
  "optional": true,
@@ -7072,6 +7149,23 @@
7072
7149
  "primitive": "boolean"
7073
7150
  }
7074
7151
  },
7152
+ {
7153
+ "abstract": true,
7154
+ "docs": {
7155
+ "stability": "experimental",
7156
+ "summary": "Configuration options for git."
7157
+ },
7158
+ "immutable": true,
7159
+ "locationInModule": {
7160
+ "filename": "src/project.ts",
7161
+ "line": 108
7162
+ },
7163
+ "name": "gitOptions",
7164
+ "optional": true,
7165
+ "type": {
7166
+ "fqn": "projen.GitOptions"
7167
+ }
7168
+ },
7075
7169
  {
7076
7170
  "abstract": true,
7077
7171
  "docs": {
@@ -7231,7 +7325,7 @@
7231
7325
  "kind": "enum",
7232
7326
  "locationInModule": {
7233
7327
  "filename": "src/project.ts",
7234
- "line": 659
7328
+ "line": 688
7235
7329
  },
7236
7330
  "members": [
7237
7331
  {
@@ -14238,7 +14332,7 @@
14238
14332
  "kind": "interface",
14239
14333
  "locationInModule": {
14240
14334
  "filename": "src/build/build-workflow.ts",
14241
- "line": 425
14335
+ "line": 428
14242
14336
  },
14243
14337
  "name": "AddPostBuildJobCommandsOptions",
14244
14338
  "namespace": "build",
@@ -14253,7 +14347,7 @@
14253
14347
  "immutable": true,
14254
14348
  "locationInModule": {
14255
14349
  "filename": "src/build/build-workflow.ts",
14256
- "line": 437
14350
+ "line": 440
14257
14351
  },
14258
14352
  "name": "checkoutRepo",
14259
14353
  "optional": true,
@@ -14272,7 +14366,7 @@
14272
14366
  "immutable": true,
14273
14367
  "locationInModule": {
14274
14368
  "filename": "src/build/build-workflow.ts",
14275
- "line": 447
14369
+ "line": 450
14276
14370
  },
14277
14371
  "name": "installDeps",
14278
14372
  "optional": true,
@@ -14290,7 +14384,7 @@
14290
14384
  "immutable": true,
14291
14385
  "locationInModule": {
14292
14386
  "filename": "src/build/build-workflow.ts",
14293
- "line": 453
14387
+ "line": 456
14294
14388
  },
14295
14389
  "name": "runsOn",
14296
14390
  "optional": true,
@@ -14312,7 +14406,7 @@
14312
14406
  "immutable": true,
14313
14407
  "locationInModule": {
14314
14408
  "filename": "src/build/build-workflow.ts",
14315
- "line": 429
14409
+ "line": 432
14316
14410
  },
14317
14411
  "name": "tools",
14318
14412
  "optional": true,
@@ -14334,7 +14428,7 @@
14334
14428
  "kind": "interface",
14335
14429
  "locationInModule": {
14336
14430
  "filename": "src/build/build-workflow.ts",
14337
- "line": 409
14431
+ "line": 412
14338
14432
  },
14339
14433
  "name": "AddPostBuildJobTaskOptions",
14340
14434
  "namespace": "build",
@@ -14349,7 +14443,7 @@
14349
14443
  "immutable": true,
14350
14444
  "locationInModule": {
14351
14445
  "filename": "src/build/build-workflow.ts",
14352
- "line": 419
14446
+ "line": 422
14353
14447
  },
14354
14448
  "name": "runsOn",
14355
14449
  "optional": true,
@@ -14371,7 +14465,7 @@
14371
14465
  "immutable": true,
14372
14466
  "locationInModule": {
14373
14467
  "filename": "src/build/build-workflow.ts",
14374
- "line": 413
14468
+ "line": 416
14375
14469
  },
14376
14470
  "name": "tools",
14377
14471
  "optional": true,
@@ -20066,7 +20160,7 @@
20066
20160
  },
20067
20161
  "locationInModule": {
20068
20162
  "filename": "src/github/github.ts",
20069
- "line": 97
20163
+ "line": 106
20070
20164
  },
20071
20165
  "parameters": [
20072
20166
  {
@@ -20087,7 +20181,7 @@
20087
20181
  "kind": "class",
20088
20182
  "locationInModule": {
20089
20183
  "filename": "src/github/github.ts",
20090
- "line": 66
20184
+ "line": 73
20091
20185
  },
20092
20186
  "methods": [
20093
20187
  {
@@ -20097,7 +20191,7 @@
20097
20191
  },
20098
20192
  "locationInModule": {
20099
20193
  "filename": "src/github/github.ts",
20100
- "line": 71
20194
+ "line": 78
20101
20195
  },
20102
20196
  "name": "of",
20103
20197
  "parameters": [
@@ -20122,7 +20216,7 @@
20122
20216
  },
20123
20217
  "locationInModule": {
20124
20218
  "filename": "src/github/github.ts",
20125
- "line": 156
20219
+ "line": 167
20126
20220
  },
20127
20221
  "name": "addDependabot",
20128
20222
  "parameters": [
@@ -20146,7 +20240,7 @@
20146
20240
  },
20147
20241
  "locationInModule": {
20148
20242
  "filename": "src/github/github.ts",
20149
- "line": 152
20243
+ "line": 163
20150
20244
  },
20151
20245
  "name": "addPullRequestTemplate",
20152
20246
  "parameters": [
@@ -20173,7 +20267,7 @@
20173
20267
  },
20174
20268
  "locationInModule": {
20175
20269
  "filename": "src/github/github.ts",
20176
- "line": 147
20270
+ "line": 158
20177
20271
  },
20178
20272
  "name": "addWorkflow",
20179
20273
  "parameters": [
@@ -20201,7 +20295,7 @@
20201
20295
  },
20202
20296
  "locationInModule": {
20203
20297
  "filename": "src/github/github.ts",
20204
- "line": 164
20298
+ "line": 175
20205
20299
  },
20206
20300
  "name": "tryFindWorkflow",
20207
20301
  "parameters": [
@@ -20233,13 +20327,28 @@
20233
20327
  "immutable": true,
20234
20328
  "locationInModule": {
20235
20329
  "filename": "src/github/github.ts",
20236
- "line": 95
20330
+ "line": 102
20237
20331
  },
20238
20332
  "name": "actions",
20239
20333
  "type": {
20240
20334
  "fqn": "projen.github.GitHubActionsProvider"
20241
20335
  }
20242
20336
  },
20337
+ {
20338
+ "docs": {
20339
+ "stability": "experimental",
20340
+ "summary": "Whether downloading from LFS is enabled for this GitHub project."
20341
+ },
20342
+ "immutable": true,
20343
+ "locationInModule": {
20344
+ "filename": "src/github/github.ts",
20345
+ "line": 182
20346
+ },
20347
+ "name": "downloadLfs",
20348
+ "type": {
20349
+ "primitive": "boolean"
20350
+ }
20351
+ },
20243
20352
  {
20244
20353
  "docs": {
20245
20354
  "stability": "experimental",
@@ -20248,7 +20357,7 @@
20248
20357
  "immutable": true,
20249
20358
  "locationInModule": {
20250
20359
  "filename": "src/github/github.ts",
20251
- "line": 90
20360
+ "line": 97
20252
20361
  },
20253
20362
  "name": "projenCredentials",
20254
20363
  "type": {
@@ -20263,7 +20372,7 @@
20263
20372
  "immutable": true,
20264
20373
  "locationInModule": {
20265
20374
  "filename": "src/github/github.ts",
20266
- "line": 134
20375
+ "line": 145
20267
20376
  },
20268
20377
  "name": "workflows",
20269
20378
  "type": {
@@ -20283,7 +20392,7 @@
20283
20392
  "immutable": true,
20284
20393
  "locationInModule": {
20285
20394
  "filename": "src/github/github.ts",
20286
- "line": 85
20395
+ "line": 92
20287
20396
  },
20288
20397
  "name": "workflowsEnabled",
20289
20398
  "type": {
@@ -20299,7 +20408,7 @@
20299
20408
  "immutable": true,
20300
20409
  "locationInModule": {
20301
20410
  "filename": "src/github/github.ts",
20302
- "line": 80
20411
+ "line": 87
20303
20412
  },
20304
20413
  "name": "mergify",
20305
20414
  "optional": true,
@@ -20399,6 +20508,24 @@
20399
20508
  "name": "GitHubOptions",
20400
20509
  "namespace": "github",
20401
20510
  "properties": [
20511
+ {
20512
+ "abstract": true,
20513
+ "docs": {
20514
+ "default": "true if the associated project has `lfsPatterns`, `false` otherwise",
20515
+ "stability": "experimental",
20516
+ "summary": "Download files in LFS in workflows."
20517
+ },
20518
+ "immutable": true,
20519
+ "locationInModule": {
20520
+ "filename": "src/github/github.ts",
20521
+ "line": 70
20522
+ },
20523
+ "name": "downloadLfs",
20524
+ "optional": true,
20525
+ "type": {
20526
+ "primitive": "boolean"
20527
+ }
20528
+ },
20402
20529
  {
20403
20530
  "abstract": true,
20404
20531
  "docs": {
@@ -21044,7 +21171,7 @@
21044
21171
  "kind": "interface",
21045
21172
  "locationInModule": {
21046
21173
  "filename": "src/github/task-workflow.ts",
21047
- "line": 208
21174
+ "line": 222
21048
21175
  },
21049
21176
  "name": "GitIdentity",
21050
21177
  "namespace": "github",
@@ -21058,7 +21185,7 @@
21058
21185
  "immutable": true,
21059
21186
  "locationInModule": {
21060
21187
  "filename": "src/github/task-workflow.ts",
21061
- "line": 217
21188
+ "line": 231
21062
21189
  },
21063
21190
  "name": "email",
21064
21191
  "type": {
@@ -21074,7 +21201,7 @@
21074
21201
  "immutable": true,
21075
21202
  "locationInModule": {
21076
21203
  "filename": "src/github/task-workflow.ts",
21077
- "line": 212
21204
+ "line": 226
21078
21205
  },
21079
21206
  "name": "name",
21080
21207
  "type": {
@@ -22559,7 +22686,7 @@
22559
22686
  },
22560
22687
  "locationInModule": {
22561
22688
  "filename": "src/github/task-workflow.ts",
22562
- "line": 126
22689
+ "line": 133
22563
22690
  },
22564
22691
  "parameters": [
22565
22692
  {
@@ -22579,7 +22706,7 @@
22579
22706
  "kind": "class",
22580
22707
  "locationInModule": {
22581
22708
  "filename": "src/github/task-workflow.ts",
22582
- "line": 121
22709
+ "line": 128
22583
22710
  },
22584
22711
  "name": "TaskWorkflow",
22585
22712
  "namespace": "github",
@@ -22591,7 +22718,7 @@
22591
22718
  "immutable": true,
22592
22719
  "locationInModule": {
22593
22720
  "filename": "src/github/task-workflow.ts",
22594
- "line": 123
22721
+ "line": 130
22595
22722
  },
22596
22723
  "name": "jobId",
22597
22724
  "type": {
@@ -22605,7 +22732,7 @@
22605
22732
  "immutable": true,
22606
22733
  "locationInModule": {
22607
22734
  "filename": "src/github/task-workflow.ts",
22608
- "line": 124
22735
+ "line": 131
22609
22736
  },
22610
22737
  "name": "artifactsDirectory",
22611
22738
  "optional": true,
@@ -22754,6 +22881,24 @@
22754
22881
  "fqn": "projen.github.workflows.ContainerOptions"
22755
22882
  }
22756
22883
  },
22884
+ {
22885
+ "abstract": true,
22886
+ "docs": {
22887
+ "default": "- Use the setting on the corresponding GitHub project",
22888
+ "stability": "experimental",
22889
+ "summary": "Whether to download files from Git LFS for this workflow."
22890
+ },
22891
+ "immutable": true,
22892
+ "locationInModule": {
22893
+ "filename": "src/github/task-workflow.ts",
22894
+ "line": 122
22895
+ },
22896
+ "name": "downloadLfs",
22897
+ "optional": true,
22898
+ "type": {
22899
+ "primitive": "boolean"
22900
+ }
22901
+ },
22757
22902
  {
22758
22903
  "abstract": true,
22759
22904
  "docs": {
@@ -43055,7 +43200,7 @@
43055
43200
  "kind": "class",
43056
43201
  "locationInModule": {
43057
43202
  "filename": "src/javascript/upgrade-dependencies.ts",
43058
- "line": 490
43203
+ "line": 495
43059
43204
  },
43060
43205
  "methods": [
43061
43206
  {
@@ -43065,7 +43210,7 @@
43065
43210
  },
43066
43211
  "locationInModule": {
43067
43212
  "filename": "src/javascript/upgrade-dependencies.ts",
43068
- "line": 525
43213
+ "line": 530
43069
43214
  },
43070
43215
  "name": "expressions",
43071
43216
  "parameters": [
@@ -43101,7 +43246,7 @@
43101
43246
  "immutable": true,
43102
43247
  "locationInModule": {
43103
43248
  "filename": "src/javascript/upgrade-dependencies.ts",
43104
- "line": 499
43249
+ "line": 504
43105
43250
  },
43106
43251
  "name": "DAILY",
43107
43252
  "static": true,
@@ -43118,7 +43263,7 @@
43118
43263
  "immutable": true,
43119
43264
  "locationInModule": {
43120
43265
  "filename": "src/javascript/upgrade-dependencies.ts",
43121
- "line": 518
43266
+ "line": 523
43122
43267
  },
43123
43268
  "name": "MONTHLY",
43124
43269
  "static": true,
@@ -43135,7 +43280,7 @@
43135
43280
  "immutable": true,
43136
43281
  "locationInModule": {
43137
43282
  "filename": "src/javascript/upgrade-dependencies.ts",
43138
- "line": 494
43283
+ "line": 499
43139
43284
  },
43140
43285
  "name": "NEVER",
43141
43286
  "static": true,
@@ -43152,7 +43297,7 @@
43152
43297
  "immutable": true,
43153
43298
  "locationInModule": {
43154
43299
  "filename": "src/javascript/upgrade-dependencies.ts",
43155
- "line": 504
43300
+ "line": 509
43156
43301
  },
43157
43302
  "name": "WEEKDAY",
43158
43303
  "static": true,
@@ -43169,7 +43314,7 @@
43169
43314
  "immutable": true,
43170
43315
  "locationInModule": {
43171
43316
  "filename": "src/javascript/upgrade-dependencies.ts",
43172
- "line": 511
43317
+ "line": 516
43173
43318
  },
43174
43319
  "name": "WEEKLY",
43175
43320
  "static": true,
@@ -43184,7 +43329,7 @@
43184
43329
  "immutable": true,
43185
43330
  "locationInModule": {
43186
43331
  "filename": "src/javascript/upgrade-dependencies.ts",
43187
- "line": 529
43332
+ "line": 534
43188
43333
  },
43189
43334
  "name": "cron",
43190
43335
  "type": {
@@ -43210,7 +43355,7 @@
43210
43355
  "kind": "interface",
43211
43356
  "locationInModule": {
43212
43357
  "filename": "src/javascript/upgrade-dependencies.ts",
43213
- "line": 425
43358
+ "line": 430
43214
43359
  },
43215
43360
  "name": "UpgradeDependenciesWorkflowOptions",
43216
43361
  "namespace": "javascript",
@@ -43225,7 +43370,7 @@
43225
43370
  "immutable": true,
43226
43371
  "locationInModule": {
43227
43372
  "filename": "src/javascript/upgrade-dependencies.ts",
43228
- "line": 458
43373
+ "line": 463
43229
43374
  },
43230
43375
  "name": "assignees",
43231
43376
  "optional": true,
@@ -43248,7 +43393,7 @@
43248
43393
  "immutable": true,
43249
43394
  "locationInModule": {
43250
43395
  "filename": "src/javascript/upgrade-dependencies.ts",
43251
- "line": 472
43396
+ "line": 477
43252
43397
  },
43253
43398
  "name": "branches",
43254
43399
  "optional": true,
@@ -43271,7 +43416,7 @@
43271
43416
  "immutable": true,
43272
43417
  "locationInModule": {
43273
43418
  "filename": "src/javascript/upgrade-dependencies.ts",
43274
- "line": 465
43419
+ "line": 470
43275
43420
  },
43276
43421
  "name": "container",
43277
43422
  "optional": true,
@@ -43292,7 +43437,7 @@
43292
43437
  "immutable": true,
43293
43438
  "locationInModule": {
43294
43439
  "filename": "src/javascript/upgrade-dependencies.ts",
43295
- "line": 478
43440
+ "line": 483
43296
43441
  },
43297
43442
  "name": "gitIdentity",
43298
43443
  "optional": true,
@@ -43310,7 +43455,7 @@
43310
43455
  "immutable": true,
43311
43456
  "locationInModule": {
43312
43457
  "filename": "src/javascript/upgrade-dependencies.ts",
43313
- "line": 451
43458
+ "line": 456
43314
43459
  },
43315
43460
  "name": "labels",
43316
43461
  "optional": true,
@@ -43335,7 +43480,7 @@
43335
43480
  "immutable": true,
43336
43481
  "locationInModule": {
43337
43482
  "filename": "src/javascript/upgrade-dependencies.ts",
43338
- "line": 444
43483
+ "line": 449
43339
43484
  },
43340
43485
  "name": "projenCredentials",
43341
43486
  "optional": true,
@@ -43353,7 +43498,7 @@
43353
43498
  "immutable": true,
43354
43499
  "locationInModule": {
43355
43500
  "filename": "src/javascript/upgrade-dependencies.ts",
43356
- "line": 484
43501
+ "line": 489
43357
43502
  },
43358
43503
  "name": "runsOn",
43359
43504
  "optional": true,
@@ -43376,7 +43521,7 @@
43376
43521
  "immutable": true,
43377
43522
  "locationInModule": {
43378
43523
  "filename": "src/javascript/upgrade-dependencies.ts",
43379
- "line": 431
43524
+ "line": 436
43380
43525
  },
43381
43526
  "name": "schedule",
43382
43527
  "optional": true,
@@ -51832,6 +51977,6 @@
51832
51977
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
51833
51978
  }
51834
51979
  },
51835
- "version": "0.67.61",
51836
- "fingerprint": "2FYPiQ8vQvkYggm/hN5SMKzmi0anv7oBs9seZTzUSBg="
51980
+ "version": "0.67.63",
51981
+ "fingerprint": "TdJ2PMzfovOfJ0YOxmmyAMsP4JA+CsXlcu8Sc3f2SQU="
51837
51982
  }