projen 0.103.15 → 0.103.17

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 +348 -187
  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 +49 -2
  89. package/lib/javascript/pnpm-workspace-config.js +24 -6
  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
@@ -59746,7 +59746,7 @@
59746
59746
  "immutable": true,
59747
59747
  "locationInModule": {
59748
59748
  "filename": "src/javascript/pnpm-workspace-config.ts",
59749
- "line": 1064
59749
+ "line": 1099
59750
59750
  },
59751
59751
  "name": "allowBuilds",
59752
59752
  "optional": true,
@@ -59871,7 +59871,7 @@
59871
59871
  "immutable": true,
59872
59872
  "locationInModule": {
59873
59873
  "filename": "src/javascript/pnpm-workspace-config.ts",
59874
- "line": 1085
59874
+ "line": 1120
59875
59875
  },
59876
59876
  "name": "auditLevel",
59877
59877
  "optional": true,
@@ -59891,7 +59891,7 @@
59891
59891
  "immutable": true,
59892
59892
  "locationInModule": {
59893
59893
  "filename": "src/javascript/pnpm-workspace-config.ts",
59894
- "line": 537
59894
+ "line": 558
59895
59895
  },
59896
59896
  "name": "autoInstallPeers",
59897
59897
  "optional": true,
@@ -59912,7 +59912,7 @@
59912
59912
  "immutable": true,
59913
59913
  "locationInModule": {
59914
59914
  "filename": "src/javascript/pnpm-workspace-config.ts",
59915
- "line": 1071
59915
+ "line": 1106
59916
59916
  },
59917
59917
  "name": "blockExoticSubdeps",
59918
59918
  "optional": true,
@@ -59932,7 +59932,7 @@
59932
59932
  "immutable": true,
59933
59933
  "locationInModule": {
59934
59934
  "filename": "src/javascript/pnpm-workspace-config.ts",
59935
- "line": 397
59935
+ "line": 418
59936
59936
  },
59937
59937
  "name": "ca",
59938
59938
  "optional": true,
@@ -59952,7 +59952,7 @@
59952
59952
  "immutable": true,
59953
59953
  "locationInModule": {
59954
59954
  "filename": "src/javascript/pnpm-workspace-config.ts",
59955
- "line": 839
59955
+ "line": 867
59956
59956
  },
59957
59957
  "name": "cacheDir",
59958
59958
  "optional": true,
@@ -59972,7 +59972,7 @@
59972
59972
  "immutable": true,
59973
59973
  "locationInModule": {
59974
59974
  "filename": "src/javascript/pnpm-workspace-config.ts",
59975
- "line": 404
59975
+ "line": 425
59976
59976
  },
59977
59977
  "name": "cafile",
59978
59978
  "optional": true,
@@ -60088,7 +60088,7 @@
60088
60088
  "immutable": true,
60089
60089
  "locationInModule": {
60090
60090
  "filename": "src/javascript/pnpm-workspace-config.ts",
60091
- "line": 411
60091
+ "line": 432
60092
60092
  },
60093
60093
  "name": "cert",
60094
60094
  "optional": true,
@@ -60108,7 +60108,7 @@
60108
60108
  "immutable": true,
60109
60109
  "locationInModule": {
60110
60110
  "filename": "src/javascript/pnpm-workspace-config.ts",
60111
- "line": 650
60111
+ "line": 671
60112
60112
  },
60113
60113
  "name": "childConcurrency",
60114
60114
  "optional": true,
@@ -60116,6 +60116,27 @@
60116
60116
  "primitive": "number"
60117
60117
  }
60118
60118
  },
60119
+ {
60120
+ "abstract": true,
60121
+ "docs": {
60122
+ "custom": {
60123
+ "schema": "PnpmWorkspaceYamlSchema#ci"
60124
+ },
60125
+ "remarks": "Added in pnpm v10.12.1.",
60126
+ "stability": "experimental",
60127
+ "summary": "Explicitly tells pnpm whether the current environment is a Continuous Integration system, overriding pnpm's automatic CI detection."
60128
+ },
60129
+ "immutable": true,
60130
+ "locationInModule": {
60131
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60132
+ "line": 888
60133
+ },
60134
+ "name": "ci",
60135
+ "optional": true,
60136
+ "type": {
60137
+ "primitive": "boolean"
60138
+ }
60139
+ },
60119
60140
  {
60120
60141
  "abstract": true,
60121
60142
  "docs": {
@@ -60148,7 +60169,7 @@
60148
60169
  "immutable": true,
60149
60170
  "locationInModule": {
60150
60171
  "filename": "src/javascript/pnpm-workspace-config.ts",
60151
- "line": 565
60172
+ "line": 586
60152
60173
  },
60153
60174
  "name": "color",
60154
60175
  "optional": true,
@@ -60209,7 +60230,7 @@
60209
60230
  "immutable": true,
60210
60231
  "locationInModule": {
60211
60232
  "filename": "src/javascript/pnpm-workspace-config.ts",
60212
- "line": 902
60233
+ "line": 937
60213
60234
  },
60214
60235
  "name": "dedupeDirectDeps",
60215
60236
  "optional": true,
@@ -60229,7 +60250,7 @@
60229
60250
  "immutable": true,
60230
60251
  "locationInModule": {
60231
60252
  "filename": "src/javascript/pnpm-workspace-config.ts",
60232
- "line": 909
60253
+ "line": 944
60233
60254
  },
60234
60255
  "name": "dedupeInjectedDeps",
60235
60256
  "optional": true,
@@ -60249,7 +60270,7 @@
60249
60270
  "immutable": true,
60250
60271
  "locationInModule": {
60251
60272
  "filename": "src/javascript/pnpm-workspace-config.ts",
60252
- "line": 544
60273
+ "line": 565
60253
60274
  },
60254
60275
  "name": "dedupePeerDependents",
60255
60276
  "optional": true,
@@ -60269,7 +60290,7 @@
60269
60290
  "immutable": true,
60270
60291
  "locationInModule": {
60271
60292
  "filename": "src/javascript/pnpm-workspace-config.ts",
60272
- "line": 1092
60293
+ "line": 1127
60273
60294
  },
60274
60295
  "name": "dedupePeers",
60275
60296
  "optional": true,
@@ -60289,7 +60310,7 @@
60289
60310
  "immutable": true,
60290
60311
  "locationInModule": {
60291
60312
  "filename": "src/javascript/pnpm-workspace-config.ts",
60292
- "line": 895
60313
+ "line": 930
60293
60314
  },
60294
60315
  "name": "deployAllFiles",
60295
60316
  "optional": true,
@@ -60309,7 +60330,7 @@
60309
60330
  "immutable": true,
60310
60331
  "locationInModule": {
60311
60332
  "filename": "src/javascript/pnpm-workspace-config.ts",
60312
- "line": 776
60333
+ "line": 797
60313
60334
  },
60314
60335
  "name": "disallowWorkspaceCycles",
60315
60336
  "optional": true,
@@ -60329,7 +60350,7 @@
60329
60350
  "immutable": true,
60330
60351
  "locationInModule": {
60331
60352
  "filename": "src/javascript/pnpm-workspace-config.ts",
60332
- "line": 313
60353
+ "line": 320
60333
60354
  },
60334
60355
  "name": "dlxCacheMaxAge",
60335
60356
  "optional": true,
@@ -60350,7 +60371,7 @@
60350
60371
  "immutable": true,
60351
60372
  "locationInModule": {
60352
60373
  "filename": "src/javascript/pnpm-workspace-config.ts",
60353
- "line": 930
60374
+ "line": 965
60354
60375
  },
60355
60376
  "name": "embedReadme",
60356
60377
  "optional": true,
@@ -60370,7 +60391,7 @@
60370
60391
  "immutable": true,
60371
60392
  "locationInModule": {
60372
60393
  "filename": "src/javascript/pnpm-workspace-config.ts",
60373
- "line": 341
60394
+ "line": 362
60374
60395
  },
60375
60396
  "name": "enableGlobalVirtualStore",
60376
60397
  "optional": true,
@@ -60410,7 +60431,7 @@
60410
60431
  "immutable": true,
60411
60432
  "locationInModule": {
60412
60433
  "filename": "src/javascript/pnpm-workspace-config.ts",
60413
- "line": 986
60434
+ "line": 1021
60414
60435
  },
60415
60436
  "name": "enablePrePostScripts",
60416
60437
  "optional": true,
@@ -60430,7 +60451,7 @@
60430
60451
  "immutable": true,
60431
60452
  "locationInModule": {
60432
60453
  "filename": "src/javascript/pnpm-workspace-config.ts",
60433
- "line": 601
60454
+ "line": 622
60434
60455
  },
60435
60456
  "name": "engineStrict",
60436
60457
  "optional": true,
@@ -60469,7 +60490,7 @@
60469
60490
  "immutable": true,
60470
60491
  "locationInModule": {
60471
60492
  "filename": "src/javascript/pnpm-workspace-config.ts",
60472
- "line": 888
60493
+ "line": 923
60473
60494
  },
60474
60495
  "name": "extendNodePath",
60475
60496
  "optional": true,
@@ -60489,7 +60510,7 @@
60489
60510
  "immutable": true,
60490
60511
  "locationInModule": {
60491
60512
  "filename": "src/javascript/pnpm-workspace-config.ts",
60492
- "line": 790
60513
+ "line": 811
60493
60514
  },
60494
60515
  "name": "failIfNoMatch",
60495
60516
  "optional": true,
@@ -60510,7 +60531,7 @@
60510
60531
  "immutable": true,
60511
60532
  "locationInModule": {
60512
60533
  "filename": "src/javascript/pnpm-workspace-config.ts",
60513
- "line": 530
60534
+ "line": 551
60514
60535
  },
60515
60536
  "name": "fetchMinSpeedKiBps",
60516
60537
  "optional": true,
@@ -60530,7 +60551,7 @@
60530
60551
  "immutable": true,
60531
60552
  "locationInModule": {
60532
60553
  "filename": "src/javascript/pnpm-workspace-config.ts",
60533
- "line": 488
60554
+ "line": 509
60534
60555
  },
60535
60556
  "name": "fetchRetries",
60536
60557
  "optional": true,
@@ -60550,7 +60571,7 @@
60550
60571
  "immutable": true,
60551
60572
  "locationInModule": {
60552
60573
  "filename": "src/javascript/pnpm-workspace-config.ts",
60553
- "line": 495
60574
+ "line": 516
60554
60575
  },
60555
60576
  "name": "fetchRetryFactor",
60556
60577
  "optional": true,
@@ -60570,7 +60591,7 @@
60570
60591
  "immutable": true,
60571
60592
  "locationInModule": {
60572
60593
  "filename": "src/javascript/pnpm-workspace-config.ts",
60573
- "line": 509
60594
+ "line": 530
60574
60595
  },
60575
60596
  "name": "fetchRetryMaxtimeout",
60576
60597
  "optional": true,
@@ -60590,7 +60611,7 @@
60590
60611
  "immutable": true,
60591
60612
  "locationInModule": {
60592
60613
  "filename": "src/javascript/pnpm-workspace-config.ts",
60593
- "line": 502
60614
+ "line": 523
60594
60615
  },
60595
60616
  "name": "fetchRetryMintimeout",
60596
60617
  "optional": true,
@@ -60610,7 +60631,7 @@
60610
60631
  "immutable": true,
60611
60632
  "locationInModule": {
60612
60633
  "filename": "src/javascript/pnpm-workspace-config.ts",
60613
- "line": 516
60634
+ "line": 537
60614
60635
  },
60615
60636
  "name": "fetchTimeout",
60616
60637
  "optional": true,
@@ -60631,7 +60652,7 @@
60631
60652
  "immutable": true,
60632
60653
  "locationInModule": {
60633
60654
  "filename": "src/javascript/pnpm-workspace-config.ts",
60634
- "line": 523
60655
+ "line": 544
60635
60656
  },
60636
60657
  "name": "fetchWarnTimeoutMs",
60637
60658
  "optional": true,
@@ -60652,7 +60673,7 @@
60652
60673
  "immutable": true,
60653
60674
  "locationInModule": {
60654
60675
  "filename": "src/javascript/pnpm-workspace-config.ts",
60655
- "line": 797
60676
+ "line": 818
60656
60677
  },
60657
60678
  "name": "forceLegacyDeploy",
60658
60679
  "optional": true,
@@ -60660,6 +60681,27 @@
60660
60681
  "primitive": "boolean"
60661
60682
  }
60662
60683
  },
