projen 0.67.87 → 0.68.0

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 (127) hide show
  1. package/.jsii +39 -39
  2. package/docs/api/API.md +44 -44
  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 +2 -1
  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.d.ts +1 -1
  46. package/lib/github/github-project.js +3 -3
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/mergify.js +1 -1
  49. package/lib/github/pr-template.js +1 -1
  50. package/lib/github/pull-request-lint.js +1 -1
  51. package/lib/github/stale.js +1 -1
  52. package/lib/github/task-workflow.js +1 -1
  53. package/lib/github/workflows.js +1 -1
  54. package/lib/gitlab/configuration.js +1 -1
  55. package/lib/gitlab/gitlab-configuration.js +1 -1
  56. package/lib/gitlab/nested-configuration.js +1 -1
  57. package/lib/gitpod.js +1 -1
  58. package/lib/ignore-file.js +1 -1
  59. package/lib/ini.js +1 -1
  60. package/lib/java/java-project.js +4 -3
  61. package/lib/java/junit.js +1 -1
  62. package/lib/java/maven-compile.js +1 -1
  63. package/lib/java/maven-packaging.js +1 -1
  64. package/lib/java/maven-sample.js +1 -1
  65. package/lib/java/pom.js +1 -1
  66. package/lib/java/projenrc.js +1 -1
  67. package/lib/javascript/bundler.js +1 -1
  68. package/lib/javascript/eslint.js +1 -1
  69. package/lib/javascript/jest.js +1 -1
  70. package/lib/javascript/node-package.js +1 -1
  71. package/lib/javascript/node-project.js +3 -3
  72. package/lib/javascript/npm-config.js +1 -1
  73. package/lib/javascript/prettier.js +1 -1
  74. package/lib/javascript/projenrc.js +1 -1
  75. package/lib/javascript/typescript-config.js +1 -1
  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 +19 -10
  85. package/lib/projects.js +1 -1
  86. package/lib/projenrc-json.js +1 -1
  87. package/lib/python/pip.js +1 -1
  88. package/lib/python/poetry.js +2 -2
  89. package/lib/python/projenrc.js +1 -1
  90. package/lib/python/pytest-sample.js +1 -1
  91. package/lib/python/pytest.js +1 -1
  92. package/lib/python/python-project.js +10 -8
  93. package/lib/python/python-sample.js +1 -1
  94. package/lib/python/requirements-file.js +1 -1
  95. package/lib/python/setuppy.js +1 -1
  96. package/lib/python/setuptools.js +1 -1
  97. package/lib/python/venv.js +1 -1
  98. package/lib/readme.js +1 -1
  99. package/lib/release/publisher.js +1 -1
  100. package/lib/release/release-trigger.js +1 -1
  101. package/lib/release/release.js +1 -1
  102. package/lib/renovatebot.js +1 -1
  103. package/lib/sample-file.js +2 -2
  104. package/lib/semver.js +1 -1
  105. package/lib/source-code.js +1 -1
  106. package/lib/task-runtime.js +1 -1
  107. package/lib/task.js +1 -1
  108. package/lib/tasks.js +1 -1
  109. package/lib/testing.js +1 -1
  110. package/lib/textfile.js +1 -1
  111. package/lib/toml.js +1 -1
  112. package/lib/typescript/projenrc.js +1 -1
  113. package/lib/typescript/typescript-typedoc.js +1 -1
  114. package/lib/typescript/typescript.js +5 -5
  115. package/lib/version.js +1 -1
  116. package/lib/vscode/devcontainer.js +1 -1
  117. package/lib/vscode/extensions.js +1 -1
  118. package/lib/vscode/launch-config.js +1 -1
  119. package/lib/vscode/settings.js +1 -1
  120. package/lib/vscode/vscode.js +1 -1
  121. package/lib/web/next.js +3 -3
  122. package/lib/web/postcss.js +1 -1
  123. package/lib/web/react.js +4 -4
  124. package/lib/web/tailwind.js +1 -1
  125. package/lib/xmlfile.js +1 -1
  126. package/lib/yaml.js +1 -1
  127. package/package.json +1 -1
