projen 0.99.46 → 0.99.48

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 (146) hide show
  1. package/.jsii +518 -97
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +6 -6
  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 +4 -4
  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/component.js +1 -1
  33. package/lib/dependencies.js +5 -4
  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.d.ts +15 -0
  38. package/lib/file.js +24 -3
  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/auto-queue.js +1 -1
  44. package/lib/github/dependabot.d.ts +48 -0
  45. package/lib/github/dependabot.js +5 -2
  46. package/lib/github/github-credentials.js +1 -1
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +1 -1
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.js +1 -1
  58. package/lib/github/workflow-jobs.js +1 -1
  59. package/lib/github/workflow-steps.js +1 -1
  60. package/lib/github/workflows.js +1 -1
  61. package/lib/gitlab/configuration.js +1 -1
  62. package/lib/gitlab/gitlab-configuration.js +1 -1
  63. package/lib/gitlab/nested-configuration.js +1 -1
  64. package/lib/gitpod.js +1 -1
  65. package/lib/ignore-file.js +1 -1
  66. package/lib/ini.js +1 -1
  67. package/lib/java/java-project.js +1 -1
  68. package/lib/java/junit.js +1 -1
  69. package/lib/java/maven-compile.js +1 -1
  70. package/lib/java/maven-packaging.js +1 -1
  71. package/lib/java/maven-sample.js +1 -1
  72. package/lib/java/pom.js +2 -2
  73. package/lib/java/projenrc.js +1 -1
  74. package/lib/javascript/biome/biome.js +1 -1
  75. package/lib/javascript/bundler.js +1 -1
  76. package/lib/javascript/eslint.js +1 -1
  77. package/lib/javascript/jest.js +4 -4
  78. package/lib/javascript/license-checker.js +1 -1
  79. package/lib/javascript/node-package.d.ts +52 -3
  80. package/lib/javascript/node-package.js +80 -21
  81. package/lib/javascript/node-project.js +1 -1
  82. package/lib/javascript/npm-config.js +1 -1
  83. package/lib/javascript/prettier.js +1 -1
  84. package/lib/javascript/projenrc.js +1 -1
  85. package/lib/javascript/typescript-config.js +2 -2
  86. package/lib/javascript/upgrade-dependencies.js +2 -2
  87. package/lib/javascript/yarnrc.js +1 -1
  88. package/lib/json-patch.js +1 -1
  89. package/lib/json.js +1 -1
  90. package/lib/license.js +1 -1
  91. package/lib/logger.js +1 -1
  92. package/lib/makefile.js +1 -1
  93. package/lib/object-file.js +1 -1
  94. package/lib/project-build.js +1 -1
  95. package/lib/project-tree.js +1 -1
  96. package/lib/project.js +1 -1
  97. package/lib/projects.js +1 -1
  98. package/lib/projenrc-json.js +2 -2
  99. package/lib/projenrc.js +1 -1
  100. package/lib/python/pip.js +1 -1
  101. package/lib/python/poetry.js +2 -2
  102. package/lib/python/projenrc.js +1 -1
  103. package/lib/python/pyproject-toml-file.js +1 -1
  104. package/lib/python/pytest-sample.js +1 -1
  105. package/lib/python/pytest.js +1 -1
  106. package/lib/python/python-project.js +1 -1
  107. package/lib/python/python-sample.js +1 -1
  108. package/lib/python/requirements-file.js +1 -1
  109. package/lib/python/setuppy.js +1 -1
  110. package/lib/python/setuptools.js +1 -1
  111. package/lib/python/uv.js +1 -1
  112. package/lib/python/venv.js +1 -1
  113. package/lib/readme.js +1 -1
  114. package/lib/release/publisher.js +1 -1
  115. package/lib/release/release-trigger.js +1 -1
  116. package/lib/release/release.js +1 -1
  117. package/lib/renovatebot.d.ts +34 -0
  118. package/lib/renovatebot.js +23 -3
  119. package/lib/sample-file.js +2 -2
  120. package/lib/semver.js +1 -1
  121. package/lib/source-code.js +1 -1
  122. package/lib/task-runtime.js +1 -1
  123. package/lib/task.js +1 -1
  124. package/lib/tasks.js +1 -1
  125. package/lib/testing.js +1 -1
  126. package/lib/textfile.js +1 -1
  127. package/lib/toml.js +1 -1
  128. package/lib/typescript/projenrc-ts.js +1 -1
  129. package/lib/typescript/projenrc.js +1 -1
  130. package/lib/typescript/typescript-typedoc.js +1 -1
  131. package/lib/typescript/typescript.js +6 -6
  132. package/lib/util/diff.d.ts +11 -0
  133. package/lib/util/diff.js +170 -0
  134. package/lib/version.js +2 -2
  135. package/lib/vscode/devcontainer.js +1 -1
  136. package/lib/vscode/extensions.js +1 -1
  137. package/lib/vscode/launch-config.js +1 -1
  138. package/lib/vscode/settings.js +1 -1
  139. package/lib/vscode/vscode.js +1 -1
  140. package/lib/web/next.js +3 -3
  141. package/lib/web/postcss.js +1 -1
  142. package/lib/web/react.js +4 -4
  143. package/lib/web/tailwind.js +1 -1
  144. package/lib/xmlfile.js +1 -1
  145. package/lib/yaml.js +1 -1
  146. package/package.json +4 -4
package/.jsii CHANGED
@@ -462,7 +462,7 @@
462
462
  },
463
463
  "locationInModule": {
464
464
  "filename": "src/file.ts",
465
- "line": 95
465
+ "line": 98
466
466
  },
