projen 0.68.1 → 0.68.3

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 (133) hide show
  1. package/.jsii +311 -164
  2. package/docs/api/API.md +111 -4
  3. package/lib/awscdk/auto-discover.js +5 -5
  4. package/lib/awscdk/awscdk-app-java.js +1 -1
  5. package/lib/awscdk/awscdk-app-py.js +1 -1
  6. package/lib/awscdk/awscdk-app-ts.js +1 -1
  7. package/lib/awscdk/awscdk-construct.js +2 -2
  8. package/lib/awscdk/awscdk-deps-java.js +1 -1
  9. package/lib/awscdk/awscdk-deps-js.js +1 -1
  10. package/lib/awscdk/awscdk-deps-py.js +1 -1
  11. package/lib/awscdk/awscdk-deps.js +1 -1
  12. package/lib/awscdk/cdk-config.js +1 -1
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-docgen.js +1 -1
  22. package/lib/cdk/jsii-project.js +1 -1
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  25. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  26. package/lib/cdk8s/cdk8s-construct.js +1 -1
  27. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps.js +1 -1
  29. package/lib/cdk8s/integration-test.js +1 -1
  30. package/lib/cdktf/cdktf-construct.js +1 -1
  31. package/lib/circleci/circleci.js +1 -1
  32. package/lib/component.js +1 -1
  33. package/lib/dependencies.js +1 -1
  34. package/lib/dev-env.js +1 -1
  35. package/lib/docker-compose/docker-compose-service.js +1 -1
  36. package/lib/docker-compose/docker-compose.js +1 -1
  37. package/lib/file.js +1 -1
  38. package/lib/gitattributes.js +1 -1
  39. package/lib/github/actions-provider.js +1 -1
  40. package/lib/github/auto-approve.js +1 -1
  41. package/lib/github/auto-merge.js +1 -1
  42. package/lib/github/dependabot.js +1 -1
  43. package/lib/github/github-credentials.js +1 -1
  44. package/lib/github/github-project.js +1 -1
  45. package/lib/github/github.js +1 -1
  46. package/lib/github/mergify.js +1 -1
  47. package/lib/github/pr-template.js +1 -1
  48. package/lib/github/pull-request-lint.js +1 -1
  49. package/lib/github/stale.js +1 -1
  50. package/lib/github/task-workflow.js +1 -1
  51. package/lib/github/workflows.js +1 -1
  52. package/lib/gitlab/configuration.js +1 -1
  53. package/lib/gitlab/gitlab-configuration.js +1 -1
  54. package/lib/gitlab/nested-configuration.js +1 -1
  55. package/lib/gitpod.js +1 -1
  56. package/lib/ignore-file.d.ts +25 -2
  57. package/lib/ignore-file.js +22 -7
  58. package/lib/ini.js +1 -1
  59. package/lib/java/java-project.js +1 -1
  60. package/lib/java/junit.js +1 -1
  61. package/lib/java/maven-compile.js +1 -1
  62. package/lib/java/maven-packaging.js +1 -1
  63. package/lib/java/maven-sample.js +1 -1
  64. package/lib/java/pom.js +1 -1
  65. package/lib/java/projenrc.js +1 -1
  66. package/lib/javascript/bundler.js +1 -1
  67. package/lib/javascript/eslint.js +1 -1
  68. package/lib/javascript/jest.js +1 -1
  69. package/lib/javascript/node-package.js +1 -1
  70. package/lib/javascript/node-project.d.ts +5 -1
  71. package/lib/javascript/node-project.js +3 -3
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.d.ts +5 -1
  74. package/lib/javascript/prettier.js +3 -3
  75. package/lib/javascript/projenrc.js +1 -1
  76. package/lib/javascript/typescript-config.js +1 -1
  77. package/lib/javascript/upgrade-dependencies.js +2 -2
  78. package/lib/json-patch.js +1 -1
  79. package/lib/json.js +1 -1
  80. package/lib/license.js +1 -1
  81. package/lib/logger.js +1 -1
  82. package/lib/makefile.js +1 -1
  83. package/lib/object-file.js +1 -1
  84. package/lib/project-build.js +1 -1
  85. package/lib/project.d.ts +5 -1
  86. package/lib/project.js +3 -3
  87. package/lib/projects.js +1 -1
  88. package/lib/projenrc-json.js +1 -1
  89. package/lib/python/pip.js +1 -1
  90. package/lib/python/poetry.js +2 -2
  91. package/lib/python/projenrc.js +1 -1
  92. package/lib/python/pytest-sample.js +1 -1
  93. package/lib/python/pytest.js +1 -1
  94. package/lib/python/python-project.js +1 -1
  95. package/lib/python/python-sample.js +1 -1
  96. package/lib/python/requirements-file.js +1 -1
  97. package/lib/python/setuppy.js +1 -1
  98. package/lib/python/setuptools.js +1 -1
  99. package/lib/python/venv.js +1 -1
  100. package/lib/readme.js +1 -1
  101. package/lib/release/publisher.js +1 -1
  102. package/lib/release/release-trigger.js +1 -1
  103. package/lib/release/release.js +1 -1
  104. package/lib/renovatebot.js +1 -1
  105. package/lib/sample-file.js +2 -2
  106. package/lib/semver.js +1 -1
  107. package/lib/source-code.js +1 -1
  108. package/lib/task-runtime.js +1 -1
  109. package/lib/task.js +1 -1
  110. package/lib/tasks.js +1 -1
  111. package/lib/testing.js +1 -1
  112. package/lib/textfile.js +1 -1
  113. package/lib/toml.js +1 -1
  114. package/lib/typescript/projenrc.js +1 -1
  115. package/lib/typescript/typescript-typedoc.js +1 -1
  116. package/lib/typescript/typescript.js +3 -3
  117. package/lib/version.js +1 -1
  118. package/lib/vscode/devcontainer.js +1 -1
  119. package/lib/vscode/extensions.js +1 -1
  120. package/lib/vscode/launch-config.js +1 -1
  121. package/lib/vscode/settings.js +1 -1
  122. package/lib/vscode/vscode.js +1 -1
  123. package/lib/web/next.js +3 -3
  124. package/lib/web/postcss.js +1 -1
  125. package/lib/web/react.js +4 -4
  126. package/lib/web/tailwind.js +1 -1
  127. package/lib/xmlfile.js +1 -1
  128. package/lib/yaml.js +1 -1
  129. package/node_modules/xmlbuilder2/node_modules/@types/node/README.md +1 -1
  130. package/node_modules/xmlbuilder2/node_modules/@types/node/globals.d.ts +1 -1
  131. package/node_modules/xmlbuilder2/node_modules/@types/node/package.json +2 -2
  132. package/node_modules/xmlbuilder2/node_modules/@types/node/ts4.8/globals.d.ts +1 -1
  133. package/package.json +1 -1
package/.jsii CHANGED
@@ -3183,7 +3183,7 @@
3183
3183
  "kind": "interface",
3184
3184
  "locationInModule": {
3185
3185
  "filename": "src/project.ts",
3186
- "line": 114
3186
+ "line": 119
3187
3187
  },
3188
3188
  "name": "GitOptions",
3189
3189
  "properties": [
@@ -3197,7 +3197,7 @@
3197
3197
  "immutable": true,
3198
3198
  "locationInModule": {
3199
3199
  "filename": "src/project.ts",
3200
- "line": 120
3200
+ "line": 125
3201
3201
  },
3202
3202
  "name": "lfsPatterns",
3203
3203
  "optional": true,
@@ -4452,38 +4452,51 @@
4452
4452
  },
4453
4453
  "locationInModule": {
4454
4454
  "filename": "src/ignore-file.ts",
4455
- "line": 7
4455
+ "line": 31
4456
4456
  },
4457
4457
  "parameters": [
4458
4458
  {
4459
+ "docs": {
4460
+ "summary": "The project to tie this file to."
4461
+ },
4459
4462
  "name": "project",
4460
4463
  "type": {
4461
4464
  "fqn": "projen.Project"
4462
4465
  }
4463
4466
  },
4464
4467
  {
4468
+ "docs": {
4469
+ "summary": "- the relative path in the project to put the file."
4470
+ },
4465
4471
  "name": "filePath",
4466
4472
  "type": {
4467
4473
  "primitive": "string"
4468
4474
  }
4475
+ },
4476
+ {
4477
+ "name": "options",
4478
+ "optional": true,
4479
+ "type": {
4480
+ "fqn": "projen.IgnoreFileOptions"
4481
+ }
4469
4482
  }
4470
4483
  ]
