projen 0.103.18 → 0.103.19

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 (163) hide show
  1. package/.jsii +235 -139
  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 +1 -1
  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 +3 -3
  13. package/lib/awscdk/cdk-tasks.js +1 -1
  14. package/lib/awscdk/integration-test.js +1 -1
  15. package/lib/awscdk/lambda-extension.js +1 -1
  16. package/lib/awscdk/lambda-function.js +2 -2
  17. package/lib/build/build-workflow.js +1 -1
  18. package/lib/cdk/auto-discover-base.js +2 -2
  19. package/lib/cdk/construct-lib.js +1 -1
  20. package/lib/cdk/integration-test-base.js +1 -1
  21. package/lib/cdk/jsii-build.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/cdktn/cdktn-app-ts.js +1 -1
  33. package/lib/cdktn/cdktn-config.js +1 -1
  34. package/lib/cdktn/cdktn-construct.js +1 -1
  35. package/lib/cdktn/cdktn-deps.js +1 -1
  36. package/lib/cdktn/cdktn-tasks.js +1 -1
  37. package/lib/circleci/circleci.js +1 -1
  38. package/lib/component.js +2 -2
  39. package/lib/dependencies.js +1 -1
  40. package/lib/dev-env.js +1 -1
  41. package/lib/docker-compose/docker-compose-service.js +1 -1
  42. package/lib/docker-compose/docker-compose.js +1 -1
  43. package/lib/file.js +1 -1
  44. package/lib/gitattributes.js +1 -1
  45. package/lib/github/actions-provider.js +1 -1
  46. package/lib/github/auto-approve.js +1 -1
  47. package/lib/github/auto-merge.js +1 -1
  48. package/lib/github/auto-queue.js +1 -1
  49. package/lib/github/dependabot.js +1 -1
  50. package/lib/github/dependency-review.js +1 -1
  51. package/lib/github/github-credentials.js +1 -1
  52. package/lib/github/github-project.js +1 -1
  53. package/lib/github/github.js +1 -1
  54. package/lib/github/merge-queue.js +1 -1
  55. package/lib/github/mergify.js +1 -1
  56. package/lib/github/pr-template.js +1 -1
  57. package/lib/github/pull-request-backport.js +1 -1
  58. package/lib/github/pull-request-lint.js +1 -1
  59. package/lib/github/stale.js +1 -1
  60. package/lib/github/task-workflow-job.js +1 -1
  61. package/lib/github/task-workflow.js +1 -1
  62. package/lib/github/workflow-actions.js +1 -1
  63. package/lib/github/workflow-jobs.js +1 -1
  64. package/lib/github/workflow-steps.js +1 -1
  65. package/lib/github/workflows.js +1 -1
  66. package/lib/gitlab/configuration.js +1 -1
  67. package/lib/gitlab/gitlab-configuration.js +1 -1
  68. package/lib/gitlab/nested-configuration.js +1 -1
  69. package/lib/gitpod.js +1 -1
  70. package/lib/ignore-file.js +1 -1
  71. package/lib/ini.js +1 -1
  72. package/lib/java/java-project.js +1 -1
  73. package/lib/java/junit.js +1 -1
  74. package/lib/java/maven-compile.js +1 -1
  75. package/lib/java/maven-packaging.js +1 -1
  76. package/lib/java/maven-sample.js +1 -1
  77. package/lib/java/pom.js +2 -2
  78. package/lib/java/projenrc.js +1 -1
  79. package/lib/javascript/biome/biome.js +1 -1
  80. package/lib/javascript/bundler.js +1 -1
  81. package/lib/javascript/eslint.js +1 -1
  82. package/lib/javascript/jest.js +4 -4
  83. package/lib/javascript/license-checker.js +1 -1
  84. package/lib/javascript/node-config-file.js +1 -1
  85. package/lib/javascript/node-package.js +1 -1
  86. package/lib/javascript/node-project.js +1 -1
  87. package/lib/javascript/npm-config.js +1 -1
  88. package/lib/javascript/pnpm-workspace-config.d.ts +34 -2
  89. package/lib/javascript/pnpm-workspace-config.js +22 -3
  90. package/lib/javascript/pnpm-workspace.js +1 -1
  91. package/lib/javascript/prettier.js +1 -1
  92. package/lib/javascript/projenrc.js +1 -1
  93. package/lib/javascript/typescript-config.js +2 -2
  94. package/lib/javascript/upgrade-dependencies.js +2 -2
  95. package/lib/javascript/yarnrc.js +1 -1
  96. package/lib/json-patch.js +1 -1
  97. package/lib/json.js +1 -1
  98. package/lib/license.js +1 -1
  99. package/lib/logger.js +1 -1
  100. package/lib/makefile.js +1 -1
  101. package/lib/object-file.js +1 -1
  102. package/lib/polaris/coverity-go.js +1 -1
  103. package/lib/polaris/coverity-java.js +1 -1
  104. package/lib/polaris/coverity-javascript.js +1 -1
  105. package/lib/polaris/coverity.js +1 -1
  106. package/lib/project-build.js +1 -1
  107. package/lib/project-tree.js +1 -1
  108. package/lib/project.js +1 -1
  109. package/lib/projects.js +1 -1
  110. package/lib/projenrc-json.js +1 -1
  111. package/lib/projenrc.js +1 -1
  112. package/lib/properties-file.js +1 -1
  113. package/lib/python/pip.js +1 -1
  114. package/lib/python/poetry.js +2 -2
  115. package/lib/python/projenrc.js +1 -1
  116. package/lib/python/pyproject-toml-file.js +1 -1
  117. package/lib/python/pytest-sample.js +1 -1
  118. package/lib/python/pytest.js +1 -1
  119. package/lib/python/python-project.js +1 -1
  120. package/lib/python/python-sample.js +1 -1
  121. package/lib/python/requirements-file.js +1 -1
  122. package/lib/python/setuppy.js +1 -1
  123. package/lib/python/setuptools.js +1 -1
  124. package/lib/python/uv-config.js +1 -1
  125. package/lib/python/uv.js +1 -1
  126. package/lib/python/venv.js +1 -1
  127. package/lib/readme.js +1 -1
  128. package/lib/release/publisher.js +1 -1
  129. package/lib/release/release-trigger.js +1 -1
  130. package/lib/release/release.js +1 -1
  131. package/lib/renovatebot.js +1 -1
  132. package/lib/run-task.cjs +1 -1
  133. package/lib/sample-file.js +2 -2
  134. package/lib/script-runner.js +1 -1
  135. package/lib/sonarqube/javascript.js +1 -1
  136. package/lib/sonarqube/rust.js +1 -1
  137. package/lib/sonarqube/sonarqube.js +1 -1
  138. package/lib/sonarqube/typescript.js +1 -1
  139. package/lib/source-code.js +1 -1
  140. package/lib/task-shell.js +1 -1
  141. package/lib/task.js +1 -1
  142. package/lib/tasks.js +1 -1
  143. package/lib/testing.js +1 -1
  144. package/lib/textfile.js +1 -1
  145. package/lib/toml.js +1 -1
  146. package/lib/typescript/projenrc-ts.js +1 -1
  147. package/lib/typescript/projenrc.js +1 -1
  148. package/lib/typescript/typescript-runner.js +1 -1
  149. package/lib/typescript/typescript-typedoc.js +1 -1
  150. package/lib/typescript/typescript.js +5 -5
  151. package/lib/version.js +2 -2
  152. package/lib/vscode/devcontainer.js +1 -1
  153. package/lib/vscode/extensions.js +1 -1
  154. package/lib/vscode/launch-config.js +1 -1
  155. package/lib/vscode/settings.js +1 -1
  156. package/lib/vscode/vscode.js +1 -1
  157. package/lib/web/next.js +3 -3
  158. package/lib/web/postcss.js +1 -1
  159. package/lib/web/react.js +3 -3
  160. package/lib/web/tailwind.js +1 -1
  161. package/lib/xmlfile.js +1 -1
  162. package/lib/yaml.js +1 -1
  163. package/package.json +1 -1
