projen 0.99.47 → 0.99.49

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 +391 -201
  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.js +1 -1
  45. package/lib/github/github-credentials.js +1 -1
  46. package/lib/github/github-project.js +1 -1
  47. package/lib/github/github.js +1 -1
  48. package/lib/github/merge-queue.js +1 -1
  49. package/lib/github/mergify.js +1 -1
  50. package/lib/github/pr-template.js +1 -1
  51. package/lib/github/pull-request-backport.js +1 -1
  52. package/lib/github/pull-request-lint.js +1 -1
  53. package/lib/github/stale.js +1 -1
  54. package/lib/github/task-workflow-job.js +1 -1
  55. package/lib/github/task-workflow.js +1 -1
  56. package/lib/github/workflow-actions.js +1 -1
  57. package/lib/github/workflow-jobs.js +1 -1
  58. package/lib/github/workflow-steps.js +1 -1
  59. package/lib/github/workflows.js +1 -1
  60. package/lib/gitlab/configuration.js +1 -1
  61. package/lib/gitlab/gitlab-configuration.js +1 -1
  62. package/lib/gitlab/nested-configuration.js +1 -1
  63. package/lib/gitpod.js +1 -1
  64. package/lib/ignore-file.js +1 -1
  65. package/lib/ini.js +1 -1
  66. package/lib/java/java-project.js +1 -1
  67. package/lib/java/junit.js +1 -1
  68. package/lib/java/maven-compile.js +1 -1
  69. package/lib/java/maven-packaging.js +1 -1
  70. package/lib/java/maven-sample.js +1 -1
  71. package/lib/java/pom.js +2 -2
  72. package/lib/java/projenrc.js +1 -1
  73. package/lib/javascript/biome/biome.js +1 -1
  74. package/lib/javascript/bundler.js +1 -1
  75. package/lib/javascript/eslint.js +1 -1
  76. package/lib/javascript/jest.js +4 -4
  77. package/lib/javascript/license-checker.js +1 -1
  78. package/lib/javascript/node-package.d.ts +52 -3
  79. package/lib/javascript/node-package.js +80 -21
  80. package/lib/javascript/node-project.js +6 -5
  81. package/lib/javascript/npm-config.js +1 -1
  82. package/lib/javascript/prettier.js +1 -1
  83. package/lib/javascript/projenrc.js +1 -1
  84. package/lib/javascript/typescript-config.js +2 -2
  85. package/lib/javascript/upgrade-dependencies.js +4 -19
  86. package/lib/javascript/util.d.ts +5 -0
  87. package/lib/javascript/util.js +22 -1
  88. package/lib/javascript/yarnrc.js +1 -1
  89. package/lib/json-patch.js +1 -1
  90. package/lib/json.js +1 -1
  91. package/lib/license.js +1 -1
  92. package/lib/logger.js +1 -1
  93. package/lib/makefile.js +1 -1
  94. package/lib/object-file.js +1 -1
  95. package/lib/project-build.js +1 -1
  96. package/lib/project-tree.js +1 -1
  97. package/lib/project.js +1 -1
  98. package/lib/projects.js +1 -1
  99. package/lib/projenrc-json.js +2 -2
  100. package/lib/projenrc.js +1 -1
  101. package/lib/python/pip.js +1 -1
  102. package/lib/python/poetry.js +2 -2
  103. package/lib/python/projenrc.js +1 -1
  104. package/lib/python/pyproject-toml-file.js +1 -1
  105. package/lib/python/pytest-sample.js +1 -1
  106. package/lib/python/pytest.js +1 -1
  107. package/lib/python/python-project.js +1 -1
  108. package/lib/python/python-sample.js +1 -1
  109. package/lib/python/requirements-file.js +1 -1
  110. package/lib/python/setuppy.js +1 -1
  111. package/lib/python/setuptools.js +1 -1
  112. package/lib/python/uv.js +1 -1
  113. package/lib/python/venv.js +1 -1
  114. package/lib/readme.js +1 -1
  115. package/lib/release/publisher.js +1 -1
  116. package/lib/release/release-trigger.js +1 -1
  117. package/lib/release/release.js +1 -1
  118. package/lib/renovatebot.js +1 -1
  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": [
@@ -9557,7 +9604,7 @@
9557
9604
  "kind": "interface",
9558
9605
  "locationInModule": {
9559
9606
  "filename": "src/file.ts",
9560
- "line": 242
9607
+ "line": 272
9561
9608
  },
9562
9609
  "name": "ResolveOptions",
9563
9610
  "properties": [
@@ -9571,7 +9618,7 @@
9571
9618
  "immutable": true,
9572
9619
  "locationInModule": {
9573
9620
  "filename": "src/file.ts",
9574
- "line": 253
9621
+ "line": 283
9575
9622
  },
9576
9623
  "name": "args",
9577
9624
  "optional": true,
@@ -9594,7 +9641,7 @@
9594
9641
  "immutable": true,
9595
9642
  "locationInModule": {
9596
9643
  "filename": "src/file.ts",
9597
- "line": 247
9644
+ "line": 277
9598
9645
  },
9599
9646
  "name": "omitEmpty",
9600
9647
  "optional": true,
@@ -42972,7 +43019,7 @@
42972
43019
  "kind": "interface",
42973
43020
  "locationInModule": {
42974
43021
  "filename": "src/javascript/node-project.ts",
42975
- "line": 70
43022
+ "line": 75
42976
43023
  },
42977
43024
  "name": "AuditOptions",
42978
43025
  "namespace": "javascript",
@@ -42987,7 +43034,7 @@
42987
43034
  "immutable": true,
42988
43035
  "locationInModule": {
42989
43036
  "filename": "src/javascript/node-project.ts",
42990
- "line": 75
43037
+ "line": 80
42991
43038
  },
42992
43039
  "name": "level",
42993
43040
  "optional": true,
@@ -43006,7 +43053,7 @@
43006
43053
  "immutable": true,
43007
43054
  "locationInModule": {
43008
43055
  "filename": "src/javascript/node-project.ts",
43009
- "line": 85
43056
+ "line": 90
43010
43057
  },
43011
43058
  "name": "prodOnly",
43012
43059
  "optional": true,
@@ -43025,7 +43072,7 @@
43025
43072
  "immutable": true,
43026
43073
  "locationInModule": {
43027
43074
  "filename": "src/javascript/node-project.ts",
43028
- "line": 96
43075
+ "line": 101
43029
43076
  },
43030
43077
  "name": "runOn",
43031
43078
  "optional": true,
@@ -43046,7 +43093,7 @@
43046
43093
  "kind": "enum",
43047
43094
  "locationInModule": {
43048
43095
  "filename": "src/javascript/node-project.ts",
43049
- "line": 439
43096
+ "line": 444
43050
43097
  },
43051
43098
  "members": [
43052
43099
  {
@@ -43400,7 +43447,7 @@
43400
43447
  "kind": "interface",
43401
43448
  "locationInModule": {
43402
43449
  "filename": "src/javascript/node-project.ts",
43403
- "line": 413
43450
+ "line": 418
43404
43451
  },
43405
43452
  "name": "BuildWorkflowOptions",
43406
43453
  "namespace": "javascript",
@@ -43416,7 +43463,7 @@
43416
43463
  "immutable": true,
43417
43464
  "locationInModule": {
43418
43465
  "filename": "src/javascript/node-project.ts",
43419
- "line": 423
43466
+ "line": 428
43420
43467
  },
43421
43468
  "name": "mutableBuild",
43422
43469
  "optional": true,
@@ -43435,7 +43482,7 @@
43435
43482
  "immutable": true,
43436
43483
  "locationInModule": {
43437
43484
  "filename": "src/javascript/node-project.ts",
43438
- "line": 433
43485
+ "line": 438
43439
43486
  },
43440
43487
  "name": "mutableInstall",
43441
43488
  "optional": true,
@@ -45505,6 +45552,125 @@
45505
45552
  ],
45506
45553
  "symbolId": "src/javascript/jest:HasteConfig"
45507
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
+ },
45508
45674
  "projen.javascript.Jest": {
45509
45675
  "assembly": "projen",
45510
45676
  "base": "projen.Component",
@@ -48186,6 +48352,30 @@
48186
48352
  }
48187
48353
  }
