projen 0.54.37 → 0.54.40

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 (119) hide show
  1. package/.jsii +55 -36
  2. package/changelog.md +1 -1
  3. package/docs/api/API.md +43 -1
  4. package/lib/awscdk/auto-discover.js +4 -4
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.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 +3 -6
  23. package/lib/cdk8s/auto-discover.js +2 -2
  24. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  25. package/lib/cdk8s/cdk8s-construct.js +1 -1
  26. package/lib/cdk8s/integration-test.js +1 -1
  27. package/lib/cdktf/cdktf-construct.js +1 -1
  28. package/lib/component.js +1 -1
  29. package/lib/dependencies.js +1 -1
  30. package/lib/dev-env.js +1 -1
  31. package/lib/docker-compose.js +2 -2
  32. package/lib/file.js +1 -1
  33. package/lib/gitattributes.js +1 -1
  34. package/lib/github/auto-approve.js +1 -1
  35. package/lib/github/auto-merge.js +1 -1
  36. package/lib/github/dependabot.js +1 -1
  37. package/lib/github/github-credentials.js +1 -1
  38. package/lib/github/github-project.d.ts +7 -1
  39. package/lib/github/github-project.js +2 -2
  40. package/lib/github/github.js +1 -1
  41. package/lib/github/mergify.js +1 -1
  42. package/lib/github/pr-template.js +1 -1
  43. package/lib/github/pull-request-lint.js +1 -1
  44. package/lib/github/stale.js +1 -1
  45. package/lib/github/task-workflow.js +1 -1
  46. package/lib/github/workflows.js +1 -1
  47. package/lib/gitlab/configuration.js +1 -1
  48. package/lib/gitlab/gitlab-configuration.js +1 -1
  49. package/lib/gitlab/nested-configuration.js +1 -1
  50. package/lib/gitpod.js +1 -1
  51. package/lib/ignore-file.js +1 -1
  52. package/lib/ini.js +1 -1
  53. package/lib/java/java-project.js +1 -1
  54. package/lib/java/junit.js +1 -1
  55. package/lib/java/maven-compile.js +1 -1
  56. package/lib/java/maven-packaging.js +1 -1
  57. package/lib/java/maven-sample.js +1 -1
  58. package/lib/java/pom.js +1 -1
  59. package/lib/java/projenrc.js +1 -1
  60. package/lib/javascript/bundler.js +1 -1
  61. package/lib/javascript/eslint.js +1 -1
  62. package/lib/javascript/jest.js +1 -1
  63. package/lib/javascript/node-package.js +1 -1
  64. package/lib/javascript/node-project.d.ts +1 -1
  65. package/lib/javascript/node-project.js +14 -14
  66. package/lib/javascript/npm-config.js +1 -1
  67. package/lib/javascript/prettier.js +1 -1
  68. package/lib/javascript/projenrc.js +1 -1
  69. package/lib/javascript/typescript-config.js +1 -1
  70. package/lib/javascript/upgrade-dependencies.js +2 -2
  71. package/lib/json.js +1 -1
  72. package/lib/license.js +1 -1
  73. package/lib/logger.js +1 -1
  74. package/lib/makefile.js +1 -1
  75. package/lib/object-file.js +1 -1
  76. package/lib/project-build.js +1 -1
  77. package/lib/project.js +1 -1
  78. package/lib/projects.js +1 -1
  79. package/lib/projenrc-json.js +1 -1
  80. package/lib/python/pip.js +1 -1
  81. package/lib/python/poetry.js +2 -2
  82. package/lib/python/projenrc.js +1 -1
  83. package/lib/python/pytest-sample.js +1 -1
  84. package/lib/python/pytest.js +1 -1
  85. package/lib/python/python-project.js +1 -1
  86. package/lib/python/python-sample.js +1 -1
  87. package/lib/python/requirements-file.js +1 -1
  88. package/lib/python/setuppy.js +1 -1
  89. package/lib/python/setuptools.js +1 -1
  90. package/lib/python/venv.js +1 -1
  91. package/lib/readme.js +1 -1
  92. package/lib/release/publisher.js +1 -1
  93. package/lib/release/release-trigger.js +1 -1
  94. package/lib/release/release.js +1 -1
  95. package/lib/sample-file.js +2 -2
  96. package/lib/semver.js +1 -1
  97. package/lib/source-code.js +1 -1
  98. package/lib/task-runtime.js +1 -1
  99. package/lib/task.js +1 -1
  100. package/lib/tasks.js +1 -1
  101. package/lib/testing.js +1 -1
  102. package/lib/textfile.js +1 -1
  103. package/lib/toml.js +1 -1
  104. package/lib/typescript/projenrc.js +1 -1
  105. package/lib/typescript/typescript-typedoc.js +1 -1
  106. package/lib/typescript/typescript.js +3 -3
  107. package/lib/version.js +1 -1
  108. package/lib/vscode/devcontainer.js +1 -1
  109. package/lib/vscode/launch-config.js +1 -1
  110. package/lib/vscode/vscode.js +1 -1
  111. package/lib/web/next.js +3 -3
  112. package/lib/web/postcss.js +1 -1
  113. package/lib/web/react.js +4 -4
  114. package/lib/web/tailwind.js +1 -1
  115. package/lib/xmlfile.js +1 -1
  116. package/lib/yaml.js +1 -1
  117. package/package.json +2 -2
  118. package/releasetag.txt +1 -1
  119. package/version.txt +1 -1
