projen 0.60.18 → 0.61.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 (120) hide show
  1. package/.jsii +123 -90
  2. package/docs/api/API.md +47 -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.js +1 -1
  11. package/lib/awscdk/cdk-config.js +1 -1
  12. package/lib/awscdk/cdk-tasks.js +1 -1
  13. package/lib/awscdk/integration-test.js +1 -1
  14. package/lib/awscdk/lambda-extension.js +1 -1
  15. package/lib/awscdk/lambda-function.js +2 -2
  16. package/lib/build/build-workflow.js +1 -1
  17. package/lib/cdk/auto-discover-base.js +2 -2
  18. package/lib/cdk/construct-lib.js +1 -1
  19. package/lib/cdk/integration-test-base.js +1 -1
  20. package/lib/cdk/jsii-docgen.js +1 -1
  21. package/lib/cdk/jsii-project.js +1 -1
  22. package/lib/cdk8s/auto-discover.js +2 -2
  23. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps.js +1 -1
  28. package/lib/cdk8s/integration-test.js +1 -1
  29. package/lib/cdktf/cdktf-construct.js +1 -1
  30. package/lib/circleci/circleci.js +1 -1
  31. package/lib/component.js +1 -1
  32. package/lib/dependencies.js +1 -1
  33. package/lib/dev-env.js +1 -1
  34. package/lib/docker-compose.js +2 -2
  35. package/lib/file.js +3 -3
  36. package/lib/gitattributes.js +1 -1
  37. package/lib/github/auto-approve.js +1 -1
  38. package/lib/github/auto-merge.js +1 -1
  39. package/lib/github/dependabot.js +1 -1
  40. package/lib/github/github-credentials.js +1 -1
  41. package/lib/github/github-project.js +1 -1
  42. package/lib/github/github.js +1 -1
  43. package/lib/github/mergify.js +4 -2
  44. package/lib/github/pr-template.js +4 -2
  45. package/lib/github/pull-request-lint.js +1 -1
  46. package/lib/github/stale.js +1 -1
  47. package/lib/github/task-workflow.js +1 -1
  48. package/lib/github/workflows.js +4 -2
  49. package/lib/gitlab/configuration.js +4 -2
  50. package/lib/gitlab/gitlab-configuration.js +1 -1
  51. package/lib/gitlab/nested-configuration.js +1 -1
  52. package/lib/gitpod.js +4 -2
  53. package/lib/ignore-file.js +1 -1
  54. package/lib/ini.js +1 -1
  55. package/lib/java/java-project.js +1 -1
  56. package/lib/java/junit.js +1 -1
  57. package/lib/java/maven-compile.js +1 -1
  58. package/lib/java/maven-packaging.js +1 -1
  59. package/lib/java/maven-sample.js +1 -1
  60. package/lib/java/pom.js +1 -1
  61. package/lib/java/projenrc.js +1 -1
  62. package/lib/javascript/bundler.js +1 -1
  63. package/lib/javascript/eslint.js +1 -1
  64. package/lib/javascript/jest.js +1 -1
  65. package/lib/javascript/node-package.js +3 -2
  66. package/lib/javascript/node-project.js +1 -1
  67. package/lib/javascript/npm-config.js +1 -1
  68. package/lib/javascript/prettier.js +1 -1
  69. package/lib/javascript/projenrc.js +1 -1
  70. package/lib/javascript/typescript-config.js +1 -1
  71. package/lib/javascript/upgrade-dependencies.js +2 -2
  72. package/lib/json.js +1 -1
  73. package/lib/license.js +7 -3
  74. package/lib/logger.js +1 -1
  75. package/lib/makefile.js +1 -1
  76. package/lib/object-file.js +1 -1
  77. package/lib/project-build.js +1 -1
  78. package/lib/project.d.ts +10 -0
  79. package/lib/project.js +5 -2
  80. package/lib/projects.js +1 -1
  81. package/lib/projenrc-json.js +1 -1
  82. package/lib/python/pip.js +1 -1
  83. package/lib/python/poetry.js +2 -2
  84. package/lib/python/projenrc.js +1 -1
  85. package/lib/python/pytest-sample.js +1 -1
  86. package/lib/python/pytest.js +1 -1
  87. package/lib/python/python-project.js +1 -1
  88. package/lib/python/python-sample.js +1 -1
  89. package/lib/python/requirements-file.js +1 -1
  90. package/lib/python/setuppy.js +1 -1
  91. package/lib/python/setuptools.js +1 -1
  92. package/lib/python/venv.js +1 -1
  93. package/lib/readme.js +1 -1
  94. package/lib/release/publisher.js +1 -1
  95. package/lib/release/release-trigger.js +1 -1
  96. package/lib/release/release.js +1 -1
  97. package/lib/renovatebot.js +1 -1
  98. package/lib/sample-file.js +2 -2
  99. package/lib/semver.js +1 -1
  100. package/lib/source-code.js +1 -1
  101. package/lib/task-runtime.js +1 -1
  102. package/lib/task.js +1 -1
  103. package/lib/tasks.js +1 -1
  104. package/lib/testing.js +1 -1
  105. package/lib/textfile.js +1 -1
  106. package/lib/toml.js +1 -1
  107. package/lib/typescript/projenrc.js +1 -1
  108. package/lib/typescript/typescript-typedoc.js +1 -1
  109. package/lib/typescript/typescript.js +3 -3
  110. package/lib/version.js +1 -1
  111. package/lib/vscode/devcontainer.js +1 -1
  112. package/lib/vscode/launch-config.js +1 -1
  113. package/lib/vscode/vscode.js +1 -1
  114. package/lib/web/next.js +3 -3
  115. package/lib/web/postcss.js +1 -1
  116. package/lib/web/react.js +4 -4
  117. package/lib/web/tailwind.js +1 -1
  118. package/lib/xmlfile.js +1 -1
  119. package/lib/yaml.js +1 -1
  120. package/package.json +1 -1
