projen 0.32.6 → 0.32.10

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 (94) hide show
  1. package/.jsii +147 -128
  2. package/API.md +40 -29
  3. package/lib/awscdk/auto-discover.js +1 -1
  4. package/lib/awscdk/cdk-config.js +1 -1
  5. package/lib/awscdk/cdk-tasks.js +1 -1
  6. package/lib/awscdk/java-app.js +1 -1
  7. package/lib/awscdk/lambda-function.js +2 -2
  8. package/lib/awscdk-app-ts.js +1 -1
  9. package/lib/awscdk-construct.js +2 -2
  10. package/lib/cdk8s-app-ts.js +1 -1
  11. package/lib/cdk8s-construct.js +1 -1
  12. package/lib/cdktf-construct.js +1 -1
  13. package/lib/component.js +1 -1
  14. package/lib/construct-lib.js +1 -1
  15. package/lib/deps/dependencies.js +1 -1
  16. package/lib/dev-env.js +1 -1
  17. package/lib/docker-compose.js +2 -2
  18. package/lib/eslint.js +1 -1
  19. package/lib/file.js +1 -1
  20. package/lib/git/gitattributes.js +1 -1
  21. package/lib/github/auto-approve.js +1 -1
  22. package/lib/github/auto-merge.js +1 -1
  23. package/lib/github/dependabot.js +1 -1
  24. package/lib/github/github.d.ts +8 -1
  25. package/lib/github/github.js +3 -3
  26. package/lib/github/mergify.js +1 -1
  27. package/lib/github/pr-template.js +1 -1
  28. package/lib/github/stale.js +1 -1
  29. package/lib/github/task-workflow.js +1 -1
  30. package/lib/github/workflows.js +1 -1
  31. package/lib/gitpod.js +1 -1
  32. package/lib/ignore-file.js +1 -1
  33. package/lib/ini.js +1 -1
  34. package/lib/java/java-project.js +1 -1
  35. package/lib/java/junit.js +1 -1
  36. package/lib/java/maven-compile.js +1 -1
  37. package/lib/java/maven-packaging.js +1 -1
  38. package/lib/java/maven-sample.js +1 -1
  39. package/lib/java/pom.js +1 -1
  40. package/lib/java/projenrc.js +1 -1
  41. package/lib/javascript/bundler.js +1 -1
  42. package/lib/javascript/npm-config.js +1 -1
  43. package/lib/javascript/projenrc.js +1 -1
  44. package/lib/jest.js +1 -1
  45. package/lib/jsii-project.js +1 -1
  46. package/lib/json/projenrc.js +1 -1
  47. package/lib/json.js +1 -1
  48. package/lib/license.js +1 -1
  49. package/lib/logger.js +1 -1
  50. package/lib/makefile.js +1 -1
  51. package/lib/node-package.js +1 -1
  52. package/lib/node-project.d.ts +0 -8
  53. package/lib/node-project.js +2 -2
  54. package/lib/object-file.js +1 -1
  55. package/lib/project.d.ts +8 -1
  56. package/lib/project.js +4 -3
  57. package/lib/projects.js +1 -1
  58. package/lib/python/pip.js +1 -1
  59. package/lib/python/poetry.js +2 -2
  60. package/lib/python/projenrc.js +1 -1
  61. package/lib/python/pytest.js +1 -1
  62. package/lib/python/python-project.js +1 -1
  63. package/lib/python/python-sample.js +1 -1
  64. package/lib/python/requirements-file.js +1 -1
  65. package/lib/python/setuppy.js +1 -1
  66. package/lib/python/setuptools.js +1 -1
  67. package/lib/python/venv.js +1 -1
  68. package/lib/readme.js +1 -1
  69. package/lib/release/publisher.js +1 -1
  70. package/lib/release/release-trigger.js +1 -1
  71. package/lib/release/release.js +1 -1
  72. package/lib/sample-file.js +2 -2
  73. package/lib/semver.js +1 -1
  74. package/lib/source-code.js +1 -1
  75. package/lib/tasks/runtime.js +1 -1
  76. package/lib/tasks/task.js +1 -1
  77. package/lib/tasks/tasks.js +1 -1
  78. package/lib/textfile.js +1 -1
  79. package/lib/toml.js +1 -1
  80. package/lib/typescript/projenrc.js +1 -1
  81. package/lib/typescript-config.js +1 -1
  82. package/lib/typescript.js +3 -3
  83. package/lib/upgrade-dependencies.js +2 -2
  84. package/lib/version.js +1 -1
  85. package/lib/vscode/devcontainer.js +1 -1
  86. package/lib/vscode/launch-config.js +1 -1
  87. package/lib/vscode/vscode.js +1 -1
  88. package/lib/web/next.js +3 -3
  89. package/lib/web/postcss.js +1 -1
  90. package/lib/web/react.js +4 -4
  91. package/lib/web/tailwind.js +1 -1
  92. package/lib/xmlfile.js +1 -1
  93. package/lib/yaml.js +1 -1
  94. package/package.json +2 -2
package/.jsii CHANGED
@@ -158,7 +158,7 @@
158
158
  "kind": "enum",
159
159
  "locationInModule": {
160
160
  "filename": "src/node-project.ts",
161
- "line": 302
161
+ "line": 294
162
162
  },