package/.jsii CHANGED
@@ -16278,7 +16278,7 @@
16278
16278
  },
16279
16279
  "locationInModule": {
16280
16280
  "filename": "src/github/github-project.ts",
16281
- "line": 189
16281
+ "line": 196
16282
16282
  },
16283
16283
  "parameters": [
16284
16284
  {
@@ -16292,7 +16292,7 @@
16292
16292
  "kind": "class",
16293
16293
  "locationInModule": {
16294
16294
  "filename": "src/github/github-project.ts",
16295
- "line": 148
16295
+ "line": 155
16296
16296
  },
16297
16297
  "methods": [
16298
16298
  {
@@ -16304,7 +16304,7 @@
16304
16304
  },
16305
16305
  "locationInModule": {
16306
16306
  "filename": "src/github/github-project.ts",
16307
- "line": 241
16307
+ "line": 248
16308
16308
  },
16309
16309
  "name": "annotateGenerated",
16310
16310
  "overrides": "projen.Project",
@@ -16331,7 +16331,7 @@
16331
16331
  "immutable": true,
16332
16332
  "locationInModule": {
16333
16333
  "filename": "src/github/github-project.ts",
16334
- "line": 182
16334
+ "line": 189
16335
16335
  },
16336
16336
  "name": "projectType",
16337
16337
  "type": {
@@ -16346,7 +16346,7 @@
16346
16346
  "immutable": true,
16347
16347
  "locationInModule": {
16348
16348
  "filename": "src/github/github-project.ts",
16349
- "line": 187
16349
+ "line": 194
16350
16350
  },
16351
16351
  "name": "autoApprove",
16352
16352
  "optional": true,
@@ -16363,7 +16363,7 @@
16363
16363
  "immutable": true,
16364
16364
  "locationInModule": {
16365
16365
  "filename": "src/github/github-project.ts",
16366
- "line": 175
16366
+ "line": 182
16367
16367
  },
16368
16368
  "name": "devContainer",
16369
16369
  "optional": true,
@@ -16380,7 +16380,7 @@
16380
16380
  "immutable": true,
16381
16381
  "locationInModule": {
16382
16382
  "filename": "src/github/github-project.ts",
16383
- "line": 154
16383
+ "line": 161
16384
16384
  },
16385
16385
  "name": "github",
16386
16386
  "optional": true,
@@ -16397,7 +16397,7 @@
16397
16397
  "immutable": true,
16398
16398
  "locationInModule": {
16399
16399
  "filename": "src/github/github-project.ts",
16400
- "line": 168
16400
+ "line": 175
16401
16401
  },
16402
16402
  "name": "gitpod",
16403
16403
  "optional": true,
@@ -16414,7 +16414,7 @@
16414
16414
  "immutable": true,
16415
16415
  "locationInModule": {
16416
16416
  "filename": "src/github/github-project.ts",
16417
- "line": 161
16417
+ "line": 168
16418
16418
  },
16419
16419
  "name": "vscode",
16420
16420
  "optional": true,
@@ -16462,18 +16462,37 @@
16462
16462
  "fqn": "projen.github.AutoApproveOptions"
16463
16463
  }
16464
16464
  },
16465
+ {
16466
+ "abstract": true,
16467
+ "docs": {
16468
+ "default": "true",
16469
+ "remarks": "Has no effect if `github.mergify`\nis set to false.",
16470
+ "stability": "experimental",
16471
+ "summary": "Enable automatic merging on GitHub."
16472
+ },
16473
+ "immutable": true,
16474
+ "locationInModule": {
16475
+ "filename": "src/github/github-project.ts",
16476
+ "line": 104
16477
+ },
16478
+ "name": "autoMerge",
16479
+ "optional": true,
16480
+ "type": {
16481
+ "primitive": "boolean"
16482
+ }
16483
+ },
16465
16484
  {
16466
16485
  "abstract": true,
16467
16486
  "docs": {
16468
16487
  "default": "- see defaults in `AutoMergeOptions`",
16469
- "remarks": "Has no effect if\n`github.mergify` is set to false.",
16488
+ "remarks": "Has no effect if\n`github.mergify` or `autoMerge` is set to false.",
16470
16489
  "stability": "experimental",
16471
16490
  "summary": "Configure options for automatic merging on GitHub."
16472
16491
  },
16473
16492
  "immutable": true,
16474
16493
  "locationInModule": {
16475
16494
  "filename": "src/github/github-project.ts",
16476
- "line": 105
16495
+ "line": 112
16477
16496
  },
16478
16497
  "name": "autoMergeOptions",
16479
16498
  "optional": true,
@@ -16639,7 +16658,7 @@
16639
16658
  "immutable": true,
16640
16659
  "locationInModule": {
16641
16660
  "filename": "src/github/github-project.ts",
16642
- "line": 126
16661
+ "line": 133
16643
16662
  },
16644
16663
  "name": "projenCredentials",
16645
16664
  "optional": true,
@@ -16659,7 +16678,7 @@
16659
16678
  "immutable": true,
16660
16679
  "locationInModule": {
16661
16680
  "filename": "src/github/github-project.ts",
16662
- "line": 136
16681
+ "line": 143
16663
16682
  },
16664
16683
  "name": "projenTokenSecret",
16665
16684
  "optional": true,
@@ -16697,7 +16716,7 @@
16697
16716
  "immutable": true,
16698
16717
  "locationInModule": {
16699
16718
  "filename": "src/github/github-project.ts",
16700
- "line": 119
16719
+ "line": 126
16701
16720
  },
16702
16721
  "name": "stale",
16703
16722
  "optional": true,
@@ -16716,7 +16735,7 @@
16716
16735
  "immutable": true,
16717
16736
  "locationInModule": {
16718
16737
  "filename": "src/github/github-project.ts",
16719
- "line": 112
16738
+ "line": 119
16720
16739
  },
16721
16740
  "name": "staleOptions",
16722
16741
  "optional": true,
@@ -33109,7 +33128,7 @@
33109
33128
  },
33110
33129
  "locationInModule": {
33111
33130
  "filename": "src/javascript/node-project.ts",
33112
- "line": 693
33131
+ "line": 697
33113
33132
  },
33114
33133
  "name": "addBins",
33115
33134
  "parameters": [
@@ -33134,7 +33153,7 @@
33134
33153
  },
33135
33154
  "locationInModule": {
33136
33155
  "filename": "src/javascript/node-project.ts",
33137
- "line": 922
33156
+ "line": 926
33138
33157
  },
33139
33158
  "name": "addBundledDeps",
33140
33159
  "parameters": [
@@ -33160,7 +33179,7 @@
33160
33179
  },
33161
33180
  "locationInModule": {
33162
33181
  "filename": "src/javascript/node-project.ts",
33163
- "line": 727
33182
+ "line": 731
33164
33183
  },
33165
33184
  "name": "addCompileCommand",
33166
33185
  "parameters": [
@@ -33181,7 +33200,7 @@
33181
33200
  },
33182
33201
  "locationInModule": {
33183
33202
  "filename": "src/javascript/node-project.ts",
33184
- "line": 876
33203
+ "line": 880
33185
33204
  },
33186
33205
  "name": "addDeps",
33187
33206
  "parameters": [
@@ -33206,7 +33225,7 @@
33206
33225
  },
33207
33226
  "locationInModule": {
33208
33227
  "filename": "src/javascript/node-project.ts",
33209
- "line": 889
33228
+ "line": 893
33210
33229
  },
33211
33230
  "name": "addDevDeps",
33212
33231
  "parameters": [
@@ -33231,7 +33250,7 @@
33231
33250
  },
33232
33251
  "locationInModule": {
33233
33252
  "filename": "src/javascript/node-project.ts",
33234
- "line": 747
33253
+ "line": 751
33235
33254
  },
33236
33255
  "name": "addFields",
33237
33256
  "parameters": [
@@ -33258,7 +33277,7 @@
33258
33277
  },
33259
33278
  "locationInModule": {
33260
33279
  "filename": "src/javascript/node-project.ts",
33261
- "line": 757
33280
+ "line": 761
33262
33281
  },
33263
33282
  "name": "addKeywords",
33264
33283
  "parameters": [
@@ -33283,7 +33302,7 @@
33283
33302
  },
33284
33303
  "locationInModule": {
33285
33304
  "filename": "src/javascript/node-project.ts",
33286
- "line": 926
33305
+ "line": 930
33287
33306
  },
33288
33307
  "name": "addPackageIgnore",
33289
33308
  "overrides": "projen.Project",
@@ -33304,7 +33323,7 @@
33304
33323
  },
33305
33324
  "locationInModule": {
33306
33325
  "filename": "src/javascript/node-project.ts",
33307
- "line": 906
33326
+ "line": 910
33308
33327
  },
33309
33328
  "name": "addPeerDeps",
33310
33329
  "parameters": [
@@ -33330,7 +33349,7 @@
33330
33349
  },
33331
33350
  "locationInModule": {
33332
33351
  "filename": "src/javascript/node-project.ts",
33333
- "line": 737
33352
+ "line": 741
33334
33353
  },
33335
33354
  "name": "addTestCommand",
33336
33355
  "parameters": [
@@ -33351,7 +33370,7 @@
33351
33370
  },
33352
33371
  "locationInModule": {
33353
33372
  "filename": "src/javascript/node-project.ts",
33354
- "line": 719
33373
+ "line": 723
33355
33374
  },
33356
33375
  "name": "hasScript",
33357
33376
  "parameters": [
@@ -33378,7 +33397,7 @@
33378
33397
  },
33379
33398
  "locationInModule": {
33380
33399
  "filename": "src/javascript/node-project.ts",
33381
- "line": 711
33400
+ "line": 715
33382
33401
  },
33383
33402
  "name": "removeScript",
33384
33403
  "parameters": [
@@ -33401,7 +33420,7 @@
33401
33420
  },
33402
33421
  "locationInModule": {
33403
33422
  "filename": "src/javascript/node-project.ts",
33404
- "line": 825
33423
+ "line": 829
33405
33424
  },
33406
33425
  "name": "renderWorkflowSetup",
33407
33426
  "parameters": [
@@ -33435,7 +33454,7 @@
33435
33454
  },
33436
33455
  "locationInModule": {
33437
33456
  "filename": "src/javascript/node-project.ts",
33438
- "line": 999
33457
+ "line": 1003
33439
33458
  },
33440
33459
  "name": "runTaskCommand",
33441
33460
  "overrides": "projen.Project",
@@ -33463,7 +33482,7 @@
33463
33482
  },