48188
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
+ },
48189
48379
  {
48190
48380
  "docs": {
48191
48381
  "remarks": "Order is *not* guaranteed.",
@@ -48337,7 +48527,7 @@
48337
48527
  "immutable": true,
48338
48528
  "locationInModule": {
48339
48529
  "filename": "src/javascript/node-package.ts",
48340
- "line": 1113
48530
+ "line": 1165
48341
48531
  },
48342
48532
  "name": "execCommand",
48343
48533
  "type": {
@@ -48548,7 +48738,7 @@
48548
48738
  "immutable": true,
48549
48739
  "locationInModule": {
48550
48740
  "filename": "src/javascript/node-package.ts",
48551
- "line": 1121
48741
+ "line": 1173
48552
48742
  },
48553
48743
  "name": "projenCommand",
48554
48744
  "type": {
@@ -48726,7 +48916,7 @@
48726
48916
  "kind": "enum",
48727
48917
  "locationInModule": {
48728
48918
  "filename": "src/javascript/node-package.ts",
48729
- "line": 1961
48919
+ "line": 2019
48730
48920
  },
48731
48921
  "members": [
48732
48922
  {
@@ -49640,7 +49830,7 @@
49640
49830
  },
49641
49831
  "locationInModule": {
49642
49832
  "filename": "src/javascript/node-project.ts",
49643
- "line": 586
49833
+ "line": 591
49644
49834
  },
49645
49835
  "parameters": [
49646
49836
  {
@@ -49654,7 +49844,7 @@
49654
49844
  "kind": "class",
49655
49845
  "locationInModule": {
49656
49846
  "filename": "src/javascript/node-project.ts",
49657
- "line": 456
49847
+ "line": 461
49658
49848
  },
49659
49849
  "methods": [
49660
49850
  {
@@ -49663,7 +49853,7 @@
49663
49853
  },
49664
49854
  "locationInModule": {
49665
49855
  "filename": "src/javascript/node-project.ts",
49666
- "line": 1049
49856
+ "line": 1054
49667
49857
  },
49668
49858
  "name": "addBins",
49669
49859
  "parameters": [
@@ -49688,7 +49878,7 @@
49688
49878
  },
49689
49879
  "locationInModule": {
49690
49880
  "filename": "src/javascript/node-project.ts",
49691
- "line": 1340
49881
+ "line": 1347
49692
49882
  },
49693
49883
  "name": "addBundledDeps",
49694
49884
  "parameters": [
@@ -49714,7 +49904,7 @@
49714
49904
  },
49715
49905
  "locationInModule": {
49716
49906
  "filename": "src/javascript/node-project.ts",
49717
- "line": 1094
49907
+ "line": 1099
49718
49908
  },
49719
49909
  "name": "addCompileCommand",
49720
49910
  "parameters": [
@@ -49735,7 +49925,7 @@
49735
49925
  },
49736
49926
  "locationInModule": {
49737
49927
  "filename": "src/javascript/node-project.ts",
49738
- "line": 1294
49928
+ "line": 1301
49739
49929
  },
49740
49930
  "name": "addDeps",
49741
49931
  "parameters": [
@@ -49760,7 +49950,7 @@
49760
49950
  },
49761
49951
  "locationInModule": {
49762
49952
  "filename": "src/javascript/node-project.ts",
49763
- "line": 1307
49953
+ "line": 1314
49764
49954
  },
49765
49955
  "name": "addDevDeps",
49766
49956
  "parameters": [
@@ -49785,7 +49975,7 @@
49785
49975
  },
49786
49976
  "locationInModule": {
49787
49977
  "filename": "src/javascript/node-project.ts",
49788
- "line": 1114
49978
+ "line": 1119
49789
49979
  },
49790
49980
  "name": "addFields",
49791
49981
  "parameters": [
@@ -49812,7 +50002,7 @@
49812
50002
  },
49813
50003
  "locationInModule": {
49814
50004
  "filename": "src/javascript/node-project.ts",
49815
- "line": 1124
50005
+ "line": 1129
49816
50006
  },
49817
50007
  "name": "addKeywords",
49818
50008
  "parameters": [
@@ -49839,7 +50029,7 @@
49839
50029
  },
49840
50030
  "locationInModule": {
49841
50031
  "filename": "src/javascript/node-project.ts",
49842
- "line": 1352
50032
+ "line": 1359
49843
50033
  },
49844
50034
  "name": "addPackageIgnore",
49845
50035
  "overrides": "projen.Project",
@@ -49863,7 +50053,7 @@
49863
50053
  },
49864
50054
  "locationInModule": {
49865
50055
  "filename": "src/javascript/node-project.ts",
49866
- "line": 1324
50056
+ "line": 1331
49867
50057
  },
49868
50058
  "name": "addPeerDeps",
49869
50059
  "parameters": [
@@ -49888,7 +50078,7 @@
49888
50078
  },
49889
50079
  "locationInModule": {
49890
50080
  "filename": "src/javascript/node-project.ts",
49891
- "line": 1067
50081
+ "line": 1072
49892
50082
  },
49893
50083
  "name": "addScripts",
49894
50084
  "parameters": [
@@ -49916,7 +50106,7 @@
49916
50106
  },
49917
50107
  "locationInModule": {
49918
50108
  "filename": "src/javascript/node-project.ts",
49919
- "line": 1104
50109
+ "line": 1109
49920
50110
  },
49921
50111
  "name": "addTestCommand",
49922
50112
  "parameters": [
@@ -49938,7 +50128,7 @@
49938
50128
  },
49939
50129
  "locationInModule": {
49940
50130
  "filename": "src/javascript/node-project.ts",
49941
- "line": 1086
50131
+ "line": 1091
49942
50132
  },
49943
50133
  "name": "hasScript",
49944
50134
  "parameters": [
@@ -49965,7 +50155,7 @@
49965
50155
  },
49966
50156
  "locationInModule": {
49967
50157
  "filename": "src/javascript/node-project.ts",
49968
- "line": 1077
50158
+ "line": 1082
49969
50159
  },
49970
50160
  "name": "removeScript",
49971
50161
  "parameters": [
@@ -49988,7 +50178,7 @@
49988
50178
  },
49989
50179
  "locationInModule": {
49990
50180
  "filename": "src/javascript/node-project.ts",
49991
- "line": 1214
50181
+ "line": 1221
49992
50182
  },
49993
50183
  "name": "renderWorkflowSetup",
49994
50184
  "parameters": [
@@ -50022,7 +50212,7 @@
50022
50212
  },
50023
50213
  "locationInModule": {
50024
50214
  "filename": "src/javascript/node-project.ts",
50025
- "line": 1425
50215
+ "line": 1432
50026
50216
  },
50027
50217
  "name": "runTaskCommand",
50028
50218
  "overrides": "projen.Project",
@@ -50050,7 +50240,7 @@
50050
50240
  },
50051
50241
  "locationInModule": {
50052
50242
  "filename": "src/javascript/node-project.ts",
50053
- "line": 1059
50243
+ "line": 1064
50054
50244
  },
50055
50245
  "name": "setScript",
50056
50246
  "parameters": [
@@ -50086,7 +50276,7 @@
50086
50276
  "immutable": true,
50087
50277
  "locationInModule": {
50088
50278
  "filename": "src/javascript/node-project.ts",
50089
- "line": 481
50279
+ "line": 486
50090
50280
  },
50091
50281
  "name": "allowLibraryDependencies",
50092
50282
  "type": {
@@ -50102,7 +50292,7 @@
50102
50292
  "immutable": true,
50103
50293
  "locationInModule": {
50104
50294
  "filename": "src/javascript/node-project.ts",
50105
- "line": 568
50295
+ "line": 573
50106
50296
  },
50107
50297
  "name": "artifactsDirectory",
50108
50298
  "type": {
@@ -50117,7 +50307,7 @@
50117
50307
  "immutable": true,
50118
50308
  "locationInModule": {
50119
50309
  "filename": "src/javascript/node-project.ts",
50120
- "line": 573
50310
+ "line": 578
50121
50311
  },
50122
50312
  "name": "artifactsJavascriptDirectory",
50123
50313
  "type": {
@@ -50131,7 +50321,7 @@
50131
50321
  "immutable": true,
50132
50322
  "locationInModule": {
50133
50323
  "filename": "src/javascript/node-project.ts",
50134
- "line": 561
50324
+ "line": 566
50135
50325
  },
50136
50326
  "name": "bundler",
50137
50327
  "type": {
@@ -50146,7 +50336,7 @@
50146
50336
  "immutable": true,
50147
50337
  "locationInModule": {
50148
50338
  "filename": "src/javascript/node-project.ts",
50149
- "line": 488
50339
+ "line": 493
50150
50340
  },
50151
50341
  "name": "entrypoint",
50152
50342
  "type": {
@@ -50161,7 +50351,7 @@
50161
50351
  "immutable": true,
50162
50352
  "locationInModule": {
50163
50353
  "filename": "src/javascript/node-project.ts",
50164
- "line": 557
50354
+ "line": 562
50165
50355
  },
50166
50356
  "name": "manifest",
50167
50357
  "type": {
@@ -50176,7 +50366,7 @@
50176
50366
  "immutable": true,
50177
50367
  "locationInModule": {
50178
50368
  "filename": "src/javascript/node-project.ts",
50179
- "line": 470
50369
+ "line": 475
50180
50370
  },
50181
50371
  "name": "npmrc",
50182
50372
  "type": {
@@ -50191,7 +50381,7 @@
50191
50381
  "immutable": true,
50192
50382
  "locationInModule": {
50193
50383
  "filename": "src/javascript/node-project.ts",
50194
- "line": 460
50384
+ "line": 465
50195
50385
  },
50196
50386
  "name": "package",
50197
50387
  "type": {
@@ -50207,7 +50397,7 @@
50207
50397
  "immutable": true,
50208
50398
  "locationInModule": {
50209
50399
  "filename": "src/javascript/node-project.ts",
50210
- "line": 540
50400
+ "line": 545
50211
50401
  },
50212
50402
  "name": "packageManager",
50213
50403
  "type": {
@@ -50222,7 +50412,7 @@
50222
50412
  "immutable": true,
50223
50413
  "locationInModule": {
50224
50414
  "filename": "src/javascript/node-project.ts",
50225
- "line": 547
50415
+ "line": 552
50226
50416
  },
50227
50417
  "name": "runScriptCommand",
50228
50418
  "type": {
@@ -50236,7 +50426,7 @@
50236
50426
  "immutable": true,
50237
50427
  "locationInModule": {
50238
50428
  "filename": "src/javascript/node-project.ts",
50239
- "line": 580
50429
+ "line": 585
50240
50430
  },
50241
50431
  "name": "workflowBootstrapSteps",
50242
50432
  "protected": true,
@@ -50256,7 +50446,7 @@
50256
50446
  "immutable": true,
50257
50447
  "locationInModule": {
50258
50448
  "filename": "src/javascript/node-project.ts",
50259
- "line": 582
50449
+ "line": 587
50260
50450
  },
50261
50451
  "name": "workflowPackageCache",
50262
50452
  "protected": true,
@@ -50272,7 +50462,7 @@
50272
50462
  "immutable": true,
50273
50463
  "locationInModule": {
50274
50464
  "filename": "src/javascript/node-project.ts",
50275
- "line": 495
50465
+ "line": 500
50276
50466
  },
50277
50467
  "name": "autoMerge",
50278
50468
  "optional": true,
@@ -50287,7 +50477,7 @@
50287
50477
  "immutable": true,
50288
50478
  "locationInModule": {
50289
50479
  "filename": "src/javascript/node-project.ts",
50290
- "line": 584
50480
+ "line": 589
50291
50481
  },
50292
50482
  "name": "biome",
50293
50483
  "optional": true,
@@ -50304,7 +50494,7 @@
50304
50494
  "immutable": true,
50305
50495
  "locationInModule": {
50306
50496
  "filename": "src/javascript/node-project.ts",
50307
- "line": 500
50497
+ "line": 505
50308
50498
  },
50309
50499
  "name": "buildWorkflow",
50310
50500
  "optional": true,
@@ -50320,7 +50510,7 @@
50320
50510
  "immutable": true,
50321
50511
  "locationInModule": {
50322
50512
  "filename": "src/javascript/node-project.ts",
50323
- "line": 1432
50513
+ "line": 1439
50324
50514
  },
50325
50515
  "name": "buildWorkflowJobId",
50326
50516
  "optional": true,
@@ -50336,7 +50526,7 @@
50336
50526
  "immutable": true,
50337
50527
  "locationInModule": {
50338
50528
  "filename": "src/javascript/node-project.ts",
50339
- "line": 552
50529
+ "line": 557
50340
50530
  },
50341
50531
  "name": "jest",
50342
50532
  "optional": true,
@@ -50353,7 +50543,7 @@
50353
50543
  "immutable": true,
50354
50544
  "locationInModule": {
50355
50545
  "filename": "src/javascript/node-project.ts",
50356
- "line": 529
50546
+ "line": 534
50357
50547
  },
50358
50548
  "name": "maxNodeVersion",
50359
50549
  "optional": true,
@@ -50370,7 +50560,7 @@
50370
50560
  "immutable": true,
50371
50561
  "locationInModule": {
50372
50562
  "filename": "src/javascript/node-project.ts",
50373
- "line": 520
50563
+ "line": 525
50374
50564
  },
50375
50565
  "name": "minNodeVersion",
50376
50566
  "optional": true,
@@ -50385,7 +50575,7 @@
50385
50575
  "immutable": true,
50386
50576
  "locationInModule": {
50387
50577
  "filename": "src/javascript/node-project.ts",
50388
- "line": 533
50578
+ "line": 538
50389
50579
  },
50390
50580
  "name": "nodeVersion",
50391
50581
  "optional": true,
@@ -50402,7 +50592,7 @@
50402
50592
  "immutable": true,
50403
50593
  "locationInModule": {
50404
50594
  "filename": "src/javascript/node-project.ts",
50405
- "line": 465
50595
+ "line": 470
50406
50596
  },
50407
50597
  "name": "npmignore",
50408
50598
  "optional": true,
@@ -50417,7 +50607,7 @@
50417
50607
  "immutable": true,
50418
50608
  "locationInModule": {
50419
50609
  "filename": "src/javascript/node-project.ts",
50420
- "line": 583
50610
+ "line": 588
50421
50611
  },
50422
50612
  "name": "prettier",
50423
50613
  "optional": true,
@@ -50435,7 +50625,7 @@
50435
50625
  "immutable": true,
50436
50626
  "locationInModule": {
50437
50627
  "filename": "src/javascript/node-project.ts",
50438
- "line": 508
50628
+ "line": 513
50439
50629
  },
50440
50630
  "name": "publisher",
50441
50631
  "optional": true,
@@ -50451,7 +50641,7 @@
50451
50641
  "immutable": true,
50452
50642
  "locationInModule": {
50453
50643
  "filename": "src/javascript/node-project.ts",
50454
- "line": 513
50644
+ "line": 518
50455
50645
  },
50456
50646
  "name": "release",
50457
50647
  "optional": true,
@@ -50467,7 +50657,7 @@
50467
50657
  "immutable": true,
50468
50658
  "locationInModule": {
50469
50659
  "filename": "src/javascript/node-project.ts",
50470
- "line": 578
50660
+ "line": 583
50471
50661
  },
50472
50662
  "name": "upgradeWorkflow",
50473
50663
  "optional": true,
@@ -50493,7 +50683,7 @@
50493
50683
  "kind": "interface",
50494
50684
  "locationInModule": {
50495
50685
  "filename": "src/javascript/node-project.ts",
50496
- "line": 99
50686
+ "line": 104
50497
50687
  },
50498
50688
  "name": "NodeProjectOptions",
50499
50689
  "namespace": "javascript",
@@ -50508,7 +50698,7 @@
50508
50698
  "immutable": true,
50509
50699
  "locationInModule": {
50510
50700
  "filename": "src/javascript/node-project.ts",
50511
- "line": 187
50701
+ "line": 192
50512
50702
  },
50513
50703
  "name": "defaultReleaseBranch",
50514
50704
  "type": {
@@ -50525,7 +50715,7 @@
50525
50715
  "immutable": true,
50526
50716
  "locationInModule": {
50527
50717
  "filename": "src/javascript/node-project.ts",
50528
- "line": 352
50718
+ "line": 357
50529
50719
  },
50530
50720
  "name": "artifactsDirectory",
50531
50721
  "optional": true,
@@ -50544,7 +50734,7 @@
50544
50734
  "immutable": true,
50545
50735
  "locationInModule": {
50546
50736
  "filename": "src/javascript/node-project.ts",
50547
- "line": 401
50737
+ "line": 406
50548
50738
  },
50549
50739
  "name": "auditDeps",
50550
50740
  "optional": true,
@@ -50562,7 +50752,7 @@
50562
50752
  "immutable": true,
50563
50753
  "locationInModule": {
50564
50754
  "filename": "src/javascript/node-project.ts",
50565
- "line": 407
50755
+ "line": 412
50566
50756
  },
50567
50757
  "name": "auditDepsOptions",
50568
50758
  "optional": true,
@@ -50581,7 +50771,7 @@
50581
50771
  "immutable": true,
50582
50772
  "locationInModule": {
50583
50773
  "filename": "src/javascript/node-project.ts",
50584
- "line": 263
50774
+ "line": 268
50585
50775
  },
50586
50776
  "name": "autoApproveUpgrades",
50587
50777
  "optional": true,
@@ -50599,7 +50789,7 @@
50599
50789
  "immutable": true,
50600
50790
  "locationInModule": {
50601
50791
  "filename": "src/javascript/node-project.ts",
50602
- "line": 384
50792
+ "line": 389
50603
50793
  },
50604
50794
  "name": "biome",
50605
50795
  "optional": true,
@@ -50617,7 +50807,7 @@
50617
50807
  "immutable": true,
50618
50808
  "locationInModule": {
50619
50809
  "filename": "src/javascript/node-project.ts",
50620
- "line": 390
50810
+ "line": 395
50621
50811
  },
50622
50812
  "name": "biomeOptions",
50623
50813
  "optional": true,
@@ -50635,7 +50825,7 @@
50635
50825
  "immutable": true,
50636
50826
  "locationInModule": {
50637
50827
  "filename": "src/javascript/node-project.ts",
50638
- "line": 133
50828
+ "line": 138
50639
50829
  },
50640
50830
  "name": "buildWorkflow",
50641
50831
  "optional": true,
@@ -50652,7 +50842,7 @@
50652
50842
  "immutable": true,
50653
50843
  "locationInModule": {
50654
50844
  "filename": "src/javascript/node-project.ts",
50655
- "line": 137
50845
+ "line": 142
50656
50846
  },
50657
50847
  "name": "buildWorkflowOptions",
50658
50848
  "optional": true,
@@ -50671,7 +50861,7 @@
50671
50861
  "immutable": true,
50672
50862
  "locationInModule": {
50673
50863
  "filename": "src/javascript/node-project.ts",
50674
- "line": 368
50864
+ "line": 373
50675
50865
  },
50676
50866
  "name": "buildWorkflowTriggers",
50677
50867
  "optional": true,
@@ -50688,7 +50878,7 @@
50688
50878
  "immutable": true,
50689
50879
  "locationInModule": {
50690
50880
  "filename": "src/javascript/node-project.ts",
50691
- "line": 345
50881
+ "line": 350
50692
50882
  },
50693
50883
  "name": "bundlerOptions",
50694
50884
  "optional": true,
@@ -50707,7 +50897,7 @@
50707
50897
  "immutable": true,
50708
50898
  "locationInModule": {
50709
50899
  "filename": "src/javascript/node-project.ts",
50710
- "line": 377
50900
+ "line": 382
50711
50901
  },
50712
50902
  "name": "checkLicenses",
50713
50903
  "optional": true,
@@ -50725,7 +50915,7 @@
50725
50915
  "immutable": true,
50726
50916
  "locationInModule": {
50727
50917
  "filename": "src/javascript/node-project.ts",
50728
- "line": 158
50918
+ "line": 163
50729
50919
  },
50730
50920
  "name": "codeCov",
50731
50921
  "optional": true,
@@ -50743,7 +50933,7 @@
50743
50933
  "immutable": true,
50744
50934
  "locationInModule": {
50745
50935
  "filename": "src/javascript/node-project.ts",
50746
- "line": 165
50936
+ "line": 170
50747
50937
  },
50748
50938
  "name": "codeCovTokenSecret",
50749
50939
  "optional": true,
@@ -50761,7 +50951,7 @@
50761
50951
  "immutable": true,
50762
50952
  "locationInModule": {
50763
50953
  "filename": "src/javascript/node-project.ts",
50764
- "line": 106
50954
+ "line": 111
50765
50955
  },
50766
50956
  "name": "copyrightOwner",
50767
50957
  "optional": true,
@@ -50779,7 +50969,7 @@
50779
50969
  "immutable": true,
50780
50970
  "locationInModule": {
50781
50971
  "filename": "src/javascript/node-project.ts",
50782
- "line": 113
50972
+ "line": 118
50783
50973
  },
50784
50974
  "name": "copyrightPeriod",
50785
50975
  "optional": true,
@@ -50798,7 +50988,7 @@
50798
50988
  "immutable": true,
50799
50989
  "locationInModule": {
50800
50990
  "filename": "src/javascript/node-project.ts",
50801
- "line": 231
50991
+ "line": 236
50802
50992
  },
50803
50993
  "name": "dependabot",
50804
50994
  "optional": true,
@@ -50816,7 +51006,7 @@
50816
51006
  "immutable": true,
50817
51007
  "locationInModule": {
50818
51008
  "filename": "src/javascript/node-project.ts",
50819
- "line": 238
51009
+ "line": 243
50820
51010
  },
50821
51011
  "name": "dependabotOptions",
50822
51012
  "optional": true,
@@ -50835,7 +51025,7 @@
50835
51025
  "immutable": true,
50836
51026
  "locationInModule": {
50837
51027
  "filename": "src/javascript/node-project.ts",
50838
- "line": 246
51028
+ "line": 251
50839
51029
  },
50840
51030
  "name": "depsUpgrade",
50841
51031
  "optional": true,
@@ -50853,7 +51043,7 @@
50853
51043
  "immutable": true,
50854
51044
  "locationInModule": {
50855
51045
  "filename": "src/javascript/node-project.ts",
50856
- "line": 253
51046
+ "line": 258
50857
51047
  },
50858
51048
  "name": "depsUpgradeOptions",
50859
51049
  "optional": true,
@@ -50870,7 +51060,7 @@
50870
51060
  "immutable": true,
50871
51061
  "locationInModule": {
50872
51062
  "filename": "src/javascript/node-project.ts",
50873
- "line": 314
51063
+ "line": 319
50874
51064
  },
50875
51065
  "name": "gitignore",
50876
51066
  "optional": true,
@@ -50893,7 +51083,7 @@
50893
51083
  "immutable": true,
50894
51084
  "locationInModule": {
50895
51085
  "filename": "src/javascript/node-project.ts",
50896
- "line": 320
51086
+ "line": 325
50897
51087
  },
50898
51088
  "name": "jest",
50899
51089
  "optional": true,
@@ -50911,7 +51101,7 @@
50911
51101
  "immutable": true,
50912
51102
  "locationInModule": {
50913
51103
  "filename": "src/javascript/node-project.ts",
50914
- "line": 326
51104
+ "line": 331
50915
51105
  },
50916
51106
  "name": "jestOptions",
50917
51107
  "optional": true,
@@ -50931,7 +51121,7 @@
50931
51121
  "immutable": true,
50932
51122
  "locationInModule": {
50933
51123
  "filename": "src/javascript/node-project.ts",
50934
- "line": 150
51124
+ "line": 155
50935
51125
  },
50936
51126
  "name": "mutableBuild",
50937
51127
  "optional": true,
@@ -50949,7 +51139,7 @@
50949
51139
  "immutable": true,
50950
51140
  "locationInModule": {
50951
51141
  "filename": "src/javascript/node-project.ts",
50952
- "line": 282
51142
+ "line": 287
50953
51143
  },
50954
51144
  "name": "npmignore",
50955
51145
  "optional": true,
@@ -50972,7 +51162,7 @@
50972
51162
  "immutable": true,
50973
51163
  "locationInModule": {
50974
51164
  "filename": "src/javascript/node-project.ts",
50975
- "line": 271
51165
+ "line": 276
50976
51166
  },
50977
51167
  "name": "npmignoreEnabled",
50978
51168
  "optional": true,
@@ -50989,7 +51179,7 @@
50989
51179
  "immutable": true,
50990
51180
  "locationInModule": {
50991
51181
  "filename": "src/javascript/node-project.ts",
50992
- "line": 276
51182
+ "line": 281
50993
51183
  },
50994
51184
  "name": "npmIgnoreOptions",
50995
51185
  "optional": true,
@@ -51007,7 +51197,7 @@
51007
51197
  "immutable": true,
51008
51198
  "locationInModule": {
51009
51199
  "filename": "src/javascript/node-project.ts",
51010
- "line": 360
51200
+ "line": 365
51011
51201
  },
51012
51202
  "name": "package",
51013
51203
  "optional": true,
@@ -51025,7 +51215,7 @@
51025
51215
  "immutable": true,
51026
51216
  "locationInModule": {
51027
51217
  "filename": "src/javascript/node-project.ts",
51028
- "line": 303
51218
+ "line": 308
51029
51219
  },
51030
51220
  "name": "prettier",
51031
51221
  "optional": true,
@@ -51043,7 +51233,7 @@
51043
51233
  "immutable": true,
51044
51234
  "locationInModule": {
51045
51235
  "filename": "src/javascript/node-project.ts",
51046
- "line": 309
51236
+ "line": 314
51047
51237
  },
51048
51238
  "name": "prettierOptions",
51049
51239
  "optional": true,
@@ -51061,7 +51251,7 @@
51061
51251
  "immutable": true,
51062
51252
  "locationInModule": {
51063
51253
  "filename": "src/javascript/node-project.ts",
51064
- "line": 127
51254
+ "line": 132
51065
51255
  },
51066
51256
  "name": "projenDevDependency",
51067
51257
  "optional": true,
@@ -51079,7 +51269,7 @@
51079
51269
  "immutable": true,
51080
51270
  "locationInModule": {
51081
51271
  "filename": "src/javascript/node-project.ts",
51082
- "line": 334
51272
+ "line": 339
51083
51273
  },
51084
51274
  "name": "projenrcJs",
51085
51275
  "optional": true,
@@ -51097,7 +51287,7 @@
51097
51287
  "immutable": true,
51098
51288
  "locationInModule": {
51099
51289
  "filename": "src/javascript/node-project.ts",
51100
- "line": 340
51290
+ "line": 345
51101
51291
  },
51102
51292
  "name": "projenrcJsOptions",
51103
51293
  "optional": true,
@@ -51115,7 +51305,7 @@
51115
51305
  "immutable": true,
51116
51306
  "locationInModule": {
51117
51307
  "filename": "src/javascript/node-project.ts",
51118
- "line": 120
51308
+ "line": 125
51119
51309
  },
51120
51310
  "name": "projenVersion",
51121
51311
  "optional": true,
@@ -51133,7 +51323,7 @@
51133
51323
  "immutable": true,
51134
51324
  "locationInModule": {
51135
51325
  "filename": "src/javascript/node-project.ts",
51136
- "line": 289
51326
+ "line": 294
51137
51327
  },
51138
51328
  "name": "pullRequestTemplate",
51139
51329
  "optional": true,
@@ -51151,7 +51341,7 @@
51151
51341
  "immutable": true,
51152
51342
  "locationInModule": {
51153
51343
  "filename": "src/javascript/node-project.ts",
51154
- "line": 296
51344
+ "line": 301
51155
51345
  },
51156
51346
  "name": "pullRequestTemplateContents",
51157
51347
  "optional": true,
@@ -51174,7 +51364,7 @@
51174
51364
  "immutable": true,
51175
51365
  "locationInModule": {
51176
51366
  "filename": "src/javascript/node-project.ts",
51177
- "line": 180
51367
+ "line": 185
51178
51368
  },
51179
51369
  "name": "release",
51180
51370
  "optional": true,
@@ -51192,7 +51382,7 @@
51192
51382
  "immutable": true,
51193
51383
  "locationInModule": {
51194
51384
  "filename": "src/javascript/node-project.ts",
51195
- "line": 207
51385
+ "line": 212
51196
51386
  },
51197
51387
  "name": "releaseToNpm",
51198
51388
  "optional": true,
@@ -51211,7 +51401,7 @@
51211
51401
  "immutable": true,
51212
51402
  "locationInModule": {
51213
51403
  "filename": "src/javascript/node-project.ts",
51214
- "line": 173
51404
+ "line": 178
51215
51405
  },
51216
51406
  "name": "releaseWorkflow",
51217
51407
  "optional": true,
@@ -51229,7 +51419,7 @@
51229
51419
  "immutable": true,
51230
51420
  "locationInModule": {
51231
51421
  "filename": "src/javascript/node-project.ts",
51232
- "line": 194
51422
+ "line": 199
51233
51423
  },
51234
51424
  "name": "workflowBootstrapSteps",
51235
51425
  "optional": true,
@@ -51252,7 +51442,7 @@
51252
51442
  "immutable": true,
51253
51443
  "locationInModule": {
51254
51444
  "filename": "src/javascript/node-project.ts",
51255
- "line": 201
51445
+ "line": 206
51256
51446
  },
51257
51447
  "name": "workflowGitIdentity",
51258
51448
  "optional": true,
@@ -51271,7 +51461,7 @@
51271
51461
  "immutable": true,
51272
51462
  "locationInModule": {
51273
51463
  "filename": "src/javascript/node-project.ts",
51274
- "line": 216
51464
+ "line": 221
51275
51465
  },
51276
51466
  "name": "workflowNodeVersion",
51277
51467
  "optional": true,
@@ -51289,7 +51479,7 @@
51289
51479
  "immutable": true,
51290
51480
  "locationInModule": {
51291
51481
  "filename": "src/javascript/node-project.ts",
51292
- "line": 223
51482
+ "line": 228
51293
51483
  },
51294
51484
  "name": "workflowPackageCache",
51295
51485
  "optional": true,
@@ -51310,7 +51500,7 @@
51310
51500
  "kind": "enum",
51311
51501
  "locationInModule": {
51312
51502
  "filename": "src/javascript/node-package.ts",
51313
- "line": 2005
51503
+ "line": 2063
51314
51504
  },
51315
51505
  "members": [
51316
51506
  {
@@ -51505,7 +51695,7 @@
51505
51695
  "kind": "interface",
51506
51696
  "locationInModule": {
51507
51697
  "filename": "src/javascript/node-package.ts",
51508
- "line": 1950
51698
+ "line": 2008
51509
51699
  },
51510
51700
  "name": "PeerDependencyOptions",
51511
51701
  "namespace": "javascript",
@@ -51520,7 +51710,7 @@
51520
51710
  "immutable": true,
51521
51711
  "locationInModule": {
51522
51712
  "filename": "src/javascript/node-package.ts",
51523
- "line": 1955
51713
+ "line": 2013
51524
51714
  },
51525
51715
  "name": "pinnedDevDependency",
51526
51716
  "optional": true,
@@ -52600,7 +52790,7 @@
52600
52790
  "kind": "interface",
52601
52791
  "locationInModule": {
52602
52792
  "filename": "src/javascript/node-project.ts",
52603
- "line": 1548
52793
+ "line": 1555
52604
52794
  },
52605
52795
  "name": "RenderWorkflowSetupOptions",
52606
52796
  "namespace": "javascript",
@@ -52616,7 +52806,7 @@
52616
52806
  "immutable": true,
52617
52807
  "locationInModule": {
52618
52808
  "filename": "src/javascript/node-project.ts",
52619
- "line": 1557
52809
+ "line": 1564
52620
52810
  },
52621
52811
  "name": "installStepConfiguration",
52622
52812
  "optional": true,
@@ -52634,7 +52824,7 @@
52634
52824
  "immutable": true,
52635
52825
  "locationInModule": {
52636
52826
  "filename": "src/javascript/node-project.ts",
52637
- "line": 1562
52827
+ "line": 1569
52638
52828
  },
52639
52829
  "name": "mutable",
52640
52830
  "optional": true,
@@ -54818,7 +55008,7 @@
54818
55008
  },
54819
55009
  "locationInModule": {
54820
55010
  "filename": "src/javascript/upgrade-dependencies.ts",
54821
- "line": 195
55011
+ "line": 200
54822
55012
  },
54823
55013
  "parameters": [
54824
55014
  {
@@ -54839,7 +55029,7 @@
54839
55029
  "kind": "class",
54840
55030
  "locationInModule": {
54841
55031
  "filename": "src/javascript/upgrade-dependencies.ts",
54842
- "line": 161
55032
+ "line": 166
54843
55033
  },
54844
55034
  "methods": [
54845
55035
  {
@@ -54849,7 +55039,7 @@
54849
55039
  },
54850
55040
  "locationInModule": {
54851
55041
  "filename": "src/javascript/upgrade-dependencies.ts",
54852
- "line": 312
55042
+ "line": 317
54853
55043
  },
54854
55044
  "name": "addPostBuildSteps",
54855
55045
  "parameters": [
@@ -54878,7 +55068,7 @@
54878
55068
  "immutable": true,
54879
55069
  "locationInModule": {
54880
55070
  "filename": "src/javascript/upgrade-dependencies.ts",
54881
- "line": 185
55071
+ "line": 190
54882
55072
  },
54883
55073
  "name": "postUpgradeTask",
54884
55074
  "type": {
@@ -54892,7 +55082,7 @@
54892
55082
  "immutable": true,
54893
55083
  "locationInModule": {
54894
55084
  "filename": "src/javascript/upgrade-dependencies.ts",
54895
- "line": 167
55085
+ "line": 172
54896
55086
  },
54897
55087
  "name": "project",
54898
55088
  "overrides": "projen.Component",
@@ -54908,7 +55098,7 @@
54908
55098
  "immutable": true,
54909
55099
  "locationInModule": {
54910
55100
  "filename": "src/javascript/upgrade-dependencies.ts",
54911
- "line": 180
55101
+ "line": 185
54912
55102
  },
54913
55103
  "name": "upgradeTask",
54914
55104
  "type": {
@@ -54924,7 +55114,7 @@
54924
55114
  "immutable": true,
54925
55115
  "locationInModule": {
54926
55116
  "filename": "src/javascript/upgrade-dependencies.ts",
54927
- "line": 165
55117
+ "line": 170
54928
55118
  },
54929
55119
  "name": "workflows",
54930
55120
  "type": {
@@ -54943,7 +55133,7 @@
54943
55133
  },
54944
55134
  "locationInModule": {
54945
55135
  "filename": "src/javascript/upgrade-dependencies.ts",
54946
- "line": 175
55136
+ "line": 180
54947
55137
  },
54948
55138
  "name": "containerOptions",
54949
55139
  "optional": true,
@@ -54965,7 +55155,7 @@
54965
55155
  "kind": "interface",
54966
55156
  "locationInModule": {
54967
55157
  "filename": "src/javascript/upgrade-dependencies.ts",
54968
- "line": 35
55158
+ "line": 40
54969
55159
  },
54970
55160
  "name": "UpgradeDependenciesOptions",
54971
55161
  "namespace": "javascript",
@@ -54982,7 +55172,7 @@
54982
55172
  "immutable": true,
54983
55173
  "locationInModule": {
54984
55174
  "filename": "src/javascript/upgrade-dependencies.ts",
54985
- "line": 155
55175
+ "line": 160
54986
55176
  },
54987
55177
  "name": "cooldown",
54988
55178
  "optional": true,
@@ -55000,7 +55190,7 @@
55000
55190
  "immutable": true,
55001
55191
  "locationInModule": {
55002
55192
  "filename": "src/javascript/upgrade-dependencies.ts",
55003
- "line": 41
55193
+ "line": 46
55004
55194
  },
55005
55195
  "name": "exclude",
55006
55196
  "optional": true,
@@ -55023,7 +55213,7 @@
55023
55213
  "immutable": true,
55024
55214
  "locationInModule": {
55025
55215
  "filename": "src/javascript/upgrade-dependencies.ts",
55026
- "line": 48
55216
+ "line": 53
55027
55217
  },
55028
55218
  "name": "include",
55029
55219
  "optional": true,
@@ -55048,7 +55238,7 @@
55048
55238
  "immutable": true,
55049
55239
  "locationInModule": {
55050
55240
  "filename": "src/javascript/upgrade-dependencies.ts",
55051
- "line": 80
55241
+ "line": 85
55052
55242
  },
55053
55243
  "name": "includeDeprecatedVersions",
55054
55244
  "optional": true,
@@ -55066,7 +55256,7 @@
55066
55256
  "immutable": true,
55067
55257
  "locationInModule": {
55068
55258
  "filename": "src/javascript/upgrade-dependencies.ts",
55069
- "line": 113
55259
+ "line": 118
55070
55260
  },
55071
55261
  "name": "pullRequestTitle",
55072
55262
  "optional": true,
@@ -55086,7 +55276,7 @@
55086
55276
  "immutable": true,
55087
55277
  "locationInModule": {
55088
55278
  "filename": "src/javascript/upgrade-dependencies.ts",
55089
- "line": 69
55279
+ "line": 74
55090
55280
  },
55091
55281
  "name": "satisfyPeerDependencies",
55092
55282
  "optional": true,
@@ -55104,7 +55294,7 @@
55104
55294
  "immutable": true,
55105
55295
  "locationInModule": {
55106
55296
  "filename": "src/javascript/upgrade-dependencies.ts",
55107
- "line": 120
55297
+ "line": 125
55108
55298
  },
55109
55299
  "name": "semanticCommit",
55110
55300
  "optional": true,
@@ -55122,7 +55312,7 @@
55122
55312
  "immutable": true,
55123
55313
  "locationInModule": {
55124
55314
  "filename": "src/javascript/upgrade-dependencies.ts",
55125
- "line": 127
55315
+ "line": 132
55126
55316
  },
55127
55317
  "name": "signoff",
55128
55318
  "optional": true,
@@ -55141,7 +55331,7 @@
55141
55331
  "immutable": true,
55142
55332
  "locationInModule": {
55143
55333
  "filename": "src/javascript/upgrade-dependencies.ts",
55144
- "line": 57
55334
+ "line": 62
55145
55335
  },
55146
55336
  "name": "target",
55147
55337
  "optional": true,
@@ -55160,7 +55350,7 @@
55160
55350
  "immutable": true,
55161
55351
  "locationInModule": {
55162
55352
  "filename": "src/javascript/upgrade-dependencies.ts",
55163
- "line": 106
55353
+ "line": 111
55164
55354
  },
55165
55355
  "name": "taskName",
55166
55356
  "optional": true,
@@ -55178,7 +55368,7 @@
55178
55368
  "immutable": true,
55179
55369
  "locationInModule": {
55180
55370
  "filename": "src/javascript/upgrade-dependencies.ts",
55181
- "line": 134
55371
+ "line": 139
55182
55372
  },
55183
55373
  "name": "types",
55184
55374
  "optional": true,
@@ -55202,7 +55392,7 @@
55202
55392
  "immutable": true,
55203
55393
  "locationInModule": {
55204
55394
  "filename": "src/javascript/upgrade-dependencies.ts",
55205
- "line": 91
55395
+ "line": 96
55206
55396
  },
55207
55397
  "name": "workflow",
55208
55398
  "optional": true,
@@ -55221,7 +55411,7 @@
55221
55411
  "immutable": true,
55222
55412
  "locationInModule": {
55223
55413
  "filename": "src/javascript/upgrade-dependencies.ts",
55224
- "line": 98
55414
+ "line": 103
55225
55415
  },
55226
55416
  "name": "workflowOptions",
55227
55417
  "optional": true,
@@ -55242,7 +55432,7 @@
55242
55432
  "kind": "class",
55243
55433
  "locationInModule": {
55244
55434
  "filename": "src/javascript/upgrade-dependencies.ts",
55245
- "line": 770
55435
+ "line": 759
55246
55436
  },
55247
55437
  "methods": [
55248
55438
  {
@@ -55252,7 +55442,7 @@
55252
55442
  },
55253
55443
  "locationInModule": {
55254
55444
  "filename": "src/javascript/upgrade-dependencies.ts",
55255
- "line": 805
55445
+ "line": 794
55256
55446
  },
55257
55447
  "name": "expressions",
55258
55448
  "parameters": [
@@ -55288,7 +55478,7 @@
55288
55478
  "immutable": true,
55289
55479
  "locationInModule": {
55290
55480
  "filename": "src/javascript/upgrade-dependencies.ts",
55291
- "line": 779
55481
+ "line": 768
55292
55482
  },
55293
55483
  "name": "DAILY",
55294
55484
  "static": true,
@@ -55305,7 +55495,7 @@
55305
55495
  "immutable": true,
55306
55496
  "locationInModule": {
55307
55497
  "filename": "src/javascript/upgrade-dependencies.ts",
55308
- "line": 798
55498
+ "line": 787
55309
55499
  },
55310
55500
  "name": "MONTHLY",
55311
55501
  "static": true,
@@ -55322,7 +55512,7 @@
55322
55512
  "immutable": true,
55323
55513
  "locationInModule": {
55324
55514
  "filename": "src/javascript/upgrade-dependencies.ts",
55325
- "line": 774
55515
+ "line": 763
55326
55516
  },
55327
55517
  "name": "NEVER",
55328
55518
  "static": true,
@@ -55339,7 +55529,7 @@
55339
55529
  "immutable": true,
55340
55530
  "locationInModule": {
55341
55531
  "filename": "src/javascript/upgrade-dependencies.ts",
55342
- "line": 784
55532
+ "line": 773
55343
55533
  },
55344
55534
  "name": "WEEKDAY",
55345
55535
  "static": true,
@@ -55356,7 +55546,7 @@
55356
55546
  "immutable": true,
55357
55547
  "locationInModule": {
55358
55548
  "filename": "src/javascript/upgrade-dependencies.ts",
55359
- "line": 791
55549
+ "line": 780
55360
55550
  },
55361
55551
  "name": "WEEKLY",
55362
55552
  "static": true,
@@ -55371,7 +55561,7 @@
55371
55561
  "immutable": true,
55372
55562
  "locationInModule": {
55373
55563
  "filename": "src/javascript/upgrade-dependencies.ts",
55374
- "line": 809
55564
+ "line": 798
55375
55565
  },
55376
55566
  "name": "cron",
55377
55567
  "type": {
@@ -55397,7 +55587,7 @@
55397
55587
  "kind": "interface",
55398
55588
  "locationInModule": {
55399
55589
  "filename": "src/javascript/upgrade-dependencies.ts",
55400
- "line": 682
55590
+ "line": 671
55401
55591
  },
55402
55592
  "name": "UpgradeDependenciesWorkflowOptions",
55403
55593
  "namespace": "javascript",
@@ -55412,7 +55602,7 @@
55412
55602
  "immutable": true,
55413
55603
  "locationInModule": {
55414
55604
  "filename": "src/javascript/upgrade-dependencies.ts",
55415
- "line": 715
55605
+ "line": 704
55416
55606
  },
55417
55607
  "name": "assignees",
55418
55608
  "optional": true,
@@ -55435,7 +55625,7 @@
55435
55625
  "immutable": true,
55436
55626
  "locationInModule": {
55437
55627
  "filename": "src/javascript/upgrade-dependencies.ts",
55438
- "line": 729
55628
+ "line": 718
55439
55629
  },
55440
55630
  "name": "branches",
55441
55631
  "optional": true,
@@ -55458,7 +55648,7 @@
55458
55648
  "immutable": true,
55459
55649
  "locationInModule": {
55460
55650
  "filename": "src/javascript/upgrade-dependencies.ts",
55461
- "line": 722
55651
+ "line": 711
55462
55652
  },
55463
55653
  "name": "container",
55464
55654
  "optional": true,
@@ -55476,7 +55666,7 @@
55476
55666
  "immutable": true,
55477
55667
  "locationInModule": {
55478
55668
  "filename": "src/javascript/upgrade-dependencies.ts",
55479
- "line": 764
55669
+ "line": 753
55480
55670
  },
55481
55671
  "name": "env",
55482
55672
  "optional": true,
@@ -55499,7 +55689,7 @@
55499
55689
  "immutable": true,
55500
55690
  "locationInModule": {
55501
55691
  "filename": "src/javascript/upgrade-dependencies.ts",
55502
- "line": 735
55692
+ "line": 724
55503
55693
  },
55504
55694
  "name": "gitIdentity",
55505
55695
  "optional": true,
@@ -55517,7 +55707,7 @@
55517
55707
  "immutable": true,
55518
55708
  "locationInModule": {
55519
55709
  "filename": "src/javascript/upgrade-dependencies.ts",
55520
- "line": 708
55710
+ "line": 697
55521
55711
  },
55522
55712
  "name": "labels",
55523
55713
  "optional": true,
@@ -55540,7 +55730,7 @@
55540
55730
  "immutable": true,
55541
55731
  "locationInModule": {
55542
55732
  "filename": "src/javascript/upgrade-dependencies.ts",
55543
- "line": 757
55733
+ "line": 746
55544
55734
  },
55545
55735
  "name": "permissions",
55546
55736
  "optional": true,
@@ -55560,7 +55750,7 @@
55560
55750
  "immutable": true,
55561
55751
  "locationInModule": {
55562
55752
  "filename": "src/javascript/upgrade-dependencies.ts",
55563
- "line": 701
55753
+ "line": 690
55564
55754
  },
55565
55755
  "name": "projenCredentials",
55566
55756
  "optional": true,
@@ -55582,7 +55772,7 @@
55582
55772
  "immutable": true,
55583
55773
  "locationInModule": {
55584
55774
  "filename": "src/javascript/upgrade-dependencies.ts",
55585
- "line": 743
55775
+ "line": 732
55586
55776
  },
55587
55777
  "name": "runsOn",
55588
55778
  "optional": true,
@@ -55608,7 +55798,7 @@
55608
55798
  "immutable": true,
55609
55799
  "locationInModule": {
55610
55800
  "filename": "src/javascript/upgrade-dependencies.ts",
55611
- "line": 750
55801
+ "line": 739
55612
55802
  },
55613
55803
  "name": "runsOnGroup",
55614
55804
  "optional": true,
@@ -55626,7 +55816,7 @@
55626
55816
  "immutable": true,
55627
55817
  "locationInModule": {
55628
55818
  "filename": "src/javascript/upgrade-dependencies.ts",
55629
- "line": 688
55819
+ "line": 677
55630
55820
  },
55631
55821
  "name": "schedule",
55632
55822
  "optional": true,
@@ -55687,7 +55877,7 @@
55687
55877
  "kind": "interface",
55688
55878
  "locationInModule": {
55689
55879
  "filename": "src/javascript/node-package.ts",
55690
- "line": 2020
55880
+ "line": 2078
55691
55881
  },
55692
55882
  "name": "YarnBerryOptions",
55693
55883
  "namespace": "javascript",
@@ -55702,7 +55892,7 @@
55702
55892
  "immutable": true,
55703
55893
  "locationInModule": {
55704
55894
  "filename": "src/javascript/node-package.ts",
55705
- "line": 2026
55895
+ "line": 2084
55706
55896
  },
55707
55897
  "name": "version",
55708
55898
  "optional": true,
@@ -55720,7 +55910,7 @@
55720
55910
  "immutable": true,
55721
55911
  "locationInModule": {
55722
55912
  "filename": "src/javascript/node-package.ts",
55723
- "line": 2033
55913
+ "line": 2091
55724
55914
  },
55725
55915
  "name": "yarnRcOptions",
55726
55916
  "optional": true,
@@ -55739,7 +55929,7 @@
55739
55929
  "immutable": true,
55740
55930
  "locationInModule": {
55741
55931
  "filename": "src/javascript/node-package.ts",
55742
- "line": 2041
55932
+ "line": 2099
55743
55933
  },
55744
55934
  "name": "zeroInstalls",
55745
55935
  "optional": true,
@@ -81765,6 +81955,6 @@
81765
81955
  "usedFeatures": [
81766
81956
  "class-covariant-overrides"
81767
81957
  ],
81768
- "version": "0.99.47",
81769
- "fingerprint": "0n+yvB20F7rgVwGAoECqmlOpwZoELKXQ8Frbj28QkwU="
81958
+ "version": "0.99.49",
81959
+ "fingerprint": "gCzTTnLWbrLXH1XoU23V94M6YyFwEtga5yZARupxJ3o="
81770
81960
  }