projen 0.68.18 → 0.68.20

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 (134) hide show
  1. package/.jsii +288 -90
  2. package/docs/api/API.md +87 -3
  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/cli/index.js +19 -2
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/dependabot.js +1 -1
  44. package/lib/github/github-credentials.js +1 -1
  45. package/lib/github/github-project.js +1 -1
  46. package/lib/github/github.js +1 -1
  47. package/lib/github/mergify.js +1 -1
  48. package/lib/github/pr-template.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.js +1 -1
  52. package/lib/github/workflows.js +1 -1
  53. package/lib/gitlab/configuration.js +1 -1
  54. package/lib/gitlab/gitlab-configuration.js +1 -1
  55. package/lib/gitlab/nested-configuration.js +1 -1
  56. package/lib/gitpod.js +1 -1
  57. package/lib/ignore-file.js +1 -1
  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.js +1 -1
  71. package/lib/javascript/npm-config.js +1 -1
  72. package/lib/javascript/prettier.js +1 -1
  73. package/lib/javascript/projenrc.js +1 -1
  74. package/lib/javascript/typescript-config.d.ts +2 -2
  75. package/lib/javascript/typescript-config.js +6 -3
  76. package/lib/javascript/upgrade-dependencies.js +2 -2
  77. package/lib/json-patch.js +1 -1
  78. package/lib/json.js +1 -1
  79. package/lib/license.js +1 -1
  80. package/lib/logger.js +1 -1
  81. package/lib/makefile.js +1 -1
  82. package/lib/object-file.js +1 -1
  83. package/lib/project-build.js +1 -1
  84. package/lib/project.js +1 -1
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +2 -2
  87. package/lib/projenrc.js +1 -1
  88. package/lib/python/pip.js +1 -1
  89. package/lib/python/poetry.js +2 -2
  90. package/lib/python/projenrc.js +1 -1
  91. package/lib/python/pytest-sample.js +1 -1
  92. package/lib/python/pytest.js +1 -1
  93. package/lib/python/python-project.d.ts +15 -0
  94. package/lib/python/python-project.js +8 -3
  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/run-task.js +1878 -1
  106. package/lib/sample-file.js +2 -2
  107. package/lib/semver.js +1 -1
  108. package/lib/source-code.js +1 -1
  109. package/lib/task-runtime.js +1 -1
  110. package/lib/task.js +1 -1
  111. package/lib/tasks.js +1 -1
  112. package/lib/testing.js +1 -1
  113. package/lib/textfile.js +1 -1
  114. package/lib/toml.js +1 -1
  115. package/lib/typescript/index.d.ts +1 -0
  116. package/lib/typescript/index.js +2 -1
  117. package/lib/typescript/projenrc-ts.d.ts +43 -0
  118. package/lib/typescript/projenrc-ts.js +69 -0
  119. package/lib/typescript/projenrc.js +1 -1
  120. package/lib/typescript/typescript-typedoc.js +1 -1
  121. package/lib/typescript/typescript.js +3 -3
  122. package/lib/version.js +1 -1
  123. package/lib/vscode/devcontainer.js +1 -1
  124. package/lib/vscode/extensions.js +1 -1
  125. package/lib/vscode/launch-config.js +1 -1
  126. package/lib/vscode/settings.js +1 -1
  127. package/lib/vscode/vscode.js +1 -1
  128. package/lib/web/next.js +3 -3
  129. package/lib/web/postcss.js +1 -1
  130. package/lib/web/react.js +4 -4
  131. package/lib/web/tailwind.js +1 -1
  132. package/lib/xmlfile.js +1 -1
  133. package/lib/yaml.js +1 -1
  134. package/package.json +1 -1
package/.jsii CHANGED
@@ -42397,7 +42397,7 @@
42397
42397
  "kind": "interface",
42398
42398
  "locationInModule": {
42399
42399
  "filename": "src/javascript/typescript-config.ts",
42400
- "line": 122
42400
+ "line": 123
42401
42401
  },
42402
42402
  "name": "TypeScriptCompilerOptions",
42403
42403
  "namespace": "javascript",
@@ -42412,7 +42412,7 @@
42412
42412
  "immutable": true,
42413
42413
  "locationInModule": {
42414
42414
  "filename": "src/javascript/typescript-config.ts",
42415
- "line": 128
42415
+ "line": 129
42416
42416
  },
42417
42417
  "name": "allowJs",
42418
42418
  "optional": true,
@@ -42430,7 +42430,7 @@
42430
42430
  "immutable": true,
42431
42431
  "locationInModule": {
42432
42432
  "filename": "src/javascript/typescript-config.ts",
42433
- "line": 426
42433
+ "line": 427
42434
42434
  },
42435
42435
  "name": "allowSyntheticDefaultImports",
42436
42436
  "optional": true,
@@ -42448,7 +42448,7 @@
42448
42448
  "immutable": true,
42449
42449
  "locationInModule": {
42450
42450
  "filename": "src/javascript/typescript-config.ts",
42451
- "line": 136
42451
+ "line": 137
42452
42452
  },
42453
42453
  "name": "alwaysStrict",
42454
42454
  "optional": true,
@@ -42466,7 +42466,7 @@
42466
42466
  "immutable": true,
