projen 0.99.53 → 0.99.55

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 (144) hide show
  1. package/.jsii +259 -143
  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 +7 -0
  18. package/lib/build/build-workflow.js +3 -3
  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/dependency-review.js +1 -1
  46. package/lib/github/github-credentials.js +1 -1
  47. package/lib/github/github-project.js +1 -1
  48. package/lib/github/github.js +1 -1
  49. package/lib/github/merge-queue.js +1 -1
  50. package/lib/github/mergify.js +1 -1
  51. package/lib/github/pr-template.js +1 -1
  52. package/lib/github/pull-request-backport.js +1 -1
  53. package/lib/github/pull-request-lint.js +1 -1
  54. package/lib/github/stale.js +1 -1
  55. package/lib/github/task-workflow-job.js +1 -1
  56. package/lib/github/task-workflow.js +1 -1
  57. package/lib/github/workflow-actions.d.ts +13 -0
  58. package/lib/github/workflow-actions.js +4 -2
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows.js +1 -1
  62. package/lib/gitlab/configuration.js +1 -1
  63. package/lib/gitlab/gitlab-configuration.js +1 -1
  64. package/lib/gitlab/nested-configuration.js +1 -1
  65. package/lib/gitpod.js +1 -1
  66. package/lib/ignore-file.js +1 -1
  67. package/lib/ini.js +1 -1
  68. package/lib/java/java-project.js +1 -1
  69. package/lib/java/junit.js +1 -1
  70. package/lib/java/maven-compile.js +1 -1
  71. package/lib/java/maven-packaging.js +1 -1
  72. package/lib/java/maven-sample.js +1 -1
  73. package/lib/java/pom.js +2 -2
  74. package/lib/java/projenrc.js +1 -1
  75. package/lib/javascript/biome/biome.js +1 -1
  76. package/lib/javascript/bundler.js +1 -1
  77. package/lib/javascript/eslint.js +1 -1
  78. package/lib/javascript/jest.js +4 -4
  79. package/lib/javascript/license-checker.js +1 -1
  80. package/lib/javascript/node-package.js +1 -1
  81. package/lib/javascript/node-project.d.ts +14 -0
  82. package/lib/javascript/node-project.js +3 -3
  83. package/lib/javascript/npm-config.js +1 -1
  84. package/lib/javascript/prettier.js +1 -1
  85. package/lib/javascript/projenrc.js +1 -1
  86. package/lib/javascript/typescript-config.js +2 -2
  87. package/lib/javascript/upgrade-dependencies.js +2 -2
  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/version.js +2 -2
  133. package/lib/vscode/devcontainer.js +1 -1
  134. package/lib/vscode/extensions.js +1 -1
  135. package/lib/vscode/launch-config.js +1 -1
  136. package/lib/vscode/settings.js +1 -1
  137. package/lib/vscode/vscode.js +1 -1
  138. package/lib/web/next.js +3 -3
  139. package/lib/web/postcss.js +1 -1
  140. package/lib/web/react.js +4 -4
  141. package/lib/web/tailwind.js +1 -1
  142. package/lib/xmlfile.js +1 -1
  143. package/lib/yaml.js +1 -1
  144. package/package.json +1 -1
package/.jsii CHANGED
@@ -61,7 +61,7 @@
61
61
  "stability": "experimental"
62
62
  },
63
63
  "homepage": "https://github.com/projen/projen.git",
64
- "jsiiVersion": "5.9.37 (build 5176c0d)",
64
+ "jsiiVersion": "5.9.39 (build cdf85b4)",
65
65
  "keywords": [
66
66
  "cdk",
67
67
  "cicd",
@@ -17424,7 +17424,7 @@
17424
17424
  "kind": "interface",
17425
17425
  "locationInModule": {
17426
17426
  "filename": "src/build/build-workflow.ts",
17427
- "line": 512
17427
+ "line": 523
17428
17428
  },
17429
17429
  "name": "AddPostBuildJobCommandsOptions",
17430
17430
  "namespace": "build",
@@ -17439,7 +17439,7 @@
17439
17439
  "immutable": true,
17440
17440
  "locationInModule": {
17441
17441
  "filename": "src/build/build-workflow.ts",
17442
- "line": 524
17442
+ "line": 535
17443
17443
  },
17444
17444
  "name": "checkoutRepo",
17445
17445
  "optional": true,
@@ -17458,7 +17458,7 @@
17458
17458
  "immutable": true,
17459
17459
  "locationInModule": {
17460
17460
  "filename": "src/build/build-workflow.ts",
17461
- "line": 534
17461
+ "line": 545
17462
17462
  },
17463
17463
  "name": "installDeps",
17464
17464
  "optional": true,
@@ -17480,7 +17480,7 @@
17480
17480
  "immutable": true,
17481
17481
  "locationInModule": {
17482
17482
  "filename": "src/build/build-workflow.ts",
17483
- "line": 542
17483
+ "line": 553
17484
17484
  },
17485
17485
  "name": "runsOn",
17486
17486
  "optional": true,
@@ -17506,7 +17506,7 @@
17506
17506
  "immutable": true,
17507
17507
  "locationInModule": {
17508
17508
  "filename": "src/build/build-workflow.ts",
17509
- "line": 549
17509
+ "line": 560
17510
17510
  },
17511
17511
  "name": "runsOnGroup",
17512
17512
  "optional": true,
@@ -17523,7 +17523,7 @@
17523
17523
  "immutable": true,
17524
17524
  "locationInModule": {
17525
17525
  "filename": "src/build/build-workflow.ts",
17526
- "line": 516
17526
+ "line": 527
17527
17527
  },
17528
17528
  "name": "tools",
17529
17529
  "optional": true,
@@ -17545,7 +17545,7 @@
17545
17545
  "kind": "interface",
17546
17546
  "locationInModule": {
17547
17547
  "filename": "src/build/build-workflow.ts",
17548
- "line": 487
17548
+ "line": 498
17549
17549
  },
17550
17550
  "name": "AddPostBuildJobTaskOptions",
17551
17551
  "namespace": "build",
@@ -17564,7 +17564,7 @@
17564
17564
  "immutable": true,
17565
17565
  "locationInModule": {
17566
17566
  "filename": "src/build/build-workflow.ts",
17567
- "line": 499
17567
+ "line": 510
17568
17568
  },
17569
17569
  "name": "runsOn",
17570
17570
  "optional": true,
@@ -17590,7 +17590,7 @@
17590
17590
  "immutable": true,
17591
17591
  "locationInModule": {
17592
17592
  "filename": "src/build/build-workflow.ts",
17593
- "line": 506
17593
+ "line": 517
17594
17594
  },
17595
17595
  "name": "runsOnGroup",
17596
17596
  "optional": true,
@@ -17607,7 +17607,7 @@
17607
17607
  "immutable": true,
17608
17608
  "locationInModule": {
17609
17609
  "filename": "src/build/build-workflow.ts",
17610
- "line": 491
17610
+ "line": 502
17611
17611
  },
17612
17612
  "name": "tools",
17613
17613
  "optional": true,
@@ -17631,7 +17631,7 @@
17631
17631
  },
