projen 0.46.2 → 0.46.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/.jsii +81 -47
  2. package/API.md +66 -0
  3. package/dist/changelog.md +6 -1
  4. package/dist/releasetag.txt +1 -1
  5. package/dist/version.txt +1 -1
  6. package/lib/awscdk/auto-discover.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.js +1 -1
  10. package/lib/awscdk/cdk-config.js +1 -1
  11. package/lib/awscdk/cdk-tasks.js +1 -1
  12. package/lib/awscdk/integration-test.js +1 -1
  13. package/lib/awscdk/java-app.js +1 -1
  14. package/lib/awscdk/lambda-function.js +2 -2
  15. package/lib/build/build-workflow.js +1 -1
  16. package/lib/cdk/construct-lib.js +1 -1
  17. package/lib/cdk/jsii-docgen.js +1 -1
  18. package/lib/cdk/jsii-project.js +1 -1
  19. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  20. package/lib/cdk8s/cdk8s-construct.js +1 -1
  21. package/lib/cdktf/cdktf-construct.js +1 -1
  22. package/lib/component.js +1 -1
  23. package/lib/dependencies.js +1 -1
  24. package/lib/dev-env.js +1 -1
  25. package/lib/docker-compose.js +2 -2
  26. package/lib/file.js +1 -1
  27. package/lib/gitattributes.js +1 -1
  28. package/lib/github/auto-approve.js +1 -1
  29. package/lib/github/auto-merge.js +1 -1
  30. package/lib/github/dependabot.js +1 -1
  31. package/lib/github/github-project.js +1 -1
  32. package/lib/github/github.js +1 -1
  33. package/lib/github/mergify.js +1 -1
  34. package/lib/github/pr-template.js +1 -1
  35. package/lib/github/pull-request-lint.js +1 -1
  36. package/lib/github/stale.js +1 -1
  37. package/lib/github/task-workflow.js +1 -1
  38. package/lib/github/workflows.js +1 -1
  39. package/lib/gitpod.js +1 -1
  40. package/lib/ignore-file.js +1 -1
  41. package/lib/ini.js +1 -1
  42. package/lib/java/java-project.js +1 -1
  43. package/lib/java/junit.js +1 -1
  44. package/lib/java/maven-compile.js +1 -1
  45. package/lib/java/maven-packaging.js +1 -1
  46. package/lib/java/maven-sample.js +1 -1
  47. package/lib/java/pom.js +1 -1
  48. package/lib/java/projenrc.js +1 -1
  49. package/lib/javascript/bundler.js +1 -1
  50. package/lib/javascript/eslint.js +1 -1
  51. package/lib/javascript/jest.js +1 -1
  52. package/lib/javascript/node-package.d.ts +12 -0
  53. package/lib/javascript/node-package.js +6 -2
  54. package/lib/javascript/node-project.js +1 -1
  55. package/lib/javascript/npm-config.js +1 -1
  56. package/lib/javascript/projenrc.js +1 -1
  57. package/lib/javascript/typescript-config.js +1 -1
  58. package/lib/javascript/upgrade-dependencies.js +2 -2
  59. package/lib/json.js +1 -1
  60. package/lib/license.js +1 -1
  61. package/lib/logger.js +1 -1
  62. package/lib/makefile.js +1 -1
  63. package/lib/object-file.js +1 -1
  64. package/lib/project-build.js +1 -1
  65. package/lib/project.js +1 -1
  66. package/lib/projects.js +1 -1
  67. package/lib/projenrc-json.js +1 -1
  68. package/lib/python/pip.js +1 -1
  69. package/lib/python/poetry.js +2 -2
  70. package/lib/python/projenrc.js +1 -1
  71. package/lib/python/pytest.js +1 -1
  72. package/lib/python/python-project.js +1 -1
  73. package/lib/python/python-sample.js +1 -1
  74. package/lib/python/requirements-file.js +1 -1
  75. package/lib/python/setuppy.js +1 -1
  76. package/lib/python/setuptools.js +1 -1
  77. package/lib/python/venv.js +1 -1
  78. package/lib/readme.js +1 -1
  79. package/lib/release/publisher.js +1 -1
  80. package/lib/release/release-trigger.js +1 -1
  81. package/lib/release/release.js +1 -1
  82. package/lib/sample-file.js +2 -2
  83. package/lib/semver.js +1 -1
  84. package/lib/source-code.js +1 -1
  85. package/lib/task-runtime.js +1 -1
  86. package/lib/task.js +1 -1
  87. package/lib/tasks.js +1 -1
  88. package/lib/testing.js +1 -1
  89. package/lib/textfile.js +1 -1
  90. package/lib/toml.js +1 -1
  91. package/lib/typescript/projenrc.js +1 -1
  92. package/lib/typescript/typescript-typedoc.js +1 -1
  93. package/lib/typescript/typescript.js +3 -3
  94. package/lib/version.js +1 -1
  95. package/lib/vscode/devcontainer.js +1 -1
  96. package/lib/vscode/launch-config.js +1 -1
  97. package/lib/vscode/vscode.js +1 -1
  98. package/lib/web/next.js +3 -3
  99. package/lib/web/postcss.js +1 -1
  100. package/lib/web/react.js +4 -4
  101. package/lib/web/tailwind.js +1 -1
  102. package/lib/xmlfile.js +1 -1
  103. package/lib/yaml.js +1 -1
  104. package/package.json +1 -1