package/.jsii CHANGED
@@ -2700,7 +2700,7 @@
2700
2700
  },
2701
2701
  "locationInModule": {
2702
2702
  "filename": "src/gitpod.ts",
2703
- "line": 371
2703
+ "line": 373
2704
2704
  },
2705
2705
  "name": "addCustomTask",
2706
2706
  "parameters": [
@@ -2722,7 +2722,7 @@
2722
2722
  },
2723
2723
  "locationInModule": {
2724
2724
  "filename": "src/gitpod.ts",
2725
- "line": 331
2725
+ "line": 333
2726
2726
  },
2727
2727
  "name": "addDockerImage",
2728
2728
  "overrides": "projen.IDevEnvironment",
@@ -2745,7 +2745,7 @@
2745
2745
  },
2746
2746
  "locationInModule": {
2747
2747
  "filename": "src/gitpod.ts",
2748
- "line": 388
2748
+ "line": 390
2749
2749
  },
2750
2750
  "name": "addPorts",
2751
2751
  "overrides": "projen.IDevEnvironment",
@@ -2770,7 +2770,7 @@
2770
2770
  },
2771
2771
  "locationInModule": {
2772
2772
  "filename": "src/gitpod.ts",
2773
- "line": 359
2773
+ "line": 361
2774
2774
  },
2775
2775
  "name": "addPrebuilds",
2776
2776
  "parameters": [
@@ -2793,7 +2793,7 @@
2793
2793
  },
2794
2794
  "locationInModule": {
2795
2795
  "filename": "src/gitpod.ts",
2796
- "line": 346
2796
+ "line": 348
2797
2797
  },
2798
2798
  "name": "addTasks",
2799
2799
  "overrides": "projen.IDevEnvironment",
@@ -2821,7 +2821,7 @@
2821
2821
  },
2822
2822
  "locationInModule": {
2823
2823
  "filename": "src/gitpod.ts",
2824
- "line": 402
2824
+ "line": 404
2825
2825
  },
2826
2826
  "name": "addVscodeExtensions",
2827
2827
  "overrides": "projen.IDevEnvironment",
@@ -4058,7 +4058,7 @@
4058
4058
  "kind": "interface",
4059
4059
  "locationInModule": {
4060
4060
  "filename": "src/project.ts",
4061
- "line": 666
4061
+ "line": 682
4062
4062
  },
4063
4063
  "name": "InitProject",