package/.jsii CHANGED
@@ -4709,7 +4709,7 @@
4709
4709
  "kind": "interface",
4710
4710
  "locationInModule": {
4711
4711
  "filename": "src/project.ts",
4712
- "line": 711
4712
+ "line": 723
4713
4713
  },
4714
4714
  "name": "InitProject",
4715
4715
  "properties": [
@@ -4722,7 +4722,7 @@
4722
4722
  "immutable": true,
4723
4723
  "locationInModule": {
4724
4724
  "filename": "src/project.ts",
4725
- "line": 720
4725
+ "line": 732
4726
4726
  },
4727
4727
  "name": "args",
4728
4728
  "type": {
@@ -4745,7 +4745,7 @@
4745
4745
  "immutable": true,
4746
4746
  "locationInModule": {
4747
4747
  "filename": "src/project.ts",
4748
- "line": 731
4748
+ "line": 743
4749
4749
  },
4750
4750
  "name": "comments",
4751
4751
  "type": {
@@ -4761,7 +4761,7 @@
4761
4761
  "immutable": true,
4762
4762
  "locationInModule": {
4763
4763
  "filename": "src/project.ts",
4764
- "line": 715
4764
+ "line": 727
4765
4765
  },
4766
4766
  "name": "fqn",
4767
4767
  "type": {
@@ -4777,7 +4777,7 @@
4777
4777
  "immutable": true,
4778
4778
  "locationInModule": {
4779
4779
  "filename": "src/project.ts",
4780
- "line": 725
4780
+ "line": 737
4781
4781
  },
4782
4782
  "name": "type",
4783
4783
  "type": {
@@ -6235,7 +6235,7 @@
6235
6235
  },
6236
6236
  "locationInModule": {
6237
6237
  "filename": "src/project.ts",
6238
- "line": 485
6238
+ "line": 497
6239
6239
  },
6240
6240
  "name": "addExcludeFromCleanup",
6241
6241
  "parameters": [
@@ -6259,7 +6259,7 @@
6259
6259
  },
6260
6260
  "locationInModule": {
6261
6261
  "filename": "src/project.ts",
6262
- "line": 514
6262
+ "line": 526
6263
6263
  },
6264
6264
  "name": "addGitIgnore",
6265
6265
  "parameters": [
@@ -6282,7 +6282,7 @@
6282
6282
  },
6283
6283
  "locationInModule": {
6284
6284
  "filename": "src/project.ts",
6285
- "line": 506
6285
+ "line": 518
6286
6286
  },
6287
6287
  "name": "addPackageIgnore",
6288
6288
  "parameters": [
@@ -6305,7 +6305,7 @@
6305
6305
  },
6306
6306
  "locationInModule": {
6307
6307
  "filename": "src/project.ts",
6308
- "line": 337
6308
+ "line": 349
6309
6309
  },
6310
6310
  "name": "addTask",
6311
6311
  "parameters": [
@@ -6343,7 +6343,7 @@
6343
6343
  },
6344
6344
  "locationInModule": {
6345
6345
  "filename": "src/project.ts",
6346
- "line": 475
6346
+ "line": 487
6347
6347
  },
6348
6348
  "name": "addTip",
6349
6349
  "parameters": [
@@ -6366,7 +6366,7 @@
6366
6366
  },
6367
6367
  "locationInModule": {
6368
6368
  "filename": "src/project.ts",
6369
- "line": 525
6369
+ "line": 537
6370
6370
  },
6371
6371
  "name": "annotateGenerated",
6372
6372
  "parameters": [
@@ -6389,7 +6389,7 @@
6389
6389
  },
6390
6390
  "locationInModule": {
6391
6391
  "filename": "src/project.ts",
6392
- "line": 613
6392
+ "line": 625
6393
6393
  },
6394
6394
  "name": "postSynthesize"
6395
6395
  },
@@ -6400,7 +6400,7 @@
6400
6400
  },
6401
6401
  "locationInModule": {
6402
6402
  "filename": "src/project.ts",
6403
- "line": 608
6403
+ "line": 620
6404
6404
  },
6405
6405
  "name": "preSynthesize"
6406
6406
  },
@@ -6412,7 +6412,7 @@
6412
6412
  },