4471
4484
  },
4472
4485
  "kind": "class",
4473
4486
  "locationInModule": {
4474
4487
  "filename": "src/ignore-file.ts",
4475
- "line": 4
4488
+ "line": 20
4476
4489
  },
4477
4490
  "methods": [
4478
4491
  {
4479
4492
  "docs": {
4480
- "remarks": "Files that match this pattern will be ignored. If the\npattern starts with a negation mark `!`, files that match will _not_ be\nignored.\n\nComment lines (start with `#`) are ignored.",
4493
+ "remarks": "Files that match this pattern will be ignored. If the\npattern starts with a negation mark `!`, files that match will _not_ be\nignored.\n\nComment lines (start with `#`) and blank lines (\"\") are filtered by default\nbut can be included using options specified when instantiating the component.",
4481
4494
  "stability": "experimental",
4482
4495
  "summary": "Add ignore patterns."
4483
4496
  },
4484
4497
  "locationInModule": {
4485
4498
  "filename": "src/ignore-file.ts",
4486
- "line": 20
4499
+ "line": 47
4487
4500
  },
4488
4501
  "name": "addPatterns",
4489
4502
  "parameters": [
@@ -4507,7 +4520,7 @@
4507
4520
  },
4508
4521
  "locationInModule": {
4509
4522
  "filename": "src/ignore-file.ts",
4510
- "line": 65
4523
+ "line": 96
4511
4524
  },
4512
4525
  "name": "exclude",
4513
4526
  "parameters": [
@@ -4531,7 +4544,7 @@
4531
4544
  },
4532
4545
  "locationInModule": {
4533
4546
  "filename": "src/ignore-file.ts",
4534
- "line": 73
4547
+ "line": 104
4535
4548
  },
4536
4549
  "name": "include",
4537
4550
  "parameters": [
@@ -4556,7 +4569,7 @@
4556
4569
  },
4557
4570
  "locationInModule": {
4558
4571
  "filename": "src/ignore-file.ts",
4559
- "line": 55
4572
+ "line": 86
4560
4573
  },
4561
4574
  "name": "removePatterns",
4562
4575
  "parameters": [
@@ -4580,7 +4593,7 @@
4580
4593
  },
4581
4594
  "locationInModule": {
4582
4595
  "filename": "src/ignore-file.ts",
4583
- "line": 83
4596
+ "line": 114
4584
4597
  },
4585
4598
  "name": "synthesizeContent",
4586
4599
  "overrides": "projen.FileBase",
@@ -4602,8 +4615,91 @@
4602
4615
  }
4603
4616
  ],
4604
4617
  "name": "IgnoreFile",
4618
+ "properties": [
4619
+ {
4620
+ "docs": {
4621
+ "stability": "experimental"
4622
+ },
4623
+ "immutable": true,
4624
+ "locationInModule": {
4625
+ "filename": "src/ignore-file.ts",
4626
+ "line": 22
4627
+ },
4628
+ "name": "filterCommentLines",
4629
+ "type": {
4630
+ "primitive": "boolean"
4631
+ }
4632
+ },
4633
+ {
4634
+ "docs": {
4635
+ "stability": "experimental"
4636
+ },
4637
+ "immutable": true,
4638
+ "locationInModule": {
4639
+ "filename": "src/ignore-file.ts",
4640
+ "line": 23
4641
+ },
4642
+ "name": "filterEmptyLines",
4643
+ "type": {
4644
+ "primitive": "boolean"
4645
+ }
4646
+ }
4647
+ ],
4605
4648
  "symbolId": "src/ignore-file:IgnoreFile"
4606
4649
  },