package/.jsii CHANGED
@@ -59771,7 +59771,7 @@
59771
59771
  "immutable": true,
59772
59772
  "locationInModule": {
59773
59773
  "filename": "src/javascript/pnpm-workspace-config.ts",
59774
- "line": 1099
59774
+ "line": 1108
59775
59775
  },
59776
59776
  "name": "allowBuilds",
59777
59777
  "optional": true,
@@ -59896,7 +59896,7 @@
59896
59896
  "immutable": true,
59897
59897
  "locationInModule": {
59898
59898
  "filename": "src/javascript/pnpm-workspace-config.ts",
59899
- "line": 1120
59899
+ "line": 1129
59900
59900
  },
59901
59901
  "name": "auditLevel",
59902
59902
  "optional": true,
@@ -59937,7 +59937,7 @@
59937
59937
  "immutable": true,
59938
59938
  "locationInModule": {
59939
59939
  "filename": "src/javascript/pnpm-workspace-config.ts",
59940
- "line": 1106
59940
+ "line": 1115
59941
59941
  },
59942
59942
  "name": "blockExoticSubdeps",
59943
59943
  "optional": true,
@@ -59977,7 +59977,7 @@
59977
59977
  "immutable": true,
59978
59978
  "locationInModule": {
59979
59979
  "filename": "src/javascript/pnpm-workspace-config.ts",
59980
- "line": 867
59980
+ "line": 876
59981
59981
  },
59982
59982
  "name": "cacheDir",
59983
59983
  "optional": true,
@@ -60154,7 +60154,7 @@
60154
60154
  "immutable": true,
60155
60155
  "locationInModule": {
60156
60156
  "filename": "src/javascript/pnpm-workspace-config.ts",
60157
- "line": 888
60157
+ "line": 897
60158
60158
  },
60159
60159
  "name": "ci",
60160
60160
  "optional": true,
@@ -60255,7 +60255,7 @@
60255
60255
  "immutable": true,
60256
60256
  "locationInModule": {
60257
60257
  "filename": "src/javascript/pnpm-workspace-config.ts",
60258
- "line": 937
60258
+ "line": 946
60259
60259
  },
60260
60260
  "name": "dedupeDirectDeps",
60261
60261
  "optional": true,
@@ -60275,7 +60275,7 @@
60275
60275
  "immutable": true,
60276
60276
  "locationInModule": {
60277
60277
  "filename": "src/javascript/pnpm-workspace-config.ts",
60278
- "line": 944
60278
+ "line": 953
60279
60279
  },
60280
60280
  "name": "dedupeInjectedDeps",
60281
60281
  "optional": true,
@@ -60315,7 +60315,7 @@
60315
60315
  "immutable": true,
60316
60316
  "locationInModule": {
60317
60317
  "filename": "src/javascript/pnpm-workspace-config.ts",
60318
- "line": 1127
60318
+ "line": 1136
60319
60319
  },
60320
60320
  "name": "dedupePeers",
60321
60321
  "optional": true,
@@ -60335,7 +60335,7 @@
60335
60335
  "immutable": true,
60336
60336
  "locationInModule": {
60337
60337
  "filename": "src/javascript/pnpm-workspace-config.ts",
60338
- "line": 930
60338
+ "line": 939
60339
60339
  },
60340
60340
  "name": "deployAllFiles",
60341
60341
  "optional": true,
@@ -60355,7 +60355,7 @@
60355
60355
  "immutable": true,
60356
60356
  "locationInModule": {
60357
60357
  "filename": "src/javascript/pnpm-workspace-config.ts",
60358
- "line": 797
60358
+ "line": 799
60359
60359
  },
60360
60360
  "name": "disallowWorkspaceCycles",
60361
60361
  "optional": true,
@@ -60396,7 +60396,7 @@
60396
60396
  "immutable": true,
60397
60397
  "locationInModule": {
60398
60398
  "filename": "src/javascript/pnpm-workspace-config.ts",
60399
- "line": 965
60399
+ "line": 974
60400
60400
  },
60401
60401
  "name": "embedReadme",
60402
60402
  "optional": true,
@@ -60456,7 +60456,7 @@
60456
60456
  "immutable": true,
60457
60457
  "locationInModule": {
60458
60458
  "filename": "src/javascript/pnpm-workspace-config.ts",
60459
- "line": 1021
60459
+ "line": 1030
60460
60460
  },
60461
60461
  "name": "enablePrePostScripts",
60462
60462
  "optional": true,
@@ -60515,7 +60515,7 @@
60515
60515
  "immutable": true,
60516
60516
  "locationInModule": {
60517
60517
  "filename": "src/javascript/pnpm-workspace-config.ts",
60518
- "line": 923
60518
+ "line": 932
60519
60519
  },
60520
60520
  "name": "extendNodePath",
60521
60521
  "optional": true,
@@ -60535,7 +60535,7 @@
60535
60535
  "immutable": true,
60536
60536
  "locationInModule": {
60537
60537
  "filename": "src/javascript/pnpm-workspace-config.ts",
60538
- "line": 811
60538
+ "line": 820
60539
60539
  },
60540
60540
  "name": "failIfNoMatch",
60541
60541
  "optional": true,
@@ -60698,7 +60698,7 @@
60698
60698
  "immutable": true,
60699
60699
  "locationInModule": {
60700
60700
  "filename": "src/javascript/pnpm-workspace-config.ts",
60701
- "line": 818
60701
+ "line": 827
60702
60702
  },
60703
60703
  "name": "forceLegacyDeploy",
60704
60704
  "optional": true,
@@ -60759,7 +60759,7 @@
60759
60759
  "immutable": true,
60760
60760
  "locationInModule": {
60761
60761
  "filename": "src/javascript/pnpm-workspace-config.ts",
60762
- "line": 958
60762
+ "line": 967
60763
60763
  },
60764
60764
  "name": "gitChecks",
60765
60765
  "optional": true,
@@ -60804,7 +60804,7 @@
60804
60804
  "immutable": true,
60805
60805
  "locationInModule": {
60806
60806
  "filename": "src/javascript/pnpm-workspace-config.ts",
60807
- "line": 846
60807
+ "line": 855
60808
60808
  },
60809
60809
  "name": "globalBinDir",
60810
60810
  "optional": true,
@@ -60824,7 +60824,7 @@
60824
60824
  "immutable": true,
60825
60825
  "locationInModule": {
60826
60826
  "filename": "src/javascript/pnpm-workspace-config.ts",
60827
- "line": 839
60827
+ "line": 848
60828
60828
  },
60829
60829
  "name": "globalDir",
60830
60830
  "optional": true,
@@ -60845,7 +60845,7 @@
60845
60845
  "immutable": true,
60846
60846
  "locationInModule": {
60847
60847
  "filename": "src/javascript/pnpm-workspace-config.ts",
60848
- "line": 1000
60848
+ "line": 1009
60849
60849
  },
60850
60850
  "name": "globalPnpmfile",
60851
60851
  "optional": true,
@@ -60866,7 +60866,7 @@
60866
60866
  "immutable": true,
60867
60867
  "locationInModule": {
60868
60868
  "filename": "src/javascript/pnpm-workspace-config.ts",
60869
- "line": 853
60869
+ "line": 862
60870
60870
  },
60871
60871
  "name": "globalShims",
60872
60872
  "optional": true,
@@ -60907,7 +60907,7 @@
60907
60907
  "immutable": true,
60908
60908
  "locationInModule": {
60909
60909
  "filename": "src/javascript/pnpm-workspace-config.ts",
60910
- "line": 1197
60910
+ "line": 1206
60911
60911
  },
60912
60912
  "name": "hoistingLimits",
60913
60913
  "optional": true,
