projen 0.31.1 → 0.31.2

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 (90) hide show
  1. package/.jsii +211 -104
  2. package/API.md +49 -0
  3. package/lib/awscdk-app-ts.js +1 -1
  4. package/lib/awscdk-construct.js +2 -2
  5. package/lib/cdk8s-app-ts.js +1 -1
  6. package/lib/cdk8s-construct.js +1 -1
  7. package/lib/cdktf-construct.js +1 -1
  8. package/lib/component.js +1 -1
  9. package/lib/construct-lib.js +1 -1
  10. package/lib/deps/dependencies.js +1 -1
  11. package/lib/dev-env.js +1 -1
  12. package/lib/docker-compose.js +2 -2
  13. package/lib/eslint.js +1 -1
  14. package/lib/file.js +1 -1
  15. package/lib/git/gitattributes.js +1 -1
  16. package/lib/github/auto-approve.js +1 -1
  17. package/lib/github/auto-merge.js +1 -1
  18. package/lib/github/constants.d.ts +3 -5
  19. package/lib/github/constants.js +14 -10
  20. package/lib/github/dependabot.js +1 -1
  21. package/lib/github/github.js +1 -1
  22. package/lib/github/mergify.js +1 -1
  23. package/lib/github/pr-template.js +1 -1
  24. package/lib/github/stale.js +1 -1
  25. package/lib/github/task-workflow.d.ts +25 -0
  26. package/lib/github/task-workflow.js +5 -4
  27. package/lib/github/workflows.js +1 -1
  28. package/lib/gitpod.js +1 -1
  29. package/lib/ignore-file.js +1 -1
  30. package/lib/ini.js +1 -1
  31. package/lib/java/java-project.js +1 -1
  32. package/lib/java/junit.js +1 -1
  33. package/lib/java/maven-compile.js +1 -1
  34. package/lib/java/maven-packaging.js +1 -1
  35. package/lib/java/maven-sample.js +1 -1
  36. package/lib/java/pom.js +1 -1
  37. package/lib/java/projenrc.js +1 -1
  38. package/lib/javascript/npm-config.js +1 -1
  39. package/lib/javascript/projenrc.js +1 -1
  40. package/lib/jest.js +1 -1
  41. package/lib/jsii-docgen.js +2 -2
  42. package/lib/jsii-project.js +1 -1
  43. package/lib/json/projenrc.js +1 -1
  44. package/lib/json.js +1 -1
  45. package/lib/license.js +1 -1
  46. package/lib/logger.js +1 -1
  47. package/lib/makefile.js +1 -1
  48. package/lib/node-package.js +1 -1
  49. package/lib/node-project.d.ts +9 -1
  50. package/lib/node-project.js +37 -32
  51. package/lib/object-file.js +1 -1
  52. package/lib/project.js +2 -2
  53. package/lib/python/pip.js +1 -1
  54. package/lib/python/poetry.js +2 -2
  55. package/lib/python/projenrc.js +1 -1
  56. package/lib/python/pytest.js +1 -1
  57. package/lib/python/python-project.js +1 -1
  58. package/lib/python/python-sample.js +1 -1
  59. package/lib/python/requirements-file.js +1 -1
  60. package/lib/python/setuppy.js +1 -1
  61. package/lib/python/setuptools.js +1 -1
  62. package/lib/python/venv.js +1 -1
  63. package/lib/readme.js +1 -1
  64. package/lib/release/publisher.js +4 -4
  65. package/lib/release/release-trigger.js +1 -1
  66. package/lib/release/release.js +1 -1
  67. package/lib/sample-file.js +2 -2
  68. package/lib/semver.js +1 -1
  69. package/lib/source-code.js +1 -1
  70. package/lib/tasks/runtime.js +1 -1
  71. package/lib/tasks/task.js +1 -1
  72. package/lib/tasks/tasks.js +1 -1
  73. package/lib/textfile.js +1 -1
  74. package/lib/toml.js +1 -1
  75. package/lib/typescript/projenrc.js +1 -1
  76. package/lib/typescript-config.js +1 -1
  77. package/lib/typescript.js +3 -3
  78. package/lib/upgrade-dependencies.d.ts +10 -1
  79. package/lib/upgrade-dependencies.js +8 -7
  80. package/lib/version.js +1 -1
  81. package/lib/vscode/devcontainer.js +1 -1
  82. package/lib/vscode/launch-config.js +1 -1
  83. package/lib/vscode/vscode.js +1 -1
  84. package/lib/web/next.js +3 -3
  85. package/lib/web/postcss.js +1 -1
  86. package/lib/web/react.js +4 -4
  87. package/lib/web/tailwind.js +1 -1
  88. package/lib/xmlfile.js +1 -1
  89. package/lib/yaml.js +1 -1
  90. package/package.json +1 -1
package/.jsii CHANGED
@@ -152,7 +152,7 @@
152
152
  "kind": "enum",
153
153
  "locationInModule": {
154
154
  "filename": "src/node-project.ts",
155
- "line": 289
155
+ "line": 297
156
156
  },