4650
+ "projen.IgnoreFileOptions": {
4651
+ "assembly": "projen",
4652
+ "datatype": true,
4653
+ "docs": {
4654
+ "stability": "experimental"
4655
+ },
4656
+ "fqn": "projen.IgnoreFileOptions",
4657
+ "kind": "interface",
4658
+ "locationInModule": {
4659
+ "filename": "src/ignore-file.ts",
4660
+ "line": 4
4661
+ },
4662
+ "name": "IgnoreFileOptions",
4663
+ "properties": [
4664
+ {
4665
+ "abstract": true,
4666
+ "docs": {
4667
+ "default": "true",
4668
+ "stability": "experimental",
4669
+ "summary": "Filter out comment lines?"
4670
+ },
4671
+ "immutable": true,
4672
+ "locationInModule": {
4673
+ "filename": "src/ignore-file.ts",
4674
+ "line": 10
4675
+ },
4676
+ "name": "filterCommentLines",
4677
+ "optional": true,
4678
+ "type": {
4679
+ "primitive": "boolean"
4680
+ }
4681
+ },
4682
+ {
4683
+ "abstract": true,
4684
+ "docs": {
4685
+ "default": "true",
4686
+ "stability": "experimental",
4687
+ "summary": "Filter out blank/empty lines?"
4688
+ },
4689
+ "immutable": true,
4690
+ "locationInModule": {
4691
+ "filename": "src/ignore-file.ts",
4692
+ "line": 17
4693
+ },
4694
+ "name": "filterEmptyLines",
4695
+ "optional": true,
4696
+ "type": {
4697
+ "primitive": "boolean"
4698
+ }
4699
+ }
4700
+ ],
4701
+ "symbolId": "src/ignore-file:IgnoreFileOptions"
4702
+ },
4607
4703
  "projen.IniFile": {
4608
4704
  "assembly": "projen",
4609
4705
  "base": "projen.ObjectFile",
@@ -4709,7 +4805,7 @@
4709
4805
  "kind": "interface",
4710
4806
  "locationInModule": {
4711
4807
  "filename": "src/project.ts",
4712
- "line": 723
4808
+ "line": 732
4713
4809
  },
4714
4810
  "name": "InitProject",
4715
4811
  "properties": [
@@ -4722,7 +4818,7 @@
4722
4818
  "immutable": true,
4723
4819
  "locationInModule": {
4724
4820
  "filename": "src/project.ts",
4725
- "line": 732
4821
+ "line": 741
4726
4822
  },
4727
4823
  "name": "args",
4728
4824
  "type": {
@@ -4745,7 +4841,7 @@
4745
4841
  "immutable": true,
4746
4842
  "locationInModule": {
4747
4843
  "filename": "src/project.ts",
4748
- "line": 743
4844
+ "line": 752
4749
4845
  },
4750
4846
  "name": "comments",
4751
4847
  "type": {
@@ -4761,7 +4857,7 @@
4761
4857
  "immutable": true,
4762
4858
  "locationInModule": {
4763
4859
  "filename": "src/project.ts",
4764
- "line": 727
4860
+ "line": 736
4765
4861
  },
4766
4862
  "name": "fqn",
4767
4863
  "type": {
@@ -4777,7 +4873,7 @@
4777
4873
  "immutable": true,
4778
4874
  "locationInModule": {
4779
4875
  "filename": "src/project.ts",
4780
- "line": 737
4876
+ "line": 746
4781
4877
  },
4782
4878
  "name": "type",
4783
4879
  "type": {
@@ -6210,7 +6306,7 @@
6210
6306
  },
6211
6307
  "locationInModule": {
6212
6308
  "filename": "src/project.ts",
6213
- "line": 220
6309
+ "line": 225
6214
6310
  },
6215
6311
  "parameters": [
6216
6312
  {
@@ -6224,7 +6320,7 @@
6224
6320
  "kind": "class",
6225
6321
  "locationInModule": {
6226
6322
  "filename": "src/project.ts",
6227
- "line": 126
6323
+ "line": 131
6228
6324
  },
6229
6325
  "methods": [
6230
6326
  {
@@ -6235,7 +6331,7 @@
6235
6331
  },
6236
6332
  "locationInModule": {
6237
6333
  "filename": "src/project.ts",
6238
- "line": 497
6334
+ "line": 506
6239
6335
  },
6240
6336
  "name": "addExcludeFromCleanup",
6241
6337
  "parameters": [
@@ -6259,7 +6355,7 @@
6259
6355
  },
6260
6356
  "locationInModule": {
6261
6357
  "filename": "src/project.ts",
6262
- "line": 526
6358
+ "line": 535
6263
6359
  },
6264
6360
  "name": "addGitIgnore",
6265
6361
  "parameters": [
@@ -6282,7 +6378,7 @@
6282
6378
  },
6283
6379
  "locationInModule": {
6284
6380
  "filename": "src/project.ts",
6285
- "line": 518
6381
+ "line": 527
6286
6382
  },
6287
6383
  "name": "addPackageIgnore",
6288
6384
  "parameters": [
@@ -6305,7 +6401,7 @@
6305
6401
  },
6306
6402
  "locationInModule": {
6307
6403
  "filename": "src/project.ts",
6308
- "line": 349
6404
+ "line": 358
6309
6405
  },
6310
6406
  "name": "addTask",
6311
6407
  "parameters": [
@@ -6343,7 +6439,7 @@
6343
6439
  },
6344
6440
  "locationInModule": {
6345
6441
  "filename": "src/project.ts",
6346
- "line": 487
6442
+ "line": 496
6347
6443
  },
6348
6444
  "name": "addTip",
6349
6445
  "parameters": [
@@ -6366,7 +6462,7 @@
6366
6462
  },
6367
6463
  "locationInModule": {
6368
6464
  "filename": "src/project.ts",
6369
- "line": 537
6465
+ "line": 546
6370
6466
  },
6371
6467
  "name": "annotateGenerated",
6372
6468
  "parameters": [
@@ -6389,7 +6485,7 @@
6389
6485
  },
6390
6486
  "locationInModule": {
6391
6487
  "filename": "src/project.ts",
6392
- "line": 625
6488
+ "line": 634
6393
6489
  },
6394
6490
  "name": "postSynthesize"
6395
6491
  },
@@ -6400,7 +6496,7 @@
6400
6496
  },
6401
6497
  "locationInModule": {
6402
6498
  "filename": "src/project.ts",
6403
- "line": 620
6499
+ "line": 629
6404
6500
  },
6405
6501
  "name": "preSynthesize"
6406
6502
  },
@@ -6412,7 +6508,7 @@
6412
6508
  },
6413
6509
  "locationInModule": {
6414
6510
  "filename": "src/project.ts",
6415
- "line": 360
6511
+ "line": 369
6416
6512
  },
6417
6513
  "name": "removeTask",
6418
6514
  "parameters": [
@@ -6441,7 +6537,7 @@
6441
6537
  },
6442
6538
  "locationInModule": {
6443
6539
  "filename": "src/project.ts",
6444
- "line": 508
6540
+ "line": 517
6445
6541
  },
6446
6542
  "name": "runTaskCommand",
6447
6543
  "parameters": [
@@ -6469,7 +6565,7 @@
6469
6565
  },
6470
6566
  "locationInModule": {
6471
6567
  "filename": "src/project.ts",
6472
- "line": 551
6568
+ "line": 560
6473
6569
  },
6474
6570
  "name": "synth"
6475
6571
  },
@@ -6481,7 +6577,7 @@
6481
6577
  },
6482
6578
  "locationInModule": {
6483
6579
  "filename": "src/project.ts",
6484
- "line": 391
6580
+ "line": 400
6485
6581
  },
6486
6582
  "name": "tryFindFile",
6487
6583
  "parameters": [
@@ -6511,7 +6607,7 @@
6511
6607
  },
6512
6608
  "locationInModule": {
6513
6609
  "filename": "src/project.ts",
6514
- "line": 416
6610
+ "line": 425
6515
6611
  },
6516
6612
  "name": "tryFindJsonFile",
6517
6613
  "parameters": [
@@ -6539,7 +6635,7 @@
6539
6635
  },
6540
6636
  "locationInModule": {
6541
6637
  "filename": "src/project.ts",
6542
- "line": 435
6638
+ "line": 444
6543
6639
  },
6544
6640
  "name": "tryFindObjectFile",
6545
6641
  "parameters": [
@@ -6568,7 +6664,7 @@
6568
6664
  },
6569
6665
  "locationInModule": {
6570
6666
  "filename": "src/project.ts",
6571
- "line": 459
6667
+ "line": 468
6572
6668
  },
6573
6669
  "name": "tryRemoveFile",
6574
6670
  "parameters": [
@@ -6603,7 +6699,7 @@
6603
6699
  "immutable": true,
6604
6700
  "locationInModule": {
6605
6701
  "filename": "src/project.ts",
6606
- "line": 131
6702
+ "line": 136
6607
6703
  },
6608
6704
  "name": "DEFAULT_TASK",
6609
6705
  "static": true,
@@ -6618,7 +6714,7 @@
6618
6714
  "immutable": true,
6619
6715
  "locationInModule": {
6620
6716
  "filename": "src/project.ts",
6621
- "line": 364
6717
+ "line": 373
6622
6718
  },
6623
6719
  "name": "buildTask",
6624
6720
  "type": {
@@ -6633,7 +6729,7 @@
6633
6729
  "immutable": true,
6634
6730
  "locationInModule": {
6635
6731
  "filename": "src/project.ts",
6636
- "line": 212
6732
+ "line": 217
6637
6733
  },
6638
6734
  "name": "commitGenerated",
6639
6735
  "type": {
@@ -6647,7 +6743,7 @@
6647
6743
  "immutable": true,
6648
6744
  "locationInModule": {
6649
6745
  "filename": "src/project.ts",
6650
- "line": 367
6746
+ "line": 376
6651
6747
  },
6652
6748
  "name": "compileTask",
6653
6749
  "type": {
@@ -6662,7 +6758,7 @@
6662
6758
  "immutable": true,
6663
6759
  "locationInModule": {
6664
6760
  "filename": "src/project.ts",
6665
- "line": 328
6761
+ "line": 337
6666
6762
  },
6667
6763
  "name": "components",
6668
6764
  "type": {
@@ -6682,7 +6778,7 @@
6682
6778
  "immutable": true,
6683
6779
  "locationInModule": {
6684
6780
  "filename": "src/project.ts",
6685
- "line": 171
6781
+ "line": 176
6686
6782
  },
6687
6783
  "name": "deps",
6688
6784
  "type": {
@@ -6697,7 +6793,7 @@
6697
6793
  "immutable": true,
6698
6794
  "locationInModule": {
6699
6795
  "filename": "src/project.ts",
6700
- "line": 613
6796
+ "line": 622
6701
6797
  },
6702
6798
  "name": "ejected",
6703
6799
  "type": {
@@ -6712,7 +6808,7 @@
6712
6808
  "immutable": true,
6713
6809
  "locationInModule": {
6714
6810
  "filename": "src/project.ts",
6715
- "line": 335
6811
+ "line": 344
6716
6812
  },
6717
6813
  "name": "files",
6718
6814
  "type": {
@@ -6732,7 +6828,7 @@
6732
6828
  "immutable": true,
6733
6829
  "locationInModule": {
6734
6830
  "filename": "src/project.ts",
6735
- "line": 146
6831
+ "line": 151
6736
6832
  },
6737
6833
  "name": "gitattributes",
6738
6834
  "type": {
@@ -6747,7 +6843,7 @@
6747
6843
  "immutable": true,
6748
6844
  "locationInModule": {
6749
6845
  "filename": "src/project.ts",
6750
- "line": 141
6846
+ "line": 146
6751
6847
  },
6752
6848
  "name": "gitignore",
6753
6849
  "type": {
@@ -6762,7 +6858,7 @@
6762
6858
  "immutable": true,
6763
6859
  "locationInModule": {
6764
6860
  "filename": "src/project.ts",
6765
- "line": 176
6861
+ "line": 181
6766
6862
  },
6767
6863
  "name": "logger",
6768
6864
  "type": {
@@ -6777,7 +6873,7 @@
6777
6873
  "immutable": true,
6778
6874
  "locationInModule": {
6779
6875
  "filename": "src/project.ts",
6780
- "line": 136
6876
+ "line": 141
6781
6877
  },
6782
6878
  "name": "name",
6783
6879
  "type": {
@@ -6792,7 +6888,7 @@
6792
6888
  "immutable": true,
6793
6889
  "locationInModule": {
6794
6890
  "filename": "src/project.ts",
6795
- "line": 156
6891
+ "line": 161
6796
6892
  },
6797
6893
  "name": "outdir",
6798
6894
  "type": {
@@ -6806,7 +6902,7 @@
6806
6902
  "immutable": true,
6807
6903
  "locationInModule": {
6808
6904
  "filename": "src/project.ts",
6809
- "line": 379
6905
+ "line": 388
6810
6906
  },
6811
6907
  "name": "packageTask",
6812
6908
  "type": {
@@ -6820,7 +6916,7 @@
6820
6916
  "immutable": true,
6821
6917
  "locationInModule": {
6822
6918
  "filename": "src/project.ts",
6823
- "line": 376
6919
+ "line": 385
6824
6920
  },
6825
6921
  "name": "postCompileTask",
6826
6922
  "type": {
@@ -6834,7 +6930,7 @@
6834
6930
  "immutable": true,
6835
6931
  "locationInModule": {
6836
6932
  "filename": "src/project.ts",
6837
- "line": 373
6933
+ "line": 382
6838
6934
  },
6839
6935
  "name": "preCompileTask",
6840
6936
  "type": {
@@ -6849,7 +6945,7 @@
6849
6945
  "immutable": true,
6850
6946
  "locationInModule": {
6851
6947
  "filename": "src/project.ts",
6852
- "line": 207
6948
+ "line": 212
6853
6949
  },
6854
6950
  "name": "projectBuild",
6855
6951
  "type": {
@@ -6864,7 +6960,7 @@
6864
6960
  "immutable": true,
6865
6961
  "locationInModule": {
6866
6962
  "filename": "src/project.ts",
6867
- "line": 188
6963
+ "line": 193
6868
6964
  },
6869
6965
  "name": "projenCommand",
6870
6966
  "type": {
@@ -6879,7 +6975,7 @@
6879
6975
  "immutable": true,
6880
6976
  "locationInModule": {
6881
6977
  "filename": "src/project.ts",
6882
- "line": 161
6978
+ "line": 166
6883
6979
  },
6884
6980
  "name": "root",
6885
6981
  "type": {
@@ -6894,7 +6990,7 @@
6894
6990
  "immutable": true,
6895
6991
  "locationInModule": {
6896
6992
  "filename": "src/project.ts",
6897
- "line": 166
6993
+ "line": 171
6898
6994
  },
6899
6995
  "name": "tasks",
6900
6996
  "type": {
@@ -6908,7 +7004,7 @@
6908
7004
  "immutable": true,
6909
7005
  "locationInModule": {
6910
7006
  "filename": "src/project.ts",
6911
- "line": 370
7007
+ "line": 379
6912
7008
  },
6913
7009
  "name": "testTask",
6914
7010
  "type": {
@@ -6924,7 +7020,7 @@
6924
7020
  "immutable": true,
6925
7021
  "locationInModule": {
6926
7022
  "filename": "src/project.ts",
6927
- "line": 194
7023
+ "line": 199
6928
7024
  },
6929
7025
  "name": "defaultTask",
6930
7026
  "optional": true,
@@ -6941,7 +7037,7 @@
6941
7037
  "immutable": true,
6942
7038
  "locationInModule": {
6943
7039
  "filename": "src/project.ts",
6944
- "line": 183
7040
+ "line": 188
6945
7041
  },
6946
7042
  "name": "initProject",
6947
7043
  "optional": true,
@@ -6958,7 +7054,7 @@
6958
7054
  "immutable": true,
6959
7055
  "locationInModule": {
6960
7056
  "filename": "src/project.ts",
6961
- "line": 151
7057
+ "line": 156
6962
7058
  },
6963
7059
  "name": "parent",
6964
7060
  "optional": true,
@@ -7149,6 +7245,23 @@
7149
7245
  "primitive": "boolean"
7150
7246
  }
7151
7247
  },
7248
+ {
7249
+ "abstract": true,
7250
+ "docs": {
7251
+ "stability": "experimental",
7252
+ "summary": "Configuration options for .gitignore file."
7253
+ },
7254
+ "immutable": true,
7255
+ "locationInModule": {
7256
+ "filename": "src/project.ts",
7257
+ "line": 113
7258
+ },
7259
+ "name": "gitIgnoreOptions",
7260
+ "optional": true,
7261
+ "type": {
7262
+ "fqn": "projen.IgnoreFileOptions"
7263
+ }
7264
+ },
7152
7265
  {
7153
7266
  "abstract": true,
7154
7267
  "docs": {
@@ -7325,7 +7438,7 @@
7325
7438
  "kind": "enum",
7326
7439
  "locationInModule": {
7327
7440
  "filename": "src/project.ts",
7328
- "line": 700
7441
+ "line": 709
7329
7442
  },
7330
7443
  "members": [
7331
7444
  {
@@ -34189,7 +34302,7 @@
34189
34302
  "kind": "enum",
34190
34303
  "locationInModule": {
34191
34304
  "filename": "src/javascript/prettier.ts",
34192
- "line": 208
34305
+ "line": 213
34193
34306
  },
34194
34307
  "members": [
34195
34308
  {
@@ -34223,7 +34336,7 @@
34223
34336
  "kind": "enum",
34224
34337
  "locationInModule": {
34225
34338
  "filename": "src/javascript/node-project.ts",
34226
- "line": 307
34339
+ "line": 312
34227
34340
  },
34228
34341
  "members": [
34229
34342
  {
@@ -34882,7 +34995,7 @@
34882
34995
  "kind": "enum",
34883
34996
  "locationInModule": {
34884
34997
  "filename": "src/javascript/prettier.ts",
34885
- "line": 220
34998
+ "line": 225
34886
34999
  },
34887
35000
  "members": [
34888
35001
  {
@@ -34913,7 +35026,7 @@
34913
35026
  "kind": "enum",
34914
35027
  "locationInModule": {
34915
35028
  "filename": "src/javascript/prettier.ts",
34916
- "line": 232
35029
+ "line": 237
34917
35030
  },
34918
35031
  "members": [
34919
35032
  {
@@ -35600,7 +35713,7 @@
35600
35713
  "kind": "enum",
35601
35714
  "locationInModule": {
35602
35715
  "filename": "src/javascript/prettier.ts",
35603
- "line": 255
35716
+ "line": 260
35604
35717
  },
35605
35718
  "members": [
35606
35719
  {
@@ -39144,7 +39257,7 @@
39144
39257
  },
39145
39258
  "locationInModule": {
39146
39259
  "filename": "src/javascript/node-project.ts",
39147
- "line": 437
39260
+ "line": 442
39148
39261
  },
39149
39262
  "parameters": [
39150
39263
  {
@@ -39158,7 +39271,7 @@
39158
39271
  "kind": "class",
39159
39272
  "locationInModule": {
39160
39273
  "filename": "src/javascript/node-project.ts",
39161
- "line": 324
39274
+ "line": 329
39162
39275
  },
39163
39276
  "methods": [
39164
39277
  {
@@ -39167,7 +39280,7 @@
39167
39280
  },
39168
39281
  "locationInModule": {
39169
39282
  "filename": "src/javascript/node-project.ts",
39170
- "line": 750
39283
+ "line": 759
39171
39284
  },
39172
39285
  "name": "addBins",
39173
39286
  "parameters": [
@@ -39192,7 +39305,7 @@
39192
39305
  },
39193
39306
  "locationInModule": {
39194
39307
  "filename": "src/javascript/node-project.ts",
39195
- "line": 1001
39308
+ "line": 1010
39196
39309
  },
39197
39310
  "name": "addBundledDeps",
39198
39311
  "parameters": [
@@ -39218,7 +39331,7 @@
39218
39331
  },
39219
39332
  "locationInModule": {
39220
39333
  "filename": "src/javascript/node-project.ts",
39221
- "line": 784
39334
+ "line": 793
39222
39335
  },
39223
39336
  "name": "addCompileCommand",
39224
39337
  "parameters": [
@@ -39239,7 +39352,7 @@
39239
39352
  },
39240
39353
  "locationInModule": {
39241
39354
  "filename": "src/javascript/node-project.ts",
39242
- "line": 955
39355
+ "line": 964
39243
39356
  },
39244
39357
  "name": "addDeps",
39245
39358
  "parameters": [
@@ -39264,7 +39377,7 @@
39264
39377
  },
39265
39378
  "locationInModule": {
39266
39379
  "filename": "src/javascript/node-project.ts",
39267
- "line": 968
39380
+ "line": 977
39268
39381
  },
39269
39382
  "name": "addDevDeps",
39270
39383
  "parameters": [
@@ -39289,7 +39402,7 @@
39289
39402
  },
39290
39403
  "locationInModule": {
39291
39404
  "filename": "src/javascript/node-project.ts",
39292
- "line": 804
39405
+ "line": 813
39293
39406
  },
39294
39407
  "name": "addFields",
39295
39408
  "parameters": [
@@ -39316,7 +39429,7 @@
39316
39429
  },
39317
39430
  "locationInModule": {
39318
39431
  "filename": "src/javascript/node-project.ts",
39319
- "line": 814
39432
+ "line": 823
39320
39433
  },
39321
39434
  "name": "addKeywords",
39322
39435
  "parameters": [
@@ -39341,7 +39454,7 @@
39341
39454
  },
39342
39455
  "locationInModule": {
39343
39456
  "filename": "src/javascript/node-project.ts",
39344
- "line": 1005
39457
+ "line": 1014
39345
39458
  },
39346
39459
  "name": "addPackageIgnore",
39347
39460
  "overrides": "projen.Project",
@@ -39362,7 +39475,7 @@
39362
39475
  },
39363
39476
  "locationInModule": {
39364
39477
  "filename": "src/javascript/node-project.ts",
39365
- "line": 985
39478
+ "line": 994
39366
39479
  },
39367
39480
  "name": "addPeerDeps",
39368
39481
  "parameters": [
@@ -39388,7 +39501,7 @@
39388
39501
  },
39389
39502
  "locationInModule": {
39390
39503
  "filename": "src/javascript/node-project.ts",
39391
- "line": 794
39504
+ "line": 803
39392
39505
  },
39393
39506
  "name": "addTestCommand",
39394
39507
  "parameters": [
@@ -39409,7 +39522,7 @@
39409
39522
  },
39410
39523
  "locationInModule": {
39411
39524
  "filename": "src/javascript/node-project.ts",
39412
- "line": 776
39525
+ "line": 785
39413
39526
  },
39414
39527
  "name": "hasScript",
39415
39528
  "parameters": [
@@ -39436,7 +39549,7 @@
39436
39549
  },
39437
39550
  "locationInModule": {
39438
39551
  "filename": "src/javascript/node-project.ts",
39439
- "line": 768
39552
+ "line": 777
39440
39553
  },
39441
39554
  "name": "removeScript",
39442
39555
  "parameters": [
@@ -39459,7 +39572,7 @@
39459
39572
  },
39460
39573
  "locationInModule": {
39461
39574
  "filename": "src/javascript/node-project.ts",
39462
- "line": 904
39575
+ "line": 913
39463
39576
  },
39464
39577
  "name": "renderWorkflowSetup",
39465
39578
  "parameters": [
@@ -39493,7 +39606,7 @@
39493
39606
  },
39494
39607
  "locationInModule": {
39495
39608
  "filename": "src/javascript/node-project.ts",
39496
- "line": 1078
39609
+ "line": 1087
39497
39610
  },
39498
39611
  "name": "runTaskCommand",
39499
39612
  "overrides": "projen.Project",
@@ -39521,7 +39634,7 @@
39521
39634
  },
39522
39635
  "locationInModule": {
39523
39636
  "filename": "src/javascript/node-project.ts",
39524
- "line": 760
39637
+ "line": 769
39525
39638
  },
39526
39639
  "name": "setScript",
39527
39640
  "parameters": [
@@ -39557,7 +39670,7 @@
39557
39670
  "immutable": true,
39558
39671
  "locationInModule": {
39559
39672
  "filename": "src/javascript/node-project.ts",
39560
- "line": 338
39673
+ "line": 343
39561
39674
  },
39562
39675
  "name": "allowLibraryDependencies",
39563
39676
  "type": {
@@ -39573,7 +39686,7 @@
39573
39686
  "immutable": true,
39574
39687
  "locationInModule": {
39575
39688
  "filename": "src/javascript/node-project.ts",
39576
- "line": 421
39689
+ "line": 426
39577
39690
  },
39578
39691
  "name": "artifactsDirectory",
39579
39692
  "type": {
@@ -39588,7 +39701,7 @@
39588
39701
  "immutable": true,
39589
39702
  "locationInModule": {
39590
39703
  "filename": "src/javascript/node-project.ts",
39591
- "line": 426
39704
+ "line": 431
39592
39705
  },
39593
39706
  "name": "artifactsJavascriptDirectory",
39594
39707
  "type": {
@@ -39602,7 +39715,7 @@
39602
39715
  "immutable": true,
39603
39716
  "locationInModule": {
39604
39717
  "filename": "src/javascript/node-project.ts",
39605
- "line": 414
39718
+ "line": 419
39606
39719
  },
39607
39720
  "name": "bundler",
39608
39721
  "type": {
@@ -39617,7 +39730,7 @@
39617
39730
  "immutable": true,
39618
39731
  "locationInModule": {
39619
39732
  "filename": "src/javascript/node-project.ts",
39620
- "line": 345
39733
+ "line": 350
39621
39734
  },
39622
39735
  "name": "entrypoint",
39623
39736
  "type": {
@@ -39632,7 +39745,7 @@
39632
39745
  "immutable": true,
39633
39746
  "locationInModule": {
39634
39747
  "filename": "src/javascript/node-project.ts",
39635
- "line": 410
39748
+ "line": 415
39636
39749
  },
39637
39750
  "name": "manifest",
39638
39751
  "type": {
@@ -39647,7 +39760,7 @@
39647
39760
  "immutable": true,
39648
39761
  "locationInModule": {
39649
39762
  "filename": "src/javascript/node-project.ts",
39650
- "line": 328
39763
+ "line": 333
39651
39764
  },
39652
39765
  "name": "package",
39653
39766
  "type": {
@@ -39663,7 +39776,7 @@
39663
39776
  "immutable": true,
39664
39777
  "locationInModule": {
39665
39778
  "filename": "src/javascript/node-project.ts",
39666
- "line": 393
39779
+ "line": 398
39667
39780
  },
39668
39781
  "name": "packageManager",
39669
39782
  "type": {
@@ -39678,7 +39791,7 @@
39678
39791
  "immutable": true,
39679
39792
  "locationInModule": {
39680
39793
  "filename": "src/javascript/node-project.ts",
39681
- "line": 400
39794
+ "line": 405
39682
39795
  },
39683
39796
  "name": "runScriptCommand",
39684
39797
  "type": {
@@ -39692,7 +39805,7 @@
39692
39805
  "immutable": true,
39693
39806
  "locationInModule": {
39694
39807
  "filename": "src/javascript/node-project.ts",
39695
- "line": 433
39808
+ "line": 438
39696
39809
  },
39697
39810
  "name": "workflowBootstrapSteps",
39698
39811
  "protected": true,
@@ -39713,7 +39826,7 @@
39713
39826
  "immutable": true,
39714
39827
  "locationInModule": {
39715
39828
  "filename": "src/javascript/node-project.ts",
39716
- "line": 352
39829
+ "line": 357
39717
39830
  },
39718
39831
  "name": "autoMerge",
39719
39832
  "optional": true,
@@ -39730,7 +39843,7 @@
39730
39843
  "immutable": true,
39731
39844
  "locationInModule": {
39732
39845
  "filename": "src/javascript/node-project.ts",
39733
- "line": 357
39846
+ "line": 362
39734
39847
  },
39735
39848
  "name": "buildWorkflow",
39736
39849
  "optional": true,
@@ -39746,7 +39859,7 @@
39746
39859
  "immutable": true,
39747
39860
  "locationInModule": {
39748
39861
  "filename": "src/javascript/node-project.ts",
39749
- "line": 1085
39862
+ "line": 1094
39750
39863
  },
39751
39864
  "name": "buildWorkflowJobId",
39752
39865
  "optional": true,
@@ -39762,7 +39875,7 @@
39762
39875
  "immutable": true,
39763
39876
  "locationInModule": {
39764
39877
  "filename": "src/javascript/node-project.ts",
39765
- "line": 405
39878
+ "line": 410
39766
39879
  },
39767
39880
  "name": "jest",
39768
39881
  "optional": true,
@@ -39778,7 +39891,7 @@
39778
39891
  "immutable": true,
39779
39892
  "locationInModule": {
39780
39893
  "filename": "src/javascript/node-project.ts",
39781
- "line": 382
39894
+ "line": 387
39782
39895
  },
39783
39896
  "name": "maxNodeVersion",
39784
39897
  "optional": true,
@@ -39794,7 +39907,7 @@
39794
39907
  "immutable": true,
39795
39908
  "locationInModule": {
39796
39909
  "filename": "src/javascript/node-project.ts",
39797
- "line": 375
39910
+ "line": 380
39798
39911
  },
39799
39912
  "name": "minNodeVersion",
39800
39913
  "optional": true,
@@ -39809,7 +39922,7 @@
39809
39922
  "immutable": true,
39810
39923
  "locationInModule": {
39811
39924
  "filename": "src/javascript/node-project.ts",
39812
- "line": 386
39925
+ "line": 391
39813
39926
  },
39814
39927
  "name": "nodeVersion",
39815
39928
  "optional": true,
@@ -39826,7 +39939,7 @@
39826
39939
  "immutable": true,
39827
39940
  "locationInModule": {
39828
39941
  "filename": "src/javascript/node-project.ts",
39829
- "line": 333
39942
+ "line": 338
39830
39943
  },
39831
39944
  "name": "npmignore",
39832
39945
  "optional": true,
@@ -39841,7 +39954,7 @@
39841
39954
  "immutable": true,
39842
39955
  "locationInModule": {
39843
39956
  "filename": "src/javascript/node-project.ts",
39844
- "line": 435
39957
+ "line": 440
39845
39958
  },
39846
39959
  "name": "prettier",
39847
39960
  "optional": true,
@@ -39859,7 +39972,7 @@
39859
39972
  "immutable": true,
39860
39973
  "locationInModule": {
39861
39974
  "filename": "src/javascript/node-project.ts",
39862
- "line": 365
39975
+ "line": 370
39863
39976
  },
39864
39977
  "name": "publisher",
39865
39978
  "optional": true,
@@ -39875,7 +39988,7 @@
39875
39988
  "immutable": true,
39876
39989
  "locationInModule": {
39877
39990
  "filename": "src/javascript/node-project.ts",
39878
- "line": 370
39991
+ "line": 375
39879
39992
  },
39880
39993
  "name": "release",
39881
39994
  "optional": true,
@@ -39891,7 +40004,7 @@
39891
40004
  "immutable": true,
39892
40005
  "locationInModule": {
39893
40006
  "filename": "src/javascript/node-project.ts",
39894
- "line": 431
40007
+ "line": 436
39895
40008
  },
39896
40009
  "name": "upgradeWorkflow",
39897
40010
  "optional": true,
@@ -39949,7 +40062,7 @@
39949
40062
  "immutable": true,
39950
40063
  "locationInModule": {
39951
40064
  "filename": "src/javascript/node-project.ts",
39952
- "line": 287
40065
+ "line": 292
39953
40066
  },
39954
40067
  "name": "artifactsDirectory",
39955
40068
  "optional": true,
@@ -40004,7 +40117,7 @@
40004
40117
  "immutable": true,
40005
40118
  "locationInModule": {
40006
40119
  "filename": "src/javascript/node-project.ts",
40007
- "line": 301
40120
+ "line": 306
40008
40121
  },
40009
40122
  "name": "buildWorkflowTriggers",
40010
40123
  "optional": true,
@@ -40021,7 +40134,7 @@
40021
40134
  "immutable": true,
40022
40135
  "locationInModule": {
40023
40136
  "filename": "src/javascript/node-project.ts",
40024
- "line": 280
40137
+ "line": 285
40025
40138
  },
40026
40139
  "name": "bundlerOptions",
40027
40140
  "optional": true,
@@ -40184,7 +40297,7 @@
40184
40297
  "immutable": true,
40185
40298
  "locationInModule": {
40186
40299
  "filename": "src/javascript/node-project.ts",
40187
- "line": 249
40300
+ "line": 254
40188
40301
  },
40189
40302
  "name": "gitignore",
40190
40303
  "optional": true,
@@ -40207,7 +40320,7 @@
40207
40320
  "immutable": true,
40208
40321
  "locationInModule": {
40209
40322
  "filename": "src/javascript/node-project.ts",
40210
- "line": 255
40323
+ "line": 260
40211
40324
  },
40212
40325
  "name": "jest",
40213
40326
  "optional": true,
@@ -40225,7 +40338,7 @@
40225
40338
  "immutable": true,
40226
40339
  "locationInModule": {
40227
40340
  "filename": "src/javascript/node-project.ts",
40228
- "line": 261
40341
+ "line": 266
40229
40342
  },
40230
40343
  "name": "jestOptions",
40231
40344
  "optional": true,
@@ -40262,7 +40375,7 @@
40262
40375
  "immutable": true,
40263
40376
  "locationInModule": {
40264
40377
  "filename": "src/javascript/node-project.ts",
40265
- "line": 217
40378
+ "line": 222
40266
40379
  },
40267
40380
  "name": "npmignore",
40268
40381
  "optional": true,
@@ -40293,6 +40406,23 @@
40293
40406
  "primitive": "boolean"
40294
40407
  }
40295
40408
  },
40409
+ {
40410
+ "abstract": true,
40411
+ "docs": {
40412
+ "stability": "experimental",
40413
+ "summary": "Configuration options for .npmignore file."
40414
+ },
40415
+ "immutable": true,
40416
+ "locationInModule": {
40417
+ "filename": "src/javascript/node-project.ts",
40418
+ "line": 216
40419
+ },
40420
+ "name": "npmIgnoreOptions",
40421
+ "optional": true,
40422
+ "type": {
40423
+ "fqn": "projen.IgnoreFileOptions"
40424
+ }
40425
+ },
40296
40426
  {
40297
40427
  "abstract": true,
40298
40428
  "docs": {
@@ -40303,7 +40433,7 @@
40303
40433
  "immutable": true,
40304
40434
  "locationInModule": {
40305
40435
  "filename": "src/javascript/node-project.ts",
40306
- "line": 295
40436
+ "line": 300
40307
40437
  },
40308
40438
  "name": "package",
40309
40439
  "optional": true,
@@ -40321,7 +40451,7 @@
40321
40451
  "immutable": true,
40322
40452
  "locationInModule": {
40323
40453
  "filename": "src/javascript/node-project.ts",
40324
- "line": 238
40454
+ "line": 243
40325
40455
  },
40326
40456
  "name": "prettier",
40327
40457
  "optional": true,
@@ -40339,7 +40469,7 @@
40339
40469
  "immutable": true,
40340
40470
  "locationInModule": {
40341
40471
  "filename": "src/javascript/node-project.ts",
40342
- "line": 244
40472
+ "line": 249
40343
40473
  },
40344
40474
  "name": "prettierOptions",
40345
40475
  "optional": true,
@@ -40375,7 +40505,7 @@
40375
40505
  "immutable": true,
40376
40506
  "locationInModule": {
40377
40507
  "filename": "src/javascript/node-project.ts",
40378
- "line": 269
40508
+ "line": 274
40379
40509
  },
40380
40510
  "name": "projenrcJs",
40381
40511
  "optional": true,
@@ -40393,7 +40523,7 @@
40393
40523
  "immutable": true,
40394
40524
  "locationInModule": {
40395
40525
  "filename": "src/javascript/node-project.ts",
40396
- "line": 275
40526
+ "line": 280
40397
40527
  },
40398
40528
  "name": "projenrcJsOptions",
40399
40529
  "optional": true,
@@ -40429,7 +40559,7 @@
40429
40559
  "immutable": true,
40430
40560
  "locationInModule": {
40431
40561
  "filename": "src/javascript/node-project.ts",
40432
- "line": 224
40562
+ "line": 229
40433
40563
  },
40434
40564
  "name": "pullRequestTemplate",
40435
40565
  "optional": true,
@@ -40447,7 +40577,7 @@
40447
40577
  "immutable": true,
40448
40578
  "locationInModule": {
40449
40579
  "filename": "src/javascript/node-project.ts",
40450
- "line": 231
40580
+ "line": 236
40451
40581
  },
40452
40582
  "name": "pullRequestTemplateContents",
40453
40583
  "optional": true,
@@ -40804,7 +40934,7 @@
40804
40934
  },
40805
40935
  "locationInModule": {
40806
40936
  "filename": "src/javascript/prettier.ts",
40807
- "line": 370
40937
+ "line": 375
40808
40938
  },
40809
40939
  "parameters": [
40810
40940
  {
@@ -40824,7 +40954,7 @@
40824
40954
  "kind": "class",
40825
40955
  "locationInModule": {
40826
40956
  "filename": "src/javascript/prettier.ts",
40827
- "line": 348
40957
+ "line": 353
40828
40958
  },
40829
40959
  "methods": [
40830
40960
  {
@@ -40833,7 +40963,7 @@
40833
40963
  },
40834
40964
  "locationInModule": {
40835
40965
  "filename": "src/javascript/prettier.ts",
40836
- "line": 349
40966
+ "line": 354
40837
40967
  },
40838
40968
  "name": "of",
40839
40969
  "parameters": [
@@ -40859,7 +40989,7 @@
40859
40989
  },
40860
40990
  "locationInModule": {
40861
40991
  "filename": "src/javascript/prettier.ts",
40862
- "line": 413
40992
+ "line": 422
40863
40993
  },
40864
40994
  "name": "addIgnorePattern",
40865
40995
  "parameters": [
@@ -40882,7 +41012,7 @@
40882
41012
  },
40883
41013
  "locationInModule": {
40884
41014
  "filename": "src/javascript/prettier.ts",
40885
- "line": 403
41015
+ "line": 412
40886
41016
  },
40887
41017
  "name": "addOverride",
40888
41018
  "parameters": [
@@ -40901,7 +41031,7 @@
40901
41031
  },
40902
41032
  "locationInModule": {
40903
41033
  "filename": "src/javascript/prettier.ts",
40904
- "line": 424
41034
+ "line": 433
40905
41035
  },
40906
41036
  "name": "preSynthesize",
40907
41037
  "overrides": "projen.Component"
@@ -40918,7 +41048,7 @@
40918
41048
  "immutable": true,
40919
41049
  "locationInModule": {
40920
41050
  "filename": "src/javascript/prettier.ts",
40921
- "line": 420
41051
+ "line": 429
40922
41052
  },
40923
41053
  "name": "overrides",
40924
41054
  "type": {
@@ -40938,7 +41068,7 @@
40938
41068
  "immutable": true,
40939
41069
  "locationInModule": {
40940
41070
  "filename": "src/javascript/prettier.ts",
40941
- "line": 356
41071
+ "line": 361
40942
41072
  },
40943
41073
  "name": "settings",
40944
41074
  "type": {
@@ -40953,7 +41083,7 @@
40953
41083
  "immutable": true,
40954
41084
  "locationInModule": {
40955
41085
  "filename": "src/javascript/prettier.ts",
40956
- "line": 361
41086
+ "line": 366
40957
41087
  },
40958
41088
  "name": "ignoreFile",
40959
41089
  "optional": true,
@@ -40998,6 +41128,23 @@
40998
41128
  "primitive": "boolean"
40999
41129
  }
41000
41130
  },
41131
+ {
41132
+ "abstract": true,
41133
+ "docs": {
41134
+ "stability": "experimental",
41135
+ "summary": "Configuration options for .prettierignore file."
41136
+ },
41137
+ "immutable": true,
41138
+ "locationInModule": {
41139
+ "filename": "src/javascript/prettier.ts",
41140
+ "line": 23
41141
+ },
41142
+ "name": "ignoreFileOptions",
41143
+ "optional": true,
41144
+ "type": {
41145
+ "fqn": "projen.IgnoreFileOptions"
41146
+ }
41147
+ },
41001
41148
  {
41002
41149
  "abstract": true,
41003
41150
  "docs": {
@@ -41009,7 +41156,7 @@
41009
41156
  "immutable": true,
41010
41157
  "locationInModule": {
41011
41158
  "filename": "src/javascript/prettier.ts",
41012
- "line": 32
41159
+ "line": 37
41013
41160
  },
41014
41161
  "name": "overrides",
41015
41162
  "optional": true,
@@ -41032,7 +41179,7 @@
41032
41179
  "immutable": true,
41033
41180
  "locationInModule": {
41034
41181
  "filename": "src/javascript/prettier.ts",
41035
- "line": 24
41182
+ "line": 29
41036
41183
  },
41037
41184
  "name": "settings",
41038
41185
  "optional": true,
@@ -41050,7 +41197,7 @@
41050
41197
  "immutable": true,
41051
41198
  "locationInModule": {
41052
41199
  "filename": "src/javascript/prettier.ts",
41053
- "line": 38
41200
+ "line": 43
41054
41201
  },
41055
41202
  "name": "yaml",
41056
41203
  "optional": true,
@@ -41071,7 +41218,7 @@
41071
41218
  "kind": "interface",
41072
41219
  "locationInModule": {
41073
41220
  "filename": "src/javascript/prettier.ts",
41074
- "line": 272
41221
+ "line": 277
41075
41222
  },
41076
41223
  "name": "PrettierOverride",
41077
41224
  "namespace": "javascript",
@@ -41085,7 +41232,7 @@
41085
41232
  "immutable": true,
41086
41233
  "locationInModule": {
41087
41234
  "filename": "src/javascript/prettier.ts",
41088
- "line": 280
41235
+ "line": 285
41089
41236
  },
41090
41237
  "name": "files",
41091
41238
  "type": {
@@ -41115,7 +41262,7 @@
41115
41262
  "immutable": true,
41116
41263
  "locationInModule": {
41117
41264
  "filename": "src/javascript/prettier.ts",
41118
- "line": 284
41265
+ "line": 289
41119
41266
  },
41120
41267
  "name": "options",
41121
41268
  "type": {
@@ -41131,7 +41278,7 @@
41131
41278
  "immutable": true,
41132
41279
  "locationInModule": {
41133
41280
  "filename": "src/javascript/prettier.ts",
41134
- "line": 276
41281
+ "line": 281
41135
41282
  },
41136
41283
  "name": "excludeFiles",
41137
41284
  "optional": true,
@@ -41168,7 +41315,7 @@
41168
41315
  "kind": "interface",
41169
41316
  "locationInModule": {
41170
41317
  "filename": "src/javascript/prettier.ts",
41171
- "line": 45
41318
+ "line": 50
41172
41319
  },
41173
41320
  "name": "PrettierSettings",
41174
41321
  "namespace": "javascript",
@@ -41183,7 +41330,7 @@
41183
41330
  "immutable": true,
41184
41331
  "locationInModule": {
41185
41332
  "filename": "src/javascript/prettier.ts",
41186
- "line": 51
41333
+ "line": 56
41187
41334
  },
41188
41335
  "name": "arrowParens",
41189
41336
  "optional": true,
@@ -41201,7 +41348,7 @@
41201
41348
  "immutable": true,
41202
41349
  "locationInModule": {
41203
41350
  "filename": "src/javascript/prettier.ts",
41204
- "line": 57
41351
+ "line": 62
41205
41352
  },
41206
41353
  "name": "bracketSameLine",
41207
41354
  "optional": true,
@@ -41219,7 +41366,7 @@
41219
41366
  "immutable": true,
41220
41367
  "locationInModule": {
41221
41368
  "filename": "src/javascript/prettier.ts",
41222
- "line": 63
41369
+ "line": 68
41223
41370
  },
41224
41371
  "name": "bracketSpacing",
41225
41372
  "optional": true,
@@ -41238,7 +41385,7 @@
41238
41385
  "immutable": true,
41239
41386
  "locationInModule": {
41240
41387
  "filename": "src/javascript/prettier.ts",
41241
- "line": 70
41388
+ "line": 75
41242
41389
  },
41243
41390
  "name": "cursorOffset",
41244
41391
  "optional": true,
@@ -41256,7 +41403,7 @@
41256
41403
  "immutable": true,
41257
41404
  "locationInModule": {
41258
41405
  "filename": "src/javascript/prettier.ts",
41259
- "line": 76
41406
+ "line": 81
41260
41407
  },
41261
41408
  "name": "embeddedLanguageFormatting",
41262
41409
  "optional": true,
@@ -41274,7 +41421,7 @@
41274
41421
  "immutable": true,
41275
41422
  "locationInModule": {
41276
41423
  "filename": "src/javascript/prettier.ts",
41277
- "line": 82
41424
+ "line": 87
41278
41425
  },
41279
41426
  "name": "endOfLine",
41280
41427
  "optional": true,
@@ -41293,7 +41440,7 @@
41293
41440
  "immutable": true,
41294
41441
  "locationInModule": {
41295
41442
  "filename": "src/javascript/prettier.ts",
41296
- "line": 87
41443
+ "line": 92
41297
41444
  },
41298
41445
  "name": "filepath",
41299
41446
  "optional": true,
@@ -41311,7 +41458,7 @@
41311
41458
  "immutable": true,
41312
41459
  "locationInModule": {
41313
41460
  "filename": "src/javascript/prettier.ts",
41314
- "line": 93
41461
+ "line": 98
41315
41462
  },
41316
41463
  "name": "htmlWhitespaceSensitivity",
41317
41464
  "optional": true,
@@ -41329,7 +41476,7 @@
41329
41476
  "immutable": true,
41330
41477
  "locationInModule": {
41331
41478
  "filename": "src/javascript/prettier.ts",
41332
- "line": 99
41479
+ "line": 104
41333
41480
  },
41334
41481
  "name": "insertPragma",
41335
41482
  "optional": true,
@@ -41347,7 +41494,7 @@
41347
41494
  "immutable": true,
41348
41495
  "locationInModule": {
41349
41496
  "filename": "src/javascript/prettier.ts",
41350
- "line": 105
41497
+ "line": 110
41351
41498
  },
41352
41499
  "name": "jsxSingleQuote",
41353
41500
  "optional": true,
@@ -41365,7 +41512,7 @@
41365
41512
  "immutable": true,
41366
41513
  "locationInModule": {
41367
41514
  "filename": "src/javascript/prettier.ts",
41368
- "line": 111
41515
+ "line": 116
41369
41516
  },
41370
41517
  "name": "parser",
41371
41518
  "optional": true,
@@ -41384,7 +41531,7 @@
41384
41531
  "immutable": true,
41385
41532
  "locationInModule": {
41386
41533
  "filename": "src/javascript/prettier.ts",
41387
- "line": 117
41534
+ "line": 122
41388
41535
  },
41389
41536
  "name": "plugins",
41390
41537
  "optional": true,
@@ -41408,7 +41555,7 @@
41408
41555
  "immutable": true,
41409
41556
  "locationInModule": {
41410
41557
  "filename": "src/javascript/prettier.ts",
41411
- "line": 126
41558
+ "line": 131
41412
41559
  },
41413
41560
  "name": "pluginSearchDirs",
41414
41561
  "optional": true,
@@ -41431,7 +41578,7 @@
41431
41578
  "immutable": true,
41432
41579
  "locationInModule": {
41433
41580
  "filename": "src/javascript/prettier.ts",
41434
- "line": 132
41581
+ "line": 137
41435
41582
  },
41436
41583
  "name": "printWidth",
41437
41584
  "optional": true,
@@ -41449,7 +41596,7 @@
41449
41596
  "immutable": true,
41450
41597
  "locationInModule": {
41451
41598
  "filename": "src/javascript/prettier.ts",
41452
- "line": 138
41599
+ "line": 143
41453
41600
  },
41454
41601
  "name": "proseWrap",
41455
41602
  "optional": true,
@@ -41467,7 +41614,7 @@
41467
41614
  "immutable": true,
41468
41615
  "locationInModule": {
41469
41616
  "filename": "src/javascript/prettier.ts",
41470
- "line": 144
41617
+ "line": 149
41471
41618
  },
41472
41619
  "name": "quoteProps",
41473
41620
  "optional": true,
@@ -41486,7 +41633,7 @@
41486
41633
  "immutable": true,
41487
41634
  "locationInModule": {
41488
41635
  "filename": "src/javascript/prettier.ts",
41489
- "line": 152
41636
+ "line": 157
41490
41637
  },
41491
41638
  "name": "rangeEnd",
41492
41639
  "optional": true,
@@ -41505,7 +41652,7 @@
41505
41652
  "immutable": true,
41506
41653
  "locationInModule": {
41507
41654
  "filename": "src/javascript/prettier.ts",
41508
- "line": 161
41655
+ "line": 166
41509
41656
  },
41510
41657
  "name": "rangeStart",
41511
41658
  "optional": true,
@@ -41523,7 +41670,7 @@
41523
41670
  "immutable": true,
41524
41671
  "locationInModule": {
41525
41672
  "filename": "src/javascript/prettier.ts",
41526
- "line": 169
41673
+ "line": 174
41527
41674
  },
41528
41675
  "name": "requirePragma",
41529
41676
  "optional": true,
@@ -41541,7 +41688,7 @@
41541
41688
  "immutable": true,
41542
41689
  "locationInModule": {
41543
41690
  "filename": "src/javascript/prettier.ts",
41544
- "line": 175
41691
+ "line": 180
41545
41692
  },
41546
41693
  "name": "semi",
41547
41694
  "optional": true,
@@ -41559,7 +41706,7 @@
41559
41706
  "immutable": true,
41560
41707
  "locationInModule": {
41561
41708
  "filename": "src/javascript/prettier.ts",
41562
- "line": 181
41709
+ "line": 186
41563
41710
  },
41564
41711
  "name": "singleQuote",
41565
41712
  "optional": true,
@@ -41577,7 +41724,7 @@
41577
41724
  "immutable": true,
41578
41725
  "locationInModule": {
41579
41726
  "filename": "src/javascript/prettier.ts",
41580
- "line": 187
41727
+ "line": 192
41581
41728
  },
41582
41729
  "name": "tabWidth",
41583
41730
  "optional": true,
@@ -41595,7 +41742,7 @@
41595
41742
  "immutable": true,
41596
41743
  "locationInModule": {
41597
41744
  "filename": "src/javascript/prettier.ts",
41598
- "line": 193
41745
+ "line": 198
41599
41746
  },
41600
41747
  "name": "trailingComma",
41601
41748
  "optional": true,
@@ -41613,7 +41760,7 @@
41613
41760
  "immutable": true,
41614
41761
  "locationInModule": {
41615
41762
  "filename": "src/javascript/prettier.ts",
41616
- "line": 199
41763
+ "line": 204
41617
41764
  },
41618
41765
  "name": "useTabs",
41619
41766
  "optional": true,
@@ -41631,7 +41778,7 @@
41631
41778
  "immutable": true,
41632
41779
  "locationInModule": {
41633
41780
  "filename": "src/javascript/prettier.ts",
41634
- "line": 205
41781
+ "line": 210
41635
41782
  },
41636
41783
  "name": "vueIndentScriptAndStyle",
41637
41784
  "optional": true,
@@ -41728,7 +41875,7 @@
41728
41875
  "kind": "enum",
41729
41876
  "locationInModule": {
41730
41877
  "filename": "src/javascript/prettier.ts",
41731
- "line": 294
41878
+ "line": 299
41732
41879
  },
41733
41880
  "members": [
41734
41881
  {
@@ -41766,7 +41913,7 @@
41766
41913
  "kind": "enum",
41767
41914
  "locationInModule": {
41768
41915
  "filename": "src/javascript/prettier.ts",
41769
- "line": 311
41916
+ "line": 316
41770
41917
  },
41771
41918
  "members": [
41772
41919
  {
@@ -41806,7 +41953,7 @@
41806
41953
  "kind": "interface",
41807
41954
  "locationInModule": {
41808
41955
  "filename": "src/javascript/node-project.ts",
41809
- "line": 1093
41956
+ "line": 1102
41810
41957
  },
41811
41958
  "name": "RenderWorkflowSetupOptions",
41812
41959
  "namespace": "javascript",
@@ -41821,7 +41968,7 @@
41821
41968
  "immutable": true,
41822
41969
  "locationInModule": {
41823
41970
  "filename": "src/javascript/node-project.ts",
41824
- "line": 1098
41971
+ "line": 1107
41825
41972
  },
41826
41973
  "name": "mutable",
41827
41974
  "optional": true,
@@ -41893,7 +42040,7 @@
41893
42040
  "kind": "enum",
41894
42041
  "locationInModule": {
41895
42042
  "filename": "src/javascript/prettier.ts",
41896
- "line": 328
42043
+ "line": 333
41897
42044
  },
41898
42045
  "members": [
41899
42046
  {
@@ -52173,6 +52320,6 @@
52173
52320
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52174
52321
  }
52175
52322
  },
52176
- "version": "0.68.1",
52177
- "fingerprint": "jHaaxkScDCRzoPQwbFcIJZqgKiMSf9MWYQPNxt1DhDA="
52323
+ "version": "0.68.3",
52324
+ "fingerprint": "rgUpkcK/3Mz0wlLLDFf6VfM2g0fLx8aYAWO9fa1tQ4I="
52178
52325
  }