17632
17632
  "locationInModule": {
17633
17633
  "filename": "src/build/build-workflow.ts",
17634
- "line": 170
17634
+ "line": 178
17635
17635
  },
17636
17636
  "parameters": [
17637
17637
  {
@@ -17651,7 +17651,7 @@
17651
17651
  "kind": "class",
17652
17652
  "locationInModule": {
17653
17653
  "filename": "src/build/build-workflow.ts",
17654
- "line": 150
17654
+ "line": 158
17655
17655
  },
17656
17656
  "methods": [
17657
17657
  {
@@ -17662,7 +17662,7 @@
17662
17662
  },
17663
17663
  "locationInModule": {
17664
17664
  "filename": "src/build/build-workflow.ts",
17665
- "line": 272
17665
+ "line": 283
17666
17666
  },
17667
17667
  "name": "addPostBuildJob",
17668
17668
  "parameters": [
@@ -17694,7 +17694,7 @@
17694
17694
  },
17695
17695
  "locationInModule": {
17696
17696
  "filename": "src/build/build-workflow.ts",
17697
- "line": 346
17697
+ "line": 357
17698
17698
  },
17699
17699
  "name": "addPostBuildJobCommands",
17700
17700
  "parameters": [
@@ -17735,7 +17735,7 @@
17735
17735
  },
17736
17736
  "locationInModule": {
17737
17737
  "filename": "src/build/build-workflow.ts",
17738
- "line": 320
17738
+ "line": 331
17739
17739
  },
17740
17740
  "name": "addPostBuildJobTask",
17741
17741
  "parameters": [
@@ -17764,7 +17764,7 @@
17764
17764
  },
17765
17765
  "locationInModule": {
17766
17766
  "filename": "src/build/build-workflow.ts",
17767
- "line": 257
17767
+ "line": 268
17768
17768
  },
17769
17769
  "name": "addPostBuildSteps",
17770
17770
  "parameters": [
@@ -17793,7 +17793,7 @@
17793
17793
  "immutable": true,
17794
17794
  "locationInModule": {
17795
17795
  "filename": "src/build/build-workflow.ts",
17796
- "line": 249
17796
+ "line": 260
17797
17797
  },
17798
17798
  "name": "buildJobIds",
17799
17799
  "type": {
@@ -17813,7 +17813,7 @@
17813
17813
  "immutable": true,
17814
17814
  "locationInModule": {
17815
17815
  "filename": "src/build/build-workflow.ts",
17816
- "line": 154
17816
+ "line": 162
17817
17817
  },
17818
17818
  "name": "name",
17819
17819
  "type": {
@@ -17828,7 +17828,7 @@
17828
17828
  "immutable": true,
17829
17829
  "locationInModule": {
17830
17830
  "filename": "src/build/build-workflow.ts",
17831
- "line": 159
17831
+ "line": 167
17832
17832
  },
17833
17833
  "name": "workflow",
17834
17834
  "type": {
@@ -18008,6 +18008,33 @@
18008
18008
  "primitive": "string"
18009
18009
  }
18010
18010
  },
18011
+ {
18012
+ "abstract": true,
18013
+ "docs": {
18014
+ "custom": {
18015
+ "description": "Defines a target Runner by labels for just the build job",
18016
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
18017
+ },
18018
+ "default": "- runsOn",
18019
+ "stability": "experimental",
18020
+ "summary": "Github Runner selection labels."
18021
+ },
18022
+ "immutable": true,
18023
+ "locationInModule": {
18024
+ "filename": "src/build/build-workflow.ts",
18025
+ "line": 148
18026
+ },
18027
+ "name": "buildRunsOn",
18028
+ "optional": true,
18029
+ "type": {
18030
+ "collection": {
18031
+ "elementtype": {
18032
+ "primitive": "string"
18033
+ },
18034
+ "kind": "array"
18035
+ }
18036
+ }
18037
+ },
18011
18038
  {
18012
18039
  "abstract": true,
18013
18040
  "docs": {
@@ -18145,7 +18172,7 @@
18145
18172
  "immutable": true,
18146
18173
  "locationInModule": {
18147
18174
  "filename": "src/build/build-workflow.ts",
18148
- "line": 147
18175
+ "line": 155
18149
18176
  },
18150
18177
  "name": "runsOnGroup",
18151
18178
  "optional": true,
@@ -23344,7 +23371,7 @@
23344
23371
  "kind": "interface",
23345
23372
  "locationInModule": {
23346
23373
  "filename": "src/github/workflow-actions.ts",
23347
- "line": 166
23374
+ "line": 168
23348
23375
  },
23349
23376
  "name": "CheckoutWithPatchOptions",
23350
23377
  "namespace": "github",
@@ -23359,7 +23386,7 @@
23359
23386
  "immutable": true,
23360
23387
  "locationInModule": {
23361
23388
  "filename": "src/github/workflow-actions.ts",
23362
- "line": 171
23389
+ "line": 173
23363
23390
  },
23364
23391
  "name": "patchFile",
23365
23392
  "optional": true,
@@ -23502,7 +23529,7 @@
23502
23529
  "kind": "interface",
23503
23530
  "locationInModule": {
23504
23531
  "filename": "src/github/workflow-actions.ts",
23505
- "line": 207
23532
+ "line": 209
23506
23533
  },
23507
23534
  "name": "CreatePullRequestOptions",
23508
23535
  "namespace": "github",
@@ -23517,7 +23544,7 @@
23517
23544
  "immutable": true,
23518
23545
  "locationInModule": {
23519
23546
  "filename": "src/github/workflow-actions.ts",
23520
- "line": 244
23547
+ "line": 246
23521
23548
  },
23522
23549
  "name": "pullRequestDescription",
23523
23550
  "type": {
@@ -23534,7 +23561,7 @@
23534
23561
  "immutable": true,
23535
23562
  "locationInModule": {
23536
23563
  "filename": "src/github/workflow-actions.ts",
23537
- "line": 237
23564
+ "line": 239
23538
23565
  },
23539
23566
  "name": "pullRequestTitle",
23540
23567
  "type": {
@@ -23550,13 +23577,36 @@
23550
23577
  "immutable": true,
23551
23578
  "locationInModule": {
23552
23579
  "filename": "src/github/workflow-actions.ts",
23553
- "line": 230
23580
+ "line": 232
23554
23581
  },
23555
23582
  "name": "workflowName",
23556
23583
  "type": {
23557
23584
  "primitive": "string"
23558
23585
  }
23559
23586
  },
23587
+ {
23588
+ "abstract": true,
23589
+ "docs": {
23590
+ "default": "- all paths",
23591
+ "stability": "experimental",
23592
+ "summary": "Paths to add to the commit, mapping to the action's `add-paths` input."
23593
+ },
23594
+ "immutable": true,
23595
+ "locationInModule": {
23596
+ "filename": "src/github/workflow-actions.ts",
23597
+ "line": 267
23598
+ },
23599
+ "name": "addPaths",
23600
+ "optional": true,
23601
+ "type": {
23602
+ "collection": {
23603
+ "elementtype": {
23604
+ "primitive": "string"
23605
+ },
23606
+ "kind": "array"
23607
+ }
23608
+ }
23609
+ },
23560
23610
  {
23561
23611
  "abstract": true,
23562
23612
  "docs": {
@@ -23567,7 +23617,7 @@
23567
23617
  "immutable": true,
23568
23618
  "locationInModule": {
23569
23619
  "filename": "src/github/workflow-actions.ts",
23570
- "line": 285
23620
+ "line": 302
23571
23621
  },
23572
23622
  "name": "assignees",
23573
23623
  "optional": true,
@@ -23590,7 +23640,7 @@
23590
23640
  "immutable": true,
23591
23641
  "locationInModule": {
23592
23642
  "filename": "src/github/workflow-actions.ts",
23593
- "line": 251
23643
+ "line": 253
23594
23644
  },
23595
23645
  "name": "baseBranch",
23596
23646
  "optional": true,
@@ -23608,7 +23658,7 @@
23608
23658
  "immutable": true,
23609
23659
  "locationInModule": {
23610
23660
  "filename": "src/github/workflow-actions.ts",
23611
- "line": 258
23661
+ "line": 260
23612
23662
  },
23613
23663
  "name": "branchName",
23614
23664
  "optional": true,
@@ -23626,7 +23676,7 @@
23626
23676
  "immutable": true,
23627
23677
  "locationInModule": {
23628
23678
  "filename": "src/github/workflow-actions.ts",
23629
- "line": 225
23679
+ "line": 227
23630
23680
  },
23631
23681
  "name": "credentials",
23632
23682
  "optional": true,
@@ -23634,6 +23684,24 @@
23634
23684
  "fqn": "projen.github.GithubCredentials"
23635
23685
  }
23636
23686
  },
23687
+ {
23688
+ "abstract": true,
23689
+ "docs": {
23690
+ "default": "false",
23691
+ "stability": "experimental",
23692
+ "summary": "Whether to delete the pull request branch when the pull request is closed, mapping to the action's `delete-branch` input."
23693
+ },
23694
+ "immutable": true,
23695
+ "locationInModule": {
23696
+ "filename": "src/github/workflow-actions.ts",
23697
+ "line": 275
23698
+ },
23699
+ "name": "deleteBranch",
23700
+ "optional": true,
23701
+ "type": {
23702
+ "primitive": "boolean"
23703
+ }
23704
+ },
23637
23705
  {
23638
23706
  "abstract": true,
23639
23707
  "docs": {
@@ -23644,7 +23712,7 @@
23644
23712
  "immutable": true,
23645
23713
  "locationInModule": {
23646
23714
  "filename": "src/github/workflow-actions.ts",
23647
- "line": 264
23715
+ "line": 281
23648
23716
  },
23649
23717
  "name": "gitIdentity",
23650
23718
  "optional": true,
@@ -23662,7 +23730,7 @@
23662
23730
  "immutable": true,
23663
23731
  "locationInModule": {
23664
23732
  "filename": "src/github/workflow-actions.ts",
23665
- "line": 278
23733
+ "line": 295
23666
23734
  },
23667
23735
  "name": "labels",
23668
23736
  "optional": true,
@@ -23685,7 +23753,7 @@
23685
23753
  "immutable": true,
23686
23754
  "locationInModule": {
23687
23755
  "filename": "src/github/workflow-actions.ts",
23688
- "line": 271
23756
+ "line": 288
23689
23757
  },
23690
23758
  "name": "signoff",
23691
23759
  "optional": true,
@@ -23703,7 +23771,7 @@
23703
23771
  "immutable": true,
23704
23772
  "locationInModule": {
23705
23773
  "filename": "src/github/workflow-actions.ts",
23706
- "line": 212
23774
+ "line": 214
23707
23775
  },
23708
23776
  "name": "stepId",
23709
23777
  "optional": true,
@@ -23721,7 +23789,7 @@
23721
23789
  "immutable": true,
23722
23790
  "locationInModule": {
23723
23791
  "filename": "src/github/workflow-actions.ts",
23724
- "line": 218
23792
+ "line": 220
23725
23793
  },
23726
23794
  "name": "stepName",
23727
23795
  "optional": true,
@@ -30431,7 +30499,7 @@
30431
30499
  "kind": "interface",
30432
30500
  "locationInModule": {
30433
30501
  "filename": "src/github/workflow-actions.ts",
30434
- "line": 177
30502
+ "line": 179
30435
30503
  },
30436
30504
  "name": "UploadGitPatchOptions",
30437
30505
  "namespace": "github",
@@ -30446,7 +30514,7 @@
30446
30514
  "immutable": true,
30447
30515
  "locationInModule": {
30448
30516
  "filename": "src/github/workflow-actions.ts",
30449
- "line": 198
30517
+ "line": 200
30450
30518
  },
30451
30519
  "name": "outputName",
30452
30520
  "type": {
@@ -30462,7 +30530,7 @@
30462
30530
  "immutable": true,
30463
30531
  "locationInModule": {
30464
30532
  "filename": "src/github/workflow-actions.ts",
30465
- "line": 181
30533
+ "line": 183
30466
30534
  },
30467
30535
  "name": "stepId",
30468
30536
  "type": {
@@ -30479,7 +30547,7 @@
30479
30547
  "immutable": true,
30480
30548
  "locationInModule": {
30481
30549
  "filename": "src/github/workflow-actions.ts",
30482
- "line": 204
30550
+ "line": 206
30483
30551
  },
30484
30552
  "name": "mutationError",
30485
30553
  "optional": true,
@@ -30497,7 +30565,7 @@
30497
30565
  "immutable": true,
30498
30566
  "locationInModule": {
30499
30567
  "filename": "src/github/workflow-actions.ts",
30500
- "line": 193
30568
+ "line": 195
30501
30569
  },
30502
30570
  "name": "patchFile",
30503
30571
  "optional": true,
@@ -30515,7 +30583,7 @@
30515
30583
  "immutable": true,
30516
30584
  "locationInModule": {
30517
30585
  "filename": "src/github/workflow-actions.ts",
30518
- "line": 187
30586
+ "line": 189
30519
30587
  },
30520
30588
  "name": "stepName",
30521
30589
  "optional": true,
@@ -30677,7 +30745,7 @@
30677
30745
  },
30678
30746
  "locationInModule": {
30679
30747
  "filename": "src/github/workflow-actions.ts",
30680
- "line": 158
30748
+ "line": 160
30681
30749
  },
30682
30750
  "name": "setupGitIdentity",
30683
30751
  "parameters": [
@@ -43518,7 +43586,7 @@
43518
43586
  "kind": "interface",
43519
43587
  "locationInModule": {
43520
43588
  "filename": "src/javascript/node-project.ts",
43521
- "line": 75
43589
+ "line": 76
43522
43590
  },
43523
43591
  "name": "AuditOptions",
43524
43592
  "namespace": "javascript",
@@ -43533,7 +43601,7 @@
43533
43601
  "immutable": true,
43534
43602
  "locationInModule": {
43535
43603
  "filename": "src/javascript/node-project.ts",
43536
- "line": 80
43604
+ "line": 81
43537
43605
  },
43538
43606
  "name": "level",
43539
43607
  "optional": true,
@@ -43552,7 +43620,7 @@
43552
43620
  "immutable": true,
43553
43621
  "locationInModule": {
43554
43622
  "filename": "src/javascript/node-project.ts",
43555
- "line": 90
43623
+ "line": 91
43556
43624
  },
43557
43625
  "name": "prodOnly",
43558
43626
  "optional": true,
@@ -43571,7 +43639,7 @@
43571
43639
  "immutable": true,
43572
43640
  "locationInModule": {
43573
43641
  "filename": "src/javascript/node-project.ts",
43574
- "line": 101
43642
+ "line": 102
43575
43643
  },
43576
43644
  "name": "runOn",
43577
43645
  "optional": true,
@@ -43592,7 +43660,7 @@
43592
43660
  "kind": "enum",
43593
43661
  "locationInModule": {
43594
43662
  "filename": "src/javascript/node-project.ts",
43595
- "line": 444
43663
+ "line": 460
43596
43664
  },
43597
43665
  "members": [
43598
43666
  {
@@ -43946,7 +44014,7 @@
43946
44014
  "kind": "interface",
43947
44015
  "locationInModule": {
43948
44016
  "filename": "src/javascript/node-project.ts",
43949
- "line": 418
44017
+ "line": 419
43950
44018
  },
43951
44019
  "name": "BuildWorkflowOptions",
43952
44020
  "namespace": "javascript",
@@ -43962,7 +44030,7 @@
43962
44030
  "immutable": true,
43963
44031
  "locationInModule": {
43964
44032
  "filename": "src/javascript/node-project.ts",
43965
- "line": 428
44033
+ "line": 429
43966
44034
  },
43967
44035
  "name": "mutableBuild",
43968
44036
  "optional": true,
@@ -43981,13 +44049,61 @@
43981
44049
  "immutable": true,
43982
44050
  "locationInModule": {
43983
44051
  "filename": "src/javascript/node-project.ts",
43984
- "line": 438
44052
+ "line": 439
43985
44053
  },
43986
44054
  "name": "mutableInstall",
43987
44055
  "optional": true,
43988
44056
  "type": {
43989
44057
  "primitive": "boolean"
43990
44058
  }
44059
+ },
44060
+ {
44061
+ "abstract": true,
44062
+ "docs": {
44063
+ "custom": {
44064
+ "description": "Defines a target Runner by labels",
44065
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
44066
+ },
44067
+ "default": "[\"ubuntu-latest\"]",
44068
+ "stability": "experimental",
44069
+ "summary": "Github Runner selection labels."
44070
+ },
44071
+ "immutable": true,
44072
+ "locationInModule": {
44073
+ "filename": "src/javascript/node-project.ts",
44074
+ "line": 447
44075
+ },
44076
+ "name": "runsOn",
44077
+ "optional": true,
44078
+ "type": {
44079
+ "collection": {
44080
+ "elementtype": {
44081
+ "primitive": "string"
44082
+ },
44083
+ "kind": "array"
44084
+ }
44085
+ }
44086
+ },
44087
+ {
44088
+ "abstract": true,
44089
+ "docs": {
44090
+ "custom": {
44091
+ "description": "Defines a target Runner Group by name and/or labels",
44092
+ "throws": "{Error} if both `runsOn` and `runsOnGroup` are specified"
44093
+ },
44094
+ "stability": "experimental",
44095
+ "summary": "Github Runner Group selection options."
44096
+ },
44097
+ "immutable": true,
44098
+ "locationInModule": {
44099
+ "filename": "src/javascript/node-project.ts",
44100
+ "line": 454
44101
+ },
44102
+ "name": "runsOnGroup",
44103
+ "optional": true,
44104
+ "type": {
44105
+ "fqn": "projen.GroupRunnerOptions"
44106
+ }
43991
44107
  }
43992
44108
  ],
43993
44109
  "symbolId": "src/javascript/node-project:BuildWorkflowOptions"
@@ -50329,7 +50445,7 @@
50329
50445
  },
50330
50446
  "locationInModule": {
50331
50447
  "filename": "src/javascript/node-project.ts",
50332
- "line": 591
50448
+ "line": 607
50333
50449
  },
50334
50450
  "parameters": [
50335
50451
  {
@@ -50343,7 +50459,7 @@
50343
50459
  "kind": "class",
50344
50460
  "locationInModule": {
50345
50461
  "filename": "src/javascript/node-project.ts",
50346
- "line": 461
50462
+ "line": 477
50347
50463
  },
50348
50464
  "methods": [
50349
50465
  {
@@ -50352,7 +50468,7 @@
50352
50468
  },
50353
50469
  "locationInModule": {
50354
50470
  "filename": "src/javascript/node-project.ts",
50355
- "line": 1066
50471
+ "line": 1082
50356
50472
  },
50357
50473
  "name": "addBins",
50358
50474
  "parameters": [
@@ -50377,7 +50493,7 @@
50377
50493
  },
50378
50494
  "locationInModule": {
50379
50495
  "filename": "src/javascript/node-project.ts",
50380
- "line": 1359
50496
+ "line": 1375
50381
50497
  },
50382
50498
  "name": "addBundledDeps",
50383
50499
  "parameters": [
@@ -50403,7 +50519,7 @@
50403
50519
  },
50404
50520
  "locationInModule": {
50405
50521
  "filename": "src/javascript/node-project.ts",
50406
- "line": 1111
50522
+ "line": 1127
50407
50523
  },
50408
50524
  "name": "addCompileCommand",
50409
50525
  "parameters": [
@@ -50424,7 +50540,7 @@
50424
50540
  },
50425
50541
  "locationInModule": {
50426
50542
  "filename": "src/javascript/node-project.ts",
50427
- "line": 1313
50543
+ "line": 1329
50428
50544
  },
50429
50545
  "name": "addDeps",
50430
50546
  "parameters": [
@@ -50449,7 +50565,7 @@
50449
50565
  },
50450
50566
  "locationInModule": {
50451
50567
  "filename": "src/javascript/node-project.ts",
50452
- "line": 1326
50568
+ "line": 1342
50453
50569
  },
50454
50570
  "name": "addDevDeps",
50455
50571
  "parameters": [
@@ -50474,7 +50590,7 @@
50474
50590
  },
50475
50591
  "locationInModule": {
50476
50592
  "filename": "src/javascript/node-project.ts",
50477
- "line": 1131
50593
+ "line": 1147
50478
50594
  },
50479
50595
  "name": "addFields",
50480
50596
  "parameters": [
@@ -50501,7 +50617,7 @@
50501
50617
  },
50502
50618
  "locationInModule": {
50503
50619
  "filename": "src/javascript/node-project.ts",
50504
- "line": 1141
50620
+ "line": 1157
50505
50621
  },
50506
50622
  "name": "addKeywords",
50507
50623
  "parameters": [
@@ -50528,7 +50644,7 @@
50528
50644
  },
50529
50645
  "locationInModule": {
50530
50646
  "filename": "src/javascript/node-project.ts",
50531
- "line": 1371
50647
+ "line": 1387
50532
50648
  },
50533
50649
  "name": "addPackageIgnore",
50534
50650
  "overrides": "projen.Project",
@@ -50552,7 +50668,7 @@
50552
50668
  },
50553
50669
  "locationInModule": {
50554
50670
  "filename": "src/javascript/node-project.ts",
50555
- "line": 1343
50671
+ "line": 1359
50556
50672
  },
50557
50673
  "name": "addPeerDeps",
50558
50674
  "parameters": [
@@ -50577,7 +50693,7 @@
50577
50693
  },
50578
50694
  "locationInModule": {
50579
50695
  "filename": "src/javascript/node-project.ts",
50580
- "line": 1084
50696
+ "line": 1100
50581
50697
  },
50582
50698
  "name": "addScripts",
50583
50699
  "parameters": [
@@ -50605,7 +50721,7 @@
50605
50721
  },
50606
50722
  "locationInModule": {
50607
50723
  "filename": "src/javascript/node-project.ts",
50608
- "line": 1121
50724
+ "line": 1137
50609
50725
  },
50610
50726
  "name": "addTestCommand",
50611
50727
  "parameters": [
@@ -50627,7 +50743,7 @@
50627
50743
  },
50628
50744
  "locationInModule": {
50629
50745
  "filename": "src/javascript/node-project.ts",
50630
- "line": 1103
50746
+ "line": 1119
50631
50747
  },
50632
50748
  "name": "hasScript",
50633
50749
  "parameters": [
@@ -50654,7 +50770,7 @@
50654
50770
  },
50655
50771
  "locationInModule": {
50656
50772
  "filename": "src/javascript/node-project.ts",
50657
- "line": 1094
50773
+ "line": 1110
50658
50774
  },
50659
50775
  "name": "removeScript",
50660
50776
  "parameters": [
@@ -50677,7 +50793,7 @@
50677
50793
  },
50678
50794
  "locationInModule": {
50679
50795
  "filename": "src/javascript/node-project.ts",
50680
- "line": 1233
50796
+ "line": 1249
50681
50797
  },
50682
50798
  "name": "renderWorkflowSetup",
50683
50799
  "parameters": [
@@ -50711,7 +50827,7 @@
50711
50827
  },
50712
50828
  "locationInModule": {
50713
50829
  "filename": "src/javascript/node-project.ts",
50714
- "line": 1444
50830
+ "line": 1460
50715
50831
  },
50716
50832
  "name": "runTaskCommand",
50717
50833
  "overrides": "projen.Project",
@@ -50739,7 +50855,7 @@
50739
50855
  },
50740
50856
  "locationInModule": {
50741
50857
  "filename": "src/javascript/node-project.ts",
50742
- "line": 1076
50858
+ "line": 1092
50743
50859
  },
50744
50860
  "name": "setScript",
50745
50861
  "parameters": [
@@ -50775,7 +50891,7 @@
50775
50891
  "immutable": true,
50776
50892
  "locationInModule": {
50777
50893
  "filename": "src/javascript/node-project.ts",
50778
- "line": 486
50894
+ "line": 502
50779
50895
  },
50780
50896
  "name": "allowLibraryDependencies",
50781
50897
  "type": {
@@ -50791,7 +50907,7 @@
50791
50907
  "immutable": true,
50792
50908
  "locationInModule": {
50793
50909
  "filename": "src/javascript/node-project.ts",
50794
- "line": 573
50910
+ "line": 589
50795
50911
  },
50796
50912
  "name": "artifactsDirectory",
50797
50913
  "type": {
@@ -50806,7 +50922,7 @@
50806
50922
  "immutable": true,
50807
50923
  "locationInModule": {
50808
50924
  "filename": "src/javascript/node-project.ts",
50809
- "line": 578
50925
+ "line": 594
50810
50926
  },
50811
50927
  "name": "artifactsJavascriptDirectory",
50812
50928
  "type": {
@@ -50820,7 +50936,7 @@
50820
50936
  "immutable": true,
50821
50937
  "locationInModule": {
50822
50938
  "filename": "src/javascript/node-project.ts",
50823
- "line": 566
50939
+ "line": 582
50824
50940
  },
50825
50941
  "name": "bundler",
50826
50942
  "type": {
@@ -50835,7 +50951,7 @@
50835
50951
  "immutable": true,
50836
50952
  "locationInModule": {
50837
50953
  "filename": "src/javascript/node-project.ts",
50838
- "line": 493
50954
+ "line": 509
50839
50955
  },
50840
50956
  "name": "entrypoint",
50841
50957
  "type": {
@@ -50850,7 +50966,7 @@
50850
50966
  "immutable": true,
50851
50967
  "locationInModule": {
50852
50968
  "filename": "src/javascript/node-project.ts",
50853
- "line": 562
50969
+ "line": 578
50854
50970
  },
50855
50971
  "name": "manifest",
50856
50972
  "type": {
@@ -50865,7 +50981,7 @@
50865
50981
  "immutable": true,
50866
50982
  "locationInModule": {
50867
50983
  "filename": "src/javascript/node-project.ts",
50868
- "line": 475
50984
+ "line": 491
50869
50985
  },
50870
50986
  "name": "npmrc",
50871
50987
  "type": {
@@ -50880,7 +50996,7 @@
50880
50996
  "immutable": true,
50881
50997
  "locationInModule": {
50882
50998
  "filename": "src/javascript/node-project.ts",
50883
- "line": 465
50999
+ "line": 481
50884
51000
  },
50885
51001
  "name": "package",
50886
51002
  "type": {
@@ -50896,7 +51012,7 @@
50896
51012
  "immutable": true,
50897
51013
  "locationInModule": {
50898
51014
  "filename": "src/javascript/node-project.ts",
50899
- "line": 545
51015
+ "line": 561
50900
51016
  },
50901
51017
  "name": "packageManager",
50902
51018
  "type": {
@@ -50911,7 +51027,7 @@
50911
51027
  "immutable": true,
50912
51028
  "locationInModule": {
50913
51029
  "filename": "src/javascript/node-project.ts",
50914
- "line": 552
51030
+ "line": 568
50915
51031
  },
50916
51032
  "name": "runScriptCommand",
50917
51033
  "type": {
@@ -50925,7 +51041,7 @@
50925
51041
  "immutable": true,
50926
51042
  "locationInModule": {
50927
51043
  "filename": "src/javascript/node-project.ts",
50928
- "line": 585
51044
+ "line": 601
50929
51045
  },
50930
51046
  "name": "workflowBootstrapSteps",
50931
51047
  "protected": true,
@@ -50945,7 +51061,7 @@
50945
51061
  "immutable": true,
50946
51062
  "locationInModule": {
50947
51063
  "filename": "src/javascript/node-project.ts",
50948
- "line": 587
51064
+ "line": 603
50949
51065
  },
50950
51066
  "name": "workflowPackageCache",
50951
51067
  "protected": true,
@@ -50961,7 +51077,7 @@
50961
51077
  "immutable": true,
50962
51078
  "locationInModule": {
50963
51079
  "filename": "src/javascript/node-project.ts",
50964
- "line": 500
51080
+ "line": 516
50965
51081
  },
50966
51082
  "name": "autoMerge",
50967
51083
  "optional": true,
@@ -50976,7 +51092,7 @@
50976
51092
  "immutable": true,
50977
51093
  "locationInModule": {
50978
51094
  "filename": "src/javascript/node-project.ts",
50979
- "line": 589
51095
+ "line": 605
50980
51096
  },
50981
51097
  "name": "biome",
50982
51098
  "optional": true,
@@ -50993,7 +51109,7 @@
50993
51109
  "immutable": true,
50994
51110
  "locationInModule": {
50995
51111
  "filename": "src/javascript/node-project.ts",
50996
- "line": 505
51112
+ "line": 521
50997
51113
  },
50998
51114
  "name": "buildWorkflow",
50999
51115
  "optional": true,
@@ -51009,7 +51125,7 @@
51009
51125
  "immutable": true,
51010
51126
  "locationInModule": {
51011
51127
  "filename": "src/javascript/node-project.ts",
51012
- "line": 1451
51128
+ "line": 1467
51013
51129
  },
51014
51130
  "name": "buildWorkflowJobId",
51015
51131
  "optional": true,
@@ -51025,7 +51141,7 @@
51025
51141
  "immutable": true,
51026
51142
  "locationInModule": {
51027
51143
  "filename": "src/javascript/node-project.ts",
51028
- "line": 557
51144
+ "line": 573
51029
51145
  },
51030
51146
  "name": "jest",
51031
51147
  "optional": true,
@@ -51042,7 +51158,7 @@
51042
51158
  "immutable": true,
51043
51159
  "locationInModule": {
51044
51160
  "filename": "src/javascript/node-project.ts",
51045
- "line": 534
51161
+ "line": 550
51046
51162
  },
51047
51163
  "name": "maxNodeVersion",
51048
51164
  "optional": true,
@@ -51059,7 +51175,7 @@
51059
51175
  "immutable": true,
51060
51176
  "locationInModule": {
51061
51177
  "filename": "src/javascript/node-project.ts",
51062
- "line": 525
51178
+ "line": 541
51063
51179
  },
51064
51180
  "name": "minNodeVersion",
51065
51181
  "optional": true,
@@ -51074,7 +51190,7 @@
51074
51190
  "immutable": true,
51075
51191
  "locationInModule": {
51076
51192
  "filename": "src/javascript/node-project.ts",
51077
- "line": 538
51193
+ "line": 554
51078
51194
  },
51079
51195
  "name": "nodeVersion",
51080
51196
  "optional": true,
@@ -51091,7 +51207,7 @@
51091
51207
  "immutable": true,
51092
51208
  "locationInModule": {
51093
51209
  "filename": "src/javascript/node-project.ts",
51094
- "line": 470
51210
+ "line": 486
51095
51211
  },
51096
51212
  "name": "npmignore",
51097
51213
  "optional": true,
@@ -51106,7 +51222,7 @@
51106
51222
  "immutable": true,
51107
51223
  "locationInModule": {
51108
51224
  "filename": "src/javascript/node-project.ts",
51109
- "line": 588
51225
+ "line": 604
51110
51226
  },
51111
51227
  "name": "prettier",
51112
51228
  "optional": true,
@@ -51124,7 +51240,7 @@
51124
51240
  "immutable": true,
51125
51241
  "locationInModule": {
51126
51242
  "filename": "src/javascript/node-project.ts",
51127
- "line": 513
51243
+ "line": 529
51128
51244
  },
51129
51245
  "name": "publisher",
51130
51246
  "optional": true,
@@ -51140,7 +51256,7 @@
51140
51256
  "immutable": true,
51141
51257
  "locationInModule": {
51142
51258
  "filename": "src/javascript/node-project.ts",
51143
- "line": 518
51259
+ "line": 534
51144
51260
  },
51145
51261
  "name": "release",
51146
51262
  "optional": true,
@@ -51156,7 +51272,7 @@
51156
51272
  "immutable": true,
51157
51273
  "locationInModule": {
51158
51274
  "filename": "src/javascript/node-project.ts",
51159
- "line": 583
51275
+ "line": 599
51160
51276
  },
51161
51277
  "name": "upgradeWorkflow",
51162
51278
  "optional": true,
@@ -51182,7 +51298,7 @@
51182
51298
  "kind": "interface",
51183
51299
  "locationInModule": {
51184
51300
  "filename": "src/javascript/node-project.ts",
51185
- "line": 104
51301
+ "line": 105
51186
51302
  },
51187
51303
  "name": "NodeProjectOptions",
51188
51304
  "namespace": "javascript",
@@ -51197,7 +51313,7 @@
51197
51313
  "immutable": true,
51198
51314
  "locationInModule": {
51199
51315
  "filename": "src/javascript/node-project.ts",
51200
- "line": 192
51316
+ "line": 193
51201
51317
  },
51202
51318
  "name": "defaultReleaseBranch",
51203
51319
  "type": {
@@ -51214,7 +51330,7 @@
51214
51330
  "immutable": true,
51215
51331
  "locationInModule": {
51216
51332
  "filename": "src/javascript/node-project.ts",
51217
- "line": 357
51333
+ "line": 358
51218
51334
  },
51219
51335
  "name": "artifactsDirectory",
51220
51336
  "optional": true,
@@ -51233,7 +51349,7 @@
51233
51349
  "immutable": true,
51234
51350
  "locationInModule": {
51235
51351
  "filename": "src/javascript/node-project.ts",
51236
- "line": 406
51352
+ "line": 407
51237
51353
  },
51238
51354
  "name": "auditDeps",
51239
51355
  "optional": true,
@@ -51251,7 +51367,7 @@
51251
51367
  "immutable": true,
51252
51368
  "locationInModule": {
51253
51369
  "filename": "src/javascript/node-project.ts",
51254
- "line": 412
51370
+ "line": 413
51255
51371
  },
51256
51372
  "name": "auditDepsOptions",
51257
51373
  "optional": true,
@@ -51270,7 +51386,7 @@
51270
51386
  "immutable": true,
51271
51387
  "locationInModule": {
51272
51388
  "filename": "src/javascript/node-project.ts",
51273
- "line": 268
51389
+ "line": 269
51274
51390
  },
51275
51391
  "name": "autoApproveUpgrades",
51276
51392
  "optional": true,
@@ -51288,7 +51404,7 @@
51288
51404
  "immutable": true,
51289
51405
  "locationInModule": {
51290
51406
  "filename": "src/javascript/node-project.ts",
51291
- "line": 389
51407
+ "line": 390
51292
51408
  },
51293
51409
  "name": "biome",
51294
51410
  "optional": true,
@@ -51306,7 +51422,7 @@
51306
51422
  "immutable": true,
51307
51423
  "locationInModule": {
51308
51424
  "filename": "src/javascript/node-project.ts",
51309
- "line": 395
51425
+ "line": 396
51310
51426
  },
51311
51427
  "name": "biomeOptions",
51312
51428
  "optional": true,
@@ -51324,7 +51440,7 @@
51324
51440
  "immutable": true,
51325
51441
  "locationInModule": {
51326
51442
  "filename": "src/javascript/node-project.ts",
51327
- "line": 138
51443
+ "line": 139
51328
51444
  },
51329
51445
  "name": "buildWorkflow",
51330
51446
  "optional": true,
@@ -51341,7 +51457,7 @@
51341
51457
  "immutable": true,
51342
51458
  "locationInModule": {
51343
51459
  "filename": "src/javascript/node-project.ts",
51344
- "line": 142
51460
+ "line": 143
51345
51461
  },
51346
51462
  "name": "buildWorkflowOptions",
51347
51463
  "optional": true,
@@ -51360,7 +51476,7 @@
51360
51476
  "immutable": true,
51361
51477
  "locationInModule": {
51362
51478
  "filename": "src/javascript/node-project.ts",
51363
- "line": 373
51479
+ "line": 374
51364
51480
  },
51365
51481
  "name": "buildWorkflowTriggers",
51366
51482
  "optional": true,
@@ -51377,7 +51493,7 @@
51377
51493
  "immutable": true,
51378
51494
  "locationInModule": {
51379
51495
  "filename": "src/javascript/node-project.ts",
51380
- "line": 350
51496
+ "line": 351
51381
51497
  },
51382
51498
  "name": "bundlerOptions",
51383
51499
  "optional": true,
@@ -51396,7 +51512,7 @@
51396
51512
  "immutable": true,
51397
51513
  "locationInModule": {
51398
51514
  "filename": "src/javascript/node-project.ts",
51399
- "line": 382
51515
+ "line": 383
51400
51516
  },
51401
51517
  "name": "checkLicenses",
51402
51518
  "optional": true,
@@ -51414,7 +51530,7 @@
51414
51530
  "immutable": true,
51415
51531
  "locationInModule": {
51416
51532
  "filename": "src/javascript/node-project.ts",
51417
- "line": 163
51533
+ "line": 164
51418
51534
  },
51419
51535
  "name": "codeCov",
51420
51536
  "optional": true,
@@ -51432,7 +51548,7 @@
51432
51548
  "immutable": true,
51433
51549
  "locationInModule": {
51434
51550
  "filename": "src/javascript/node-project.ts",
51435
- "line": 170
51551
+ "line": 171
51436
51552
  },
51437
51553
  "name": "codeCovTokenSecret",
51438
51554
  "optional": true,
@@ -51450,7 +51566,7 @@
51450
51566
  "immutable": true,
51451
51567
  "locationInModule": {
51452
51568
  "filename": "src/javascript/node-project.ts",
51453
- "line": 111
51569
+ "line": 112
51454
51570
  },
51455
51571
  "name": "copyrightOwner",
51456
51572
  "optional": true,
@@ -51468,7 +51584,7 @@
51468
51584
  "immutable": true,
51469
51585
  "locationInModule": {
51470
51586
  "filename": "src/javascript/node-project.ts",
51471
- "line": 118
51587
+ "line": 119
51472
51588
  },
51473
51589
  "name": "copyrightPeriod",
51474
51590
  "optional": true,
@@ -51487,7 +51603,7 @@
51487
51603
  "immutable": true,
51488
51604
  "locationInModule": {
51489
51605
  "filename": "src/javascript/node-project.ts",
51490
- "line": 236
51606
+ "line": 237
51491
51607
  },
51492
51608
  "name": "dependabot",
51493
51609
  "optional": true,
@@ -51505,7 +51621,7 @@
51505
51621
  "immutable": true,
51506
51622
  "locationInModule": {
51507
51623
  "filename": "src/javascript/node-project.ts",
51508
- "line": 243
51624
+ "line": 244
51509
51625
  },
51510
51626
  "name": "dependabotOptions",
51511
51627
  "optional": true,
@@ -51524,7 +51640,7 @@
51524
51640
  "immutable": true,
51525
51641
  "locationInModule": {
51526
51642
  "filename": "src/javascript/node-project.ts",
51527
- "line": 251
51643
+ "line": 252
51528
51644
  },
51529
51645
  "name": "depsUpgrade",
51530
51646
  "optional": true,
@@ -51542,7 +51658,7 @@
51542
51658
  "immutable": true,
51543
51659
  "locationInModule": {
51544
51660
  "filename": "src/javascript/node-project.ts",
51545
- "line": 258
51661
+ "line": 259
51546
51662
  },
51547
51663
  "name": "depsUpgradeOptions",
51548
51664
  "optional": true,
@@ -51559,7 +51675,7 @@
51559
51675
  "immutable": true,
51560
51676
  "locationInModule": {
51561
51677
  "filename": "src/javascript/node-project.ts",
51562
- "line": 319
51678
+ "line": 320
51563
51679
  },
51564
51680
  "name": "gitignore",
51565
51681
  "optional": true,
@@ -51582,7 +51698,7 @@
51582
51698
  "immutable": true,
51583
51699
  "locationInModule": {
51584
51700
  "filename": "src/javascript/node-project.ts",
51585
- "line": 325
51701
+ "line": 326
51586
51702
  },
51587
51703
  "name": "jest",
51588
51704
  "optional": true,
@@ -51600,7 +51716,7 @@
51600
51716
  "immutable": true,
51601
51717
  "locationInModule": {
51602
51718
  "filename": "src/javascript/node-project.ts",
51603
- "line": 331
51719
+ "line": 332
51604
51720
  },
51605
51721
  "name": "jestOptions",
51606
51722
  "optional": true,
@@ -51620,7 +51736,7 @@
51620
51736
  "immutable": true,
51621
51737
  "locationInModule": {
51622
51738
  "filename": "src/javascript/node-project.ts",
51623
- "line": 155
51739
+ "line": 156
51624
51740
  },
51625
51741
  "name": "mutableBuild",
51626
51742
  "optional": true,
@@ -51638,7 +51754,7 @@
51638
51754
  "immutable": true,
51639
51755
  "locationInModule": {
51640
51756
  "filename": "src/javascript/node-project.ts",
51641
- "line": 287
51757
+ "line": 288
51642
51758
  },
51643
51759
  "name": "npmignore",
51644
51760
  "optional": true,
@@ -51661,7 +51777,7 @@
51661
51777
  "immutable": true,
51662
51778
  "locationInModule": {
51663
51779
  "filename": "src/javascript/node-project.ts",
51664
- "line": 276
51780
+ "line": 277
51665
51781
  },
51666
51782
  "name": "npmignoreEnabled",
51667
51783
  "optional": true,
@@ -51678,7 +51794,7 @@
51678
51794
  "immutable": true,
51679
51795
  "locationInModule": {
51680
51796
  "filename": "src/javascript/node-project.ts",
51681
- "line": 281
51797
+ "line": 282
51682
51798
  },
51683
51799
  "name": "npmIgnoreOptions",
51684
51800
  "optional": true,
@@ -51696,7 +51812,7 @@
51696
51812
  "immutable": true,
51697
51813
  "locationInModule": {
51698
51814
  "filename": "src/javascript/node-project.ts",
51699
- "line": 365
51815
+ "line": 366
51700
51816
  },
51701
51817
  "name": "package",
51702
51818
  "optional": true,
@@ -51714,7 +51830,7 @@
51714
51830
  "immutable": true,
51715
51831
  "locationInModule": {
51716
51832
  "filename": "src/javascript/node-project.ts",
51717
- "line": 308
51833
+ "line": 309
51718
51834
  },
51719
51835
  "name": "prettier",
51720
51836
  "optional": true,
@@ -51732,7 +51848,7 @@
51732
51848
  "immutable": true,
51733
51849
  "locationInModule": {
51734
51850
  "filename": "src/javascript/node-project.ts",
51735
- "line": 314
51851
+ "line": 315
51736
51852
  },
51737
51853
  "name": "prettierOptions",
51738
51854
  "optional": true,
@@ -51750,7 +51866,7 @@
51750
51866
  "immutable": true,
51751
51867
  "locationInModule": {
51752
51868
  "filename": "src/javascript/node-project.ts",
51753
- "line": 132
51869
+ "line": 133
51754
51870
  },
51755
51871
  "name": "projenDevDependency",
51756
51872
  "optional": true,
@@ -51768,7 +51884,7 @@
51768
51884
  "immutable": true,
51769
51885
  "locationInModule": {
51770
51886
  "filename": "src/javascript/node-project.ts",
51771
- "line": 339
51887
+ "line": 340
51772
51888
  },
51773
51889
  "name": "projenrcJs",
51774
51890
  "optional": true,
@@ -51786,7 +51902,7 @@
51786
51902
  "immutable": true,
51787
51903
  "locationInModule": {
51788
51904
  "filename": "src/javascript/node-project.ts",
51789
- "line": 345
51905
+ "line": 346
51790
51906
  },
51791
51907
  "name": "projenrcJsOptions",
51792
51908
  "optional": true,
@@ -51804,7 +51920,7 @@
51804
51920
  "immutable": true,
51805
51921
  "locationInModule": {
51806
51922
  "filename": "src/javascript/node-project.ts",
51807
- "line": 125
51923
+ "line": 126
51808
51924
  },
51809
51925
  "name": "projenVersion",
51810
51926
  "optional": true,
@@ -51822,7 +51938,7 @@
51822
51938
  "immutable": true,
51823
51939
  "locationInModule": {
51824
51940
  "filename": "src/javascript/node-project.ts",
51825
- "line": 294
51941
+ "line": 295
51826
51942
  },
51827
51943
  "name": "pullRequestTemplate",
51828
51944
  "optional": true,
@@ -51840,7 +51956,7 @@
51840
51956
  "immutable": true,
51841
51957
  "locationInModule": {
51842
51958
  "filename": "src/javascript/node-project.ts",
51843
- "line": 301
51959
+ "line": 302
51844
51960
  },
51845
51961
  "name": "pullRequestTemplateContents",
51846
51962
  "optional": true,
@@ -51863,7 +51979,7 @@
51863
51979
  "immutable": true,
51864
51980
  "locationInModule": {
51865
51981
  "filename": "src/javascript/node-project.ts",
51866
- "line": 185
51982
+ "line": 186
51867
51983
  },
51868
51984
  "name": "release",
51869
51985
  "optional": true,
@@ -51881,7 +51997,7 @@
51881
51997
  "immutable": true,
51882
51998
  "locationInModule": {
51883
51999
  "filename": "src/javascript/node-project.ts",
51884
- "line": 212
52000
+ "line": 213
51885
52001
  },
51886
52002
  "name": "releaseToNpm",
51887
52003
  "optional": true,
@@ -51900,7 +52016,7 @@
51900
52016
  "immutable": true,
51901
52017
  "locationInModule": {
51902
52018
  "filename": "src/javascript/node-project.ts",
51903
- "line": 178
52019
+ "line": 179
51904
52020
  },
51905
52021
  "name": "releaseWorkflow",
51906
52022
  "optional": true,
@@ -51918,7 +52034,7 @@
51918
52034
  "immutable": true,
51919
52035
  "locationInModule": {
51920
52036
  "filename": "src/javascript/node-project.ts",
51921
- "line": 199
52037
+ "line": 200
51922
52038
  },
51923
52039
  "name": "workflowBootstrapSteps",
51924
52040
  "optional": true,
@@ -51941,7 +52057,7 @@
51941
52057
  "immutable": true,
51942
52058
  "locationInModule": {
51943
52059
  "filename": "src/javascript/node-project.ts",
51944
- "line": 206
52060
+ "line": 207
51945
52061
  },
51946
52062
  "name": "workflowGitIdentity",
51947
52063
  "optional": true,
@@ -51960,7 +52076,7 @@
51960
52076
  "immutable": true,
51961
52077
  "locationInModule": {
51962
52078
  "filename": "src/javascript/node-project.ts",
51963
- "line": 221
52079
+ "line": 222
51964
52080
  },
51965
52081
  "name": "workflowNodeVersion",
51966
52082
  "optional": true,
@@ -51978,7 +52094,7 @@
51978
52094
  "immutable": true,
51979
52095
  "locationInModule": {
51980
52096
  "filename": "src/javascript/node-project.ts",
51981
- "line": 228
52097
+ "line": 229
51982
52098
  },
51983
52099
  "name": "workflowPackageCache",
51984
52100
  "optional": true,
@@ -53289,7 +53405,7 @@
53289
53405
  "kind": "interface",
53290
53406
  "locationInModule": {
53291
53407
  "filename": "src/javascript/node-project.ts",
53292
- "line": 1567
53408
+ "line": 1583
53293
53409
  },
53294
53410
  "name": "RenderWorkflowSetupOptions",
53295
53411
  "namespace": "javascript",
@@ -53305,7 +53421,7 @@
53305
53421
  "immutable": true,
53306
53422
  "locationInModule": {
53307
53423
  "filename": "src/javascript/node-project.ts",
53308
- "line": 1576
53424
+ "line": 1592
53309
53425
  },
53310
53426
  "name": "installStepConfiguration",
53311
53427
  "optional": true,
@@ -53323,7 +53439,7 @@
53323
53439
  "immutable": true,
53324
53440
  "locationInModule": {
53325
53441
  "filename": "src/javascript/node-project.ts",
53326
- "line": 1581
53442
+ "line": 1597
53327
53443
  },
53328
53444
  "name": "mutable",
53329
53445
  "optional": true,
@@ -82454,6 +82570,6 @@
82454
82570
  "usedFeatures": [
82455
82571
  "class-covariant-overrides"
82456
82572
  ],
82457
- "version": "0.99.53",
82458
- "fingerprint": "0cffO8K62sJ9WgLaV/xnT6y7CkZjyVLIZCTmv4W5alc="
82573
+ "version": "0.99.55",
82574
+ "fingerprint": "SpkIzE6MOWKDUtBbdqiaMYShPr2eunr4nJRFreaQBns="
82459
82575
  }