6413
6413
  "locationInModule": {
6414
6414
  "filename": "src/project.ts",
6415
- "line": 348
6415
+ "line": 360
6416
6416
  },
6417
6417
  "name": "removeTask",
6418
6418
  "parameters": [
@@ -6441,7 +6441,7 @@
6441
6441
  },
6442
6442
  "locationInModule": {
6443
6443
  "filename": "src/project.ts",
6444
- "line": 496
6444
+ "line": 508
6445
6445
  },
6446
6446
  "name": "runTaskCommand",
6447
6447
  "parameters": [
@@ -6469,7 +6469,7 @@
6469
6469
  },
6470
6470
  "locationInModule": {
6471
6471
  "filename": "src/project.ts",
6472
- "line": 539
6472
+ "line": 551
6473
6473
  },
6474
6474
  "name": "synth"
6475
6475
  },
@@ -6481,7 +6481,7 @@
6481
6481
  },
6482
6482
  "locationInModule": {
6483
6483
  "filename": "src/project.ts",
6484
- "line": 379
6484
+ "line": 391
6485
6485
  },
6486
6486
  "name": "tryFindFile",
6487
6487
  "parameters": [
@@ -6511,7 +6511,7 @@
6511
6511
  },
6512
6512
  "locationInModule": {
6513
6513
  "filename": "src/project.ts",
6514
- "line": 404
6514
+ "line": 416
6515
6515
  },
6516
6516
  "name": "tryFindJsonFile",
6517
6517
  "parameters": [
@@ -6539,7 +6539,7 @@
6539
6539
  },
6540
6540
  "locationInModule": {
6541
6541
  "filename": "src/project.ts",
6542
- "line": 423
6542
+ "line": 435
6543
6543
  },
6544
6544
  "name": "tryFindObjectFile",
6545
6545
  "parameters": [
@@ -6568,7 +6568,7 @@
6568
6568
  },
6569
6569
  "locationInModule": {
6570
6570
  "filename": "src/project.ts",
6571
- "line": 447
6571
+ "line": 459
6572
6572
  },
6573
6573
  "name": "tryRemoveFile",
