projen 0.99.42 → 0.99.44

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 (143) hide show
  1. package/.jsii +193 -106
  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.d.ts +9 -0
  18. package/lib/build/build-workflow.js +2 -2
  19. package/lib/cdk/auto-discover-base.js +2 -2
  20. package/lib/cdk/construct-lib.js +1 -1
  21. package/lib/cdk/integration-test-base.js +1 -1
  22. package/lib/cdk/jsii-docgen.js +1 -1
  23. package/lib/cdk/jsii-project.js +1 -1
  24. package/lib/cdk8s/auto-discover.js +2 -2
  25. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  26. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  27. package/lib/cdk8s/cdk8s-construct.js +1 -1
  28. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-deps.js +1 -1
  30. package/lib/cdk8s/integration-test.js +1 -1
  31. package/lib/cdktf/cdktf-construct.js +1 -1
  32. package/lib/circleci/circleci.js +1 -1
  33. package/lib/component.js +1 -1
  34. package/lib/dependencies.js +1 -1
  35. package/lib/dev-env.js +1 -1
  36. package/lib/docker-compose/docker-compose-service.js +1 -1
  37. package/lib/docker-compose/docker-compose.js +1 -1
  38. package/lib/file.js +1 -1
  39. package/lib/gitattributes.js +1 -1
  40. package/lib/github/actions-provider.js +1 -1
  41. package/lib/github/auto-approve.js +1 -1
  42. package/lib/github/auto-merge.js +1 -1
  43. package/lib/github/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.js +1 -1
  79. package/lib/javascript/node-project.d.ts +9 -0
  80. package/lib/javascript/node-project.js +6 -3
  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 +9 -3
  86. package/lib/javascript/yarnrc.js +1 -1
  87. package/lib/json-patch.js +1 -1
  88. package/lib/json.js +1 -1
  89. package/lib/license.js +1 -1
  90. package/lib/logger.js +1 -1
  91. package/lib/makefile.js +1 -1
  92. package/lib/object-file.js +1 -1
  93. package/lib/project-build.js +1 -1
  94. package/lib/project-tree.js +1 -1
  95. package/lib/project.js +1 -1
  96. package/lib/projects.js +1 -1
  97. package/lib/projenrc-json.js +2 -2
  98. package/lib/projenrc.js +1 -1
  99. package/lib/python/pip.js +1 -1
  100. package/lib/python/poetry.js +2 -2
  101. package/lib/python/projenrc.js +1 -1
  102. package/lib/python/pyproject-toml-file.js +1 -1
  103. package/lib/python/pytest-sample.js +1 -1
  104. package/lib/python/pytest.js +1 -1
  105. package/lib/python/python-project.js +1 -1
  106. package/lib/python/python-sample.js +1 -1
  107. package/lib/python/requirements-file.js +1 -1
  108. package/lib/python/setuppy.js +1 -1
  109. package/lib/python/setuptools.js +1 -1
  110. package/lib/python/uv.js +1 -1
  111. package/lib/python/venv.js +1 -1
  112. package/lib/readme.js +1 -1
  113. package/lib/release/publisher.js +1 -1
  114. package/lib/release/release-trigger.js +1 -1
  115. package/lib/release/release.js +1 -1
  116. package/lib/renovatebot.js +1 -1
  117. package/lib/sample-file.js +2 -2
  118. package/lib/semver.js +1 -1
  119. package/lib/source-code.js +1 -1
  120. package/lib/task-runtime.js +1 -1
  121. package/lib/task.d.ts +15 -0
  122. package/lib/task.js +38 -50
  123. package/lib/tasks.js +1 -1
  124. package/lib/testing.js +1 -1
  125. package/lib/textfile.js +1 -1
  126. package/lib/toml.js +1 -1
  127. package/lib/typescript/projenrc-ts.js +1 -1
  128. package/lib/typescript/projenrc.js +1 -1
  129. package/lib/typescript/typescript-typedoc.js +1 -1
  130. package/lib/typescript/typescript.js +6 -6
  131. package/lib/version.js +2 -2
  132. package/lib/vscode/devcontainer.js +1 -1
  133. package/lib/vscode/extensions.js +1 -1
  134. package/lib/vscode/launch-config.js +1 -1
  135. package/lib/vscode/settings.js +1 -1
  136. package/lib/vscode/vscode.js +1 -1
  137. package/lib/web/next.js +3 -3
  138. package/lib/web/postcss.js +1 -1
  139. package/lib/web/react.js +4 -4
  140. package/lib/web/tailwind.js +1 -1
  141. package/lib/xmlfile.js +1 -1
  142. package/lib/yaml.js +1 -1
  143. package/package.json +1 -1
package/.jsii CHANGED
@@ -10487,6 +10487,31 @@
10487
10487
  ],
10488
10488
  "variadic": true
10489
10489
  },