4064
4064
  "properties": [
@@ -4071,7 +4071,7 @@
4071
4071
  "immutable": true,
4072
4072
  "locationInModule": {
4073
4073
  "filename": "src/project.ts",
4074
- "line": 675
4074
+ "line": 691
4075
4075
  },
4076
4076
  "name": "args",
4077
4077
  "type": {
@@ -4094,7 +4094,7 @@
4094
4094
  "immutable": true,
4095
4095
  "locationInModule": {
4096
4096
  "filename": "src/project.ts",
4097
- "line": 686
4097
+ "line": 702
4098
4098
  },
4099
4099
  "name": "comments",
4100
4100
  "type": {
@@ -4110,7 +4110,7 @@
4110
4110
  "immutable": true,
4111
4111
  "locationInModule": {
4112
4112
  "filename": "src/project.ts",
4113
- "line": 670
4113
+ "line": 686
4114
4114
  },
4115
4115
  "name": "fqn",
4116
4116
  "type": {
@@ -4126,7 +4126,7 @@
4126
4126
  "immutable": true,
4127
4127
  "locationInModule": {
4128
4128
  "filename": "src/project.ts",
4129
- "line": 680
4129
+ "line": 696
4130
4130
  },
4131
4131
  "name": "type",
4132
4132
  "type": {
@@ -4331,7 +4331,7 @@
4331
4331
  },
4332
4332
  "locationInModule": {
4333
4333
  "filename": "src/license.ts",
4334
- "line": 67
4334
+ "line": 71
4335
4335
  },
4336
4336
  "name": "synthesizeContent",
4337
4337
  "overrides": "projen.FileBase",
@@ -5250,7 +5250,7 @@
5250
5250
  },
5251
5251
  "locationInModule": {
5252
5252
  "filename": "src/project.ts",
5253
- "line": 191
5253
+ "line": 203
5254
5254
  },
5255
5255
  "parameters": [
5256
5256
  {
@@ -5264,7 +5264,7 @@
5264
5264
  "kind": "class",
5265
5265
  "locationInModule": {
5266
5266
  "filename": "src/project.ts",
5267
- "line": 102
5267
+ "line": 109
5268
5268
  },
5269
5269
  "methods": [
5270
5270
  {
@@ -5275,7 +5275,7 @@
5275
5275
  },
5276
5276
  "locationInModule": {
5277
5277
  "filename": "src/project.ts",
5278
- "line": 440
5278
+ "line": 456
5279
5279
  },
5280
5280
  "name": "addExcludeFromCleanup",
5281
5281
  "parameters": [
@@ -5299,7 +5299,7 @@
5299
5299
  },
5300
5300
  "locationInModule": {
5301
5301
  "filename": "src/project.ts",
5302
- "line": 469
5302
+ "line": 485
5303
5303
  },
5304
5304
  "name": "addGitIgnore",
5305
5305
  "parameters": [
@@ -5322,7 +5322,7 @@
5322
5322
  },
5323
5323
  "locationInModule": {
5324
5324
  "filename": "src/project.ts",
5325
- "line": 461
5325
+ "line": 477
5326
5326
  },
5327
5327
  "name": "addPackageIgnore",
5328
5328
  "parameters": [
@@ -5345,7 +5345,7 @@
5345
5345
  },
5346
5346
  "locationInModule": {
5347
5347
  "filename": "src/project.ts",
5348
- "line": 292
5348
+ "line": 308
5349
5349
  },
5350
5350
  "name": "addTask",
5351
5351
  "parameters": [
@@ -5383,7 +5383,7 @@
5383
5383
  },
5384
5384
  "locationInModule": {
5385
5385
  "filename": "src/project.ts",
5386
- "line": 430
5386
+ "line": 446
5387
5387
  },
5388
5388
  "name": "addTip",
5389
5389
  "parameters": [
@@ -5406,7 +5406,7 @@
5406
5406
  },
5407
5407
  "locationInModule": {
5408
5408
  "filename": "src/project.ts",
5409
- "line": 480
5409
+ "line": 496
5410
5410
  },
5411
5411
  "name": "annotateGenerated",
5412
5412
  "parameters": [
@@ -5429,7 +5429,7 @@
5429
5429
  },
5430
5430
  "locationInModule": {
5431
5431
  "filename": "src/project.ts",
5432
- "line": 568
5432
+ "line": 584
5433
5433
  },
5434
5434
  "name": "postSynthesize"
5435
5435
  },
@@ -5440,7 +5440,7 @@
5440
5440
  },
5441
5441
  "locationInModule": {
5442
5442
  "filename": "src/project.ts",
5443
- "line": 563
5443
+ "line": 579
5444
5444
  },
5445
5445
  "name": "preSynthesize"
5446
5446
  },
@@ -5452,7 +5452,7 @@
5452
5452
  },
5453
5453
  "locationInModule": {
5454
5454
  "filename": "src/project.ts",
5455
- "line": 303
5455
+ "line": 319
5456
5456
  },
5457
5457
  "name": "removeTask",
5458
5458
  "parameters": [
@@ -5481,7 +5481,7 @@
5481
5481
  },
5482
5482
  "locationInModule": {
5483
5483
  "filename": "src/project.ts",
5484
- "line": 451
5484
+ "line": 467
5485
5485
  },
5486
5486
  "name": "runTaskCommand",
5487
5487
  "parameters": [
@@ -5509,7 +5509,7 @@
5509
5509
  },
5510
5510
  "locationInModule": {
5511
5511
  "filename": "src/project.ts",
5512
- "line": 494
5512
+ "line": 510
5513
5513
  },
5514
5514
  "name": "synth"
5515
5515
  },
@@ -5521,7 +5521,7 @@
5521
5521
  },
