projen 0.87.4 → 0.88.1

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 (140) hide show
  1. package/.jsii +242 -236
  2. package/lib/awscdk/auto-discover.js +5 -5
  3. package/lib/awscdk/awscdk-app-java.js +1 -1
  4. package/lib/awscdk/awscdk-app-py.js +1 -1
  5. package/lib/awscdk/awscdk-app-ts.js +1 -1
  6. package/lib/awscdk/awscdk-construct.js +4 -4
  7. package/lib/awscdk/awscdk-deps-java.js +1 -1
  8. package/lib/awscdk/awscdk-deps-js.js +1 -1
  9. package/lib/awscdk/awscdk-deps-py.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.d.ts +6 -4
  16. package/lib/awscdk/lambda-function.js +9 -7
  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 +3 -3
  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-backport.js +1 -1
  49. package/lib/github/pull-request-lint.js +1 -1
  50. package/lib/github/stale.js +1 -1
  51. package/lib/github/task-workflow-job.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflow-actions.js +1 -1
  54. package/lib/github/workflow-jobs.js +1 -1
  55. package/lib/github/workflow-steps.js +1 -1
  56. package/lib/github/workflows.js +1 -1
  57. package/lib/gitlab/configuration.js +1 -1
  58. package/lib/gitlab/gitlab-configuration.js +1 -1
  59. package/lib/gitlab/nested-configuration.js +1 -1
  60. package/lib/gitpod.js +1 -1
  61. package/lib/ignore-file.js +1 -1
  62. package/lib/ini.js +1 -1
  63. package/lib/java/java-project.js +1 -1
  64. package/lib/java/junit.js +1 -1
  65. package/lib/java/maven-compile.js +1 -1
  66. package/lib/java/maven-packaging.js +1 -1
  67. package/lib/java/maven-sample.js +1 -1
  68. package/lib/java/pom.js +2 -2
  69. package/lib/java/projenrc.js +1 -1
  70. package/lib/javascript/bundler.js +1 -1
  71. package/lib/javascript/eslint.js +1 -1
  72. package/lib/javascript/jest.js +4 -4
  73. package/lib/javascript/license-checker.js +1 -1
  74. package/lib/javascript/node-package.d.ts +29 -8
  75. package/lib/javascript/node-package.js +11 -4
  76. package/lib/javascript/node-project.d.ts +10 -4
  77. package/lib/javascript/node-project.js +8 -4
  78. package/lib/javascript/npm-config.js +1 -1
  79. package/lib/javascript/prettier.js +1 -1
  80. package/lib/javascript/projenrc.js +1 -1
  81. package/lib/javascript/typescript-config.js +2 -2
  82. package/lib/javascript/upgrade-dependencies.js +2 -2
  83. package/lib/javascript/yarnrc.js +1 -1
  84. package/lib/json-patch.js +1 -1
  85. package/lib/json.js +1 -1
  86. package/lib/license.js +1 -1
  87. package/lib/logger.js +1 -1
  88. package/lib/makefile.js +1 -1
  89. package/lib/object-file.js +1 -1
  90. package/lib/project-build.js +1 -1
  91. package/lib/project-tree.js +1 -1
  92. package/lib/project.js +1 -1
  93. package/lib/projects.js +1 -1
  94. package/lib/projenrc-json.js +2 -2
  95. package/lib/projenrc.js +1 -1
  96. package/lib/python/pip.js +1 -1
  97. package/lib/python/poetry.js +2 -2
  98. package/lib/python/projenrc.js +1 -1
  99. package/lib/python/pytest-sample.js +1 -1
  100. package/lib/python/pytest.js +1 -1
  101. package/lib/python/python-project.js +1 -1
  102. package/lib/python/python-sample.js +1 -1
  103. package/lib/python/requirements-file.js +1 -1
  104. package/lib/python/setuppy.js +1 -1
  105. package/lib/python/setuptools.js +1 -1
  106. package/lib/python/venv.js +1 -1
  107. package/lib/readme.js +1 -1
  108. package/lib/release/publisher.d.ts +1 -1
  109. package/lib/release/publisher.js +3 -3
  110. package/lib/release/release-trigger.js +1 -1
  111. package/lib/release/release.d.ts +1 -1
  112. package/lib/release/release.js +2 -2
  113. package/lib/renovatebot.js +1 -1
  114. package/lib/sample-file.js +2 -2
  115. package/lib/semver.js +1 -1
  116. package/lib/source-code.js +1 -1
  117. package/lib/task-runtime.js +1 -1
  118. package/lib/task.js +1 -1
  119. package/lib/tasks.js +1 -1
  120. package/lib/testing.js +1 -1
  121. package/lib/textfile.js +1 -1
  122. package/lib/toml.js +1 -1
  123. package/lib/typescript/projenrc-ts.js +1 -1
  124. package/lib/typescript/projenrc.js +1 -1
  125. package/lib/typescript/typescript-typedoc.js +1 -1
  126. package/lib/typescript/typescript.d.ts +9 -0
  127. package/lib/typescript/typescript.js +37 -21
  128. package/lib/version.js +2 -2
  129. package/lib/vscode/devcontainer.js +1 -1
  130. package/lib/vscode/extensions.js +1 -1
  131. package/lib/vscode/launch-config.js +1 -1
  132. package/lib/vscode/settings.js +1 -1
  133. package/lib/vscode/vscode.js +1 -1
  134. package/lib/web/next.js +6 -6
  135. package/lib/web/postcss.js +1 -1
  136. package/lib/web/react.js +4 -4
  137. package/lib/web/tailwind.js +1 -1
  138. package/lib/xmlfile.js +1 -1
  139. package/lib/yaml.js +1 -1
  140. package/package.json +3 -3
package/.jsii CHANGED
@@ -15548,7 +15548,7 @@
15548
15548
  },
15549
15549
  "locationInModule": {
15550
15550
  "filename": "src/awscdk/lambda-function.ts",
15551
- "line": 363
15551
+ "line": 365
15552
15552
  },