@@ -61015,7 +61015,7 @@
61015
61015
  "immutable": true,
61016
61016
  "locationInModule": {
61017
61017
  "filename": "src/javascript/pnpm-workspace-config.ts",
61018
- "line": 902
61018
+ "line": 911
61019
61019
  },
61020
61020
  "name": "ignoreCompatibilityDb",
61021
61021
  "optional": true,
@@ -61128,7 +61128,7 @@
61128
61128
  "immutable": true,
61129
61129
  "locationInModule": {
61130
61130
  "filename": "src/javascript/pnpm-workspace-config.ts",
61131
- "line": 1007
61131
+ "line": 1016
61132
61132
  },
61133
61133
  "name": "ignorePnpmfile",
61134
61134
  "optional": true,
@@ -61168,7 +61168,7 @@
61168
61168
  "immutable": true,
61169
61169
  "locationInModule": {
61170
61170
  "filename": "src/javascript/pnpm-workspace-config.ts",
61171
- "line": 783
61171
+ "line": 785
61172
61172
  },
61173
61173
  "name": "ignoreWorkspaceCycles",
61174
61174
  "optional": true,
@@ -61188,7 +61188,7 @@
61188
61188
  "immutable": true,
61189
61189
  "locationInModule": {
61190
61190
  "filename": "src/javascript/pnpm-workspace-config.ts",
61191
- "line": 790
61191
+ "line": 792
61192
61192
  },
61193
61193
  "name": "ignoreWorkspaceRootCheck",
61194
61194
  "optional": true,
@@ -61208,7 +61208,7 @@
61208
61208
  "immutable": true,
61209
61209
  "locationInModule": {
61210
61210
  "filename": "src/javascript/pnpm-workspace-config.ts",
61211
- "line": 776
61211
+ "line": 778
61212
61212
  },
61213
61213
  "name": "includeWorkspaceRoot",
61214
61214
  "optional": true,
@@ -61228,7 +61228,7 @@
61228
61228
  "immutable": true,
61229
61229
  "locationInModule": {
61230
61230
  "filename": "src/javascript/pnpm-workspace-config.ts",
61231
- "line": 741
61231
+ "line": 743
61232
61232
  },
61233
61233
  "name": "injectWorkspacePackages",
61234
61234
  "optional": true,
@@ -61268,7 +61268,7 @@
61268
61268
  "immutable": true,
61269
61269
  "locationInModule": {
61270
61270
  "filename": "src/javascript/pnpm-workspace-config.ts",
61271
- "line": 734
61271
+ "line": 736
61272
61272
  },
61273
61273
  "name": "linkWorkspacePackages",
61274
61274
  "optional": true,
@@ -61434,7 +61434,7 @@
61434
61434
  "immutable": true,
61435
61435
  "locationInModule": {
61436
61436
  "filename": "src/javascript/pnpm-workspace-config.ts",
61437
- "line": 1049
61437
+ "line": 1058
61438
61438
  },
61439
61439
  "name": "minimumReleaseAge",
61440
61440
  "optional": true,
@@ -61455,7 +61455,7 @@
61455
61455
  "immutable": true,
61456
61456
  "locationInModule": {
61457
61457
  "filename": "src/javascript/pnpm-workspace-config.ts",
61458
- "line": 1056
61458
+ "line": 1065
61459
61459
  },
61460
61460
  "name": "minimumReleaseAgeExclude",
61461
61461
  "optional": true,
@@ -61480,7 +61480,7 @@
61480
61480
  "immutable": true,
61481
61481
  "locationInModule": {
61482
61482
  "filename": "src/javascript/pnpm-workspace-config.ts",
61483
- "line": 1071
61483
+ "line": 1080
61484
61484
  },
61485
61485
  "name": "minimumReleaseAgeExcludePrune",
61486
61486
  "optional": true,
@@ -61501,7 +61501,7 @@
61501
61501
  "immutable": true,
61502
61502
  "locationInModule": {
61503
61503
  "filename": "src/javascript/pnpm-workspace-config.ts",
61504
- "line": 1141
61504
+ "line": 1150
61505
61505
  },
61506
61506
  "name": "minimumReleaseAgeIgnoreMissingTime",
61507
61507
  "optional": true,
@@ -61522,7 +61522,7 @@
61522
61522
  "immutable": true,
61523
61523
  "locationInModule": {
61524
61524
  "filename": "src/javascript/pnpm-workspace-config.ts",
61525
- "line": 1064
61525
+ "line": 1073
61526
61526
  },
61527
61527
  "name": "minimumReleaseAgeStrict",
61528
61528
  "optional": true,
@@ -61582,7 +61582,7 @@
61582
61582
  "immutable": true,
61583
61583
  "locationInModule": {
61584
61584
  "filename": "src/javascript/pnpm-workspace-config.ts",
61585
- "line": 1155
61585
+ "line": 1164
61586
61586
  },
61587
61587
  "name": "namedRegistries",
61588
61588
  "optional": true,
@@ -61652,7 +61652,7 @@
61652
61652
  "immutable": true,
61653
61653
  "locationInModule": {
61654
61654
  "filename": "src/javascript/pnpm-workspace-config.ts",
61655
- "line": 1183
61655
+ "line": 1192
61656
61656
  },
61657
61657
  "name": "nodeDownloadMirrors",
61658
61658
  "optional": true,
@@ -61717,7 +61717,7 @@
61717
61717
  "immutable": true,
61718
61718
  "locationInModule": {
61719
61719
  "filename": "src/javascript/pnpm-workspace-config.ts",
61720
- "line": 699
61720
+ "line": 701
61721
61721
  },
61722
61722
  "name": "nodeOptions",
61723
61723
  "optional": true,
@@ -61757,7 +61757,7 @@
61757
61757
  "immutable": true,
61758
61758
  "locationInModule": {
61759
61759
  "filename": "src/javascript/pnpm-workspace-config.ts",
61760
- "line": 727
61760
+ "line": 729
61761
61761
  },
61762
61762
  "name": "nodeVersion",
61763
61763
  "optional": true,
@@ -61818,7 +61818,7 @@
61818
61818
  "immutable": true,
61819
61819
  "locationInModule": {
61820
61820
  "filename": "src/javascript/pnpm-workspace-config.ts",
61821
- "line": 1134
61821
+ "line": 1143
61822
61822
  },
61823
61823
  "name": "npmrcAuthFile",
61824
61824
  "optional": true,
@@ -61884,7 +61884,7 @@
61884
61884
  "immutable": true,
61885
61885
  "locationInModule": {
61886
61886
  "filename": "src/javascript/pnpm-workspace-config.ts",
61887
- "line": 951
61887
+ "line": 960
61888
61888
  },
61889
61889
  "name": "optimisticRepeatInstall",
61890
61890
  "optional": true,
@@ -62075,7 +62075,7 @@
62075
62075
  "immutable": true,
62076
62076
  "locationInModule": {
62077
62077
  "filename": "src/javascript/pnpm-workspace-config.ts",
62078
- "line": 1014
62078
+ "line": 1023
62079
62079
  },
62080
62080
  "name": "patchesDir",
62081
62081
  "optional": true,
@@ -62135,7 +62135,7 @@
62135
62135
  "immutable": true,
62136
62136
  "locationInModule": {
62137
62137
  "filename": "src/javascript/pnpm-workspace-config.ts",
62138
- "line": 1169
62138
+ "line": 1178
62139
62139
  },
62140
62140
  "name": "pmOnFail",
62141
62141
  "optional": true,
@@ -62155,7 +62155,7 @@
62155
62155
  "immutable": true,
62156
62156
  "locationInModule": {
62157
62157
  "filename": "src/javascript/pnpm-workspace-config.ts",
62158
- "line": 993
62158
+ "line": 1002
62159
62159
  },
62160
62160
  "name": "pnpmfile",
62161
62161
  "optional": true,
@@ -62196,7 +62196,7 @@
62196
62196
  "immutable": true,