60684
+ {
60685
+ "abstract": true,
60686
+ "docs": {
60687
+ "custom": {
60688
+ "schema": "PnpmWorkspaceYamlSchema#frozenStore"
60689
+ },
60690
+ "remarks": "When enabled, pnpm opens the store's SQLite database in immutable mode and never writes to the store. Works best together with --offline and --frozen-lockfile; incompatible with --force. Added in pnpm v11.7.0.",
60691
+ "stability": "experimental",
60692
+ "summary": "Makes pnpm install work against a read-only package store (such as a Nix store or OCI image layer)."
60693
+ },
60694
+ "immutable": true,
60695
+ "locationInModule": {
60696
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60697
+ "line": 348
60698
+ },
60699
+ "name": "frozenStore",
60700
+ "optional": true,
60701
+ "type": {
60702
+ "primitive": "boolean"
60703
+ }
60704
+ },
60663
60705
  {
60664
60706
  "abstract": true,
60665
60707
  "docs": {
@@ -60672,7 +60714,7 @@
60672
60714
  "immutable": true,
60673
60715
  "locationInModule": {
60674
60716
  "filename": "src/javascript/pnpm-workspace-config.ts",
60675
- "line": 369
60717
+ "line": 390
60676
60718
  },
60677
60719
  "name": "gitBranchLockfile",
60678
60720
  "optional": true,
@@ -60692,7 +60734,7 @@
60692
60734
  "immutable": true,
60693
60735
  "locationInModule": {
60694
60736
  "filename": "src/javascript/pnpm-workspace-config.ts",
60695
- "line": 923
60737
+ "line": 958
60696
60738
  },
60697
60739
  "name": "gitChecks",
60698
60740
  "optional": true,
@@ -60712,7 +60754,7 @@
60712
60754
  "immutable": true,
60713
60755
  "locationInModule": {
60714
60756
  "filename": "src/javascript/pnpm-workspace-config.ts",
60715
- "line": 425
60757
+ "line": 446
60716
60758
  },
60717
60759
  "name": "gitShallowHosts",
60718
60760
  "optional": true,
@@ -60737,7 +60779,7 @@
60737
60779
  "immutable": true,
60738
60780
  "locationInModule": {
60739
60781
  "filename": "src/javascript/pnpm-workspace-config.ts",
60740
- "line": 825
60782
+ "line": 846
60741
60783
  },
60742
60784
  "name": "globalBinDir",
60743
60785
  "optional": true,
@@ -60757,7 +60799,7 @@
60757
60799
  "immutable": true,
60758
60800
  "locationInModule": {
60759
60801
  "filename": "src/javascript/pnpm-workspace-config.ts",
60760
- "line": 818
60802
+ "line": 839
60761
60803
  },
60762
60804
  "name": "globalDir",
60763
60805
  "optional": true,
@@ -60778,7 +60820,7 @@
60778
60820
  "immutable": true,
60779
60821
  "locationInModule": {
60780
60822
  "filename": "src/javascript/pnpm-workspace-config.ts",
60781
- "line": 965
60823
+ "line": 1000
60782
60824
  },
60783
60825
  "name": "globalPnpmfile",
60784
60826
  "optional": true,
@@ -60786,6 +60828,27 @@
60786
60828
  "primitive": "string"
60787
60829
  }
60788
60830
  },