10490
+ {
10491
+ "docs": {
10492
+ "remarks": "This is a generic method that accepts any\ntask step (exec, spawn, say, builtin).",
10493
+ "stability": "experimental",
10494
+ "summary": "Adds steps to this task."
10495
+ },
10496
+ "locationInModule": {
10497
+ "filename": "src/task.ts",
10498
+ "line": 161
10499
+ },
10500
+ "name": "addSteps",
10501
+ "parameters": [
10502
+ {
10503
+ "docs": {
10504
+ "summary": "The steps to add."
10505
+ },
10506
+ "name": "steps",
10507
+ "type": {
10508
+ "fqn": "projen.TaskStep"
10509
+ },
10510
+ "variadic": true
10511
+ }
10512
+ ],
10513
+ "variadic": true
10514
+ },
10490
10515
  {
10491
10516
  "docs": {
10492
10517
  "remarks": "Builtin tasks are programs bundled as part of projen itself and used as\nhelpers for various components.\n\nIn the future we should support built-in tasks from external modules.",
@@ -10495,7 +10520,7 @@
10495
10520
  },
10496
10521
  "locationInModule": {
10497
10522
  "filename": "src/task.ts",
10498
- "line": 182
10523
+ "line": 185
10499
10524
  },
10500
10525
  "name": "builtin",
10501
10526
  "parameters": [
@@ -10517,7 +10542,7 @@
10517
10542
  },
10518
10543
  "locationInModule": {
10519
10544
  "filename": "src/task.ts",
10520
- "line": 296
10545
+ "line": 278
10521
10546
  },
10522
10547
  "name": "env",
10523
10548
  "parameters": [
@@ -10549,7 +10574,7 @@
10549
10574
  },
10550
10575
  "locationInModule": {
10551
10576
  "filename": "src/task.ts",
10552
- "line": 160
10577
+ "line": 170
10553
10578
  },
10554
10579
  "name": "exec",
10555
10580
  "parameters": [
@@ -10581,7 +10606,7 @@
10581
10606
  },
10582
10607
  "locationInModule": {
10583
10608
  "filename": "src/task.ts",
10584
- "line": 327
10609
+ "line": 309
10585
10610
  },
10586
10611
  "name": "insertStep",
10587
10612
  "parameters": [
@@ -10627,7 +10652,7 @@
10627
10652
  },
10628
10653
  "locationInModule": {
10629
10654
  "filename": "src/task.ts",
10630
- "line": 215
10655
+ "line": 204
10631
10656
  },
10632
10657
  "name": "prepend",
10633
10658
  "parameters": [
@@ -10656,7 +10681,7 @@
10656
10681
  },
10657
10682
  "locationInModule": {
10658
10683
  "filename": "src/task.ts",
10659
- "line": 239
10684
+ "line": 229
10660
10685
  },
10661
10686
  "name": "prependExec",
10662
10687
  "parameters": [
@@ -10685,7 +10710,7 @@
10685
10710
  },
10686
10711
  "locationInModule": {
10687
10712
  "filename": "src/task.ts",
10688
- "line": 275
10713
+ "line": 245
10689
10714
  },
10690
10715
  "name": "prependSay",
10691
10716
  "parameters": [
@@ -10714,7 +10739,7 @@
10714
10739
  },
10715
10740
  "locationInModule": {
10716
10741
  "filename": "src/task.ts",
10717
- "line": 257
10742
+ "line": 237
10718
10743
  },
10719
10744
  "name": "prependSpawn",
10720
10745
  "parameters": [
@@ -10736,13 +10761,37 @@
10736
10761
  }
10737
10762
  ]
10738
10763
  },