42467
42467
  "locationInModule": {
42468
42468
  "filename": "src/javascript/typescript-config.ts",
42469
- "line": 433
42469
+ "line": 434
42470
42470
  },
42471
42471
  "name": "baseUrl",
42472
42472
  "optional": true,
@@ -42483,7 +42483,7 @@
42483
42483
  "immutable": true,
42484
42484
  "locationInModule": {
42485
42485
  "filename": "src/javascript/typescript-config.ts",
42486
- "line": 148
42486
+ "line": 149
42487
42487
  },
42488
42488
  "name": "declaration",
42489
42489
  "optional": true,
@@ -42500,7 +42500,7 @@
42500
42500
  "immutable": true,
42501
42501
  "locationInModule": {
42502
42502
  "filename": "src/javascript/typescript-config.ts",
42503
- "line": 142
42503
+ "line": 143
42504
42504
  },
42505
42505
  "name": "declarationDir",
42506
42506
  "optional": true,
@@ -42518,7 +42518,7 @@
42518
42518
  "immutable": true,
42519
42519
  "locationInModule": {
42520
42520
  "filename": "src/javascript/typescript-config.ts",
42521
- "line": 272
42521
+ "line": 273
42522
42522
  },
42523
42523
  "name": "emitDeclarationOnly",
42524
42524
  "optional": true,
@@ -42538,7 +42538,7 @@
42538
42538
  "immutable": true,
42539
42539
  "locationInModule": {
42540
42540
  "filename": "src/javascript/typescript-config.ts",
42541
- "line": 175
42541
+ "line": 176
42542
42542
  },
42543
42543
  "name": "emitDecoratorMetadata",
42544
42544
  "optional": true,
@@ -42556,7 +42556,7 @@
42556
42556
  "immutable": true,
42557
42557
  "locationInModule": {
42558
42558
  "filename": "src/javascript/typescript-config.ts",
42559
- "line": 157
42559
+ "line": 158
42560
42560
  },
42561
42561
  "name": "esModuleInterop",
42562
42562
  "optional": true,
@@ -42574,7 +42574,7 @@
42574
42574
  "immutable": true,
42575
42575
  "locationInModule": {
42576
42576
  "filename": "src/javascript/typescript-config.ts",
42577
- "line": 164
42577
+ "line": 165
42578
42578
  },
42579
42579
  "name": "experimentalDecorators",
42580
42580
  "optional": true,
@@ -42592,7 +42592,7 @@
42592
42592
  "immutable": true,
42593
42593
  "locationInModule": {
42594
42594
  "filename": "src/javascript/typescript-config.ts",
42595
- "line": 182
42595
+ "line": 183
42596
42596
  },
42597
42597
  "name": "forceConsistentCasingInFileNames",
42598
42598
  "optional": true,
@@ -42611,7 +42611,7 @@
42611
42611
  "immutable": true,
42612
42612
  "locationInModule": {
42613
42613
  "filename": "src/javascript/typescript-config.ts",
42614
- "line": 190
42614
+ "line": 191
42615
42615
  },
42616
42616
  "name": "importsNotUsedAsValues",
42617
42617
  "optional": true,
@@ -42629,7 +42629,7 @@
42629
42629
  "immutable": true,
42630
42630
  "locationInModule": {
42631
42631
  "filename": "src/javascript/typescript-config.ts",
42632
- "line": 198
42632
+ "line": 199
42633
42633
  },
42634
42634
  "name": "inlineSourceMap",
42635
42635
  "optional": true,
@@ -42647,7 +42647,7 @@
42647
42647
  "immutable": true,
42648
42648
  "locationInModule": {
42649
42649
  "filename": "src/javascript/typescript-config.ts",
42650
- "line": 206
42650
+ "line": 207
42651
42651
  },
42652
42652
  "name": "inlineSources",
42653
42653
  "optional": true,
@@ -42665,7 +42665,7 @@
42665
42665
  "immutable": true,
42666
42666
  "locationInModule": {
42667
42667
  "filename": "src/javascript/typescript-config.ts",
42668
- "line": 229
42668
+ "line": 230
42669
42669
  },
42670
42670
  "name": "isolatedModules",
42671
42671
  "optional": true,
@@ -42683,7 +42683,7 @@
42683
42683
  "immutable": true,
42684
42684
  "locationInModule": {
42685
42685
  "filename": "src/javascript/typescript-config.ts",
42686
- "line": 236
42686
+ "line": 237
42687
42687
  },
42688
42688
  "name": "jsx",
42689
42689
  "optional": true,
@@ -42702,7 +42702,7 @@
42702
42702
  "immutable": true,
42703
42703
  "locationInModule": {
42704
42704
  "filename": "src/javascript/typescript-config.ts",
42705
- "line": 243
42705
+ "line": 244
42706
42706
  },
42707
42707
  "name": "lib",
42708
42708
  "optional": true,
@@ -42726,7 +42726,7 @@
42726
42726
  "immutable": true,
42727
42727
  "locationInModule": {
42728
42728
  "filename": "src/javascript/typescript-config.ts",
42729
- "line": 251
42729
+ "line": 252
42730
42730
  },
42731
42731
  "name": "module",
42732
42732
  "optional": true,
@@ -42745,7 +42745,7 @@
42745
42745
  "immutable": true,