60831
+ {
60832
+ "abstract": true,
60833
+ "docs": {
60834
+ "custom": {
60835
+ "schema": "PnpmWorkspaceYamlSchema#globalShims"
60836
+ },
60837
+ "remarks": "A boolean disables (false) or resets to the defaults (true), while an object maps package names to a policy: \"auto\" (or true) to switch automatically when publisher-authenticated, \"prompt\" to confirm on each use, \"always\" to switch unconditionally, or false to disable. Object entries merge with the built-in defaults ({\"node\": \"auto\", \"deno\": \"auto\", \"bun\": \"auto\"}). Added in pnpm v12.0.0-rc.2.",
60838
+ "stability": "experimental",
60839
+ "summary": "Controls which globally installed packages get project-aware shims, which are global commands that run the version specified by the current project instead of the globally installed one."
60840
+ },
60841
+ "immutable": true,
60842
+ "locationInModule": {
60843
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60844
+ "line": 853
60845
+ },
60846
+ "name": "globalShims",
60847
+ "optional": true,
60848
+ "type": {
60849
+ "primitive": "any"
60850
+ }
60851
+ },
60789
60852
  {
60790
60853
  "abstract": true,
60791
60854
  "docs": {
@@ -60819,7 +60882,7 @@
60819
60882
  "immutable": true,
60820
60883
  "locationInModule": {
60821
60884
  "filename": "src/javascript/pnpm-workspace-config.ts",
60822
- "line": 1162
60885
+ "line": 1197
60823
60886
  },
60824
60887
  "name": "hoistingLimits",
60825
60888
  "optional": true,
@@ -60885,7 +60948,7 @@
60885
60948
  "immutable": true,
60886
60949
  "locationInModule": {
60887
60950
  "filename": "src/javascript/pnpm-workspace-config.ts",
60888
- "line": 439
60951
+ "line": 460
60889
60952
  },
60890
60953
  "name": "httpProxy",
60891
60954
  "optional": true,
@@ -60906,7 +60969,7 @@
60906
60969
  "immutable": true,
60907
60970
  "locationInModule": {
60908
60971
  "filename": "src/javascript/pnpm-workspace-config.ts",
60909
- "line": 432
60972
+ "line": 453
60910
60973
  },
60911
60974
  "name": "httpsProxy",
60912
60975
  "optional": true,
@@ -60927,7 +60990,7 @@
60927
60990
  "immutable": true,
60928
60991
  "locationInModule": {
60929
60992
  "filename": "src/javascript/pnpm-workspace-config.ts",
60930
- "line": 867
60993
+ "line": 902
60931
60994
  },
60932
60995
  "name": "ignoreCompatibilityDb",
60933
60996
  "optional": true,
@@ -60973,7 +61036,7 @@
60973
61036
  "immutable": true,
60974
61037
  "locationInModule": {
60975
61038
  "filename": "src/javascript/pnpm-workspace-config.ts",
60976
- "line": 643
61039
+ "line": 664
60977
61040
  },
60978
61041
  "name": "ignoreDepScripts",
60979
61042
  "optional": true,
@@ -61040,7 +61103,7 @@
61040
61103
  "immutable": true,
61041
61104
  "locationInModule": {
61042
61105
  "filename": "src/javascript/pnpm-workspace-config.ts",
61043
- "line": 972
61106
+ "line": 1007
61044
61107
  },
61045
61108
  "name": "ignorePnpmfile",
61046
61109
  "optional": true,
@@ -61060,7 +61123,7 @@
61060
61123
  "immutable": true,
61061
61124
  "locationInModule": {
61062
61125
  "filename": "src/javascript/pnpm-workspace-config.ts",
61063
- "line": 636
61126
+ "line": 657
61064
61127
  },
61065
61128
  "name": "ignoreScripts",
61066
61129
  "optional": true,
@@ -61080,7 +61143,7 @@
61080
61143
  "immutable": true,
61081
61144
  "locationInModule": {
61082
61145
  "filename": "src/javascript/pnpm-workspace-config.ts",
61083
- "line": 762
61146
+ "line": 783
61084
61147
  },
61085
61148
  "name": "ignoreWorkspaceCycles",
61086
61149
  "optional": true,
@@ -61100,7 +61163,7 @@
61100
61163
  "immutable": true,
61101
61164
  "locationInModule": {
61102
61165
  "filename": "src/javascript/pnpm-workspace-config.ts",
61103
- "line": 769
61166
+ "line": 790
61104
61167
  },
61105
61168
  "name": "ignoreWorkspaceRootCheck",
61106
61169
  "optional": true,
@@ -61120,7 +61183,7 @@
61120
61183
  "immutable": true,
61121
61184
  "locationInModule": {
61122
61185
  "filename": "src/javascript/pnpm-workspace-config.ts",
61123
- "line": 755
61186
+ "line": 776
61124
61187
  },
61125
61188
  "name": "includeWorkspaceRoot",
61126
61189
  "optional": true,
@@ -61140,7 +61203,7 @@
61140
61203
  "immutable": true,
61141
61204
  "locationInModule": {
61142
61205
  "filename": "src/javascript/pnpm-workspace-config.ts",
61143
- "line": 720
61206
+ "line": 741
61144
61207
  },
61145
61208
  "name": "injectWorkspacePackages",
61146
61209
  "optional": true,
@@ -61160,7 +61223,7 @@
61160
61223
  "immutable": true,
61161
61224
  "locationInModule": {
61162
61225
  "filename": "src/javascript/pnpm-workspace-config.ts",
61163
- "line": 418
61226
+ "line": 439
61164
61227
  },
61165
61228
  "name": "key",
61166
61229
  "optional": true,
@@ -61180,7 +61243,7 @@
61180
61243
  "immutable": true,
61181
61244
  "locationInModule": {
61182
61245
  "filename": "src/javascript/pnpm-workspace-config.ts",
61183
- "line": 713
61246
+ "line": 734
61184
61247
  },
61185
61248
  "name": "linkWorkspacePackages",
61186
61249
  "optional": true,
@@ -61200,7 +61263,7 @@
61200
61263
  "immutable": true,
61201
61264
  "locationInModule": {
61202
61265
  "filename": "src/javascript/pnpm-workspace-config.ts",
61203
- "line": 453
61266
+ "line": 474
61204
61267
  },
61205
61268
  "name": "localAddress",
61206
61269
  "optional": true,
@@ -61220,7 +61283,7 @@
61220
61283
  "immutable": true,
61221
61284
  "locationInModule": {
61222
61285
  "filename": "src/javascript/pnpm-workspace-config.ts",
61223
- "line": 348
61286
+ "line": 369
61224
61287
  },
61225
61288
  "name": "lockfile",
61226
61289
  "optional": true,
@@ -61240,7 +61303,7 @@
61240
61303
  "immutable": true,
61241
61304
  "locationInModule": {
61242
61305
  "filename": "src/javascript/pnpm-workspace-config.ts",
61243
- "line": 362
61306
+ "line": 383
61244
61307
  },
61245
61308
  "name": "lockfileIncludeTarballUrl",
61246
61309
  "optional": true,
@@ -61260,7 +61323,7 @@
61260
61323
  "immutable": true,
61261
61324
  "locationInModule": {
61262
61325
  "filename": "src/javascript/pnpm-workspace-config.ts",
61263
- "line": 572
61326
+ "line": 593
61264
61327
  },
61265
61328
  "name": "loglevel",
61266
61329
  "optional": true,
@@ -61280,7 +61343,7 @@
61280
61343
  "immutable": true,
61281
61344
  "locationInModule": {
61282
61345
  "filename": "src/javascript/pnpm-workspace-config.ts",
61283
- "line": 629
61346
+ "line": 650
61284
61347
  },
61285
61348
  "name": "managePackageManagerVersions",
61286
61349
  "optional": true,
@@ -61300,7 +61363,7 @@
61300
61363
  "immutable": true,
61301
61364
  "locationInModule": {
61302
61365
  "filename": "src/javascript/pnpm-workspace-config.ts",
61303
- "line": 460
61366
+ "line": 481
61304
61367
  },
61305
61368
  "name": "maxsockets",
61306
61369
  "optional": true,
@@ -61320,7 +61383,7 @@
61320
61383
  "immutable": true,
61321
61384
  "locationInModule": {
61322
61385
  "filename": "src/javascript/pnpm-workspace-config.ts",
61323
- "line": 376
61386
+ "line": 397
61324
61387
  },
61325
61388
  "name": "mergeGitBranchLockfilesBranchPattern",
61326
61389
  "optional": true,
@@ -61346,7 +61409,7 @@
61346
61409
  "immutable": true,
61347
61410
  "locationInModule": {
61348
61411
  "filename": "src/javascript/pnpm-workspace-config.ts",
61349
- "line": 1014
61412
+ "line": 1049
61350
61413
  },
61351
61414
  "name": "minimumReleaseAge",
61352
61415
  "optional": true,
@@ -61367,7 +61430,7 @@
61367
61430
  "immutable": true,
61368
61431
  "locationInModule": {
61369
61432
  "filename": "src/javascript/pnpm-workspace-config.ts",
61370
- "line": 1021
61433
+ "line": 1056
61371
61434
  },
61372
61435
  "name": "minimumReleaseAgeExclude",
61373
61436
  "optional": true,
@@ -61392,7 +61455,7 @@
61392
61455
  "immutable": true,
61393
61456
  "locationInModule": {
61394
61457
  "filename": "src/javascript/pnpm-workspace-config.ts",
61395
- "line": 1036
61458
+ "line": 1071
61396
61459
  },
61397
61460
  "name": "minimumReleaseAgeExcludePrune",
61398
61461
  "optional": true,
@@ -61413,7 +61476,7 @@
61413
61476
  "immutable": true,
61414
61477
  "locationInModule": {
61415
61478
  "filename": "src/javascript/pnpm-workspace-config.ts",
61416
- "line": 1106
61479
+ "line": 1141
61417
61480
  },
61418
61481
  "name": "minimumReleaseAgeIgnoreMissingTime",
61419
61482
  "optional": true,
@@ -61434,7 +61497,7 @@
61434
61497
  "immutable": true,
61435
61498
  "locationInModule": {
61436
61499
  "filename": "src/javascript/pnpm-workspace-config.ts",
61437
- "line": 1029
61500
+ "line": 1064
61438
61501
  },
61439
61502
  "name": "minimumReleaseAgeStrict",
61440
61503
  "optional": true,
@@ -61454,7 +61517,7 @@
61454
61517
  "immutable": true,
61455
61518
  "locationInModule": {
61456
61519
  "filename": "src/javascript/pnpm-workspace-config.ts",
61457
- "line": 306
61520
+ "line": 313
61458
61521
  },
61459
61522
  "name": "modulesCacheMaxAge",
61460
61523
  "optional": true,
@@ -61494,7 +61557,7 @@
61494
61557
  "immutable": true,
61495
61558
  "locationInModule": {
61496
61559
  "filename": "src/javascript/pnpm-workspace-config.ts",
61497
- "line": 1120
61560
+ "line": 1155
61498
61561
  },
61499
61562
  "name": "namedRegistries",
61500
61563
  "optional": true,
@@ -61519,7 +61582,7 @@
61519
61582
  "immutable": true,
61520
61583
  "locationInModule": {
61521
61584
  "filename": "src/javascript/pnpm-workspace-config.ts",
61522
- "line": 481
61585
+ "line": 502
61523
61586
  },
61524
61587
  "name": "networkConcurrency",
61525
61588
  "optional": true,
@@ -61564,7 +61627,7 @@
61564
61627
  "immutable": true,
61565
61628
  "locationInModule": {
61566
61629
  "filename": "src/javascript/pnpm-workspace-config.ts",
61567
- "line": 1148
61630
+ "line": 1183
61568
61631
  },
61569
61632
  "name": "nodeDownloadMirrors",
61570
61633
  "optional": true,
@@ -61629,7 +61692,7 @@
61629
61692
  "immutable": true,
61630
61693
  "locationInModule": {
61631
61694
  "filename": "src/javascript/pnpm-workspace-config.ts",
61632
- "line": 678
61695
+ "line": 699
61633
61696
  },
61634
61697
  "name": "nodeOptions",
61635
61698
  "optional": true,
@@ -61669,7 +61732,7 @@
61669
61732
  "immutable": true,
61670
61733
  "locationInModule": {
61671
61734
  "filename": "src/javascript/pnpm-workspace-config.ts",
61672
- "line": 706
61735
+ "line": 727
61673
61736
  },
61674
61737
  "name": "nodeVersion",
61675
61738
  "optional": true,
@@ -61689,7 +61752,7 @@
61689
61752
  "immutable": true,
61690
61753
  "locationInModule": {
61691
61754
  "filename": "src/javascript/pnpm-workspace-config.ts",
61692
- "line": 467
61755
+ "line": 488
61693
61756
  },
61694
61757
  "name": "noProxy",
61695
61758
  "optional": true,
@@ -61709,7 +61772,7 @@
61709
61772
  "immutable": true,
61710
61773
  "locationInModule": {
61711
61774
  "filename": "src/javascript/pnpm-workspace-config.ts",
61712
- "line": 608
61775
+ "line": 629
61713
61776
  },
61714
61777
  "name": "npmPath",
61715
61778
  "optional": true,
@@ -61730,7 +61793,7 @@
61730
61793
  "immutable": true,
61731
61794
  "locationInModule": {
61732
61795
  "filename": "src/javascript/pnpm-workspace-config.ts",
61733
- "line": 1099
61796
+ "line": 1134
61734
61797
  },
61735
61798
  "name": "npmrcAuthFile",
61736
61799
  "optional": true,
@@ -61796,7 +61859,7 @@
61796
61859
  "immutable": true,
61797
61860
  "locationInModule": {
61798
61861
  "filename": "src/javascript/pnpm-workspace-config.ts",
61799
- "line": 916
61862
+ "line": 951
61800
61863
  },
61801
61864
  "name": "optimisticRepeatInstall",
61802
61865
  "optional": true,
@@ -61876,7 +61939,7 @@
61876
61939
  "immutable": true,
61877
61940
  "locationInModule": {
61878
61941
  "filename": "src/javascript/pnpm-workspace-config.ts",
61879
- "line": 299
61942
+ "line": 306
61880
61943
  },
61881
61944
  "name": "packageImportMethod",
61882
61945
  "optional": true,
@@ -61896,7 +61959,7 @@
61896
61959
  "immutable": true,
61897
61960
  "locationInModule": {
61898
61961
  "filename": "src/javascript/pnpm-workspace-config.ts",
61899
- "line": 615
61962
+ "line": 636
61900
61963
  },
61901
61964
  "name": "packageManagerStrict",
61902
61965
  "optional": true,
@@ -61916,7 +61979,7 @@
61916
61979
  "immutable": true,
61917
61980
  "locationInModule": {
61918
61981
  "filename": "src/javascript/pnpm-workspace-config.ts",
61919
- "line": 622
61982
+ "line": 643
61920
61983
  },
61921
61984
  "name": "packageManagerStrictVersion",
61922
61985
  "optional": true,
@@ -61987,7 +62050,7 @@
61987
62050
  "immutable": true,
61988
62051
  "locationInModule": {
61989
62052
  "filename": "src/javascript/pnpm-workspace-config.ts",
61990
- "line": 979
62053
+ "line": 1014
61991
62054
  },
61992
62055
  "name": "patchesDir",
61993
62056
  "optional": true,
@@ -62027,7 +62090,7 @@
62027
62090
  "immutable": true,
62028
62091
  "locationInModule": {
62029
62092
  "filename": "src/javascript/pnpm-workspace-config.ts",
62030
- "line": 383
62093
+ "line": 404
62031
62094
  },
62032
62095
  "name": "peersSuffixMaxLength",
62033
62096
  "optional": true,
@@ -62047,7 +62110,7 @@
62047
62110
  "immutable": true,
62048
62111
  "locationInModule": {
62049
62112
  "filename": "src/javascript/pnpm-workspace-config.ts",
62050
- "line": 1134
62113
+ "line": 1169
62051
62114
  },
62052
62115
  "name": "pmOnFail",
62053
62116
  "optional": true,
@@ -62067,7 +62130,7 @@
62067
62130
  "immutable": true,
62068
62131
  "locationInModule": {
62069
62132
  "filename": "src/javascript/pnpm-workspace-config.ts",
62070
- "line": 958
62133
+ "line": 993
62071
62134
  },
62072
62135
  "name": "pnpmfile",
62073
62136
  "optional": true,
@@ -62087,7 +62150,7 @@
62087
62150
  "immutable": true,
62088
62151
  "locationInModule": {
62089
62152
  "filename": "src/javascript/pnpm-workspace-config.ts",
62090
- "line": 355
62153
+ "line": 376
62091
62154
  },
62092
62155
  "name": "preferFrozenLockfile",
62093
62156
  "optional": true,
@@ -62108,7 +62171,7 @@
62108
62171
  "immutable": true,
62109
62172
  "locationInModule": {
62110
62173
  "filename": "src/javascript/pnpm-workspace-config.ts",
62111
- "line": 1043
62174
+ "line": 1078
62112
62175
  },
62113
62176
  "name": "preferOffline",
62114
62177
  "optional": true,
@@ -62128,7 +62191,7 @@
62128
62191
  "immutable": true,
62129
62192
  "locationInModule": {
62130
62193
  "filename": "src/javascript/pnpm-workspace-config.ts",
62131
- "line": 860
62194
+ "line": 895
62132
62195
  },
62133
62196
  "name": "preferSymlinkedExecutables",
62134
62197
  "optional": true,
@@ -62148,7 +62211,7 @@
62148
62211
  "immutable": true,
62149
62212
  "locationInModule": {
62150
62213
  "filename": "src/javascript/pnpm-workspace-config.ts",
62151
- "line": 734
62214
+ "line": 755
62152
62215
  },
62153
62216
  "name": "preferWorkspacePackages",
62154
62217
  "optional": true,
@@ -62168,7 +62231,7 @@
62168
62231
  "immutable": true,
62169
62232
  "locationInModule": {
62170
62233
  "filename": "src/javascript/pnpm-workspace-config.ts",
62171
- "line": 951
62234
+ "line": 986
62172
62235
  },
62173
62236
  "name": "provenance",
62174
62237
  "optional": true,
@@ -62189,7 +62252,7 @@
62189
62252
  "immutable": true,
62190
62253
  "locationInModule": {
62191
62254
  "filename": "src/javascript/pnpm-workspace-config.ts",
62192
- "line": 446
62255
+ "line": 467
62193
62256
  },
62194
62257
  "name": "proxy",
62195
62258
  "optional": true,
@@ -62234,7 +62297,7 @@
62234
62297
  "immutable": true,
62235
62298
  "locationInModule": {
62236
62299
  "filename": "src/javascript/pnpm-workspace-config.ts",
62237
- "line": 937
62300
+ "line": 972
62238
62301
  },
62239
62302
  "name": "publishBranch",
62240
62303
  "optional": true,
@@ -62254,7 +62317,7 @@
62254
62317
  "immutable": true,
62255
62318
  "locationInModule": {
62256
62319
  "filename": "src/javascript/pnpm-workspace-config.ts",
62257
- "line": 594
62320
+ "line": 615
62258
62321
  },
62259
62322
  "name": "recursiveInstall",
62260
62323
  "optional": true,
@@ -62274,7 +62337,7 @@
62274
62337
  "immutable": true,
62275
62338
  "locationInModule": {
62276
62339
  "filename": "src/javascript/pnpm-workspace-config.ts",
62277
- "line": 1113
62340
+ "line": 1148
62278
62341
  },
62279
62342
  "name": "registries",
62280
62343
  "optional": true,
@@ -62299,7 +62362,7 @@
62299
62362
  "immutable": true,
62300
62363
  "locationInModule": {
62301
62364
  "filename": "src/javascript/pnpm-workspace-config.ts",
62302
- "line": 390
62365
+ "line": 411
62303
62366
  },
62304
62367
  "name": "registry",
62305
62368
  "optional": true,
@@ -62319,7 +62382,7 @@
62319
62382
  "immutable": true,
62320
62383
  "locationInModule": {
62321
62384
  "filename": "src/javascript/pnpm-workspace-config.ts",
62322
- "line": 881
62385
+ "line": 916
62323
62386
  },
62324
62387
  "name": "registrySupportsTimeField",
62325
62388
  "optional": true,
@@ -62340,7 +62403,7 @@
62340
62403
  "immutable": true,
62341
62404
  "locationInModule": {
62342
62405
  "filename": "src/javascript/pnpm-workspace-config.ts",
62343
- "line": 580
62406
+ "line": 601
62344
62407
  },
62345
62408
  "name": "reporter",
62346
62409
  "optional": true,
@@ -62385,7 +62448,7 @@
62385
62448
  "immutable": true,
62386
62449
  "locationInModule": {
62387
62450
  "filename": "src/javascript/pnpm-workspace-config.ts",
62388
- "line": 874
62451
+ "line": 909
62389
62452
  },
62390
62453
  "name": "resolutionMode",
62391
62454
  "optional": true,
@@ -62405,7 +62468,7 @@
62405
62468
  "immutable": true,
62406
62469
  "locationInModule": {
62407
62470
  "filename": "src/javascript/pnpm-workspace-config.ts",
62408
- "line": 558
62471
+ "line": 579
62409
62472
  },
62410
62473
  "name": "resolvePeersFromWorkspaceRoot",
62411
62474
  "optional": true,
@@ -62425,7 +62488,7 @@
62425
62488
  "immutable": true,
62426
62489
  "locationInModule": {
62427
62490
  "filename": "src/javascript/pnpm-workspace-config.ts",
62428
- "line": 1141
62491
+ "line": 1176
62429
62492
  },
62430
62493
  "name": "runtimeOnFail",
62431
62494
  "optional": true,
@@ -62445,7 +62508,7 @@
62445
62508
  "immutable": true,
62446
62509
  "locationInModule": {
62447
62510
  "filename": "src/javascript/pnpm-workspace-config.ts",
62448
- "line": 1007
62511
+ "line": 1042
62449
62512
  },
62450
62513
  "name": "saveExact",
62451
62514
  "optional": true,
@@ -62465,7 +62528,7 @@
62465
62528
  "immutable": true,
62466
62529
  "locationInModule": {
62467
62530
  "filename": "src/javascript/pnpm-workspace-config.ts",
62468
- "line": 804
62531
+ "line": 825
62469
62532
  },
62470
62533
  "name": "savePrefix",
62471
62534
  "optional": true,
@@ -62485,7 +62548,7 @@
62485
62548
  "immutable": true,
62486
62549
  "locationInModule": {
62487
62550
  "filename": "src/javascript/pnpm-workspace-config.ts",
62488
- "line": 748
62551
+ "line": 769
62489
62552
  },
62490
62553
  "name": "saveWorkspaceProtocol",
62491
62554
  "optional": true,
@@ -62505,7 +62568,7 @@
62505
62568
  "immutable": true,
62506
62569
  "locationInModule": {
62507
62570
  "filename": "src/javascript/pnpm-workspace-config.ts",
62508
- "line": 993
62571
+ "line": 1028
62509
62572
  },
62510
62573
  "name": "scriptShell",
62511
62574
  "optional": true,
@@ -62545,7 +62608,7 @@
62545
62608
  "immutable": true,
62546
62609
  "locationInModule": {
62547
62610
  "filename": "src/javascript/pnpm-workspace-config.ts",
62548
- "line": 741
62611
+ "line": 762
62549
62612
  },
62550
62613
  "name": "sharedWorkspaceLockfile",
62551
62614
  "optional": true,
@@ -62565,7 +62628,7 @@
62565
62628
  "immutable": true,
62566
62629
  "locationInModule": {
62567
62630
  "filename": "src/javascript/pnpm-workspace-config.ts",
62568
- "line": 1000
62631
+ "line": 1035
62569
62632
  },
62570
62633
  "name": "shellEmulator",
62571
62634
  "optional": true,
@@ -62585,7 +62648,7 @@
62585
62648
  "immutable": true,
62586
62649
  "locationInModule": {
62587
62650
  "filename": "src/javascript/pnpm-workspace-config.ts",
62588
- "line": 657
62651
+ "line": 678
62589
62652
  },
62590
62653
  "name": "sideEffectsCache",
62591
62654
  "optional": true,
@@ -62605,7 +62668,7 @@
62605
62668
  "immutable": true,
62606
62669
  "locationInModule": {
62607
62670
  "filename": "src/javascript/pnpm-workspace-config.ts",
62608
- "line": 664
62671
+ "line": 685
62609
62672
  },
62610
62673
  "name": "sideEffectsCacheReadonly",
62611
62674
  "optional": true,
@@ -62625,7 +62688,7 @@
62625
62688
  "immutable": true,
62626
62689
  "locationInModule": {
62627
62690
  "filename": "src/javascript/pnpm-workspace-config.ts",
62628
- "line": 832
62691
+ "line": 860
62629
62692
  },
62630
62693
  "name": "stateDir",
62631
62694
  "optional": true,
@@ -62645,7 +62708,7 @@
62645
62708
  "immutable": true,
62646
62709
  "locationInModule": {
62647
62710
  "filename": "src/javascript/pnpm-workspace-config.ts",
62648
- "line": 320
62711
+ "line": 327
62649
62712
  },
62650
62713
  "name": "storeDir",
62651
62714
  "optional": true,
@@ -62665,7 +62728,7 @@
62665
62728
  "immutable": true,
62666
62729
  "locationInModule": {
62667
62730
  "filename": "src/javascript/pnpm-workspace-config.ts",
62668
- "line": 692
62731
+ "line": 713
62669
62732
  },
62670
62733
  "name": "strictDepBuilds",
62671
62734
  "optional": true,
@@ -62685,7 +62748,7 @@
62685
62748
  "immutable": true,
62686
62749
  "locationInModule": {
62687
62750
  "filename": "src/javascript/pnpm-workspace-config.ts",
62688
- "line": 551
62751
+ "line": 572
62689
62752
  },
62690
62753
  "name": "strictPeerDependencies",
62691
62754
  "optional": true,
@@ -62705,7 +62768,7 @@
62705
62768
  "immutable": true,
62706
62769
  "locationInModule": {
62707
62770
  "filename": "src/javascript/pnpm-workspace-config.ts",
62708
- "line": 474
62771
+ "line": 495
62709
62772
  },
62710
62773
  "name": "strictSsl",
62711
62774
  "optional": true,
@@ -62725,7 +62788,7 @@
62725
62788
  "immutable": true,
62726
62789
  "locationInModule": {
62727
62790
  "filename": "src/javascript/pnpm-workspace-config.ts",
62728
- "line": 334
62791
+ "line": 355
62729
62792
  },
62730
62793
  "name": "strictStorePkgContentCheck",
62731
62794
  "optional": true,
@@ -62786,7 +62849,7 @@
62786
62849
  "immutable": true,
62787
62850
  "locationInModule": {
62788
62851
  "filename": "src/javascript/pnpm-workspace-config.ts",
62789
- "line": 727
62852
+ "line": 748
62790
62853
  },
62791
62854
  "name": "syncInjectedDepsAfterScripts",
62792
62855
  "optional": true,
@@ -62811,7 +62874,7 @@
62811
62874
  "immutable": true,
62812
62875
  "locationInModule": {
62813
62876
  "filename": "src/javascript/pnpm-workspace-config.ts",
62814
- "line": 811
62877
+ "line": 832
62815
62878
  },
62816
62879
  "name": "tag",
62817
62880
  "optional": true,
@@ -62832,7 +62895,7 @@
62832
62895
  "immutable": true,
62833
62896
  "locationInModule": {
62834
62897
  "filename": "src/javascript/pnpm-workspace-config.ts",
62835
- "line": 1155
62898
+ "line": 1190
62836
62899
  },
62837
62900
  "name": "trustLockfile",
62838
62901
  "optional": true,
@@ -62853,7 +62916,7 @@
62853
62916
  "immutable": true,
62854
62917
  "locationInModule": {
62855
62918
  "filename": "src/javascript/pnpm-workspace-config.ts",
62856
- "line": 1050
62919
+ "line": 1085
62857
62920
  },
62858
62921
  "name": "trustPolicy",
62859
62922
  "optional": true,
@@ -62873,7 +62936,7 @@
62873
62936
  "immutable": true,
62874
62937
  "locationInModule": {
62875
62938
  "filename": "src/javascript/pnpm-workspace-config.ts",
62876
- "line": 1057
62939
+ "line": 1092
62877
62940
  },
62878
62941
  "name": "trustPolicyExclude",
62879
62942
  "optional": true,
@@ -62899,7 +62962,7 @@
62899
62962
  "immutable": true,
62900
62963
  "locationInModule": {
62901
62964
  "filename": "src/javascript/pnpm-workspace-config.ts",
62902
- "line": 1078
62965
+ "line": 1113
62903
62966
  },
62904
62967
  "name": "trustPolicyIgnoreAfter",
62905
62968
  "optional": true,
@@ -62920,7 +62983,7 @@
62920
62983
  "immutable": true,
62921
62984
  "locationInModule": {
62922
62985
  "filename": "src/javascript/pnpm-workspace-config.ts",
62923
- "line": 671
62986
+ "line": 692
62924
62987
  },
62925
62988
  "name": "unsafePerm",
62926
62989
  "optional": true,
@@ -62978,7 +63041,7 @@
62978
63041
  "immutable": true,
62979
63042
  "locationInModule": {
62980
63043
  "filename": "src/javascript/pnpm-workspace-config.ts",
62981
- "line": 853
63044
+ "line": 881
62982
63045
  },
62983
63046
  "name": "updateNotifier",
62984
63047
  "optional": true,
@@ -62998,7 +63061,7 @@
62998
63061
  "immutable": true,
62999
63062
  "locationInModule": {
63000
63063
  "filename": "src/javascript/pnpm-workspace-config.ts",
63001
- "line": 587
63064
+ "line": 608
63002
63065
  },
63003
63066
  "name": "useBetaCli",
63004
63067
  "optional": true,
@@ -63018,7 +63081,7 @@
63018
63081
  "immutable": true,
63019
63082
  "locationInModule": {
63020
63083
  "filename": "src/javascript/pnpm-workspace-config.ts",
63021
- "line": 699
63084
+ "line": 720
63022
63085
  },
63023
63086
  "name": "useNodeVersion",
63024
63087
  "optional": true,
@@ -63026,6 +63089,27 @@
63026
63089
  "primitive": "string"
63027
63090
  }
63028
63091
  },