package/.jsii CHANGED
@@ -21393,7 +21393,7 @@
21393
21393
  "kind": "interface",
21394
21394
  "locationInModule": {
21395
21395
  "filename": "src/javascript/node-package.ts",
21396
- "line": 275
21396
+ "line": 285
21397
21397
  },
21398
21398
  "name": "CodeArtifactOptions",
21399
21399
  "namespace": "javascript",
@@ -21409,7 +21409,7 @@
21409
21409
  "immutable": true,
21410
21410
  "locationInModule": {
21411
21411
  "filename": "src/javascript/node-package.ts",
21412
- "line": 282
21412
+ "line": 292
21413
21413
  },
21414
21414
  "name": "accessKeyIdSecret",
21415
21415
  "optional": true,
@@ -21427,7 +21427,7 @@
21427
21427
  "immutable": true,
21428
21428
  "locationInModule": {
21429
21429
  "filename": "src/javascript/node-package.ts",
21430
- "line": 298
21430
+ "line": 308
21431
21431
  },
21432
21432
  "name": "roleToAssume",
21433
21433
  "optional": true,
@@ -21446,7 +21446,7 @@
21446
21446
  "immutable": true,
21447
21447
  "locationInModule": {
21448
21448
  "filename": "src/javascript/node-package.ts",
21449
- "line": 290
21449
+ "line": 300
21450
21450
  },
21451
21451
  "name": "secretAccessKeySecret",
21452
21452
  "optional": true,
@@ -23933,7 +23933,7 @@
23933
23933
  },
23934
23934
  "locationInModule": {
23935
23935
  "filename": "src/javascript/node-package.ts",
23936
- "line": 387
23936
+ "line": 398
23937
23937
  },