10764
+ {
10765
+ "docs": {
10766
+ "stability": "experimental",
10767
+ "summary": "Adds steps at the beginning of this task."
10768
+ },
10769
+ "locationInModule": {
10770
+ "filename": "src/task.ts",
10771
+ "line": 221
10772
+ },
10773
+ "name": "prependSteps",
10774
+ "parameters": [
10775
+ {
10776
+ "docs": {
10777
+ "summary": "The steps to add."
10778
+ },
10779
+ "name": "steps",
10780
+ "type": {
10781
+ "fqn": "projen.TaskStep"
10782
+ },
10783
+ "variadic": true
10784
+ }
10785
+ ],
10786
+ "variadic": true
10787
+ },
10739
10788
  {
10740
10789
  "docs": {
10741
10790
  "stability": "experimental"
10742
10791
  },
10743
10792
  "locationInModule": {
10744
10793
  "filename": "src/task.ts",
10745
- "line": 371
10794
+ "line": 353
10746
10795
  },
10747
10796
  "name": "removeStep",
10748
10797
  "parameters": [
@@ -10794,7 +10843,7 @@
10794
10843
  },
10795
10844
  "locationInModule": {
10796
10845
  "filename": "src/task.ts",
10797
- "line": 198
10846
+ "line": 194
10798
10847
  },
10799
10848
  "name": "say",
10800
10849
  "parameters": [
@@ -10826,7 +10875,7 @@
10826
10875
  },
10827
10876
  "locationInModule": {
10828
10877
  "filename": "src/task.ts",
10829
- "line": 224
10878
+ "line": 212
10830
10879
  },
10831
10880
  "name": "spawn",
10832
10881
  "parameters": [
@@ -10854,7 +10903,7 @@
10854
10903
  },
10855
10904
  "locationInModule": {
10856
10905
  "filename": "src/task.ts",
10857
- "line": 349
10906
+ "line": 331
10858
10907
  },
10859
10908
  "name": "updateStep",
10860
10909
  "parameters": [
@@ -10889,7 +10938,7 @@
10889
10938
  "immutable": true,
10890
10939
  "locationInModule": {
10891
10940
  "filename": "src/task.ts",
10892
- "line": 304
10941
+ "line": 286
10893
10942
  },
10894
10943
  "name": "envVars",
10895
10944
  "type": {
@@ -10924,7 +10973,7 @@
10924
10973
  "immutable": true,
10925
10974
  "locationInModule": {
10926
10975
  "filename": "src/task.ts",
10927
- "line": 311
10976
+ "line": 293
10928
10977
  },
10929
10978
  "name": "steps",
10930
10979
  "type": {
@@ -17257,7 +17306,7 @@
17257
17306
  "kind": "interface",
17258
17307
  "locationInModule": {
17259
17308
  "filename": "src/build/build-workflow.ts",
17260
- "line": 487
17309
+ "line": 497
17261
17310
  },
17262
17311
  "name": "AddPostBuildJobCommandsOptions",
17263
17312
  "namespace": "build",
@@ -17272,7 +17321,7 @@
17272
17321
  "immutable": true,
17273
17322
  "locationInModule": {
17274
17323
  "filename": "src/build/build-workflow.ts",
17275
- "line": 499
17324
+ "line": 509
17276
17325
  },
17277
17326
  "name": "checkoutRepo",
17278
17327
  "optional": true,
@@ -17291,7 +17340,7 @@
17291
17340
  "immutable": true,
17292
17341
  "locationInModule": {
17293
17342
  "filename": "src/build/build-workflow.ts",
17294
- "line": 509
17343
+ "line": 519
17295
17344
  },
17296
17345
  "name": "installDeps",
17297
17346
  "optional": true,
@@ -17313,7 +17362,7 @@
17313
17362
  "immutable": true,
17314
17363
  "locationInModule": {
17315
17364
  "filename": "src/build/build-workflow.ts",
17316
- "line": 517
17365
+ "line": 527
17317
17366
  },
17318
17367
  "name": "runsOn",
17319
17368
  "optional": true,
@@ -17339,7 +17388,7 @@
17339
17388
  "immutable": true,
17340
17389
  "locationInModule": {
17341
17390
  "filename": "src/build/build-workflow.ts",
17342
- "line": 524
17391
+ "line": 534
17343
17392
  },
17344
17393
  "name": "runsOnGroup",
17345
17394
  "optional": true,
@@ -17356,7 +17405,7 @@
17356
17405
  "immutable": true,
17357
17406
  "locationInModule": {
17358
17407
  "filename": "src/build/build-workflow.ts",
17359
- "line": 491
17408
+ "line": 501
17360
17409
  },
17361
17410
  "name": "tools",
17362
17411
  "optional": true,
@@ -17378,7 +17427,7 @@
17378
17427
  "kind": "interface",
17379
17428
  "locationInModule": {
17380
17429
  "filename": "src/build/build-workflow.ts",
17381
- "line": 462
17430
+ "line": 472
17382
17431
  },
17383
17432
  "name": "AddPostBuildJobTaskOptions",
17384
17433
  "namespace": "build",
@@ -17397,7 +17446,7 @@
17397
17446
  "immutable": true,
17398
17447
  "locationInModule": {
17399
17448
  "filename": "src/build/build-workflow.ts",
17400
- "line": 474
17449
+ "line": 484
17401
17450
  },
17402
17451
  "name": "runsOn",
17403
17452
  "optional": true,
@@ -17423,7 +17472,7 @@
17423
17472
  "immutable": true,
17424
17473
  "locationInModule": {
17425
17474
  "filename": "src/build/build-workflow.ts",
17426
- "line": 481
17475
+ "line": 491
17427
17476
  },
17428
17477
  "name": "runsOnGroup",
17429
17478
  "optional": true,
@@ -17440,7 +17489,7 @@
17440
17489
  "immutable": true,
17441
17490
  "locationInModule": {
17442
17491
  "filename": "src/build/build-workflow.ts",
17443
- "line": 466
17492
+ "line": 476
17444
17493
  },
17445
17494
  "name": "tools",
17446
17495
  "optional": true,
@@ -17464,7 +17513,7 @@
17464
17513
  },
17465
17514
  "locationInModule": {
17466
17515
  "filename": "src/build/build-workflow.ts",
17467
- "line": 151
17516
+ "line": 161
17468
17517
  },
17469
17518
  "parameters": [
17470
17519
  {
@@ -17484,7 +17533,7 @@
17484
17533
  "kind": "class",
17485
17534
  "locationInModule": {
17486
17535
  "filename": "src/build/build-workflow.ts",
17487
- "line": 135
17536
+ "line": 145
17488
17537
  },
17489
17538
  "methods": [
17490
17539
  {
@@ -17495,7 +17544,7 @@
17495
17544
  },
17496
17545
  "locationInModule": {
17497
17546
  "filename": "src/build/build-workflow.ts",
17498
- "line": 253
17547
+ "line": 263
17499
17548
  },
17500
17549
  "name": "addPostBuildJob",
17501
17550
  "parameters": [
@@ -17527,7 +17576,7 @@
17527
17576
  },
17528
17577
  "locationInModule": {
17529
17578
  "filename": "src/build/build-workflow.ts",
17530
- "line": 327
17579
+ "line": 337
17531
17580
  },
17532
17581
  "name": "addPostBuildJobCommands",
17533
17582
  "parameters": [
@@ -17568,7 +17617,7 @@
17568
17617
  },
17569
17618
  "locationInModule": {
17570
17619
  "filename": "src/build/build-workflow.ts",
17571
- "line": 301
17620
+ "line": 311
17572
17621
  },
17573
17622
  "name": "addPostBuildJobTask",
17574
17623
  "parameters": [
@@ -17597,7 +17646,7 @@
17597
17646
  },
17598
17647
  "locationInModule": {
17599
17648
  "filename": "src/build/build-workflow.ts",
17600
- "line": 238
17649
+ "line": 248
17601
17650
  },
17602
17651
  "name": "addPostBuildSteps",
17603
17652
  "parameters": [
@@ -17626,7 +17675,7 @@
17626
17675
  "immutable": true,
17627
17676
  "locationInModule": {
17628
17677
  "filename": "src/build/build-workflow.ts",
17629
- "line": 230
17678
+ "line": 240
17630
17679
  },
17631
17680
  "name": "buildJobIds",
17632
17681
  "type": {
@@ -17646,7 +17695,7 @@
17646
17695
  "immutable": true,
17647
17696
  "locationInModule": {
17648
17697
  "filename": "src/build/build-workflow.ts",
17649
- "line": 139
17698
+ "line": 149
17650
17699
  },
17651
17700
  "name": "name",
17652
17701
  "type": {
@@ -17854,7 +17903,7 @@
17854
17903
  "immutable": true,
17855
17904
  "locationInModule": {
17856
17905
  "filename": "src/build/build-workflow.ts",
17857
- "line": 117
17906
+ "line": 127
17858
17907
  },
17859
17908
  "name": "gitIdentity",
17860
17909
  "optional": true,
@@ -17881,6 +17930,25 @@
17881
17930
  "primitive": "boolean"
17882
17931
  }
17883
17932
  },
17933
+ {
17934
+ "abstract": true,
17935
+ "docs": {
17936
+ "default": "- value of `mutableBuild`",
17937
+ "remarks": "This will update the\npackage lockfile during installs, which is useful when build steps modify\ndependencies. Set to `false` to use frozen lockfile installs even when\n`mutableBuild` is enabled.",
17938
+ "stability": "experimental",
17939
+ "summary": "Perform a mutable (non-frozen) install during builds."
17940
+ },
17941
+ "immutable": true,
17942
+ "locationInModule": {
17943
+ "filename": "src/build/build-workflow.ts",
17944
+ "line": 115
17945
+ },
17946
+ "name": "mutableInstall",
17947
+ "optional": true,
17948
+ "type": {
17949
+ "primitive": "boolean"
17950
+ }
17951
+ },
17884
17952
  {
17885
17953
  "abstract": true,
17886
17954
  "docs": {
@@ -17891,7 +17959,7 @@
17891
17959
  "immutable": true,
17892
17960
  "locationInModule": {
17893
17961
  "filename": "src/build/build-workflow.ts",
17894
- "line": 111
17962
+ "line": 121
17895
17963
  },
17896
17964
  "name": "postBuildSteps",
17897
17965
  "optional": true,
@@ -17918,7 +17986,7 @@
17918
17986
  "immutable": true,
17919
17987
  "locationInModule": {
17920
17988
  "filename": "src/build/build-workflow.ts",
17921
- "line": 125
17989
+ "line": 135
17922
17990
  },
17923
17991
  "name": "runsOn",
17924
17992
  "optional": true,
@@ -17944,7 +18012,7 @@
17944
18012
  "immutable": true,
17945
18013
  "locationInModule": {
17946
18014
  "filename": "src/build/build-workflow.ts",
17947
- "line": 132
18015
+ "line": 142
17948
18016
  },
17949
18017
  "name": "runsOnGroup",
17950
18018
  "optional": true,
@@ -42747,7 +42815,7 @@
42747
42815
  "kind": "enum",
42748
42816
  "locationInModule": {
42749
42817
  "filename": "src/javascript/node-project.ts",
42750
- "line": 429
42818
+ "line": 439
42751
42819
  },
42752
42820
  "members": [
42753
42821
  {
@@ -43124,6 +43192,25 @@
43124
43192
  "type": {
43125
43193
  "primitive": "boolean"
43126
43194
  }
43195
+ },
43196
+ {
43197
+ "abstract": true,
43198
+ "docs": {
43199
+ "default": "- value of `mutableBuild`",
43200
+ "remarks": "This will update the\npackage lockfile during installs, which is useful when build steps modify\ndependencies. Set to `false` to use frozen lockfile installs even when\n`mutableBuild` is enabled.",
43201
+ "stability": "experimental",
43202
+ "summary": "Perform a mutable (non-frozen) install during builds."
43203
+ },
43204
+ "immutable": true,
43205
+ "locationInModule": {
43206
+ "filename": "src/javascript/node-project.ts",
43207
+ "line": 433
43208
+ },
43209
+ "name": "mutableInstall",
43210
+ "optional": true,
43211
+ "type": {
43212
+ "primitive": "boolean"
43213
+ }
43127
43214
  }
43128
43215
  ],
43129
43216
  "symbolId": "src/javascript/node-project:BuildWorkflowOptions"
@@ -49322,7 +49409,7 @@
49322
49409
  },
49323
49410
  "locationInModule": {
49324
49411
  "filename": "src/javascript/node-project.ts",
49325
- "line": 576
49412
+ "line": 586
49326
49413
  },
49327
49414
  "parameters": [
49328
49415
  {
@@ -49336,7 +49423,7 @@
49336
49423
  "kind": "class",
49337
49424
  "locationInModule": {
49338
49425
  "filename": "src/javascript/node-project.ts",
49339
- "line": 446
49426
+ "line": 456
49340
49427
  },
49341
49428
  "methods": [
49342
49429
  {
@@ -49345,7 +49432,7 @@
49345
49432
  },
49346
49433
  "locationInModule": {
49347
49434
  "filename": "src/javascript/node-project.ts",
49348
- "line": 1036
49435
+ "line": 1049
49349
49436
  },
49350
49437
  "name": "addBins",
49351
49438
  "parameters": [
@@ -49370,7 +49457,7 @@
49370
49457
  },
49371
49458
  "locationInModule": {
49372
49459
  "filename": "src/javascript/node-project.ts",
49373
- "line": 1327
49460
+ "line": 1340
49374
49461
  },
49375
49462
  "name": "addBundledDeps",
49376
49463
  "parameters": [
@@ -49396,7 +49483,7 @@
49396
49483
  },
49397
49484
  "locationInModule": {
49398
49485
  "filename": "src/javascript/node-project.ts",
49399
- "line": 1081
49486
+ "line": 1094
49400
49487
  },
49401
49488
  "name": "addCompileCommand",
49402
49489
  "parameters": [
@@ -49417,7 +49504,7 @@
49417
49504
  },
49418
49505
  "locationInModule": {
49419
49506
  "filename": "src/javascript/node-project.ts",
49420
- "line": 1281
49507
+ "line": 1294
49421
49508
  },
49422
49509
  "name": "addDeps",
49423
49510
  "parameters": [
@@ -49442,7 +49529,7 @@
49442
49529
  },
49443
49530
  "locationInModule": {
49444
49531
  "filename": "src/javascript/node-project.ts",
49445
- "line": 1294
49532
+ "line": 1307
49446
49533
  },
49447
49534
  "name": "addDevDeps",
49448
49535
  "parameters": [
@@ -49467,7 +49554,7 @@
49467
49554
  },
49468
49555
  "locationInModule": {
49469
49556
  "filename": "src/javascript/node-project.ts",
49470
- "line": 1101
49557
+ "line": 1114
49471
49558
  },
49472
49559
  "name": "addFields",
49473
49560
  "parameters": [
@@ -49494,7 +49581,7 @@
49494
49581
  },
49495
49582
  "locationInModule": {
49496
49583
  "filename": "src/javascript/node-project.ts",
49497
- "line": 1111
49584
+ "line": 1124
49498
49585
  },
49499
49586
  "name": "addKeywords",
49500
49587
  "parameters": [
@@ -49521,7 +49608,7 @@
49521
49608
  },
49522
49609
  "locationInModule": {
49523
49610
  "filename": "src/javascript/node-project.ts",
49524
- "line": 1339
49611
+ "line": 1352
49525
49612
  },
49526
49613
  "name": "addPackageIgnore",
49527
49614
  "overrides": "projen.Project",
@@ -49545,7 +49632,7 @@
49545
49632
  },
49546
49633
  "locationInModule": {
49547
49634
  "filename": "src/javascript/node-project.ts",
49548
- "line": 1311
49635
+ "line": 1324
49549
49636
  },
49550
49637
  "name": "addPeerDeps",
49551
49638
  "parameters": [
@@ -49570,7 +49657,7 @@
49570
49657
  },
49571
49658
  "locationInModule": {
49572
49659
  "filename": "src/javascript/node-project.ts",
49573
- "line": 1054
49660
+ "line": 1067
49574
49661
  },
49575
49662
  "name": "addScripts",
49576
49663
  "parameters": [
@@ -49598,7 +49685,7 @@
49598
49685
  },
49599
49686
  "locationInModule": {
49600
49687
  "filename": "src/javascript/node-project.ts",
49601
- "line": 1091
49688
+ "line": 1104
49602
49689
  },
49603
49690
  "name": "addTestCommand",
49604
49691
  "parameters": [
@@ -49620,7 +49707,7 @@
49620
49707
  },
49621
49708
  "locationInModule": {
49622
49709
  "filename": "src/javascript/node-project.ts",
49623
- "line": 1073
49710
+ "line": 1086
49624
49711
  },
49625
49712
  "name": "hasScript",
49626
49713
  "parameters": [
@@ -49647,7 +49734,7 @@
49647
49734
  },
49648
49735
  "locationInModule": {
49649
49736
  "filename": "src/javascript/node-project.ts",
49650
- "line": 1064
49737
+ "line": 1077
49651
49738
  },
49652
49739
  "name": "removeScript",
49653
49740
  "parameters": [
@@ -49670,7 +49757,7 @@
49670
49757
  },
49671
49758
  "locationInModule": {
49672
49759
  "filename": "src/javascript/node-project.ts",
49673
- "line": 1201
49760
+ "line": 1214
49674
49761
  },
49675
49762
  "name": "renderWorkflowSetup",
49676
49763
  "parameters": [
@@ -49704,7 +49791,7 @@
49704
49791
  },
49705
49792
  "locationInModule": {
49706
49793
  "filename": "src/javascript/node-project.ts",
49707
- "line": 1412
49794
+ "line": 1425
49708
49795
  },
49709
49796
  "name": "runTaskCommand",
49710
49797
  "overrides": "projen.Project",
@@ -49732,7 +49819,7 @@
49732
49819
  },
49733
49820
  "locationInModule": {
49734
49821
  "filename": "src/javascript/node-project.ts",
49735
- "line": 1046
49822
+ "line": 1059
49736
49823
  },
49737
49824
  "name": "setScript",
49738
49825
  "parameters": [
@@ -49768,7 +49855,7 @@
49768
49855
  "immutable": true,
49769
49856
  "locationInModule": {
49770
49857
  "filename": "src/javascript/node-project.ts",
49771
- "line": 471
49858
+ "line": 481
49772
49859
  },
49773
49860
  "name": "allowLibraryDependencies",
49774
49861
  "type": {
@@ -49784,7 +49871,7 @@
49784
49871
  "immutable": true,
49785
49872
  "locationInModule": {
49786
49873
  "filename": "src/javascript/node-project.ts",
49787
- "line": 558
49874
+ "line": 568
49788
49875
  },
49789
49876
  "name": "artifactsDirectory",
49790
49877
  "type": {
@@ -49799,7 +49886,7 @@
49799
49886
  "immutable": true,
49800
49887
  "locationInModule": {
49801
49888
  "filename": "src/javascript/node-project.ts",
49802
- "line": 563
49889
+ "line": 573
49803
49890
  },
49804
49891
  "name": "artifactsJavascriptDirectory",
49805
49892
  "type": {
@@ -49813,7 +49900,7 @@
49813
49900
  "immutable": true,
49814
49901
  "locationInModule": {
49815
49902
  "filename": "src/javascript/node-project.ts",
49816
- "line": 551
49903
+ "line": 561
49817
49904
  },
49818
49905
  "name": "bundler",
49819
49906
  "type": {
@@ -49828,7 +49915,7 @@
49828
49915
  "immutable": true,
49829
49916
  "locationInModule": {
49830
49917
  "filename": "src/javascript/node-project.ts",
49831
- "line": 478
49918
+ "line": 488
49832
49919
  },
49833
49920
  "name": "entrypoint",
49834
49921
  "type": {
@@ -49843,7 +49930,7 @@
49843
49930
  "immutable": true,
49844
49931
  "locationInModule": {
49845
49932
  "filename": "src/javascript/node-project.ts",
49846
- "line": 547
49933
+ "line": 557
49847
49934
  },
49848
49935
  "name": "manifest",
49849
49936
  "type": {
@@ -49858,7 +49945,7 @@
49858
49945
  "immutable": true,
49859
49946
  "locationInModule": {
49860
49947
  "filename": "src/javascript/node-project.ts",
49861
- "line": 460
49948
+ "line": 470
49862
49949
  },
49863
49950
  "name": "npmrc",
49864
49951
  "type": {
@@ -49873,7 +49960,7 @@
49873
49960
  "immutable": true,
49874
49961
  "locationInModule": {
49875
49962
  "filename": "src/javascript/node-project.ts",
49876
- "line": 450
49963
+ "line": 460
49877
49964
  },
49878
49965
  "name": "package",
49879
49966
  "type": {
@@ -49889,7 +49976,7 @@
49889
49976
  "immutable": true,
49890
49977
  "locationInModule": {
49891
49978
  "filename": "src/javascript/node-project.ts",
49892
- "line": 530
49979
+ "line": 540
49893
49980
  },
49894
49981
  "name": "packageManager",
49895
49982
  "type": {
@@ -49904,7 +49991,7 @@
49904
49991
  "immutable": true,
49905
49992
  "locationInModule": {
49906
49993
  "filename": "src/javascript/node-project.ts",
49907
- "line": 537
49994
+ "line": 547
49908
49995
  },
49909
49996
  "name": "runScriptCommand",
49910
49997
  "type": {
@@ -49918,7 +50005,7 @@
49918
50005
  "immutable": true,
49919
50006
  "locationInModule": {
49920
50007
  "filename": "src/javascript/node-project.ts",
49921
- "line": 570
50008
+ "line": 580
49922
50009
  },
49923
50010
  "name": "workflowBootstrapSteps",
49924
50011
  "protected": true,
@@ -49938,7 +50025,7 @@
49938
50025
  "immutable": true,
49939
50026
  "locationInModule": {
49940
50027
  "filename": "src/javascript/node-project.ts",
49941
- "line": 572
50028
+ "line": 582
49942
50029
  },
49943
50030
  "name": "workflowPackageCache",
49944
50031
  "protected": true,
@@ -49954,7 +50041,7 @@
49954
50041
  "immutable": true,
49955
50042
  "locationInModule": {
49956
50043
  "filename": "src/javascript/node-project.ts",
49957
- "line": 485
50044
+ "line": 495
49958
50045
  },
49959
50046
  "name": "autoMerge",
49960
50047
  "optional": true,
@@ -49969,7 +50056,7 @@
49969
50056
  "immutable": true,
49970
50057
  "locationInModule": {
49971
50058
  "filename": "src/javascript/node-project.ts",
49972
- "line": 574
50059
+ "line": 584
49973
50060
  },
49974
50061
  "name": "biome",
49975
50062
  "optional": true,
@@ -49986,7 +50073,7 @@
49986
50073
  "immutable": true,
49987
50074
  "locationInModule": {
49988
50075
  "filename": "src/javascript/node-project.ts",
49989
- "line": 490
50076
+ "line": 500
49990
50077
  },
49991
50078
  "name": "buildWorkflow",
49992
50079
  "optional": true,
@@ -50002,7 +50089,7 @@
50002
50089
  "immutable": true,
50003
50090
  "locationInModule": {
50004
50091
  "filename": "src/javascript/node-project.ts",
50005
- "line": 1419
50092
+ "line": 1432
50006
50093
  },
50007
50094
  "name": "buildWorkflowJobId",
50008
50095
  "optional": true,
@@ -50018,7 +50105,7 @@
50018
50105
  "immutable": true,
50019
50106
  "locationInModule": {
50020
50107
  "filename": "src/javascript/node-project.ts",
50021
- "line": 542
50108
+ "line": 552
50022
50109
  },
50023
50110
  "name": "jest",
50024
50111
  "optional": true,
@@ -50035,7 +50122,7 @@
50035
50122
  "immutable": true,
50036
50123
  "locationInModule": {
50037
50124
  "filename": "src/javascript/node-project.ts",
50038
- "line": 519
50125
+ "line": 529
50039
50126
  },
50040
50127
  "name": "maxNodeVersion",
50041
50128
  "optional": true,
@@ -50052,7 +50139,7 @@
50052
50139
  "immutable": true,
50053
50140
  "locationInModule": {
50054
50141
  "filename": "src/javascript/node-project.ts",
50055
- "line": 510
50142
+ "line": 520
50056
50143
  },
50057
50144
  "name": "minNodeVersion",
50058
50145
  "optional": true,
@@ -50067,7 +50154,7 @@
50067
50154
  "immutable": true,
50068
50155
  "locationInModule": {
50069
50156
  "filename": "src/javascript/node-project.ts",
50070
- "line": 523
50157
+ "line": 533
50071
50158
  },
50072
50159
  "name": "nodeVersion",
50073
50160
  "optional": true,
@@ -50084,7 +50171,7 @@
50084
50171
  "immutable": true,
50085
50172
  "locationInModule": {
50086
50173
  "filename": "src/javascript/node-project.ts",
50087
- "line": 455
50174
+ "line": 465
50088
50175
  },
50089
50176
  "name": "npmignore",
50090
50177
  "optional": true,
@@ -50099,7 +50186,7 @@
50099
50186
  "immutable": true,
50100
50187
  "locationInModule": {
50101
50188
  "filename": "src/javascript/node-project.ts",
50102
- "line": 573
50189
+ "line": 583
50103
50190
  },
50104
50191
  "name": "prettier",
50105
50192
  "optional": true,
@@ -50117,7 +50204,7 @@
50117
50204
  "immutable": true,
50118
50205
  "locationInModule": {
50119
50206
  "filename": "src/javascript/node-project.ts",
50120
- "line": 498
50207
+ "line": 508
50121
50208
  },
50122
50209
  "name": "publisher",
50123
50210
  "optional": true,
@@ -50133,7 +50220,7 @@
50133
50220
  "immutable": true,
50134
50221
  "locationInModule": {
50135
50222
  "filename": "src/javascript/node-project.ts",
50136
- "line": 503
50223
+ "line": 513
50137
50224
  },
50138
50225
  "name": "release",
50139
50226
  "optional": true,
@@ -50149,7 +50236,7 @@
50149
50236
  "immutable": true,
50150
50237
  "locationInModule": {
50151
50238
  "filename": "src/javascript/node-project.ts",
50152
- "line": 568
50239
+ "line": 578
50153
50240
  },
50154
50241
  "name": "upgradeWorkflow",
50155
50242
  "optional": true,
@@ -52282,7 +52369,7 @@
52282
52369
  "kind": "interface",
52283
52370
  "locationInModule": {
52284
52371
  "filename": "src/javascript/node-project.ts",
52285
- "line": 1535
52372
+ "line": 1548
52286
52373
  },
52287
52374
  "name": "RenderWorkflowSetupOptions",
52288
52375
  "namespace": "javascript",
@@ -52298,7 +52385,7 @@
52298
52385
  "immutable": true,
52299
52386
  "locationInModule": {
52300
52387
  "filename": "src/javascript/node-project.ts",
52301
- "line": 1544
52388
+ "line": 1557
52302
52389
  },
52303
52390
  "name": "installStepConfiguration",
52304
52391
  "optional": true,
@@ -52316,7 +52403,7 @@
52316
52403
  "immutable": true,
52317
52404
  "locationInModule": {
52318
52405
  "filename": "src/javascript/node-project.ts",
52319
- "line": 1549
52406
+ "line": 1562
52320
52407
  },
52321
52408
  "name": "mutable",
52322
52409
  "optional": true,
@@ -54531,7 +54618,7 @@
54531
54618
  },
54532
54619
  "locationInModule": {
54533
54620
  "filename": "src/javascript/upgrade-dependencies.ts",
54534
- "line": 305
54621
+ "line": 312
54535
54622
  },
54536
54623
  "name": "addPostBuildSteps",
54537
54624
  "parameters": [
@@ -54924,7 +55011,7 @@
54924
55011
  "kind": "class",
54925
55012
  "locationInModule": {
54926
55013
  "filename": "src/javascript/upgrade-dependencies.ts",
54927
- "line": 763
55014
+ "line": 770
54928
55015
  },
54929
55016
  "methods": [
54930
55017
  {
@@ -54934,7 +55021,7 @@
54934
55021
  },
54935
55022
  "locationInModule": {
54936
55023
  "filename": "src/javascript/upgrade-dependencies.ts",
54937
- "line": 798
55024
+ "line": 805
54938
55025
  },
54939
55026
  "name": "expressions",
54940
55027
  "parameters": [
@@ -54970,7 +55057,7 @@
54970
55057
  "immutable": true,
54971
55058
  "locationInModule": {
54972
55059
  "filename": "src/javascript/upgrade-dependencies.ts",
54973
- "line": 772
55060
+ "line": 779
54974
55061
  },
54975
55062
  "name": "DAILY",
54976
55063
  "static": true,
@@ -54987,7 +55074,7 @@
54987
55074
  "immutable": true,
54988
55075
  "locationInModule": {
54989
55076
  "filename": "src/javascript/upgrade-dependencies.ts",
54990
- "line": 791
55077
+ "line": 798
54991
55078
  },
54992
55079
  "name": "MONTHLY",
54993
55080
  "static": true,
@@ -55004,7 +55091,7 @@
55004
55091
  "immutable": true,
55005
55092
  "locationInModule": {
55006
55093
  "filename": "src/javascript/upgrade-dependencies.ts",
55007
- "line": 767
55094
+ "line": 774
55008
55095
  },
55009
55096
  "name": "NEVER",
55010
55097
  "static": true,
@@ -55021,7 +55108,7 @@
55021
55108
  "immutable": true,
55022
55109
  "locationInModule": {
55023
55110
  "filename": "src/javascript/upgrade-dependencies.ts",
55024
- "line": 777
55111
+ "line": 784
55025
55112
  },
55026
55113
  "name": "WEEKDAY",
55027
55114
  "static": true,
@@ -55038,7 +55125,7 @@
55038
55125
  "immutable": true,
55039
55126
  "locationInModule": {
55040
55127
  "filename": "src/javascript/upgrade-dependencies.ts",
55041
- "line": 784
55128
+ "line": 791
55042
55129
  },
55043
55130
  "name": "WEEKLY",
55044
55131
  "static": true,
@@ -55053,7 +55140,7 @@
55053
55140
  "immutable": true,
55054
55141
  "locationInModule": {
55055
55142
  "filename": "src/javascript/upgrade-dependencies.ts",
55056
- "line": 802
55143
+ "line": 809
55057
55144
  },
55058
55145
  "name": "cron",
55059
55146
  "type": {
@@ -55079,7 +55166,7 @@
55079
55166
  "kind": "interface",
55080
55167
  "locationInModule": {
55081
55168
  "filename": "src/javascript/upgrade-dependencies.ts",
55082
- "line": 675
55169
+ "line": 682
55083
55170
  },
55084
55171
  "name": "UpgradeDependenciesWorkflowOptions",
55085
55172
  "namespace": "javascript",
@@ -55094,7 +55181,7 @@
55094
55181
  "immutable": true,
55095
55182
  "locationInModule": {
55096
55183
  "filename": "src/javascript/upgrade-dependencies.ts",
55097
- "line": 708
55184
+ "line": 715
55098
55185
  },
55099
55186
  "name": "assignees",
55100
55187
  "optional": true,
@@ -55117,7 +55204,7 @@
55117
55204
  "immutable": true,
55118
55205
  "locationInModule": {
55119
55206
  "filename": "src/javascript/upgrade-dependencies.ts",
55120
- "line": 722
55207
+ "line": 729
55121
55208
  },
55122
55209
  "name": "branches",
55123
55210
  "optional": true,
@@ -55140,7 +55227,7 @@
55140
55227
  "immutable": true,
55141
55228
  "locationInModule": {
55142
55229
  "filename": "src/javascript/upgrade-dependencies.ts",
55143
- "line": 715
55230
+ "line": 722
55144
55231
  },
55145
55232
  "name": "container",
55146
55233
  "optional": true,
@@ -55158,7 +55245,7 @@
55158
55245
  "immutable": true,
55159
55246
  "locationInModule": {
55160
55247
  "filename": "src/javascript/upgrade-dependencies.ts",
55161
- "line": 757
55248
+ "line": 764
55162
55249
  },
55163
55250
  "name": "env",
55164
55251
  "optional": true,
@@ -55181,7 +55268,7 @@
55181
55268
  "immutable": true,
55182
55269
  "locationInModule": {
55183
55270
  "filename": "src/javascript/upgrade-dependencies.ts",
55184
- "line": 728
55271
+ "line": 735
55185
55272
  },
55186
55273
  "name": "gitIdentity",
55187
55274
  "optional": true,
@@ -55199,7 +55286,7 @@
55199
55286
  "immutable": true,
55200
55287
  "locationInModule": {
55201
55288
  "filename": "src/javascript/upgrade-dependencies.ts",
55202
- "line": 701
55289
+ "line": 708
55203
55290
  },
55204
55291
  "name": "labels",
55205
55292
  "optional": true,
@@ -55222,7 +55309,7 @@
55222
55309
  "immutable": true,
55223
55310
  "locationInModule": {
55224
55311
  "filename": "src/javascript/upgrade-dependencies.ts",
55225
- "line": 750
55312
+ "line": 757
55226
55313
  },
55227
55314
  "name": "permissions",
55228
55315
  "optional": true,
@@ -55242,7 +55329,7 @@
55242
55329
  "immutable": true,
55243
55330
  "locationInModule": {
55244
55331
  "filename": "src/javascript/upgrade-dependencies.ts",
55245
- "line": 694
55332
+ "line": 701
55246
55333
  },
55247
55334
  "name": "projenCredentials",
55248
55335
  "optional": true,
@@ -55264,7 +55351,7 @@
55264
55351
  "immutable": true,
55265
55352
  "locationInModule": {
55266
55353
  "filename": "src/javascript/upgrade-dependencies.ts",
55267
- "line": 736
55354
+ "line": 743
55268
55355
  },
55269
55356
  "name": "runsOn",
55270
55357
  "optional": true,
@@ -55290,7 +55377,7 @@
55290
55377
  "immutable": true,
55291
55378
  "locationInModule": {
55292
55379
  "filename": "src/javascript/upgrade-dependencies.ts",
55293
- "line": 743
55380
+ "line": 750
55294
55381
  },
55295
55382
  "name": "runsOnGroup",
55296
55383
  "optional": true,
@@ -55308,7 +55395,7 @@
55308
55395
  "immutable": true,
55309
55396
  "locationInModule": {
55310
55397
  "filename": "src/javascript/upgrade-dependencies.ts",
55311
- "line": 681
55398
+ "line": 688
55312
55399
  },
55313
55400
  "name": "schedule",
55314
55401
  "optional": true,
@@ -81447,6 +81534,6 @@
81447
81534
  "usedFeatures": [
81448
81535
  "class-covariant-overrides"
81449
81536
  ],
81450
- "version": "0.99.42",
81451
- "fingerprint": "r+QaK0QrAziE0uWOM4j77xa8oxFstJI2FLgIUC36vLQ="
81537
+ "version": "0.99.44",
81538
+ "fingerprint": "C4hDD3xRmbDB3FwNFNoJcNqjOkJk5eKqBf+Vk57Xohg="
81452
81539
  }