63092
+ {
63093
+ "abstract": true,
63094
+ "docs": {
63095
+ "custom": {
63096
+ "schema": "PnpmWorkspaceYamlSchema#useRunningStoreServer"
63097
+ },
63098
+ "remarks": "Only allows installation with a store server. If no store server is running, installation will fail.",
63099
+ "stability": "experimental",
63100
+ "summary": "Deprecated."
63101
+ },
63102
+ "immutable": true,
63103
+ "locationInModule": {
63104
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63105
+ "line": 341
63106
+ },
63107
+ "name": "useRunningStoreServer",
63108
+ "optional": true,
63109
+ "type": {
63110
+ "primitive": "boolean"
63111
+ }
63112
+ },
63029
63113
  {
63030
63114
  "abstract": true,
63031
63115
  "docs": {
@@ -63038,7 +63122,7 @@
63038
63122
  "immutable": true,
63039
63123
  "locationInModule": {
63040
63124
  "filename": "src/javascript/pnpm-workspace-config.ts",
63041
- "line": 846
63125
+ "line": 874
63042
63126
  },
63043
63127
  "name": "useStderr",
63044
63128
  "optional": true,
@@ -63058,7 +63142,7 @@
63058
63142
  "immutable": true,
63059
63143
  "locationInModule": {
63060
63144
  "filename": "src/javascript/pnpm-workspace-config.ts",
63061
- "line": 685
63145
+ "line": 706
63062
63146
  },
63063
63147
  "name": "verifyDepsBeforeRun",
63064
63148
  "optional": true,
@@ -63078,7 +63162,7 @@
63078
63162
  "immutable": true,
63079
63163
  "locationInModule": {
63080
63164
  "filename": "src/javascript/pnpm-workspace-config.ts",
63081
- "line": 327
63165
+ "line": 334
63082
63166
  },
63083
63167
  "name": "verifyStoreIntegrity",
63084
63168
  "optional": true,
@@ -63098,7 +63182,7 @@
63098
63182
  "immutable": true,
63099
63183
  "locationInModule": {
63100
63184
  "filename": "src/javascript/pnpm-workspace-config.ts",
63101
- "line": 944
63185
+ "line": 979
63102
63186
  },
63103
63187
  "name": "versioning",
63104
63188
  "optional": true,
@@ -63159,7 +63243,7 @@
63159
63243
  "immutable": true,
63160
63244
  "locationInModule": {
63161
63245
  "filename": "src/javascript/pnpm-workspace-config.ts",
63162
- "line": 1127
63246
+ "line": 1162
63163
63247
  },
63164
63248
  "name": "virtualStoreOnly",
63165
63249
  "optional": true,
@@ -63167,6 +63251,27 @@
63167
63251
  "primitive": "boolean"
63168
63252
  }
63169
63253
  },