62197
62197
  "locationInModule": {
62198
62198
  "filename": "src/javascript/pnpm-workspace-config.ts",
62199
- "line": 1078
62199
+ "line": 1087
62200
62200
  },
62201
62201
  "name": "preferOffline",
62202
62202
  "optional": true,
@@ -62216,7 +62216,7 @@
62216
62216
  "immutable": true,
62217
62217
  "locationInModule": {
62218
62218
  "filename": "src/javascript/pnpm-workspace-config.ts",
62219
- "line": 895
62219
+ "line": 904
62220
62220
  },
62221
62221
  "name": "preferSymlinkedExecutables",
62222
62222
  "optional": true,
@@ -62236,7 +62236,7 @@
62236
62236
  "immutable": true,
62237
62237
  "locationInModule": {
62238
62238
  "filename": "src/javascript/pnpm-workspace-config.ts",
62239
- "line": 755
62239
+ "line": 757
62240
62240
  },
62241
62241
  "name": "preferWorkspacePackages",
62242
62242
  "optional": true,
@@ -62256,7 +62256,7 @@
62256
62256
  "immutable": true,
62257
62257
  "locationInModule": {
62258
62258
  "filename": "src/javascript/pnpm-workspace-config.ts",
62259
- "line": 986
62259
+ "line": 995
62260
62260
  },
62261
62261
  "name": "provenance",
62262
62262
  "optional": true,
@@ -62322,7 +62322,7 @@
62322
62322
  "immutable": true,
62323
62323
  "locationInModule": {
62324
62324
  "filename": "src/javascript/pnpm-workspace-config.ts",
62325
- "line": 972
62325
+ "line": 981
62326
62326
  },
62327
62327
  "name": "publishBranch",
62328
62328
  "optional": true,
@@ -62362,7 +62362,7 @@
62362
62362
  "immutable": true,
62363
62363
  "locationInModule": {
62364
62364
  "filename": "src/javascript/pnpm-workspace-config.ts",
62365
- "line": 1148
62365
+ "line": 1157
62366
62366
  },
62367
62367
  "name": "registries",
62368
62368
  "optional": true,
@@ -62407,7 +62407,7 @@
62407
62407
  "immutable": true,
62408
62408
  "locationInModule": {
62409
62409
  "filename": "src/javascript/pnpm-workspace-config.ts",
62410
- "line": 916
62410
+ "line": 925
62411
62411
  },
62412
62412
  "name": "registrySupportsTimeField",
62413
62413
  "optional": true,
@@ -62473,7 +62473,7 @@
62473
62473
  "immutable": true,
62474
62474
  "locationInModule": {
62475
62475
  "filename": "src/javascript/pnpm-workspace-config.ts",
62476
- "line": 909
62476
+ "line": 918
62477
62477
  },
62478
62478
  "name": "resolutionMode",
62479
62479
  "optional": true,
@@ -62513,7 +62513,7 @@
62513
62513
  "immutable": true,
62514
62514
  "locationInModule": {
62515
62515
  "filename": "src/javascript/pnpm-workspace-config.ts",
62516
- "line": 1176
62516
+ "line": 1185
62517
62517
  },
62518
62518
  "name": "runtimeOnFail",
62519
62519
  "optional": true,
@@ -62533,7 +62533,7 @@
62533
62533
  "immutable": true,
62534
62534
  "locationInModule": {
62535
62535
  "filename": "src/javascript/pnpm-workspace-config.ts",
62536
- "line": 1042
62536
+ "line": 1051
62537
62537
  },
62538
62538
  "name": "saveExact",
62539
62539
  "optional": true,
@@ -62553,7 +62553,7 @@
62553
62553
  "immutable": true,
62554
62554
  "locationInModule": {
62555
62555
  "filename": "src/javascript/pnpm-workspace-config.ts",
62556
- "line": 825
62556
+ "line": 834
62557
62557
  },
62558
62558
  "name": "savePrefix",
62559
62559
  "optional": true,
@@ -62573,7 +62573,7 @@
62573
62573
  "immutable": true,
62574
62574
  "locationInModule": {
62575
62575
  "filename": "src/javascript/pnpm-workspace-config.ts",
62576
- "line": 769
62576
+ "line": 771
62577
62577
  },
62578
62578
  "name": "saveWorkspaceProtocol",
62579
62579
  "optional": true,
@@ -62593,7 +62593,7 @@
62593
62593
  "immutable": true,
62594
62594
  "locationInModule": {
62595
62595
  "filename": "src/javascript/pnpm-workspace-config.ts",
62596
- "line": 1028
62596
+ "line": 1037
62597
62597
  },
62598
62598
  "name": "scriptShell",
62599
62599
  "optional": true,
@@ -62633,7 +62633,7 @@
62633
62633
  "immutable": true,
62634
62634
  "locationInModule": {
62635
62635
  "filename": "src/javascript/pnpm-workspace-config.ts",
62636
- "line": 762
62636
+ "line": 764
62637
62637
  },
62638
62638
  "name": "sharedWorkspaceLockfile",
62639
62639
  "optional": true,
@@ -62653,7 +62653,7 @@
62653
62653
  "immutable": true,
62654
62654
  "locationInModule": {
62655
62655
  "filename": "src/javascript/pnpm-workspace-config.ts",
62656
- "line": 1035
62656
+ "line": 1044
62657
62657
  },
62658
62658
  "name": "shellEmulator",
62659
62659
  "optional": true,
@@ -62667,18 +62667,19 @@
62667
62667
  "custom": {
62668
62668
  "schema": "PnpmWorkspaceYamlSchema#sideEffectsCache"
62669
62669
  },
62670
+ "remarks": "When a pre/post install script modify the contents of a package (e.g. build output), pnpm saves the modified package in the global store. On future installs on the same machine, pnpm reuses this cached, prebuilt version.\nAn object is the canonical way to declare the remote tier; `sideEffectsCache: true` is the shorthand for reading and writing.",
62670
62671
  "stability": "experimental",
62671
62672
  "summary": "Use and cache the results of (pre/post)install hooks."
62672
62673
  },
62673
62674
  "immutable": true,
62674
62675
  "locationInModule": {
62675
62676
  "filename": "src/javascript/pnpm-workspace-config.ts",
62676
- "line": 678
62677
+ "line": 680
62677
62678
  },
62678
62679
  "name": "sideEffectsCache",
62679
62680
  "optional": true,
62680
62681
  "type": {
62681
- "primitive": "boolean"
62682
+ "primitive": "any"
62682
62683
  }
62683
62684
  },
62684
62685
  {
@@ -62687,13 +62688,14 @@
62687
62688
  "custom": {
62688
62689
  "schema": "PnpmWorkspaceYamlSchema#sideEffectsCacheReadonly"
62689
62690
  },
62691
+ "remarks": "The older spelling of sideEffectsCache: { read: true, write: false }.",
62690
62692
  "stability": "experimental",
62691
62693
  "summary": "Only use the side effects cache if present, do not create it for new packages."
62692
62694
  },
62693
62695
  "immutable": true,
62694
62696
  "locationInModule": {
62695
62697
  "filename": "src/javascript/pnpm-workspace-config.ts",
62696
- "line": 685
62698
+ "line": 687
62697
62699
  },
62698
62700
  "name": "sideEffectsCacheReadonly",
62699
62701
  "optional": true,
@@ -62713,7 +62715,7 @@
62713
62715
  "immutable": true,
62714
62716
  "locationInModule": {
62715
62717
  "filename": "src/javascript/pnpm-workspace-config.ts",
62716
- "line": 860
62718
+ "line": 869
62717
62719
  },
62718
62720
  "name": "stateDir",
62719
62721
  "optional": true,
@@ -62753,7 +62755,7 @@
62753
62755
  "immutable": true,