42746
42746
  "locationInModule": {
42747
42747
  "filename": "src/javascript/typescript-config.ts",
42748
- "line": 258
42748
+ "line": 259
42749
42749
  },
42750
42750
  "name": "moduleResolution",
42751
42751
  "optional": true,
@@ -42763,7 +42763,7 @@
42763
42763
  "immutable": true,
42764
42764
  "locationInModule": {
42765
42765
  "filename": "src/javascript/typescript-config.ts",
42766
- "line": 265
42766
+ "line": 266
42767
42767
  },
42768
42768
  "name": "noEmit",
42769
42769
  "optional": true,
@@ -42781,7 +42781,7 @@
42781
42781
  "immutable": true,
42782
42782
  "locationInModule": {
42783
42783
  "filename": "src/javascript/typescript-config.ts",
42784
- "line": 280
42784
+ "line": 281
42785
42785
  },
42786
42786
  "name": "noEmitOnError",
42787
42787
  "optional": true,
@@ -42800,7 +42800,7 @@
42800
42800
  "immutable": true,
42801
42801
  "locationInModule": {
42802
42802
  "filename": "src/javascript/typescript-config.ts",
42803
- "line": 289
42803
+ "line": 290
42804
42804
  },
42805
42805
  "name": "noFallthroughCasesInSwitch",
42806
42806
  "optional": true,
@@ -42818,7 +42818,7 @@
42818
42818
  "immutable": true,
42819
42819
  "locationInModule": {
42820
42820
  "filename": "src/javascript/typescript-config.ts",
42821
- "line": 297
42821
+ "line": 298
42822
42822
  },
42823
42823
  "name": "noImplicitAny",
42824
42824
  "optional": true,
@@ -42837,7 +42837,7 @@
42837
42837
  "immutable": true,
42838
42838
  "locationInModule": {
42839
42839
  "filename": "src/javascript/typescript-config.ts",
42840
- "line": 308
42840
+ "line": 309
42841
42841
  },
42842
42842
  "name": "noImplicitOverride",
42843
42843
  "optional": true,
@@ -42855,7 +42855,7 @@
42855
42855
  "immutable": true,
42856
42856
  "locationInModule": {
42857
42857
  "filename": "src/javascript/typescript-config.ts",
42858
- "line": 316
42858
+ "line": 317
42859
42859
  },
42860
42860
  "name": "noImplicitReturns",
42861
42861
  "optional": true,
@@ -42873,7 +42873,7 @@
42873
42873
  "immutable": true,
42874
42874
  "locationInModule": {
42875
42875
  "filename": "src/javascript/typescript-config.ts",
42876
- "line": 322
42876
+ "line": 323
42877
42877
  },
42878
42878
  "name": "noImplicitThis",
42879
42879
  "optional": true,
@@ -42891,7 +42891,7 @@
42891
42891
  "immutable": true,
42892
42892
  "locationInModule": {
42893
42893
  "filename": "src/javascript/typescript-config.ts",
42894
- "line": 329
42894
+ "line": 330
42895
42895
  },
42896
42896
  "name": "noPropertyAccessFromIndexSignature",
42897
42897
  "optional": true,
@@ -42909,7 +42909,7 @@
42909
42909
  "immutable": true,
42910
42910
  "locationInModule": {
42911
42911
  "filename": "src/javascript/typescript-config.ts",
42912
- "line": 336
42912
+ "line": 337
42913
42913
  },
42914
42914
  "name": "noUncheckedIndexedAccess",
42915
42915
  "optional": true,
@@ -42927,7 +42927,7 @@
42927
42927
  "immutable": true,
42928
42928
  "locationInModule": {
42929
42929
  "filename": "src/javascript/typescript-config.ts",
42930
- "line": 343
42930
+ "line": 344
42931
42931
  },
42932
42932
  "name": "noUnusedLocals",
42933
42933
  "optional": true,
@@ -42945,7 +42945,7 @@
42945
42945
  "immutable": true,
42946
42946
  "locationInModule": {
42947
42947
  "filename": "src/javascript/typescript-config.ts",
42948
- "line": 350
42948
+ "line": 351
42949
42949
  },
42950
42950
  "name": "noUnusedParameters",
42951
42951
  "optional": true,
@@ -42962,7 +42962,7 @@
42962
42962
  "immutable": true,
42963
42963
  "locationInModule": {
42964
42964
  "filename": "src/javascript/typescript-config.ts",
42965
- "line": 414
42965
+ "line": 415
42966
42966
  },
42967
42967
  "name": "outDir",
42968
42968
  "optional": true,
@@ -42980,7 +42980,7 @@
42980
42980
  "immutable": true,
42981
42981
  "locationInModule": {
42982
42982
  "filename": "src/javascript/typescript-config.ts",
42983
- "line": 440
42983
+ "line": 441
42984
42984
  },
42985
42985
  "name": "paths",
42986
42986
  "optional": true,
@@ -43008,7 +43008,7 @@
43008
43008
  "immutable": true,
43009
43009
  "locationInModule": {
43010
43010
  "filename": "src/javascript/typescript-config.ts",
43011
- "line": 358
43011
+ "line": 359
43012
43012
  },
43013
43013
  "name": "resolveJsonModule",
43014
43014
  "optional": true,