63254
+ {
63255
+ "abstract": true,
63256
+ "docs": {
63257
+ "custom": {
63258
+ "schema": "PnpmWorkspaceYamlSchema#virtualStoreType"
63259
+ },
63260
+ "remarks": "When set to project, a separate virtual store is created in each project's node_modules/.pnpm. When set to global, a single store is shared by every project on the machine, with each project's node_modules holding only symlinks into it. Added in pnpm v11.23.0.",
63261
+ "stability": "experimental",
63262
+ "summary": "Determines where the virtual store is located."
63263
+ },
63264
+ "immutable": true,
63265
+ "locationInModule": {
63266
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63267
+ "line": 299
63268
+ },
63269
+ "name": "virtualStoreType",
63270
+ "optional": true,
63271
+ "type": {
63272
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType"
63273
+ }
63274
+ },
63170
63275
  {
63171
63276
  "abstract": true,
63172
63277
  "docs": {
@@ -63180,7 +63285,7 @@
63180
63285
  "immutable": true,
63181
63286
  "locationInModule": {
63182
63287
  "filename": "src/javascript/pnpm-workspace-config.ts",
63183
- "line": 783
63288
+ "line": 804
63184
63289
  },
63185
63290
  "name": "workspaceConcurrency",
63186
63291
  "optional": true,
@@ -63204,7 +63309,7 @@
63204
63309
  "kind": "interface",
63205
63310
  "locationInModule": {
63206
63311
  "filename": "src/javascript/pnpm-workspace-config.ts",
63207
- "line": 1483
63312
+ "line": 1523
63208
63313
  },
63209
63314
  "name": "PnpmWorkspaceYamlSchemaAudit",
63210
63315
  "namespace": "javascript",
@@ -63221,7 +63326,7 @@
63221
63326
  "immutable": true,
63222
63327
  "locationInModule": {
63223
63328
  "filename": "src/javascript/pnpm-workspace-config.ts",
63224
- "line": 1496
63329
+ "line": 1536
63225
63330
  },
63226
63331
  "name": "ignore",
63227
63332
  "optional": true,
@@ -63234,6 +63339,26 @@
63234
63339
  }
63235
63340
  }