163
163
  "members": [
164
164
  {
@@ -4076,7 +4076,7 @@
4076
4076
  },
4077
4077
  "locationInModule": {
4078
4078
  "filename": "src/project.ts",
4079
- "line": 668
4079
+ "line": 676
4080
4080
  },
4081
4081
  "parameters": [
4082
4082
  {
@@ -4090,7 +4090,7 @@
4090
4090
  "kind": "class",
4091
4091
  "locationInModule": {
4092
4092
  "filename": "src/project.ts",
4093
- "line": 627
4093
+ "line": 635
4094
4094
  },
4095
4095
  "methods": [
4096
4096
  {
@@ -4102,7 +4102,7 @@
4102
4102
  },
4103
4103
  "locationInModule": {
4104
4104
  "filename": "src/project.ts",
4105
- "line": 710
4105
+ "line": 719
4106
4106
  },
4107
4107
  "name": "annotateGenerated",
4108
4108
  "overrides": "projen.Project",
@@ -4128,7 +4128,7 @@
4128
4128
  "immutable": true,
4129
4129
  "locationInModule": {
4130
4130
  "filename": "src/project.ts",
4131
- "line": 661
4131
+ "line": 669
4132
4132
  },
4133
4133
  "name": "projectType",
4134
4134
  "type": {
@@ -4143,7 +4143,7 @@
4143
4143
  "immutable": true,
4144
4144
  "locationInModule": {
4145
4145
  "filename": "src/project.ts",
4146
- "line": 666
4146
+ "line": 674
4147
4147
  },
4148
4148
  "name": "autoApprove",
4149
4149
  "optional": true,
@@ -4160,7 +4160,7 @@
4160
4160
  "immutable": true,
4161
4161
  "locationInModule": {
4162
4162
  "filename": "src/project.ts",
4163
- "line": 654
4163
+ "line": 662
4164
4164
  },
4165
4165
  "name": "devContainer",
4166
4166
  "optional": true,
@@ -4177,7 +4177,7 @@
4177
4177
  "immutable": true,
4178
4178
  "locationInModule": {
4179
4179
  "filename": "src/project.ts",
4180
- "line": 633
4180
+ "line": 641
4181
4181
  },
4182
4182
  "name": "github",
4183
4183
  "optional": true,
@@ -4194,7 +4194,7 @@
4194
4194
  "immutable": true,
4195
4195
  "locationInModule": {
4196
4196
  "filename": "src/project.ts",
4197
- "line": 647
4197
+ "line": 655
4198
4198
  },
4199
4199
  "name": "gitpod",
4200
4200
  "optional": true,
@@ -4211,7 +4211,7 @@
4211
4211
  "immutable": true,
4212
4212
  "locationInModule": {
4213
4213
  "filename": "src/project.ts",
4214
- "line": 640
4214
+ "line": 648
4215
4215
  },
4216
4216
  "name": "vscode",
4217
4217
  "optional": true,
@@ -4250,7 +4250,7 @@
4250
4250
  "immutable": true,
4251
4251
  "locationInModule": {
4252
4252
  "filename": "src/project.ts",
4253
- "line": 593
4253
+ "line": 601
4254
4254
  },
4255
4255
  "name": "autoApproveOptions",
4256
4256
  "optional": true,
@@ -4269,7 +4269,7 @@
4269
4269
  "immutable": true,
4270
4270
  "locationInModule": {
4271
4271
  "filename": "src/project.ts",
4272
- "line": 601
4272
+ "line": 609
4273
4273
  },
4274
4274
  "name": "autoMergeOptions",
4275
4275
  "optional": true,
@@ -4287,7 +4287,7 @@
4287
4287
  "immutable": true,
4288
4288
  "locationInModule": {
4289
4289
  "filename": "src/project.ts",
4290
- "line": 572
4290
+ "line": 580
4291
4291
  },
4292
4292
  "name": "clobber",
4293
4293
  "optional": true,
@@ -4305,7 +4305,7 @@
4305
4305
  "immutable": true,
4306
4306
  "locationInModule": {
4307
4307
  "filename": "src/project.ts",
4308
- "line": 566
4308
+ "line": 574
4309
4309
  },
4310
4310
  "name": "devContainer",
4311
4311
  "optional": true,
@@ -4387,6 +4387,25 @@
4387
4387
  "primitive": "boolean"
4388
4388
  }
4389
4389
  },
4390
+ {
4391
+ "abstract": true,
4392
+ "docs": {
4393
+ "default": "- default options",
4394
+ "deprecated": "use `githubOptions.mergifyOptions` instead",
4395
+ "stability": "deprecated",
4396
+ "summary": "Options for mergify."
4397
+ },
4398
+ "immutable": true,
4399
+ "locationInModule": {
4400
+ "filename": "src/project.ts",
4401
+ "line": 567
4402
+ },
4403
+ "name": "mergifyOptions",
4404
+ "optional": true,
4405
+ "type": {
4406
+ "fqn": "projen.github.MergifyOptions"
4407
+ }
4408
+ },
4390
4409
  {
4391
4410
  "abstract": true,
4392
4411
  "docs": {
@@ -4398,7 +4417,7 @@
4398
4417
  "immutable": true,
4399
4418
  "locationInModule": {
4400
4419
  "filename": "src/project.ts",
4401
- "line": 587
4420
+ "line": 595
4402
4421
  },
4403
4422
  "name": "projectType",
4404
4423
  "optional": true,
@@ -4417,7 +4436,7 @@
4417
4436
  "immutable": true,
4418
4437
  "locationInModule": {
4419
4438
  "filename": "src/project.ts",
4420
- "line": 580
4439
+ "line": 588
4421
4440
  },
4422
4441
  "name": "readme",
4423
4442
  "optional": true,
@@ -4436,7 +4455,7 @@
4436
4455
  "immutable": true,
4437
4456
  "locationInModule": {
4438
4457
  "filename": "src/project.ts",
4439
- "line": 615
4458
+ "line": 623
4440
4459
  },
4441
4460
  "name": "stale",
4442
4461
  "optional": true,
@@ -4455,7 +4474,7 @@
4455
4474
  "immutable": true,
4456
4475
  "locationInModule": {
4457
4476
  "filename": "src/project.ts",
4458
- "line": 608
4477
+ "line": 616
4459
4478
  },
4460
4479
  "name": "staleOptions",
4461
4480
  "optional": true,
@@ -10590,7 +10609,7 @@
10590
10609
  },
10591
10610
  "locationInModule": {
10592
10611
  "filename": "src/node-project.ts",
10593
- "line": 439
10612
+ "line": 431
10594
10613
  },
10595
10614
  "parameters": [
10596
10615
  {
@@ -10604,7 +10623,7 @@
10604
10623
  "kind": "class",
10605
10624
  "locationInModule": {
10606
10625
  "filename": "src/node-project.ts",
10607
- "line": 317
10626
+ "line": 309
10608
10627
  },
10609
10628
  "methods": [
10610
10629
  {
@@ -10613,7 +10632,7 @@
10613
10632
  },
10614
10633
  "locationInModule": {
10615
10634
  "filename": "src/node-project.ts",
10616
- "line": 801
10635
+ "line": 793
10617
10636
  },
10618
10637
  "name": "addBins",
10619
10638
  "parameters": [
@@ -10638,7 +10657,7 @@
10638
10657
  },
10639
10658
  "locationInModule": {
10640
10659
  "filename": "src/node-project.ts",
10641
- "line": 855
10660
+ "line": 847
10642
10661
  },
10643
10662
  "name": "addBuildCommand",
10644
10663
  "parameters": [
@@ -10660,7 +10679,7 @@
10660
10679
  },
10661
10680
  "locationInModule": {
10662
10681
  "filename": "src/node-project.ts",
10663
- "line": 964
10682
+ "line": 956
10664
10683
  },
10665
10684
  "name": "addBundledDeps",
10666
10685
  "parameters": [
@@ -10686,7 +10705,7 @@
10686
10705
  },
10687
10706
  "locationInModule": {
10688
10707
  "filename": "src/node-project.ts",
10689
- "line": 835
10708
+ "line": 827
10690
10709
  },
10691
10710
  "name": "addCompileCommand",
10692
10711
  "parameters": [
@@ -10707,7 +10726,7 @@
10707
10726
  },
10708
10727
  "locationInModule": {
10709
10728
  "filename": "src/node-project.ts",
10710
- "line": 918
10729
+ "line": 910
10711
10730
  },
10712
10731
  "name": "addDeps",
10713
10732
  "parameters": [
@@ -10732,7 +10751,7 @@
10732
10751
  },
10733
10752
  "locationInModule": {
10734
10753
  "filename": "src/node-project.ts",
10735
- "line": 931
10754
+ "line": 923
10736
10755
  },
10737
10756
  "name": "addDevDeps",
10738
10757
  "parameters": [
@@ -10757,7 +10776,7 @@
10757
10776
  },
10758
10777
  "locationInModule": {
10759
10778
  "filename": "src/node-project.ts",
10760
- "line": 865
10779
+ "line": 857
10761
10780
  },
10762
10781
  "name": "addFields",
10763
10782
  "parameters": [
@@ -10784,7 +10803,7 @@
10784
10803
  },
10785
10804
  "locationInModule": {
10786
10805
  "filename": "src/node-project.ts",
10787
- "line": 875
10806
+ "line": 867
10788
10807
  },
10789
10808
  "name": "addKeywords",
10790
10809
  "parameters": [
@@ -10809,7 +10828,7 @@
10809
10828
  },
10810
10829
  "locationInModule": {
10811
10830
  "filename": "src/node-project.ts",
10812
- "line": 968
10831
+ "line": 960
10813
10832
  },
10814
10833
  "name": "addPackageIgnore",
10815
10834
  "overrides": "projen.Project",
@@ -10830,7 +10849,7 @@
10830
10849
  },
10831
10850
  "locationInModule": {
10832
10851
  "filename": "src/node-project.ts",
10833
- "line": 948
10852
+ "line": 940
10834
10853
  },
10835
10854
  "name": "addPeerDeps",
10836
10855
  "parameters": [
@@ -10856,7 +10875,7 @@
10856
10875
  },
10857
10876
  "locationInModule": {
10858
10877
  "filename": "src/node-project.ts",
10859
- "line": 845
10878
+ "line": 837
10860
10879
  },
10861
10880
  "name": "addTestCommand",
10862
10881
  "parameters": [
@@ -10877,7 +10896,7 @@
10877
10896
  },
10878
10897
  "locationInModule": {
10879
10898
  "filename": "src/node-project.ts",
10880
- "line": 827
10899
+ "line": 819
10881
10900
  },
10882
10901
  "name": "hasScript",
10883
10902
  "parameters": [
@@ -10904,7 +10923,7 @@
10904
10923
  },
10905
10924
  "locationInModule": {
10906
10925
  "filename": "src/node-project.ts",
10907
- "line": 819
10926
+ "line": 811
10908
10927
  },
10909
10928
  "name": "removeScript",
10910
10929
  "parameters": [
@@ -10927,7 +10946,7 @@
10927
10946
  },
10928
10947
  "locationInModule": {
10929
10948
  "filename": "src/node-project.ts",
10930
- "line": 1042
10949
+ "line": 1034
10931
10950
  },
10932
10951
  "name": "runTaskCommand",
10933
10952
  "overrides": "projen.Project",
@@ -10955,7 +10974,7 @@
10955
10974
  },
10956
10975
  "locationInModule": {
10957
10976
  "filename": "src/node-project.ts",
10958
- "line": 811
10977
+ "line": 803
10959
10978
  },
10960
10979
  "name": "setScript",
10961
10980
  "parameters": [
@@ -10990,7 +11009,7 @@
10990
11009
  "immutable": true,
10991
11010
  "locationInModule": {
10992
11011
  "filename": "src/node-project.ts",
10993
- "line": 331
11012
+ "line": 323
10994
11013
  },
10995
11014
  "name": "allowLibraryDependencies",
10996
11015
  "type": {
@@ -11005,7 +11024,7 @@
11005
11024
  "immutable": true,
11006
11025
  "locationInModule": {
11007
11026
  "filename": "src/node-project.ts",
11008
- "line": 393
11027
+ "line": 385
11009
11028
  },
11010
11029
  "name": "antitamper",
11011
11030
  "type": {
@@ -11021,7 +11040,7 @@
11021
11040
  "immutable": true,
11022
11041
  "locationInModule": {
11023
11042
  "filename": "src/node-project.ts",
11024
- "line": 351
11043
+ "line": 343
11025
11044
  },
11026
11045
  "name": "buildTask",
11027
11046
  "type": {
@@ -11035,7 +11054,7 @@
11035
11054
  "immutable": true,
11036
11055
  "locationInModule": {
11037
11056
  "filename": "src/node-project.ts",
11038
- "line": 434
11057
+ "line": 426
11039
11058
  },
11040
11059
  "name": "bundler",
11041
11060
  "type": {
@@ -11051,7 +11070,7 @@
11051
11070
  "immutable": true,
11052
11071
  "locationInModule": {
11053
11072
  "filename": "src/node-project.ts",
11054
- "line": 341
11073
+ "line": 333
11055
11074
  },
11056
11075
  "name": "compileTask",
11057
11076
  "type": {
@@ -11066,7 +11085,7 @@
11066
11085
  "immutable": true,
11067
11086
  "locationInModule": {
11068
11087
  "filename": "src/node-project.ts",
11069
- "line": 336
11088
+ "line": 328
11070
11089
  },
11071
11090
  "name": "entrypoint",
11072
11091
  "type": {
@@ -11080,7 +11099,7 @@
11080
11099
  "immutable": true,
11081
11100
  "locationInModule": {
11082
11101
  "filename": "src/node-project.ts",
11083
- "line": 879
11102
+ "line": 871
11084
11103
  },
11085
11104
  "name": "installWorkflowSteps",
11086
11105
  "type": {
@@ -11100,7 +11119,7 @@
11100
11119
  "immutable": true,
11101
11120
  "locationInModule": {
11102
11121
  "filename": "src/node-project.ts",
11103
- "line": 430
11122
+ "line": 422
11104
11123
  },
11105
11124
  "name": "manifest",
11106
11125
  "type": {
@@ -11115,7 +11134,7 @@
11115
11134
  "immutable": true,
11116
11135
  "locationInModule": {
11117
11136
  "filename": "src/node-project.ts",
11118
- "line": 398
11137
+ "line": 390
11119
11138
  },
11120
11139
  "name": "npmDistTag",
11121
11140
  "protected": true,
@@ -11131,7 +11150,7 @@
11131
11150
  "immutable": true,
11132
11151
  "locationInModule": {
11133
11152
  "filename": "src/node-project.ts",
11134
- "line": 403
11153
+ "line": 395
11135
11154
  },
11136
11155
  "name": "npmRegistry",
11137
11156
  "protected": true,
@@ -11147,7 +11166,7 @@
11147
11166
  "immutable": true,
11148
11167
  "locationInModule": {
11149
11168
  "filename": "src/node-project.ts",
11150
- "line": 321
11169
+ "line": 313
11151
11170
  },
11152
11171
  "name": "package",
11153
11172
  "type": {
@@ -11163,7 +11182,7 @@
11163
11182
  "immutable": true,
11164
11183
  "locationInModule": {
11165
11184
  "filename": "src/node-project.ts",
11166
- "line": 410
11185
+ "line": 402
11167
11186
  },
11168
11187
  "name": "packageManager",
11169
11188
  "type": {
@@ -11178,7 +11197,7 @@
11178
11197
  "immutable": true,
11179
11198
  "locationInModule": {
11180
11199
  "filename": "src/node-project.ts",
11181
- "line": 425
11200
+ "line": 417
11182
11201
  },
11183
11202
  "name": "projenCommand",
11184
11203
  "type": {
@@ -11193,7 +11212,7 @@
11193
11212
  "immutable": true,
11194
11213
  "locationInModule": {
11195
11214
  "filename": "src/node-project.ts",
11196
- "line": 415
11215
+ "line": 407
11197
11216
  },
11198
11217
  "name": "runScriptCommand",
11199
11218
  "type": {
@@ -11208,7 +11227,7 @@
11208
11227
  "immutable": true,
11209
11228
  "locationInModule": {
11210
11229
  "filename": "src/node-project.ts",
11211
- "line": 346
11230
+ "line": 338
11212
11231
  },
11213
11232
  "name": "testTask",
11214
11233
  "type": {
@@ -11223,7 +11242,7 @@
11223
11242
  "immutable": true,
11224
11243
  "locationInModule": {
11225
11244
  "filename": "src/node-project.ts",
11226
- "line": 356
11245
+ "line": 348
11227
11246
  },
11228
11247
  "name": "autoMerge",
11229
11248
  "optional": true,
@@ -11240,7 +11259,7 @@
11240
11259
  "immutable": true,
11241
11260
  "locationInModule": {
11242
11261
  "filename": "src/node-project.ts",
11243
- "line": 362
11262
+ "line": 354
11244
11263
  },
11245
11264
  "name": "buildWorkflow",
11246
11265
  "optional": true,
@@ -11255,7 +11274,7 @@
11255
11274
  "immutable": true,
11256
11275
  "locationInModule": {
11257
11276
  "filename": "src/node-project.ts",
11258
- "line": 363
11277
+ "line": 355
11259
11278
  },
11260
11279
  "name": "buildWorkflowJobId",
11261
11280
  "optional": true,
@@ -11271,7 +11290,7 @@
11271
11290
  "immutable": true,
11272
11291
  "locationInModule": {
11273
11292
  "filename": "src/node-project.ts",
11274
- "line": 420
11293
+ "line": 412
11275
11294
  },
11276
11295
  "name": "jest",
11277
11296
  "optional": true,
@@ -11287,7 +11306,7 @@
11287
11306
  "immutable": true,
11288
11307
  "locationInModule": {
11289
11308
  "filename": "src/node-project.ts",
11290
- "line": 386
11309
+ "line": 378
11291
11310
  },
11292
11311
  "name": "maxNodeVersion",
11293
11312
  "optional": true,
@@ -11303,7 +11322,7 @@
11303
11322
  "immutable": true,
11304
11323
  "locationInModule": {
11305
11324
  "filename": "src/node-project.ts",
11306
- "line": 381
11325
+ "line": 373
11307
11326
  },
11308
11327
  "name": "minNodeVersion",
11309
11328
  "optional": true,
@@ -11319,7 +11338,7 @@
11319
11338
  "immutable": true,
11320
11339
  "locationInModule": {
11321
11340
  "filename": "src/node-project.ts",
11322
- "line": 326
11341
+ "line": 318
11323
11342
  },
11324
11343
  "name": "npmignore",
11325
11344
  "optional": true,
@@ -11337,7 +11356,7 @@
11337
11356
  "immutable": true,
11338
11357
  "locationInModule": {
11339
11358
  "filename": "src/node-project.ts",
11340
- "line": 371
11359
+ "line": 363
11341
11360
  },
11342
11361
  "name": "publisher",
11343
11362
  "optional": true,
@@ -11353,7 +11372,7 @@
11353
11372
  "immutable": true,
11354
11373
  "locationInModule": {
11355
11374
  "filename": "src/node-project.ts",
11356
- "line": 376
11375
+ "line": 368
11357
11376
  },
11358
11377
  "name": "release",
11359
11378
  "optional": true,
@@ -11379,7 +11398,7 @@
11379
11398
  "kind": "interface",
11380
11399
  "locationInModule": {
11381
11400
  "filename": "src/node-project.ts",
11382
- "line": 20
11401
+ "line": 19
11383
11402
  },
11384
11403
  "name": "NodeProjectOptions",
11385
11404
  "properties": [
@@ -11393,7 +11412,7 @@
11393
11412
  "immutable": true,
11394
11413
  "locationInModule": {
11395
11414
  "filename": "src/node-project.ts",
11396
- "line": 103
11415
+ "line": 102
11397
11416
  },
11398
11417
  "name": "defaultReleaseBranch",
11399
11418
  "type": {
@@ -11411,7 +11430,7 @@
11411
11430
  "immutable": true,
11412
11431
  "locationInModule": {
11413
11432
  "filename": "src/node-project.ts",
11414
- "line": 204
11433
+ "line": 196
11415
11434
  },
11416
11435
  "name": "autoApproveProjenUpgrades",
11417
11436
  "optional": true,
@@ -11430,7 +11449,7 @@
11430
11449
  "immutable": true,
11431
11450
  "locationInModule": {
11432
11451
  "filename": "src/node-project.ts",
11433
- "line": 214
11452
+ "line": 206
11434
11453
  },
11435
11454
  "name": "autoApproveUpgrades",
11436
11455
  "optional": true,
@@ -11448,7 +11467,7 @@
11448
11467
  "immutable": true,
11449
11468
  "locationInModule": {
11450
11469
  "filename": "src/node-project.ts",
11451
- "line": 54
11470
+ "line": 53
11452
11471
  },
11453
11472
  "name": "buildWorkflow",
11454
11473
  "optional": true,
@@ -11465,7 +11484,7 @@
11465
11484
  "immutable": true,
11466
11485
  "locationInModule": {
11467
11486
  "filename": "src/node-project.ts",
11468
- "line": 296
11487
+ "line": 288
11469
11488
  },
11470
11489
  "name": "bundlerOptions",
11471
11490
  "optional": true,
@@ -11483,7 +11502,7 @@
11483
11502
  "immutable": true,
11484
11503
  "locationInModule": {
11485
11504
  "filename": "src/node-project.ts",
11486
- "line": 73
11505
+ "line": 72
11487
11506
  },
11488
11507
  "name": "codeCov",
11489
11508
  "optional": true,
@@ -11501,7 +11520,7 @@
11501
11520
  "immutable": true,
11502
11521
  "locationInModule": {
11503
11522
  "filename": "src/node-project.ts",
11504
- "line": 80
11523
+ "line": 79
11505
11524
  },
11506
11525
  "name": "codeCovTokenSecret",
11507
11526
  "optional": true,
@@ -11519,7 +11538,7 @@
11519
11538
  "immutable": true,
11520
11539
  "locationInModule": {
11521
11540
  "filename": "src/node-project.ts",
11522
- "line": 26
11541
+ "line": 25
11523
11542
  },
11524
11543
  "name": "copyrightOwner",
11525
11544
  "optional": true,
@@ -11537,7 +11556,7 @@
11537
11556
  "immutable": true,
11538
11557
  "locationInModule": {
11539
11558
  "filename": "src/node-project.ts",
11540
- "line": 33
11559
+ "line": 32
11541
11560
  },
11542
11561
  "name": "copyrightPeriod",
11543
11562
  "optional": true,
@@ -11556,7 +11575,7 @@
11556
11575
  "immutable": true,
11557
11576
  "locationInModule": {
11558
11577
  "filename": "src/node-project.ts",
11559
- "line": 138
11578
+ "line": 137
11560
11579
  },
11561
11580
  "name": "dependabot",
11562
11581
  "optional": true,
@@ -11574,7 +11593,7 @@
11574
11593
  "immutable": true,
11575
11594
  "locationInModule": {
11576
11595
  "filename": "src/node-project.ts",
11577
- "line": 145
11596
+ "line": 144
11578
11597
  },
11579
11598
  "name": "dependabotOptions",
11580
11599
  "optional": true,
@@ -11593,7 +11612,7 @@
11593
11612
  "immutable": true,
11594
11613
  "locationInModule": {
11595
11614
  "filename": "src/node-project.ts",
11596
- "line": 153
11615
+ "line": 152
11597
11616
  },
11598
11617
  "name": "depsUpgrade",
11599
11618
  "optional": true,
@@ -11611,7 +11630,7 @@
11611
11630
  "immutable": true,
11612
11631
  "locationInModule": {
11613
11632
  "filename": "src/node-project.ts",
11614
- "line": 160
11633
+ "line": 159
11615
11634
  },
11616
11635
  "name": "depsUpgradeOptions",
11617
11636
  "optional": true,
@@ -11628,7 +11647,7 @@
11628
11647
  "immutable": true,
11629
11648
  "locationInModule": {
11630
11649
  "filename": "src/node-project.ts",
11631
- "line": 265
11650
+ "line": 257
11632
11651
  },
11633
11652
  "name": "gitignore",
11634
11653
  "optional": true,
@@ -11651,7 +11670,7 @@
11651
11670
  "immutable": true,
11652
11671
  "locationInModule": {
11653
11672
  "filename": "src/node-project.ts",
11654
- "line": 271
11673
+ "line": 263
11655
11674
  },
11656
11675
  "name": "jest",
11657
11676
  "optional": true,
@@ -11669,7 +11688,7 @@
11669
11688
  "immutable": true,
11670
11689
  "locationInModule": {
11671
11690
  "filename": "src/node-project.ts",
11672
- "line": 277
11691
+ "line": 269
11673
11692
  },
11674
11693
  "name": "jestOptions",
11675
11694
  "optional": true,
@@ -11677,24 +11696,6 @@
11677
11696
  "fqn": "projen.JestOptions"
11678
11697
  }
11679
11698
  },
11680
- {
11681
- "abstract": true,
11682
- "docs": {
11683
- "default": "- default options",
11684
- "stability": "experimental",
11685
- "summary": "Options for mergify."
11686
- },
11687
- "immutable": true,
11688
- "locationInModule": {
11689
- "filename": "src/node-project.ts",
11690
- "line": 167
11691
- },
11692
- "name": "mergifyOptions",
11693
- "optional": true,
11694
- "type": {
11695
- "fqn": "projen.github.MergifyOptions"
11696
- }
11697
- },
11698
11699
  {
11699
11700
  "abstract": true,
11700
11701
  "docs": {
@@ -11706,7 +11707,7 @@
11706
11707
  "immutable": true,
11707
11708
  "locationInModule": {
11708
11709
  "filename": "src/node-project.ts",
11709
- "line": 65
11710
+ "line": 64
11710
11711
  },
11711
11712
  "name": "mutableBuild",
11712
11713
  "optional": true,
@@ -11724,7 +11725,7 @@
11724
11725
  "immutable": true,
11725
11726
  "locationInModule": {
11726
11727
  "filename": "src/node-project.ts",
11727
- "line": 246
11728
+ "line": 238
11728
11729
  },
11729
11730
  "name": "npmignore",
11730
11731
  "optional": true,
@@ -11747,7 +11748,7 @@
11747
11748
  "immutable": true,
11748
11749
  "locationInModule": {
11749
11750
  "filename": "src/node-project.ts",
11750
- "line": 240
11751
+ "line": 232
11751
11752
  },
11752
11753
  "name": "npmignoreEnabled",
11753
11754
  "optional": true,
@@ -11765,7 +11766,7 @@
11765
11766
  "immutable": true,
11766
11767
  "locationInModule": {
11767
11768
  "filename": "src/node-project.ts",
11768
- "line": 48
11769
+ "line": 47
11769
11770
  },
11770
11771
  "name": "projenDevDependency",
11771
11772
  "optional": true,
@@ -11784,7 +11785,7 @@
11784
11785
  "immutable": true,
11785
11786
  "locationInModule": {
11786
11787
  "filename": "src/node-project.ts",
11787
- "line": 232
11788
+ "line": 224
11788
11789
  },
11789
11790
  "name": "projenDuringBuild",
11790
11791
  "optional": true,
@@ -11802,7 +11803,7 @@
11802
11803
  "immutable": true,
11803
11804
  "locationInModule": {
11804
11805
  "filename": "src/node-project.ts",
11805
- "line": 285
11806
+ "line": 277
11806
11807
  },
11807
11808
  "name": "projenrcJs",
11808
11809
  "optional": true,
@@ -11820,7 +11821,7 @@
11820
11821
  "immutable": true,
11821
11822
  "locationInModule": {
11822
11823
  "filename": "src/node-project.ts",
11823
- "line": 291
11824
+ "line": 283
11824
11825
  },
11825
11826
  "name": "projenrcJsOptions",
11826
11827
  "optional": true,
@@ -11840,7 +11841,7 @@
11840
11841
  "immutable": true,
11841
11842
  "locationInModule": {
11842
11843
  "filename": "src/node-project.ts",
11843
- "line": 194
11844
+ "line": 186
11844
11845
  },
11845
11846
  "name": "projenUpgradeAutoMerge",
11846
11847
  "optional": true,
@@ -11858,7 +11859,7 @@
11858
11859
  "immutable": true,
11859
11860
  "locationInModule": {
11860
11861
  "filename": "src/node-project.ts",
11861
- "line": 221
11862
+ "line": 213
11862
11863
  },
11863
11864
  "name": "projenUpgradeSchedule",
11864
11865
  "optional": true,
@@ -11882,7 +11883,7 @@
11882
11883
  "immutable": true,
11883
11884
  "locationInModule": {
11884
11885
  "filename": "src/node-project.ts",
11885
- "line": 183
11886
+ "line": 175
11886
11887
  },
11887
11888
  "name": "projenUpgradeSecret",
11888
11889
  "optional": true,
@@ -11900,7 +11901,7 @@
11900
11901
  "immutable": true,
11901
11902
  "locationInModule": {
11902
11903
  "filename": "src/node-project.ts",
11903
- "line": 41
11904
+ "line": 40
11904
11905
  },
11905
11906
  "name": "projenVersion",
11906
11907
  "optional": true,
@@ -11918,7 +11919,7 @@
11918
11919
  "immutable": true,
11919
11920
  "locationInModule": {
11920
11921
  "filename": "src/node-project.ts",
11921
- "line": 253
11922
+ "line": 245
11922
11923
  },
11923
11924
  "name": "pullRequestTemplate",
11924
11925
  "optional": true,
@@ -11936,7 +11937,7 @@
11936
11937
  "immutable": true,
11937
11938
  "locationInModule": {
11938
11939
  "filename": "src/node-project.ts",
11939
- "line": 260
11940
+ "line": 252
11940
11941
  },
11941
11942
  "name": "pullRequestTemplateContents",
11942
11943
  "optional": true,
@@ -11962,7 +11963,7 @@
11962
11963
  "immutable": true,
11963
11964
  "locationInModule": {
11964
11965
  "filename": "src/node-project.ts",
11965
- "line": 96
11966
+ "line": 95
11966
11967
  },
11967
11968
  "name": "release",
11968
11969
  "optional": true,
@@ -11980,7 +11981,7 @@
11980
11981
  "immutable": true,
11981
11982
  "locationInModule": {
11982
11983
  "filename": "src/node-project.ts",
11983
- "line": 123
11984
+ "line": 122
11984
11985
  },
11985
11986
  "name": "releaseToNpm",
11986
11987
  "optional": true,
@@ -11999,7 +12000,7 @@
11999
12000
  "immutable": true,
12000
12001
  "locationInModule": {
12001
12002
  "filename": "src/node-project.ts",
12002
- "line": 88
12003
+ "line": 87
12003
12004
  },
12004
12005
  "name": "releaseWorkflow",
12005
12006
  "optional": true,
@@ -12017,7 +12018,7 @@
12017
12018
  "immutable": true,
12018
12019
  "locationInModule": {
12019
12020
  "filename": "src/node-project.ts",
12020
- "line": 110
12021
+ "line": 109
12021
12022
  },
12022
12023
  "name": "workflowBootstrapSteps",
12023
12024
  "optional": true,
@@ -12040,7 +12041,7 @@
12040
12041
  "immutable": true,
12041
12042
  "locationInModule": {
12042
12043
  "filename": "src/node-project.ts",
12043
- "line": 117
12044
+ "line": 116
12044
12045
  },
12045
12046
  "name": "workflowGitIdentity",
12046
12047
  "optional": true,
@@ -12058,7 +12059,7 @@
12058
12059
  "immutable": true,
12059
12060
  "locationInModule": {
12060
12061
  "filename": "src/node-project.ts",
12061
- "line": 130
12062
+ "line": 129
12062
12063
  },
12063
12064
  "name": "workflowNodeVersion",
12064
12065
  "optional": true,
@@ -12079,7 +12080,7 @@
12079
12080
  "kind": "interface",
12080
12081
  "locationInModule": {
12081
12082
  "filename": "src/node-project.ts",
12082
- "line": 1047
12083
+ "line": 1039
12083
12084
  },
12084
12085
  "name": "NodeWorkflowSteps",
12085
12086
  "properties": [
@@ -12091,7 +12092,7 @@
12091
12092
  "immutable": true,
12092
12093
  "locationInModule": {
12093
12094
  "filename": "src/node-project.ts",
12094
- "line": 1048
12095
+ "line": 1040
12095
12096
  },
12096
12097
  "name": "antitamper",
12097
12098
  "type": {
@@ -12111,7 +12112,7 @@
12111
12112
  "immutable": true,
12112
12113
  "locationInModule": {
12113
12114
  "filename": "src/node-project.ts",
12114
- "line": 1049
12115
+ "line": 1041
12115
12116
  },
12116
12117
  "name": "install",
12117
12118
  "type": {
@@ -19438,7 +19439,7 @@
19438
19439
  },
19439
19440
  "locationInModule": {
19440
19441
  "filename": "src/github/github.ts",
19441
- "line": 38
19442
+ "line": 45
19442
19443
  },
19443
19444
  "parameters": [
19444
19445
  {
@@ -19459,7 +19460,7 @@
19459
19460
  "kind": "class",
19460
19461
  "locationInModule": {
19461
19462
  "filename": "src/github/github.ts",
19462
- "line": 24
19463
+ "line": 31
19463
19464
  },
19464
19465
  "methods": [
19465
19466
  {
@@ -19468,7 +19469,7 @@
19468
19469
  },
19469
19470
  "locationInModule": {
19470
19471
  "filename": "src/github/github.ts",
19471
- "line": 74
19472
+ "line": 81
19472
19473
  },
19473
19474
  "name": "addDependabot",
19474
19475
  "parameters": [
@@ -19492,7 +19493,7 @@
19492
19493
  },
19493
19494
  "locationInModule": {
19494
19495
  "filename": "src/github/github.ts",
19495
- "line": 70
19496
+ "line": 77
19496
19497
  },
19497
19498
  "name": "addPullRequestTemplate",
19498
19499
  "parameters": [
@@ -19519,7 +19520,7 @@
19519
19520
  },
19520
19521
  "locationInModule": {
19521
19522
  "filename": "src/github/github.ts",
19522
- "line": 61
19523
+ "line": 68
19523
19524
  },
19524
19525
  "name": "addWorkflow",
19525
19526
  "parameters": [
@@ -19547,7 +19548,7 @@
19547
19548
  },
19548
19549
  "locationInModule": {
19549
19550
  "filename": "src/github/github.ts",
19550
- "line": 82
19551
+ "line": 89
19551
19552
  },
19552
19553
  "name": "tryFindWorkflow",
19553
19554
  "parameters": [
@@ -19580,7 +19581,7 @@
19580
19581
  "immutable": true,
19581
19582
  "locationInModule": {
19582
19583
  "filename": "src/github/github.ts",
19583
- "line": 52
19584
+ "line": 59
19584
19585
  },
19585
19586
  "name": "workflows",
19586
19587
  "type": {
@@ -19600,7 +19601,7 @@
19600
19601
  "immutable": true,
19601
19602
  "locationInModule": {
19602
19603
  "filename": "src/github/github.ts",
19603
- "line": 34
19604
+ "line": 41
19604
19605
  },
19605
19606
  "name": "workflowsEnabled",
19606
19607
  "type": {
@@ -19616,7 +19617,7 @@
19616
19617
  "immutable": true,
19617
19618
  "locationInModule": {
19618
19619
  "filename": "src/github/github.ts",
19619
- "line": 29
19620
+ "line": 36
19620
19621
  },
19621
19622
  "name": "mergify",
19622
19623
  "optional": true,
@@ -19660,6 +19661,24 @@
19660
19661
  "primitive": "boolean"
19661
19662
  }
19662
19663
  },
19664
+ {
19665
+ "abstract": true,
19666
+ "docs": {
19667
+ "default": "- default options",
19668
+ "stability": "experimental",
19669
+ "summary": "Options for Mergify."
19670
+ },
19671
+ "immutable": true,
19672
+ "locationInModule": {
19673
+ "filename": "src/github/github.ts",
19674
+ "line": 21
19675
+ },
19676
+ "name": "mergifyOptions",
19677
+ "optional": true,
19678
+ "type": {
19679
+ "fqn": "projen.github.MergifyOptions"
19680
+ }
19681
+ },
19663
19682
  {
19664
19683
  "abstract": true,
19665
19684
  "docs": {
@@ -19671,7 +19690,7 @@
19671
19690
  "immutable": true,
19672
19691
  "locationInModule": {
19673
19692
  "filename": "src/github/github.ts",
19674
- "line": 21
19693
+ "line": 28
19675
19694
  },
19676
19695
  "name": "workflows",
19677
19696
  "optional": true,
@@ -34042,6 +34061,6 @@
34042
34061
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
34043
34062
  }
34044
34063
  },
34045
- "version": "0.32.6",
34046
- "fingerprint": "LGHBsUGqAnmsc9OnZVuAyS/S9860pyu7Jhr0h2jUhyY="
34064
+ "version": "0.32.10",
34065
+ "fingerprint": "hhhcP9y0n/tazz0QhsYhcqbMUUYN8rfUq7Pg394Gr9U="
34047
34066
  }