467
467
  "parameters": [
468
468
  {
@@ -918,7 +918,7 @@
918
918
  },
919
919
  "locationInModule": {
920
920
  "filename": "src/dependencies.ts",
921
- "line": 53
921
+ "line": 54
922
922
  },
923
923
  "parameters": [
924
924
  {
@@ -935,7 +935,7 @@
935
935
  "kind": "class",
936
936
  "locationInModule": {
937
937
  "filename": "src/dependencies.ts",
938
- "line": 17
938
+ "line": 18
939
939
  },
940
940
  "methods": [
941
941
  {
@@ -946,7 +946,7 @@
946
946
  },
947
947
  "locationInModule": {
948
948
  "filename": "src/dependencies.ts",
949
- "line": 32
949
+ "line": 33
950
950
  },
951
951
  "name": "parseDependency",
952
952
  "parameters": [
@@ -971,7 +971,7 @@
971
971
  },
972
972
  "locationInModule": {
973
973
  "filename": "src/dependencies.ts",
974
- "line": 135
974
+ "line": 136
975
975
  },
976
976
  "name": "addDependency",
977
977
  "parameters": [
@@ -1021,7 +1021,7 @@
1021
1021
  },
1022
1022
  "locationInModule": {
1023
1023
  "filename": "src/dependencies.ts",
1024
- "line": 88
1024
+ "line": 89
1025
1025
  },
1026
1026
  "name": "getDependency",
1027
1027
  "parameters": [
@@ -1060,7 +1060,7 @@
1060
1060
  },
1061
1061
  "locationInModule": {
1062
1062
  "filename": "src/dependencies.ts",
1063
- "line": 186
1063
+ "line": 189
1064
1064
  },
1065
1065
  "name": "isDependencySatisfied",
1066
1066
  "parameters": [
@@ -1105,7 +1105,7 @@
1105
1105
  },
1106
1106
  "locationInModule": {
1107
1107
  "filename": "src/dependencies.ts",
1108
- "line": 168
1108
+ "line": 171
1109
1109
  },
1110
1110
  "name": "removeDependency",
1111
1111
  "parameters": [
@@ -1140,7 +1140,7 @@
1140
1140
  },
1141
1141
  "locationInModule": {
1142
1142
  "filename": "src/dependencies.ts",
1143
- "line": 209
1143
+ "line": 212
1144
1144
  },
1145
1145
  "name": "requestDependency",
1146
1146
  "parameters": [
@@ -1169,7 +1169,7 @@
1169
1169
  },
1170
1170
  "locationInModule": {
1171
1171
  "filename": "src/dependencies.ts",
1172
- "line": 114
1172
+ "line": 115
1173
1173
  },
1174
1174
  "name": "tryGetDependency",
1175
1175
  "parameters": [
@@ -1213,7 +1213,7 @@
1213
1213
  "immutable": true,
1214
1214
  "locationInModule": {
1215
1215
  "filename": "src/dependencies.ts",
1216
- "line": 21
1216
+ "line": 22
1217
1217
  },
1218
1218
  "name": "MANIFEST_FILE",
1219
1219
  "static": true,
@@ -1230,7 +1230,7 @@
1230
1230
  "immutable": true,
1231
1231
  "locationInModule": {
1232
1232
  "filename": "src/dependencies.ts",
1233
- "line": 72
1233
+ "line": 73
1234
1234
  },
1235
1235
  "name": "all",
1236
1236
  "type": {
@@ -1259,7 +1259,7 @@
1259
1259
  "kind": "interface",
1260
1260
  "locationInModule": {
1261
1261
  "filename": "src/dependencies.ts",
1262
- "line": 363
1262
+ "line": 366
1263
1263
  },
1264
1264
  "name": "Dependency",
1265
1265
  "properties": [
@@ -1272,7 +1272,7 @@
1272
1272
  "immutable": true,
1273
1273
  "locationInModule": {
1274
1274
  "filename": "src/dependencies.ts",
1275
- "line": 367
1275
+ "line": 370
1276
1276
  },
1277
1277
  "name": "type",
1278
1278
  "type": {
@@ -1289,7 +1289,7 @@
1289
1289
  "immutable": true,
1290
1290
  "locationInModule": {
1291
1291
  "filename": "src/dependencies.ts",
1292
- "line": 374
1292
+ "line": 377
1293
1293
  },
1294
1294
  "name": "metadata",
1295
1295
  "optional": true,
@@ -1316,7 +1316,7 @@
1316
1316
  "kind": "interface",
1317
1317
  "locationInModule": {
1318
1318
  "filename": "src/dependencies.ts",
1319
- "line": 343
1319
+ "line": 346
1320
1320
  },
1321
1321
  "name": "DependencyCoordinates",
1322
1322
  "properties": [
@@ -1330,7 +1330,7 @@
1330
1330
  "immutable": true,
1331
1331
  "locationInModule": {
1332
1332
  "filename": "src/dependencies.ts",
1333
- "line": 350
1333
+ "line": 353
1334
1334
  },
1335
1335
  "name": "name",
1336
1336
  "type": {
@@ -1347,7 +1347,7 @@
1347
1347
  "immutable": true,
1348
1348
  "locationInModule": {
1349
1349
  "filename": "src/dependencies.ts",
1350
- "line": 357
1350
+ "line": 360
1351
1351
  },
1352
1352
  "name": "version",
1353
1353
  "optional": true,
@@ -1370,7 +1370,7 @@
1370
1370
  "kind": "interface",
1371
1371
  "locationInModule": {
1372
1372
  "filename": "src/dependencies.ts",
1373
- "line": 432
1373
+ "line": 435
1374
1374
  },
1375
1375
  "name": "DependencyRequest",
1376
1376
  "properties": [
@@ -1383,7 +1383,7 @@
1383
1383
  "immutable": true,
1384
1384
  "locationInModule": {
1385
1385
  "filename": "src/dependencies.ts",
1386
- "line": 436
1386
+ "line": 439
1387
1387
  },
1388
1388
  "name": "name",
1389
1389
  "type": {
@@ -1400,7 +1400,7 @@
1400
1400
  "immutable": true,
1401
1401
  "locationInModule": {
1402
1402
  "filename": "src/dependencies.ts",
1403
- "line": 455
1403
+ "line": 458
1404
1404
  },
1405
1405
  "name": "metadata",
1406
1406
  "optional": true,
@@ -1424,7 +1424,7 @@
1424
1424
  "immutable": true,
1425
1425
  "locationInModule": {
1426
1426
  "filename": "src/dependencies.ts",
1427
- "line": 449
1427
+ "line": 452
1428
1428
  },
1429
1429
  "name": "type",
1430
1430
  "optional": true,
@@ -1442,7 +1442,7 @@
1442
1442
  "immutable": true,
1443
1443
  "locationInModule": {
1444
1444
  "filename": "src/dependencies.ts",
1445
- "line": 442
1445
+ "line": 445
1446
1446
  },
1447
1447
  "name": "version",
1448
1448
  "optional": true,
@@ -1463,7 +1463,7 @@
1463
1463
  "kind": "enum",
1464
1464
  "locationInModule": {
1465
1465
  "filename": "src/dependencies.ts",
1466
- "line": 380
1466
+ "line": 383
1467
1467
  },
1468
1468
  "members": [
1469
1469
  {
@@ -1538,7 +1538,7 @@
1538
1538
  "kind": "interface",
1539
1539
  "locationInModule": {
1540
1540
  "filename": "src/dependencies.ts",
1541
- "line": 333
1541
+ "line": 336
1542
1542
  },
1543
1543
  "name": "DepsManifest",
1544
1544
  "properties": [
@@ -1551,7 +1551,7 @@
1551
1551
  "immutable": true,
1552
1552
  "locationInModule": {
1553
1553
  "filename": "src/dependencies.ts",
1554
- "line": 337
1554
+ "line": 340
1555
1555
  },
1556
1556
  "name": "dependencies",
1557
1557
  "type": {
@@ -3613,7 +3613,7 @@
3613
3613
  },
3614
3614
  "locationInModule": {
3615
3615
  "filename": "src/file.ts",
3616
- "line": 95
3616
+ "line": 98
3617
3617
  },
3618
3618
  "parameters": [
3619
3619
  {
@@ -3640,9 +3640,56 @@
3640
3640
  "kind": "class",
3641
3641
  "locationInModule": {
3642
3642
  "filename": "src/file.ts",
3643
- "line": 55
3643
+ "line": 56
3644
3644
  },
3645
3645
  "methods": [
3646
+ {
3647
+ "docs": {
3648
+ "default": "3",
3649
+ "remarks": "Only available after synthesis.\n\nThis is an expensive operation and should only be used on non time-critical\ncode paths, like debug output.",
3650
+ "returns": "the diff as an array of lines, or `undefined` if the file was\nnot changed or has not been synthesized yet.",
3651
+ "stability": "experimental",
3652
+ "summary": "Returns a unified diff of the old and new file contents with context lines and hunk headers."
3653
+ },
3654
+ "locationInModule": {
3655
+ "filename": "src/file.ts",
3656
+ "line": 242
3657
+ },
3658
+ "name": "diff",
3659
+ "parameters": [
3660
+ {
3661
+ "docs": {
3662
+ "summary": "Whether to colorize the diff output."
3663
+ },
3664
+ "name": "colorize",
3665
+ "optional": true,
3666
+ "type": {
3667
+ "primitive": "boolean"
3668
+ }
3669
+ },
3670
+ {
3671
+ "docs": {
3672
+ "summary": "Number of context lines around changes."
3673
+ },
3674
+ "name": "contextLines",
3675
+ "optional": true,
3676
+ "type": {
3677
+ "primitive": "number"
3678
+ }
3679
+ }
3680
+ ],
3681
+ "returns": {
3682
+ "optional": true,
3683
+ "type": {
3684
+ "collection": {
3685
+ "elementtype": {
3686
+ "primitive": "string"
3687
+ },
3688
+ "kind": "array"
3689
+ }
3690
+ }
3691
+ }
3692
+ },
3646
3693
  {
3647
3694
  "docs": {
3648
3695
  "stability": "experimental",
@@ -3650,7 +3697,7 @@
3650
3697
  },
3651
3698
  "locationInModule": {
3652
3699
  "filename": "src/file.ts",
3653
- "line": 154
3700
+ "line": 157
3654
3701
  },
3655
3702
  "name": "synthesize",
3656
3703
  "overrides": "projen.Component"
@@ -3664,7 +3711,7 @@
3664
3711
  },
3665
3712
  "locationInModule": {
3666
3713
  "filename": "src/file.ts",
3667
- "line": 149
3714
+ "line": 152
3668
3715
  },
3669
3716
  "name": "synthesizeContent",
3670
3717
  "parameters": [
@@ -3697,7 +3744,7 @@
3697
3744
  "immutable": true,
3698
3745
  "locationInModule": {
3699
3746
  "filename": "src/file.ts",
3700
- "line": 74
3747
+ "line": 75
3701
3748
  },
3702
3749
  "name": "absolutePath",
3703
3750
  "type": {
@@ -3712,7 +3759,7 @@
3712
3759
  "immutable": true,
3713
3760
  "locationInModule": {
3714
3761
  "filename": "src/file.ts",
3715
- "line": 59
3762
+ "line": 60
3716
3763
  },
3717
3764
  "name": "path",
3718
3765
  "type": {
@@ -3728,7 +3775,7 @@
3728
3775
  "immutable": true,
3729
3776
  "locationInModule": {
3730
3777
  "filename": "src/file.ts",
3731
- "line": 221
3778
+ "line": 226
3732
3779
  },
3733
3780
  "name": "changed",
3734
3781
  "optional": true,
@@ -3745,7 +3792,7 @@
3745
3792
  "immutable": true,
3746
3793
  "locationInModule": {
3747
3794
  "filename": "src/file.ts",
3748
- "line": 84
3795
+ "line": 87
3749
3796
  },
3750
3797
  "name": "marker",
3751
3798
  "optional": true,
@@ -3760,7 +3807,7 @@
3760
3807
  },
3761
3808
  "locationInModule": {
3762
3809
  "filename": "src/file.ts",
3763
- "line": 69
3810
+ "line": 70
3764
3811
  },
3765
3812
  "name": "executable",
3766
3813
  "type": {
@@ -3774,7 +3821,7 @@
3774
3821
  },
3775
3822
  "locationInModule": {
3776
3823
  "filename": "src/file.ts",
3777
- "line": 64
3824
+ "line": 65
3778
3825
  },
3779
3826
  "name": "readonly",
3780
3827
  "type": {
@@ -3794,7 +3841,7 @@
3794
3841
  "kind": "interface",
3795
3842
  "locationInModule": {
3796
3843
  "filename": "src/file.ts",
3797
- "line": 17
3844
+ "line": 18
3798
3845
  },
3799
3846
  "name": "FileBaseOptions",
3800
3847
  "properties": [
@@ -3809,7 +3856,7 @@
3809
3856
  "immutable": true,
3810
3857
  "locationInModule": {
3811
3858
  "filename": "src/file.ts",
3812
- "line": 25
3859
+ "line": 26
3813
3860
  },
3814
3861
  "name": "committed",
3815
3862
  "optional": true,
@@ -3827,7 +3874,7 @@
3827
3874
  "immutable": true,
3828
3875
  "locationInModule": {
3829
3876
  "filename": "src/file.ts",
3830
- "line": 31
3877
+ "line": 32
3831
3878
  },
3832
3879
  "name": "editGitignore",
3833
3880
  "optional": true,
@@ -3845,7 +3892,7 @@
3845
3892
  "immutable": true,
3846
3893
  "locationInModule": {
3847
3894
  "filename": "src/file.ts",
3848
- "line": 45
3895
+ "line": 46
3849
3896
  },
3850
3897
  "name": "executable",
3851
3898
  "optional": true,
@@ -3863,7 +3910,7 @@
3863
3910
  "immutable": true,
3864
3911
  "locationInModule": {
3865
3912
  "filename": "src/file.ts",
3866
- "line": 52
3913
+ "line": 53
3867
3914
  },
3868
3915
  "name": "marker",
3869
3916
  "optional": true,
@@ -3881,7 +3928,7 @@
3881
3928
  "immutable": true,
3882
3929
  "locationInModule": {
3883
3930
  "filename": "src/file.ts",
3884
- "line": 38
3931
+ "line": 39
3885
3932
  },
3886
3933
  "name": "readonly",
3887
3934
  "optional": true,
@@ -5442,7 +5489,7 @@
5442
5489
  "kind": "interface",
5443
5490
  "locationInModule": {
5444
5491
  "filename": "src/file.ts",
5445
- "line": 256
5492
+ "line": 286
5446
5493
  },
5447
5494
  "methods": [
5448
5495
  {
@@ -5453,7 +5500,7 @@
5453
5500
  },
5454
5501
  "locationInModule": {
5455
5502
  "filename": "src/file.ts",
5456
- "line": 260
5503
+ "line": 290
5457
5504
  },
5458
5505
  "name": "toJSON",
5459
5506
  "returns": {
@@ -5476,7 +5523,7 @@
5476
5523
  "kind": "interface",
5477
5524
  "locationInModule": {
5478
5525
  "filename": "src/file.ts",
5479
- "line": 229
5526
+ "line": 259
5480
5527
  },
5481
5528
  "methods": [
5482
5529
  {
@@ -5490,7 +5537,7 @@
5490
5537
  },
5491
5538
  "locationInModule": {
5492
5539
  "filename": "src/file.ts",
5493
- "line": 236
5540
+ "line": 266
5494
5541
  },
5495
5542
  "name": "resolve",
5496
5543
  "parameters": [
@@ -9225,7 +9272,7 @@
9225
9272
  },
9226
9273
  "locationInModule": {
9227
9274
  "filename": "src/renovatebot.ts",
9228
- "line": 126
9275
+ "line": 166
9229
9276
  },
9230
9277
  "parameters": [
9231
9278
  {
@@ -9246,7 +9293,7 @@
9246
9293
  "kind": "class",
9247
9294
  "locationInModule": {
9248
9295
  "filename": "src/renovatebot.ts",
9249
- "line": 108
9296
+ "line": 144
9250
9297
  },
9251
9298
  "name": "Renovatebot",
9252
9299
  "properties": [
@@ -9258,7 +9305,7 @@
9258
9305
  "immutable": true,
9259
9306
  "locationInModule": {
9260
9307
  "filename": "src/renovatebot.ts",
9261
- "line": 112
9308
+ "line": 148
9262
9309
  },
9263
9310
  "name": "file",
9264
9311
  "type": {
@@ -9268,6 +9315,38 @@
9268
9315
  ],
9269
9316
  "symbolId": "src/renovatebot:Renovatebot"
9270
9317
  },
9318
+ "projen.RenovatebotMinimumReleaseAgeBehaviour": {
9319
+ "assembly": "projen",
9320
+ "docs": {
9321
+ "see": "https://docs.renovatebot.com/configuration-options/#minimumreleaseagebehaviour",
9322
+ "stability": "experimental",
9323
+ "summary": "Behaviour when a release timestamp is missing for `minimumReleaseAge`."
9324
+ },
9325
+ "fqn": "projen.RenovatebotMinimumReleaseAgeBehaviour",
9326
+ "kind": "enum",
9327
+ "locationInModule": {
9328
+ "filename": "src/renovatebot.ts",
9329
+ "line": 127
9330
+ },
9331
+ "members": [
9332
+ {
9333
+ "docs": {
9334
+ "stability": "experimental",
9335
+ "summary": "A release without a timestamp is not treated as stable."
9336
+ },
9337
+ "name": "TIMESTAMP_REQUIRED"
9338
+ },
9339
+ {
9340
+ "docs": {
9341
+ "stability": "experimental",
9342
+ "summary": "A release without a timestamp is treated as stable."
9343
+ },
9344
+ "name": "TIMESTAMP_OPTIONAL"
9345
+ }
9346
+ ],
9347
+ "name": "RenovatebotMinimumReleaseAgeBehaviour",
9348
+ "symbolId": "src/renovatebot:RenovatebotMinimumReleaseAgeBehaviour"
9349
+ },
9271
9350
  "projen.RenovatebotOptions": {
9272
9351
  "assembly": "projen",
9273
9352
  "datatype": true,
@@ -9364,6 +9443,45 @@
9364
9443
  "primitive": "boolean"
9365
9444
  }
9366
9445
  },
9446
+ {
9447
+ "abstract": true,
9448
+ "docs": {
9449
+ "default": "- no minimum release age",
9450
+ "remarks": "This is a supply chain security feature to avoid updating to newly published,\npotentially malicious versions.",
9451
+ "see": "https://docs.renovatebot.com/configuration-options/#minimumreleaseage",
9452
+ "stability": "experimental",
9453
+ "summary": "Minimum release age for packages before Renovate will propose an update."
9454
+ },
9455
+ "immutable": true,
9456
+ "locationInModule": {
9457
+ "filename": "src/renovatebot.ts",
9458
+ "line": 63
9459
+ },
9460
+ "name": "minimumReleaseAge",
9461
+ "optional": true,
9462
+ "type": {
9463
+ "primitive": "string"
9464
+ }
9465
+ },
9466
+ {
9467
+ "abstract": true,
9468
+ "docs": {
9469
+ "default": "RenovatebotMinimumReleaseAgeBehaviour.TIMESTAMP_REQUIRED",
9470
+ "see": "https://docs.renovatebot.com/configuration-options/#minimumreleaseagebehaviour",
9471
+ "stability": "experimental",
9472
+ "summary": "Controls whether a release timestamp is required when using `minimumReleaseAge`."
9473
+ },
9474
+ "immutable": true,
9475
+ "locationInModule": {
9476
+ "filename": "src/renovatebot.ts",
9477
+ "line": 71
9478
+ },
9479
+ "name": "minimumReleaseAgeBehaviour",
9480
+ "optional": true,
9481
+ "type": {
9482
+ "fqn": "projen.RenovatebotMinimumReleaseAgeBehaviour"
9483
+ }
9484
+ },
9367
9485
  {
9368
9486
  "abstract": true,
9369
9487
  "docs": {
@@ -9419,7 +9537,7 @@
9419
9537
  "kind": "enum",
9420
9538
  "locationInModule": {
9421
9539
  "filename": "src/renovatebot.ts",
9422
- "line": 61
9540
+ "line": 80
9423
9541
  },
9424
9542
  "members": [
9425
9543
  {
@@ -9486,7 +9604,7 @@
9486
9604
  "kind": "interface",
9487
9605
  "locationInModule": {
9488
9606
  "filename": "src/file.ts",
9489
- "line": 242
9607
+ "line": 272
9490
9608
  },
9491
9609
  "name": "ResolveOptions",
9492
9610
  "properties": [
@@ -9500,7 +9618,7 @@
9500
9618
  "immutable": true,
9501
9619
  "locationInModule": {
9502
9620
  "filename": "src/file.ts",
9503
- "line": 253
9621
+ "line": 283
9504
9622
  },
9505
9623
  "name": "args",
9506
9624
  "optional": true,
@@ -9523,7 +9641,7 @@
9523
9641
  "immutable": true,
9524
9642
  "locationInModule": {
9525
9643
  "filename": "src/file.ts",
9526
- "line": 247
9644
+ "line": 277
9527
9645
  },
9528
9646
  "name": "omitEmpty",
9529
9647
  "optional": true,
@@ -23557,7 +23675,7 @@
23557
23675
  },
23558
23676
  "locationInModule": {
23559
23677
  "filename": "src/github/dependabot.ts",
23560
- "line": 429
23678
+ "line": 484
23561
23679
  },
23562
23680
  "parameters": [
23563
23681
  {
@@ -23578,7 +23696,7 @@
23578
23696
  "kind": "class",
23579
23697
  "locationInModule": {
23580
23698
  "filename": "src/github/dependabot.ts",
23581
- "line": 414
23699
+ "line": 469
23582
23700
  },
23583
23701
  "methods": [
23584
23702
  {
@@ -23588,7 +23706,7 @@
23588
23706
  },
23589
23707
  "locationInModule": {
23590
23708
  "filename": "src/github/dependabot.ts",
23591
- "line": 505
23709
+ "line": 563
23592
23710
  },
23593
23711
  "name": "addAllow",
23594
23712
  "parameters": [
@@ -23610,7 +23728,7 @@
23610
23728
  },
23611
23729
  "locationInModule": {
23612
23730
  "filename": "src/github/dependabot.ts",
23613
- "line": 520
23731
+ "line": 578
23614
23732
  },
23615
23733
  "name": "addIgnore",
23616
23734
  "parameters": [
@@ -23650,7 +23768,7 @@
23650
23768
  "immutable": true,
23651
23769
  "locationInModule": {
23652
23770
  "filename": "src/github/dependabot.ts",
23653
- "line": 419
23771
+ "line": 474
23654
23772
  },
23655
23773
  "name": "config",
23656
23774
  "type": {
@@ -23665,7 +23783,7 @@
23665
23783
  "immutable": true,
23666
23784
  "locationInModule": {
23667
23785
  "filename": "src/github/dependabot.ts",
23668
- "line": 424
23786
+ "line": 479
23669
23787
  },
23670
23788
  "name": "ignoresProjen",
23671
23789
  "type": {
@@ -23687,7 +23805,7 @@
23687
23805
  "kind": "interface",
23688
23806
  "locationInModule": {
23689
23807
  "filename": "src/github/dependabot.ts",
23690
- "line": 229
23808
+ "line": 284
23691
23809
  },
23692
23810
  "name": "DependabotAllow",
23693
23811
  "namespace": "github",
@@ -23702,7 +23820,7 @@
23702
23820
  "immutable": true,
23703
23821
  "locationInModule": {
23704
23822
  "filename": "src/github/dependabot.ts",
23705
- "line": 237
23823
+ "line": 292
23706
23824
  },
23707
23825
  "name": "dependencyName",
23708
23826
  "type": {
@@ -23712,6 +23830,146 @@
23712
23830
  ],
23713
23831
  "symbolId": "src/github/dependabot:DependabotAllow"
23714
23832
  },
23833
+ "projen.github.DependabotCooldown": {
23834
+ "assembly": "projen",
23835
+ "datatype": true,
23836
+ "docs": {
23837
+ "see": "https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown-",
23838
+ "stability": "experimental",
23839
+ "summary": "Defines a cooldown period for dependency version updates."
23840
+ },
23841
+ "fqn": "projen.github.DependabotCooldown",
23842
+ "kind": "interface",
23843
+ "locationInModule": {
23844
+ "filename": "src/github/dependabot.ts",
23845
+ "line": 118
23846
+ },
23847
+ "name": "DependabotCooldown",
23848
+ "namespace": "github",
23849
+ "properties": [
23850
+ {
23851
+ "abstract": true,
23852
+ "docs": {
23853
+ "default": "- no default cooldown",
23854
+ "stability": "experimental",
23855
+ "summary": "Default cooldown period (in days) for all dependencies without specific semver rules."
23856
+ },
23857
+ "immutable": true,
23858
+ "locationInModule": {
23859
+ "filename": "src/github/dependabot.ts",
23860
+ "line": 123
23861
+ },
23862
+ "name": "defaultDays",
23863
+ "optional": true,
23864
+ "type": {
23865
+ "primitive": "number"
23866
+ }
23867
+ },
23868
+ {
23869
+ "abstract": true,
23870
+ "docs": {
23871
+ "default": "- no exclusions",
23872
+ "remarks": "Supports wildcards.\nTakes precedence over `include`.",
23873
+ "stability": "experimental",
23874
+ "summary": "List of dependencies excluded from cooldown."
23875
+ },
23876
+ "immutable": true,
23877
+ "locationInModule": {
23878
+ "filename": "src/github/dependabot.ts",
23879
+ "line": 154
23880
+ },
23881
+ "name": "exclude",
23882
+ "optional": true,
23883
+ "type": {
23884
+ "collection": {
23885
+ "elementtype": {
23886
+ "primitive": "string"
23887
+ },
23888
+ "kind": "array"
23889
+ }
23890
+ }
23891
+ },
23892
+ {
23893
+ "abstract": true,
23894
+ "docs": {
23895
+ "default": "- all dependencies",
23896
+ "remarks": "Supports wildcards.",
23897
+ "stability": "experimental",
23898
+ "summary": "List of dependencies to apply cooldown to."
23899
+ },
23900
+ "immutable": true,
23901
+ "locationInModule": {
23902
+ "filename": "src/github/dependabot.ts",
23903
+ "line": 147
23904
+ },
23905
+ "name": "include",
23906
+ "optional": true,
23907
+ "type": {
23908
+ "collection": {
23909
+ "elementtype": {
23910
+ "primitive": "string"
23911
+ },
23912
+ "kind": "array"
23913
+ }
23914
+ }
23915
+ },
23916
+ {
23917
+ "abstract": true,
23918
+ "docs": {
23919
+ "default": "- uses defaultDays",
23920
+ "stability": "experimental",
23921
+ "summary": "Cooldown period (in days) for major version updates."
23922
+ },
23923
+ "immutable": true,
23924
+ "locationInModule": {
23925
+ "filename": "src/github/dependabot.ts",
23926
+ "line": 129
23927
+ },
23928
+ "name": "semverMajorDays",
23929
+ "optional": true,
23930
+ "type": {
23931
+ "primitive": "number"
23932
+ }
23933
+ },
23934
+ {
23935
+ "abstract": true,
23936
+ "docs": {
23937
+ "default": "- uses defaultDays",
23938
+ "stability": "experimental",
23939
+ "summary": "Cooldown period (in days) for minor version updates."
23940
+ },
23941
+ "immutable": true,
23942
+ "locationInModule": {
23943
+ "filename": "src/github/dependabot.ts",
23944
+ "line": 135
23945
+ },
23946
+ "name": "semverMinorDays",
23947
+ "optional": true,
23948
+ "type": {
23949
+ "primitive": "number"
23950
+ }
23951
+ },
23952
+ {
23953
+ "abstract": true,
23954
+ "docs": {
23955
+ "default": "- uses defaultDays",
23956
+ "stability": "experimental",
23957
+ "summary": "Cooldown period (in days) for patch version updates."
23958
+ },
23959
+ "immutable": true,
23960
+ "locationInModule": {
23961
+ "filename": "src/github/dependabot.ts",
23962
+ "line": 141
23963
+ },
23964
+ "name": "semverPatchDays",
23965
+ "optional": true,
23966
+ "type": {
23967
+ "primitive": "number"
23968
+ }
23969
+ }
23970
+ ],
23971
+ "symbolId": "src/github/dependabot:DependabotCooldown"
23972
+ },
23715
23973
  "projen.github.DependabotGroup": {
23716
23974
  "assembly": "projen",
23717
23975
  "datatype": true,
@@ -23724,7 +23982,7 @@
23724
23982
  "kind": "interface",
23725
23983
  "locationInModule": {
23726
23984
  "filename": "src/github/dependabot.ts",
23727
- "line": 266
23985
+ "line": 321
23728
23986
  },
23729
23987
  "name": "DependabotGroup",
23730
23988
  "namespace": "github",
@@ -23738,7 +23996,7 @@
23738
23996
  "immutable": true,
23739
23997
  "locationInModule": {
23740
23998
  "filename": "src/github/dependabot.ts",
23741
- "line": 284
23999
+ "line": 339
23742
24000
  },
23743
24001
  "name": "patterns",
23744
24002
  "type": {
@@ -23760,7 +24018,7 @@
23760
24018
  "immutable": true,
23761
24019
  "locationInModule": {
23762
24020
  "filename": "src/github/dependabot.ts",
23763
- "line": 271
24021
+ "line": 326
23764
24022
  },
23765
24023
  "name": "appliesTo",
23766
24024
  "optional": true,
@@ -23779,7 +24037,7 @@
23779
24037
  "immutable": true,
23780
24038
  "locationInModule": {
23781
24039
  "filename": "src/github/dependabot.ts",
23782
- "line": 278
24040
+ "line": 333
23783
24041
  },
23784
24042
  "name": "dependencyType",
23785
24043
  "optional": true,
@@ -23796,7 +24054,7 @@
23796
24054
  "immutable": true,
23797
24055
  "locationInModule": {
23798
24056
  "filename": "src/github/dependabot.ts",
23799
- "line": 290
24057
+ "line": 345
23800
24058
  },
23801
24059
  "name": "excludePatterns",
23802
24060
  "optional": true,
@@ -23821,7 +24079,7 @@
23821
24079
  "immutable": true,
23822
24080
  "locationInModule": {
23823
24081
  "filename": "src/github/dependabot.ts",
23824
- "line": 300
24082
+ "line": 355
23825
24083
  },
23826
24084
  "name": "updateTypes",
23827
24085
  "optional": true,
@@ -23847,7 +24105,7 @@
23847
24105
  "kind": "enum",
23848
24106
  "locationInModule": {
23849
24107
  "filename": "src/github/dependabot.ts",
23850
- "line": 306
24108
+ "line": 361
23851
24109
  },
23852
24110
  "members": [
23853
24111
  {
@@ -23879,7 +24137,7 @@
23879
24137
  "kind": "enum",
23880
24138
  "locationInModule": {
23881
24139
  "filename": "src/github/dependabot.ts",
23882
- "line": 321
24140
+ "line": 376
23883
24141
  },
23884
24142
  "members": [
23885
24143
  {
@@ -23911,7 +24169,7 @@
23911
24169
  "kind": "enum",
23912
24170
  "locationInModule": {
23913
24171
  "filename": "src/github/dependabot.ts",
23914
- "line": 336
24172
+ "line": 391
23915
24173
  },
23916
24174
  "members": [
23917
24175
  {
@@ -23952,7 +24210,7 @@
23952
24210
  "kind": "interface",
23953
24211
  "locationInModule": {
23954
24212
  "filename": "src/github/dependabot.ts",
23955
- "line": 244
24213
+ "line": 299
23956
24214
  },
23957
24215
  "name": "DependabotIgnore",
23958
24216
  "namespace": "github",
@@ -23967,7 +24225,7 @@
23967
24225
  "immutable": true,
23968
24226
  "locationInModule": {
23969
24227
  "filename": "src/github/dependabot.ts",
23970
- "line": 252
24228
+ "line": 307
23971
24229
  },
23972
24230
  "name": "dependencyName",
23973
24231
  "type": {
@@ -23984,7 +24242,7 @@
23984
24242
  "immutable": true,
23985
24243
  "locationInModule": {
23986
24244
  "filename": "src/github/dependabot.ts",
23987
- "line": 259
24245
+ "line": 314
23988
24246
  },
23989
24247
  "name": "versions",
23990
24248
  "optional": true,
@@ -24062,6 +24320,26 @@
24062
24320
  }
24063
24321
  }
24064
24322
  },
24323
+ {
24324
+ "abstract": true,
24325
+ "docs": {
24326
+ "default": "- no cooldown",
24327
+ "remarks": "During the cooldown, Dependabot will not propose updates for a dependency.\nThis only applies to version updates, not security updates.",
24328
+ "see": "https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#cooldown-",
24329
+ "stability": "experimental",
24330
+ "summary": "Defines a cooldown period for dependency version updates."
24331
+ },
24332
+ "immutable": true,
24333
+ "locationInModule": {
24334
+ "filename": "src/github/dependabot.ts",
24335
+ "line": 110
24336
+ },
24337
+ "name": "cooldown",
24338
+ "optional": true,
24339
+ "type": {
24340
+ "fqn": "projen.github.DependabotCooldown"
24341
+ }
24342
+ },
24065
24343
  {
24066
24344
  "abstract": true,
24067
24345
  "docs": {
@@ -24284,7 +24562,7 @@
24284
24562
  "kind": "interface",
24285
24563
  "locationInModule": {
24286
24564
  "filename": "src/github/dependabot.ts",
24287
- "line": 106
24565
+ "line": 161
24288
24566
  },
24289
24567
  "name": "DependabotRegistry",
24290
24568
  "namespace": "github",
@@ -24298,7 +24576,7 @@
24298
24576
  "immutable": true,
24299
24577
  "locationInModule": {
24300
24578
  "filename": "src/github/dependabot.ts",
24301
- "line": 110
24579
+ "line": 165
24302
24580
  },
24303
24581
  "name": "type",
24304
24582
  "type": {
@@ -24314,7 +24592,7 @@
24314
24592
  "immutable": true,
24315
24593
  "locationInModule": {
24316
24594
  "filename": "src/github/dependabot.ts",
24317
- "line": 115
24595
+ "line": 170
24318
24596
  },
24319
24597
  "name": "url",
24320
24598
  "type": {
@@ -24331,7 +24609,7 @@
24331
24609
  "immutable": true,
24332
24610
  "locationInModule": {
24333
24611
  "filename": "src/github/dependabot.ts",
24334
- "line": 133
24612
+ "line": 188
24335
24613
  },
24336
24614
  "name": "key",
24337
24615
  "optional": true,
@@ -24350,7 +24628,7 @@
24350
24628
  "immutable": true,
24351
24629
  "locationInModule": {
24352
24630
  "filename": "src/github/dependabot.ts",
24353
- "line": 154
24631
+ "line": 209
24354
24632
  },
24355
24633
  "name": "organization",
24356
24634
  "optional": true,
@@ -24368,7 +24646,7 @@
24368
24646
  "immutable": true,
24369
24647
  "locationInModule": {
24370
24648
  "filename": "src/github/dependabot.ts",
24371
- "line": 127
24649
+ "line": 182
24372
24650
  },
24373
24651
  "name": "password",
24374
24652
  "optional": true,
@@ -24386,7 +24664,7 @@
24386
24664
  "immutable": true,
24387
24665
  "locationInModule": {
24388
24666
  "filename": "src/github/dependabot.ts",
24389
- "line": 147
24667
+ "line": 202
24390
24668
  },
24391
24669
  "name": "replacesBase",
24392
24670
  "optional": true,
@@ -24404,7 +24682,7 @@
24404
24682
  "immutable": true,
24405
24683
  "locationInModule": {
24406
24684
  "filename": "src/github/dependabot.ts",
24407
- "line": 139
24685
+ "line": 194
24408
24686
  },
24409
24687
  "name": "token",
24410
24688
  "optional": true,
@@ -24422,7 +24700,7 @@
24422
24700
  "immutable": true,
24423
24701
  "locationInModule": {
24424
24702
  "filename": "src/github/dependabot.ts",
24425
- "line": 121
24703
+ "line": 176
24426
24704
  },
24427
24705
  "name": "username",
24428
24706
  "optional": true,
@@ -24445,7 +24723,7 @@
24445
24723
  "kind": "enum",
24446
24724
  "locationInModule": {
24447
24725
  "filename": "src/github/dependabot.ts",
24448
- "line": 162
24726
+ "line": 217
24449
24727
  },
24450
24728
  "members": [
24451
24729
  {
@@ -24544,7 +24822,7 @@
24544
24822
  "kind": "enum",
24545
24823
  "locationInModule": {
24546
24824
  "filename": "src/github/dependabot.ts",
24547
- "line": 357
24825
+ "line": 412
24548
24826
  },
24549
24827
  "members": [
24550
24828
  {
@@ -29759,7 +30037,7 @@
29759
30037
  "kind": "enum",
29760
30038
  "locationInModule": {
29761
30039
  "filename": "src/github/dependabot.ts",
29762
- "line": 377
30040
+ "line": 432
29763
30041
  },
29764
30042
  "members": [
29765
30043
  {
@@ -45274,6 +45552,125 @@
45274
45552
  ],
45275
45553
  "symbolId": "src/javascript/jest:HasteConfig"
45276
45554
  },
45555
+ "projen.javascript.InstallReason": {
45556
+ "assembly": "projen",
45557
+ "docs": {
45558
+ "stability": "experimental",
45559
+ "summary": "Why a dependency install was triggered during synthesis."
45560
+ },
45561
+ "fqn": "projen.javascript.InstallReason",
45562
+ "kind": "enum",
45563
+ "locationInModule": {
45564
+ "filename": "src/javascript/node-package.ts",
45565
+ "line": 2111
45566
+ },
45567
+ "members": [
45568
+ {
45569
+ "docs": {
45570
+ "stability": "experimental",
45571
+ "summary": "The node_modules directory does not exist."
45572
+ },
45573
+ "name": "NO_NODE_MODULES"
45574
+ },
45575
+ {
45576
+ "docs": {
45577
+ "stability": "experimental",
45578
+ "summary": "The package.json file was modified during synthesis."
45579
+ },
45580
+ "name": "PACKAGE_JSON_CHANGED"
45581
+ },
45582
+ {
45583
+ "docs": {
45584
+ "stability": "experimental",
45585
+ "summary": "Wildcard dependency versions were resolved to concrete ranges."
45586
+ },
45587
+ "name": "DEPS_RESOLVED"
45588
+ }
45589
+ ],
45590
+ "name": "InstallReason",
45591
+ "namespace": "javascript",
45592
+ "symbolId": "src/javascript/node-package:InstallReason"
45593
+ },
45594
+ "projen.javascript.InstallTrigger": {
45595
+ "assembly": "projen",
45596
+ "datatype": true,
45597
+ "docs": {
45598
+ "stability": "experimental",
45599
+ "summary": "Describes why dependencies need to be installed."
45600
+ },
45601
+ "fqn": "projen.javascript.InstallTrigger",
45602
+ "kind": "interface",
45603
+ "locationInModule": {
45604
+ "filename": "src/javascript/node-package.ts",
45605
+ "line": 2123
45606
+ },
45607
+ "name": "InstallTrigger",
45608
+ "namespace": "javascript",
45609
+ "properties": [
45610
+ {
45611
+ "abstract": true,
45612
+ "docs": {
45613
+ "stability": "experimental",
45614
+ "summary": "The reason for the install."
45615
+ },
45616
+ "immutable": true,
45617
+ "locationInModule": {
45618
+ "filename": "src/javascript/node-package.ts",
45619
+ "line": 2125
45620
+ },
45621
+ "name": "reason",
45622
+ "type": {
45623
+ "fqn": "projen.javascript.InstallReason"
45624
+ }
45625
+ },
45626
+ {
45627
+ "abstract": true,
45628
+ "docs": {
45629
+ "stability": "experimental",
45630
+ "summary": "A unified diff of the package.json changes. Only present when reason is `PACKAGE_JSON_CHANGED`."
45631
+ },
45632
+ "immutable": true,
45633
+ "locationInModule": {
45634
+ "filename": "src/javascript/node-package.ts",
45635
+ "line": 2131
45636
+ },
45637
+ "name": "diff",
45638
+ "optional": true,
45639
+ "type": {
45640
+ "collection": {
45641
+ "elementtype": {
45642
+ "primitive": "string"
45643
+ },
45644
+ "kind": "array"
45645
+ }
45646
+ }
45647
+ },
45648
+ {
45649
+ "abstract": true,
45650
+ "docs": {
45651
+ "remarks": "Only present when reason is `DEPS_RESOLVED`.",
45652
+ "stability": "experimental",
45653
+ "summary": "Human-readable descriptions of resolved dependency version changes."
45654
+ },
45655
+ "immutable": true,
45656
+ "locationInModule": {
45657
+ "filename": "src/javascript/node-package.ts",
45658
+ "line": 2137
45659
+ },
45660
+ "name": "resolutions",
45661
+ "optional": true,
45662
+ "type": {
45663
+ "collection": {
45664
+ "elementtype": {
45665
+ "primitive": "string"
45666
+ },
45667
+ "kind": "array"
45668
+ }
45669
+ }
45670
+ }
45671
+ ],
45672
+ "symbolId": "src/javascript/node-package:InstallTrigger"
45673
+ },
45277
45674
  "projen.javascript.Jest": {
45278
45675
  "assembly": "projen",
45279
45676
  "base": "projen.Component",
@@ -47955,6 +48352,30 @@
47955
48352
  }
47956
48353
  }
47957
48354
  },
48355
+ {
48356
+ "docs": {
48357
+ "remarks": "Does not log — the caller is\nresponsible for informing the user before calling this method.",
48358
+ "stability": "experimental",
48359
+ "summary": "Runs the install or install:ci task."
48360
+ },
48361
+ "locationInModule": {
48362
+ "filename": "src/javascript/node-package.ts",
48363
+ "line": 1898
48364
+ },
48365
+ "name": "installDependencies",
48366
+ "parameters": [
48367
+ {
48368
+ "docs": {
48369
+ "summary": "the reason for the install, available for subclasses to act on."
48370
+ },
48371
+ "name": "_trigger",
48372
+ "type": {
48373
+ "fqn": "projen.javascript.InstallTrigger"
48374
+ }
48375
+ }
48376
+ ],
48377
+ "protected": true
48378
+ },
47958
48379
  {
47959
48380
  "docs": {
47960
48381
  "remarks": "Order is *not* guaranteed.",
@@ -48106,7 +48527,7 @@
48106
48527
  "immutable": true,
48107
48528
  "locationInModule": {
48108
48529
  "filename": "src/javascript/node-package.ts",
48109
- "line": 1113
48530
+ "line": 1165
48110
48531
  },
48111
48532
  "name": "execCommand",
48112
48533
  "type": {
@@ -48317,7 +48738,7 @@
48317
48738
  "immutable": true,
48318
48739
  "locationInModule": {
48319
48740
  "filename": "src/javascript/node-package.ts",
48320
- "line": 1121
48741
+ "line": 1173
48321
48742
  },
48322
48743
  "name": "projenCommand",
48323
48744
  "type": {
@@ -48495,7 +48916,7 @@
48495
48916
  "kind": "enum",
48496
48917
  "locationInModule": {
48497
48918
  "filename": "src/javascript/node-package.ts",
48498
- "line": 1961
48919
+ "line": 2019
48499
48920
  },
48500
48921
  "members": [
48501
48922
  {
@@ -51079,7 +51500,7 @@
51079
51500
  "kind": "enum",
51080
51501
  "locationInModule": {
51081
51502
  "filename": "src/javascript/node-package.ts",
51082
- "line": 2005
51503
+ "line": 2063
51083
51504
  },
51084
51505
  "members": [
51085
51506
  {
@@ -51274,7 +51695,7 @@
51274
51695
  "kind": "interface",
51275
51696
  "locationInModule": {
51276
51697
  "filename": "src/javascript/node-package.ts",
51277
- "line": 1950
51698
+ "line": 2008
51278
51699
  },
51279
51700
  "name": "PeerDependencyOptions",
51280
51701
  "namespace": "javascript",
@@ -51289,7 +51710,7 @@
51289
51710
  "immutable": true,
51290
51711
  "locationInModule": {
51291
51712
  "filename": "src/javascript/node-package.ts",
51292
- "line": 1955
51713
+ "line": 2013
51293
51714
  },
51294
51715
  "name": "pinnedDevDependency",
51295
51716
  "optional": true,
@@ -55456,7 +55877,7 @@
55456
55877
  "kind": "interface",
55457
55878
  "locationInModule": {
55458
55879
  "filename": "src/javascript/node-package.ts",
55459
- "line": 2020
55880
+ "line": 2078
55460
55881
  },
55461
55882
  "name": "YarnBerryOptions",
55462
55883
  "namespace": "javascript",
@@ -55471,7 +55892,7 @@
55471
55892
  "immutable": true,
55472
55893
  "locationInModule": {
55473
55894
  "filename": "src/javascript/node-package.ts",
55474
- "line": 2026
55895
+ "line": 2084
55475
55896
  },
55476
55897
  "name": "version",
55477
55898
  "optional": true,
@@ -55489,7 +55910,7 @@
55489
55910
  "immutable": true,
55490
55911
  "locationInModule": {
55491
55912
  "filename": "src/javascript/node-package.ts",
55492
- "line": 2033
55913
+ "line": 2091
55493
55914
  },
55494
55915
  "name": "yarnRcOptions",
55495
55916
  "optional": true,
@@ -55508,7 +55929,7 @@
55508
55929
  "immutable": true,
55509
55930
  "locationInModule": {
55510
55931
  "filename": "src/javascript/node-package.ts",
55511
- "line": 2041
55932
+ "line": 2099
55512
55933
  },
55513
55934
  "name": "zeroInstalls",
55514
55935
  "optional": true,
@@ -81534,6 +81955,6 @@
81534
81955
  "usedFeatures": [
81535
81956
  "class-covariant-overrides"
81536
81957
  ],
81537
- "version": "0.99.46",
81538
- "fingerprint": "kfogDm+Ky8lIRwIvkvniobIJYFMpFCfIH8Cgs0lIEiM="
81958
+ "version": "0.99.48",
81959
+ "fingerprint": "DYLYwGiChz5heEtusKYkBDmIDiG6rhVPpBk2sHLQhmo="
81539
81960
  }