@@ -43026,7 +43026,7 @@
43026
43026
  "immutable": true,
43027
43027
  "locationInModule": {
43028
43028
  "filename": "src/javascript/typescript-config.ts",
43029
- "line": 421
43029
+ "line": 422
43030
43030
  },
43031
43031
  "name": "rootDir",
43032
43032
  "optional": true,
@@ -43044,7 +43044,7 @@
43044
43044
  "immutable": true,
43045
43045
  "locationInModule": {
43046
43046
  "filename": "src/javascript/typescript-config.ts",
43047
- "line": 365
43047
+ "line": 366
43048
43048
  },
43049
43049
  "name": "skipLibCheck",
43050
43050
  "optional": true,
@@ -43062,7 +43062,7 @@
43062
43062
  "immutable": true,
43063
43063
  "locationInModule": {
43064
43064
  "filename": "src/javascript/typescript-config.ts",
43065
- "line": 213
43065
+ "line": 214
43066
43066
  },
43067
43067
  "name": "sourceMap",
43068
43068
  "optional": true,
@@ -43080,7 +43080,7 @@
43080
43080
  "immutable": true,
43081
43081
  "locationInModule": {
43082
43082
  "filename": "src/javascript/typescript-config.ts",
43083
- "line": 221
43083
+ "line": 222
43084
43084
  },
43085
43085
  "name": "sourceRoot",
43086
43086
  "optional": true,
@@ -43099,7 +43099,7 @@
43099
43099
  "immutable": true,
43100
43100
  "locationInModule": {
43101
43101
  "filename": "src/javascript/typescript-config.ts",
43102
- "line": 375
43102
+ "line": 376
43103
43103
  },
43104
43104
  "name": "strict",
43105
43105
  "optional": true,
@@ -43118,7 +43118,7 @@
43118
43118
  "immutable": true,
43119
43119
  "locationInModule": {
43120
43120
  "filename": "src/javascript/typescript-config.ts",
43121
- "line": 385
43121
+ "line": 386
43122
43122
  },
43123
43123
  "name": "strictNullChecks",
43124
43124
  "optional": true,
@@ -43136,7 +43136,7 @@
43136
43136
  "immutable": true,
43137
43137
  "locationInModule": {
43138
43138
  "filename": "src/javascript/typescript-config.ts",
43139
- "line": 393
43139
+ "line": 394
43140
43140
  },
43141
43141
  "name": "strictPropertyInitialization",
43142
43142
  "optional": true,
@@ -43154,7 +43154,7 @@
43154
43154
  "immutable": true,
43155
43155
  "locationInModule": {
43156
43156
  "filename": "src/javascript/typescript-config.ts",
43157
- "line": 400
43157
+ "line": 401
43158
43158
  },
43159
43159
  "name": "stripInternal",
43160
43160
  "optional": true,
@@ -43173,7 +43173,7 @@
43173
43173
  "immutable": true,
43174
43174
  "locationInModule": {
43175
43175
  "filename": "src/javascript/typescript-config.ts",
43176
- "line": 409
43176
+ "line": 410
43177
43177
  },
43178
43178
  "name": "target",
43179
43179
  "optional": true,
@@ -43195,7 +43195,7 @@
43195
43195
  "kind": "enum",
43196
43196
  "locationInModule": {
43197
43197
  "filename": "src/javascript/typescript-config.ts",
43198
- "line": 70
43198
+ "line": 71
43199
43199
  },