15553
15553
  "parameters": [
15554
15554
  {
@@ -15592,7 +15592,7 @@
15592
15592
  {
15593
15593
  "const": true,
15594
15594
  "docs": {
15595
- "deprecated": "NodeJS10 has been deprecated on February 14, 2022",
15595
+ "deprecated": "Node.js 10 runtime has been deprecated on Jul 30, 2021",
15596
15596
  "stability": "deprecated",
15597
15597
  "summary": "Node.js 10.x."
15598
15598
  },
@@ -15610,7 +15610,7 @@
15610
15610
  {
15611
15611
  "const": true,
15612
15612
  "docs": {
15613
- "deprecated": "NodeJS12 has been deprecated on April 30, 2023",
15613
+ "deprecated": "Node.js 12 runtime has been deprecated on Mar 31, 2023",
15614
15614
  "stability": "deprecated",
15615
15615
  "summary": "Node.js 12.x."
15616
15616
  },
@@ -15628,7 +15628,7 @@
15628
15628
  {
15629
15629
  "const": true,
15630
15630
  "docs": {
15631
- "deprecated": "NodeJS14 will be deprecated on November 27, 2023",
15631
+ "deprecated": "Node.js 14 runtime has been deprecated on Dec 4, 2023",
15632
15632
  "stability": "deprecated",
15633
15633
  "summary": "Node.js 14.x."
15634
15634
  },
@@ -15646,7 +15646,7 @@
15646
15646
  {
15647
15647
  "const": true,
15648
15648
  "docs": {
15649
- "deprecated": "NodeJS16 will be deprecated on March 11, 2024",
15649
+ "deprecated": "Node.js 16 runtime has been deprecated on Jun 12, 2024",
15650
15650
  "stability": "deprecated",
15651
15651
  "summary": "Node.js 16.x."
15652
15652
  },
@@ -15664,13 +15664,14 @@
15664
15664
  {
15665
15665
  "const": true,
15666
15666
  "docs": {
15667
+ "remarks": "Advanced notice: Node.js 18 runtime will be deprecated on Jul 31, 2025",
15667
15668
  "stability": "experimental",
15668
15669
  "summary": "Node.js 18.x."
15669
15670
  },
15670
15671
  "immutable": true,
15671
15672
  "locationInModule": {
15672
15673
  "filename": "src/awscdk/lambda-function.ts",
15673
- "line": 346
15674
+ "line": 348
15674
15675
  },
15675
15676
  "name": "NODEJS_18_X",
15676
15677
  "static": true,
@@ -15687,7 +15688,7 @@
15687
15688
  "immutable": true,
15688
15689
  "locationInModule": {
15689
15690
  "filename": "src/awscdk/lambda-function.ts",
15690
- "line": 354
15691
+ "line": 356
15691
15692
  },
15692
15693
  "name": "NODEJS_20_X",
15693
15694
  "static": true,
@@ -15702,7 +15703,7 @@
15702
15703
  "immutable": true,
15703
15704
  "locationInModule": {
15704
15705
  "filename": "src/awscdk/lambda-function.ts",
15705
- "line": 361
15706
+ "line": 363
15706
15707
  },
15707
15708
  "name": "defaultExternals",
15708
15709
  "type": {
@@ -15721,7 +15722,7 @@
15721
15722
  "immutable": true,
15722
15723
  "locationInModule": {
15723
15724
  "filename": "src/awscdk/lambda-function.ts",
15724
- "line": 359
15725
+ "line": 361
15725
15726
  },
15726
15727
  "name": "esbuildPlatform",
15727
15728
  "type": {
@@ -15736,7 +15737,7 @@
15736
15737
  "immutable": true,
15737
15738
  "locationInModule": {
15738
15739
  "filename": "src/awscdk/lambda-function.ts",
15739
- "line": 372
15740
+ "line": 374
15740
15741
  },
15741
15742
  "name": "esbuildTarget",
15742
15743
  "type": {
@@ -15751,7 +15752,7 @@
15751
15752
  "immutable": true,
15752
15753
  "locationInModule": {
15753
15754
  "filename": "src/awscdk/lambda-function.ts",
15754
- "line": 367
15755
+ "line": 369
15755
15756
  },
15756
15757
  "name": "functionRuntime",
15757
15758
  "type": {
@@ -39802,7 +39803,7 @@
39802
39803
  "kind": "enum",
39803
39804
  "locationInModule": {
39804
39805
  "filename": "src/javascript/node-project.ts",
39805
- "line": 360
39806
+ "line": 362
39806
39807
  },
39807
39808
  "members": [
39808
39809
  {
@@ -39838,7 +39839,7 @@
39838
39839
  "kind": "interface",
39839
39840
  "locationInModule": {
39840
39841
  "filename": "src/javascript/node-project.ts",
39841
- "line": 344
39842
+ "line": 346
39842
39843
  },
39843
39844
  "name": "BuildWorkflowOptions",
39844
39845
  "namespace": "javascript",
@@ -39854,7 +39855,7 @@
39854
39855
  "immutable": true,
39855
39856
  "locationInModule": {
39856
39857
  "filename": "src/javascript/node-project.ts",
39857
- "line": 354
39858
+ "line": 356
39858
39859
  },
39859
39860
  "name": "mutableBuild",
39860
39861
  "optional": true,
@@ -40409,7 +40410,7 @@
40409
40410
  "kind": "enum",
40410
40411
  "locationInModule": {
40411
40412
  "filename": "src/javascript/node-package.ts",
40412
- "line": 337
40413
+ "line": 356
40413
40414
  },
40414
40415
  "members": [
40415
40416
  {
@@ -40443,7 +40444,7 @@
40443
40444
  "kind": "interface",
40444
40445
  "locationInModule": {
40445
40446
  "filename": "src/javascript/node-package.ts",
40446
- "line": 355
40447
+ "line": 374
40447
40448
  },
40448
40449
  "name": "CodeArtifactOptions",
40449
40450
  "namespace": "javascript",
@@ -40459,7 +40460,7 @@
40459
40460
  "immutable": true,
40460
40461
  "locationInModule": {
40461
40462
  "filename": "src/javascript/node-package.ts",
40462
- "line": 372
40463
+ "line": 391
40463
40464
  },
40464
40465
  "name": "accessKeyIdSecret",
40465
40466
  "optional": true,
@@ -40477,7 +40478,7 @@
40477
40478
  "immutable": true,
40478
40479
  "locationInModule": {
40479
40480
  "filename": "src/javascript/node-package.ts",
40480
- "line": 361
40481
+ "line": 380
40481
40482
  },
40482
40483
  "name": "authProvider",
40483
40484
  "optional": true,
@@ -40496,7 +40497,7 @@
40496
40497
  "immutable": true,
40497
40498
  "locationInModule": {
40498
40499
  "filename": "src/javascript/node-package.ts",
40499
- "line": 392
40500
+ "line": 411
40500
40501
  },
40501
40502
  "name": "roleToAssume",
40502
40503
  "optional": true,
@@ -40515,7 +40516,7 @@
40515
40516
  "immutable": true,
40516
40517
  "locationInModule": {
40517
40518
  "filename": "src/javascript/node-package.ts",
40518
- "line": 383
40519
+ "line": 402
40519
40520
  },
40520
40521
  "name": "secretAccessKeySecret",
40521
40522
  "optional": true,
@@ -43973,7 +43974,7 @@
43973
43974
  },
43974
43975
  "locationInModule": {
43975
43976
  "filename": "src/javascript/node-package.ts",
43976
- "line": 545
43977
+ "line": 566
43977
43978
  },
43978
43979
  "parameters": [
43979
43980
  {
@@ -43994,7 +43995,7 @@
43994
43995
  "kind": "class",
43995
43996
  "locationInModule": {
43996
43997
  "filename": "src/javascript/node-package.ts",
43997
- "line": 415
43998
+ "line": 434
43998
43999
  },
43999
44000
  "methods": [
44000
44001
  {
@@ -44005,7 +44006,7 @@
44005
44006
  },
44006
44007
  "locationInModule": {
44007
44008
  "filename": "src/javascript/node-package.ts",
44008
- "line": 422
44009
+ "line": 441
44009
44010
  },
44010
44011
  "name": "of",
44011
44012
  "parameters": [
@@ -44033,7 +44034,7 @@
44033
44034
  },
44034
44035
  "locationInModule": {
44035
44036
  "filename": "src/javascript/node-package.ts",
44036
- "line": 775
44037
+ "line": 796
44037
44038
  },
44038
44039
  "name": "addBin",
44039
44040
  "parameters": [
@@ -44058,7 +44059,7 @@
44058
44059
  },
44059
44060
  "locationInModule": {
44060
44061
  "filename": "src/javascript/node-package.ts",
44061
- "line": 744
44062
+ "line": 765
44062
44063
  },
44063
44064
  "name": "addBundledDeps",
44064
44065
  "parameters": [
@@ -44083,7 +44084,7 @@
44083
44084
  },
44084
44085
  "locationInModule": {
44085
44086
  "filename": "src/javascript/node-package.ts",
44086
- "line": 684
44087
+ "line": 705
44087
44088
  },
44088
44089
  "name": "addDeps",
44089
44090
  "parameters": [
@@ -44108,7 +44109,7 @@
44108
44109
  },
44109
44110
  "locationInModule": {
44110
44111
  "filename": "src/javascript/node-package.ts",
44111
- "line": 699
44112
+ "line": 720
44112
44113
  },
44113
44114
  "name": "addDevDeps",
44114
44115
  "parameters": [
@@ -44133,7 +44134,7 @@
44133
44134
  },
44134
44135
  "locationInModule": {
44135
44136
  "filename": "src/javascript/node-package.ts",
44136
- "line": 761
44137
+ "line": 782
44137
44138
  },
44138
44139
  "name": "addEngine",
44139
44140
  "parameters": [
@@ -44167,7 +44168,7 @@
44167
44168
  },
44168
44169
  "locationInModule": {
44169
44170
  "filename": "src/javascript/node-package.ts",
44170
- "line": 817
44171
+ "line": 838
44171
44172
  },
44172
44173
  "name": "addField",
44173
44174
  "parameters": [
@@ -44198,7 +44199,7 @@
44198
44199
  },
44199
44200
  "locationInModule": {
44200
44201
  "filename": "src/javascript/node-package.ts",
44201
- "line": 769
44202
+ "line": 790
44202
44203
  },
44203
44204
  "name": "addKeywords",
44204
44205
  "parameters": [
@@ -44222,7 +44223,7 @@
44222
44223
  },
44223
44224
  "locationInModule": {
44224
44225
  "filename": "src/javascript/node-package.ts",
44225
- "line": 837
44226
+ "line": 858
44226
44227
  },
44227
44228
  "name": "addPackageResolutions",
44228
44229
  "parameters": [
@@ -44248,7 +44249,7 @@
44248
44249
  },
44249
44250
  "locationInModule": {
44250
44251
  "filename": "src/javascript/node-package.ts",
44251
- "line": 718
44252
+ "line": 739
44252
44253
  },
44253
44254
  "name": "addPeerDeps",
44254
44255
  "parameters": [
@@ -44273,7 +44274,7 @@
44273
44274
  },
44274
44275
  "locationInModule": {
44275
44276
  "filename": "src/javascript/node-package.ts",
44276
- "line": 825
44277
+ "line": 846
44277
44278
  },
44278
44279
  "name": "addVersion",
44279
44280
  "parameters": [
@@ -44296,7 +44297,7 @@
44296
44297
  },
44297
44298
  "locationInModule": {
44298
44299
  "filename": "src/javascript/node-package.ts",
44299
- "line": 807
44300
+ "line": 828
44300
44301
  },
44301
44302
  "name": "hasScript",
44302
44303
  "parameters": [
@@ -44324,7 +44325,7 @@
44324
44325
  },
44325
44326
  "locationInModule": {
44326
44327
  "filename": "src/javascript/node-package.ts",
44327
- "line": 889
44328
+ "line": 910
44328
44329
  },
44329
44330
  "name": "postSynthesize",
44330
44331
  "overrides": "projen.Component"
@@ -44336,7 +44337,7 @@
44336
44337
  },
44337
44338
  "locationInModule": {
44338
44339
  "filename": "src/javascript/node-package.ts",
44339
- "line": 796
44340
+ "line": 817
44340
44341
  },
44341
44342
  "name": "removeScript",
44342
44343
  "parameters": [
@@ -44358,7 +44359,7 @@
44358
44359
  },
44359
44360
  "locationInModule": {
44360
44361
  "filename": "src/javascript/node-package.ts",
44361
- "line": 787
44362
+ "line": 808
44362
44363
  },
44363
44364
  "name": "setScript",
44364
44365
  "parameters": [
@@ -44389,7 +44390,7 @@
44389
44390
  },
44390
44391
  "locationInModule": {
44391
44392
  "filename": "src/javascript/node-package.ts",
44392
- "line": 884
44393
+ "line": 905
44393
44394
  },
44394
44395
  "name": "synthesize",
44395
44396
  "overrides": "projen.Component"
@@ -44404,7 +44405,7 @@
44404
44405
  },
44405
44406
  "locationInModule": {
44406
44407
  "filename": "src/javascript/node-package.ts",
44407
- "line": 868
44408
+ "line": 889
44408
44409
  },
44409
44410
  "name": "tryResolveDependencyVersion",
44410
44411
  "parameters": [
@@ -44437,7 +44438,7 @@
44437
44438
  "immutable": true,
44438
44439
  "locationInModule": {
44439
44440
  "filename": "src/javascript/node-package.ts",
44440
- "line": 440
44441
+ "line": 459
44441
44442
  },
44442
44443
  "name": "allowLibraryDependencies",
44443
44444
  "type": {
@@ -44452,7 +44453,7 @@
44452
44453
  "immutable": true,
44453
44454
  "locationInModule": {
44454
44455
  "filename": "src/javascript/node-package.ts",
44455
- "line": 435
44456
+ "line": 454
44456
44457
  },
44457
44458
  "name": "entrypoint",
44458
44459
  "type": {
@@ -44467,7 +44468,7 @@
44467
44468
  "immutable": true,
44468
44469
  "locationInModule": {
44469
44470
  "filename": "src/javascript/node-package.ts",
44470
- "line": 534
44471
+ "line": 555
44471
44472
  },
44472
44473
  "name": "file",
44473
44474
  "type": {
@@ -44482,7 +44483,7 @@
44482
44483
  "immutable": true,
44483
44484
  "locationInModule": {
44484
44485
  "filename": "src/javascript/node-package.ts",
44485
- "line": 853
44486
+ "line": 874
44486
44487
  },
44487
44488
  "name": "installAndUpdateLockfileCommand",
44488
44489
  "type": {
@@ -44497,7 +44498,7 @@
44497
44498
  "immutable": true,
44498
44499
  "locationInModule": {
44499
44500
  "filename": "src/javascript/node-package.ts",
44500
- "line": 529
44501
+ "line": 550
44501
44502
  },
44502
44503
  "name": "installCiTask",
44503
44504
  "type": {
@@ -44512,7 +44513,7 @@
44512
44513
  "immutable": true,
44513
44514
  "locationInModule": {
44514
44515
  "filename": "src/javascript/node-package.ts",
44515
- "line": 846
44516
+ "line": 867
44516
44517
  },
44517
44518
  "name": "installCommand",
44518
44519
  "type": {
@@ -44527,7 +44528,7 @@
44527
44528
  "immutable": true,
44528
44529
  "locationInModule": {
44529
44530
  "filename": "src/javascript/node-package.ts",
44530
- "line": 524
44531
+ "line": 545
44531
44532
  },
44532
44533
  "name": "installTask",
44533
44534
  "type": {
@@ -44542,7 +44543,7 @@
44542
44543
  "immutable": true,
44543
44544
  "locationInModule": {
44544
44545
  "filename": "src/javascript/node-package.ts",
44545
- "line": 519
44546
+ "line": 540
44546
44547
  },
44547
44548
  "name": "lockFile",
44548
44549
  "type": {
@@ -44557,7 +44558,7 @@
44557
44558
  "immutable": true,
44558
44559
  "locationInModule": {
44559
44560
  "filename": "src/javascript/node-package.ts",
44560
- "line": 450
44561
+ "line": 469
44561
44562
  },
44562
44563
  "name": "manifest",
44563
44564
  "type": {
@@ -44572,7 +44573,7 @@
44572
44573
  "immutable": true,
44573
44574
  "locationInModule": {
44574
44575
  "filename": "src/javascript/node-package.ts",
44575
- "line": 509
44576
+ "line": 530
44576
44577
  },
44577
44578
  "name": "npmAccess",
44578
44579
  "type": {
@@ -44587,7 +44588,7 @@
44587
44588
  "immutable": true,
44588
44589
  "locationInModule": {
44589
44590
  "filename": "src/javascript/node-package.ts",
44590
- "line": 514
44591
+ "line": 535
44591
44592
  },
44592
44593
  "name": "npmProvenance",
44593
44594
  "type": {
@@ -44602,7 +44603,7 @@
44602
44603
  "immutable": true,
44603
44604
  "locationInModule": {
44604
44605
  "filename": "src/javascript/node-package.ts",
44605
- "line": 484
44606
+ "line": 505
44606
44607
  },
44607
44608
  "name": "npmRegistry",
44608
44609
  "type": {
@@ -44617,7 +44618,7 @@
44617
44618
  "immutable": true,
44618
44619
  "locationInModule": {
44619
44620
  "filename": "src/javascript/node-package.ts",
44620
- "line": 479
44621
+ "line": 500
44621
44622
  },
44622
44623
  "name": "npmRegistryUrl",
44623
44624
  "type": {
@@ -44632,7 +44633,7 @@
44632
44633
  "immutable": true,
44633
44634
  "locationInModule": {
44634
44635
  "filename": "src/javascript/node-package.ts",
44635
- "line": 445
44636
+ "line": 464
44636
44637
  },
44637
44638
  "name": "packageManager",
44638
44639
  "type": {
@@ -44647,7 +44648,7 @@
44647
44648
  "immutable": true,
44648
44649
  "locationInModule": {
44649
44650
  "filename": "src/javascript/node-package.ts",
44650
- "line": 430
44651
+ "line": 449
44651
44652
  },
44652
44653
  "name": "packageName",
44653
44654
  "type": {
@@ -44663,7 +44664,7 @@
44663
44664
  "immutable": true,
44664
44665
  "locationInModule": {
44665
44666
  "filename": "src/javascript/node-package.ts",
44666
- "line": 912
44667
+ "line": 933
44667
44668
  },
44668
44669
  "name": "projenCommand",
44669
44670
  "type": {
@@ -44680,7 +44681,7 @@
44680
44681
  "immutable": true,
44681
44682
  "locationInModule": {
44682
44683
  "filename": "src/javascript/node-package.ts",
44683
- "line": 497
44684
+ "line": 518
44684
44685
  },
44685
44686
  "name": "codeArtifactOptions",
44686
44687
  "optional": true,
@@ -44697,7 +44698,7 @@
44697
44698
  "immutable": true,
44698
44699
  "locationInModule": {
44699
44700
  "filename": "src/javascript/node-package.ts",
44700
- "line": 474
44701
+ "line": 495
44701
44702
  },
44702
44703
  "name": "license",
44703
44704
  "optional": true,
@@ -44707,14 +44708,14 @@
44707
44708
  },
44708
44709
  {
44709
44710
  "docs": {
44710
- "default": "- no maximum.",
44711
+ "remarks": "The value indicates the package is incompatible with newer versions.",
44711
44712
  "stability": "experimental",
44712
- "summary": "Maximum node version required by this package."
44713
+ "summary": "Maximum node version supported by this package."
44713
44714
  },
44714
44715
  "immutable": true,
44715
44716
  "locationInModule": {
44716
44717
  "filename": "src/javascript/node-package.ts",
44717
- "line": 462
44718
+ "line": 483
44718
44719
  },
44719
44720
  "name": "maxNodeVersion",
44720
44721
  "optional": true,
@@ -44724,14 +44725,14 @@
44724
44725
  },
44725
44726
  {
44726
44727
  "docs": {
44727
- "default": "- no minimum",
44728
+ "remarks": "This value indicates the package is incompatible with older versions.",
44728
44729
  "stability": "experimental",
44729
- "summary": "Minimum node.js version required by this package."
44730
+ "summary": "The minimum node version required by this package to function."
44730
44731
  },
44731
44732
  "immutable": true,
44732
44733
  "locationInModule": {
44733
44734
  "filename": "src/javascript/node-package.ts",
44734
- "line": 456
44735
+ "line": 476
44735
44736
  },
44736
44737
  "name": "minNodeVersion",
44737
44738
  "optional": true,
@@ -44747,7 +44748,7 @@
44747
44748
  "immutable": true,
44748
44749
  "locationInModule": {
44749
44750
  "filename": "src/javascript/node-package.ts",
44750
- "line": 489
44751
+ "line": 510
44751
44752
  },
44752
44753
  "name": "npmTokenSecret",
44753
44754
  "optional": true,
@@ -44764,7 +44765,7 @@
44764
44765
  "immutable": true,
44765
44766
  "locationInModule": {
44766
44767
  "filename": "src/javascript/node-package.ts",
44767
- "line": 469
44768
+ "line": 490
44768
44769
  },
44769
44770
  "name": "pnpmVersion",
44770
44771
  "optional": true,
@@ -44781,7 +44782,7 @@
44781
44782
  "immutable": true,
44782
44783
  "locationInModule": {
44783
44784
  "filename": "src/javascript/node-package.ts",
44784
- "line": 504
44785
+ "line": 525
44785
44786
  },
44786
44787
  "name": "scopedPackagesOptions",
44787
44788
  "optional": true,
@@ -44807,7 +44808,7 @@
44807
44808
  "kind": "enum",
44808
44809
  "locationInModule": {
44809
44810
  "filename": "src/javascript/node-package.ts",
44810
- "line": 1630
44811
+ "line": 1657
44811
44812
  },
44812
44813
  "members": [
44813
44814
  {
@@ -45018,7 +45019,7 @@
45018
45019
  "immutable": true,
45019
45020
  "locationInModule": {
45020
45021
  "filename": "src/javascript/node-package.ts",
45021
- "line": 279
45022
+ "line": 298
45022
45023
  },
45023
45024
  "name": "bugsEmail",
45024
45025
  "optional": true,
@@ -45035,7 +45036,7 @@
45035
45036
  "immutable": true,
45036
45037
  "locationInModule": {
45037
45038
  "filename": "src/javascript/node-package.ts",
45038
- "line": 274
45039
+ "line": 293
45039
45040
  },
45040
45041
  "name": "bugsUrl",
45041
45042
  "optional": true,
@@ -45077,7 +45078,7 @@
45077
45078
  "immutable": true,
45078
45079
  "locationInModule": {
45079
45080
  "filename": "src/javascript/node-package.ts",
45080
- "line": 317
45081
+ "line": 336
45081
45082
  },
45082
45083
  "name": "codeArtifactOptions",
45083
45084
  "optional": true,
@@ -45231,7 +45232,7 @@
45231
45232
  "immutable": true,
45232
45233
  "locationInModule": {
45233
45234
  "filename": "src/javascript/node-package.ts",
45234
- "line": 246
45235
+ "line": 265
45235
45236
  },
45236
45237
  "name": "license",
45237
45238
  "optional": true,
@@ -45249,7 +45250,7 @@
45249
45250
  "immutable": true,
45250
45251
  "locationInModule": {
45251
45252
  "filename": "src/javascript/node-package.ts",
45252
- "line": 253
45253
+ "line": 272
45253
45254
  },
45254
45255
  "name": "licensed",
45255
45256
  "optional": true,
@@ -45260,14 +45261,15 @@
45260
45261
  {
45261
45262
  "abstract": true,
45262
45263
  "docs": {
45263
- "default": "- no max",
45264
+ "default": "- no maximum version is enforced",
45265
+ "remarks": "The value indicates that the package is incompatible with any newer versions of node.\nThis requirement is enforced via the engines field.\n\nYou will normally not need to set this option.\nConsider this option only if your package is known to not function with newer versions of node.",
45264
45266
  "stability": "experimental",
45265
- "summary": "Minimum node.js version to require via `engines` (inclusive)."
45267
+ "summary": "The maximum node version supported by this package. Most projects should not use this option."
45266
45268
  },
45267
45269
  "immutable": true,
45268
45270
  "locationInModule": {
45269
45271
  "filename": "src/javascript/node-package.ts",
45270
- "line": 230
45272
+ "line": 249
45271
45273
  },
45272
45274
  "name": "maxNodeVersion",
45273
45275
  "optional": true,
@@ -45278,14 +45280,15 @@
45278
45280
  {
45279
45281
  "abstract": true,
45280
45282
  "docs": {
45281
- "default": "- no \"engines\" specified",
45283
+ "default": "- no minimum version is enforced",
45284
+ "remarks": "The value indicates that the package is incompatible with any older versions of node.\nThis requirement is enforced via the engines field.\n\nYou will normally not need to set this option, even if your package is incompatible with EOL versions of node.\nConsider this option only if your package depends on a specific feature, that is not available in other LTS versions.\nSetting this option has very high impact on the consumers of your package,\nas package managers will actively prevent usage with node versions you have marked as incompatible.\n\nTo change the node version of your CI/CD workflows, use `workflowNodeVersion`.",
45282
45285
  "stability": "experimental",
45283
- "summary": "Minimum Node.js version to require via package.json `engines` (inclusive)."
45286
+ "summary": "The minimum node version required by this package to function. Most projects should not use this option."
45284
45287
  },
45285
45288
  "immutable": true,
45286
45289
  "locationInModule": {
45287
45290
  "filename": "src/javascript/node-package.ts",
45288
- "line": 223
45291
+ "line": 235
45289
45292
  },
45290
45293
  "name": "minNodeVersion",
45291
45294
  "optional": true,
@@ -45303,7 +45306,7 @@
45303
45306
  "immutable": true,
45304
45307
  "locationInModule": {
45305
45308
  "filename": "src/javascript/node-package.ts",
45306
- "line": 288
45309
+ "line": 307
45307
45310
  },
45308
45311
  "name": "npmAccess",
45309
45312
  "optional": true,
@@ -45323,7 +45326,7 @@
45323
45326
  "immutable": true,
45324
45327
  "locationInModule": {
45325
45328
  "filename": "src/javascript/node-package.ts",
45326
- "line": 302
45329
+ "line": 321
45327
45330
  },
45328
45331
  "name": "npmProvenance",
45329
45332
  "optional": true,
@@ -45342,7 +45345,7 @@
45342
45345
  "immutable": true,
45343
45346
  "locationInModule": {
45344
45347
  "filename": "src/javascript/node-package.ts",
45345
- "line": 269
45348
+ "line": 288
45346
45349
  },
45347
45350
  "name": "npmRegistry",
45348
45351
  "optional": true,
@@ -45361,7 +45364,7 @@
45361
45364
  "immutable": true,
45362
45365
  "locationInModule": {
45363
45366
  "filename": "src/javascript/node-package.ts",
45364
- "line": 262
45367
+ "line": 281
45365
45368
  },
45366
45369
  "name": "npmRegistryUrl",
45367
45370
  "optional": true,
@@ -45379,7 +45382,7 @@
45379
45382
  "immutable": true,
45380
45383
  "locationInModule": {
45381
45384
  "filename": "src/javascript/node-package.ts",
45382
- "line": 309
45385
+ "line": 328
45383
45386
  },
45384
45387
  "name": "npmTokenSecret",
45385
45388
  "optional": true,
@@ -45477,7 +45480,7 @@
45477
45480
  "immutable": true,
45478
45481
  "locationInModule": {
45479
45482
  "filename": "src/javascript/node-package.ts",
45480
- "line": 237
45483
+ "line": 256
45481
45484
  },
45482
45485
  "name": "pnpmVersion",
45483
45486
  "optional": true,
@@ -45530,7 +45533,7 @@
45530
45533
  "immutable": true,
45531
45534
  "locationInModule": {
45532
45535
  "filename": "src/javascript/node-package.ts",
45533
- "line": 324
45536
+ "line": 343
45534
45537
  },
45535
45538
  "name": "scopedPackagesOptions",
45536
45539
  "optional": true,
@@ -45595,7 +45598,7 @@
45595
45598
  "immutable": true,
45596
45599
  "locationInModule": {
45597
45600
  "filename": "src/javascript/node-package.ts",
45598
- "line": 331
45601
+ "line": 350
45599
45602
  },
45600
45603
  "name": "yarnBerryOptions",
45601
45604
  "optional": true,
@@ -45623,7 +45626,7 @@
45623
45626
  },
45624
45627
  "locationInModule": {
45625
45628
  "filename": "src/javascript/node-project.ts",
45626
- "line": 502
45629
+ "line": 508
45627
45630
  },
45628
45631
  "parameters": [
45629
45632
  {
@@ -45637,7 +45640,7 @@
45637
45640
  "kind": "class",
45638
45641
  "locationInModule": {
45639
45642
  "filename": "src/javascript/node-project.ts",
45640
- "line": 377
45643
+ "line": 379
45641
45644
  },
45642
45645
  "methods": [
45643
45646
  {
@@ -45646,7 +45649,7 @@
45646
45649
  },
45647
45650
  "locationInModule": {
45648
45651
  "filename": "src/javascript/node-project.ts",
45649
- "line": 901
45652
+ "line": 907
45650
45653
  },
45651
45654
  "name": "addBins",
45652
45655
  "parameters": [
@@ -45671,7 +45674,7 @@
45671
45674
  },
45672
45675
  "locationInModule": {
45673
45676
  "filename": "src/javascript/node-project.ts",
45674
- "line": 1192
45677
+ "line": 1198
45675
45678
  },
45676
45679
  "name": "addBundledDeps",
45677
45680
  "parameters": [
@@ -45697,7 +45700,7 @@
45697
45700
  },
45698
45701
  "locationInModule": {
45699
45702
  "filename": "src/javascript/node-project.ts",
45700
- "line": 946
45703
+ "line": 952
45701
45704
  },
45702
45705
  "name": "addCompileCommand",
45703
45706
  "parameters": [
@@ -45718,7 +45721,7 @@
45718
45721
  },
45719
45722
  "locationInModule": {
45720
45723
  "filename": "src/javascript/node-project.ts",
45721
- "line": 1146
45724
+ "line": 1152
45722
45725
  },
45723
45726
  "name": "addDeps",
45724
45727
  "parameters": [
@@ -45743,7 +45746,7 @@
45743
45746
  },
45744
45747
  "locationInModule": {
45745
45748
  "filename": "src/javascript/node-project.ts",
45746
- "line": 1159
45749
+ "line": 1165
45747
45750
  },
45748
45751
  "name": "addDevDeps",
45749
45752
  "parameters": [
@@ -45768,7 +45771,7 @@
45768
45771
  },
45769
45772
  "locationInModule": {
45770
45773
  "filename": "src/javascript/node-project.ts",
45771
- "line": 966
45774
+ "line": 972
45772
45775
  },
45773
45776
  "name": "addFields",
45774
45777
  "parameters": [
@@ -45795,7 +45798,7 @@
45795
45798
  },
45796
45799
  "locationInModule": {
45797
45800
  "filename": "src/javascript/node-project.ts",
45798
- "line": 976
45801
+ "line": 982
45799
45802
  },
45800
45803
  "name": "addKeywords",
45801
45804
  "parameters": [
@@ -45822,7 +45825,7 @@
45822
45825
  },
45823
45826
  "locationInModule": {
45824
45827
  "filename": "src/javascript/node-project.ts",
45825
- "line": 1204
45828
+ "line": 1210
45826
45829
  },
45827
45830
  "name": "addPackageIgnore",
45828
45831
  "overrides": "projen.Project",
@@ -45846,7 +45849,7 @@
45846
45849
  },
45847
45850
  "locationInModule": {
45848
45851
  "filename": "src/javascript/node-project.ts",
45849
- "line": 1176
45852
+ "line": 1182
45850
45853
  },
45851
45854
  "name": "addPeerDeps",
45852
45855
  "parameters": [
@@ -45871,7 +45874,7 @@
45871
45874
  },
45872
45875
  "locationInModule": {
45873
45876
  "filename": "src/javascript/node-project.ts",
45874
- "line": 919
45877
+ "line": 925
45875
45878
  },
45876
45879
  "name": "addScripts",
45877
45880
  "parameters": [
@@ -45899,7 +45902,7 @@
45899
45902
  },
45900
45903
  "locationInModule": {
45901
45904
  "filename": "src/javascript/node-project.ts",
45902
- "line": 956
45905
+ "line": 962
45903
45906
  },
45904
45907
  "name": "addTestCommand",
45905
45908
  "parameters": [
@@ -45921,7 +45924,7 @@
45921
45924
  },
45922
45925
  "locationInModule": {
45923
45926
  "filename": "src/javascript/node-project.ts",
45924
- "line": 938
45927
+ "line": 944
45925
45928
  },
45926
45929
  "name": "hasScript",
45927
45930
  "parameters": [
@@ -45948,7 +45951,7 @@
45948
45951
  },
45949
45952
  "locationInModule": {
45950
45953
  "filename": "src/javascript/node-project.ts",
45951
- "line": 929
45954
+ "line": 935
45952
45955
  },
45953
45956
  "name": "removeScript",
45954
45957
  "parameters": [
@@ -45971,7 +45974,7 @@
45971
45974
  },
45972
45975
  "locationInModule": {
45973
45976
  "filename": "src/javascript/node-project.ts",
45974
- "line": 1066
45977
+ "line": 1072
45975
45978
  },
45976
45979
  "name": "renderWorkflowSetup",
45977
45980
  "parameters": [
@@ -46005,7 +46008,7 @@
46005
46008
  },
46006
46009
  "locationInModule": {
46007
46010
  "filename": "src/javascript/node-project.ts",
46008
- "line": 1277
46011
+ "line": 1283
46009
46012
  },
46010
46013
  "name": "runTaskCommand",
46011
46014
  "overrides": "projen.Project",
@@ -46033,7 +46036,7 @@
46033
46036
  },
46034
46037
  "locationInModule": {
46035
46038
  "filename": "src/javascript/node-project.ts",
46036
- "line": 911
46039
+ "line": 917
46037
46040
  },
46038
46041
  "name": "setScript",
46039
46042
  "parameters": [
@@ -46069,7 +46072,7 @@
46069
46072
  "immutable": true,
46070
46073
  "locationInModule": {
46071
46074
  "filename": "src/javascript/node-project.ts",
46072
- "line": 402
46075
+ "line": 404
46073
46076
  },
46074
46077
  "name": "allowLibraryDependencies",
46075
46078
  "type": {
@@ -46085,7 +46088,7 @@
46085
46088
  "immutable": true,
46086
46089
  "locationInModule": {
46087
46090
  "filename": "src/javascript/node-project.ts",
46088
- "line": 485
46091
+ "line": 491
46089
46092
  },
46090
46093
  "name": "artifactsDirectory",
46091
46094
  "type": {
@@ -46100,7 +46103,7 @@
46100
46103
  "immutable": true,
46101
46104
  "locationInModule": {
46102
46105
  "filename": "src/javascript/node-project.ts",
46103
- "line": 490
46106
+ "line": 496
46104
46107
  },
46105
46108
  "name": "artifactsJavascriptDirectory",
46106
46109
  "type": {
@@ -46114,7 +46117,7 @@
46114
46117
  "immutable": true,
46115
46118
  "locationInModule": {
46116
46119
  "filename": "src/javascript/node-project.ts",
46117
- "line": 478
46120
+ "line": 484
46118
46121
  },
46119
46122
  "name": "bundler",
46120
46123
  "type": {
@@ -46129,7 +46132,7 @@
46129
46132
  "immutable": true,
46130
46133
  "locationInModule": {
46131
46134
  "filename": "src/javascript/node-project.ts",
46132
- "line": 409
46135
+ "line": 411
46133
46136
  },
46134
46137
  "name": "entrypoint",
46135
46138
  "type": {
@@ -46144,7 +46147,7 @@
46144
46147
  "immutable": true,
46145
46148
  "locationInModule": {
46146
46149
  "filename": "src/javascript/node-project.ts",
46147
- "line": 474
46150
+ "line": 480
46148
46151
  },
46149
46152
  "name": "manifest",
46150
46153
  "type": {
@@ -46159,7 +46162,7 @@
46159
46162
  "immutable": true,
46160
46163
  "locationInModule": {
46161
46164
  "filename": "src/javascript/node-project.ts",
46162
- "line": 391
46165
+ "line": 393
46163
46166
  },
46164
46167
  "name": "npmrc",
46165
46168
  "type": {
@@ -46174,7 +46177,7 @@
46174
46177
  "immutable": true,
46175
46178
  "locationInModule": {
46176
46179
  "filename": "src/javascript/node-project.ts",
46177
- "line": 381
46180
+ "line": 383
46178
46181
  },
46179
46182
  "name": "package",
46180
46183
  "type": {
@@ -46190,7 +46193,7 @@
46190
46193
  "immutable": true,
46191
46194
  "locationInModule": {
46192
46195
  "filename": "src/javascript/node-project.ts",
46193
- "line": 457
46196
+ "line": 463
46194
46197
  },
46195
46198
  "name": "packageManager",
46196
46199
  "type": {
@@ -46205,7 +46208,7 @@
46205
46208
  "immutable": true,
46206
46209
  "locationInModule": {
46207
46210
  "filename": "src/javascript/node-project.ts",
46208
- "line": 464
46211
+ "line": 470
46209
46212
  },
46210
46213
  "name": "runScriptCommand",
46211
46214
  "type": {
@@ -46219,7 +46222,7 @@
46219
46222
  "immutable": true,
46220
46223
  "locationInModule": {
46221
46224
  "filename": "src/javascript/node-project.ts",
46222
- "line": 497
46225
+ "line": 503
46223
46226
  },
46224
46227
  "name": "workflowBootstrapSteps",
46225
46228
  "protected": true,
@@ -46239,7 +46242,7 @@
46239
46242
  "immutable": true,
46240
46243
  "locationInModule": {
46241
46244
  "filename": "src/javascript/node-project.ts",
46242
- "line": 499
46245
+ "line": 505
46243
46246
  },
46244
46247
  "name": "workflowPackageCache",
46245
46248
  "protected": true,
@@ -46255,7 +46258,7 @@
46255
46258
  "immutable": true,
46256
46259
  "locationInModule": {
46257
46260
  "filename": "src/javascript/node-project.ts",
46258
- "line": 416
46261
+ "line": 418
46259
46262
  },
46260
46263
  "name": "autoMerge",
46261
46264
  "optional": true,
@@ -46272,7 +46275,7 @@
46272
46275
  "immutable": true,
46273
46276
  "locationInModule": {
46274
46277
  "filename": "src/javascript/node-project.ts",
46275
- "line": 421
46278
+ "line": 423
46276
46279
  },
46277
46280
  "name": "buildWorkflow",
46278
46281
  "optional": true,
@@ -46288,7 +46291,7 @@
46288
46291
  "immutable": true,
46289
46292
  "locationInModule": {
46290
46293
  "filename": "src/javascript/node-project.ts",
46291
- "line": 1284
46294
+ "line": 1290
46292
46295
  },
46293
46296
  "name": "buildWorkflowJobId",
46294
46297
  "optional": true,
@@ -46304,7 +46307,7 @@
46304
46307
  "immutable": true,
46305
46308
  "locationInModule": {
46306
46309
  "filename": "src/javascript/node-project.ts",
46307
- "line": 469
46310
+ "line": 475
46308
46311
  },
46309
46312
  "name": "jest",
46310
46313
  "optional": true,
@@ -46314,13 +46317,14 @@
46314
46317
  },
46315
46318
  {
46316
46319
  "docs": {
46320
+ "remarks": "The value indicates the package is incompatible with newer versions.",
46317
46321
  "stability": "experimental",
46318
- "summary": "Maximum node version required by this package."
46322
+ "summary": "Maximum node version supported by this package."
46319
46323
  },
46320
46324
  "immutable": true,
46321
46325
  "locationInModule": {
46322
46326
  "filename": "src/javascript/node-project.ts",
46323
- "line": 446
46327
+ "line": 452
46324
46328
  },
46325
46329
  "name": "maxNodeVersion",
46326
46330
  "optional": true,
@@ -46330,13 +46334,14 @@
46330
46334
  },
46331
46335
  {
46332
46336
  "docs": {
46337
+ "remarks": "This value indicates the package is incompatible with older versions.",
46333
46338
  "stability": "experimental",
46334
- "summary": "Minimum node.js version required by this package."
46339
+ "summary": "The minimum node version required by this package to function."
46335
46340
  },
46336
46341
  "immutable": true,
46337
46342
  "locationInModule": {
46338
46343
  "filename": "src/javascript/node-project.ts",
46339
- "line": 439
46344
+ "line": 443
46340
46345
  },
46341
46346
  "name": "minNodeVersion",
46342
46347
  "optional": true,
@@ -46351,7 +46356,7 @@
46351
46356
  "immutable": true,
46352
46357
  "locationInModule": {
46353
46358
  "filename": "src/javascript/node-project.ts",
46354
- "line": 450
46359
+ "line": 456
46355
46360
  },
46356
46361
  "name": "nodeVersion",
46357
46362
  "optional": true,
@@ -46368,7 +46373,7 @@
46368
46373
  "immutable": true,
46369
46374
  "locationInModule": {
46370
46375
  "filename": "src/javascript/node-project.ts",
46371
- "line": 386
46376
+ "line": 388
46372
46377
  },
46373
46378
  "name": "npmignore",
46374
46379
  "optional": true,
@@ -46383,7 +46388,7 @@
46383
46388
  "immutable": true,
46384
46389
  "locationInModule": {
46385
46390
  "filename": "src/javascript/node-project.ts",
46386
- "line": 500
46391
+ "line": 506
46387
46392
  },
46388
46393
  "name": "prettier",
46389
46394
  "optional": true,
@@ -46401,7 +46406,7 @@
46401
46406
  "immutable": true,
46402
46407
  "locationInModule": {
46403
46408
  "filename": "src/javascript/node-project.ts",
46404
- "line": 429
46409
+ "line": 431
46405
46410
  },
46406
46411
  "name": "publisher",
46407
46412
  "optional": true,
@@ -46417,7 +46422,7 @@
46417
46422
  "immutable": true,
46418
46423
  "locationInModule": {
46419
46424
  "filename": "src/javascript/node-project.ts",
46420
- "line": 434
46425
+ "line": 436
46421
46426
  },
46422
46427
  "name": "release",
46423
46428
  "optional": true,
@@ -46433,7 +46438,7 @@
46433
46438
  "immutable": true,
46434
46439
  "locationInModule": {
46435
46440
  "filename": "src/javascript/node-project.ts",
46436
- "line": 495
46441
+ "line": 501
46437
46442
  },
46438
46443
  "name": "upgradeWorkflow",
46439
46444
  "optional": true,
@@ -46491,7 +46496,7 @@
46491
46496
  "immutable": true,
46492
46497
  "locationInModule": {
46493
46498
  "filename": "src/javascript/node-project.ts",
46494
- "line": 313
46499
+ "line": 315
46495
46500
  },
46496
46501
  "name": "artifactsDirectory",
46497
46502
  "optional": true,
@@ -46510,7 +46515,7 @@
46510
46515
  "immutable": true,
46511
46516
  "locationInModule": {
46512
46517
  "filename": "src/javascript/node-project.ts",
46513
- "line": 224
46518
+ "line": 226
46514
46519
  },
46515
46520
  "name": "autoApproveUpgrades",
46516
46521
  "optional": true,
@@ -46564,7 +46569,7 @@
46564
46569
  "immutable": true,
46565
46570
  "locationInModule": {
46566
46571
  "filename": "src/javascript/node-project.ts",
46567
- "line": 329
46572
+ "line": 331
46568
46573
  },
46569
46574
  "name": "buildWorkflowTriggers",
46570
46575
  "optional": true,
@@ -46581,7 +46586,7 @@
46581
46586
  "immutable": true,
46582
46587
  "locationInModule": {
46583
46588
  "filename": "src/javascript/node-project.ts",
46584
- "line": 306
46589
+ "line": 308
46585
46590
  },
46586
46591
  "name": "bundlerOptions",
46587
46592
  "optional": true,
@@ -46600,7 +46605,7 @@
46600
46605
  "immutable": true,
46601
46606
  "locationInModule": {
46602
46607
  "filename": "src/javascript/node-project.ts",
46603
- "line": 338
46608
+ "line": 340
46604
46609
  },
46605
46610
  "name": "checkLicenses",
46606
46611
  "optional": true,
@@ -46691,7 +46696,7 @@
46691
46696
  "immutable": true,
46692
46697
  "locationInModule": {
46693
46698
  "filename": "src/javascript/node-project.ts",
46694
- "line": 192
46699
+ "line": 194
46695
46700
  },
46696
46701
  "name": "dependabot",
46697
46702
  "optional": true,
@@ -46709,7 +46714,7 @@
46709
46714
  "immutable": true,
46710
46715
  "locationInModule": {
46711
46716
  "filename": "src/javascript/node-project.ts",
46712
- "line": 199
46717
+ "line": 201
46713
46718
  },
46714
46719
  "name": "dependabotOptions",
46715
46720
  "optional": true,
@@ -46728,7 +46733,7 @@
46728
46733
  "immutable": true,
46729
46734
  "locationInModule": {
46730
46735
  "filename": "src/javascript/node-project.ts",
46731
- "line": 207
46736
+ "line": 209
46732
46737
  },
46733
46738
  "name": "depsUpgrade",
46734
46739
  "optional": true,
@@ -46746,7 +46751,7 @@
46746
46751
  "immutable": true,
46747
46752
  "locationInModule": {
46748
46753
  "filename": "src/javascript/node-project.ts",
46749
- "line": 214
46754
+ "line": 216
46750
46755
  },
46751
46756
  "name": "depsUpgradeOptions",
46752
46757
  "optional": true,
@@ -46763,7 +46768,7 @@
46763
46768
  "immutable": true,
46764
46769
  "locationInModule": {
46765
46770
  "filename": "src/javascript/node-project.ts",
46766
- "line": 275
46771
+ "line": 277
46767
46772
  },
46768
46773
  "name": "gitignore",
46769
46774
  "optional": true,
@@ -46786,7 +46791,7 @@
46786
46791
  "immutable": true,
46787
46792
  "locationInModule": {
46788
46793
  "filename": "src/javascript/node-project.ts",
46789
- "line": 281
46794
+ "line": 283
46790
46795
  },
46791
46796
  "name": "jest",
46792
46797
  "optional": true,
@@ -46804,7 +46809,7 @@
46804
46809
  "immutable": true,
46805
46810
  "locationInModule": {
46806
46811
  "filename": "src/javascript/node-project.ts",
46807
- "line": 287
46812
+ "line": 289
46808
46813
  },
46809
46814
  "name": "jestOptions",
46810
46815
  "optional": true,
@@ -46842,7 +46847,7 @@
46842
46847
  "immutable": true,
46843
46848
  "locationInModule": {
46844
46849
  "filename": "src/javascript/node-project.ts",
46845
- "line": 243
46850
+ "line": 245
46846
46851
  },
46847
46852
  "name": "npmignore",
46848
46853
  "optional": true,
@@ -46865,7 +46870,7 @@
46865
46870
  "immutable": true,
46866
46871
  "locationInModule": {
46867
46872
  "filename": "src/javascript/node-project.ts",
46868
- "line": 232
46873
+ "line": 234
46869
46874
  },
46870
46875
  "name": "npmignoreEnabled",
46871
46876
  "optional": true,
@@ -46882,7 +46887,7 @@
46882
46887
  "immutable": true,
46883
46888
  "locationInModule": {
46884
46889
  "filename": "src/javascript/node-project.ts",
46885
- "line": 237
46890
+ "line": 239
46886
46891
  },
46887
46892
  "name": "npmIgnoreOptions",
46888
46893
  "optional": true,
@@ -46900,7 +46905,7 @@
46900
46905
  "immutable": true,
46901
46906
  "locationInModule": {
46902
46907
  "filename": "src/javascript/node-project.ts",
46903
- "line": 321
46908
+ "line": 323
46904
46909
  },
46905
46910
  "name": "package",
46906
46911
  "optional": true,
@@ -46918,7 +46923,7 @@
46918
46923
  "immutable": true,
46919
46924
  "locationInModule": {
46920
46925
  "filename": "src/javascript/node-project.ts",
46921
- "line": 264
46926
+ "line": 266
46922
46927
  },
46923
46928
  "name": "prettier",
46924
46929
  "optional": true,
@@ -46936,7 +46941,7 @@
46936
46941
  "immutable": true,
46937
46942
  "locationInModule": {
46938
46943
  "filename": "src/javascript/node-project.ts",
46939
- "line": 270
46944
+ "line": 272
46940
46945
  },
46941
46946
  "name": "prettierOptions",
46942
46947
  "optional": true,
@@ -46972,7 +46977,7 @@
46972
46977
  "immutable": true,
46973
46978
  "locationInModule": {
46974
46979
  "filename": "src/javascript/node-project.ts",
46975
- "line": 295
46980
+ "line": 297
46976
46981
  },
46977
46982
  "name": "projenrcJs",
46978
46983
  "optional": true,
@@ -46990,7 +46995,7 @@
46990
46995
  "immutable": true,
46991
46996
  "locationInModule": {
46992
46997
  "filename": "src/javascript/node-project.ts",
46993
- "line": 301
46998
+ "line": 303
46994
46999
  },
46995
47000
  "name": "projenrcJsOptions",
46996
47001
  "optional": true,
@@ -47026,7 +47031,7 @@
47026
47031
  "immutable": true,
47027
47032
  "locationInModule": {
47028
47033
  "filename": "src/javascript/node-project.ts",
47029
- "line": 250
47034
+ "line": 252
47030
47035
  },
47031
47036
  "name": "pullRequestTemplate",
47032
47037
  "optional": true,
@@ -47044,7 +47049,7 @@
47044
47049
  "immutable": true,
47045
47050
  "locationInModule": {
47046
47051
  "filename": "src/javascript/node-project.ts",
47047
- "line": 257
47052
+ "line": 259
47048
47053
  },
47049
47054
  "name": "pullRequestTemplateContents",
47050
47055
  "optional": true,
@@ -47156,14 +47161,15 @@
47156
47161
  {
47157
47162
  "abstract": true,
47158
47163
  "docs": {
47159
- "default": "- same as `minNodeVersion`",
47164
+ "default": "- `minNodeVersion` if set, otherwise `lts/*`.",
47165
+ "remarks": "Always use this option if your GitHub Actions workflows require a specific to run.",
47160
47166
  "stability": "experimental",
47161
- "summary": "The node version to use in GitHub workflows."
47167
+ "summary": "The node version used in GitHub Actions workflows."
47162
47168
  },
47163
47169
  "immutable": true,
47164
47170
  "locationInModule": {
47165
47171
  "filename": "src/javascript/node-project.ts",
47166
- "line": 177
47172
+ "line": 179
47167
47173
  },
47168
47174
  "name": "workflowNodeVersion",
47169
47175
  "optional": true,
@@ -47181,7 +47187,7 @@
47181
47187
  "immutable": true,
47182
47188
  "locationInModule": {
47183
47189
  "filename": "src/javascript/node-project.ts",
47184
- "line": 184
47190
+ "line": 186
47185
47191
  },
47186
47192
  "name": "workflowPackageCache",
47187
47193
  "optional": true,
@@ -47202,7 +47208,7 @@
47202
47208
  "kind": "enum",
47203
47209
  "locationInModule": {
47204
47210
  "filename": "src/javascript/node-package.ts",
47205
- "line": 1674
47211
+ "line": 1701
47206
47212
  },
47207
47213
  "members": [
47208
47214
  {
@@ -47397,7 +47403,7 @@
47397
47403
  "kind": "interface",
47398
47404
  "locationInModule": {
47399
47405
  "filename": "src/javascript/node-package.ts",
47400
- "line": 1619
47406
+ "line": 1646
47401
47407
  },
47402
47408
  "name": "PeerDependencyOptions",
47403
47409
  "namespace": "javascript",
@@ -47412,7 +47418,7 @@
47412
47418
  "immutable": true,
47413
47419
  "locationInModule": {
47414
47420
  "filename": "src/javascript/node-package.ts",
47415
- "line": 1624
47421
+ "line": 1651
47416
47422
  },
47417
47423
  "name": "pinnedDevDependency",
47418
47424
  "optional": true,
@@ -48492,7 +48498,7 @@
48492
48498
  "kind": "interface",
48493
48499
  "locationInModule": {
48494
48500
  "filename": "src/javascript/node-project.ts",
48495
- "line": 1292
48501
+ "line": 1298
48496
48502
  },
48497
48503
  "name": "RenderWorkflowSetupOptions",
48498
48504
  "namespace": "javascript",
@@ -48508,7 +48514,7 @@
48508
48514
  "immutable": true,
48509
48515
  "locationInModule": {
48510
48516
  "filename": "src/javascript/node-project.ts",
48511
- "line": 1301
48517
+ "line": 1307
48512
48518
  },
48513
48519
  "name": "installStepConfiguration",
48514
48520
  "optional": true,
@@ -48526,7 +48532,7 @@
48526
48532
  "immutable": true,
48527
48533
  "locationInModule": {
48528
48534
  "filename": "src/javascript/node-project.ts",
48529
- "line": 1306
48535
+ "line": 1312
48530
48536
  },
48531
48537
  "name": "mutable",
48532
48538
  "optional": true,
@@ -48588,7 +48594,7 @@
48588
48594
  "kind": "interface",
48589
48595
  "locationInModule": {
48590
48596
  "filename": "src/javascript/node-package.ts",
48591
- "line": 398
48597
+ "line": 417
48592
48598
  },
48593
48599
  "name": "ScopedPackagesOptions",
48594
48600
  "namespace": "javascript",
@@ -48602,7 +48608,7 @@
48602
48608
  "immutable": true,
48603
48609
  "locationInModule": {
48604
48610
  "filename": "src/javascript/node-package.ts",
48605
- "line": 409
48611
+ "line": 428
48606
48612
  },
48607
48613
  "name": "registryUrl",
48608
48614
  "type": {
@@ -48619,7 +48625,7 @@
48619
48625
  "immutable": true,
48620
48626
  "locationInModule": {
48621
48627
  "filename": "src/javascript/node-package.ts",
48622
- "line": 404
48628
+ "line": 423
48623
48629
  },
48624
48630
  "name": "scope",
48625
48631
  "type": {
@@ -51501,7 +51507,7 @@
51501
51507
  "kind": "interface",
51502
51508
  "locationInModule": {
51503
51509
  "filename": "src/javascript/node-package.ts",
51504
- "line": 1689
51510
+ "line": 1716
51505
51511
  },
51506
51512
  "name": "YarnBerryOptions",
51507
51513
  "namespace": "javascript",
@@ -51516,7 +51522,7 @@
51516
51522
  "immutable": true,
51517
51523
  "locationInModule": {
51518
51524
  "filename": "src/javascript/node-package.ts",
51519
- "line": 1695
51525
+ "line": 1722
51520
51526
  },
51521
51527
  "name": "version",
51522
51528
  "optional": true,
@@ -51534,7 +51540,7 @@
51534
51540
  "immutable": true,
51535
51541
  "locationInModule": {
51536
51542
  "filename": "src/javascript/node-package.ts",
51537
- "line": 1702
51543
+ "line": 1729
51538
51544
  },
51539
51545
  "name": "yarnRcOptions",
51540
51546
  "optional": true,
@@ -51553,7 +51559,7 @@
51553
51559
  "immutable": true,
51554
51560
  "locationInModule": {
51555
51561
  "filename": "src/javascript/node-package.ts",
51556
- "line": 1710
51562
+ "line": 1737
51557
51563
  },
51558
51564
  "name": "zeroInstalls",
51559
51565
  "optional": true,
@@ -59081,7 +59087,7 @@
59081
59087
  {
59082
59088
  "abstract": true,
59083
59089
  "docs": {
59084
- "default": "18.x",
59090
+ "default": "lts/*",
59085
59091
  "remarks": "For example `publib`, the CLI projen uses to publish releases,\nis an npm library.",
59086
59092
  "stability": "experimental",
59087
59093
  "summary": "Node version to setup in GitHub workflows if any node-based CLI utilities are needed."
@@ -59564,7 +59570,7 @@
59564
59570
  {
59565
59571
  "abstract": true,
59566
59572
  "docs": {
59567
- "default": "18.x",
59573
+ "default": "\"lts/*\"\"",
59568
59574
  "remarks": "For example `publib`, the CLI projen uses to publish releases,\nis an npm library.",
59569
59575
  "stability": "experimental",
59570
59576
  "summary": "Node version to setup in GitHub workflows if any node-based CLI utilities are needed."
@@ -60618,7 +60624,7 @@
60618
60624
  "kind": "class",
60619
60625
  "locationInModule": {
60620
60626
  "filename": "src/typescript/typescript.ts",
60621
- "line": 31
60627
+ "line": 32
60622
60628
  },
60623
60629
  "methods": [
60624
60630
  {
@@ -60629,7 +60635,7 @@
60629
60635
  },
60630
60636
  "locationInModule": {
60631
60637
  "filename": "src/typescript/typescript.ts",
60632
- "line": 44
60638
+ "line": 45
60633
60639
  },
60634
60640
  "name": "autoDetectConfig",
60635
60641
  "returns": {
@@ -60647,7 +60653,7 @@
60647
60653
  },
60648
60654
  "locationInModule": {
60649
60655
  "filename": "src/typescript/typescript.ts",
60650
- "line": 61
60656
+ "line": 62
60651
60657
  },
60652
60658
  "name": "custom",
60653
60659
  "parameters": [
@@ -60677,7 +60683,7 @@
60677
60683
  },
60678
60684
  "locationInModule": {
60679
60685
  "filename": "src/typescript/typescript.ts",
60680
- "line": 35
60686
+ "line": 36
60681
60687
  },
60682
60688
  "name": "disabled",
60683
60689
  "returns": {
@@ -60695,7 +60701,7 @@
60695
60701
  },
60696
60702
  "locationInModule": {
60697
60703
  "filename": "src/typescript/typescript.ts",
60698
- "line": 53
60704
+ "line": 54
60699
60705
  },
60700
60706
  "name": "fromFile",
60701
60707
  "parameters": [
@@ -60728,7 +60734,7 @@
60728
60734
  "kind": "class",
60729
60735
  "locationInModule": {
60730
60736
  "filename": "src/typescript/typescript.ts",
60731
- "line": 81
60737
+ "line": 82
60732
60738
  },
60733
60739
  "methods": [
60734
60740
  {
@@ -60738,7 +60744,7 @@
60738
60744
  },
60739
60745
  "locationInModule": {
60740
60746
  "filename": "src/typescript/typescript.ts",
60741
- "line": 85
60747
+ "line": 86
60742
60748
  },
60743
60749
  "name": "all",
60744
60750
  "returns": {
@@ -60756,7 +60762,7 @@
60756
60762
  },
60757
60763
  "locationInModule": {
60758
60764
  "filename": "src/typescript/typescript.ts",
60759
- "line": 101
60765
+ "line": 102
60760
60766
  },
60761
60767
  "name": "custom",
60762
60768
  "parameters": [
@@ -60786,7 +60792,7 @@
60786
60792
  },
60787
60793
  "locationInModule": {
60788
60794
  "filename": "src/typescript/typescript.ts",
60789
- "line": 92
60795
+ "line": 93
60790
60796
  },
60791
60797
  "name": "none",
60792
60798
  "returns": {
@@ -60811,7 +60817,7 @@
60811
60817
  "kind": "interface",
60812
60818
  "locationInModule": {
60813
60819
  "filename": "src/typescript/typescript.ts",
60814
- "line": 222
60820
+ "line": 223
60815
60821
  },
60816
60822
  "name": "TsJestOptions",
60817
60823
  "namespace": "typescript",
@@ -60825,7 +60831,7 @@
60825
60831
  "immutable": true,
60826
60832
  "locationInModule": {
60827
60833
  "filename": "src/typescript/typescript.ts",
60828
- "line": 234
60834
+ "line": 235
60829
60835
  },
60830
60836
  "name": "transformOptions",
60831
60837
  "optional": true,
@@ -60844,7 +60850,7 @@
60844
60850
  "immutable": true,
60845
60851
  "locationInModule": {
60846
60852
  "filename": "src/typescript/typescript.ts",
60847
- "line": 230
60853
+ "line": 231
60848
60854
  },
60849
60855
  "name": "transformPattern",
60850
60856
  "optional": true,
@@ -60866,7 +60872,7 @@
60866
60872
  "kind": "interface",
60867
60873
  "locationInModule": {
60868
60874
  "filename": "src/typescript/typescript.ts",
60869
- "line": 168
60875
+ "line": 169
60870
60876
  },
60871
60877
  "name": "TsJestTransformOptions",
60872
60878
  "namespace": "typescript",
@@ -60881,7 +60887,7 @@
60881
60887
  "immutable": true,
60882
60888
  "locationInModule": {
60883
60889
  "filename": "src/typescript/typescript.ts",
60884
- "line": 174
60890
+ "line": 175
60885
60891
  },
60886
60892
  "name": "astTransformers",
60887
60893
  "optional": true,
@@ -60904,7 +60910,7 @@
60904
60910
  "immutable": true,
60905
60911
  "locationInModule": {
60906
60912
  "filename": "src/typescript/typescript.ts",
60907
- "line": 180
60913
+ "line": 181
60908
60914
  },
60909
60915
  "name": "babelConfig",
60910
60916
  "optional": true,
@@ -60922,7 +60928,7 @@
60922
60928
  "immutable": true,
60923
60929
  "locationInModule": {
60924
60930
  "filename": "src/typescript/typescript.ts",
60925
- "line": 186
60931
+ "line": 187
60926
60932
  },
60927
60933
  "name": "compiler",
60928
60934
  "optional": true,
@@ -60940,7 +60946,7 @@
60940
60946
  "immutable": true,
60941
60947
  "locationInModule": {
60942
60948
  "filename": "src/typescript/typescript.ts",
60943
- "line": 192
60949
+ "line": 193
60944
60950
  },
60945
60951
  "name": "diagnostics",
60946
60952
  "optional": true,
@@ -60960,7 +60966,7 @@
60960
60966
  "immutable": true,
60961
60967
  "locationInModule": {
60962
60968
  "filename": "src/typescript/typescript.ts",
60963
- "line": 201
60969
+ "line": 202
60964
60970
  },
60965
60971
  "name": "isolatedModules",
60966
60972
  "optional": true,
@@ -60978,7 +60984,7 @@
60978
60984
  "immutable": true,
60979
60985
  "locationInModule": {
60980
60986
  "filename": "src/typescript/typescript.ts",
60981
- "line": 207
60987
+ "line": 208
60982
60988
  },
60983
60989
  "name": "stringifyContentPathRegex",
60984
60990
  "optional": true,
@@ -60996,7 +61002,7 @@
60996
61002
  "immutable": true,
60997
61003
  "locationInModule": {
60998
61004
  "filename": "src/typescript/typescript.ts",
60999
- "line": 213
61005
+ "line": 214
61000
61006
  },
61001
61007
  "name": "tsconfig",
61002
61008
  "optional": true,
@@ -61014,7 +61020,7 @@
61014
61020
  "immutable": true,
61015
61021
  "locationInModule": {
61016
61022
  "filename": "src/typescript/typescript.ts",
61017
- "line": 219
61023
+ "line": 220
61018
61024
  },
61019
61025
  "name": "useESM",
61020
61026
  "optional": true,
@@ -61035,7 +61041,7 @@
61035
61041
  "kind": "class",
61036
61042
  "locationInModule": {
61037
61043
  "filename": "src/typescript/typescript.ts",
61038
- "line": 119
61044
+ "line": 120
61039
61045
  },
61040
61046
  "methods": [
61041
61047
  {
@@ -61045,7 +61051,7 @@
61045
61051
  },
61046
61052
  "locationInModule": {
61047
61053
  "filename": "src/typescript/typescript.ts",
61048
- "line": 123
61054
+ "line": 124
61049
61055
  },
61050
61056
  "name": "auto",
61051
61057
  "returns": {
@@ -61062,7 +61068,7 @@
61062
61068
  },
61063
61069
  "locationInModule": {
61064
61070
  "filename": "src/typescript/typescript.ts",
61065
- "line": 130
61071
+ "line": 131
61066
61072
  },
61067
61073
  "name": "builtInDefaults",
61068
61074
  "returns": {
@@ -61080,7 +61086,7 @@
61080
61086
  },
61081
61087
  "locationInModule": {
61082
61088
  "filename": "src/typescript/typescript.ts",
61083
- "line": 148
61089
+ "line": 149
61084
61090
  },
61085
61091
  "name": "custom",
61086
61092
  "parameters": [
@@ -61106,7 +61112,7 @@
61106
61112
  },
61107
61113
  "locationInModule": {
61108
61114
  "filename": "src/typescript/typescript.ts",
61109
- "line": 139
61115
+ "line": 140
61110
61116
  },
61111
61117
  "name": "fromFile",
61112
61118
  "parameters": [
@@ -61146,7 +61152,7 @@
61146
61152
  },
61147
61153
  "locationInModule": {
61148
61154
  "filename": "src/typescript/typescript.ts",
61149
- "line": 796
61155
+ "line": 815
61150
61156
  },
61151
61157
  "parameters": [
61152
61158
  {
@@ -61160,7 +61166,7 @@
61160
61166
  "kind": "class",
61161
61167
  "locationInModule": {
61162
61168
  "filename": "src/typescript/typescript.ts",
61163
- "line": 795
61169
+ "line": 814
61164
61170
  },
61165
61171
  "name": "TypeScriptAppProject",
61166
61172
  "namespace": "typescript",
@@ -61180,7 +61186,7 @@
61180
61186
  },
61181
61187
  "locationInModule": {
61182
61188
  "filename": "src/typescript/typescript.ts",
61183
- "line": 403
61189
+ "line": 404
61184
61190
  },
61185
61191
  "parameters": [
61186
61192
  {
@@ -61194,7 +61200,7 @@
61194
61200
  "kind": "class",
61195
61201
  "locationInModule": {
61196
61202
  "filename": "src/typescript/typescript.ts",
61197
- "line": 813
61203
+ "line": 832
61198
61204
  },
61199
61205
  "name": "TypeScriptLibraryProject",
61200
61206
  "namespace": "typescript",
@@ -61214,7 +61220,7 @@
61214
61220
  "kind": "interface",
61215
61221
  "locationInModule": {
61216
61222
  "filename": "src/typescript/typescript.ts",
61217
- "line": 818
61223
+ "line": 837
61218
61224
  },
61219
61225
  "name": "TypeScriptLibraryProjectOptions",
61220
61226
  "namespace": "typescript",
@@ -61237,7 +61243,7 @@
61237
61243
  },
61238
61244
  "locationInModule": {
61239
61245
  "filename": "src/typescript/typescript.ts",
61240
- "line": 403
61246
+ "line": 404
61241
61247
  },
61242
61248
  "parameters": [
61243
61249
  {
@@ -61251,7 +61257,7 @@
61251
61257
  "kind": "class",
61252
61258
  "locationInModule": {
61253
61259
  "filename": "src/typescript/typescript.ts",
61254
- "line": 369
61260
+ "line": 370
61255
61261
  },
61256
61262
  "name": "TypeScriptProject",
61257
61263
  "namespace": "typescript",
@@ -61264,7 +61270,7 @@
61264
61270
  "immutable": true,
61265
61271
  "locationInModule": {
61266
61272
  "filename": "src/typescript/typescript.ts",
61267
- "line": 370
61273
+ "line": 371
61268
61274
  },
61269
61275
  "name": "DEFAULT_TS_JEST_TRANFORM_PATTERN",
61270
61276
  "static": true,
@@ -61279,7 +61285,7 @@
61279
61285
  "immutable": true,
61280
61286
  "locationInModule": {
61281
61287
  "filename": "src/typescript/typescript.ts",
61282
- "line": 373
61288
+ "line": 374
61283
61289
  },
61284
61290
  "name": "docsDirectory",
61285
61291
  "type": {
@@ -61294,7 +61300,7 @@
61294
61300
  "immutable": true,
61295
61301
  "locationInModule": {
61296
61302
  "filename": "src/typescript/typescript.ts",
61297
- "line": 391
61303
+ "line": 392
61298
61304
  },
61299
61305
  "name": "libdir",
61300
61306
  "type": {
@@ -61309,7 +61315,7 @@
61309
61315
  "immutable": true,
61310
61316
  "locationInModule": {
61311
61317
  "filename": "src/typescript/typescript.ts",
61312
- "line": 386
61318
+ "line": 387
61313
61319
  },
61314
61320
  "name": "srcdir",
61315
61321
  "type": {
@@ -61324,7 +61330,7 @@
61324
61330
  "immutable": true,
61325
61331
  "locationInModule": {
61326
61332
  "filename": "src/typescript/typescript.ts",
61327
- "line": 396
61333
+ "line": 397
61328
61334
  },
61329
61335
  "name": "testdir",
61330
61336
  "type": {
@@ -61339,7 +61345,7 @@
61339
61345
  "immutable": true,
61340
61346
  "locationInModule": {
61341
61347
  "filename": "src/typescript/typescript.ts",
61342
- "line": 381
61348
+ "line": 382
61343
61349
  },
61344
61350
  "name": "tsconfigDev",
61345
61351
  "type": {
@@ -61354,7 +61360,7 @@
61354
61360
  "immutable": true,
61355
61361
  "locationInModule": {
61356
61362
  "filename": "src/typescript/typescript.ts",
61357
- "line": 401
61363
+ "line": 402
61358
61364
  },
61359
61365
  "name": "watchTask",
61360
61366
  "type": {
@@ -61368,7 +61374,7 @@
61368
61374
  "immutable": true,
61369
61375
  "locationInModule": {
61370
61376
  "filename": "src/typescript/typescript.ts",
61371
- "line": 372
61377
+ "line": 373
61372
61378
  },
61373
61379
  "name": "docgen",
61374
61380
  "optional": true,
@@ -61383,7 +61389,7 @@
61383
61389
  "immutable": true,
61384
61390
  "locationInModule": {
61385
61391
  "filename": "src/typescript/typescript.ts",
61386
- "line": 374
61392
+ "line": 375
61387
61393
  },
61388
61394
  "name": "eslint",
61389
61395
  "optional": true,
@@ -61398,7 +61404,7 @@
61398
61404
  "immutable": true,
61399
61405
  "locationInModule": {
61400
61406
  "filename": "src/typescript/typescript.ts",
61401
- "line": 376
61407
+ "line": 377
61402
61408
  },
61403
61409
  "name": "tsconfig",
61404
61410
  "optional": true,
@@ -61413,7 +61419,7 @@
61413
61419
  "immutable": true,
61414
61420
  "locationInModule": {
61415
61421
  "filename": "src/typescript/typescript.ts",
61416
- "line": 375
61422
+ "line": 376
61417
61423
  },
61418
61424
  "name": "tsconfigEslint",
61419
61425
  "optional": true,
@@ -61437,7 +61443,7 @@
61437
61443
  "kind": "interface",
61438
61444
  "locationInModule": {
61439
61445
  "filename": "src/typescript/typescript.ts",
61440
- "line": 237
61446
+ "line": 238
61441
61447
  },
61442
61448
  "name": "TypeScriptProjectOptions",
61443
61449
  "namespace": "typescript",
@@ -61452,7 +61458,7 @@
61452
61458
  "immutable": true,
61453
61459
  "locationInModule": {
61454
61460
  "filename": "src/typescript/typescript.ts",
61455
- "line": 326
61461
+ "line": 327
61456
61462
  },
61457
61463
  "name": "disableTsconfig",
61458
61464
  "optional": true,
@@ -61470,7 +61476,7 @@
61470
61476
  "immutable": true,
61471
61477
  "locationInModule": {
61472
61478
  "filename": "src/typescript/typescript.ts",
61473
- "line": 332
61479
+ "line": 333
61474
61480
  },
61475
61481
  "name": "disableTsconfigDev",
61476
61482
  "optional": true,
@@ -61488,7 +61494,7 @@
61488
61494
  "immutable": true,
61489
61495
  "locationInModule": {
61490
61496
  "filename": "src/typescript/typescript.ts",
61491
- "line": 292
61497
+ "line": 293
61492
61498
  },
61493
61499
  "name": "docgen",
61494
61500
  "optional": true,
@@ -61506,7 +61512,7 @@
61506
61512
  "immutable": true,
61507
61513
  "locationInModule": {
61508
61514
  "filename": "src/typescript/typescript.ts",
61509
- "line": 299
61515
+ "line": 300
61510
61516
  },
61511
61517
  "name": "docsDirectory",
61512
61518
  "optional": true,
@@ -61524,7 +61530,7 @@
61524
61530
  "immutable": true,
61525
61531
  "locationInModule": {
61526
61532
  "filename": "src/typescript/typescript.ts",
61527
- "line": 344
61533
+ "line": 345
61528
61534
  },
61529
61535
  "name": "entrypointTypes",
61530
61536
  "optional": true,
@@ -61542,7 +61548,7 @@
61542
61548
  "immutable": true,
61543
61549
  "locationInModule": {
61544
61550
  "filename": "src/typescript/typescript.ts",
61545
- "line": 269
61551
+ "line": 270
61546
61552
  },
61547
61553
  "name": "eslint",
61548
61554
  "optional": true,
@@ -61560,7 +61566,7 @@
61560
61566
  "immutable": true,
61561
61567
  "locationInModule": {
61562
61568
  "filename": "src/typescript/typescript.ts",
61563
- "line": 275
61569
+ "line": 276
61564
61570
  },
61565
61571
  "name": "eslintOptions",
61566
61572
  "optional": true,
@@ -61578,7 +61584,7 @@
61578
61584
  "immutable": true,
61579
61585
  "locationInModule": {
61580
61586
  "filename": "src/typescript/typescript.ts",
61581
- "line": 243
61587
+ "line": 244
61582
61588
  },
61583
61589
  "name": "libdir",
61584
61590
  "optional": true,
@@ -61599,7 +61605,7 @@
61599
61605
  "immutable": true,
61600
61606
  "locationInModule": {
61601
61607
  "filename": "src/typescript/typescript.ts",
61602
- "line": 352
61608
+ "line": 353
61603
61609
  },
61604
61610
  "name": "projenrcTs",
61605
61611
  "optional": true,
@@ -61616,7 +61622,7 @@
61616
61622
  "immutable": true,
61617
61623
  "locationInModule": {
61618
61624
  "filename": "src/typescript/typescript.ts",
61619
- "line": 357
61625
+ "line": 358
61620
61626
  },
61621
61627
  "name": "projenrcTsOptions",
61622
61628
  "optional": true,
@@ -61634,7 +61640,7 @@
61634
61640
  "immutable": true,
61635
61641
  "locationInModule": {
61636
61642
  "filename": "src/typescript/typescript.ts",
61637
- "line": 338
61643
+ "line": 339
61638
61644
  },
61639
61645
  "name": "sampleCode",
61640
61646
  "optional": true,
@@ -61652,7 +61658,7 @@
61652
61658
  "immutable": true,
61653
61659
  "locationInModule": {
61654
61660
  "filename": "src/typescript/typescript.ts",
61655
- "line": 250
61661
+ "line": 251
61656
61662
  },
61657
61663
  "name": "srcdir",
61658
61664
  "optional": true,
@@ -61671,7 +61677,7 @@
61671
61677
  "immutable": true,
61672
61678
  "locationInModule": {
61673
61679
  "filename": "src/typescript/typescript.ts",
61674
- "line": 262
61680
+ "line": 263
61675
61681
  },
61676
61682
  "name": "testdir",
61677
61683
  "optional": true,
@@ -61689,7 +61695,7 @@
61689
61695
  "immutable": true,
61690
61696
  "locationInModule": {
61691
61697
  "filename": "src/typescript/typescript.ts",
61692
- "line": 305
61698
+ "line": 306
61693
61699
  },
61694
61700
  "name": "tsconfig",
61695
61701
  "optional": true,
@@ -61707,7 +61713,7 @@
61707
61713
  "immutable": true,
61708
61714
  "locationInModule": {
61709
61715
  "filename": "src/typescript/typescript.ts",
61710
- "line": 311
61716
+ "line": 312
61711
61717
  },
61712
61718
  "name": "tsconfigDev",
61713
61719
  "optional": true,
@@ -61725,7 +61731,7 @@
61725
61731
  "immutable": true,
61726
61732
  "locationInModule": {
61727
61733
  "filename": "src/typescript/typescript.ts",
61728
- "line": 318
61734
+ "line": 319
61729
61735
  },
61730
61736
  "name": "tsconfigDevFile",
61731
61737
  "optional": true,
@@ -61742,7 +61748,7 @@
61742
61748
  "immutable": true,
61743
61749
  "locationInModule": {
61744
61750
  "filename": "src/typescript/typescript.ts",
61745
- "line": 362
61751
+ "line": 363
61746
61752
  },
61747
61753
  "name": "tsJestOptions",
61748
61754
  "optional": true,
@@ -61761,7 +61767,7 @@
61761
61767
  "immutable": true,
61762
61768
  "locationInModule": {
61763
61769
  "filename": "src/typescript/typescript.ts",
61764
- "line": 285
61770
+ "line": 286
61765
61771
  },
61766
61772
  "name": "typescriptVersion",
61767
61773
  "optional": true,
@@ -64516,6 +64522,6 @@
64516
64522
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
64517
64523
  }
64518
64524
  },
64519
- "version": "0.87.4",
64520
- "fingerprint": "qygGVmONrdDSeS3SfoPsLCuklrlbH3IcbhSMYPnJOO8="
64525
+ "version": "0.88.1",
64526
+ "fingerprint": "kWdeoVltn1ImqRk8WNxMysGmTHYaFvcvMZPjKOBqvlA="
64521
64527
  }