63236
63341
  },
63342
+ {
63343
+ "abstract": true,
63344
+ "docs": {
63345
+ "custom": {
63346
+ "schema": "PnpmWorkspaceYamlSchemaAudit#ignorePrune"
63347
+ },
63348
+ "stability": "experimental",
63349
+ "summary": "When `true`, `pnpm audit --fix` removes the `audit.ignore` entries whose GHSA no longer appears in the audit report, so a list of tolerated advisories doesn't accumulate entries for dependencies that are long gone. Added in: v11.25.0 and v12.0.0."
63350
+ },
63351
+ "immutable": true,
63352
+ "locationInModule": {
63353
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63354
+ "line": 1543
63355
+ },
63356
+ "name": "ignorePrune",
63357
+ "optional": true,
63358
+ "type": {
63359
+ "primitive": "boolean"
63360
+ }
63361
+ },
63237
63362
  {
63238
63363
  "abstract": true,
63239
63364
  "docs": {
@@ -63246,7 +63371,7 @@
63246
63371
  "immutable": true,
63247
63372
  "locationInModule": {
63248
63373
  "filename": "src/javascript/pnpm-workspace-config.ts",
63249
- "line": 1489
63374
+ "line": 1529
63250
63375
  },
63251
63376
  "name": "level",
63252
63377
  "optional": true,
@@ -63270,7 +63395,7 @@
63270
63395
  "kind": "interface",
63271
63396
  "locationInModule": {
63272
63397
  "filename": "src/javascript/pnpm-workspace-config.ts",
63273
- "line": 1518
63398
+ "line": 1566
63274
63399
  },
63275
63400
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
63276
63401
  "namespace": "javascript",
@@ -63287,7 +63412,7 @@
63287
63412
  "immutable": true,
63288
63413
  "locationInModule": {
63289
63414
  "filename": "src/javascript/pnpm-workspace-config.ts",
63290
- "line": 1524
63415
+ "line": 1572
63291
63416
  },
63292
63417
  "name": "ignoreCves",
63293
63418
  "optional": true,
@@ -63312,7 +63437,7 @@
63312
63437
  "immutable": true,
63313
63438
  "locationInModule": {
63314
63439
  "filename": "src/javascript/pnpm-workspace-config.ts",
63315
- "line": 1531
63440
+ "line": 1579
63316
63441
  },
63317
63442
  "name": "ignoreGhsas",
63318
63443
  "optional": true,
@@ -63341,7 +63466,7 @@
63341
63466
  "kind": "enum",
63342
63467
  "locationInModule": {
63343
63468
  "filename": "src/javascript/pnpm-workspace-config.ts",
63344
- "line": 1853
63469
+ "line": 1913
63345
63470
  },
63346
63471
  "members": [
63347
63472
  {
@@ -63390,7 +63515,7 @@
63390
63515
  "kind": "enum",
63391
63516
  "locationInModule": {
63392
63517
  "filename": "src/javascript/pnpm-workspace-config.ts",
63393
- "line": 1350
63518
+ "line": 1390
63394
63519
  },
63395
63520
  "members": [
63396
63521
  {
@@ -63432,7 +63557,7 @@
63432
63557
  "kind": "enum",
63433
63558
  "locationInModule": {
63434
63559
  "filename": "src/javascript/pnpm-workspace-config.ts",
63435
- "line": 1665
63560
+ "line": 1725
63436
63561
  },
63437
63562
  "members": [
63438
63563
  {
@@ -63474,7 +63599,7 @@
63474
63599
  "kind": "interface",
63475
63600
  "locationInModule": {
63476
63601
  "filename": "src/javascript/pnpm-workspace-config.ts",
63477
- "line": 1592
63602
+ "line": 1640
63478
63603
  },
63479
63604
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
63480
63605
  "namespace": "javascript",
@@ -63491,7 +63616,7 @@
63491
63616
  "immutable": true,
63492
63617
  "locationInModule": {
63493
63618
  "filename": "src/javascript/pnpm-workspace-config.ts",
63494
- "line": 1598
63619
+ "line": 1646
63495
63620
  },
63496
63621
  "name": "nodeVersion",
63497
63622
  "optional": true,
@@ -63516,15 +63641,15 @@
63516
63641
  "kind": "enum",
63517
63642
  "locationInModule": {
63518
63643
  "filename": "src/javascript/pnpm-workspace-config.ts",
63519
- "line": 1901
63644
+ "line": 1961
63520
63645
  },
63521
63646
  "members": [
63522
63647
  {
63523
63648
  "docs": {
63524
63649
  "stability": "experimental",
63525
- "summary": "node."
63650
+ "summary": "none."
63526
63651
  },
63527
- "name": "NODE"
63652
+ "name": "NONE"
63528
63653
  },
63529
63654
  {
63530
63655
  "docs": {
@@ -63558,7 +63683,7 @@
63558
63683
  "kind": "class",
63559
63684
  "locationInModule": {
63560
63685
  "filename": "src/javascript/pnpm-workspace-config.ts",
63561
- "line": 1712
63686
+ "line": 1772
63562
63687
  },
63563
63688
  "methods": [
63564
63689
  {
@@ -63567,7 +63692,7 @@
63567
63692
  },
63568
63693
  "locationInModule": {
63569
63694
  "filename": "src/javascript/pnpm-workspace-config.ts",
63570
- "line": 1713
63695
+ "line": 1773
63571
63696
  },
63572
63697
  "name": "fromBoolean",
63573
63698
  "parameters": [
@@ -63591,7 +63716,7 @@
63591
63716
  },
63592
63717
  "locationInModule": {
63593
63718
  "filename": "src/javascript/pnpm-workspace-config.ts",
63594
- "line": 1716
63719
+ "line": 1776
63595
63720
  },
63596
63721
  "name": "fromString",
63597
63722
  "parameters": [
@@ -63620,7 +63745,7 @@
63620
63745
  "immutable": true,
63621
63746
  "locationInModule": {
63622
63747
  "filename": "src/javascript/pnpm-workspace-config.ts",
63623
- "line": 1719
63748
+ "line": 1779
63624
63749
  },
63625
63750
  "name": "value",
63626
63751
  "type": {
@@ -63652,7 +63777,7 @@
63652
63777
  "kind": "enum",
63653
63778
  "locationInModule": {
63654
63779
  "filename": "src/javascript/pnpm-workspace-config.ts",
63655
- "line": 1679
63780
+ "line": 1739
63656
63781
  },
63657
63782
  "members": [
63658
63783
  {
@@ -63701,7 +63826,7 @@
63701
63826
  "kind": "enum",
63702
63827
  "locationInModule": {
63703
63828
  "filename": "src/javascript/pnpm-workspace-config.ts",
63704
- "line": 1621
63829
+ "line": 1669
63705
63830
  },
63706
63831
  "members": [
63707
63832
  {
@@ -63743,7 +63868,7 @@
63743
63868
  "kind": "enum",
63744
63869
  "locationInModule": {
63745
63870
  "filename": "src/javascript/pnpm-workspace-config.ts",
63746
- "line": 1635
63871
+ "line": 1683
63747
63872
  },
63748
63873
  "members": [
63749
63874
  {
@@ -63778,7 +63903,7 @@
63778
63903
  "kind": "enum",
63779
63904
  "locationInModule": {
63780
63905
  "filename": "src/javascript/pnpm-workspace-config.ts",
63781
- "line": 1647
63906
+ "line": 1707
63782
63907
  },
63783
63908
  "members": [
63784
63909
  {
@@ -63834,7 +63959,7 @@
63834
63959
  "kind": "interface",
63835
63960
  "locationInModule": {
63836
63961
  "filename": "src/javascript/pnpm-workspace-config.ts",
63837
- "line": 1362
63962
+ "line": 1402
63838
63963
  },
63839
63964
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
63840
63965
  "namespace": "javascript",
@@ -63851,7 +63976,7 @@
63851
63976
  "immutable": true,
63852
63977
  "locationInModule": {
63853
63978
  "filename": "src/javascript/pnpm-workspace-config.ts",
63854
- "line": 1382
63979
+ "line": 1422
63855
63980
  },
63856
63981
  "name": "allowAny",
63857
63982
  "optional": true,
@@ -63876,7 +64001,7 @@
63876
64001
  "immutable": true,
63877
64002
  "locationInModule": {
63878
64003
  "filename": "src/javascript/pnpm-workspace-config.ts",
63879
- "line": 1375
64004
+ "line": 1415
63880
64005
  },
63881
64006
  "name": "allowedVersions",
63882
64007
  "optional": true,
@@ -63896,7 +64021,7 @@
63896
64021
  "immutable": true,
63897
64022
  "locationInModule": {
63898
64023
  "filename": "src/javascript/pnpm-workspace-config.ts",
63899
- "line": 1368
64024
+ "line": 1408
63900
64025
  },
63901
64026
  "name": "ignoreMissing",
63902
64027
  "optional": true,
@@ -63925,7 +64050,7 @@
63925
64050
  "kind": "enum",
63926
64051
  "locationInModule": {
63927
64052
  "filename": "src/javascript/pnpm-workspace-config.ts",
63928
- "line": 1869
64053
+ "line": 1929
63929
64054
  },
63930
64055
  "members": [
63931
64056
  {
@@ -63975,7 +64100,7 @@
63975
64100
  "kind": "enum",
63976
64101
  "locationInModule": {
63977
64102
  "filename": "src/javascript/pnpm-workspace-config.ts",
63978
- "line": 1696
64103
+ "line": 1756
63979
64104
  },
63980
64105
  "members": [
63981
64106
  {
@@ -64024,7 +64149,7 @@
64024
64149
  "kind": "enum",
64025
64150
  "locationInModule": {
64026
64151
  "filename": "src/javascript/pnpm-workspace-config.ts",
64027
- "line": 1758
64152
+ "line": 1818
64028
64153
  },
64029
64154
  "members": [
64030
64155
  {
@@ -64066,7 +64191,7 @@
64066
64191
  "kind": "enum",
64067
64192
  "locationInModule": {
64068
64193
  "filename": "src/javascript/pnpm-workspace-config.ts",
64069
- "line": 1885
64194
+ "line": 1945
64070
64195
  },
64071
64196
  "members": [
64072
64197
  {
@@ -64115,7 +64240,7 @@
64115
64240
  "kind": "enum",
64116
64241
  "locationInModule": {
64117
64242
  "filename": "src/javascript/pnpm-workspace-config.ts",
64118
- "line": 1744
64243
+ "line": 1804
64119
64244
  },
64120
64245
  "members": [
64121
64246
  {
@@ -64157,7 +64282,7 @@
64157
64282
  "kind": "class",
64158
64283
  "locationInModule": {
64159
64284
  "filename": "src/javascript/pnpm-workspace-config.ts",
64160
- "line": 1728
64285
+ "line": 1788
64161
64286
  },
64162
64287
  "methods": [
64163
64288
  {
@@ -64166,7 +64291,7 @@
64166
64291
  },
64167
64292
  "locationInModule": {
64168
64293
  "filename": "src/javascript/pnpm-workspace-config.ts",
64169
- "line": 1729
64294
+ "line": 1789
64170
64295
  },
64171
64296
  "name": "fromBoolean",
64172
64297
  "parameters": [
@@ -64190,7 +64315,7 @@
64190
64315
  },
64191
64316
  "locationInModule": {
64192
64317
  "filename": "src/javascript/pnpm-workspace-config.ts",
64193
- "line": 1732
64318
+ "line": 1792
64194
64319
  },
64195
64320
  "name": "fromString",
64196
64321
  "parameters": [
@@ -64219,7 +64344,7 @@
64219
64344
  "immutable": true,
64220
64345
  "locationInModule": {
64221
64346
  "filename": "src/javascript/pnpm-workspace-config.ts",
64222
- "line": 1735
64347
+ "line": 1795
64223
64348
  },
64224
64349
  "name": "value",
64225
64350
  "type": {
@@ -64252,7 +64377,7 @@
64252
64377
  "kind": "interface",
64253
64378
  "locationInModule": {
64254
64379
  "filename": "src/javascript/pnpm-workspace-config.ts",
64255
- "line": 1555
64380
+ "line": 1603
64256
64381
  },
64257
64382
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
64258
64383
  "namespace": "javascript",
@@ -64268,7 +64393,7 @@
64268
64393
  "immutable": true,
64269
64394
  "locationInModule": {
64270
64395
  "filename": "src/javascript/pnpm-workspace-config.ts",
64271
- "line": 1564
64396
+ "line": 1612
64272
64397
  },
64273
64398
  "name": "cpu",
64274
64399
  "optional": true,
@@ -64292,7 +64417,7 @@
64292
64417
  "immutable": true,
64293
64418
  "locationInModule": {
64294
64419
  "filename": "src/javascript/pnpm-workspace-config.ts",
64295
- "line": 1569
64420
+ "line": 1617
64296
64421
  },
64297
64422
  "name": "libc",
64298
64423
  "optional": true,
@@ -64316,7 +64441,7 @@
64316
64441
  "immutable": true,
64317
64442
  "locationInModule": {
64318
64443
  "filename": "src/javascript/pnpm-workspace-config.ts",
64319
- "line": 1559
64444
+ "line": 1607
64320
64445
  },
64321
64446
  "name": "os",
64322
64447
  "optional": true,
@@ -64346,7 +64471,7 @@
64346
64471
  "kind": "enum",
64347
64472
  "locationInModule": {
64348
64473
  "filename": "src/javascript/pnpm-workspace-config.ts",
64349
- "line": 1841
64474
+ "line": 1901
64350
64475
  },
64351
64476
  "members": [
64352
64477
  {
@@ -64381,7 +64506,7 @@
64381
64506
  "kind": "interface",
64382
64507
  "locationInModule": {
64383
64508
  "filename": "src/javascript/pnpm-workspace-config.ts",
64384
- "line": 1405
64509
+ "line": 1445
64385
64510
  },
64386
64511
  "name": "PnpmWorkspaceYamlSchemaUpdate",
64387
64512
  "namespace": "javascript",
@@ -64398,7 +64523,7 @@
64398
64523
  "immutable": true,
64399
64524
  "locationInModule": {
64400
64525
  "filename": "src/javascript/pnpm-workspace-config.ts",
64401
- "line": 1418
64526
+ "line": 1458
64402
64527
  },
64403
64528
  "name": "changeset",
64404
64529
  "optional": true,
@@ -64418,7 +64543,7 @@
64418
64543
  "immutable": true,
64419
64544
  "locationInModule": {
64420
64545
  "filename": "src/javascript/pnpm-workspace-config.ts",
64421
- "line": 1425
64546
+ "line": 1465
64422
64547
  },
64423
64548
  "name": "githubActions",
64424
64549
  "optional": true,
@@ -64438,7 +64563,7 @@
64438
64563
  "immutable": true,
64439
64564
  "locationInModule": {
64440
64565
  "filename": "src/javascript/pnpm-workspace-config.ts",
64441
- "line": 1432
64566
+ "line": 1472
64442
64567
  },
64443
64568
  "name": "githubActionsServer",
64444
64569
  "optional": true,
@@ -64458,7 +64583,7 @@
64458
64583
  "immutable": true,
64459
64584
  "locationInModule": {
64460
64585
  "filename": "src/javascript/pnpm-workspace-config.ts",
64461
- "line": 1411
64586
+ "line": 1451
64462
64587
  },
64463
64588
  "name": "ignoreDeps",
64464
64589
  "optional": true,
@@ -64487,7 +64612,7 @@
64487
64612
  "kind": "interface",
64488
64613
  "locationInModule": {
64489
64614
  "filename": "src/javascript/pnpm-workspace-config.ts",
64490
- "line": 1456
64615
+ "line": 1496
64491
64616
  },
64492
64617
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
64493
64618
  "namespace": "javascript",
@@ -64504,7 +64629,7 @@
64504
64629
  "immutable": true,
64505
64630
  "locationInModule": {
64506
64631
  "filename": "src/javascript/pnpm-workspace-config.ts",
64507
- "line": 1462
64632
+ "line": 1502
64508
64633
  },
64509
64634
  "name": "ignoreDependencies",
64510
64635
  "optional": true,
@@ -64534,7 +64659,7 @@
64534
64659
  "kind": "interface",
64535
64660
  "locationInModule": {
64536
64661
  "filename": "src/javascript/pnpm-workspace-config.ts",
64537
- "line": 1772
64662
+ "line": 1832
64538
64663
  },
64539
64664
  "name": "PnpmWorkspaceYamlSchemaVersioning",
64540
64665
  "namespace": "javascript",
@@ -64551,7 +64676,7 @@
64551
64676
  "immutable": true,
64552
64677
  "locationInModule": {
64553
64678
  "filename": "src/javascript/pnpm-workspace-config.ts",
64554
- "line": 1813
64679
+ "line": 1873
64555
64680
  },
64556
64681
  "name": "changelog",
64557
64682
  "optional": true,
@@ -64571,7 +64696,7 @@
64571
64696
  "immutable": true,
64572
64697
  "locationInModule": {
64573
64698
  "filename": "src/javascript/pnpm-workspace-config.ts",
64574
- "line": 1806
64699
+ "line": 1866
64575
64700
  },
64576
64701
  "name": "epics",
64577
64702
  "optional": true,
@@ -64597,7 +64722,7 @@
64597
64722
  "immutable": true,
64598
64723
  "locationInModule": {
64599
64724
  "filename": "src/javascript/pnpm-workspace-config.ts",
64600
- "line": 1778
64725
+ "line": 1838
64601
64726
  },
64602
64727
  "name": "fixed",
64603
64728
  "optional": true,
@@ -64627,7 +64752,7 @@
64627
64752
  "immutable": true,
64628
64753
  "locationInModule": {
64629
64754
  "filename": "src/javascript/pnpm-workspace-config.ts",
64630
- "line": 1785
64755
+ "line": 1845
64631
64756
  },
64632
64757
  "name": "ignore",
64633
64758
  "optional": true,
@@ -64653,7 +64778,7 @@
64653
64778
  "immutable": true,
64654
64779
  "locationInModule": {
64655
64780
  "filename": "src/javascript/pnpm-workspace-config.ts",
64656
- "line": 1799
64781
+ "line": 1859
64657
64782
  },
64658
64783
  "name": "lanes",
64659
64784
  "optional": true,
@@ -64678,7 +64803,7 @@
64678
64803
  "immutable": true,
64679
64804
  "locationInModule": {
64680
64805
  "filename": "src/javascript/pnpm-workspace-config.ts",
64681
- "line": 1792
64806
+ "line": 1852
64682
64807
  },
64683
64808
  "name": "maxBump",
64684
64809
  "optional": true,
@@ -64703,7 +64828,7 @@
64703
64828
  "kind": "interface",
64704
64829
  "locationInModule": {
64705
64830
  "filename": "src/javascript/pnpm-workspace-config.ts",
64706
- "line": 1964
64831
+ "line": 2024
64707
64832
  },
64708
64833
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
64709
64834
  "namespace": "javascript",
@@ -64721,7 +64846,7 @@
64721
64846
  "immutable": true,
64722
64847
  "locationInModule": {
64723
64848
  "filename": "src/javascript/pnpm-workspace-config.ts",
64724
- "line": 1970
64849
+ "line": 2030
64725
64850
  },
64726
64851
  "name": "storage",
64727
64852
  "optional": true,
@@ -64746,7 +64871,7 @@
64746
64871
  "kind": "enum",
64747
64872
  "locationInModule": {
64748
64873
  "filename": "src/javascript/pnpm-workspace-config.ts",
64749
- "line": 1993
64874
+ "line": 2053
64750
64875
  },
64751
64876
  "members": [
64752
64877
  {
@@ -64781,7 +64906,7 @@
64781
64906
  "kind": "interface",
64782
64907
  "locationInModule": {
64783
64908
  "filename": "src/javascript/pnpm-workspace-config.ts",
64784
- "line": 1927
64909
+ "line": 1987
64785
64910
  },
64786
64911
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
64787
64912
  "namespace": "javascript",
@@ -64798,7 +64923,7 @@
64798
64923
  "immutable": true,
64799
64924
  "locationInModule": {
64800
64925
  "filename": "src/javascript/pnpm-workspace-config.ts",
64801
- "line": 1933
64926
+ "line": 1993
64802
64927
  },
64803
64928
  "name": "lead",
64804
64929
  "type": {
@@ -64817,7 +64942,7 @@
64817
64942
  "immutable": true,
64818
64943
  "locationInModule": {
64819
64944
  "filename": "src/javascript/pnpm-workspace-config.ts",
64820
- "line": 1940
64945
+ "line": 2000
64821
64946
  },
64822
64947
  "name": "packages",
64823
64948
  "type": {
@@ -64845,7 +64970,7 @@
64845
64970
  "kind": "enum",
64846
64971
  "locationInModule": {
64847
64972
  "filename": "src/javascript/pnpm-workspace-config.ts",
64848
- "line": 1915
64973
+ "line": 1975
64849
64974
  },
64850
64975
  "members": [
64851
64976
  {
@@ -64874,6 +64999,42 @@
64874
64999
  "namespace": "javascript",
64875
65000
  "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningMaxBump"
64876
65001
  },
65002
+ "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType": {
65003
+ "assembly": "projen",
65004
+ "docs": {
65005
+ "custom": {
65006
+ "schema": "PnpmWorkspaceYamlSchemaVirtualStoreType"
65007
+ },
65008
+ "remarks": "When set to project, a separate virtual store is created in each project's node_modules/.pnpm. When set to global, a single store is shared by every project on the machine, with each project's node_modules holding only symlinks into it. Added in pnpm v11.23.0.",
65009
+ "stability": "experimental",
65010
+ "summary": "Determines where the virtual store is located."
65011
+ },
65012
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType",
65013
+ "kind": "enum",
65014
+ "locationInModule": {
65015
+ "filename": "src/javascript/pnpm-workspace-config.ts",
65016
+ "line": 1695
65017
+ },
65018
+ "members": [
65019
+ {
65020
+ "docs": {
65021
+ "stability": "experimental",
65022
+ "summary": "project."
65023
+ },
65024
+ "name": "PROJECT"
65025
+ },
65026
+ {
65027
+ "docs": {
65028
+ "stability": "experimental",
65029
+ "summary": "global."
65030
+ },
65031
+ "name": "GLOBAL"
65032
+ }
65033
+ ],
65034
+ "name": "PnpmWorkspaceYamlSchemaVirtualStoreType",
65035
+ "namespace": "javascript",
65036
+ "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVirtualStoreType"
65037
+ },
64877
65038
  "projen.javascript.Prettier": {
64878
65039
  "assembly": "projen",
64879
65040
  "base": "projen.Component",
@@ -103641,6 +103802,6 @@
103641
103802
  "usedFeatures": [
103642
103803
  "class-covariant-overrides"
103643
103804
  ],
103644
- "version": "0.103.15",
103645
- "fingerprint": "svXAYiD5O3O5+wut24V9c7jEGvcPbOrunCXXEIIfyfU="
103805
+ "version": "0.103.17",
103806
+ "fingerprint": "5bsN2nzhPB2gOQiUC2Ovo0xN2qQrgftnu/rq0mVPILM="
103646
103807
  }