43200
43200
  "members": [
43201
43201
  {
@@ -43237,7 +43237,7 @@
43237
43237
  "kind": "enum",
43238
43238
  "locationInModule": {
43239
43239
  "filename": "src/javascript/typescript-config.ts",
43240
- "line": 93
43240
+ "line": 94
43241
43241
  },
43242
43242
  "members": [
43243
43243
  {
@@ -43292,7 +43292,7 @@
43292
43292
  "kind": "enum",
43293
43293
  "locationInModule": {
43294
43294
  "filename": "src/javascript/typescript-config.ts",
43295
- "line": 35
43295
+ "line": 36
43296
43296
  },
43297
43297
  "members": [
43298
43298
  {
@@ -43345,13 +43345,13 @@
43345
43345
  },
43346
43346
  "locationInModule": {
43347
43347
  "filename": "src/javascript/typescript-config.ts",
43348
- "line": 450
43348
+ "line": 451
43349
43349
  },
43350
43350
  "parameters": [
43351
43351
  {
43352
43352
  "name": "project",
43353
43353
  "type": {
43354
- "fqn": "projen.javascript.NodeProject"
43354
+ "fqn": "projen.Project"
43355
43355
  }
43356
43356
  },
43357
43357
  {
@@ -43365,7 +43365,7 @@
43365
43365
  "kind": "class",
43366
43366
  "locationInModule": {
43367
43367
  "filename": "src/javascript/typescript-config.ts",
43368
- "line": 443
43368
+ "line": 444
43369
43369
  },
43370
43370
  "methods": [
43371
43371
  {
@@ -43374,7 +43374,7 @@
43374
43374
  },
43375
43375
  "locationInModule": {
43376
43376
  "filename": "src/javascript/typescript-config.ts",
43377
- "line": 476
43377
+ "line": 479
43378
43378
  },
43379
43379
  "name": "addExclude",
43380
43380
  "parameters": [
@@ -43392,7 +43392,7 @@
43392
43392
  },
43393
43393
  "locationInModule": {
43394
43394
  "filename": "src/javascript/typescript-config.ts",
43395
- "line": 472
43395
+ "line": 475
43396
43396
  },
43397
43397
  "name": "addInclude",
43398
43398
  "parameters": [
@@ -43415,7 +43415,7 @@
43415
43415
  "immutable": true,
43416
43416
  "locationInModule": {
43417
43417
  "filename": "src/javascript/typescript-config.ts",
43418
- "line": 444
43418
+ "line": 445
43419
43419
  },
43420
43420
  "name": "compilerOptions",
43421
43421
  "type": {
@@ -43429,7 +43429,7 @@
43429
43429
  "immutable": true,
43430
43430
  "locationInModule": {
43431
43431
  "filename": "src/javascript/typescript-config.ts",
43432
- "line": 446
43432
+ "line": 447
43433
43433
  },
43434
43434
  "name": "exclude",
43435
43435
  "type": {
@@ -43448,7 +43448,7 @@
43448
43448
  "immutable": true,
43449
43449
  "locationInModule": {
43450
43450
  "filename": "src/javascript/typescript-config.ts",
43451
- "line": 448
43451
+ "line": 449
43452
43452
  },
43453
43453
  "name": "file",
43454
43454
  "type": {
@@ -43462,7 +43462,7 @@
43462
43462
  "immutable": true,
43463
43463
  "locationInModule": {
43464
43464
  "filename": "src/javascript/typescript-config.ts",
43465
- "line": 447
43465
+ "line": 448
43466
43466
  },
43467
43467
  "name": "fileName",
43468
43468
  "type": {
@@ -43476,7 +43476,7 @@
43476
43476
  "immutable": true,
43477
43477
  "locationInModule": {
43478
43478
  "filename": "src/javascript/typescript-config.ts",
43479
- "line": 445
43479
+ "line": 446
43480
43480
  },
43481
43481
  "name": "include",
43482
43482
  "type": {
@@ -43501,7 +43501,7 @@
43501
43501
  "kind": "interface",
43502
43502
  "locationInModule": {
43503
43503
  "filename": "src/javascript/typescript-config.ts",
43504
- "line": 5
43504
+ "line": 6
43505
43505
  },
43506
43506
  "name": "TypescriptConfigOptions",
43507
43507
  "namespace": "javascript",
@@ -43515,7 +43515,7 @@
43515
43515
  "immutable": true,
43516
43516
  "locationInModule": {
43517
43517
  "filename": "src/javascript/typescript-config.ts",
43518
- "line": 27
43518
+ "line": 28
43519
43519
  },
43520
43520
  "name": "compilerOptions",
43521
43521
  "type": {
@@ -43532,7 +43532,7 @@
43532
43532
  "immutable": true,
43533
43533
  "locationInModule": {
43534
43534
  "filename": "src/javascript/typescript-config.ts",
43535
- "line": 22
43535
+ "line": 23
43536
43536
  },
43537
43537
  "name": "exclude",
43538
43538
  "optional": true,
@@ -43554,7 +43554,7 @@
43554
43554
  "immutable": true,
43555
43555
  "locationInModule": {
43556
43556
  "filename": "src/javascript/typescript-config.ts",
43557
- "line": 9
43557
+ "line": 10
43558
43558
  },
43559
43559
  "name": "fileName",
43560
43560
  "optional": true,
@@ -43572,7 +43572,7 @@
43572
43572
  "immutable": true,
43573
43573
  "locationInModule": {
43574
43574
  "filename": "src/javascript/typescript-config.ts",
43575
- "line": 15
43575
+ "line": 16
43576
43576
  },
43577
43577
  "name": "include",
43578
43578
  "optional": true,
@@ -45880,7 +45880,7 @@
45880
45880
  },
45881
45881
  "locationInModule": {
45882
45882
  "filename": "src/python/python-project.ts",
45883
- "line": 204
45883
+ "line": 221
45884
45884
  },
45885
45885
  "parameters": [
45886
45886
  {
@@ -45894,7 +45894,7 @@
45894
45894
  "kind": "class",
45895
45895
  "locationInModule": {
45896
45896
  "filename": "src/python/python-project.ts",
45897
- "line": 172
45897
+ "line": 189
45898
45898
  },
45899
45899
  "methods": [
45900
45900
  {
@@ -45904,7 +45904,7 @@
45904
45904
  },
45905
45905
  "locationInModule": {
45906
45906
  "filename": "src/python/python-project.ts",
45907
- "line": 502
45907
+ "line": 524
45908
45908
  },
45909
45909
  "name": "addDependency",
45910
45910
  "parameters": [
@@ -45926,7 +45926,7 @@
45926
45926
  },
45927
45927
  "locationInModule": {
45928
45928
  "filename": "src/python/python-project.ts",
45929
- "line": 511
45929
+ "line": 533
45930
45930
  },
45931
45931
  "name": "addDevDependency",
45932
45932
  "parameters": [
@@ -45949,7 +45949,7 @@
45949
45949
  },
45950
45950
  "locationInModule": {
45951
45951
  "filename": "src/python/python-project.ts",
45952
- "line": 515
45952
+ "line": 537
45953
45953
  },
45954
45954
  "name": "postSynthesize",
45955
45955
  "overrides": "projen.Project"
@@ -45966,7 +45966,7 @@
45966
45966
  "immutable": true,
45967
45967
  "locationInModule": {
45968
45968
  "filename": "src/python/python-project.ts",
45969
- "line": 187
45969
+ "line": 204
45970
45970
  },
45971
45971
  "name": "depsManager",
45972
45972
  "type": {
@@ -45981,7 +45981,7 @@
45981
45981
  "immutable": true,
45982
45982
  "locationInModule": {
45983
45983
  "filename": "src/python/python-project.ts",
45984
- "line": 192
45984
+ "line": 209
45985
45985
  },
45986
45986
  "name": "envManager",
45987
45987
  "type": {
@@ -45996,7 +45996,7 @@
45996
45996
  "immutable": true,
45997
45997
  "locationInModule": {
45998
45998
  "filename": "src/python/python-project.ts",
45999
- "line": 177
45999
+ "line": 194
46000
46000
  },
46001
46001
  "name": "moduleName",
46002
46002
  "type": {
@@ -46011,7 +46011,7 @@
46011
46011
  "immutable": true,
46012
46012
  "locationInModule": {
46013
46013
  "filename": "src/python/python-project.ts",
46014
- "line": 182
46014
+ "line": 199
46015
46015
  },
46016
46016
  "name": "version",
46017
46017
  "type": {
@@ -46027,7 +46027,7 @@
46027
46027
  "immutable": true,
46028
46028
  "locationInModule": {
46029
46029
  "filename": "src/python/python-project.ts",
46030
- "line": 197
46030
+ "line": 214
46031
46031
  },
46032
46032
  "name": "packagingManager",
46033
46033
  "optional": true,
@@ -46042,7 +46042,7 @@
46042
46042
  },
46043
46043
  "locationInModule": {
46044
46044
  "filename": "src/python/python-project.ts",
46045
- "line": 202
46045
+ "line": 219
46046
46046
  },
46047
46047
  "name": "pytest",
46048
46048
  "optional": true,
@@ -46068,7 +46068,7 @@
46068
46068
  "kind": "interface",
46069
46069
  "locationInModule": {
46070
46070
  "filename": "src/python/python-project.ts",
46071
- "line": 29
46071
+ "line": 30
46072
46072
  },
46073
46073
  "name": "PythonProjectOptions",
46074
46074
  "namespace": "python",
@@ -46084,7 +46084,7 @@
46084
46084
  "immutable": true,
46085
46085
  "locationInModule": {
46086
46086
  "filename": "src/python/python-project.ts",
46087
- "line": 41
46087
+ "line": 42
46088
46088
  },
46089
46089
  "name": "moduleName",
46090
46090
  "type": {
@@ -46105,7 +46105,7 @@
46105
46105
  "immutable": true,
46106
46106
  "locationInModule": {
46107
46107
  "filename": "src/python/python-project.ts",
46108
- "line": 55
46108
+ "line": 56
46109
46109
  },
46110
46110
  "name": "deps",
46111
46111
  "optional": true,
@@ -46132,7 +46132,7 @@
46132
46132
  "immutable": true,
46133
46133
  "locationInModule": {
46134
46134
  "filename": "src/python/python-project.ts",
46135
- "line": 67
46135
+ "line": 68
46136
46136
  },
46137
46137
  "name": "devDeps",
46138
46138
  "optional": true,
@@ -46158,7 +46158,7 @@
46158
46158
  "immutable": true,
46159
46159
  "locationInModule": {
46160
46160
  "filename": "src/python/python-project.ts",
46161
- "line": 77
46161
+ "line": 78
46162
46162
  },
46163
46163
  "name": "pip",
46164
46164
  "optional": true,
@@ -46180,7 +46180,7 @@
46180
46180
  "immutable": true,
46181
46181
  "locationInModule": {
46182
46182
  "filename": "src/python/python-project.ts",
46183
- "line": 111
46183
+ "line": 112
46184
46184
  },
46185
46185
  "name": "poetry",
46186
46186
  "optional": true,
@@ -46199,7 +46199,7 @@
46199
46199
  "immutable": true,
46200
46200
  "locationInModule": {
46201
46201
  "filename": "src/python/python-project.ts",
46202
- "line": 158
46202
+ "line": 159
46203
46203
  },
46204
46204
  "name": "projenrcJs",
46205
46205
  "optional": true,
@@ -46217,7 +46217,7 @@
46217
46217
  "immutable": true,
46218
46218
  "locationInModule": {
46219
46219
  "filename": "src/python/python-project.ts",
46220
- "line": 164
46220
+ "line": 165
46221
46221
  },
46222
46222
  "name": "projenrcJsOptions",
46223
46223
  "optional": true,
@@ -46236,7 +46236,7 @@
46236
46236
  "immutable": true,
46237
46237
  "locationInModule": {
46238
46238
  "filename": "src/python/python-project.ts",
46239
- "line": 142
46239
+ "line": 143
46240
46240
  },
46241
46241
  "name": "projenrcPython",
46242
46242
  "optional": true,
@@ -46254,7 +46254,7 @@
46254
46254
  "immutable": true,
46255
46255
  "locationInModule": {
46256
46256
  "filename": "src/python/python-project.ts",
46257
- "line": 148
46257
+ "line": 149
46258
46258
  },
46259
46259
  "name": "projenrcPythonOptions",
46260
46260
  "optional": true,
@@ -46262,6 +46262,43 @@
46262
46262
  "fqn": "projen.python.ProjenrcOptions"
46263
46263
  }
46264
46264
  },
46265
+ {
46266
+ "abstract": true,
46267
+ "docs": {
46268
+ "default": "false",
46269
+ "remarks": "This will create a `tsconfig.json` file and use `ts-node` in the\ndefault task to parse the project configuration file.",
46270
+ "stability": "experimental",
46271
+ "summary": "Use projenrc in TypeScript."
46272
+ },
46273
+ "immutable": true,
46274
+ "locationInModule": {
46275
+ "filename": "src/python/python-project.ts",
46276
+ "line": 175
46277
+ },
46278
+ "name": "projenrcTs",
46279
+ "optional": true,
46280
+ "type": {
46281
+ "primitive": "boolean"
46282
+ }
46283
+ },
46284
+ {
46285
+ "abstract": true,
46286
+ "docs": {
46287
+ "default": "- default options",
46288
+ "stability": "experimental",
46289
+ "summary": "Options related to projenrc in TypeScript."
46290
+ },
46291
+ "immutable": true,
46292
+ "locationInModule": {
46293
+ "filename": "src/python/python-project.ts",
46294
+ "line": 181
46295
+ },
46296
+ "name": "projenrcTsOptions",
46297
+ "optional": true,
46298
+ "type": {
46299
+ "fqn": "projen.typescript.ProjenrcTsOptions"
46300
+ }
46301
+ },
46265
46302
  {
46266
46303
  "abstract": true,
46267
46304
  "docs": {
@@ -46275,7 +46312,7 @@
46275
46312
  "immutable": true,
46276
46313
  "locationInModule": {
46277
46314
  "filename": "src/python/python-project.ts",
46278
- "line": 120
46315
+ "line": 121
46279
46316
  },
46280
46317
  "name": "pytest",
46281
46318
  "optional": true,
@@ -46293,7 +46330,7 @@
46293
46330
  "immutable": true,
46294
46331
  "locationInModule": {
46295
46332
  "filename": "src/python/python-project.ts",
46296
- "line": 126
46333
+ "line": 127
46297
46334
  },
46298
46335
  "name": "pytestOptions",
46299
46336
  "optional": true,
@@ -46311,7 +46348,7 @@
46311
46348
  "immutable": true,
46312
46349
  "locationInModule": {
46313
46350
  "filename": "src/python/python-project.ts",
46314
- "line": 132
46351
+ "line": 133
46315
46352
  },
46316
46353
  "name": "sample",
46317
46354
  "optional": true,
@@ -46332,7 +46369,7 @@
46332
46369
  "immutable": true,
46333
46370
  "locationInModule": {
46334
46371
  "filename": "src/python/python-project.ts",
46335
- "line": 99
46372
+ "line": 100
46336
46373
  },
46337
46374
  "name": "setuptools",
46338
46375
  "optional": true,
@@ -46353,7 +46390,7 @@
46353
46390
  "immutable": true,
46354
46391
  "locationInModule": {
46355
46392
  "filename": "src/python/python-project.ts",
46356
- "line": 85
46393
+ "line": 86
46357
46394
  },
46358
46395
  "name": "venv",
46359
46396
  "optional": true,
@@ -46371,7 +46408,7 @@
46371
46408
  "immutable": true,
46372
46409
  "locationInModule": {
46373
46410
  "filename": "src/python/python-project.ts",
46374
- "line": 91
46411
+ "line": 92
46375
46412
  },
46376
46413
  "name": "venvOptions",
46377
46414
  "optional": true,
@@ -49928,6 +49965,167 @@
49928
49965
  ],
49929
49966
  "symbolId": "src/typescript/projenrc:ProjenrcOptions"
49930
49967
  },
49968
+ "projen.typescript.ProjenrcTs": {
49969
+ "assembly": "projen",
49970
+ "base": "projen.ProjenrcFile",
49971
+ "docs": {
49972
+ "remarks": "This component can be instantiated in any type of project\nand has no expectations around the project's main language.\n\nRequires that `npx` is available.",
49973
+ "stability": "experimental",
49974
+ "summary": "A projenrc file written in TypeScript."
49975
+ },
49976
+ "fqn": "projen.typescript.ProjenrcTs",
49977
+ "initializer": {
49978
+ "docs": {
49979
+ "stability": "experimental"
49980
+ },
49981
+ "locationInModule": {
49982
+ "filename": "src/typescript/projenrc-ts.ts",
49983
+ "line": 48
49984
+ },
49985
+ "parameters": [
49986
+ {
49987
+ "name": "project",
49988
+ "type": {
49989
+ "fqn": "projen.Project"
49990
+ }
49991
+ },
49992
+ {
49993
+ "name": "options",
49994
+ "optional": true,
49995
+ "type": {
49996
+ "fqn": "projen.typescript.ProjenrcTsOptions"
49997
+ }
49998
+ }
49999
+ ]
50000
+ },
50001
+ "kind": "class",
50002
+ "locationInModule": {
50003
+ "filename": "src/typescript/projenrc-ts.ts",
50004
+ "line": 40
50005
+ },
50006
+ "methods": [
50007
+ {
50008
+ "docs": {
50009
+ "stability": "experimental",
50010
+ "summary": "Called before synthesis."
50011
+ },
50012
+ "locationInModule": {
50013
+ "filename": "src/typescript/projenrc-ts.ts",
50014
+ "line": 68
50015
+ },
50016
+ "name": "preSynthesize",
50017
+ "overrides": "projen.Component"
50018
+ }
50019
+ ],
50020
+ "name": "ProjenrcTs",
50021
+ "namespace": "typescript",
50022
+ "properties": [
50023
+ {
50024
+ "docs": {
50025
+ "stability": "experimental",
50026
+ "summary": "The path of the projenrc file."
50027
+ },
50028
+ "immutable": true,
50029
+ "locationInModule": {
50030
+ "filename": "src/typescript/projenrc-ts.ts",
50031
+ "line": 45
50032
+ },
50033
+ "name": "filePath",
50034
+ "overrides": "projen.ProjenrcFile",
50035
+ "type": {
50036
+ "primitive": "string"
50037
+ }
50038
+ },
50039
+ {
50040
+ "docs": {
50041
+ "stability": "experimental",
50042
+ "summary": "TypeScript configuration file used to compile projen source files."
50043
+ },
50044
+ "immutable": true,
50045
+ "locationInModule": {
50046
+ "filename": "src/typescript/projenrc-ts.ts",
50047
+ "line": 44
50048
+ },
50049
+ "name": "tsconfig",
50050
+ "type": {
50051
+ "fqn": "projen.javascript.TypescriptConfig"
50052
+ }
50053
+ }
50054
+ ],
50055
+ "symbolId": "src/typescript/projenrc-ts:ProjenrcTs"
50056
+ },
50057
+ "projen.typescript.ProjenrcTsOptions": {
50058
+ "assembly": "projen",
50059
+ "datatype": true,
50060
+ "docs": {
50061
+ "stability": "experimental"
50062
+ },
50063
+ "fqn": "projen.typescript.ProjenrcTsOptions",
50064
+ "kind": "interface",
50065
+ "locationInModule": {
50066
+ "filename": "src/typescript/projenrc-ts.ts",
50067
+ "line": 8
50068
+ },
50069
+ "name": "ProjenrcTsOptions",
50070
+ "namespace": "typescript",
50071
+ "properties": [
50072
+ {
50073
+ "abstract": true,
50074
+ "docs": {
50075
+ "default": "\".projenrc.ts\"",
50076
+ "stability": "experimental",
50077
+ "summary": "The name of the projenrc file."
50078
+ },
50079
+ "immutable": true,
50080
+ "locationInModule": {
50081
+ "filename": "src/typescript/projenrc-ts.ts",
50082
+ "line": 13
50083
+ },
50084
+ "name": "filename",
50085
+ "optional": true,
50086
+ "type": {
50087
+ "primitive": "string"
50088
+ }
50089
+ },
50090
+ {
50091
+ "abstract": true,
50092
+ "docs": {
50093
+ "default": "\"projenrc\"",
50094
+ "stability": "experimental",
50095
+ "summary": "A directory tree that may contain *.ts files that can be referenced from your projenrc typescript file."
50096
+ },
50097
+ "immutable": true,
50098
+ "locationInModule": {
50099
+ "filename": "src/typescript/projenrc-ts.ts",
50100
+ "line": 21
50101
+ },
50102
+ "name": "projenCodeDir",
50103
+ "optional": true,
50104
+ "type": {
50105
+ "primitive": "string"
50106
+ }
50107
+ },
50108
+ {
50109
+ "abstract": true,
50110
+ "docs": {
50111
+ "default": "\"tsconfig.projen.json\"",
50112
+ "stability": "experimental",
50113
+ "summary": "The name of the tsconfig file that will be used by ts-node when compiling projen source files."
50114
+ },
50115
+ "immutable": true,
50116
+ "locationInModule": {
50117
+ "filename": "src/typescript/projenrc-ts.ts",
50118
+ "line": 29
50119
+ },
50120
+ "name": "tsconfigFileName",
50121
+ "optional": true,
50122
+ "type": {
50123
+ "primitive": "string"
50124
+ }
50125
+ }
50126
+ ],
50127
+ "symbolId": "src/typescript/projenrc-ts:ProjenrcTsOptions"
50128
+ },
49931
50129
  "projen.typescript.TypeScriptAppProject": {
49932
50130
  "assembly": "projen",
49933
50131
  "base": "projen.typescript.TypeScriptProject",
@@ -52767,6 +52965,6 @@
52767
52965
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52768
52966
  }
52769
52967
  },
52770
- "version": "0.68.18",
52771
- "fingerprint": "pnXVIUBHhD+RXll042ATNnzC36Vjz+PG4tuLjeY8BiE="
52968
+ "version": "0.68.20",
52969
+ "fingerprint": "Uqc0njgKj1ETo3ogFkf+x3BTQVr2Rgos3LK1ilZ5tI0="
52772
52970
  }