157
157
  "members": [
158
158
  {
@@ -10309,7 +10309,7 @@
10309
10309
  },
10310
10310
  "locationInModule": {
10311
10311
  "filename": "src/node-project.ts",
10312
- "line": 423
10312
+ "line": 432
10313
10313
  },
10314
10314
  "parameters": [
10315
10315
  {
@@ -10323,7 +10323,7 @@
10323
10323
  "kind": "class",
10324
10324
  "locationInModule": {
10325
10325
  "filename": "src/node-project.ts",
10326
- "line": 304
10326
+ "line": 312
10327
10327
  },
10328
10328
  "methods": [
10329
10329
  {
@@ -10332,7 +10332,7 @@
10332
10332
  },
10333
10333
  "locationInModule": {
10334
10334
  "filename": "src/node-project.ts",
10335
- "line": 771
10335
+ "line": 784
10336
10336
  },
10337
10337
  "name": "addBins",
10338
10338
  "parameters": [
@@ -10357,7 +10357,7 @@
10357
10357
  },
10358
10358
  "locationInModule": {
10359
10359
  "filename": "src/node-project.ts",
10360
- "line": 825
10360
+ "line": 838
10361
10361
  },
10362
10362
  "name": "addBuildCommand",
10363
10363
  "parameters": [
@@ -10379,7 +10379,7 @@
10379
10379
  },
10380
10380
  "locationInModule": {
10381
10381
  "filename": "src/node-project.ts",
10382
- "line": 934
10382
+ "line": 947
10383
10383
  },
10384
10384
  "name": "addBundledDeps",
10385
10385
  "parameters": [
@@ -10405,7 +10405,7 @@
10405
10405
  },
10406
10406
  "locationInModule": {
10407
10407
  "filename": "src/node-project.ts",
10408
- "line": 805
10408
+ "line": 818
10409
10409
  },
10410
10410
  "name": "addCompileCommand",
10411
10411
  "parameters": [
@@ -10426,7 +10426,7 @@
10426
10426
  },
10427
10427
  "locationInModule": {
10428
10428
  "filename": "src/node-project.ts",
10429
- "line": 888
10429
+ "line": 901
10430
10430
  },
10431
10431
  "name": "addDeps",
10432
10432
  "parameters": [
@@ -10451,7 +10451,7 @@
10451
10451
  },
10452
10452
  "locationInModule": {
10453
10453
  "filename": "src/node-project.ts",
10454
- "line": 901
10454
+ "line": 914
10455
10455
  },
10456
10456
  "name": "addDevDeps",
10457
10457
  "parameters": [
@@ -10476,7 +10476,7 @@
10476
10476
  },
10477
10477
  "locationInModule": {
10478
10478
  "filename": "src/node-project.ts",
10479
- "line": 835
10479
+ "line": 848
10480
10480
  },
10481
10481
  "name": "addFields",
10482
10482
  "parameters": [
@@ -10503,7 +10503,7 @@
10503
10503
  },
10504
10504
  "locationInModule": {
10505
10505
  "filename": "src/node-project.ts",
10506
- "line": 845
10506
+ "line": 858
10507
10507
  },
10508
10508
  "name": "addKeywords",
10509
10509
  "parameters": [
@@ -10528,7 +10528,7 @@
10528
10528
  },
10529
10529
  "locationInModule": {
10530
10530
  "filename": "src/node-project.ts",
10531
- "line": 938
10531
+ "line": 951
10532
10532
  },
10533
10533
  "name": "addPackageIgnore",
10534
10534
  "overrides": "projen.Project",
@@ -10549,7 +10549,7 @@
10549
10549
  },
10550
10550
  "locationInModule": {
10551
10551
  "filename": "src/node-project.ts",
10552
- "line": 918
10552
+ "line": 931
10553
10553
  },
10554
10554
  "name": "addPeerDeps",
10555
10555
  "parameters": [
@@ -10575,7 +10575,7 @@
10575
10575
  },
10576
10576
  "locationInModule": {
10577
10577
  "filename": "src/node-project.ts",
10578
- "line": 815
10578
+ "line": 828
10579
10579
  },
10580
10580
  "name": "addTestCommand",
10581
10581
  "parameters": [
@@ -10596,7 +10596,7 @@
10596
10596
  },
10597
10597
  "locationInModule": {
10598
10598
  "filename": "src/node-project.ts",
10599
- "line": 797
10599
+ "line": 810
10600
10600
  },
10601
10601
  "name": "hasScript",
10602
10602
  "parameters": [
@@ -10623,7 +10623,7 @@
10623
10623
  },
10624
10624
  "locationInModule": {
10625
10625
  "filename": "src/node-project.ts",
10626
- "line": 789
10626
+ "line": 802
10627
10627
  },
10628
10628
  "name": "removeScript",
10629
10629
  "parameters": [
@@ -10646,7 +10646,7 @@
10646
10646
  },
10647
10647
  "locationInModule": {
10648
10648
  "filename": "src/node-project.ts",
10649
- "line": 1012
10649
+ "line": 1025
10650
10650
  },
10651
10651
  "name": "runTaskCommand",
10652
10652
  "overrides": "projen.Project",
@@ -10674,7 +10674,7 @@
10674
10674
  },
10675
10675
  "locationInModule": {
10676
10676
  "filename": "src/node-project.ts",
10677
- "line": 781
10677
+ "line": 794
10678
10678
  },
10679
10679
  "name": "setScript",
10680
10680
  "parameters": [
@@ -10709,7 +10709,7 @@
10709
10709
  "immutable": true,
10710
10710
  "locationInModule": {
10711
10711
  "filename": "src/node-project.ts",
10712
- "line": 318
10712
+ "line": 326
10713
10713
  },
10714
10714
  "name": "allowLibraryDependencies",
10715
10715
  "type": {
@@ -10724,7 +10724,7 @@
10724
10724
  "immutable": true,
10725
10725
  "locationInModule": {
10726
10726
  "filename": "src/node-project.ts",
10727
- "line": 380
10727
+ "line": 388
10728
10728
  },
10729
10729
  "name": "antitamper",
10730
10730
  "type": {
@@ -10740,7 +10740,7 @@
10740
10740
  "immutable": true,
10741
10741
  "locationInModule": {
10742
10742
  "filename": "src/node-project.ts",
10743
- "line": 338
10743
+ "line": 346
10744
10744
  },
10745
10745
  "name": "buildTask",
10746
10746
  "type": {
@@ -10756,7 +10756,7 @@
10756
10756
  "immutable": true,
10757
10757
  "locationInModule": {
10758
10758
  "filename": "src/node-project.ts",
10759
- "line": 328
10759
+ "line": 336
10760
10760
  },
10761
10761
  "name": "compileTask",
10762
10762
  "type": {
@@ -10771,7 +10771,7 @@
10771
10771
  "immutable": true,
10772
10772
  "locationInModule": {
10773
10773
  "filename": "src/node-project.ts",
10774
- "line": 323
10774
+ "line": 331
10775
10775
  },
10776
10776
  "name": "entrypoint",
10777
10777
  "type": {
@@ -10785,7 +10785,7 @@
10785
10785
  "immutable": true,
10786
10786
  "locationInModule": {
10787
10787
  "filename": "src/node-project.ts",
10788
- "line": 849
10788
+ "line": 862
10789
10789
  },
10790
10790
  "name": "installWorkflowSteps",
10791
10791
  "type": {
@@ -10805,7 +10805,7 @@
10805
10805
  "immutable": true,
10806
10806
  "locationInModule": {
10807
10807
  "filename": "src/node-project.ts",
10808
- "line": 417
10808
+ "line": 425
10809
10809
  },
10810
10810
  "name": "manifest",
10811
10811
  "type": {
@@ -10820,7 +10820,7 @@
10820
10820
  "immutable": true,
10821
10821
  "locationInModule": {
10822
10822
  "filename": "src/node-project.ts",
10823
- "line": 385
10823
+ "line": 393
10824
10824
  },
10825
10825
  "name": "npmDistTag",
10826
10826
  "protected": true,
@@ -10836,7 +10836,7 @@
10836
10836
  "immutable": true,
10837
10837
  "locationInModule": {
10838
10838
  "filename": "src/node-project.ts",
10839
- "line": 390
10839
+ "line": 398
10840
10840
  },
10841
10841
  "name": "npmRegistry",
10842
10842
  "protected": true,
@@ -10852,7 +10852,7 @@
10852
10852
  "immutable": true,
10853
10853
  "locationInModule": {
10854
10854
  "filename": "src/node-project.ts",
10855
- "line": 308
10855
+ "line": 316
10856
10856
  },
10857
10857
  "name": "package",
10858
10858
  "type": {
@@ -10868,7 +10868,7 @@
10868
10868
  "immutable": true,
10869
10869
  "locationInModule": {
10870
10870
  "filename": "src/node-project.ts",
10871
- "line": 397
10871
+ "line": 405
10872
10872
  },
10873
10873
  "name": "packageManager",
10874
10874
  "type": {
@@ -10883,7 +10883,7 @@
10883
10883
  "immutable": true,
10884
10884
  "locationInModule": {
10885
10885
  "filename": "src/node-project.ts",
10886
- "line": 412
10886
+ "line": 420
10887
10887
  },
10888
10888
  "name": "projenCommand",
10889
10889
  "type": {
@@ -10898,7 +10898,7 @@
10898
10898
  "immutable": true,
10899
10899
  "locationInModule": {
10900
10900
  "filename": "src/node-project.ts",
10901
- "line": 402
10901
+ "line": 410
10902
10902
  },
10903
10903
  "name": "runScriptCommand",
10904
10904
  "type": {
@@ -10913,7 +10913,7 @@
10913
10913
  "immutable": true,
10914
10914
  "locationInModule": {
10915
10915
  "filename": "src/node-project.ts",
10916
- "line": 333
10916
+ "line": 341
10917
10917
  },
10918
10918
  "name": "testTask",
10919
10919
  "type": {
@@ -10928,7 +10928,7 @@
10928
10928
  "immutable": true,
10929
10929
  "locationInModule": {
10930
10930
  "filename": "src/node-project.ts",
10931
- "line": 343
10931
+ "line": 351
10932
10932
  },
10933
10933
  "name": "autoMerge",
10934
10934
  "optional": true,
@@ -10945,7 +10945,7 @@
10945
10945
  "immutable": true,
10946
10946
  "locationInModule": {
10947
10947
  "filename": "src/node-project.ts",
10948
- "line": 349
10948
+ "line": 357
10949
10949
  },
10950
10950
  "name": "buildWorkflow",
10951
10951
  "optional": true,
@@ -10960,7 +10960,7 @@
10960
10960
  "immutable": true,
10961
10961
  "locationInModule": {
10962
10962
  "filename": "src/node-project.ts",
10963
- "line": 350
10963
+ "line": 358
10964
10964
  },
10965
10965
  "name": "buildWorkflowJobId",
10966
10966
  "optional": true,
@@ -10976,7 +10976,7 @@
10976
10976
  "immutable": true,
10977
10977
  "locationInModule": {
10978
10978
  "filename": "src/node-project.ts",
10979
- "line": 407
10979
+ "line": 415
10980
10980
  },
10981
10981
  "name": "jest",
10982
10982
  "optional": true,
@@ -10992,7 +10992,7 @@
10992
10992
  "immutable": true,
10993
10993
  "locationInModule": {
10994
10994
  "filename": "src/node-project.ts",
10995
- "line": 373
10995
+ "line": 381
10996
10996
  },
10997
10997
  "name": "maxNodeVersion",
10998
10998
  "optional": true,
@@ -11008,7 +11008,7 @@
11008
11008
  "immutable": true,
11009
11009
  "locationInModule": {
11010
11010
  "filename": "src/node-project.ts",
11011
- "line": 368
11011
+ "line": 376
11012
11012
  },
11013
11013
  "name": "minNodeVersion",
11014
11014
  "optional": true,
@@ -11024,7 +11024,7 @@
11024
11024
  "immutable": true,
11025
11025
  "locationInModule": {
11026
11026
  "filename": "src/node-project.ts",
11027
- "line": 313
11027
+ "line": 321
11028
11028
  },
11029
11029
  "name": "npmignore",
11030
11030
  "optional": true,
@@ -11042,7 +11042,7 @@
11042
11042
  "immutable": true,
11043
11043
  "locationInModule": {
11044
11044
  "filename": "src/node-project.ts",
11045
- "line": 358
11045
+ "line": 366
11046
11046
  },
11047
11047
  "name": "publisher",
11048
11048
  "optional": true,
@@ -11058,7 +11058,7 @@
11058
11058
  "immutable": true,
11059
11059
  "locationInModule": {
11060
11060
  "filename": "src/node-project.ts",
11061
- "line": 363
11061
+ "line": 371
11062
11062
  },
11063
11063
  "name": "release",
11064
11064
  "optional": true,
@@ -11084,7 +11084,7 @@
11084
11084
  "kind": "interface",
11085
11085
  "locationInModule": {
11086
11086
  "filename": "src/node-project.ts",
11087
- "line": 19
11087
+ "line": 20
11088
11088
  },
11089
11089
  "name": "NodeProjectOptions",
11090
11090
  "properties": [
@@ -11098,7 +11098,7 @@
11098
11098
  "immutable": true,
11099
11099
  "locationInModule": {
11100
11100
  "filename": "src/node-project.ts",
11101
- "line": 102
11101
+ "line": 103
11102
11102
  },
11103
11103
  "name": "defaultReleaseBranch",
11104
11104
  "type": {
@@ -11116,7 +11116,7 @@
11116
11116
  "immutable": true,
11117
11117
  "locationInModule": {
11118
11118
  "filename": "src/node-project.ts",
11119
- "line": 196
11119
+ "line": 204
11120
11120
  },
11121
11121
  "name": "autoApproveProjenUpgrades",
11122
11122
  "optional": true,
@@ -11135,7 +11135,7 @@
11135
11135
  "immutable": true,
11136
11136
  "locationInModule": {
11137
11137
  "filename": "src/node-project.ts",
11138
- "line": 206
11138
+ "line": 214
11139
11139
  },
11140
11140
  "name": "autoApproveUpgrades",
11141
11141
  "optional": true,
@@ -11153,7 +11153,7 @@
11153
11153
  "immutable": true,
11154
11154
  "locationInModule": {
11155
11155
  "filename": "src/node-project.ts",
11156
- "line": 53
11156
+ "line": 54
11157
11157
  },
11158
11158
  "name": "buildWorkflow",
11159
11159
  "optional": true,
@@ -11171,7 +11171,7 @@
11171
11171
  "immutable": true,
11172
11172
  "locationInModule": {
11173
11173
  "filename": "src/node-project.ts",
11174
- "line": 72
11174
+ "line": 73
11175
11175
  },
11176
11176
  "name": "codeCov",
11177
11177
  "optional": true,
@@ -11189,7 +11189,7 @@
11189
11189
  "immutable": true,
11190
11190
  "locationInModule": {
11191
11191
  "filename": "src/node-project.ts",
11192
- "line": 79
11192
+ "line": 80
11193
11193
  },
11194
11194
  "name": "codeCovTokenSecret",
11195
11195
  "optional": true,
@@ -11207,7 +11207,7 @@
11207
11207
  "immutable": true,
11208
11208
  "locationInModule": {
11209
11209
  "filename": "src/node-project.ts",
11210
- "line": 25
11210
+ "line": 26
11211
11211
  },
11212
11212
  "name": "copyrightOwner",
11213
11213
  "optional": true,
@@ -11225,7 +11225,7 @@
11225
11225
  "immutable": true,
11226
11226
  "locationInModule": {
11227
11227
  "filename": "src/node-project.ts",
11228
- "line": 32
11228
+ "line": 33
11229
11229
  },
11230
11230
  "name": "copyrightPeriod",
11231
11231
  "optional": true,
@@ -11244,7 +11244,7 @@
11244
11244
  "immutable": true,
11245
11245
  "locationInModule": {
11246
11246
  "filename": "src/node-project.ts",
11247
- "line": 130
11247
+ "line": 138
11248
11248
  },
11249
11249
  "name": "dependabot",
11250
11250
  "optional": true,
@@ -11262,7 +11262,7 @@
11262
11262
  "immutable": true,
11263
11263
  "locationInModule": {
11264
11264
  "filename": "src/node-project.ts",
11265
- "line": 137
11265
+ "line": 145
11266
11266
  },
11267
11267
  "name": "dependabotOptions",
11268
11268
  "optional": true,
@@ -11281,7 +11281,7 @@
11281
11281
  "immutable": true,
11282
11282
  "locationInModule": {
11283
11283
  "filename": "src/node-project.ts",
11284
- "line": 145
11284
+ "line": 153
11285
11285
  },
11286
11286
  "name": "depsUpgrade",
11287
11287
  "optional": true,
@@ -11299,7 +11299,7 @@
11299
11299
  "immutable": true,
11300
11300
  "locationInModule": {
11301
11301
  "filename": "src/node-project.ts",
11302
- "line": 152
11302
+ "line": 160
11303
11303
  },
11304
11304
  "name": "depsUpgradeOptions",
11305
11305
  "optional": true,
@@ -11316,7 +11316,7 @@
11316
11316
  "immutable": true,
11317
11317
  "locationInModule": {
11318
11318
  "filename": "src/node-project.ts",
11319
- "line": 257
11319
+ "line": 265
11320
11320
  },
11321
11321
  "name": "gitignore",
11322
11322
  "optional": true,
@@ -11339,7 +11339,7 @@
11339
11339
  "immutable": true,
11340
11340
  "locationInModule": {
11341
11341
  "filename": "src/node-project.ts",
11342
- "line": 263
11342
+ "line": 271
11343
11343
  },
11344
11344
  "name": "jest",
11345
11345
  "optional": true,
@@ -11357,7 +11357,7 @@
11357
11357
  "immutable": true,
11358
11358
  "locationInModule": {
11359
11359
  "filename": "src/node-project.ts",
11360
- "line": 269
11360
+ "line": 277
11361
11361
  },
11362
11362
  "name": "jestOptions",
11363
11363
  "optional": true,
@@ -11375,7 +11375,7 @@
11375
11375
  "immutable": true,
11376
11376
  "locationInModule": {
11377
11377
  "filename": "src/node-project.ts",
11378
- "line": 159
11378
+ "line": 167
11379
11379
  },
11380
11380
  "name": "mergifyOptions",
11381
11381
  "optional": true,
@@ -11394,7 +11394,7 @@
11394
11394
  "immutable": true,
11395
11395
  "locationInModule": {
11396
11396
  "filename": "src/node-project.ts",
11397
- "line": 64
11397
+ "line": 65
11398
11398
  },
11399
11399
  "name": "mutableBuild",
11400
11400
  "optional": true,
@@ -11412,7 +11412,7 @@
11412
11412
  "immutable": true,
11413
11413
  "locationInModule": {
11414
11414
  "filename": "src/node-project.ts",
11415
- "line": 238
11415
+ "line": 246
11416
11416
  },
11417
11417
  "name": "npmignore",
11418
11418
  "optional": true,
@@ -11435,7 +11435,7 @@
11435
11435
  "immutable": true,
11436
11436
  "locationInModule": {
11437
11437
  "filename": "src/node-project.ts",
11438
- "line": 232
11438
+ "line": 240
11439
11439
  },
11440
11440
  "name": "npmignoreEnabled",
11441
11441
  "optional": true,
@@ -11453,7 +11453,7 @@
11453
11453
  "immutable": true,
11454
11454
  "locationInModule": {
11455
11455
  "filename": "src/node-project.ts",
11456
- "line": 47
11456
+ "line": 48
11457
11457
  },
11458
11458
  "name": "projenDevDependency",
11459
11459
  "optional": true,
@@ -11472,7 +11472,7 @@
11472
11472
  "immutable": true,
11473
11473
  "locationInModule": {
11474
11474
  "filename": "src/node-project.ts",
11475
- "line": 224
11475
+ "line": 232
11476
11476
  },
11477
11477
  "name": "projenDuringBuild",
11478
11478
  "optional": true,
@@ -11490,7 +11490,7 @@
11490
11490
  "immutable": true,
11491
11491
  "locationInModule": {
11492
11492
  "filename": "src/node-project.ts",
11493
- "line": 277
11493
+ "line": 285
11494
11494
  },
11495
11495
  "name": "projenrcJs",
11496
11496
  "optional": true,
@@ -11508,7 +11508,7 @@
11508
11508
  "immutable": true,
11509
11509
  "locationInModule": {
11510
11510
  "filename": "src/node-project.ts",
11511
- "line": 283
11511
+ "line": 291
11512
11512
  },
11513
11513
  "name": "projenrcJsOptions",
11514
11514
  "optional": true,
@@ -11528,7 +11528,7 @@
11528
11528
  "immutable": true,
11529
11529
  "locationInModule": {
11530
11530
  "filename": "src/node-project.ts",
11531
- "line": 186
11531
+ "line": 194
11532
11532
  },
11533
11533
  "name": "projenUpgradeAutoMerge",
11534
11534
  "optional": true,
@@ -11546,7 +11546,7 @@
11546
11546
  "immutable": true,
11547
11547
  "locationInModule": {
11548
11548
  "filename": "src/node-project.ts",
11549
- "line": 213
11549
+ "line": 221
11550
11550
  },
11551
11551
  "name": "projenUpgradeSchedule",
11552
11552
  "optional": true,
@@ -11570,7 +11570,7 @@
11570
11570
  "immutable": true,
11571
11571
  "locationInModule": {
11572
11572
  "filename": "src/node-project.ts",
11573
- "line": 175
11573
+ "line": 183
11574
11574
  },
11575
11575
  "name": "projenUpgradeSecret",
11576
11576
  "optional": true,
@@ -11588,7 +11588,7 @@
11588
11588
  "immutable": true,
11589
11589
  "locationInModule": {
11590
11590
  "filename": "src/node-project.ts",
11591
- "line": 40
11591
+ "line": 41
11592
11592
  },
11593
11593
  "name": "projenVersion",
11594
11594
  "optional": true,
@@ -11606,7 +11606,7 @@
11606
11606
  "immutable": true,
11607
11607
  "locationInModule": {
11608
11608
  "filename": "src/node-project.ts",
11609
- "line": 245
11609
+ "line": 253
11610
11610
  },
11611
11611
  "name": "pullRequestTemplate",
11612
11612
  "optional": true,
@@ -11624,7 +11624,7 @@
11624
11624
  "immutable": true,
11625
11625
  "locationInModule": {
11626
11626
  "filename": "src/node-project.ts",
11627
- "line": 252
11627
+ "line": 260
11628
11628
  },
11629
11629
  "name": "pullRequestTemplateContents",
11630
11630
  "optional": true,
@@ -11650,7 +11650,7 @@
11650
11650
  "immutable": true,
11651
11651
  "locationInModule": {
11652
11652
  "filename": "src/node-project.ts",
11653
- "line": 95
11653
+ "line": 96
11654
11654
  },
11655
11655
  "name": "release",
11656
11656
  "optional": true,
@@ -11668,7 +11668,7 @@
11668
11668
  "immutable": true,
11669
11669
  "locationInModule": {
11670
11670
  "filename": "src/node-project.ts",
11671
- "line": 115
11671
+ "line": 123
11672
11672
  },
11673
11673
  "name": "releaseToNpm",
11674
11674
  "optional": true,
@@ -11687,7 +11687,7 @@
11687
11687
  "immutable": true,
11688
11688
  "locationInModule": {
11689
11689
  "filename": "src/node-project.ts",
11690
- "line": 87
11690
+ "line": 88
11691
11691
  },
11692
11692
  "name": "releaseWorkflow",
11693
11693
  "optional": true,
@@ -11705,7 +11705,7 @@
11705
11705
  "immutable": true,
11706
11706
  "locationInModule": {
11707
11707
  "filename": "src/node-project.ts",
11708
- "line": 109
11708
+ "line": 110
11709
11709
  },
11710
11710
  "name": "workflowBootstrapSteps",
11711
11711
  "optional": true,
@@ -11718,6 +11718,24 @@
11718
11718
  }
11719
11719
  }
11720
11720
  },
11721
+ {
11722
+ "abstract": true,
11723
+ "docs": {
11724
+ "default": "- GitHub Actions",
11725
+ "stability": "experimental",
11726
+ "summary": "The git identity to use in workflows."
11727
+ },
11728
+ "immutable": true,
11729
+ "locationInModule": {
11730
+ "filename": "src/node-project.ts",
11731
+ "line": 117
11732
+ },
11733
+ "name": "workflowGitIdentity",
11734
+ "optional": true,
11735
+ "type": {
11736
+ "fqn": "projen.github.GitIdentity"
11737
+ }
11738
+ },
11721
11739
  {
11722
11740
  "abstract": true,
11723
11741
  "docs": {
@@ -11728,7 +11746,7 @@
11728
11746
  "immutable": true,
11729
11747
  "locationInModule": {
11730
11748
  "filename": "src/node-project.ts",
11731
- "line": 122
11749
+ "line": 130
11732
11750
  },
11733
11751
  "name": "workflowNodeVersion",
11734
11752
  "optional": true,
@@ -11749,7 +11767,7 @@
11749
11767
  "kind": "interface",
11750
11768
  "locationInModule": {
11751
11769
  "filename": "src/node-project.ts",
11752
- "line": 1017
11770
+ "line": 1030
11753
11771
  },
11754
11772
  "name": "NodeWorkflowSteps",
11755
11773
  "properties": [
@@ -11761,7 +11779,7 @@
11761
11779
  "immutable": true,
11762
11780
  "locationInModule": {
11763
11781
  "filename": "src/node-project.ts",
11764
- "line": 1018
11782
+ "line": 1031
11765
11783
  },
11766
11784
  "name": "antitamper",
11767
11785
  "type": {
@@ -11781,7 +11799,7 @@
11781
11799
  "immutable": true,
11782
11800
  "locationInModule": {
11783
11801
  "filename": "src/node-project.ts",
11784
- "line": 1019
11802
+ "line": 1032
11785
11803
  },
11786
11804
  "name": "install",
11787
11805
  "type": {
@@ -15668,7 +15686,7 @@
15668
15686
  },
15669
15687
  "locationInModule": {
15670
15688
  "filename": "src/upgrade-dependencies.ts",
15671
- "line": 109
15689
+ "line": 110
15672
15690
  },
15673
15691
  "parameters": [
15674
15692
  {
@@ -15689,7 +15707,7 @@
15689
15707
  "kind": "class",
15690
15708
  "locationInModule": {
15691
15709
  "filename": "src/upgrade-dependencies.ts",
15692
- "line": 93
15710
+ "line": 92
15693
15711
  },
15694
15712
  "methods": [
15695
15713
  {
@@ -15699,7 +15717,7 @@
15699
15717
  },
15700
15718
  "locationInModule": {
15701
15719
  "filename": "src/upgrade-dependencies.ts",
15702
- "line": 122
15720
+ "line": 124
15703
15721
  },
15704
15722
  "name": "preSynthesize",
15705
15723
  "overrides": "projen.Component"
@@ -15715,7 +15733,7 @@
15715
15733
  "immutable": true,
15716
15734
  "locationInModule": {
15717
15735
  "filename": "src/upgrade-dependencies.ts",
15718
- "line": 107
15736
+ "line": 106
15719
15737
  },
15720
15738
  "name": "ignoresProjen",
15721
15739
  "type": {
@@ -15731,7 +15749,7 @@
15731
15749
  "immutable": true,
15732
15750
  "locationInModule": {
15733
15751
  "filename": "src/upgrade-dependencies.ts",
15734
- "line": 98
15752
+ "line": 97
15735
15753
  },
15736
15754
  "name": "workflows",
15737
15755
  "type": {
@@ -15931,7 +15949,7 @@
15931
15949
  "kind": "class",
15932
15950
  "locationInModule": {
15933
15951
  "filename": "src/upgrade-dependencies.ts",
15934
- "line": 453
15952
+ "line": 461
15935
15953
  },
15936
15954
  "methods": [
15937
15955
  {
@@ -15941,7 +15959,7 @@
15941
15959
  },
15942
15960
  "locationInModule": {
15943
15961
  "filename": "src/upgrade-dependencies.ts",
15944
- "line": 483
15962
+ "line": 491
15945
15963
  },
15946
15964
  "name": "expressions",
15947
15965
  "parameters": [
@@ -15976,7 +15994,7 @@
15976
15994
  "immutable": true,
15977
15995
  "locationInModule": {
15978
15996
  "filename": "src/upgrade-dependencies.ts",
15979
- "line": 463
15997
+ "line": 471
15980
15998
  },
15981
15999
  "name": "DAILY",
15982
16000
  "static": true,
@@ -15993,7 +16011,7 @@
15993
16011
  "immutable": true,
15994
16012
  "locationInModule": {
15995
16013
  "filename": "src/upgrade-dependencies.ts",
15996
- "line": 478
16014
+ "line": 486
15997
16015
  },
15998
16016
  "name": "MONTHLY",
15999
16017
  "static": true,
@@ -16010,7 +16028,7 @@
16010
16028
  "immutable": true,
16011
16029
  "locationInModule": {
16012
16030
  "filename": "src/upgrade-dependencies.ts",
16013
- "line": 458
16031
+ "line": 466
16014
16032
  },
16015
16033
  "name": "NEVER",
16016
16034
  "static": true,
@@ -16027,7 +16045,7 @@
16027
16045
  "immutable": true,
16028
16046
  "locationInModule": {
16029
16047
  "filename": "src/upgrade-dependencies.ts",
16030
- "line": 468
16048
+ "line": 476
16031
16049
  },
16032
16050
  "name": "WEEKDAY",
16033
16051
  "static": true,
@@ -16044,7 +16062,7 @@
16044
16062
  "immutable": true,
16045
16063
  "locationInModule": {
16046
16064
  "filename": "src/upgrade-dependencies.ts",
16047
- "line": 473
16065
+ "line": 481
16048
16066
  },
16049
16067
  "name": "WEEKLY",
16050
16068
  "static": true,
@@ -16059,7 +16077,7 @@
16059
16077
  "immutable": true,
16060
16078
  "locationInModule": {
16061
16079
  "filename": "src/upgrade-dependencies.ts",
16062
- "line": 487
16080
+ "line": 495
16063
16081
  },
16064
16082
  "name": "cron",
16065
16083
  "type": {
@@ -16085,7 +16103,7 @@
16085
16103
  "kind": "interface",
16086
16104
  "locationInModule": {
16087
16105
  "filename": "src/upgrade-dependencies.ts",
16088
- "line": 389
16106
+ "line": 391
16089
16107
  },
16090
16108
  "name": "UpgradeDependenciesWorkflowOptions",
16091
16109
  "properties": [
@@ -16099,7 +16117,7 @@
16099
16117
  "immutable": true,
16100
16118
  "locationInModule": {
16101
16119
  "filename": "src/upgrade-dependencies.ts",
16102
- "line": 447
16120
+ "line": 449
16103
16121
  },
16104
16122
  "name": "branches",
16105
16123
  "optional": true,
@@ -16122,7 +16140,7 @@
16122
16140
  "immutable": true,
16123
16141
  "locationInModule": {
16124
16142
  "filename": "src/upgrade-dependencies.ts",
16125
- "line": 440
16143
+ "line": 442
16126
16144
  },
16127
16145
  "name": "container",
16128
16146
  "optional": true,
@@ -16130,6 +16148,27 @@
16130
16148
  "fqn": "projen.github.workflows.ContainerOptions"
16131
16149
  }
16132
16150
  },
16151
+ {
16152
+ "abstract": true,
16153
+ "docs": {
16154
+ "custom": {
16155
+ "github": ".com\""
16156
+ },
16157
+ "default": "\"github-actions",
16158
+ "stability": "experimental",
16159
+ "summary": "The git identity to use for commits."
16160
+ },
16161
+ "immutable": true,
16162
+ "locationInModule": {
16163
+ "filename": "src/upgrade-dependencies.ts",
16164
+ "line": 455
16165
+ },
16166
+ "name": "gitIdentity",
16167
+ "optional": true,
16168
+ "type": {
16169
+ "fqn": "projen.github.GitIdentity"
16170
+ }
16171
+ },
16133
16172
  {
16134
16173
  "abstract": true,
16135
16174
  "docs": {
@@ -16140,7 +16179,7 @@
16140
16179
  "immutable": true,
16141
16180
  "locationInModule": {
16142
16181
  "filename": "src/upgrade-dependencies.ts",
16143
- "line": 419
16182
+ "line": 421
16144
16183
  },
16145
16184
  "name": "labels",
16146
16185
  "optional": true,
@@ -16165,7 +16204,7 @@
16165
16204
  "immutable": true,
16166
16205
  "locationInModule": {
16167
16206
  "filename": "src/upgrade-dependencies.ts",
16168
- "line": 433
16207
+ "line": 435
16169
16208
  },
16170
16209
  "name": "rebuild",
16171
16210
  "optional": true,
@@ -16183,7 +16222,7 @@
16183
16222
  "immutable": true,
16184
16223
  "locationInModule": {
16185
16224
  "filename": "src/upgrade-dependencies.ts",
16186
- "line": 396
16225
+ "line": 398
16187
16226
  },
16188
16227
  "name": "schedule",
16189
16228
  "optional": true,
@@ -16203,7 +16242,7 @@
16203
16242
  "immutable": true,
16204
16243
  "locationInModule": {
16205
16244
  "filename": "src/upgrade-dependencies.ts",
16206
- "line": 412
16245
+ "line": 414
16207
16246
  },
16208
16247
  "name": "secret",
16209
16248
  "optional": true,
@@ -18245,6 +18284,57 @@
18245
18284
  ],
18246
18285
  "symbolId": "src/github/github:GitHubOptions"
18247
18286
  },
18287
+ "projen.github.GitIdentity": {
18288
+ "assembly": "projen",
18289
+ "datatype": true,
18290
+ "docs": {
18291
+ "stability": "experimental",
18292
+ "summary": "Represents the git identity."
18293
+ },
18294
+ "fqn": "projen.github.GitIdentity",
18295
+ "kind": "interface",
18296
+ "locationInModule": {
18297
+ "filename": "src/github/task-workflow.ts",
18298
+ "line": 189
18299
+ },
18300
+ "name": "GitIdentity",
18301
+ "namespace": "github",
18302
+ "properties": [
18303
+ {
18304
+ "abstract": true,
18305
+ "docs": {
18306
+ "stability": "experimental",
18307
+ "summary": "The email address of the git user."
18308
+ },
18309
+ "immutable": true,
18310
+ "locationInModule": {
18311
+ "filename": "src/github/task-workflow.ts",
18312
+ "line": 198
18313
+ },
18314
+ "name": "email",
18315
+ "type": {
18316
+ "primitive": "string"
18317
+ }
18318
+ },
18319
+ {
18320
+ "abstract": true,
18321
+ "docs": {
18322
+ "stability": "experimental",
18323
+ "summary": "The name of the user."
18324
+ },
18325
+ "immutable": true,
18326
+ "locationInModule": {
18327
+ "filename": "src/github/task-workflow.ts",
18328
+ "line": 193
18329
+ },
18330
+ "name": "name",
18331
+ "type": {
18332
+ "primitive": "string"
18333
+ }
18334
+ }
18335
+ ],
18336
+ "symbolId": "src/github/task-workflow:GitIdentity"
18337
+ },
18248
18338
  "projen.github.GithubWorkflow": {
18249
18339
  "assembly": "projen",
18250
18340
  "base": "projen.Component",
@@ -19049,7 +19139,7 @@
19049
19139
  },
19050
19140
  "locationInModule": {
19051
19141
  "filename": "src/github/task-workflow.ts",
19052
- "line": 107
19142
+ "line": 112
19053
19143
  },
19054
19144
  "parameters": [
19055
19145
  {
@@ -19069,7 +19159,7 @@
19069
19159
  "kind": "class",
19070
19160
  "locationInModule": {
19071
19161
  "filename": "src/github/task-workflow.ts",
19072
- "line": 103
19162
+ "line": 108
19073
19163
  },
19074
19164
  "name": "TaskWorkflow",
19075
19165
  "namespace": "github",
@@ -19081,7 +19171,7 @@
19081
19171
  "immutable": true,
19082
19172
  "locationInModule": {
19083
19173
  "filename": "src/github/task-workflow.ts",
19084
- "line": 105
19174
+ "line": 110
19085
19175
  },
19086
19176
  "name": "jobId",
19087
19177
  "type": {
@@ -19252,6 +19342,23 @@
19252
19342
  }
19253
19343
  }
19254
19344
  },
19345
+ {
19346
+ "abstract": true,
19347
+ "docs": {
19348
+ "stability": "experimental",
19349
+ "summary": "The git identity to use in this workflow."
19350
+ },
19351
+ "immutable": true,
19352
+ "locationInModule": {
19353
+ "filename": "src/github/task-workflow.ts",
19354
+ "line": 102
19355
+ },
19356
+ "name": "gitIdentity",
19357
+ "optional": true,
19358
+ "type": {
19359
+ "fqn": "projen.github.GitIdentity"
19360
+ }
19361
+ },
19255
19362
  {
19256
19363
  "abstract": true,
19257
19364
  "docs": {
@@ -32064,6 +32171,6 @@
32064
32171
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
32065
32172
  }
32066
32173
  },
32067
- "version": "0.31.1",
32068
- "fingerprint": "3WqW1fdjN/e6NEkr+Mg7gn8vNtAScSD4M7BcOIecVgc="
32174
+ "version": "0.31.2",
32175
+ "fingerprint": "foXRe15+2vbBMcOf2vJKqMb3hI1GmO0u1MvUYjrviJc="
32069
32176
  }