projen 0.98.33 → 0.99.0

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 +201 -182
  2. package/lib/ai-instructions.js +2 -2
  3. package/lib/awscdk/auto-discover.js +5 -5
  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.d.ts +13 -1
  17. package/lib/awscdk/lambda-function.js +47 -5
  18. package/lib/build/build-workflow.js +6 -7
  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/private/util.d.ts +14 -0
  52. package/lib/github/private/util.js +20 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  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 +2 -2
  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 +17 -9
  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 +15 -18
  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
@@ -16354,7 +16354,7 @@
16354
16354
  },
16355
16355
  "locationInModule": {
16356
16356
  "filename": "src/awscdk/lambda-function.ts",
16357
- "line": 127
16357
+ "line": 128
16358
16358
  },
16359
16359
  "parameters": [
16360
16360
  {
@@ -16380,7 +16380,7 @@
16380
16380
  "kind": "class",
16381
16381
  "locationInModule": {
16382
16382
  "filename": "src/awscdk/lambda-function.ts",
16383
- "line": 120
16383
+ "line": 121
16384
16384
  },
16385
16385
  "name": "LambdaFunction",
16386
16386
  "namespace": "awscdk",
@@ -16415,7 +16415,7 @@
16415
16415
  "immutable": true,
16416
16416
  "locationInModule": {
16417
16417
  "filename": "src/awscdk/lambda-function.ts",
16418
- "line": 52
16418
+ "line": 53
16419
16419
  },
16420
16420
  "name": "awsSdkConnectionReuse",
16421
16421
  "optional": true,
@@ -16434,7 +16434,7 @@
16434
16434
  "immutable": true,
16435
16435
  "locationInModule": {
16436
16436
  "filename": "src/awscdk/lambda-function.ts",
16437
- "line": 36
16437
+ "line": 37
16438
16438
  },
16439
16439
  "name": "bundlingOptions",
16440
16440
  "optional": true,
@@ -16452,7 +16452,7 @@
16452
16452
  "immutable": true,
16453
16453
  "locationInModule": {
16454
16454
  "filename": "src/awscdk/lambda-function.ts",
16455
- "line": 60
16455
+ "line": 61
16456
16456
  },
16457
16457
  "name": "edgeLambda",
16458
16458
  "optional": true,
@@ -16463,14 +16463,14 @@
16463
16463
  {
16464
16464
  "abstract": true,
16465
16465
  "docs": {
16466
- "default": "Runtime.NODEJS_22_X",
16466
+ "default": "LambdaRuntime.NODEJS_REGIONAL_LATEST - Uses the latest Node.js runtime\navailable in the deployment region, determined at CDK synthesis time.",
16467
16467
  "stability": "experimental",
16468
16468
  "summary": "The node.js version to target."
16469
16469
  },
16470
16470
  "immutable": true,
16471
16471
  "locationInModule": {
16472
16472
  "filename": "src/awscdk/lambda-function.ts",
16473
- "line": 26
16473
+ "line": 27
16474
16474
  },
16475
16475
  "name": "runtime",
16476
16476
  "optional": true,
@@ -16495,7 +16495,7 @@
16495
16495
  "kind": "interface",
16496
16496
  "locationInModule": {
16497
16497
  "filename": "src/awscdk/lambda-function.ts",
16498
- "line": 66
16498
+ "line": 67
16499
16499
  },
16500
16500
  "name": "LambdaFunctionOptions",
16501
16501
  "namespace": "awscdk",
@@ -16509,7 +16509,7 @@
16509
16509
  "immutable": true,
16510
16510
  "locationInModule": {
16511
16511
  "filename": "src/awscdk/lambda-function.ts",
16512
- "line": 97
16512
+ "line": 98
16513
16513
  },
16514
16514
  "name": "cdkDeps",
16515
16515
  "type": {
@@ -16527,7 +16527,7 @@
16527
16527
  "immutable": true,
16528
16528
  "locationInModule": {
16529
16529
  "filename": "src/awscdk/lambda-function.ts",
16530
- "line": 75
16530
+ "line": 76
16531
16531
  },
16532
16532
  "name": "entrypoint",
16533
16533
  "type": {
@@ -16545,7 +16545,7 @@
16545
16545
  "immutable": true,
16546
16546
  "locationInModule": {
16547
16547
  "filename": "src/awscdk/lambda-function.ts",
16548
- "line": 84
16548
+ "line": 85
16549
16549
  },
16550
16550
  "name": "constructFile",
16551
16551
  "optional": true,
@@ -16563,7 +16563,7 @@
16563
16563
  "immutable": true,
16564
16564
  "locationInModule": {
16565
16565
  "filename": "src/awscdk/lambda-function.ts",
16566
- "line": 92
16566
+ "line": 93
16567
16567
  },
16568
16568
  "name": "constructName",
16569
16569
  "optional": true,
@@ -16587,7 +16587,7 @@
16587
16587
  },
16588
16588
  "locationInModule": {
16589
16589
  "filename": "src/awscdk/lambda-function.ts",
16590
- "line": 381
16590
+ "line": 432
16591
16591
  },
16592
16592
  "parameters": [
16593
16593
  {
@@ -16623,7 +16623,7 @@
16623
16623
  "kind": "class",
16624
16624
  "locationInModule": {
16625
16625
  "filename": "src/awscdk/lambda-function.ts",
16626
- "line": 302
16626
+ "line": 338
16627
16627
  },
16628
16628
  "name": "LambdaRuntime",
16629
16629
  "namespace": "awscdk",
@@ -16638,7 +16638,7 @@
16638
16638
  "immutable": true,
16639
16639
  "locationInModule": {
16640
16640
  "filename": "src/awscdk/lambda-function.ts",
16641
- "line": 307
16641
+ "line": 343
16642
16642
  },
16643
16643
  "name": "NODEJS_10_X",
16644
16644
  "static": true,
@@ -16656,7 +16656,7 @@
16656
16656
  "immutable": true,
16657
16657
  "locationInModule": {
16658
16658
  "filename": "src/awscdk/lambda-function.ts",
16659
- "line": 317
16659
+ "line": 353
16660
16660
  },
16661
16661
  "name": "NODEJS_12_X",
16662
16662
  "static": true,
@@ -16674,7 +16674,7 @@
16674
16674
  "immutable": true,
16675
16675
  "locationInModule": {
16676
16676
  "filename": "src/awscdk/lambda-function.ts",
16677
- "line": 327
16677
+ "line": 363
16678
16678
  },
16679
16679
  "name": "NODEJS_14_X",
16680
16680
  "static": true,
@@ -16692,7 +16692,7 @@
16692
16692
  "immutable": true,
16693
16693
  "locationInModule": {
16694
16694
  "filename": "src/awscdk/lambda-function.ts",
16695
- "line": 337
16695
+ "line": 373
16696
16696
  },
16697
16697
  "name": "NODEJS_16_X",
16698
16698
  "static": true,
@@ -16710,7 +16710,7 @@
16710
16710
  "immutable": true,
16711
16711
  "locationInModule": {
16712
16712
  "filename": "src/awscdk/lambda-function.ts",
16713
- "line": 348
16713
+ "line": 384
16714
16714
  },
16715
16715
  "name": "NODEJS_18_X",
16716
16716
  "static": true,
@@ -16727,7 +16727,7 @@
16727
16727
  "immutable": true,
16728
16728
  "locationInModule": {
16729
16729
  "filename": "src/awscdk/lambda-function.ts",
16730
- "line": 356
16730
+ "line": 392
16731
16731
  },
16732
16732
  "name": "NODEJS_20_X",
16733
16733
  "static": true,
@@ -16744,7 +16744,7 @@
16744
16744
  "immutable": true,
16745
16745
  "locationInModule": {
16746
16746
  "filename": "src/awscdk/lambda-function.ts",
16747
- "line": 364
16747
+ "line": 400
16748
16748
  },
16749
16749
  "name": "NODEJS_22_X",
16750
16750
  "static": true,
@@ -16761,7 +16761,7 @@
16761
16761
  "immutable": true,
16762
16762
  "locationInModule": {
16763
16763
  "filename": "src/awscdk/lambda-function.ts",
16764
- "line": 372
16764
+ "line": 408
16765
16765
  },
16766
16766
  "name": "NODEJS_24_X",
16767
16767
  "static": true,
@@ -16769,6 +16769,25 @@
16769
16769
  "fqn": "projen.awscdk.LambdaRuntime"
16770
16770
  }
16771
16771
  },
16772
+ {
16773
+ "const": true,
16774
+ "docs": {
16775
+ "default": "Uses determineLatestNodeRuntime() from aws-cdk-lib",
16776
+ "remarks": "This generates code that uses `determineLatestNodeRuntime()` at CDK synthesis time,\nwhich dynamically selects the latest Node.js runtime available based on regional\navailability. This eliminates the need to manually update runtime versions and\navoids EOL warnings.",
16777
+ "stability": "experimental",
16778
+ "summary": "Use the latest Node.js runtime available in the deployment region."
16779
+ },
16780
+ "immutable": true,
16781
+ "locationInModule": {
16782
+ "filename": "src/awscdk/lambda-function.ts",
16783
+ "line": 423
16784
+ },
16785
+ "name": "NODEJS_REGIONAL_LATEST",
16786
+ "static": true,
16787
+ "type": {
16788
+ "fqn": "projen.awscdk.LambdaRuntime"
16789
+ }
16790
+ },
16772
16791
  {
16773
16792
  "docs": {
16774
16793
  "stability": "experimental"
@@ -16776,7 +16795,7 @@
16776
16795
  "immutable": true,
16777
16796
  "locationInModule": {
16778
16797
  "filename": "src/awscdk/lambda-function.ts",
16779
- "line": 379
16798
+ "line": 430
16780
16799
  },
16781
16800
  "name": "defaultExternals",
16782
16801
  "type": {
@@ -16795,7 +16814,7 @@
16795
16814
  "immutable": true,
16796
16815
  "locationInModule": {
16797
16816
  "filename": "src/awscdk/lambda-function.ts",
16798
- "line": 377
16817
+ "line": 428
16799
16818
  },
16800
16819
  "name": "esbuildPlatform",
16801
16820
  "type": {
@@ -16810,7 +16829,7 @@
16810
16829
  "immutable": true,
16811
16830
  "locationInModule": {
16812
16831
  "filename": "src/awscdk/lambda-function.ts",
16813
- "line": 390
16832
+ "line": 441
16814
16833
  },
16815
16834
  "name": "esbuildTarget",
16816
16835
  "type": {
@@ -16825,7 +16844,7 @@
16825
16844
  "immutable": true,
16826
16845
  "locationInModule": {
16827
16846
  "filename": "src/awscdk/lambda-function.ts",
16828
- "line": 385
16847
+ "line": 436
16829
16848
  },
16830
16849
  "name": "functionRuntime",
16831
16850
  "type": {
@@ -16846,7 +16865,7 @@
16846
16865
  "kind": "interface",
16847
16866
  "locationInModule": {
16848
16867
  "filename": "src/awscdk/lambda-function.ts",
16849
- "line": 290
16868
+ "line": 326
16850
16869
  },
16851
16870
  "name": "LambdaRuntimeOptions",
16852
16871
  "namespace": "awscdk",
@@ -16861,7 +16880,7 @@
16861
16880
  "immutable": true,
16862
16881
  "locationInModule": {
16863
16882
  "filename": "src/awscdk/lambda-function.ts",
16864
- "line": 296
16883
+ "line": 332
16865
16884
  },
16866
16885
  "name": "defaultExternals",
16867
16886
  "optional": true,
@@ -16888,7 +16907,7 @@
16888
16907
  "kind": "interface",
16889
16908
  "locationInModule": {
16890
16909
  "filename": "src/build/build-workflow.ts",
16891
- "line": 487
16910
+ "line": 489
16892
16911
  },
16893
16912
  "name": "AddPostBuildJobCommandsOptions",
16894
16913
  "namespace": "build",
@@ -16903,7 +16922,7 @@
16903
16922
  "immutable": true,
16904
16923
  "locationInModule": {
16905
16924
  "filename": "src/build/build-workflow.ts",
16906
- "line": 499
16925
+ "line": 501
16907
16926
  },
16908
16927
  "name": "checkoutRepo",
16909
16928
  "optional": true,
@@ -16922,7 +16941,7 @@
16922
16941
  "immutable": true,
16923
16942
  "locationInModule": {
16924
16943
  "filename": "src/build/build-workflow.ts",
16925
- "line": 509
16944
+ "line": 511
16926
16945
  },
16927
16946
  "name": "installDeps",
16928
16947
  "optional": true,
@@ -16944,7 +16963,7 @@
16944
16963
  "immutable": true,
16945
16964
  "locationInModule": {
16946
16965
  "filename": "src/build/build-workflow.ts",
16947
- "line": 517
16966
+ "line": 519
16948
16967
  },
16949
16968
  "name": "runsOn",
16950
16969
  "optional": true,
@@ -16970,7 +16989,7 @@
16970
16989
  "immutable": true,
16971
16990
  "locationInModule": {
16972
16991
  "filename": "src/build/build-workflow.ts",
16973
- "line": 524
16992
+ "line": 526
16974
16993
  },
16975
16994
  "name": "runsOnGroup",
16976
16995
  "optional": true,
@@ -16987,7 +17006,7 @@
16987
17006
  "immutable": true,
16988
17007
  "locationInModule": {
16989
17008
  "filename": "src/build/build-workflow.ts",
16990
- "line": 491
17009
+ "line": 493
16991
17010
  },
16992
17011
  "name": "tools",
16993
17012
  "optional": true,
@@ -17009,7 +17028,7 @@
17009
17028
  "kind": "interface",
17010
17029
  "locationInModule": {
17011
17030
  "filename": "src/build/build-workflow.ts",
17012
- "line": 462
17031
+ "line": 464
17013
17032
  },
17014
17033
  "name": "AddPostBuildJobTaskOptions",
17015
17034
  "namespace": "build",
@@ -17028,7 +17047,7 @@
17028
17047
  "immutable": true,
17029
17048
  "locationInModule": {
17030
17049
  "filename": "src/build/build-workflow.ts",
17031
- "line": 474
17050
+ "line": 476
17032
17051
  },
17033
17052
  "name": "runsOn",
17034
17053
  "optional": true,
@@ -17054,7 +17073,7 @@
17054
17073
  "immutable": true,
17055
17074
  "locationInModule": {
17056
17075
  "filename": "src/build/build-workflow.ts",
17057
- "line": 481
17076
+ "line": 483
17058
17077
  },
17059
17078
  "name": "runsOnGroup",
17060
17079
  "optional": true,
@@ -17071,7 +17090,7 @@
17071
17090
  "immutable": true,
17072
17091
  "locationInModule": {
17073
17092
  "filename": "src/build/build-workflow.ts",
17074
- "line": 466
17093
+ "line": 468
17075
17094
  },
17076
17095
  "name": "tools",
17077
17096
  "optional": true,
@@ -17095,7 +17114,7 @@
17095
17114
  },
17096
17115
  "locationInModule": {
17097
17116
  "filename": "src/build/build-workflow.ts",
17098
- "line": 153
17117
+ "line": 155
17099
17118
  },
17100
17119
  "parameters": [
17101
17120
  {
@@ -17115,7 +17134,7 @@
17115
17134
  "kind": "class",
17116
17135
  "locationInModule": {
17117
17136
  "filename": "src/build/build-workflow.ts",
17118
- "line": 137
17137
+ "line": 139
17119
17138
  },
17120
17139
  "methods": [
17121
17140
  {
@@ -17126,7 +17145,7 @@
17126
17145
  },
17127
17146
  "locationInModule": {
17128
17147
  "filename": "src/build/build-workflow.ts",
17129
- "line": 258
17148
+ "line": 257
17130
17149
  },
17131
17150
  "name": "addPostBuildJob",
17132
17151
  "parameters": [
@@ -17158,7 +17177,7 @@
17158
17177
  },
17159
17178
  "locationInModule": {
17160
17179
  "filename": "src/build/build-workflow.ts",
17161
- "line": 332
17180
+ "line": 331
17162
17181
  },
17163
17182
  "name": "addPostBuildJobCommands",
17164
17183
  "parameters": [
@@ -17199,7 +17218,7 @@
17199
17218
  },
17200
17219
  "locationInModule": {
17201
17220
  "filename": "src/build/build-workflow.ts",
17202
- "line": 306
17221
+ "line": 305
17203
17222
  },
17204
17223
  "name": "addPostBuildJobTask",
17205
17224
  "parameters": [
@@ -17228,7 +17247,7 @@
17228
17247
  },
17229
17248
  "locationInModule": {
17230
17249
  "filename": "src/build/build-workflow.ts",
17231
- "line": 243
17250
+ "line": 242
17232
17251
  },
17233
17252
  "name": "addPostBuildSteps",
17234
17253
  "parameters": [
@@ -17257,7 +17276,7 @@
17257
17276
  "immutable": true,
17258
17277
  "locationInModule": {
17259
17278
  "filename": "src/build/build-workflow.ts",
17260
- "line": 235
17279
+ "line": 234
17261
17280
  },
17262
17281
  "name": "buildJobIds",
17263
17282
  "type": {
@@ -17277,7 +17296,7 @@
17277
17296
  "immutable": true,
17278
17297
  "locationInModule": {
17279
17298
  "filename": "src/build/build-workflow.ts",
17280
- "line": 141
17299
+ "line": 143
17281
17300
  },
17282
17301
  "name": "name",
17283
17302
  "type": {
@@ -17297,7 +17316,7 @@
17297
17316
  "kind": "interface",
17298
17317
  "locationInModule": {
17299
17318
  "filename": "src/build/build-workflow.ts",
17300
- "line": 42
17319
+ "line": 44
17301
17320
  },
17302
17321
  "name": "BuildWorkflowCommonOptions",
17303
17322
  "namespace": "build",
@@ -17312,7 +17331,7 @@
17312
17331
  "immutable": true,
17313
17332
  "locationInModule": {
17314
17333
  "filename": "src/build/build-workflow.ts",
17315
- "line": 73
17334
+ "line": 75
17316
17335
  },
17317
17336
  "name": "env",
17318
17337
  "optional": true,
@@ -17335,7 +17354,7 @@
17335
17354
  "immutable": true,
17336
17355
  "locationInModule": {
17337
17356
  "filename": "src/build/build-workflow.ts",
17338
- "line": 48
17357
+ "line": 50
17339
17358
  },
17340
17359
  "name": "name",
17341
17360
  "optional": true,
@@ -17353,7 +17372,7 @@
17353
17372
  "immutable": true,
17354
17373
  "locationInModule": {
17355
17374
  "filename": "src/build/build-workflow.ts",
17356
- "line": 67
17375
+ "line": 69
17357
17376
  },
17358
17377
  "name": "permissions",
17359
17378
  "optional": true,
@@ -17371,7 +17390,7 @@
17371
17390
  "immutable": true,
17372
17391
  "locationInModule": {
17373
17392
  "filename": "src/build/build-workflow.ts",
17374
- "line": 54
17393
+ "line": 56
17375
17394
  },
17376
17395
  "name": "preBuildSteps",
17377
17396
  "optional": true,
@@ -17394,7 +17413,7 @@
17394
17413
  "immutable": true,
17395
17414
  "locationInModule": {
17396
17415
  "filename": "src/build/build-workflow.ts",
17397
- "line": 60
17416
+ "line": 62
17398
17417
  },
17399
17418
  "name": "workflowTriggers",
17400
17419
  "optional": true,
@@ -17418,7 +17437,7 @@
17418
17437
  "kind": "interface",
17419
17438
  "locationInModule": {
17420
17439
  "filename": "src/build/build-workflow.ts",
17421
- "line": 76
17440
+ "line": 78
17422
17441
  },
17423
17442
  "name": "BuildWorkflowOptions",
17424
17443
  "namespace": "build",
@@ -17432,7 +17451,7 @@
17432
17451
  "immutable": true,
17433
17452
  "locationInModule": {
17434
17453
  "filename": "src/build/build-workflow.ts",
17435
- "line": 80
17454
+ "line": 82
17436
17455
  },
17437
17456
  "name": "buildTask",
17438
17457
  "type": {
@@ -17449,7 +17468,7 @@
17449
17468
  "immutable": true,
17450
17469
  "locationInModule": {
17451
17470
  "filename": "src/build/build-workflow.ts",
17452
- "line": 86
17471
+ "line": 88
17453
17472
  },
17454
17473
  "name": "artifactsDirectory",
17455
17474
  "optional": true,
@@ -17467,7 +17486,7 @@
17467
17486
  "immutable": true,
17468
17487
  "locationInModule": {
17469
17488
  "filename": "src/build/build-workflow.ts",
17470
- "line": 92
17489
+ "line": 94
17471
17490
  },
17472
17491
  "name": "containerImage",
17473
17492
  "optional": true,
@@ -17485,7 +17504,7 @@
17485
17504
  "immutable": true,
17486
17505
  "locationInModule": {
17487
17506
  "filename": "src/build/build-workflow.ts",
17488
- "line": 119
17507
+ "line": 121
17489
17508
  },
17490
17509
  "name": "gitIdentity",
17491
17510
  "optional": true,
@@ -17504,7 +17523,7 @@
17504
17523
  "immutable": true,
17505
17524
  "locationInModule": {
17506
17525
  "filename": "src/build/build-workflow.ts",
17507
- "line": 107
17526
+ "line": 109
17508
17527
  },
17509
17528
  "name": "mutableBuild",
17510
17529
  "optional": true,
@@ -17522,7 +17541,7 @@
17522
17541
  "immutable": true,
17523
17542
  "locationInModule": {
17524
17543
  "filename": "src/build/build-workflow.ts",
17525
- "line": 113
17544
+ "line": 115
17526
17545
  },
17527
17546
  "name": "postBuildSteps",
17528
17547
  "optional": true,
@@ -17549,7 +17568,7 @@
17549
17568
  "immutable": true,
17550
17569
  "locationInModule": {
17551
17570
  "filename": "src/build/build-workflow.ts",
17552
- "line": 127
17571
+ "line": 129
17553
17572
  },
17554
17573
  "name": "runsOn",
17555
17574
  "optional": true,
@@ -17575,7 +17594,7 @@
17575
17594
  "immutable": true,
17576
17595
  "locationInModule": {
17577
17596
  "filename": "src/build/build-workflow.ts",
17578
- "line": 134
17597
+ "line": 136
17579
17598
  },
17580
17599
  "name": "runsOnGroup",
17581
17600
  "optional": true,
@@ -48581,7 +48600,7 @@
48581
48600
  },
48582
48601
  "locationInModule": {
48583
48602
  "filename": "src/javascript/node-project.ts",
48584
- "line": 1030
48603
+ "line": 1031
48585
48604
  },
48586
48605
  "name": "addBins",
48587
48606
  "parameters": [
@@ -48606,7 +48625,7 @@
48606
48625
  },
48607
48626
  "locationInModule": {
48608
48627
  "filename": "src/javascript/node-project.ts",
48609
- "line": 1315
48628
+ "line": 1316
48610
48629
  },
48611
48630
  "name": "addBundledDeps",
48612
48631
  "parameters": [
@@ -48632,7 +48651,7 @@
48632
48651
  },
48633
48652
  "locationInModule": {
48634
48653
  "filename": "src/javascript/node-project.ts",
48635
- "line": 1075
48654
+ "line": 1076
48636
48655
  },
48637
48656
  "name": "addCompileCommand",
48638
48657
  "parameters": [
@@ -48653,7 +48672,7 @@
48653
48672
  },
48654
48673
  "locationInModule": {
48655
48674
  "filename": "src/javascript/node-project.ts",
48656
- "line": 1269
48675
+ "line": 1270
48657
48676
  },
48658
48677
  "name": "addDeps",
48659
48678
  "parameters": [
@@ -48678,7 +48697,7 @@
48678
48697
  },
48679
48698
  "locationInModule": {
48680
48699
  "filename": "src/javascript/node-project.ts",
48681
- "line": 1282
48700
+ "line": 1283
48682
48701
  },
48683
48702
  "name": "addDevDeps",
48684
48703
  "parameters": [
@@ -48703,7 +48722,7 @@
48703
48722
  },
48704
48723
  "locationInModule": {
48705
48724
  "filename": "src/javascript/node-project.ts",
48706
- "line": 1095
48725
+ "line": 1096
48707
48726
  },
48708
48727
  "name": "addFields",
48709
48728
  "parameters": [
@@ -48730,7 +48749,7 @@
48730
48749
  },
48731
48750
  "locationInModule": {
48732
48751
  "filename": "src/javascript/node-project.ts",
48733
- "line": 1105
48752
+ "line": 1106
48734
48753
  },
48735
48754
  "name": "addKeywords",
48736
48755
  "parameters": [
@@ -48757,7 +48776,7 @@
48757
48776
  },
48758
48777
  "locationInModule": {
48759
48778
  "filename": "src/javascript/node-project.ts",
48760
- "line": 1327
48779
+ "line": 1328
48761
48780
  },
48762
48781
  "name": "addPackageIgnore",
48763
48782
  "overrides": "projen.Project",
@@ -48781,7 +48800,7 @@
48781
48800
  },
48782
48801
  "locationInModule": {
48783
48802
  "filename": "src/javascript/node-project.ts",
48784
- "line": 1299
48803
+ "line": 1300
48785
48804
  },
48786
48805
  "name": "addPeerDeps",
48787
48806
  "parameters": [
@@ -48806,7 +48825,7 @@
48806
48825
  },
48807
48826
  "locationInModule": {
48808
48827
  "filename": "src/javascript/node-project.ts",
48809
- "line": 1048
48828
+ "line": 1049
48810
48829
  },
48811
48830
  "name": "addScripts",
48812
48831
  "parameters": [
@@ -48834,7 +48853,7 @@
48834
48853
  },
48835
48854
  "locationInModule": {
48836
48855
  "filename": "src/javascript/node-project.ts",
48837
- "line": 1085
48856
+ "line": 1086
48838
48857
  },
48839
48858
  "name": "addTestCommand",
48840
48859
  "parameters": [
@@ -48856,7 +48875,7 @@
48856
48875
  },
48857
48876
  "locationInModule": {
48858
48877
  "filename": "src/javascript/node-project.ts",
48859
- "line": 1067
48878
+ "line": 1068
48860
48879
  },
48861
48880
  "name": "hasScript",
48862
48881
  "parameters": [
@@ -48883,7 +48902,7 @@
48883
48902
  },
48884
48903
  "locationInModule": {
48885
48904
  "filename": "src/javascript/node-project.ts",
48886
- "line": 1058
48905
+ "line": 1059
48887
48906
  },
48888
48907
  "name": "removeScript",
48889
48908
  "parameters": [
@@ -48906,7 +48925,7 @@
48906
48925
  },
48907
48926
  "locationInModule": {
48908
48927
  "filename": "src/javascript/node-project.ts",
48909
- "line": 1195
48928
+ "line": 1196
48910
48929
  },
48911
48930
  "name": "renderWorkflowSetup",
48912
48931
  "parameters": [
@@ -48940,7 +48959,7 @@
48940
48959
  },
48941
48960
  "locationInModule": {
48942
48961
  "filename": "src/javascript/node-project.ts",
48943
- "line": 1400
48962
+ "line": 1401
48944
48963
  },
48945
48964
  "name": "runTaskCommand",
48946
48965
  "overrides": "projen.Project",
@@ -48968,7 +48987,7 @@
48968
48987
  },
48969
48988
  "locationInModule": {
48970
48989
  "filename": "src/javascript/node-project.ts",
48971
- "line": 1040
48990
+ "line": 1041
48972
48991
  },
48973
48992
  "name": "setScript",
48974
48993
  "parameters": [
@@ -49238,7 +49257,7 @@
49238
49257
  "immutable": true,
49239
49258
  "locationInModule": {
49240
49259
  "filename": "src/javascript/node-project.ts",
49241
- "line": 1407
49260
+ "line": 1408
49242
49261
  },
49243
49262
  "name": "buildWorkflowJobId",
49244
49263
  "optional": true,
@@ -49494,7 +49513,7 @@
49494
49513
  "default": "- true",
49495
49514
  "remarks": "Throw if set to true but `autoApproveOptions` are not defined.",
49496
49515
  "stability": "experimental",
49497
- "summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configued)."
49516
+ "summary": "Automatically approve deps upgrade PRs, allowing them to be merged by mergify (if configured)."
49498
49517
  },
49499
49518
  "immutable": true,
49500
49519
  "locationInModule": {
@@ -49745,7 +49764,7 @@
49745
49764
  {
49746
49765
  "abstract": true,
49747
49766
  "docs": {
49748
- "default": "true",
49767
+ "default": "- `true` for root projects, `false` for subprojects",
49749
49768
  "remarks": "Cannot be used in conjunction with `dependabot`.",
49750
49769
  "stability": "experimental",
49751
49770
  "summary": "Use tasks and github workflows to handle dependency upgrades."
@@ -51518,7 +51537,7 @@
51518
51537
  "kind": "interface",
51519
51538
  "locationInModule": {
51520
51539
  "filename": "src/javascript/node-project.ts",
51521
- "line": 1523
51540
+ "line": 1524
51522
51541
  },
51523
51542
  "name": "RenderWorkflowSetupOptions",
51524
51543
  "namespace": "javascript",
@@ -51534,7 +51553,7 @@
51534
51553
  "immutable": true,
51535
51554
  "locationInModule": {
51536
51555
  "filename": "src/javascript/node-project.ts",
51537
- "line": 1532
51556
+ "line": 1533
51538
51557
  },
51539
51558
  "name": "installStepConfiguration",
51540
51559
  "optional": true,
@@ -51552,7 +51571,7 @@
51552
51571
  "immutable": true,
51553
51572
  "locationInModule": {
51554
51573
  "filename": "src/javascript/node-project.ts",
51555
- "line": 1537
51574
+ "line": 1538
51556
51575
  },
51557
51576
  "name": "mutable",
51558
51577
  "optional": true,
@@ -53736,7 +53755,7 @@
53736
53755
  },
53737
53756
  "locationInModule": {
53738
53757
  "filename": "src/javascript/upgrade-dependencies.ts",
53739
- "line": 193
53758
+ "line": 195
53740
53759
  },
53741
53760
  "parameters": [
53742
53761
  {
@@ -53757,7 +53776,7 @@
53757
53776
  "kind": "class",
53758
53777
  "locationInModule": {
53759
53778
  "filename": "src/javascript/upgrade-dependencies.ts",
53760
- "line": 159
53779
+ "line": 161
53761
53780
  },
53762
53781
  "methods": [
53763
53782
  {
@@ -53767,7 +53786,7 @@
53767
53786
  },
53768
53787
  "locationInModule": {
53769
53788
  "filename": "src/javascript/upgrade-dependencies.ts",
53770
- "line": 300
53789
+ "line": 305
53771
53790
  },
53772
53791
  "name": "addPostBuildSteps",
53773
53792
  "parameters": [
@@ -53796,7 +53815,7 @@
53796
53815
  "immutable": true,
53797
53816
  "locationInModule": {
53798
53817
  "filename": "src/javascript/upgrade-dependencies.ts",
53799
- "line": 183
53818
+ "line": 185
53800
53819
  },
53801
53820
  "name": "postUpgradeTask",
53802
53821
  "type": {
@@ -53810,7 +53829,7 @@
53810
53829
  "immutable": true,
53811
53830
  "locationInModule": {
53812
53831
  "filename": "src/javascript/upgrade-dependencies.ts",
53813
- "line": 165
53832
+ "line": 167
53814
53833
  },
53815
53834
  "name": "project",
53816
53835
  "overrides": "projen.Component",
@@ -53826,7 +53845,7 @@
53826
53845
  "immutable": true,
53827
53846
  "locationInModule": {
53828
53847
  "filename": "src/javascript/upgrade-dependencies.ts",
53829
- "line": 178
53848
+ "line": 180
53830
53849
  },
53831
53850
  "name": "upgradeTask",
53832
53851
  "type": {
@@ -53842,7 +53861,7 @@
53842
53861
  "immutable": true,
53843
53862
  "locationInModule": {
53844
53863
  "filename": "src/javascript/upgrade-dependencies.ts",
53845
- "line": 163
53864
+ "line": 165
53846
53865
  },
53847
53866
  "name": "workflows",
53848
53867
  "type": {
@@ -53861,7 +53880,7 @@
53861
53880
  },
53862
53881
  "locationInModule": {
53863
53882
  "filename": "src/javascript/upgrade-dependencies.ts",
53864
- "line": 173
53883
+ "line": 175
53865
53884
  },
53866
53885
  "name": "containerOptions",
53867
53886
  "optional": true,
@@ -53883,7 +53902,7 @@
53883
53902
  "kind": "interface",
53884
53903
  "locationInModule": {
53885
53904
  "filename": "src/javascript/upgrade-dependencies.ts",
53886
- "line": 33
53905
+ "line": 35
53887
53906
  },
53888
53907
  "name": "UpgradeDependenciesOptions",
53889
53908
  "namespace": "javascript",
@@ -53900,7 +53919,7 @@
53900
53919
  "immutable": true,
53901
53920
  "locationInModule": {
53902
53921
  "filename": "src/javascript/upgrade-dependencies.ts",
53903
- "line": 153
53922
+ "line": 155
53904
53923
  },
53905
53924
  "name": "cooldown",
53906
53925
  "optional": true,
@@ -53918,7 +53937,7 @@
53918
53937
  "immutable": true,
53919
53938
  "locationInModule": {
53920
53939
  "filename": "src/javascript/upgrade-dependencies.ts",
53921
- "line": 39
53940
+ "line": 41
53922
53941
  },
53923
53942
  "name": "exclude",
53924
53943
  "optional": true,
@@ -53941,7 +53960,7 @@
53941
53960
  "immutable": true,
53942
53961
  "locationInModule": {
53943
53962
  "filename": "src/javascript/upgrade-dependencies.ts",
53944
- "line": 46
53963
+ "line": 48
53945
53964
  },
53946
53965
  "name": "include",
53947
53966
  "optional": true,
@@ -53966,7 +53985,7 @@
53966
53985
  "immutable": true,
53967
53986
  "locationInModule": {
53968
53987
  "filename": "src/javascript/upgrade-dependencies.ts",
53969
- "line": 78
53988
+ "line": 80
53970
53989
  },
53971
53990
  "name": "includeDeprecatedVersions",
53972
53991
  "optional": true,
@@ -53984,7 +54003,7 @@
53984
54003
  "immutable": true,
53985
54004
  "locationInModule": {
53986
54005
  "filename": "src/javascript/upgrade-dependencies.ts",
53987
- "line": 111
54006
+ "line": 113
53988
54007
  },
53989
54008
  "name": "pullRequestTitle",
53990
54009
  "optional": true,
@@ -54004,7 +54023,7 @@
54004
54023
  "immutable": true,
54005
54024
  "locationInModule": {
54006
54025
  "filename": "src/javascript/upgrade-dependencies.ts",
54007
- "line": 67
54026
+ "line": 69
54008
54027
  },
54009
54028
  "name": "satisfyPeerDependencies",
54010
54029
  "optional": true,
@@ -54022,7 +54041,7 @@
54022
54041
  "immutable": true,
54023
54042
  "locationInModule": {
54024
54043
  "filename": "src/javascript/upgrade-dependencies.ts",
54025
- "line": 118
54044
+ "line": 120
54026
54045
  },
54027
54046
  "name": "semanticCommit",
54028
54047
  "optional": true,
@@ -54040,7 +54059,7 @@
54040
54059
  "immutable": true,
54041
54060
  "locationInModule": {
54042
54061
  "filename": "src/javascript/upgrade-dependencies.ts",
54043
- "line": 125
54062
+ "line": 127
54044
54063
  },
54045
54064
  "name": "signoff",
54046
54065
  "optional": true,
@@ -54059,7 +54078,7 @@
54059
54078
  "immutable": true,
54060
54079
  "locationInModule": {
54061
54080
  "filename": "src/javascript/upgrade-dependencies.ts",
54062
- "line": 55
54081
+ "line": 57
54063
54082
  },
54064
54083
  "name": "target",
54065
54084
  "optional": true,
@@ -54078,7 +54097,7 @@
54078
54097
  "immutable": true,
54079
54098
  "locationInModule": {
54080
54099
  "filename": "src/javascript/upgrade-dependencies.ts",
54081
- "line": 104
54100
+ "line": 106
54082
54101
  },
54083
54102
  "name": "taskName",
54084
54103
  "optional": true,
@@ -54096,7 +54115,7 @@
54096
54115
  "immutable": true,
54097
54116
  "locationInModule": {
54098
54117
  "filename": "src/javascript/upgrade-dependencies.ts",
54099
- "line": 132
54118
+ "line": 134
54100
54119
  },
54101
54120
  "name": "types",
54102
54121
  "optional": true,
@@ -54120,7 +54139,7 @@
54120
54139
  "immutable": true,
54121
54140
  "locationInModule": {
54122
54141
  "filename": "src/javascript/upgrade-dependencies.ts",
54123
- "line": 89
54142
+ "line": 91
54124
54143
  },
54125
54144
  "name": "workflow",
54126
54145
  "optional": true,
@@ -54139,7 +54158,7 @@
54139
54158
  "immutable": true,
54140
54159
  "locationInModule": {
54141
54160
  "filename": "src/javascript/upgrade-dependencies.ts",
54142
- "line": 96
54161
+ "line": 98
54143
54162
  },
54144
54163
  "name": "workflowOptions",
54145
54164
  "optional": true,
@@ -54160,7 +54179,7 @@
54160
54179
  "kind": "class",
54161
54180
  "locationInModule": {
54162
54181
  "filename": "src/javascript/upgrade-dependencies.ts",
54163
- "line": 752
54182
+ "line": 762
54164
54183
  },
54165
54184
  "methods": [
54166
54185
  {
@@ -54170,7 +54189,7 @@
54170
54189
  },
54171
54190
  "locationInModule": {
54172
54191
  "filename": "src/javascript/upgrade-dependencies.ts",
54173
- "line": 787
54192
+ "line": 797
54174
54193
  },
54175
54194
  "name": "expressions",
54176
54195
  "parameters": [
@@ -54206,7 +54225,7 @@
54206
54225
  "immutable": true,
54207
54226
  "locationInModule": {
54208
54227
  "filename": "src/javascript/upgrade-dependencies.ts",
54209
- "line": 761
54228
+ "line": 771
54210
54229
  },
54211
54230
  "name": "DAILY",
54212
54231
  "static": true,
@@ -54223,7 +54242,7 @@
54223
54242
  "immutable": true,
54224
54243
  "locationInModule": {
54225
54244
  "filename": "src/javascript/upgrade-dependencies.ts",
54226
- "line": 780
54245
+ "line": 790
54227
54246
  },
54228
54247
  "name": "MONTHLY",
54229
54248
  "static": true,
@@ -54240,7 +54259,7 @@
54240
54259
  "immutable": true,
54241
54260
  "locationInModule": {
54242
54261
  "filename": "src/javascript/upgrade-dependencies.ts",
54243
- "line": 756
54262
+ "line": 766
54244
54263
  },
54245
54264
  "name": "NEVER",
54246
54265
  "static": true,
@@ -54257,7 +54276,7 @@
54257
54276
  "immutable": true,
54258
54277
  "locationInModule": {
54259
54278
  "filename": "src/javascript/upgrade-dependencies.ts",
54260
- "line": 766
54279
+ "line": 776
54261
54280
  },
54262
54281
  "name": "WEEKDAY",
54263
54282
  "static": true,
@@ -54274,7 +54293,7 @@
54274
54293
  "immutable": true,
54275
54294
  "locationInModule": {
54276
54295
  "filename": "src/javascript/upgrade-dependencies.ts",
54277
- "line": 773
54296
+ "line": 783
54278
54297
  },
54279
54298
  "name": "WEEKLY",
54280
54299
  "static": true,
@@ -54289,7 +54308,7 @@
54289
54308
  "immutable": true,
54290
54309
  "locationInModule": {
54291
54310
  "filename": "src/javascript/upgrade-dependencies.ts",
54292
- "line": 791
54311
+ "line": 801
54293
54312
  },
54294
54313
  "name": "cron",
54295
54314
  "type": {
@@ -54315,7 +54334,7 @@
54315
54334
  "kind": "interface",
54316
54335
  "locationInModule": {
54317
54336
  "filename": "src/javascript/upgrade-dependencies.ts",
54318
- "line": 664
54337
+ "line": 674
54319
54338
  },
54320
54339
  "name": "UpgradeDependenciesWorkflowOptions",
54321
54340
  "namespace": "javascript",
@@ -54330,7 +54349,7 @@
54330
54349
  "immutable": true,
54331
54350
  "locationInModule": {
54332
54351
  "filename": "src/javascript/upgrade-dependencies.ts",
54333
- "line": 697
54352
+ "line": 707
54334
54353
  },
54335
54354
  "name": "assignees",
54336
54355
  "optional": true,
@@ -54353,7 +54372,7 @@
54353
54372
  "immutable": true,
54354
54373
  "locationInModule": {
54355
54374
  "filename": "src/javascript/upgrade-dependencies.ts",
54356
- "line": 711
54375
+ "line": 721
54357
54376
  },
54358
54377
  "name": "branches",
54359
54378
  "optional": true,
@@ -54376,7 +54395,7 @@
54376
54395
  "immutable": true,
54377
54396
  "locationInModule": {
54378
54397
  "filename": "src/javascript/upgrade-dependencies.ts",
54379
- "line": 704
54398
+ "line": 714
54380
54399
  },
54381
54400
  "name": "container",
54382
54401
  "optional": true,
@@ -54394,7 +54413,7 @@
54394
54413
  "immutable": true,
54395
54414
  "locationInModule": {
54396
54415
  "filename": "src/javascript/upgrade-dependencies.ts",
54397
- "line": 746
54416
+ "line": 756
54398
54417
  },
54399
54418
  "name": "env",
54400
54419
  "optional": true,
@@ -54417,7 +54436,7 @@
54417
54436
  "immutable": true,
54418
54437
  "locationInModule": {
54419
54438
  "filename": "src/javascript/upgrade-dependencies.ts",
54420
- "line": 717
54439
+ "line": 727
54421
54440
  },
54422
54441
  "name": "gitIdentity",
54423
54442
  "optional": true,
@@ -54435,7 +54454,7 @@
54435
54454
  "immutable": true,
54436
54455
  "locationInModule": {
54437
54456
  "filename": "src/javascript/upgrade-dependencies.ts",
54438
- "line": 690
54457
+ "line": 700
54439
54458
  },
54440
54459
  "name": "labels",
54441
54460
  "optional": true,
@@ -54458,7 +54477,7 @@
54458
54477
  "immutable": true,
54459
54478
  "locationInModule": {
54460
54479
  "filename": "src/javascript/upgrade-dependencies.ts",
54461
- "line": 739
54480
+ "line": 749
54462
54481
  },
54463
54482
  "name": "permissions",
54464
54483
  "optional": true,
@@ -54478,7 +54497,7 @@
54478
54497
  "immutable": true,
54479
54498
  "locationInModule": {
54480
54499
  "filename": "src/javascript/upgrade-dependencies.ts",
54481
- "line": 683
54500
+ "line": 693
54482
54501
  },
54483
54502
  "name": "projenCredentials",
54484
54503
  "optional": true,
@@ -54500,7 +54519,7 @@
54500
54519
  "immutable": true,
54501
54520
  "locationInModule": {
54502
54521
  "filename": "src/javascript/upgrade-dependencies.ts",
54503
- "line": 725
54522
+ "line": 735
54504
54523
  },
54505
54524
  "name": "runsOn",
54506
54525
  "optional": true,
@@ -54526,7 +54545,7 @@
54526
54545
  "immutable": true,
54527
54546
  "locationInModule": {
54528
54547
  "filename": "src/javascript/upgrade-dependencies.ts",
54529
- "line": 732
54548
+ "line": 742
54530
54549
  },
54531
54550
  "name": "runsOnGroup",
54532
54551
  "optional": true,
@@ -54544,7 +54563,7 @@
54544
54563
  "immutable": true,
54545
54564
  "locationInModule": {
54546
54565
  "filename": "src/javascript/upgrade-dependencies.ts",
54547
- "line": 670
54566
+ "line": 680
54548
54567
  },
54549
54568
  "name": "schedule",
54550
54569
  "optional": true,
@@ -72845,7 +72864,7 @@
72845
72864
  "kind": "interface",
72846
72865
  "locationInModule": {
72847
72866
  "filename": "src/release/release.ts",
72848
- "line": 848
72867
+ "line": 841
72849
72868
  },
72850
72869
  "name": "BranchOptions",
72851
72870
  "namespace": "release",
@@ -72859,7 +72878,7 @@
72859
72878
  "immutable": true,
72860
72879
  "locationInModule": {
72861
72880
  "filename": "src/release/release.ts",
72862
- "line": 871
72881
+ "line": 864
72863
72882
  },
72864
72883
  "name": "majorVersion",
72865
72884
  "type": {
@@ -72877,7 +72896,7 @@
72877
72896
  "immutable": true,
72878
72897
  "locationInModule": {
72879
72898
  "filename": "src/release/release.ts",
72880
- "line": 866
72899
+ "line": 859
72881
72900
  },
72882
72901
  "name": "environment",
72883
72902
  "optional": true,
@@ -72894,7 +72913,7 @@
72894
72913
  "immutable": true,
72895
72914
  "locationInModule": {
72896
72915
  "filename": "src/release/release.ts",
72897
- "line": 876
72916
+ "line": 869
72898
72917
  },
72899
72918
  "name": "minMajorVersion",
72900
72919
  "optional": true,
@@ -72911,7 +72930,7 @@
72911
72930
  "immutable": true,
72912
72931
  "locationInModule": {
72913
72932
  "filename": "src/release/release.ts",
72914
- "line": 881
72933
+ "line": 874
72915
72934
  },
72916
72935
  "name": "minorVersion",
72917
72936
  "optional": true,
@@ -72929,7 +72948,7 @@
72929
72948
  "immutable": true,
72930
72949
  "locationInModule": {
72931
72950
  "filename": "src/release/release.ts",
72932
- "line": 909
72951
+ "line": 902
72933
72952
  },
72934
72953
  "name": "npmDistTag",
72935
72954
  "optional": true,
@@ -72947,7 +72966,7 @@
72947
72966
  "immutable": true,
72948
72967
  "locationInModule": {
72949
72968
  "filename": "src/release/release.ts",
72950
- "line": 888
72969
+ "line": 881
72951
72970
  },
72952
72971
  "name": "prerelease",
72953
72972
  "optional": true,
@@ -72966,7 +72985,7 @@
72966
72985
  "immutable": true,
72967
72986
  "locationInModule": {
72968
72987
  "filename": "src/release/release.ts",
72969
- "line": 902
72988
+ "line": 895
72970
72989
  },
72971
72990
  "name": "tagPrefix",
72972
72991
  "optional": true,
@@ -72984,7 +73003,7 @@
72984
73003
  "immutable": true,
72985
73004
  "locationInModule": {
72986
73005
  "filename": "src/release/release.ts",
72987
- "line": 853
73006
+ "line": 846
72988
73007
  },
72989
73008
  "name": "workflowName",
72990
73009
  "optional": true,
@@ -74952,7 +74971,7 @@
74952
74971
  },
74953
74972
  "locationInModule": {
74954
74973
  "filename": "src/release/release.ts",
74955
- "line": 415
74974
+ "line": 416
74956
74975
  },
74957
74976
  "parameters": [
74958
74977
  {
@@ -74978,7 +74997,7 @@
74978
74997
  "kind": "class",
74979
74998
  "locationInModule": {
74980
74999
  "filename": "src/release/release.ts",
74981
- "line": 370
75000
+ "line": 371
74982
75001
  },
74983
75002
  "methods": [
74984
75003
  {
@@ -74988,7 +75007,7 @@
74988
75007
  },
74989
75008
  "locationInModule": {
74990
75009
  "filename": "src/release/release.ts",
74991
- "line": 378
75010
+ "line": 379
74992
75011
  },
74993
75012
  "name": "of",
74994
75013
  "parameters": [
@@ -75015,7 +75034,7 @@
75015
75034
  },
75016
75035
  "locationInModule": {
75017
75036
  "filename": "src/release/release.ts",
75018
- "line": 568
75037
+ "line": 569
75019
75038
  },
75020
75039
  "name": "addBranch",
75021
75040
  "parameters": [
@@ -75046,7 +75065,7 @@
75046
75065
  },
75047
75066
  "locationInModule": {
75048
75067
  "filename": "src/release/release.ts",
75049
- "line": 635
75068
+ "line": 636
75050
75069
  },
75051
75070
  "name": "addJobs",
75052
75071
  "parameters": [
@@ -75073,7 +75092,7 @@
75073
75092
  },
75074
75093
  "locationInModule": {
75075
75094
  "filename": "src/release/release.ts",
75076
- "line": 618
75095
+ "line": 619
75077
75096
  },
75078
75097
  "name": "preSynthesize",
75079
75098
  "overrides": "projen.Component"
@@ -75090,7 +75109,7 @@
75090
75109
  "immutable": true,
75091
75110
  "locationInModule": {
75092
75111
  "filename": "src/release/release.ts",
75093
- "line": 371
75112
+ "line": 372
75094
75113
  },
75095
75114
  "name": "ANTI_TAMPER_CMD",
75096
75115
  "static": true,
@@ -75106,7 +75125,7 @@
75106
75125
  "immutable": true,
75107
75126
  "locationInModule": {
75108
75127
  "filename": "src/release/release.ts",
75109
- "line": 391
75128
+ "line": 392
75110
75129
  },
75111
75130
  "name": "artifactsDirectory",
75112
75131
  "type": {
@@ -75121,7 +75140,7 @@
75121
75140
  "immutable": true,
75122
75141
  "locationInModule": {
75123
75142
  "filename": "src/release/release.ts",
75124
- "line": 644
75143
+ "line": 645
75125
75144
  },
75126
75145
  "name": "branches",
75127
75146
  "type": {
@@ -75141,7 +75160,7 @@
75141
75160
  "immutable": true,
75142
75161
  "locationInModule": {
75143
75162
  "filename": "src/release/release.ts",
75144
- "line": 386
75163
+ "line": 387
75145
75164
  },
75146
75165
  "name": "publisher",
75147
75166
  "type": {
@@ -75165,7 +75184,7 @@
75165
75184
  "kind": "interface",
75166
75185
  "locationInModule": {
75167
75186
  "filename": "src/release/release.ts",
75168
- "line": 301
75187
+ "line": 302
75169
75188
  },
75170
75189
  "name": "ReleaseOptions",
75171
75190
  "namespace": "release",
@@ -75180,7 +75199,7 @@
75180
75199
  "immutable": true,
75181
75200
  "locationInModule": {
75182
75201
  "filename": "src/release/release.ts",
75183
- "line": 347
75202
+ "line": 348
75184
75203
  },
75185
75204
  "name": "artifactsDirectory",
75186
75205
  "type": {
@@ -75197,7 +75216,7 @@
75197
75216
  "immutable": true,
75198
75217
  "locationInModule": {
75199
75218
  "filename": "src/release/release.ts",
75200
- "line": 333
75219
+ "line": 334
75201
75220
  },
75202
75221
  "name": "branch",
75203
75222
  "type": {
@@ -75214,7 +75233,7 @@
75214
75233
  "immutable": true,
75215
75234
  "locationInModule": {
75216
75235
  "filename": "src/release/release.ts",
75217
- "line": 323
75236
+ "line": 324
75218
75237
  },
75219
75238
  "name": "versionFile",
75220
75239
  "type": {
@@ -75231,7 +75250,7 @@
75231
75250
  "immutable": true,
75232
75251
  "locationInModule": {
75233
75252
  "filename": "src/release/release.ts",
75234
- "line": 340
75253
+ "line": 341
75235
75254
  },
75236
75255
  "name": "githubRelease",
75237
75256
  "optional": true,
@@ -75250,7 +75269,7 @@
75250
75269
  "immutable": true,
75251
75270
  "locationInModule": {
75252
75271
  "filename": "src/release/release.ts",
75253
- "line": 309
75272
+ "line": 310
75254
75273
  },
75255
75274
  "name": "task",
75256
75275
  "optional": true,
@@ -75268,7 +75287,7 @@
75268
75287
  "immutable": true,
75269
75288
  "locationInModule": {
75270
75289
  "filename": "src/release/release.ts",
75271
- "line": 316
75290
+ "line": 317
75272
75291
  },
75273
75292
  "name": "tasks",
75274
75293
  "optional": true,
@@ -75292,7 +75311,7 @@
75292
75311
  "immutable": true,
75293
75312
  "locationInModule": {
75294
75313
  "filename": "src/release/release.ts",
75295
- "line": 356
75314
+ "line": 357
75296
75315
  },
75297
75316
  "name": "workflowNodeVersion",
75298
75317
  "optional": true,
@@ -75310,7 +75329,7 @@
75310
75329
  "immutable": true,
75311
75330
  "locationInModule": {
75312
75331
  "filename": "src/release/release.ts",
75313
- "line": 362
75332
+ "line": 363
75314
75333
  },
75315
75334
  "name": "workflowPermissions",
75316
75335
  "optional": true,
@@ -75332,7 +75351,7 @@
75332
75351
  "kind": "interface",
75333
75352
  "locationInModule": {
75334
75353
  "filename": "src/release/release.ts",
75335
- "line": 53
75354
+ "line": 54
75336
75355
  },
75337
75356
  "name": "ReleaseProjectOptions",
75338
75357
  "namespace": "release",
@@ -75348,7 +75367,7 @@
75348
75367
  "immutable": true,
75349
75368
  "locationInModule": {
75350
75369
  "filename": "src/release/release.ts",
75351
- "line": 269
75370
+ "line": 270
75352
75371
  },
75353
75372
  "name": "bumpPackage",
75354
75373
  "optional": true,
@@ -75366,7 +75385,7 @@
75366
75385
  "immutable": true,
75367
75386
  "locationInModule": {
75368
75387
  "filename": "src/release/release.ts",
75369
- "line": 96
75388
+ "line": 97
75370
75389
  },
75371
75390
  "name": "jsiiReleaseVersion",
75372
75391
  "optional": true,
@@ -75385,7 +75404,7 @@
75385
75404
  "immutable": true,
75386
75405
  "locationInModule": {
75387
75406
  "filename": "src/release/release.ts",
75388
- "line": 112
75407
+ "line": 113
75389
75408
  },
75390
75409
  "name": "majorVersion",
75391
75410
  "optional": true,
@@ -75404,7 +75423,7 @@
75404
75423
  "immutable": true,
75405
75424
  "locationInModule": {
75406
75425
  "filename": "src/release/release.ts",
75407
- "line": 125
75426
+ "line": 126
75408
75427
  },
75409
75428
  "name": "minMajorVersion",
75410
75429
  "optional": true,
@@ -75423,7 +75442,7 @@
75423
75442
  "immutable": true,
75424
75443
  "locationInModule": {
75425
75444
  "filename": "src/release/release.ts",
75426
- "line": 295
75445
+ "line": 296
75427
75446
  },
75428
75447
  "name": "nextVersionCommand",
75429
75448
  "optional": true,
@@ -75442,7 +75461,7 @@
75442
75461
  "immutable": true,
75443
75462
  "locationInModule": {
75444
75463
  "filename": "src/release/release.ts",
75445
- "line": 143
75464
+ "line": 144
75446
75465
  },
75447
75466
  "name": "npmDistTag",
75448
75467
  "optional": true,
@@ -75460,7 +75479,7 @@
75460
75479
  "immutable": true,
75461
75480
  "locationInModule": {
75462
75481
  "filename": "src/release/release.ts",
75463
- "line": 102
75482
+ "line": 103
75464
75483
  },
75465
75484
  "name": "postBuildSteps",
75466
75485
  "optional": true,
@@ -75483,7 +75502,7 @@
75483
75502
  "immutable": true,
75484
75503
  "locationInModule": {
75485
75504
  "filename": "src/release/release.ts",
75486
- "line": 133
75505
+ "line": 134
75487
75506
  },
75488
75507
  "name": "prerelease",
75489
75508
  "optional": true,
@@ -75501,7 +75520,7 @@
75501
75520
  "immutable": true,
75502
75521
  "locationInModule": {
75503
75522
  "filename": "src/release/release.ts",
75504
- "line": 245
75523
+ "line": 246
75505
75524
  },
75506
75525
  "name": "publishDryRun",
75507
75526
  "optional": true,
@@ -75520,7 +75539,7 @@
75520
75539
  "immutable": true,
75521
75540
  "locationInModule": {
75522
75541
  "filename": "src/release/release.ts",
75523
- "line": 238
75542
+ "line": 239
75524
75543
  },
75525
75544
  "name": "publishTasks",
75526
75545
  "optional": true,
@@ -75538,7 +75557,7 @@
75538
75557
  "immutable": true,
75539
75558
  "locationInModule": {
75540
75559
  "filename": "src/release/release.ts",
75541
- "line": 253
75560
+ "line": 254
75542
75561
  },
75543
75562
  "name": "releasableCommits",
75544
75563
  "optional": true,
@@ -75557,7 +75576,7 @@
75557
75576
  "immutable": true,
75558
75577
  "locationInModule": {
75559
75578
  "filename": "src/release/release.ts",
75560
- "line": 176
75579
+ "line": 177
75561
75580
  },
75562
75581
  "name": "releaseBranches",
75563
75582
  "optional": true,
@@ -75581,7 +75600,7 @@
75581
75600
  "immutable": true,
75582
75601
  "locationInModule": {
75583
75602
  "filename": "src/release/release.ts",
75584
- "line": 163
75603
+ "line": 164
75585
75604
  },
75586
75605
  "name": "releaseEnvironment",
75587
75606
  "optional": true,
@@ -75600,7 +75619,7 @@
75600
75619
  "immutable": true,
75601
75620
  "locationInModule": {
75602
75621
  "filename": "src/release/release.ts",
75603
- "line": 61
75622
+ "line": 62
75604
75623
  },
75605
75624
  "name": "releaseEveryCommit",
75606
75625
  "optional": true,
@@ -75618,7 +75637,7 @@
75618
75637
  "immutable": true,
75619
75638
  "locationInModule": {
75620
75639
  "filename": "src/release/release.ts",
75621
- "line": 183
75640
+ "line": 184
75622
75641
  },
75623
75642
  "name": "releaseFailureIssue",
75624
75643
  "optional": true,
@@ -75637,7 +75656,7 @@
75637
75656
  "immutable": true,
75638
75657
  "locationInModule": {
75639
75658
  "filename": "src/release/release.ts",
75640
- "line": 191
75659
+ "line": 192
75641
75660
  },
75642
75661
  "name": "releaseFailureIssueLabel",
75643
75662
  "optional": true,
@@ -75656,7 +75675,7 @@
75656
75675
  "immutable": true,
75657
75676
  "locationInModule": {
75658
75677
  "filename": "src/release/release.ts",
75659
- "line": 70
75678
+ "line": 71
75660
75679
  },
75661
75680
  "name": "releaseSchedule",
75662
75681
  "optional": true,
@@ -75675,7 +75694,7 @@
75675
75694
  "immutable": true,
75676
75695
  "locationInModule": {
75677
75696
  "filename": "src/release/release.ts",
75678
- "line": 205
75697
+ "line": 206
75679
75698
  },
75680
75699
  "name": "releaseTagPrefix",
75681
75700
  "optional": true,
@@ -75693,7 +75712,7 @@
75693
75712
  "immutable": true,
75694
75713
  "locationInModule": {
75695
75714
  "filename": "src/release/release.ts",
75696
- "line": 77
75715
+ "line": 78
75697
75716
  },
75698
75717
  "name": "releaseTrigger",
75699
75718
  "optional": true,
@@ -75711,7 +75730,7 @@
75711
75730
  "immutable": true,
75712
75731
  "locationInModule": {
75713
75732
  "filename": "src/release/release.ts",
75714
- "line": 260
75733
+ "line": 261
75715
75734
  },
75716
75735
  "name": "releaseWorkflowEnv",
75717
75736
  "optional": true,
@@ -75734,7 +75753,7 @@
75734
75753
  "immutable": true,
75735
75754
  "locationInModule": {
75736
75755
  "filename": "src/release/release.ts",
75737
- "line": 150
75756
+ "line": 151
75738
75757
  },
75739
75758
  "name": "releaseWorkflowName",
75740
75759
  "optional": true,
@@ -75751,7 +75770,7 @@
75751
75770
  "immutable": true,
75752
75771
  "locationInModule": {
75753
75772
  "filename": "src/release/release.ts",
75754
- "line": 83
75773
+ "line": 84
75755
75774
  },
75756
75775
  "name": "releaseWorkflowSetupSteps",
75757
75776
  "optional": true,
@@ -75775,7 +75794,7 @@
75775
75794
  "immutable": true,
75776
75795
  "locationInModule": {
75777
75796
  "filename": "src/release/release.ts",
75778
- "line": 213
75797
+ "line": 214
75779
75798
  },
75780
75799
  "name": "versionrcOptions",
75781
75800
  "optional": true,
@@ -75798,7 +75817,7 @@
75798
75817
  "immutable": true,
75799
75818
  "locationInModule": {
75800
75819
  "filename": "src/release/release.ts",
75801
- "line": 90
75820
+ "line": 91
75802
75821
  },
75803
75822
  "name": "workflowContainerImage",
75804
75823
  "optional": true,
@@ -75820,7 +75839,7 @@
75820
75839
  "immutable": true,
75821
75840
  "locationInModule": {
75822
75841
  "filename": "src/release/release.ts",
75823
- "line": 221
75842
+ "line": 222
75824
75843
  },
75825
75844
  "name": "workflowRunsOn",
75826
75845
  "optional": true,
@@ -75846,7 +75865,7 @@
75846
75865
  "immutable": true,
75847
75866
  "locationInModule": {
75848
75867
  "filename": "src/release/release.ts",
75849
- "line": 228
75868
+ "line": 229
75850
75869
  },
75851
75870
  "name": "workflowRunsOnGroup",
75852
75871
  "optional": true,
@@ -80356,6 +80375,6 @@
80356
80375
  "usedFeatures": [
80357
80376
  "class-covariant-overrides"
80358
80377
  ],
80359
- "version": "0.98.33",
80360
- "fingerprint": "7sR+PvrUJxXfa68WQs2JW3HMjLheslGN8ZIN3jCzTFA="
80378
+ "version": "0.99.0",
80379
+ "fingerprint": "YC+hXrUkVZK8o3qBcOGqfLxyFY/GFEMeVGWdgRiHKg8="
80361
80380
  }