5522
5522
  "locationInModule": {
5523
5523
  "filename": "src/project.ts",
5524
- "line": 334
5524
+ "line": 350
5525
5525
  },
5526
5526
  "name": "tryFindFile",
5527
5527
  "parameters": [
@@ -5551,7 +5551,7 @@
5551
5551
  },
5552
5552
  "locationInModule": {
5553
5553
  "filename": "src/project.ts",
5554
- "line": 359
5554
+ "line": 375
5555
5555
  },
5556
5556
  "name": "tryFindJsonFile",
5557
5557
  "parameters": [
@@ -5579,7 +5579,7 @@
5579
5579
  },
5580
5580
  "locationInModule": {
5581
5581
  "filename": "src/project.ts",
5582
- "line": 378
5582
+ "line": 394
5583
5583
  },
5584
5584
  "name": "tryFindObjectFile",
5585
5585
  "parameters": [
@@ -5608,7 +5608,7 @@
5608
5608
  },
5609
5609
  "locationInModule": {
5610
5610
  "filename": "src/project.ts",
5611
- "line": 402
5611
+ "line": 418
5612
5612
  },
5613
5613
  "name": "tryRemoveFile",
5614
5614
  "parameters": [
@@ -5643,7 +5643,7 @@
5643
5643
  "immutable": true,
5644
5644
  "locationInModule": {
5645
5645
  "filename": "src/project.ts",
5646
- "line": 107
5646
+ "line": 114
5647
5647
  },
5648
5648
  "name": "DEFAULT_TASK",
5649
5649
  "static": true,
@@ -5658,13 +5658,28 @@
5658
5658
  "immutable": true,
5659
5659
  "locationInModule": {
5660
5660
  "filename": "src/project.ts",
5661
- "line": 307
5661
+ "line": 323
5662
5662
  },
5663
5663
  "name": "buildTask",
5664
5664
  "type": {
5665
5665
  "fqn": "projen.Task"
5666
5666
  }
5667
5667
  },