33464
33483
  "locationInModule": {
33465
33484
  "filename": "src/javascript/node-project.ts",
33466
- "line": 703
33485
+ "line": 707
33467
33486
  },
33468
33487
  "name": "setScript",
33469
33488
  "parameters": [
@@ -33630,7 +33649,7 @@
33630
33649
  {
33631
33650
  "docs": {
33632
33651
  "stability": "experimental",
33633
- "summary": "Automatic PR merges."
33652
+ "summary": "Component that sets up mergify for merging approved pull requests."
33634
33653
  },
33635
33654
  "immutable": true,
33636
33655
  "locationInModule": {
@@ -33668,7 +33687,7 @@
33668
33687
  "immutable": true,
33669
33688
  "locationInModule": {
33670
33689
  "filename": "src/javascript/node-project.ts",
33671
- "line": 1006
33690
+ "line": 1010
33672
33691
  },
33673
33692
  "name": "buildWorkflowJobId",
33674
33693
  "optional": true,
@@ -35694,7 +35713,7 @@
35694
35713
  "kind": "interface",
35695
35714
  "locationInModule": {
35696
35715
  "filename": "src/javascript/node-project.ts",
35697
- "line": 1014
35716
+ "line": 1018
35698
35717
  },
35699
35718
  "name": "RenderWorkflowSetupOptions",
35700
35719
  "namespace": "javascript",
@@ -35709,7 +35728,7 @@
35709
35728
  "immutable": true,
35710
35729
  "locationInModule": {
35711
35730
  "filename": "src/javascript/node-project.ts",
35712
- "line": 1019
35731
+ "line": 1023
35713
35732
  },
35714
35733
  "name": "mutable",
35715
35734
  "optional": true,
@@ -45207,6 +45226,6 @@
45207
45226
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
45208
45227
  }
45209
45228
  },
45210
- "version": "0.54.37",
45211
- "fingerprint": "32wbkMfsPYYl600bzZgivJrg4jbuMLYqmx4s/aDjQf8="
45229
+ "version": "0.54.40",
45230
+ "fingerprint": "Yrpiig/G6uWVR66hGjMUpGGntn3KSzLtGmtYRY6bAI4="
45212
45231
  }
package/changelog.md CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- ### [0.54.37](https://github.com/projen/projen/compare/v0.54.36...v0.54.37) (2022-04-21)
2
+ ### [0.54.40](https://github.com/projen/projen/compare/v0.54.39...v0.54.40) (2022-04-22)