6574
6574
  "parameters": [
@@ -6618,7 +6618,7 @@
6618
6618
  "immutable": true,
6619
6619
  "locationInModule": {
6620
6620
  "filename": "src/project.ts",
6621
- "line": 352
6621
+ "line": 364
6622
6622
  },
6623
6623
  "name": "buildTask",
6624
6624
  "type": {
@@ -6647,7 +6647,7 @@
6647
6647
  "immutable": true,
6648
6648
  "locationInModule": {
6649
6649
  "filename": "src/project.ts",
6650
- "line": 355
6650
+ "line": 367
6651
6651
  },
6652
6652
  "name": "compileTask",
6653
6653
  "type": {
@@ -6662,7 +6662,7 @@
6662
6662
  "immutable": true,
6663
6663
  "locationInModule": {
6664
6664
  "filename": "src/project.ts",
6665
- "line": 316
6665
+ "line": 328
6666
6666
  },
6667
6667
  "name": "components",
6668
6668
  "type": {
@@ -6697,7 +6697,7 @@
6697
6697
  "immutable": true,
6698
6698
  "locationInModule": {
6699
6699
  "filename": "src/project.ts",
6700
- "line": 601
6700
+ "line": 613
6701
6701
  },
6702
6702
  "name": "ejected",
6703
6703
  "type": {
@@ -6712,7 +6712,7 @@
6712
6712
  "immutable": true,
6713
6713
  "locationInModule": {
6714
6714
  "filename": "src/project.ts",
6715
- "line": 323
6715
+ "line": 335
6716
6716
  },
6717
6717
  "name": "files",
6718
6718
  "type": {
@@ -6806,7 +6806,7 @@
6806
6806
  "immutable": true,
6807
6807
  "locationInModule": {
6808
6808
  "filename": "src/project.ts",
6809
- "line": 367
6809
+ "line": 379
6810
6810
  },
6811
6811
  "name": "packageTask",
6812
6812
  "type": {
@@ -6820,7 +6820,7 @@
6820
6820
  "immutable": true,
6821
6821
  "locationInModule": {
6822
6822
  "filename": "src/project.ts",
6823
- "line": 364
6823
+ "line": 376
6824
6824
  },
6825
6825
  "name": "postCompileTask",
6826
6826
  "type": {
@@ -6834,7 +6834,7 @@
6834
6834
  "immutable": true,
6835
6835
  "locationInModule": {
6836
6836
  "filename": "src/project.ts",
6837
- "line": 361
6837
+ "line": 373
6838
6838
  },
6839
6839
  "name": "preCompileTask",
6840
6840
  "type": {
@@ -6908,7 +6908,7 @@
6908
6908
  "immutable": true,
6909
6909
  "locationInModule": {
6910
6910
  "filename": "src/project.ts",
6911
- "line": 358
6911
+ "line": 370
6912
6912
  },
6913
6913
  "name": "testTask",
6914
6914
  "type": {
@@ -7325,7 +7325,7 @@
7325
7325
  "kind": "enum",
7326
7326
  "locationInModule": {
7327
7327
  "filename": "src/project.ts",
7328
- "line": 688
7328
+ "line": 700
7329
7329
  },
7330
7330
  "members": [
7331
7331
  {
@@ -20898,7 +20898,7 @@
20898
20898
  {
20899
20899
  "abstract": true,
20900
20900
  "docs": {
20901
- "default": "true",
20901
+ "default": "- true, but false for subprojects",
20902
20902
  "stability": "experimental",
20903
20903
  "summary": "Add a `clobber` task which resets the repo to origin."
20904
20904
  },
@@ -32347,7 +32347,7 @@
32347
32347
  },
32348
32348
  "locationInModule": {
32349
32349
  "filename": "src/java/java-project.ts",
32350
- "line": 217
32350
+ "line": 220
32351
32351
  },
32352
32352
  "name": "addDependency",
32353
32353
  "parameters": [
@@ -32370,7 +32370,7 @@
32370
32370
  },
32371
32371
  "locationInModule": {
32372
32372
  "filename": "src/java/java-project.ts",
32373
- "line": 238
32373
+ "line": 241
32374
32374
  },
32375
32375
  "name": "addPlugin",
32376
32376
  "parameters": [
@@ -32407,7 +32407,7 @@
32407
32407
  },
32408
32408
  "locationInModule": {
32409
32409
  "filename": "src/java/java-project.ts",
32410
- "line": 226
32410
+ "line": 229
32411
32411
  },
32412
32412
  "name": "addTestDependency",
32413
32413
  "parameters": [
@@ -45342,7 +45342,7 @@
45342
45342
  },
45343
45343
  "locationInModule": {
45344
45344
  "filename": "src/python/python-project.ts",
45345
- "line": 500
45345
+ "line": 502
45346
45346
  },
45347
45347
  "name": "addDependency",
45348
45348
  "parameters": [
@@ -45364,7 +45364,7 @@
45364
45364
  },
45365
45365
  "locationInModule": {
45366
45366
  "filename": "src/python/python-project.ts",
45367
- "line": 509
45367
+ "line": 511
45368
45368
  },
45369
45369
  "name": "addDevDependency",
45370
45370
  "parameters": [
@@ -45387,7 +45387,7 @@
45387
45387
  },
45388
45388
  "locationInModule": {
45389
45389
  "filename": "src/python/python-project.ts",
45390
- "line": 513
45390
+ "line": 515
45391
45391
  },
45392
45392
  "name": "postSynthesize",
45393
45393
  "overrides": "projen.Project"
@@ -52173,6 +52173,6 @@
52173
52173
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
52174
52174
  }
52175
52175
  },
52176
- "version": "0.67.87",
52177
- "fingerprint": "0qSAkCgV7pbIrmi6ntfxAjJlfx/lmtIvGZwEOflIsgw="
52176
+ "version": "0.68.0",
52177
+ "fingerprint": "bQhh1BbpRfMmOsV54Ku+eUkgoaA74mNpVxrziHefImU="
52178
52178
  }