5668
+ {
5669
+ "docs": {
5670
+ "stability": "experimental",
5671
+ "summary": "Whether to commit the managed files by default."
5672
+ },
5673
+ "immutable": true,
5674
+ "locationInModule": {
5675
+ "filename": "src/project.ts",
5676
+ "line": 195
5677
+ },
5678
+ "name": "commitGenerated",
5679
+ "type": {
5680
+ "primitive": "boolean"
5681
+ }
5682
+ },
5668
5683
  {
5669
5684
  "docs": {
5670
5685
  "stability": "experimental"
@@ -5672,7 +5687,7 @@
5672
5687
  "immutable": true,
5673
5688
  "locationInModule": {
5674
5689
  "filename": "src/project.ts",
5675
- "line": 310
5690
+ "line": 326
5676
5691
  },
5677
5692
  "name": "compileTask",
5678
5693
  "type": {
@@ -5687,7 +5702,7 @@
5687
5702
  "immutable": true,
5688
5703
  "locationInModule": {
5689
5704
  "filename": "src/project.ts",
5690
- "line": 271
5705
+ "line": 287
5691
5706
  },
5692
5707
  "name": "components",
5693
5708
  "type": {
@@ -5707,7 +5722,7 @@
5707
5722
  "immutable": true,
5708
5723
  "locationInModule": {
5709
5724
  "filename": "src/project.ts",
5710
- "line": 147
5725
+ "line": 154
5711
5726
  },
5712
5727
  "name": "deps",
5713
5728
  "type": {
@@ -5722,7 +5737,7 @@
5722
5737
  "immutable": true,
5723
5738
  "locationInModule": {
5724
5739
  "filename": "src/project.ts",
5725
- "line": 556
5740
+ "line": 572
5726
5741
  },
5727
5742
  "name": "ejected",
5728
5743
  "type": {
@@ -5737,7 +5752,7 @@
5737
5752
  "immutable": true,
5738
5753
  "locationInModule": {
5739
5754
  "filename": "src/project.ts",
5740
- "line": 278
5755
+ "line": 294
5741
5756
  },
5742
5757
  "name": "files",
5743
5758
  "type": {
@@ -5757,7 +5772,7 @@
5757
5772
  "immutable": true,
5758
5773
  "locationInModule": {
5759
5774
  "filename": "src/project.ts",
5760
- "line": 122
5775
+ "line": 129
5761
5776
  },
5762
5777
  "name": "gitattributes",
5763
5778
  "type": {
@@ -5772,7 +5787,7 @@
5772
5787
  "immutable": true,
5773
5788
  "locationInModule": {
5774
5789
  "filename": "src/project.ts",
5775
- "line": 117
5790
+ "line": 124
5776
5791
  },
5777
5792
  "name": "gitignore",
5778
5793
  "type": {
@@ -5787,7 +5802,7 @@
5787
5802
  "immutable": true,
5788
5803
  "locationInModule": {
5789
5804
  "filename": "src/project.ts",
5790
- "line": 152
5805
+ "line": 159
5791
5806
  },
5792
5807
  "name": "logger",
5793
5808
  "type": {
@@ -5802,7 +5817,7 @@
5802
5817
  "immutable": true,
5803
5818
  "locationInModule": {
5804
5819
  "filename": "src/project.ts",
5805
- "line": 112
5820
+ "line": 119
5806
5821
  },
5807
5822
  "name": "name",
5808
5823
  "type": {
@@ -5817,7 +5832,7 @@
5817
5832
  "immutable": true,
5818
5833
  "locationInModule": {
5819
5834
  "filename": "src/project.ts",
5820
- "line": 132
5835
+ "line": 139
5821
5836
  },
5822
5837
  "name": "outdir",
5823
5838
  "type": {
@@ -5831,7 +5846,7 @@
5831
5846
  "immutable": true,
5832
5847
  "locationInModule": {
5833
5848
  "filename": "src/project.ts",
5834
- "line": 322
5849
+ "line": 338
5835
5850
  },
5836
5851
  "name": "packageTask",
5837
5852
  "type": {
@@ -5845,7 +5860,7 @@
5845
5860
  "immutable": true,
5846
5861
  "locationInModule": {
5847
5862
  "filename": "src/project.ts",
5848
- "line": 319
5863
+ "line": 335
5849
5864
  },
5850
5865
  "name": "postCompileTask",
5851
5866
  "type": {
@@ -5859,7 +5874,7 @@
5859
5874
  "immutable": true,
5860
5875
  "locationInModule": {
5861
5876
  "filename": "src/project.ts",
5862
- "line": 316
5877
+ "line": 332
5863
5878
  },
5864
5879
  "name": "preCompileTask",
5865
5880
  "type": {
@@ -5874,7 +5889,7 @@
5874
5889
  "immutable": true,
5875
5890
  "locationInModule": {
5876
5891
  "filename": "src/project.ts",
5877
- "line": 183
5892
+ "line": 190
5878
5893
  },
5879
5894
  "name": "projectBuild",
5880
5895
  "type": {
@@ -5889,7 +5904,7 @@
5889
5904
  "immutable": true,
5890
5905
  "locationInModule": {
5891
5906
  "filename": "src/project.ts",
5892
- "line": 164
5907
+ "line": 171
5893
5908
  },
5894
5909
  "name": "projenCommand",
5895
5910
  "type": {
@@ -5904,7 +5919,7 @@
5904
5919
  "immutable": true,
5905
5920
  "locationInModule": {
5906
5921
  "filename": "src/project.ts",
5907
- "line": 137
5922
+ "line": 144
5908
5923
  },
5909
5924
  "name": "root",
5910
5925
  "type": {
@@ -5919,7 +5934,7 @@
5919
5934
  "immutable": true,
5920
5935
  "locationInModule": {
5921
5936
  "filename": "src/project.ts",
5922
- "line": 142
5937
+ "line": 149
5923
5938
  },
5924
5939
  "name": "tasks",
5925
5940
  "type": {
@@ -5933,7 +5948,7 @@
5933
5948
  "immutable": true,
5934
5949
  "locationInModule": {
5935
5950
  "filename": "src/project.ts",
5936
- "line": 313
5951
+ "line": 329
5937
5952
  },
5938
5953
  "name": "testTask",
5939
5954
  "type": {
@@ -5949,7 +5964,7 @@
5949
5964
  "immutable": true,
5950
5965
  "locationInModule": {
5951
5966
  "filename": "src/project.ts",
5952
- "line": 170
5967
+ "line": 177
5953
5968
  },
5954
5969
  "name": "defaultTask",
5955
5970
  "optional": true,
@@ -5966,7 +5981,7 @@
5966
5981
  "immutable": true,
5967
5982
  "locationInModule": {
5968
5983
  "filename": "src/project.ts",
5969
- "line": 159
5984
+ "line": 166
5970
5985
  },
5971
5986
  "name": "initProject",
5972
5987
  "optional": true,
@@ -5983,7 +5998,7 @@
5983
5998
  "immutable": true,
5984
5999
  "locationInModule": {
5985
6000
  "filename": "src/project.ts",
5986
- "line": 127
6001
+ "line": 134
5987
6002
  },
5988
6003
  "name": "parent",
5989
6004
  "optional": true,
@@ -6156,6 +6171,24 @@
6156
6171
  "primitive": "string"
6157
6172
  }
6158
6173
  },
6174
+ {
6175
+ "abstract": true,
6176
+ "docs": {
6177
+ "default": "true",
6178
+ "stability": "experimental",
6179
+ "summary": "Whether to commit the managed files by default."
6180
+ },
6181
+ "immutable": true,
6182
+ "locationInModule": {
6183
+ "filename": "src/project.ts",
6184
+ "line": 103
6185
+ },
6186
+ "name": "commitGenerated",
6187
+ "optional": true,
6188
+ "type": {
6189
+ "primitive": "boolean"
6190
+ }
6191
+ },
6159
6192
  {
6160
6193
  "abstract": true,
6161
6194
  "docs": {
@@ -6315,7 +6348,7 @@
6315
6348
  "kind": "enum",
6316
6349
  "locationInModule": {
6317
6350
  "filename": "src/project.ts",
6318
- "line": 643
6351
+ "line": 659
6319
6352
  },
6320
6353
  "members": [
6321
6354
  {
@@ -19994,7 +20027,7 @@
19994
20027
  },
19995
20028
  "locationInModule": {
19996
20029
  "filename": "src/github/workflows.ts",
19997
- "line": 108
20030
+ "line": 110
19998
20031
  },
19999
20032
  "name": "addJob",
20000
20033
  "parameters": [
@@ -20034,7 +20067,7 @@
20034
20067
  },
20035
20068
  "locationInModule": {
20036
20069
  "filename": "src/github/workflows.ts",
20037
- "line": 120
20070
+ "line": 122
20038
20071
  },
20039
20072
  "name": "addJobs",
20040
20073
  "parameters": [
@@ -20070,7 +20103,7 @@
20070
20103
  },
20071
20104
  "locationInModule": {
20072
20105
  "filename": "src/github/workflows.ts",
20073
- "line": 96
20106
+ "line": 98
20074
20107
  },
20075
20108
  "name": "on",
20076
20109
  "parameters": [
@@ -20260,7 +20293,7 @@
20260
20293
  "kind": "interface",
20261
20294
  "locationInModule": {
20262
20295
  "filename": "src/github/workflows.ts",
20263
- "line": 288
20296
+ "line": 290
20264
20297
  },
20265
20298
  "methods": [
20266
20299
  {
@@ -20271,7 +20304,7 @@
20271
20304
  },
20272
20305
  "locationInModule": {
20273
20306
  "filename": "src/github/workflows.ts",
20274
- "line": 292
20307
+ "line": 294
20275
20308
  },
20276
20309
  "name": "renderJobs",
20277
20310
  "returns": {
@@ -20333,7 +20366,7 @@
20333
20366
  },
20334
20367
  "locationInModule": {
20335
20368
  "filename": "src/github/mergify.ts",
20336
- "line": 89
20369
+ "line": 91
20337
20370
  },
20338
20371
  "name": "addQueue",
20339
20372
  "parameters": [
@@ -20351,7 +20384,7 @@
20351
20384
  },
20352
20385
  "locationInModule": {
20353
20386
  "filename": "src/github/mergify.ts",
20354
- "line": 84
20387
+ "line": 86
20355
20388
  },
20356
20389
  "name": "addRule",
20357
20390
  "parameters": [
@@ -25827,7 +25860,7 @@
25827
25860
  },
25828
25861
  "locationInModule": {
25829
25862
  "filename": "src/gitlab/configuration.ts",
25830
- "line": 278
25863
+ "line": 280
25831
25864
  },
25832
25865
  "name": "addGlobalVariables",
25833
25866
  "parameters": [
@@ -25854,7 +25887,7 @@
25854
25887
  },
25855
25888
  "locationInModule": {
25856
25889
  "filename": "src/gitlab/configuration.ts",
25857
- "line": 191
25890
+ "line": 193
25858
25891
  },
25859
25892
  "name": "addIncludes",
25860
25893
  "parameters": [
@@ -25878,7 +25911,7 @@
25878
25911
  },
25879
25912
  "locationInModule": {
25880
25913
  "filename": "src/gitlab/configuration.ts",
25881
- "line": 305
25914
+ "line": 307
25882
25915
  },
25883
25916
  "name": "addJobs",
25884
25917
  "parameters": [
@@ -25905,7 +25938,7 @@
25905
25938
  },
25906
25939
  "locationInModule": {
25907
25940
  "filename": "src/gitlab/configuration.ts",
25908
- "line": 258
25941
+ "line": 260
25909
25942
  },
25910
25943
  "name": "addServices",
25911
25944
  "parameters": [
@@ -25929,7 +25962,7 @@
25929
25962
  },
25930
25963
  "locationInModule": {
25931
25964
  "filename": "src/gitlab/configuration.ts",
25932
- "line": 293
25965
+ "line": 295
25933
25966
  },
25934
25967
  "name": "addStages",
25935
25968
  "parameters": [
@@ -35145,7 +35178,7 @@
35145
35178
  },
35146
35179
  "locationInModule": {
35147
35180
  "filename": "src/javascript/node-package.ts",
35148
- "line": 642
35181
+ "line": 643
35149
35182
  },
35150
35183
  "name": "addBin",
35151
35184
  "parameters": [
@@ -35170,7 +35203,7 @@
35170
35203
  },
35171
35204
  "locationInModule": {
35172
35205
  "filename": "src/javascript/node-package.ts",
35173
- "line": 611
35206
+ "line": 612
35174
35207
  },
35175
35208
  "name": "addBundledDeps",
35176
35209
  "parameters": [
@@ -35195,7 +35228,7 @@
35195
35228
  },
35196
35229
  "locationInModule": {
35197
35230
  "filename": "src/javascript/node-package.ts",
35198
- "line": 551
35231
+ "line": 552
35199
35232
  },
35200
35233
  "name": "addDeps",
35201
35234
  "parameters": [
@@ -35220,7 +35253,7 @@
35220
35253
  },
35221
35254
  "locationInModule": {
35222
35255
  "filename": "src/javascript/node-package.ts",
35223
- "line": 566
35256
+ "line": 567
35224
35257
  },
35225
35258
  "name": "addDevDeps",
35226
35259
  "parameters": [
@@ -35245,7 +35278,7 @@
35245
35278
  },
35246
35279
  "locationInModule": {
35247
35280
  "filename": "src/javascript/node-package.ts",
35248
- "line": 628
35281
+ "line": 629
35249
35282
  },
35250
35283
  "name": "addEngine",
35251
35284
  "parameters": [
@@ -35279,7 +35312,7 @@
35279
35312
  },
35280
35313
  "locationInModule": {
35281
35314
  "filename": "src/javascript/node-package.ts",
35282
- "line": 681
35315
+ "line": 682
35283
35316
  },
35284
35317
  "name": "addField",
35285
35318
  "parameters": [
@@ -35310,7 +35343,7 @@
35310
35343
  },
35311
35344
  "locationInModule": {
35312
35345
  "filename": "src/javascript/node-package.ts",
35313
- "line": 636
35346
+ "line": 637
35314
35347
  },
35315
35348
  "name": "addKeywords",
35316
35349
  "parameters": [
@@ -35334,7 +35367,7 @@
35334
35367
  },
35335
35368
  "locationInModule": {
35336
35369
  "filename": "src/javascript/node-package.ts",
35337
- "line": 701
35370
+ "line": 702
35338
35371
  },
35339
35372
  "name": "addPackageResolutions",
35340
35373
  "parameters": [
@@ -35360,7 +35393,7 @@
35360
35393
  },
35361
35394
  "locationInModule": {
35362
35395
  "filename": "src/javascript/node-package.ts",
35363
- "line": 585
35396
+ "line": 586
35364
35397
  },
35365
35398
  "name": "addPeerDeps",
35366
35399
  "parameters": [
@@ -35385,7 +35418,7 @@
35385
35418
  },
35386
35419
  "locationInModule": {
35387
35420
  "filename": "src/javascript/node-package.ts",
35388
- "line": 689
35421
+ "line": 690
35389
35422
  },
35390
35423
  "name": "addVersion",
35391
35424
  "parameters": [
@@ -35408,7 +35441,7 @@
35408
35441
  },
35409
35442
  "locationInModule": {
35410
35443
  "filename": "src/javascript/node-package.ts",
35411
- "line": 671
35444
+ "line": 672
35412
35445
  },
35413
35446
  "name": "hasScript",
35414
35447
  "parameters": [
@@ -35436,7 +35469,7 @@
35436
35469
  },
35437
35470
  "locationInModule": {
35438
35471
  "filename": "src/javascript/node-package.ts",
35439
- "line": 776
35472
+ "line": 777
35440
35473
  },
35441
35474
  "name": "postSynthesize",
35442
35475
  "overrides": "projen.Component"
@@ -35448,7 +35481,7 @@
35448
35481
  },
35449
35482
  "locationInModule": {
35450
35483
  "filename": "src/javascript/node-package.ts",
35451
- "line": 771
35484
+ "line": 772
35452
35485
  },
35453
35486
  "name": "preSynthesize",
35454
35487
  "overrides": "projen.Component"
@@ -35460,7 +35493,7 @@
35460
35493
  },
35461
35494
  "locationInModule": {
35462
35495
  "filename": "src/javascript/node-package.ts",
35463
- "line": 662
35496
+ "line": 663
35464
35497
  },
35465
35498
  "name": "removeScript",
35466
35499
  "parameters": [
@@ -35482,7 +35515,7 @@
35482
35515
  },
35483
35516
  "locationInModule": {
35484
35517
  "filename": "src/javascript/node-package.ts",
35485
- "line": 727
35518
+ "line": 728
35486
35519
  },
35487
35520
  "name": "renderUpgradePackagesCommand",
35488
35521
  "parameters": [
@@ -35523,7 +35556,7 @@
35523
35556
  },
35524
35557
  "locationInModule": {
35525
35558
  "filename": "src/javascript/node-package.ts",
35526
- "line": 654
35559
+ "line": 655
35527
35560
  },
35528
35561
  "name": "setScript",
35529
35562
  "parameters": [
@@ -35589,7 +35622,7 @@
35589
35622
  "immutable": true,
35590
35623
  "locationInModule": {
35591
35624
  "filename": "src/javascript/node-package.ts",
35592
- "line": 720
35625
+ "line": 721
35593
35626
  },
35594
35627
  "name": "installAndUpdateLockfileCommand",
35595
35628
  "type": {
@@ -35604,7 +35637,7 @@
35604
35637
  "immutable": true,
35605
35638
  "locationInModule": {
35606
35639
  "filename": "src/javascript/node-package.ts",
35607
- "line": 713
35640
+ "line": 714
35608
35641
  },
35609
35642
  "name": "installCommand",
35610
35643
  "type": {
@@ -35724,7 +35757,7 @@
35724
35757
  "immutable": true,
35725
35758
  "locationInModule": {
35726
35759
  "filename": "src/javascript/node-package.ts",
35727
- "line": 798
35760
+ "line": 799
35728
35761
  },
35729
35762
  "name": "projenCommand",
35730
35763
  "type": {
@@ -35851,7 +35884,7 @@
35851
35884
  "kind": "enum",
35852
35885
  "locationInModule": {
35853
35886
  "filename": "src/javascript/node-package.ts",
35854
- "line": 1368
35887
+ "line": 1369
35855
35888
  },
35856
35889
  "members": [
35857
35890
  {
@@ -37987,7 +38020,7 @@
37987
38020
  "kind": "enum",
37988
38021
  "locationInModule": {
37989
38022
  "filename": "src/javascript/node-package.ts",
37990
- "line": 1388
38023
+ "line": 1389
37991
38024
  },
37992
38025
  "members": [
37993
38026
  {
@@ -38164,7 +38197,7 @@
38164
38197
  "kind": "interface",
38165
38198
  "locationInModule": {
38166
38199
  "filename": "src/javascript/node-package.ts",
38167
- "line": 1357
38200
+ "line": 1358
38168
38201
  },
38169
38202
  "name": "PeerDependencyOptions",
38170
38203
  "namespace": "javascript",
@@ -38179,7 +38212,7 @@
38179
38212
  "immutable": true,
38180
38213
  "locationInModule": {
38181
38214
  "filename": "src/javascript/node-package.ts",
38182
- "line": 1362
38215
+ "line": 1363
38183
38216
  },
38184
38217
  "name": "pinnedDevDependency",
38185
38218
  "optional": true,
@@ -48923,6 +48956,6 @@
48923
48956
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
48924
48957
  }
48925
48958
  },
48926
- "version": "0.60.18",
48927
- "fingerprint": "pB19Q5KxPuyFfQyaCzlFo1QVcKORFkW+8eYleVAULaU="
48959
+ "version": "0.61.2",
48960
+ "fingerprint": "8Wu+1KCbw+xe4OMhVIEDGp7bm+6l9/IcYI0VZEelxQ4="
48928
48961
  }