23938
23938
  "parameters": [
23939
23939
  {
@@ -23954,7 +23954,7 @@
23954
23954
  "kind": "class",
23955
23955
  "locationInModule": {
23956
23956
  "filename": "src/javascript/node-package.ts",
23957
- "line": 304
23957
+ "line": 315
23958
23958
  },
23959
23959
  "methods": [
23960
23960
  {
@@ -23963,7 +23963,7 @@
23963
23963
  },
23964
23964
  "locationInModule": {
23965
23965
  "filename": "src/javascript/node-package.ts",
23966
- "line": 564
23966
+ "line": 579
23967
23967
  },
23968
23968
  "name": "addBin",
23969
23969
  "parameters": [
@@ -23988,7 +23988,7 @@
23988
23988
  },
23989
23989
  "locationInModule": {
23990
23990
  "filename": "src/javascript/node-package.ts",
23991
- "line": 535
23991
+ "line": 550
23992
23992
  },
23993
23993
  "name": "addBundledDeps",
23994
23994
  "parameters": [
@@ -24013,7 +24013,7 @@
24013
24013
  },
24014
24014
  "locationInModule": {
24015
24015
  "filename": "src/javascript/node-package.ts",
24016
- "line": 478
24016
+ "line": 493
24017
24017
  },
24018
24018
  "name": "addDeps",
24019
24019
  "parameters": [
@@ -24038,7 +24038,7 @@
24038
24038
  },
24039
24039
  "locationInModule": {
24040
24040
  "filename": "src/javascript/node-package.ts",
24041
- "line": 493
24041
+ "line": 508
24042
24042
  },
24043
24043
  "name": "addDevDeps",
24044
24044
  "parameters": [
@@ -24063,7 +24063,7 @@
24063
24063
  },
24064
24064
  "locationInModule": {
24065
24065
  "filename": "src/javascript/node-package.ts",
24066
- "line": 550
24066
+ "line": 565
24067
24067
  },
24068
24068
  "name": "addEngine",
24069
24069
  "parameters": [
@@ -24097,7 +24097,7 @@
24097
24097
  },
24098
24098
  "locationInModule": {
24099
24099
  "filename": "src/javascript/node-package.ts",
24100
- "line": 604
24100
+ "line": 619
24101
24101
  },
24102
24102
  "name": "addField",
24103
24103
  "parameters": [
@@ -24128,7 +24128,7 @@
24128
24128
  },
24129
24129
  "locationInModule": {
24130
24130
  "filename": "src/javascript/node-package.ts",
24131
- "line": 558
24131
+ "line": 573
24132
24132
  },
24133
24133
  "name": "addKeywords",
24134
24134
  "parameters": [
@@ -24153,7 +24153,7 @@
24153
24153
  },
24154
24154
  "locationInModule": {
24155
24155
  "filename": "src/javascript/node-package.ts",
24156
- "line": 513
24156
+ "line": 528
24157
24157
  },
24158
24158
  "name": "addPeerDeps",
24159
24159
  "parameters": [
@@ -24178,7 +24178,7 @@
24178
24178
  },
24179
24179
  "locationInModule": {
24180
24180
  "filename": "src/javascript/node-package.ts",
24181
- "line": 612
24181
+ "line": 627
24182
24182
  },
24183
24183
  "name": "addVersion",
24184
24184
  "parameters": [
@@ -24201,7 +24201,7 @@
24201
24201
  },
24202
24202
  "locationInModule": {
24203
24203
  "filename": "src/javascript/node-package.ts",
24204
- "line": 594
24204
+ "line": 609
24205
24205
  },
24206
24206
  "name": "hasScript",
24207
24207
  "parameters": [
@@ -24229,7 +24229,7 @@
24229
24229
  },
24230
24230
  "locationInModule": {
24231
24231
  "filename": "src/javascript/node-package.ts",
24232
- "line": 681
24232
+ "line": 696
24233
24233
  },
24234
24234
  "name": "postSynthesize",
24235
24235
  "overrides": "projen.Component"
@@ -24241,7 +24241,7 @@
24241
24241
  },
24242
24242
  "locationInModule": {
24243
24243
  "filename": "src/javascript/node-package.ts",
24244
- "line": 676
24244
+ "line": 691
24245
24245
  },
24246
24246
  "name": "preSynthesize",
24247
24247
  "overrides": "projen.Component"
@@ -24253,7 +24253,7 @@
24253
24253
  },
24254
24254
  "locationInModule": {
24255
24255
  "filename": "src/javascript/node-package.ts",
24256
- "line": 584
24256
+ "line": 599
24257
24257
  },
24258
24258
  "name": "removeScript",
24259
24259
  "parameters": [
@@ -24275,7 +24275,7 @@
24275
24275
  },
24276
24276
  "locationInModule": {
24277
24277
  "filename": "src/javascript/node-package.ts",
24278
- "line": 633
24278
+ "line": 648
24279
24279
  },
24280
24280
  "name": "renderUpgradePackagesCommand",
24281
24281
  "parameters": [
@@ -24316,7 +24316,7 @@
24316
24316
  },
24317
24317
  "locationInModule": {
24318
24318
  "filename": "src/javascript/node-package.ts",
24319
- "line": 576
24319
+ "line": 591
24320
24320
  },
24321
24321
  "name": "setScript",
24322
24322
  "parameters": [
@@ -24352,7 +24352,7 @@
24352
24352
  "immutable": true,
24353
24353
  "locationInModule": {
24354
24354
  "filename": "src/javascript/node-package.ts",
24355
- "line": 319
24355
+ "line": 330
24356
24356
  },
24357
24357
  "name": "allowLibraryDependencies",
24358
24358
  "type": {
@@ -24367,7 +24367,7 @@
24367
24367
  "immutable": true,
24368
24368
  "locationInModule": {
24369
24369
  "filename": "src/javascript/node-package.ts",
24370
- "line": 314
24370
+ "line": 325
24371
24371
  },
24372
24372
  "name": "entrypoint",
24373
24373
  "type": {
@@ -24382,7 +24382,7 @@
24382
24382
  "immutable": true,
24383
24383
  "locationInModule": {
24384
24384
  "filename": "src/javascript/node-package.ts",
24385
- "line": 626
24385
+ "line": 641
24386
24386
  },
24387
24387
  "name": "installAndUpdateLockfileCommand",
24388
24388
  "type": {
@@ -24397,7 +24397,7 @@
24397
24397
  "immutable": true,
24398
24398
  "locationInModule": {
24399
24399
  "filename": "src/javascript/node-package.ts",
24400
- "line": 619
24400
+ "line": 634
24401
24401
  },
24402
24402
  "name": "installCommand",
24403
24403
  "type": {
@@ -24412,7 +24412,7 @@
24412
24412
  "immutable": true,
24413
24413
  "locationInModule": {
24414
24414
  "filename": "src/javascript/node-package.ts",
24415
- "line": 378
24415
+ "line": 389
24416
24416
  },
24417
24417
  "name": "lockFile",
24418
24418
  "type": {
@@ -24427,7 +24427,7 @@
24427
24427
  "immutable": true,
24428
24428
  "locationInModule": {
24429
24429
  "filename": "src/javascript/node-package.ts",
24430
- "line": 329
24430
+ "line": 340
24431
24431
  },
24432
24432
  "name": "manifest",
24433
24433
  "type": {
@@ -24442,7 +24442,7 @@
24442
24442
  "immutable": true,
24443
24443
  "locationInModule": {
24444
24444
  "filename": "src/javascript/node-package.ts",
24445
- "line": 373
24445
+ "line": 384
24446
24446
  },
24447
24447
  "name": "npmAccess",
24448
24448
  "type": {
@@ -24457,7 +24457,7 @@
24457
24457
  "immutable": true,
24458
24458
  "locationInModule": {
24459
24459
  "filename": "src/javascript/node-package.ts",
24460
- "line": 356
24460
+ "line": 367
24461
24461
  },
24462
24462
  "name": "npmRegistry",
24463
24463
  "type": {
@@ -24472,7 +24472,7 @@
24472
24472
  "immutable": true,
24473
24473
  "locationInModule": {
24474
24474
  "filename": "src/javascript/node-package.ts",
24475
- "line": 351
24475
+ "line": 362
24476
24476
  },
24477
24477
  "name": "npmRegistryUrl",
24478
24478
  "type": {
@@ -24487,7 +24487,7 @@
24487
24487
  "immutable": true,
24488
24488
  "locationInModule": {
24489
24489
  "filename": "src/javascript/node-package.ts",
24490
- "line": 324
24490
+ "line": 335
24491
24491
  },
24492
24492
  "name": "packageManager",
24493
24493
  "type": {
@@ -24502,7 +24502,7 @@
24502
24502
  "immutable": true,
24503
24503
  "locationInModule": {
24504
24504
  "filename": "src/javascript/node-package.ts",
24505
- "line": 309
24505
+ "line": 320
24506
24506
  },
24507
24507
  "name": "packageName",
24508
24508
  "type": {
@@ -24517,7 +24517,7 @@
24517
24517
  "immutable": true,
24518
24518
  "locationInModule": {
24519
24519
  "filename": "src/javascript/node-package.ts",
24520
- "line": 694
24520
+ "line": 709
24521
24521
  },
24522
24522
  "name": "projenCommand",
24523
24523
  "type": {
@@ -24533,7 +24533,7 @@
24533
24533
  "immutable": true,
24534
24534
  "locationInModule": {
24535
24535
  "filename": "src/javascript/node-package.ts",
24536
- "line": 368
24536
+ "line": 379
24537
24537
  },
24538
24538
  "name": "codeArtifactOptions",
24539
24539
  "optional": true,
@@ -24550,7 +24550,7 @@
24550
24550
  "immutable": true,
24551
24551
  "locationInModule": {
24552
24552
  "filename": "src/javascript/node-package.ts",
24553
- "line": 346
24553
+ "line": 357
24554
24554
  },
24555
24555
  "name": "license",
24556
24556
  "optional": true,
@@ -24567,7 +24567,7 @@
24567
24567
  "immutable": true,
24568
24568
  "locationInModule": {
24569
24569
  "filename": "src/javascript/node-package.ts",
24570
- "line": 341
24570
+ "line": 352
24571
24571
  },
24572
24572
  "name": "maxNodeVersion",
24573
24573
  "optional": true,
@@ -24584,7 +24584,7 @@
24584
24584
  "immutable": true,
24585
24585
  "locationInModule": {
24586
24586
  "filename": "src/javascript/node-package.ts",
24587
- "line": 335
24587
+ "line": 346
24588
24588
  },
24589
24589
  "name": "minNodeVersion",
24590
24590
  "optional": true,
@@ -24600,7 +24600,7 @@
24600
24600
  "immutable": true,
24601
24601
  "locationInModule": {
24602
24602
  "filename": "src/javascript/node-package.ts",
24603
- "line": 361
24603
+ "line": 372
24604
24604
  },
24605
24605
  "name": "npmTokenSecret",
24606
24606
  "optional": true,
@@ -24621,7 +24621,7 @@
24621
24621
  "kind": "enum",
24622
24622
  "locationInModule": {
24623
24623
  "filename": "src/javascript/node-package.ts",
24624
- "line": 1072
24624
+ "line": 1087
24625
24625
  },
24626
24626
  "members": [
24627
24627
  {
@@ -24793,6 +24793,40 @@
24793
24793
  }
24794
24794
  }
24795
24795
  },
24796
+ {
24797
+ "abstract": true,
24798
+ "docs": {
24799
+ "stability": "experimental",
24800
+ "summary": "The email address to which issues should be reported."
24801
+ },
24802
+ "immutable": true,
24803
+ "locationInModule": {
24804
+ "filename": "src/javascript/node-package.ts",
24805
+ "line": 259
24806
+ },
24807
+ "name": "bugsEmail",
24808
+ "optional": true,
24809
+ "type": {
24810
+ "primitive": "string"
24811
+ }
24812
+ },
24813
+ {
24814
+ "abstract": true,
24815
+ "docs": {
24816
+ "stability": "experimental",
24817
+ "summary": "The url to your project's issue tracker."
24818
+ },
24819
+ "immutable": true,
24820
+ "locationInModule": {
24821
+ "filename": "src/javascript/node-package.ts",
24822
+ "line": 254
24823
+ },
24824
+ "name": "bugsUrl",
24825
+ "optional": true,
24826
+ "type": {
24827
+ "primitive": "string"
24828
+ }
24829
+ },
24796
24830
  {
24797
24831
  "abstract": true,
24798
24832
  "docs": {
@@ -24826,7 +24860,7 @@
24826
24860
  "immutable": true,
24827
24861
  "locationInModule": {
24828
24862
  "filename": "src/javascript/node-package.ts",
24829
- "line": 272
24863
+ "line": 282
24830
24864
  },
24831
24865
  "name": "codeArtifactOptions",
24832
24866
  "optional": true,
@@ -25052,7 +25086,7 @@
25052
25086
  "immutable": true,
25053
25087
  "locationInModule": {
25054
25088
  "filename": "src/javascript/node-package.ts",
25055
- "line": 258
25089
+ "line": 268
25056
25090
  },
25057
25091
  "name": "npmAccess",
25058
25092
  "optional": true,
@@ -25108,7 +25142,7 @@
25108
25142
  "immutable": true,
25109
25143
  "locationInModule": {
25110
25144
  "filename": "src/javascript/node-package.ts",
25111
- "line": 265
25145
+ "line": 275
25112
25146
  },
25113
25147
  "name": "npmTokenSecret",
25114
25148
  "optional": true,
@@ -26772,7 +26806,7 @@
26772
26806
  "kind": "enum",
26773
26807
  "locationInModule": {
26774
26808
  "filename": "src/javascript/node-package.ts",
26775
- "line": 1092
26809
+ "line": 1107
26776
26810
  },
26777
26811
  "members": [
26778
26812
  {
@@ -26949,7 +26983,7 @@
26949
26983
  "kind": "interface",
26950
26984
  "locationInModule": {
26951
26985
  "filename": "src/javascript/node-package.ts",
26952
- "line": 1061
26986
+ "line": 1076
26953
26987
  },
26954
26988
  "name": "PeerDependencyOptions",
26955
26989
  "namespace": "javascript",
@@ -26964,7 +26998,7 @@
26964
26998
  "immutable": true,
26965
26999
  "locationInModule": {
26966
27000
  "filename": "src/javascript/node-package.ts",
26967
- "line": 1066
27001
+ "line": 1081
26968
27002
  },
26969
27003
  "name": "pinnedDevDependency",
26970
27004
  "optional": true,
@@ -36311,6 +36345,6 @@
36311
36345
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
36312
36346
  }
36313
36347
  },
36314
- "version": "0.46.2",
36315
- "fingerprint": "fYOElTZWdPcpB7j+oTqYQrWOcpVqy7MRAEQIk/F81Vw="
36348
+ "version": "0.46.3",
36349
+ "fingerprint": "aAqTl/qzSSlrsTRkVRXut2ZKdRh8Qni1RKBC+iUBIzo="
36316
36350
  }