62754
62756
  "locationInModule": {
62755
62757
  "filename": "src/javascript/pnpm-workspace-config.ts",
62756
- "line": 713
62758
+ "line": 715
62757
62759
  },
62758
62760
  "name": "strictDepBuilds",
62759
62761
  "optional": true,
@@ -62874,7 +62876,7 @@
62874
62876
  "immutable": true,
62875
62877
  "locationInModule": {
62876
62878
  "filename": "src/javascript/pnpm-workspace-config.ts",
62877
- "line": 748
62879
+ "line": 750
62878
62880
  },
62879
62881
  "name": "syncInjectedDepsAfterScripts",
62880
62882
  "optional": true,
@@ -62899,7 +62901,7 @@
62899
62901
  "immutable": true,
62900
62902
  "locationInModule": {
62901
62903
  "filename": "src/javascript/pnpm-workspace-config.ts",
62902
- "line": 832
62904
+ "line": 841
62903
62905
  },
62904
62906
  "name": "tag",
62905
62907
  "optional": true,
@@ -62907,6 +62909,32 @@
62907
62909
  "primitive": "string"
62908
62910
  }
62909
62911
  },
62912
+ {
62913
+ "abstract": true,
62914
+ "docs": {
62915
+ "custom": {
62916
+ "schema": "PnpmWorkspaceYamlSchema#tasks"
62917
+ },
62918
+ "remarks": "A task is a script in one workspace project; it becomes ready after every task it depends on completes successfully. A task with no entry under tasks defaults to depending on the same task in its workspace dependencies, but once a task has an entry, an omitted dependsOn is the same as `dependsOn: []`.",
62919
+ "stability": "experimental",
62920
+ "summary": "Configure dependency relationships and per-task concurrency limits for recursive runs (`pnpm -r run <script>`)."
62921
+ },
62922
+ "immutable": true,
62923
+ "locationInModule": {
62924
+ "filename": "src/javascript/pnpm-workspace-config.ts",
62925
+ "line": 813
62926
+ },
62927
+ "name": "tasks",
62928
+ "optional": true,
62929
+ "type": {
62930
+ "collection": {
62931
+ "elementtype": {
62932
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaTasks"
62933
+ },
62934
+ "kind": "map"
62935
+ }
62936
+ }
62937
+ },
62910
62938
  {
62911
62939
  "abstract": true,
62912
62940
  "docs": {
@@ -62920,7 +62948,7 @@
62920
62948
  "immutable": true,
62921
62949
  "locationInModule": {
62922
62950
  "filename": "src/javascript/pnpm-workspace-config.ts",
62923
- "line": 1190
62951
+ "line": 1199
62924
62952
  },
62925
62953
  "name": "trustLockfile",
62926
62954
  "optional": true,
@@ -62941,7 +62969,7 @@
62941
62969
  "immutable": true,
62942
62970
  "locationInModule": {
62943
62971
  "filename": "src/javascript/pnpm-workspace-config.ts",
62944
- "line": 1085
62972
+ "line": 1094
62945
62973
  },
62946
62974
  "name": "trustPolicy",
62947
62975
  "optional": true,
@@ -62961,7 +62989,7 @@
62961
62989
  "immutable": true,
62962
62990
  "locationInModule": {
62963
62991
  "filename": "src/javascript/pnpm-workspace-config.ts",
62964
- "line": 1092
62992
+ "line": 1101
62965
62993
  },
62966
62994
  "name": "trustPolicyExclude",
62967
62995
  "optional": true,
@@ -62987,7 +63015,7 @@
62987
63015
  "immutable": true,
62988
63016
  "locationInModule": {
62989
63017
  "filename": "src/javascript/pnpm-workspace-config.ts",
62990
- "line": 1113
63018
+ "line": 1122
62991
63019
  },
62992
63020
  "name": "trustPolicyIgnoreAfter",
62993
63021
  "optional": true,
@@ -63008,7 +63036,7 @@
63008
63036
  "immutable": true,
63009
63037
  "locationInModule": {
63010
63038
  "filename": "src/javascript/pnpm-workspace-config.ts",
63011
- "line": 692
63039
+ "line": 694
63012
63040
  },
63013
63041
  "name": "unsafePerm",
63014
63042
  "optional": true,
@@ -63066,7 +63094,7 @@
63066
63094
  "immutable": true,
63067
63095
  "locationInModule": {
63068
63096
  "filename": "src/javascript/pnpm-workspace-config.ts",
63069
- "line": 881
63097
+ "line": 890
63070
63098
  },
63071
63099
  "name": "updateNotifier",
63072
63100
  "optional": true,
@@ -63106,7 +63134,7 @@
63106
63134
  "immutable": true,
63107
63135
  "locationInModule": {
63108
63136
  "filename": "src/javascript/pnpm-workspace-config.ts",
63109
- "line": 720
63137
+ "line": 722
63110
63138
  },
63111
63139
  "name": "useNodeVersion",
63112
63140
  "optional": true,
@@ -63147,7 +63175,7 @@
63147
63175
  "immutable": true,
63148
63176
  "locationInModule": {
63149
63177
  "filename": "src/javascript/pnpm-workspace-config.ts",
63150
- "line": 874
63178
+ "line": 883
63151
63179
  },
63152
63180
  "name": "useStderr",
63153
63181
  "optional": true,
@@ -63167,7 +63195,7 @@
63167
63195
  "immutable": true,
63168
63196
  "locationInModule": {
63169
63197
  "filename": "src/javascript/pnpm-workspace-config.ts",
63170
- "line": 706
63198
+ "line": 708
63171
63199
  },
63172
63200
  "name": "verifyDepsBeforeRun",
63173
63201
  "optional": true,
@@ -63207,7 +63235,7 @@
63207
63235
  "immutable": true,
63208
63236
  "locationInModule": {
63209
63237
  "filename": "src/javascript/pnpm-workspace-config.ts",
63210
- "line": 979
63238
+ "line": 988
63211
63239
  },
63212
63240
  "name": "versioning",
63213
63241
  "optional": true,
@@ -63268,7 +63296,7 @@
63268
63296
  "immutable": true,
63269
63297
  "locationInModule": {
63270
63298
  "filename": "src/javascript/pnpm-workspace-config.ts",
63271
- "line": 1162
63299
+ "line": 1171
63272
63300
  },
63273
63301
  "name": "virtualStoreOnly",
63274
63302
  "optional": true,
@@ -63310,7 +63338,7 @@
63310
63338
  "immutable": true,
63311
63339
  "locationInModule": {
63312
63340
  "filename": "src/javascript/pnpm-workspace-config.ts",
63313
- "line": 804
63341
+ "line": 806
63314
63342
  },
63315
63343
  "name": "workspaceConcurrency",
63316
63344
  "optional": true,
@@ -63334,7 +63362,7 @@
63334
63362
  "kind": "interface",
63335
63363
  "locationInModule": {
63336
63364
  "filename": "src/javascript/pnpm-workspace-config.ts",
63337
- "line": 1523
63365
+ "line": 1533
63338
63366
  },
63339
63367
  "name": "PnpmWorkspaceYamlSchemaAudit",
63340
63368
  "namespace": "javascript",
@@ -63351,7 +63379,7 @@
63351
63379
  "immutable": true,
63352
63380
  "locationInModule": {
63353
63381
  "filename": "src/javascript/pnpm-workspace-config.ts",
63354
- "line": 1536
63382
+ "line": 1546
63355
63383
  },
63356
63384
  "name": "ignore",
63357
63385
  "optional": true,
@@ -63376,7 +63404,7 @@
63376
63404
  "immutable": true,
63377
63405
  "locationInModule": {
63378
63406
  "filename": "src/javascript/pnpm-workspace-config.ts",
63379
- "line": 1543
63407
+ "line": 1553
63380
63408
  },
63381
63409
  "name": "ignorePrune",
63382
63410
  "optional": true,
@@ -63396,7 +63424,7 @@
63396
63424
  "immutable": true,
63397
63425
  "locationInModule": {
63398
63426
  "filename": "src/javascript/pnpm-workspace-config.ts",
63399
- "line": 1529
63427
+ "line": 1539
63400
63428
  },
63401
63429
  "name": "level",
63402
63430
  "optional": true,
@@ -63420,7 +63448,7 @@
63420
63448
  "kind": "interface",
63421
63449
  "locationInModule": {
63422
63450
  "filename": "src/javascript/pnpm-workspace-config.ts",
63423
- "line": 1566
63451
+ "line": 1576
63424
63452
  },
63425
63453
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
63426
63454
  "namespace": "javascript",
@@ -63437,7 +63465,7 @@
63437
63465
  "immutable": true,
63438
63466
  "locationInModule": {
63439
63467
  "filename": "src/javascript/pnpm-workspace-config.ts",
63440
- "line": 1572
63468
+ "line": 1582
63441
63469
  },
63442
63470
  "name": "ignoreCves",
63443
63471
  "optional": true,
@@ -63462,7 +63490,7 @@
63462
63490
  "immutable": true,
63463
63491
  "locationInModule": {
63464
63492
  "filename": "src/javascript/pnpm-workspace-config.ts",
63465
- "line": 1579
63493
+ "line": 1589
63466
63494
  },
63467
63495
  "name": "ignoreGhsas",
63468
63496
  "optional": true,
@@ -63491,7 +63519,7 @@
63491
63519
  "kind": "enum",
63492
63520
  "locationInModule": {
63493
63521
  "filename": "src/javascript/pnpm-workspace-config.ts",
63494
- "line": 1913
63522
+ "line": 1958
63495
63523
  },
63496
63524
  "members": [
63497
63525
  {
@@ -63540,7 +63568,7 @@
63540
63568
  "kind": "enum",
63541
63569
  "locationInModule": {
63542
63570
  "filename": "src/javascript/pnpm-workspace-config.ts",
63543
- "line": 1390
63571
+ "line": 1400
63544
63572
  },
63545
63573
  "members": [
63546
63574
  {
@@ -63582,7 +63610,7 @@
63582
63610
  "kind": "enum",
63583
63611
  "locationInModule": {
63584
63612
  "filename": "src/javascript/pnpm-workspace-config.ts",
63585
- "line": 1725
63613
+ "line": 1735
63586
63614
  },
63587
63615
  "members": [
63588
63616
  {
@@ -63624,7 +63652,7 @@
63624
63652
  "kind": "interface",
63625
63653
  "locationInModule": {
63626
63654
  "filename": "src/javascript/pnpm-workspace-config.ts",
63627
- "line": 1640
63655
+ "line": 1650
63628
63656
  },
63629
63657
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
63630
63658
  "namespace": "javascript",
@@ -63641,7 +63669,7 @@
63641
63669
  "immutable": true,
63642
63670
  "locationInModule": {
63643
63671
  "filename": "src/javascript/pnpm-workspace-config.ts",
63644
- "line": 1646
63672
+ "line": 1656
63645
63673
  },
63646
63674
  "name": "nodeVersion",
63647
63675
  "optional": true,
@@ -63666,7 +63694,7 @@
63666
63694
  "kind": "enum",
63667
63695
  "locationInModule": {
63668
63696
  "filename": "src/javascript/pnpm-workspace-config.ts",
63669
- "line": 1961
63697
+ "line": 2006
63670
63698
  },
63671
63699
  "members": [
63672
63700
  {
@@ -63708,7 +63736,7 @@
63708
63736
  "kind": "class",
63709
63737
  "locationInModule": {
63710
63738
  "filename": "src/javascript/pnpm-workspace-config.ts",
63711
- "line": 1772
63739
+ "line": 1782
63712
63740
  },
63713
63741
  "methods": [
63714
63742
  {
@@ -63717,7 +63745,7 @@
63717
63745
  },
63718
63746
  "locationInModule": {
63719
63747
  "filename": "src/javascript/pnpm-workspace-config.ts",
63720
- "line": 1773
63748
+ "line": 1783
63721
63749
  },
63722
63750
  "name": "fromBoolean",
63723
63751
  "parameters": [
@@ -63741,7 +63769,7 @@
63741
63769
  },
63742
63770
  "locationInModule": {
63743
63771
  "filename": "src/javascript/pnpm-workspace-config.ts",
63744
- "line": 1776
63772
+ "line": 1786
63745
63773
  },
63746
63774
  "name": "fromString",
63747
63775
  "parameters": [
@@ -63770,7 +63798,7 @@
63770
63798
  "immutable": true,
63771
63799
  "locationInModule": {
63772
63800
  "filename": "src/javascript/pnpm-workspace-config.ts",
63773
- "line": 1779
63801
+ "line": 1789
63774
63802
  },
63775
63803
  "name": "value",
63776
63804
  "type": {
@@ -63802,7 +63830,7 @@
63802
63830
  "kind": "enum",
63803
63831
  "locationInModule": {
63804
63832
  "filename": "src/javascript/pnpm-workspace-config.ts",
63805
- "line": 1739
63833
+ "line": 1749
63806
63834
  },
63807
63835
  "members": [
63808
63836
  {
@@ -63851,7 +63879,7 @@
63851
63879
  "kind": "enum",
63852
63880
  "locationInModule": {
63853
63881
  "filename": "src/javascript/pnpm-workspace-config.ts",
63854
- "line": 1669
63882
+ "line": 1679
63855
63883
  },
63856
63884
  "members": [
63857
63885
  {
@@ -63893,7 +63921,7 @@
63893
63921
  "kind": "enum",
63894
63922
  "locationInModule": {
63895
63923
  "filename": "src/javascript/pnpm-workspace-config.ts",
63896
- "line": 1683
63924
+ "line": 1693
63897
63925
  },
63898
63926
  "members": [
63899
63927
  {
@@ -63928,7 +63956,7 @@
63928
63956
  "kind": "enum",
63929
63957
  "locationInModule": {
63930
63958
  "filename": "src/javascript/pnpm-workspace-config.ts",
63931
- "line": 1707
63959
+ "line": 1717
63932
63960
  },
63933
63961
  "members": [
63934
63962
  {
@@ -63984,7 +64012,7 @@
63984
64012
  "kind": "interface",
63985
64013
  "locationInModule": {
63986
64014
  "filename": "src/javascript/pnpm-workspace-config.ts",
63987
- "line": 1402
64015
+ "line": 1412
63988
64016
  },
63989
64017
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
63990
64018
  "namespace": "javascript",
@@ -64001,7 +64029,7 @@
64001
64029
  "immutable": true,
64002
64030
  "locationInModule": {
64003
64031
  "filename": "src/javascript/pnpm-workspace-config.ts",
64004
- "line": 1422
64032
+ "line": 1432
64005
64033
  },
64006
64034
  "name": "allowAny",
64007
64035
  "optional": true,
@@ -64026,7 +64054,7 @@
64026
64054
  "immutable": true,
64027
64055
  "locationInModule": {
64028
64056
  "filename": "src/javascript/pnpm-workspace-config.ts",
64029
- "line": 1415
64057
+ "line": 1425
64030
64058
  },
64031
64059
  "name": "allowedVersions",
64032
64060
  "optional": true,
@@ -64046,7 +64074,7 @@
64046
64074
  "immutable": true,
64047
64075
  "locationInModule": {
64048
64076
  "filename": "src/javascript/pnpm-workspace-config.ts",
64049
- "line": 1408
64077
+ "line": 1418
64050
64078
  },
64051
64079
  "name": "ignoreMissing",
64052
64080
  "optional": true,
@@ -64075,7 +64103,7 @@
64075
64103
  "kind": "enum",
64076
64104
  "locationInModule": {
64077
64105
  "filename": "src/javascript/pnpm-workspace-config.ts",
64078
- "line": 1929
64106
+ "line": 1974
64079
64107
  },
64080
64108
  "members": [
64081
64109
  {
@@ -64125,7 +64153,7 @@
64125
64153
  "kind": "enum",
64126
64154
  "locationInModule": {
64127
64155
  "filename": "src/javascript/pnpm-workspace-config.ts",
64128
- "line": 1756
64156
+ "line": 1766
64129
64157
  },
64130
64158
  "members": [
64131
64159
  {
@@ -64174,7 +64202,7 @@
64174
64202
  "kind": "enum",
64175
64203
  "locationInModule": {
64176
64204
  "filename": "src/javascript/pnpm-workspace-config.ts",
64177
- "line": 1818
64205
+ "line": 1863
64178
64206
  },
64179
64207
  "members": [
64180
64208
  {
@@ -64216,7 +64244,7 @@
64216
64244
  "kind": "enum",
64217
64245
  "locationInModule": {
64218
64246
  "filename": "src/javascript/pnpm-workspace-config.ts",
64219
- "line": 1945
64247
+ "line": 1990
64220
64248
  },
64221
64249
  "members": [
64222
64250
  {
@@ -64265,7 +64293,7 @@
64265
64293
  "kind": "enum",
64266
64294
  "locationInModule": {
64267
64295
  "filename": "src/javascript/pnpm-workspace-config.ts",
64268
- "line": 1804
64296
+ "line": 1849
64269
64297
  },
64270
64298
  "members": [
64271
64299
  {
@@ -64307,7 +64335,7 @@
64307
64335
  "kind": "class",
64308
64336
  "locationInModule": {
64309
64337
  "filename": "src/javascript/pnpm-workspace-config.ts",
64310
- "line": 1788
64338
+ "line": 1798
64311
64339
  },
64312
64340
  "methods": [
64313
64341
  {
@@ -64316,7 +64344,7 @@
64316
64344
  },
64317
64345
  "locationInModule": {
64318
64346
  "filename": "src/javascript/pnpm-workspace-config.ts",
64319
- "line": 1789
64347
+ "line": 1799
64320
64348
  },
64321
64349
  "name": "fromBoolean",
64322
64350
  "parameters": [
@@ -64340,7 +64368,7 @@
64340
64368
  },
64341
64369
  "locationInModule": {
64342
64370
  "filename": "src/javascript/pnpm-workspace-config.ts",
64343
- "line": 1792
64371
+ "line": 1802
64344
64372
  },
64345
64373
  "name": "fromString",
64346
64374
  "parameters": [
@@ -64369,7 +64397,7 @@
64369
64397
  "immutable": true,
64370
64398
  "locationInModule": {
64371
64399
  "filename": "src/javascript/pnpm-workspace-config.ts",
64372
- "line": 1795
64400
+ "line": 1805
64373
64401
  },
64374
64402
  "name": "value",
64375
64403
  "type": {
@@ -64402,7 +64430,7 @@
64402
64430
  "kind": "interface",
64403
64431
  "locationInModule": {
64404
64432
  "filename": "src/javascript/pnpm-workspace-config.ts",
64405
- "line": 1603
64433
+ "line": 1613
64406
64434
  },
64407
64435
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
64408
64436
  "namespace": "javascript",
@@ -64418,7 +64446,7 @@
64418
64446
  "immutable": true,
64419
64447
  "locationInModule": {
64420
64448
  "filename": "src/javascript/pnpm-workspace-config.ts",
64421
- "line": 1612
64449
+ "line": 1622
64422
64450
  },
64423
64451
  "name": "cpu",
64424
64452
  "optional": true,
@@ -64442,7 +64470,7 @@
64442
64470
  "immutable": true,
64443
64471
  "locationInModule": {
64444
64472
  "filename": "src/javascript/pnpm-workspace-config.ts",
64445
- "line": 1617
64473
+ "line": 1627
64446
64474
  },
64447
64475
  "name": "libc",
64448
64476
  "optional": true,
@@ -64466,7 +64494,7 @@
64466
64494
  "immutable": true,
64467
64495
  "locationInModule": {
64468
64496
  "filename": "src/javascript/pnpm-workspace-config.ts",
64469
- "line": 1607
64497
+ "line": 1617
64470
64498
  },
64471
64499
  "name": "os",
64472
64500
  "optional": true,
@@ -64482,6 +64510,74 @@
64482
64510
  ],
64483
64511
  "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaSupportedArchitectures"
64484
64512
  },
64513
+ "projen.javascript.PnpmWorkspaceYamlSchemaTasks": {
64514
+ "assembly": "projen",
64515
+ "datatype": true,
64516
+ "docs": {
64517
+ "custom": {
64518
+ "schema": "PnpmWorkspaceYamlSchemaTasks"
64519
+ },
64520
+ "stability": "experimental"
64521
+ },
64522
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaTasks",
64523
+ "kind": "interface",
64524
+ "locationInModule": {
64525
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64526
+ "line": 1812
64527
+ },
64528
+ "name": "PnpmWorkspaceYamlSchemaTasks",
64529
+ "namespace": "javascript",
64530
+ "properties": [
64531
+ {
64532
+ "abstract": true,
64533
+ "docs": {
64534
+ "custom": {
64535
+ "schema": "PnpmWorkspaceYamlSchemaTasks#concurrency"
64536
+ },
64537
+ "remarks": "This limit is separate from workspaceConcurrency.",
64538
+ "stability": "experimental",
64539
+ "summary": "A positive integer limiting how many instances of this named task may run across workspace projects at once."
64540
+ },
64541
+ "immutable": true,
64542
+ "locationInModule": {
64543
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64544
+ "line": 1825
64545
+ },
64546
+ "name": "concurrency",
64547
+ "optional": true,
64548
+ "type": {
64549
+ "primitive": "number"
64550
+ }
64551
+ },
64552
+ {
64553
+ "abstract": true,
64554
+ "docs": {
64555
+ "custom": {
64556
+ "schema": "PnpmWorkspaceYamlSchemaTasks#dependsOn"
64557
+ },
64558
+ "remarks": "Each entry is either the task in the same project (e.g. `build`) or the task in each selected workspace dependency of the project (e.g. `^build`).",
64559
+ "stability": "experimental",
64560
+ "summary": "Tasks this task depends on."
64561
+ },
64562
+ "immutable": true,
64563
+ "locationInModule": {
64564
+ "filename": "src/javascript/pnpm-workspace-config.ts",
64565
+ "line": 1818
64566
+ },
64567
+ "name": "dependsOn",
64568
+ "optional": true,
64569
+ "type": {
64570
+ "collection": {
64571
+ "elementtype": {
64572
+ "primitive": "string"
64573
+ },
64574
+ "kind": "array"
64575
+ }
64576
+ }
64577
+ }
64578
+ ],
64579
+ "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaTasks"
64580
+ },
64485
64581
  "projen.javascript.PnpmWorkspaceYamlSchemaTrustPolicy": {
64486
64582
  "assembly": "projen",
64487
64583
  "docs": {
@@ -64496,7 +64592,7 @@
64496
64592
  "kind": "enum",
64497
64593
  "locationInModule": {
64498
64594
  "filename": "src/javascript/pnpm-workspace-config.ts",
64499
- "line": 1901
64595
+ "line": 1946
64500
64596
  },
64501
64597
  "members": [
64502
64598
  {
@@ -64531,7 +64627,7 @@
64531
64627
  "kind": "interface",
64532
64628
  "locationInModule": {
64533
64629
  "filename": "src/javascript/pnpm-workspace-config.ts",
64534
- "line": 1445
64630
+ "line": 1455
64535
64631
  },
64536
64632
  "name": "PnpmWorkspaceYamlSchemaUpdate",
64537
64633
  "namespace": "javascript",
@@ -64548,7 +64644,7 @@
64548
64644
  "immutable": true,
64549
64645
  "locationInModule": {
64550
64646
  "filename": "src/javascript/pnpm-workspace-config.ts",
64551
- "line": 1458
64647
+ "line": 1468
64552
64648
  },
64553
64649
  "name": "changeset",
64554
64650
  "optional": true,
@@ -64568,7 +64664,7 @@
64568
64664
  "immutable": true,
64569
64665
  "locationInModule": {
64570
64666
  "filename": "src/javascript/pnpm-workspace-config.ts",
64571
- "line": 1465
64667
+ "line": 1475
64572
64668
  },
64573
64669
  "name": "githubActions",
64574
64670
  "optional": true,
@@ -64588,7 +64684,7 @@
64588
64684
  "immutable": true,
64589
64685
  "locationInModule": {
64590
64686
  "filename": "src/javascript/pnpm-workspace-config.ts",
64591
- "line": 1472
64687
+ "line": 1482
64592
64688
  },
64593
64689
  "name": "githubActionsServer",
64594
64690
  "optional": true,
@@ -64608,7 +64704,7 @@
64608
64704
  "immutable": true,
64609
64705
  "locationInModule": {
64610
64706
  "filename": "src/javascript/pnpm-workspace-config.ts",
64611
- "line": 1451
64707
+ "line": 1461
64612
64708
  },
64613
64709
  "name": "ignoreDeps",
64614
64710
  "optional": true,
@@ -64637,7 +64733,7 @@
64637
64733
  "kind": "interface",
64638
64734
  "locationInModule": {
64639
64735
  "filename": "src/javascript/pnpm-workspace-config.ts",
64640
- "line": 1496
64736
+ "line": 1506
64641
64737
  },
64642
64738
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
64643
64739
  "namespace": "javascript",
@@ -64654,7 +64750,7 @@
64654
64750
  "immutable": true,
64655
64751
  "locationInModule": {
64656
64752
  "filename": "src/javascript/pnpm-workspace-config.ts",
64657
- "line": 1502
64753
+ "line": 1512
64658
64754
  },
64659
64755
  "name": "ignoreDependencies",
64660
64756
  "optional": true,
@@ -64684,7 +64780,7 @@
64684
64780
  "kind": "interface",
64685
64781
  "locationInModule": {
64686
64782
  "filename": "src/javascript/pnpm-workspace-config.ts",
64687
- "line": 1832
64783
+ "line": 1877
64688
64784
  },
64689
64785
  "name": "PnpmWorkspaceYamlSchemaVersioning",
64690
64786
  "namespace": "javascript",
@@ -64701,7 +64797,7 @@
64701
64797
  "immutable": true,
64702
64798
  "locationInModule": {
64703
64799
  "filename": "src/javascript/pnpm-workspace-config.ts",
64704
- "line": 1873
64800
+ "line": 1918
64705
64801
  },
64706
64802
  "name": "changelog",
64707
64803
  "optional": true,
@@ -64721,7 +64817,7 @@
64721
64817
  "immutable": true,
64722
64818
  "locationInModule": {
64723
64819
  "filename": "src/javascript/pnpm-workspace-config.ts",
64724
- "line": 1866
64820
+ "line": 1911
64725
64821
  },
64726
64822
  "name": "epics",
64727
64823
  "optional": true,
@@ -64747,7 +64843,7 @@
64747
64843
  "immutable": true,
64748
64844
  "locationInModule": {
64749
64845
  "filename": "src/javascript/pnpm-workspace-config.ts",
64750
- "line": 1838
64846
+ "line": 1883
64751
64847
  },
64752
64848
  "name": "fixed",
64753
64849
  "optional": true,
@@ -64777,7 +64873,7 @@
64777
64873
  "immutable": true,
64778
64874
  "locationInModule": {
64779
64875
  "filename": "src/javascript/pnpm-workspace-config.ts",
64780
- "line": 1845
64876
+ "line": 1890
64781
64877
  },
64782
64878
  "name": "ignore",
64783
64879
  "optional": true,
@@ -64803,7 +64899,7 @@
64803
64899
  "immutable": true,
64804
64900
  "locationInModule": {
64805
64901
  "filename": "src/javascript/pnpm-workspace-config.ts",
64806
- "line": 1859
64902
+ "line": 1904
64807
64903
  },
64808
64904
  "name": "lanes",
64809
64905
  "optional": true,
@@ -64828,7 +64924,7 @@
64828
64924
  "immutable": true,
64829
64925
  "locationInModule": {
64830
64926
  "filename": "src/javascript/pnpm-workspace-config.ts",
64831
- "line": 1852
64927
+ "line": 1897
64832
64928
  },
64833
64929
  "name": "maxBump",
64834
64930
  "optional": true,
@@ -64853,7 +64949,7 @@
64853
64949
  "kind": "interface",
64854
64950
  "locationInModule": {
64855
64951
  "filename": "src/javascript/pnpm-workspace-config.ts",
64856
- "line": 2024
64952
+ "line": 2069
64857
64953
  },
64858
64954
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
64859
64955
  "namespace": "javascript",
@@ -64871,7 +64967,7 @@
64871
64967
  "immutable": true,
64872
64968
  "locationInModule": {
64873
64969
  "filename": "src/javascript/pnpm-workspace-config.ts",
64874
- "line": 2030
64970
+ "line": 2075
64875
64971
  },
64876
64972
  "name": "storage",
64877
64973
  "optional": true,
@@ -64896,7 +64992,7 @@
64896
64992
  "kind": "enum",
64897
64993
  "locationInModule": {
64898
64994
  "filename": "src/javascript/pnpm-workspace-config.ts",
64899
- "line": 2053
64995
+ "line": 2098
64900
64996
  },
64901
64997
  "members": [
64902
64998
  {
@@ -64931,7 +65027,7 @@
64931
65027
  "kind": "interface",
64932
65028
  "locationInModule": {
64933
65029
  "filename": "src/javascript/pnpm-workspace-config.ts",
64934
- "line": 1987
65030
+ "line": 2032
64935
65031
  },
64936
65032
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
64937
65033
  "namespace": "javascript",
@@ -64948,7 +65044,7 @@
64948
65044
  "immutable": true,
64949
65045
  "locationInModule": {
64950
65046
  "filename": "src/javascript/pnpm-workspace-config.ts",
64951
- "line": 1993
65047
+ "line": 2038
64952
65048
  },
64953
65049
  "name": "lead",
64954
65050
  "type": {
@@ -64967,7 +65063,7 @@
64967
65063
  "immutable": true,
64968
65064
  "locationInModule": {
64969
65065
  "filename": "src/javascript/pnpm-workspace-config.ts",
64970
- "line": 2000
65066
+ "line": 2045
64971
65067
  },
64972
65068
  "name": "packages",
64973
65069
  "type": {
@@ -64995,7 +65091,7 @@
64995
65091
  "kind": "enum",
64996
65092
  "locationInModule": {
64997
65093
  "filename": "src/javascript/pnpm-workspace-config.ts",
64998
- "line": 1975
65094
+ "line": 2020
64999
65095
  },
65000
65096
  "members": [
65001
65097
  {
@@ -65038,7 +65134,7 @@
65038
65134
  "kind": "enum",
65039
65135
  "locationInModule": {
65040
65136
  "filename": "src/javascript/pnpm-workspace-config.ts",
65041
- "line": 1695
65137
+ "line": 1705
65042
65138
  },
65043
65139
  "members": [
65044
65140
  {
@@ -103827,6 +103923,6 @@
103827
103923
  "usedFeatures": [
103828
103924
  "class-covariant-overrides"
103829
103925
  ],
103830
- "version": "0.103.18",
103831
- "fingerprint": "WJDbD83oerUTgd264VSBnqYh/eSebLbPKh1jH5IyIfA="
103926
+ "version": "0.103.19",
103927
+ "fingerprint": "bE/S+uA1pmAJR5w2bBp5xmUGzYkwk0wbMCEAzaasoI4="
103832
103928
  }