projen 0.103.16 → 0.103.18

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 (164) hide show
  1. package/.jsii +489 -303
  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.d.ts +9 -0
  86. package/lib/javascript/node-package.js +3 -2
  87. package/lib/javascript/node-project.js +1 -1
  88. package/lib/javascript/npm-config.js +1 -1
  89. package/lib/javascript/pnpm-workspace-config.d.ts +49 -2
  90. package/lib/javascript/pnpm-workspace-config.js +24 -6
  91. package/lib/javascript/pnpm-workspace.js +1 -1
  92. package/lib/javascript/prettier.js +1 -1
  93. package/lib/javascript/projenrc.js +1 -1
  94. package/lib/javascript/typescript-config.js +2 -2
  95. package/lib/javascript/upgrade-dependencies.js +2 -2
  96. package/lib/javascript/yarnrc.js +1 -1
  97. package/lib/json-patch.js +1 -1
  98. package/lib/json.js +1 -1
  99. package/lib/license.js +1 -1
  100. package/lib/logger.js +1 -1
  101. package/lib/makefile.js +1 -1
  102. package/lib/object-file.js +1 -1
  103. package/lib/polaris/coverity-go.js +1 -1
  104. package/lib/polaris/coverity-java.js +1 -1
  105. package/lib/polaris/coverity-javascript.js +1 -1
  106. package/lib/polaris/coverity.js +1 -1
  107. package/lib/project-build.js +1 -1
  108. package/lib/project-tree.js +1 -1
  109. package/lib/project.js +1 -1
  110. package/lib/projects.js +1 -1
  111. package/lib/projenrc-json.js +1 -1
  112. package/lib/projenrc.js +1 -1
  113. package/lib/properties-file.js +1 -1
  114. package/lib/python/pip.js +1 -1
  115. package/lib/python/poetry.js +2 -2
  116. package/lib/python/projenrc.js +1 -1
  117. package/lib/python/pyproject-toml-file.js +1 -1
  118. package/lib/python/pytest-sample.js +1 -1
  119. package/lib/python/pytest.js +1 -1
  120. package/lib/python/python-project.js +1 -1
  121. package/lib/python/python-sample.js +1 -1
  122. package/lib/python/requirements-file.js +1 -1
  123. package/lib/python/setuppy.js +1 -1
  124. package/lib/python/setuptools.js +1 -1
  125. package/lib/python/uv-config.js +1 -1
  126. package/lib/python/uv.js +1 -1
  127. package/lib/python/venv.js +1 -1
  128. package/lib/readme.js +1 -1
  129. package/lib/release/publisher.js +1 -1
  130. package/lib/release/release-trigger.js +1 -1
  131. package/lib/release/release.js +1 -1
  132. package/lib/renovatebot.js +1 -1
  133. package/lib/run-task.cjs +1 -1
  134. package/lib/sample-file.js +2 -2
  135. package/lib/script-runner.js +1 -1
  136. package/lib/sonarqube/javascript.js +1 -1
  137. package/lib/sonarqube/rust.js +1 -1
  138. package/lib/sonarqube/sonarqube.js +1 -1
  139. package/lib/sonarqube/typescript.js +1 -1
  140. package/lib/source-code.js +1 -1
  141. package/lib/task-shell.js +1 -1
  142. package/lib/task.js +1 -1
  143. package/lib/tasks.js +1 -1
  144. package/lib/testing.js +1 -1
  145. package/lib/textfile.js +1 -1
  146. package/lib/toml.js +1 -1
  147. package/lib/typescript/projenrc-ts.js +1 -1
  148. package/lib/typescript/projenrc.js +1 -1
  149. package/lib/typescript/typescript-runner.js +1 -1
  150. package/lib/typescript/typescript-typedoc.js +1 -1
  151. package/lib/typescript/typescript.js +5 -5
  152. package/lib/version.js +2 -2
  153. package/lib/vscode/devcontainer.js +1 -1
  154. package/lib/vscode/extensions.js +1 -1
  155. package/lib/vscode/launch-config.js +1 -1
  156. package/lib/vscode/settings.js +1 -1
  157. package/lib/vscode/vscode.js +1 -1
  158. package/lib/web/next.js +3 -3
  159. package/lib/web/postcss.js +1 -1
  160. package/lib/web/react.js +3 -3
  161. package/lib/web/tailwind.js +1 -1
  162. package/lib/xmlfile.js +1 -1
  163. package/lib/yaml.js +1 -1
  164. package/package.json +1 -1
package/.jsii CHANGED
@@ -47407,7 +47407,7 @@
47407
47407
  "kind": "enum",
47408
47408
  "locationInModule": {
47409
47409
  "filename": "src/javascript/node-package.ts",
47410
- "line": 516
47410
+ "line": 526
47411
47411
  },
47412
47412
  "members": [
47413
47413
  {
@@ -47441,7 +47441,7 @@
47441
47441
  "kind": "interface",
47442
47442
  "locationInModule": {
47443
47443
  "filename": "src/javascript/node-package.ts",
47444
- "line": 534
47444
+ "line": 544
47445
47445
  },
47446
47446
  "name": "CodeArtifactOptions",
47447
47447
  "namespace": "javascript",
@@ -47457,7 +47457,7 @@
47457
47457
  "immutable": true,
47458
47458
  "locationInModule": {
47459
47459
  "filename": "src/javascript/node-package.ts",
47460
- "line": 551
47460
+ "line": 561
47461
47461
  },
47462
47462
  "name": "accessKeyIdSecret",
47463
47463
  "optional": true,
@@ -47475,7 +47475,7 @@
47475
47475
  "immutable": true,
47476
47476
  "locationInModule": {
47477
47477
  "filename": "src/javascript/node-package.ts",
47478
- "line": 540
47478
+ "line": 550
47479
47479
  },
47480
47480
  "name": "authProvider",
47481
47481
  "optional": true,
@@ -47494,7 +47494,7 @@
47494
47494
  "immutable": true,
47495
47495
  "locationInModule": {
47496
47496
  "filename": "src/javascript/node-package.ts",
47497
- "line": 571
47497
+ "line": 581
47498
47498
  },
47499
47499
  "name": "roleToAssume",
47500
47500
  "optional": true,
@@ -47513,7 +47513,7 @@
47513
47513
  "immutable": true,
47514
47514
  "locationInModule": {
47515
47515
  "filename": "src/javascript/node-package.ts",
47516
- "line": 562
47516
+ "line": 572
47517
47517
  },
47518
47518
  "name": "secretAccessKeySecret",
47519
47519
  "optional": true,
@@ -47617,7 +47617,7 @@
47617
47617
  "kind": "interface",
47618
47618
  "locationInModule": {
47619
47619
  "filename": "src/javascript/node-package.ts",
47620
- "line": 460
47620
+ "line": 470
47621
47621
  },
47622
47622
  "name": "DevEngineDependency",
47623
47623
  "namespace": "javascript",
@@ -47631,7 +47631,7 @@
47631
47631
  "immutable": true,
47632
47632
  "locationInModule": {
47633
47633
  "filename": "src/javascript/node-package.ts",
47634
- "line": 464
47634
+ "line": 474
47635
47635
  },
47636
47636
  "name": "name",
47637
47637
  "type": {
@@ -47648,7 +47648,7 @@
47648
47648
  "immutable": true,
47649
47649
  "locationInModule": {
47650
47650
  "filename": "src/javascript/node-package.ts",
47651
- "line": 478
47651
+ "line": 488
47652
47652
  },
47653
47653
  "name": "onFail",
47654
47654
  "optional": true,
@@ -47666,7 +47666,7 @@
47666
47666
  "immutable": true,
47667
47667
  "locationInModule": {
47668
47668
  "filename": "src/javascript/node-package.ts",
47669
- "line": 471
47669
+ "line": 481
47670
47670
  },
47671
47671
  "name": "version",
47672
47672
  "optional": true,
@@ -47689,7 +47689,7 @@
47689
47689
  "kind": "interface",
47690
47690
  "locationInModule": {
47691
47691
  "filename": "src/javascript/node-package.ts",
47692
- "line": 486
47692
+ "line": 496
47693
47693
  },
47694
47694
  "name": "DevEngines",
47695
47695
  "namespace": "javascript",
@@ -47703,7 +47703,7 @@
47703
47703
  "immutable": true,
47704
47704
  "locationInModule": {
47705
47705
  "filename": "src/javascript/node-package.ts",
47706
- "line": 495
47706
+ "line": 505
47707
47707
  },
47708
47708
  "name": "cpu",
47709
47709
  "optional": true,
@@ -47734,7 +47734,7 @@
47734
47734
  "immutable": true,
47735
47735
  "locationInModule": {
47736
47736
  "filename": "src/javascript/node-package.ts",
47737
- "line": 500
47737
+ "line": 510
47738
47738
  },
47739
47739
  "name": "libc",
47740
47740
  "optional": true,
@@ -47765,7 +47765,7 @@
47765
47765
  "immutable": true,
47766
47766
  "locationInModule": {
47767
47767
  "filename": "src/javascript/node-package.ts",
47768
- "line": 490
47768
+ "line": 500
47769
47769
  },
47770
47770
  "name": "os",
47771
47771
  "optional": true,
@@ -47796,7 +47796,7 @@
47796
47796
  "immutable": true,
47797
47797
  "locationInModule": {
47798
47798
  "filename": "src/javascript/node-package.ts",
47799
- "line": 510
47799
+ "line": 520
47800
47800
  },
47801
47801
  "name": "packageManager",
47802
47802
  "optional": true,
@@ -47827,7 +47827,7 @@
47827
47827
  "immutable": true,
47828
47828
  "locationInModule": {
47829
47829
  "filename": "src/javascript/node-package.ts",
47830
- "line": 505
47830
+ "line": 515
47831
47831
  },
47832
47832
  "name": "runtime",
47833
47833
  "optional": true,
@@ -49104,7 +49104,7 @@
49104
49104
  "kind": "enum",
49105
49105
  "locationInModule": {
49106
49106
  "filename": "src/javascript/node-package.ts",
49107
- "line": 2423
49107
+ "line": 2434
49108
49108
  },
49109
49109
  "members": [
49110
49110
  {
@@ -49144,7 +49144,7 @@
49144
49144
  "kind": "interface",
49145
49145
  "locationInModule": {
49146
49146
  "filename": "src/javascript/node-package.ts",
49147
- "line": 2435
49147
+ "line": 2446
49148
49148
  },
49149
49149
  "name": "InstallTrigger",
49150
49150
  "namespace": "javascript",
@@ -49158,7 +49158,7 @@
49158
49158
  "immutable": true,
49159
49159
  "locationInModule": {
49160
49160
  "filename": "src/javascript/node-package.ts",
49161
- "line": 2437
49161
+ "line": 2448
49162
49162
  },
49163
49163
  "name": "reason",
49164
49164
  "type": {
@@ -49174,7 +49174,7 @@
49174
49174
  "immutable": true,
49175
49175
  "locationInModule": {
49176
49176
  "filename": "src/javascript/node-package.ts",
49177
- "line": 2443
49177
+ "line": 2454
49178
49178
  },
49179
49179
  "name": "diff",
49180
49180
  "optional": true,
@@ -49197,7 +49197,7 @@
49197
49197
  "immutable": true,
49198
49198
  "locationInModule": {
49199
49199
  "filename": "src/javascript/node-package.ts",
49200
- "line": 2449
49200
+ "line": 2460
49201
49201
  },
49202
49202
  "name": "resolutions",
49203
49203
  "optional": true,
@@ -56040,7 +56040,7 @@
56040
56040
  },
56041
56041
  "locationInModule": {
56042
56042
  "filename": "src/javascript/node-package.ts",
56043
- "line": 768
56043
+ "line": 778
56044
56044
  },
56045
56045
  "parameters": [
56046
56046
  {
@@ -56061,7 +56061,7 @@
56061
56061
  "kind": "class",
56062
56062
  "locationInModule": {
56063
56063
  "filename": "src/javascript/node-package.ts",
56064
- "line": 594
56064
+ "line": 604
56065
56065
  },
56066
56066
  "methods": [
56067
56067
  {
@@ -56072,7 +56072,7 @@
56072
56072
  },
56073
56073
  "locationInModule": {
56074
56074
  "filename": "src/javascript/node-package.ts",
56075
- "line": 601
56075
+ "line": 611
56076
56076
  },
56077
56077
  "name": "of",
56078
56078
  "parameters": [
@@ -56103,7 +56103,7 @@
56103
56103
  },
56104
56104
  "locationInModule": {
56105
56105
  "filename": "src/javascript/node-package.ts",
56106
- "line": 1097
56106
+ "line": 1108
56107
56107
  },
56108
56108
  "name": "addAllowedScripts",
56109
56109
  "parameters": [
@@ -56126,7 +56126,7 @@
56126
56126
  },
56127
56127
  "locationInModule": {
56128
56128
  "filename": "src/javascript/node-package.ts",
56129
- "line": 1117
56129
+ "line": 1128
56130
56130
  },
56131
56131
  "name": "addBin",
56132
56132
  "parameters": [
@@ -56151,7 +56151,7 @@
56151
56151
  },
56152
56152
  "locationInModule": {
56153
56153
  "filename": "src/javascript/node-package.ts",
56154
- "line": 1055
56154
+ "line": 1066
56155
56155
  },
56156
56156
  "name": "addBundledDeps",
56157
56157
  "parameters": [
@@ -56176,7 +56176,7 @@
56176
56176
  },
56177
56177
  "locationInModule": {
56178
56178
  "filename": "src/javascript/node-package.ts",
56179
- "line": 995
56179
+ "line": 1006
56180
56180
  },
56181
56181
  "name": "addDeps",
56182
56182
  "parameters": [
@@ -56201,7 +56201,7 @@
56201
56201
  },
56202
56202
  "locationInModule": {
56203
56203
  "filename": "src/javascript/node-package.ts",
56204
- "line": 1010
56204
+ "line": 1021
56205
56205
  },
56206
56206
  "name": "addDevDeps",
56207
56207
  "parameters": [
@@ -56226,7 +56226,7 @@
56226
56226
  },
56227
56227
  "locationInModule": {
56228
56228
  "filename": "src/javascript/node-package.ts",
56229
- "line": 1072
56229
+ "line": 1083
56230
56230
  },
56231
56231
  "name": "addEngine",
56232
56232
  "parameters": [
@@ -56260,7 +56260,7 @@
56260
56260
  },
56261
56261
  "locationInModule": {
56262
56262
  "filename": "src/javascript/node-package.ts",
56263
- "line": 1150
56263
+ "line": 1161
56264
56264
  },
56265
56265
  "name": "addField",
56266
56266
  "parameters": [
@@ -56291,7 +56291,7 @@
56291
56291
  },
56292
56292
  "locationInModule": {
56293
56293
  "filename": "src/javascript/node-package.ts",
56294
- "line": 1080
56294
+ "line": 1091
56295
56295
  },
56296
56296
  "name": "addKeywords",
56297
56297
  "parameters": [
@@ -56315,7 +56315,7 @@
56315
56315
  },
56316
56316
  "locationInModule": {
56317
56317
  "filename": "src/javascript/node-package.ts",
56318
- "line": 1170
56318
+ "line": 1181
56319
56319
  },
56320
56320
  "name": "addPackageResolutions",
56321
56321
  "parameters": [
@@ -56341,7 +56341,7 @@
56341
56341
  },
56342
56342
  "locationInModule": {
56343
56343
  "filename": "src/javascript/node-package.ts",
56344
- "line": 1029
56344
+ "line": 1040
56345
56345
  },
56346
56346
  "name": "addPeerDeps",
56347
56347
  "parameters": [
@@ -56366,7 +56366,7 @@
56366
56366
  },
56367
56367
  "locationInModule": {
56368
56368
  "filename": "src/javascript/node-package.ts",
56369
- "line": 1158
56369
+ "line": 1169
56370
56370
  },
56371
56371
  "name": "addVersion",
56372
56372
  "parameters": [
@@ -56389,7 +56389,7 @@
56389
56389
  },
56390
56390
  "locationInModule": {
56391
56391
  "filename": "src/javascript/node-package.ts",
56392
- "line": 2169
56392
+ "line": 2180
56393
56393
  },
56394
56394
  "name": "installDependencies",
56395
56395
  "parameters": [
@@ -56413,7 +56413,7 @@
56413
56413
  },
56414
56414
  "locationInModule": {
56415
56415
  "filename": "src/javascript/node-package.ts",
56416
- "line": 1226
56416
+ "line": 1237
56417
56417
  },
56418
56418
  "name": "postSynthesize",
56419
56419
  "overrides": "projen.Component"
@@ -56426,7 +56426,7 @@
56426
56426
  },
56427
56427
  "locationInModule": {
56428
56428
  "filename": "src/javascript/node-package.ts",
56429
- "line": 1111
56429
+ "line": 1122
56430
56430
  },
56431
56431
  "name": "removeAllowedScripts",
56432
56432
  "parameters": [
@@ -56450,7 +56450,7 @@
56450
56450
  },
56451
56451
  "locationInModule": {
56452
56452
  "filename": "src/javascript/node-package.ts",
56453
- "line": 1138
56453
+ "line": 1149
56454
56454
  },
56455
56455
  "name": "removeScript",
56456
56456
  "parameters": [
@@ -56472,7 +56472,7 @@
56472
56472
  },
56473
56473
  "locationInModule": {
56474
56474
  "filename": "src/javascript/node-package.ts",
56475
- "line": 1129
56475
+ "line": 1140
56476
56476
  },
56477
56477
  "name": "setScript",
56478
56478
  "parameters": [
@@ -56503,7 +56503,7 @@
56503
56503
  },
56504
56504
  "locationInModule": {
56505
56505
  "filename": "src/javascript/node-package.ts",
56506
- "line": 1221
56506
+ "line": 1232
56507
56507
  },
56508
56508
  "name": "synthesize",
56509
56509
  "overrides": "projen.Component"
@@ -56518,7 +56518,7 @@
56518
56518
  },
56519
56519
  "locationInModule": {
56520
56520
  "filename": "src/javascript/node-package.ts",
56521
- "line": 1205
56521
+ "line": 1216
56522
56522
  },
56523
56523
  "name": "tryResolveDependencyVersion",
56524
56524
  "parameters": [
@@ -56551,7 +56551,7 @@
56551
56551
  "immutable": true,
56552
56552
  "locationInModule": {
56553
56553
  "filename": "src/javascript/node-package.ts",
56554
- "line": 619
56554
+ "line": 629
56555
56555
  },
56556
56556
  "name": "allowLibraryDependencies",
56557
56557
  "type": {
@@ -56566,7 +56566,7 @@
56566
56566
  "immutable": true,
56567
56567
  "locationInModule": {
56568
56568
  "filename": "src/javascript/node-package.ts",
56569
- "line": 614
56569
+ "line": 624
56570
56570
  },
56571
56571
  "name": "entrypoint",
56572
56572
  "type": {
@@ -56581,7 +56581,7 @@
56581
56581
  "immutable": true,
56582
56582
  "locationInModule": {
56583
56583
  "filename": "src/javascript/node-package.ts",
56584
- "line": 1301
56584
+ "line": 1312
56585
56585
  },
56586
56586
  "name": "execCommand",
56587
56587
  "type": {
@@ -56596,7 +56596,7 @@
56596
56596
  "immutable": true,
56597
56597
  "locationInModule": {
56598
56598
  "filename": "src/javascript/node-package.ts",
56599
- "line": 755
56599
+ "line": 765
56600
56600
  },
56601
56601
  "name": "file",
56602
56602
  "type": {
@@ -56612,7 +56612,7 @@
56612
56612
  "immutable": true,
56613
56613
  "locationInModule": {
56614
56614
  "filename": "src/javascript/node-package.ts",
56615
- "line": 1190
56615
+ "line": 1201
56616
56616
  },
56617
56617
  "name": "installAndUpdateLockfileCommand",
56618
56618
  "type": {
@@ -56627,7 +56627,7 @@
56627
56627
  "immutable": true,
56628
56628
  "locationInModule": {
56629
56629
  "filename": "src/javascript/node-package.ts",
56630
- "line": 745
56630
+ "line": 755
56631
56631
  },
56632
56632
  "name": "installCiTask",
56633
56633
  "type": {
@@ -56643,7 +56643,7 @@
56643
56643
  "immutable": true,
56644
56644
  "locationInModule": {
56645
56645
  "filename": "src/javascript/node-package.ts",
56646
- "line": 1181
56646
+ "line": 1192
56647
56647
  },
56648
56648
  "name": "installCommand",
56649
56649
  "type": {
@@ -56658,7 +56658,7 @@
56658
56658
  "immutable": true,
56659
56659
  "locationInModule": {
56660
56660
  "filename": "src/javascript/node-package.ts",
56661
- "line": 740
56661
+ "line": 750
56662
56662
  },
56663
56663
  "name": "installTask",
56664
56664
  "type": {
@@ -56673,7 +56673,7 @@
56673
56673
  "immutable": true,
56674
56674
  "locationInModule": {
56675
56675
  "filename": "src/javascript/node-package.ts",
56676
- "line": 735
56676
+ "line": 745
56677
56677
  },
56678
56678
  "name": "lockFile",
56679
56679
  "type": {
@@ -56688,7 +56688,7 @@
56688
56688
  "immutable": true,
56689
56689
  "locationInModule": {
56690
56690
  "filename": "src/javascript/node-package.ts",
56691
- "line": 629
56691
+ "line": 639
56692
56692
  },
56693
56693
  "name": "manifest",
56694
56694
  "type": {
@@ -56703,7 +56703,7 @@
56703
56703
  "immutable": true,
56704
56704
  "locationInModule": {
56705
56705
  "filename": "src/javascript/node-package.ts",
56706
- "line": 725
56706
+ "line": 735
56707
56707
  },
56708
56708
  "name": "npmAccess",
56709
56709
  "type": {
@@ -56718,7 +56718,7 @@
56718
56718
  "immutable": true,
56719
56719
  "locationInModule": {
56720
56720
  "filename": "src/javascript/node-package.ts",
56721
- "line": 730
56721
+ "line": 740
56722
56722
  },
56723
56723
  "name": "npmProvenance",
56724
56724
  "type": {
@@ -56733,7 +56733,7 @@
56733
56733
  "immutable": true,
56734
56734
  "locationInModule": {
56735
56735
  "filename": "src/javascript/node-package.ts",
56736
- "line": 700
56736
+ "line": 710
56737
56737
  },
56738
56738
  "name": "npmRegistry",
56739
56739
  "type": {
@@ -56748,7 +56748,7 @@
56748
56748
  "immutable": true,
56749
56749
  "locationInModule": {
56750
56750
  "filename": "src/javascript/node-package.ts",
56751
- "line": 695
56751
+ "line": 705
56752
56752
  },
56753
56753
  "name": "npmRegistryUrl",
56754
56754
  "type": {
@@ -56763,7 +56763,7 @@
56763
56763
  "immutable": true,
56764
56764
  "locationInModule": {
56765
56765
  "filename": "src/javascript/node-package.ts",
56766
- "line": 624
56766
+ "line": 634
56767
56767
  },
56768
56768
  "name": "packageManager",
56769
56769
  "type": {
@@ -56778,7 +56778,7 @@
56778
56778
  "immutable": true,
56779
56779
  "locationInModule": {
56780
56780
  "filename": "src/javascript/node-package.ts",
56781
- "line": 609
56781
+ "line": 619
56782
56782
  },
56783
56783
  "name": "packageName",
56784
56784
  "type": {
@@ -56794,7 +56794,7 @@
56794
56794
  "immutable": true,
56795
56795
  "locationInModule": {
56796
56796
  "filename": "src/javascript/node-package.ts",
56797
- "line": 661
56797
+ "line": 671
56798
56798
  },
56799
56799
  "name": "bunVersion",
56800
56800
  "optional": true,
@@ -56812,7 +56812,7 @@
56812
56812
  "immutable": true,
56813
56813
  "locationInModule": {
56814
56814
  "filename": "src/javascript/node-package.ts",
56815
- "line": 713
56815
+ "line": 723
56816
56816
  },
56817
56817
  "name": "codeArtifactOptions",
56818
56818
  "optional": true,
@@ -56828,7 +56828,7 @@
56828
56828
  "immutable": true,
56829
56829
  "locationInModule": {
56830
56830
  "filename": "src/javascript/node-package.ts",
56831
- "line": 750
56831
+ "line": 760
56832
56832
  },
56833
56833
  "name": "dedupeTask",
56834
56834
  "optional": true,
@@ -56845,7 +56845,7 @@
56845
56845
  "immutable": true,
56846
56846
  "locationInModule": {
56847
56847
  "filename": "src/javascript/node-package.ts",
56848
- "line": 690
56848
+ "line": 700
56849
56849
  },
56850
56850
  "name": "license",
56851
56851
  "optional": true,
@@ -56862,7 +56862,7 @@
56862
56862
  "immutable": true,
56863
56863
  "locationInModule": {
56864
56864
  "filename": "src/javascript/node-package.ts",
56865
- "line": 643
56865
+ "line": 653
56866
56866
  },
56867
56867
  "name": "maxNodeVersion",
56868
56868
  "optional": true,
@@ -56879,7 +56879,7 @@
56879
56879
  "immutable": true,
56880
56880
  "locationInModule": {
56881
56881
  "filename": "src/javascript/node-package.ts",
56882
- "line": 636
56882
+ "line": 646
56883
56883
  },
56884
56884
  "name": "minNodeVersion",
56885
56885
  "optional": true,
@@ -56895,7 +56895,7 @@
56895
56895
  "immutable": true,
56896
56896
  "locationInModule": {
56897
56897
  "filename": "src/javascript/node-package.ts",
56898
- "line": 705
56898
+ "line": 715
56899
56899
  },
56900
56900
  "name": "npmTokenSecret",
56901
56901
  "optional": true,
@@ -56912,7 +56912,7 @@
56912
56912
  "immutable": true,
56913
56913
  "locationInModule": {
56914
56914
  "filename": "src/javascript/node-package.ts",
56915
- "line": 650
56915
+ "line": 660
56916
56916
  },
56917
56917
  "name": "pnpmVersion",
56918
56918
  "optional": true,
@@ -56929,7 +56929,7 @@
56929
56929
  "immutable": true,
56930
56930
  "locationInModule": {
56931
56931
  "filename": "src/javascript/node-package.ts",
56932
- "line": 720
56932
+ "line": 730
56933
56933
  },
56934
56934
  "name": "scopedPackagesOptions",
56935
56935
  "optional": true,
@@ -56951,7 +56951,7 @@
56951
56951
  "immutable": true,
56952
56952
  "locationInModule": {
56953
56953
  "filename": "src/javascript/node-package.ts",
56954
- "line": 672
56954
+ "line": 682
56955
56955
  },
56956
56956
  "name": "yarnVersion",
56957
56957
  "optional": true,
@@ -56972,7 +56972,7 @@
56972
56972
  "kind": "enum",
56973
56973
  "locationInModule": {
56974
56974
  "filename": "src/javascript/node-package.ts",
56975
- "line": 2301
56975
+ "line": 2312
56976
56976
  },
56977
56977
  "members": [
56978
56978
  {
@@ -57056,7 +57056,7 @@
57056
57056
  "immutable": true,
57057
57057
  "locationInModule": {
57058
57058
  "filename": "src/javascript/node-package.ts",
57059
- "line": 409
57059
+ "line": 419
57060
57060
  },
57061
57061
  "name": "addPackageManagerToDevEngines",
57062
57062
  "optional": true,
@@ -57094,7 +57094,7 @@
57094
57094
  "immutable": true,
57095
57095
  "locationInModule": {
57096
57096
  "filename": "src/javascript/node-package.ts",
57097
- "line": 454
57097
+ "line": 464
57098
57098
  },
57099
57099
  "name": "allowScripts",
57100
57100
  "optional": true,
@@ -57116,7 +57116,7 @@
57116
57116
  "immutable": true,
57117
57117
  "locationInModule": {
57118
57118
  "filename": "src/javascript/node-package.ts",
57119
- "line": 219
57119
+ "line": 229
57120
57120
  },
57121
57121
  "name": "authorEmail",
57122
57122
  "optional": true,
@@ -57133,7 +57133,7 @@
57133
57133
  "immutable": true,
57134
57134
  "locationInModule": {
57135
57135
  "filename": "src/javascript/node-package.ts",
57136
- "line": 214
57136
+ "line": 224
57137
57137
  },
57138
57138
  "name": "authorName",
57139
57139
  "optional": true,
@@ -57150,7 +57150,7 @@
57150
57150
  "immutable": true,
57151
57151
  "locationInModule": {
57152
57152
  "filename": "src/javascript/node-package.ts",
57153
- "line": 229
57153
+ "line": 239
57154
57154
  },
57155
57155
  "name": "authorOrganization",
57156
57156
  "optional": true,
@@ -57167,7 +57167,7 @@
57167
57167
  "immutable": true,
57168
57168
  "locationInModule": {
57169
57169
  "filename": "src/javascript/node-package.ts",
57170
- "line": 224
57170
+ "line": 234
57171
57171
  },
57172
57172
  "name": "authorUrl",
57173
57173
  "optional": true,
@@ -57185,7 +57185,7 @@
57185
57185
  "immutable": true,
57186
57186
  "locationInModule": {
57187
57187
  "filename": "src/javascript/node-package.ts",
57188
- "line": 167
57188
+ "line": 177
57189
57189
  },
57190
57190
  "name": "autoDetectBin",
57191
57191
  "optional": true,
@@ -57203,7 +57203,7 @@
57203
57203
  "immutable": true,
57204
57204
  "locationInModule": {
57205
57205
  "filename": "src/javascript/node-package.ts",
57206
- "line": 159
57206
+ "line": 169
57207
57207
  },
57208
57208
  "name": "bin",
57209
57209
  "optional": true,
@@ -57225,7 +57225,7 @@
57225
57225
  "immutable": true,
57226
57226
  "locationInModule": {
57227
57227
  "filename": "src/javascript/node-package.ts",
57228
- "line": 321
57228
+ "line": 331
57229
57229
  },
57230
57230
  "name": "bugsEmail",
57231
57231
  "optional": true,
@@ -57242,7 +57242,7 @@
57242
57242
  "immutable": true,
57243
57243
  "locationInModule": {
57244
57244
  "filename": "src/javascript/node-package.ts",
57245
- "line": 316
57245
+ "line": 326
57246
57246
  },
57247
57247
  "name": "bugsUrl",
57248
57248
  "optional": true,
@@ -57283,7 +57283,7 @@
57283
57283
  "immutable": true,
57284
57284
  "locationInModule": {
57285
57285
  "filename": "src/javascript/node-package.ts",
57286
- "line": 286
57286
+ "line": 296
57287
57287
  },
57288
57288
  "name": "bunVersion",
57289
57289
  "optional": true,
@@ -57302,7 +57302,7 @@
57302
57302
  "immutable": true,
57303
57303
  "locationInModule": {
57304
57304
  "filename": "src/javascript/node-package.ts",
57305
- "line": 369
57305
+ "line": 379
57306
57306
  },
57307
57307
  "name": "codeArtifactOptions",
57308
57308
  "optional": true,
@@ -57310,6 +57310,31 @@
57310
57310
  "fqn": "projen.javascript.CodeArtifactOptions"
57311
57311
  }
57312
57312
  },
57313
+ {
57314
+ "abstract": true,
57315
+ "docs": {
57316
+ "default": "- no package configuration",
57317
+ "remarks": "Values should be JSON-serializable.",
57318
+ "see": "https://docs.npmjs.com/cli/v11/configuring-npm/package-json#config",
57319
+ "stability": "experimental",
57320
+ "summary": "Configuration values available to package scripts at runtime."
57321
+ },
57322
+ "immutable": true,
57323
+ "locationInModule": {
57324
+ "filename": "src/javascript/node-package.ts",
57325
+ "line": 151
57326
+ },
57327
+ "name": "config",
57328
+ "optional": true,
57329
+ "type": {
57330
+ "collection": {
57331
+ "elementtype": {
57332
+ "primitive": "any"
57333
+ },
57334
+ "kind": "map"
57335
+ }
57336
+ }
57337
+ },
57313
57338
  {
57314
57339
  "abstract": true,
57315
57340
  "docs": {
@@ -57321,7 +57346,7 @@
57321
57346
  "immutable": true,
57322
57347
  "locationInModule": {
57323
57348
  "filename": "src/javascript/node-package.ts",
57324
- "line": 197
57349
+ "line": 207
57325
57350
  },
57326
57351
  "name": "dedupeDeps",
57327
57352
  "optional": true,
@@ -57340,7 +57365,7 @@
57340
57365
  "immutable": true,
57341
57366
  "locationInModule": {
57342
57367
  "filename": "src/javascript/node-package.ts",
57343
- "line": 420
57368
+ "line": 430
57344
57369
  },
57345
57370
  "name": "deleteOrphanedLockFiles",
57346
57371
  "optional": true,
@@ -57436,7 +57461,7 @@
57436
57461
  "immutable": true,
57437
57462
  "locationInModule": {
57438
57463
  "filename": "src/javascript/node-package.ts",
57439
- "line": 401
57464
+ "line": 411
57440
57465
  },
57441
57466
  "name": "devEngines",
57442
57467
  "optional": true,
@@ -57455,7 +57480,7 @@
57455
57480
  "immutable": true,
57456
57481
  "locationInModule": {
57457
57482
  "filename": "src/javascript/node-package.ts",
57458
- "line": 150
57483
+ "line": 160
57459
57484
  },
57460
57485
  "name": "entrypoint",
57461
57486
  "optional": true,
@@ -57472,7 +57497,7 @@
57472
57497
  "immutable": true,
57473
57498
  "locationInModule": {
57474
57499
  "filename": "src/javascript/node-package.ts",
57475
- "line": 234
57500
+ "line": 244
57476
57501
  },
57477
57502
  "name": "homepage",
57478
57503
  "optional": true,
@@ -57513,7 +57538,7 @@
57513
57538
  "immutable": true,
57514
57539
  "locationInModule": {
57515
57540
  "filename": "src/javascript/node-package.ts",
57516
- "line": 295
57541
+ "line": 305
57517
57542
  },
57518
57543
  "name": "license",
57519
57544
  "optional": true,
@@ -57531,7 +57556,7 @@
57531
57556
  "immutable": true,
57532
57557
  "locationInModule": {
57533
57558
  "filename": "src/javascript/node-package.ts",
57534
- "line": 302
57559
+ "line": 312
57535
57560
  },
57536
57561
  "name": "licensed",
57537
57562
  "optional": true,
@@ -57550,7 +57575,7 @@
57550
57575
  "immutable": true,
57551
57576
  "locationInModule": {
57552
57577
  "filename": "src/javascript/node-package.ts",
57553
- "line": 272
57578
+ "line": 282
57554
57579
  },
57555
57580
  "name": "maxNodeVersion",
57556
57581
  "optional": true,
@@ -57569,7 +57594,7 @@
57569
57594
  "immutable": true,
57570
57595
  "locationInModule": {
57571
57596
  "filename": "src/javascript/node-package.ts",
57572
- "line": 258
57597
+ "line": 268
57573
57598
  },
57574
57599
  "name": "minNodeVersion",
57575
57600
  "optional": true,
@@ -57587,7 +57612,7 @@
57587
57612
  "immutable": true,
57588
57613
  "locationInModule": {
57589
57614
  "filename": "src/javascript/node-package.ts",
57590
- "line": 330
57615
+ "line": 340
57591
57616
  },
57592
57617
  "name": "npmAccess",
57593
57618
  "optional": true,
@@ -57607,7 +57632,7 @@
57607
57632
  "immutable": true,
57608
57633
  "locationInModule": {
57609
57634
  "filename": "src/javascript/node-package.ts",
57610
- "line": 344
57635
+ "line": 354
57611
57636
  },
57612
57637
  "name": "npmProvenance",
57613
57638
  "optional": true,
@@ -57626,7 +57651,7 @@
57626
57651
  "immutable": true,
57627
57652
  "locationInModule": {
57628
57653
  "filename": "src/javascript/node-package.ts",
57629
- "line": 311
57654
+ "line": 321
57630
57655
  },
57631
57656
  "name": "npmRegistryUrl",
57632
57657
  "optional": true,
@@ -57644,7 +57669,7 @@
57644
57669
  "immutable": true,
57645
57670
  "locationInModule": {
57646
57671
  "filename": "src/javascript/node-package.ts",
57647
- "line": 351
57672
+ "line": 361
57648
57673
  },
57649
57674
  "name": "npmTokenSecret",
57650
57675
  "optional": true,
@@ -57663,7 +57688,7 @@
57663
57688
  "immutable": true,
57664
57689
  "locationInModule": {
57665
57690
  "filename": "src/javascript/node-package.ts",
57666
- "line": 361
57691
+ "line": 371
57667
57692
  },
57668
57693
  "name": "npmTrustedPublishing",
57669
57694
  "optional": true,
@@ -57684,7 +57709,7 @@
57684
57709
  "immutable": true,
57685
57710
  "locationInModule": {
57686
57711
  "filename": "src/javascript/node-package.ts",
57687
- "line": 175
57712
+ "line": 185
57688
57713
  },
57689
57714
  "name": "packageManager",
57690
57715
  "optional": true,
@@ -57764,7 +57789,7 @@
57764
57789
  "immutable": true,
57765
57790
  "locationInModule": {
57766
57791
  "filename": "src/javascript/node-package.ts",
57767
- "line": 390
57792
+ "line": 400
57768
57793
  },
57769
57794
  "name": "pnpmOptions",
57770
57795
  "optional": true,
@@ -57782,7 +57807,7 @@
57782
57807
  "immutable": true,
57783
57808
  "locationInModule": {
57784
57809
  "filename": "src/javascript/node-package.ts",
57785
- "line": 279
57810
+ "line": 289
57786
57811
  },
57787
57812
  "name": "pnpmVersion",
57788
57813
  "optional": true,
@@ -57800,7 +57825,7 @@
57800
57825
  "immutable": true,
57801
57826
  "locationInModule": {
57802
57827
  "filename": "src/javascript/node-package.ts",
57803
- "line": 203
57828
+ "line": 213
57804
57829
  },
57805
57830
  "name": "repository",
57806
57831
  "optional": true,
@@ -57817,7 +57842,7 @@
57817
57842
  "immutable": true,
57818
57843
  "locationInModule": {
57819
57844
  "filename": "src/javascript/node-package.ts",
57820
- "line": 209
57845
+ "line": 219
57821
57846
  },
57822
57847
  "name": "repositoryDirectory",
57823
57848
  "optional": true,
@@ -57835,7 +57860,7 @@
57835
57860
  "immutable": true,
57836
57861
  "locationInModule": {
57837
57862
  "filename": "src/javascript/node-package.ts",
57838
- "line": 376
57863
+ "line": 386
57839
57864
  },
57840
57865
  "name": "scopedPackagesOptions",
57841
57866
  "optional": true,
@@ -57857,7 +57882,7 @@
57857
57882
  "immutable": true,
57858
57883
  "locationInModule": {
57859
57884
  "filename": "src/javascript/node-package.ts",
57860
- "line": 239
57885
+ "line": 249
57861
57886
  },
57862
57887
  "name": "stability",
57863
57888
  "optional": true,
@@ -57875,7 +57900,7 @@
57875
57900
  "immutable": true,
57876
57901
  "locationInModule": {
57877
57902
  "filename": "src/javascript/node-package.ts",
57878
- "line": 383
57903
+ "line": 393
57879
57904
  },
57880
57905
  "name": "yarnBerryOptions",
57881
57906
  "optional": true,
@@ -59348,7 +59373,7 @@
59348
59373
  "kind": "enum",
59349
59374
  "locationInModule": {
59350
59375
  "filename": "src/javascript/node-package.ts",
59351
- "line": 2345
59376
+ "line": 2356
59352
59377
  },
59353
59378
  "members": [
59354
59379
  {
@@ -59543,7 +59568,7 @@
59543
59568
  "kind": "interface",
59544
59569
  "locationInModule": {
59545
59570
  "filename": "src/javascript/node-package.ts",
59546
- "line": 2290
59571
+ "line": 2301
59547
59572
  },
59548
59573
  "name": "PeerDependencyOptions",
59549
59574
  "namespace": "javascript",
@@ -59558,7 +59583,7 @@
59558
59583
  "immutable": true,
59559
59584
  "locationInModule": {
59560
59585
  "filename": "src/javascript/node-package.ts",
59561
- "line": 2295
59586
+ "line": 2306
59562
59587
  },
59563
59588
  "name": "pinnedDevDependency",
59564
59589
  "optional": true,
@@ -59580,7 +59605,7 @@
59580
59605
  "kind": "interface",
59581
59606
  "locationInModule": {
59582
59607
  "filename": "src/javascript/node-package.ts",
59583
- "line": 2405
59608
+ "line": 2416
59584
59609
  },
59585
59610
  "name": "PnpmOptions",
59586
59611
  "namespace": "javascript",
@@ -59595,7 +59620,7 @@
59595
59620
  "immutable": true,
59596
59621
  "locationInModule": {
59597
59622
  "filename": "src/javascript/node-package.ts",
59598
- "line": 2411
59623
+ "line": 2422
59599
59624
  },
59600
59625
  "name": "workspaceYamlOptions",
59601
59626
  "optional": true,
@@ -59746,7 +59771,7 @@
59746
59771
  "immutable": true,
59747
59772
  "locationInModule": {
59748
59773
  "filename": "src/javascript/pnpm-workspace-config.ts",
59749
- "line": 1064
59774
+ "line": 1099
59750
59775
  },
59751
59776
  "name": "allowBuilds",
59752
59777
  "optional": true,
@@ -59871,7 +59896,7 @@
59871
59896
  "immutable": true,
59872
59897
  "locationInModule": {
59873
59898
  "filename": "src/javascript/pnpm-workspace-config.ts",
59874
- "line": 1085
59899
+ "line": 1120
59875
59900
  },
59876
59901
  "name": "auditLevel",
59877
59902
  "optional": true,
@@ -59891,7 +59916,7 @@
59891
59916
  "immutable": true,
59892
59917
  "locationInModule": {
59893
59918
  "filename": "src/javascript/pnpm-workspace-config.ts",
59894
- "line": 537
59919
+ "line": 558
59895
59920
  },
59896
59921
  "name": "autoInstallPeers",
59897
59922
  "optional": true,
@@ -59912,7 +59937,7 @@
59912
59937
  "immutable": true,
59913
59938
  "locationInModule": {
59914
59939
  "filename": "src/javascript/pnpm-workspace-config.ts",
59915
- "line": 1071
59940
+ "line": 1106
59916
59941
  },
59917
59942
  "name": "blockExoticSubdeps",
59918
59943
  "optional": true,
@@ -59932,7 +59957,7 @@
59932
59957
  "immutable": true,
59933
59958
  "locationInModule": {
59934
59959
  "filename": "src/javascript/pnpm-workspace-config.ts",
59935
- "line": 397
59960
+ "line": 418
59936
59961
  },
59937
59962
  "name": "ca",
59938
59963
  "optional": true,
@@ -59952,7 +59977,7 @@
59952
59977
  "immutable": true,
59953
59978
  "locationInModule": {
59954
59979
  "filename": "src/javascript/pnpm-workspace-config.ts",
59955
- "line": 839
59980
+ "line": 867
59956
59981
  },
59957
59982
  "name": "cacheDir",
59958
59983
  "optional": true,
@@ -59972,7 +59997,7 @@
59972
59997
  "immutable": true,
59973
59998
  "locationInModule": {
59974
59999
  "filename": "src/javascript/pnpm-workspace-config.ts",
59975
- "line": 404
60000
+ "line": 425
59976
60001
  },
59977
60002
  "name": "cafile",
59978
60003
  "optional": true,
@@ -60088,7 +60113,7 @@
60088
60113
  "immutable": true,
60089
60114
  "locationInModule": {
60090
60115
  "filename": "src/javascript/pnpm-workspace-config.ts",
60091
- "line": 411
60116
+ "line": 432
60092
60117
  },
60093
60118
  "name": "cert",
60094
60119
  "optional": true,
@@ -60108,7 +60133,7 @@
60108
60133
  "immutable": true,
60109
60134
  "locationInModule": {
60110
60135
  "filename": "src/javascript/pnpm-workspace-config.ts",
60111
- "line": 650
60136
+ "line": 671
60112
60137
  },
60113
60138
  "name": "childConcurrency",
60114
60139
  "optional": true,
@@ -60116,6 +60141,27 @@
60116
60141
  "primitive": "number"
60117
60142
  }
60118
60143
  },
60144
+ {
60145
+ "abstract": true,
60146
+ "docs": {
60147
+ "custom": {
60148
+ "schema": "PnpmWorkspaceYamlSchema#ci"
60149
+ },
60150
+ "remarks": "Added in pnpm v10.12.1.",
60151
+ "stability": "experimental",
60152
+ "summary": "Explicitly tells pnpm whether the current environment is a Continuous Integration system, overriding pnpm's automatic CI detection."
60153
+ },
60154
+ "immutable": true,
60155
+ "locationInModule": {
60156
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60157
+ "line": 888
60158
+ },
60159
+ "name": "ci",
60160
+ "optional": true,
60161
+ "type": {
60162
+ "primitive": "boolean"
60163
+ }
60164
+ },
60119
60165
  {
60120
60166
  "abstract": true,
60121
60167
  "docs": {
@@ -60148,7 +60194,7 @@
60148
60194
  "immutable": true,
60149
60195
  "locationInModule": {
60150
60196
  "filename": "src/javascript/pnpm-workspace-config.ts",
60151
- "line": 565
60197
+ "line": 586
60152
60198
  },
60153
60199
  "name": "color",
60154
60200
  "optional": true,
@@ -60209,7 +60255,7 @@
60209
60255
  "immutable": true,
60210
60256
  "locationInModule": {
60211
60257
  "filename": "src/javascript/pnpm-workspace-config.ts",
60212
- "line": 902
60258
+ "line": 937
60213
60259
  },
60214
60260
  "name": "dedupeDirectDeps",
60215
60261
  "optional": true,
@@ -60229,7 +60275,7 @@
60229
60275
  "immutable": true,
60230
60276
  "locationInModule": {
60231
60277
  "filename": "src/javascript/pnpm-workspace-config.ts",
60232
- "line": 909
60278
+ "line": 944
60233
60279
  },
60234
60280
  "name": "dedupeInjectedDeps",
60235
60281
  "optional": true,
@@ -60249,7 +60295,7 @@
60249
60295
  "immutable": true,
60250
60296
  "locationInModule": {
60251
60297
  "filename": "src/javascript/pnpm-workspace-config.ts",
60252
- "line": 544
60298
+ "line": 565
60253
60299
  },
60254
60300
  "name": "dedupePeerDependents",
60255
60301
  "optional": true,
@@ -60269,7 +60315,7 @@
60269
60315
  "immutable": true,
60270
60316
  "locationInModule": {
60271
60317
  "filename": "src/javascript/pnpm-workspace-config.ts",
60272
- "line": 1092
60318
+ "line": 1127
60273
60319
  },
60274
60320
  "name": "dedupePeers",
60275
60321
  "optional": true,
@@ -60289,7 +60335,7 @@
60289
60335
  "immutable": true,
60290
60336
  "locationInModule": {
60291
60337
  "filename": "src/javascript/pnpm-workspace-config.ts",
60292
- "line": 895
60338
+ "line": 930
60293
60339
  },
60294
60340
  "name": "deployAllFiles",
60295
60341
  "optional": true,
@@ -60309,7 +60355,7 @@
60309
60355
  "immutable": true,
60310
60356
  "locationInModule": {
60311
60357
  "filename": "src/javascript/pnpm-workspace-config.ts",
60312
- "line": 776
60358
+ "line": 797
60313
60359
  },
60314
60360
  "name": "disallowWorkspaceCycles",
60315
60361
  "optional": true,
@@ -60329,7 +60375,7 @@
60329
60375
  "immutable": true,
60330
60376
  "locationInModule": {
60331
60377
  "filename": "src/javascript/pnpm-workspace-config.ts",
60332
- "line": 313
60378
+ "line": 320
60333
60379
  },
60334
60380
  "name": "dlxCacheMaxAge",
60335
60381
  "optional": true,
@@ -60350,7 +60396,7 @@
60350
60396
  "immutable": true,
60351
60397
  "locationInModule": {
60352
60398
  "filename": "src/javascript/pnpm-workspace-config.ts",
60353
- "line": 930
60399
+ "line": 965
60354
60400
  },
60355
60401
  "name": "embedReadme",
60356
60402
  "optional": true,
@@ -60370,7 +60416,7 @@
60370
60416
  "immutable": true,
60371
60417
  "locationInModule": {
60372
60418
  "filename": "src/javascript/pnpm-workspace-config.ts",
60373
- "line": 341
60419
+ "line": 362
60374
60420
  },
60375
60421
  "name": "enableGlobalVirtualStore",
60376
60422
  "optional": true,
@@ -60410,7 +60456,7 @@
60410
60456
  "immutable": true,
60411
60457
  "locationInModule": {
60412
60458
  "filename": "src/javascript/pnpm-workspace-config.ts",
60413
- "line": 986
60459
+ "line": 1021
60414
60460
  },
60415
60461
  "name": "enablePrePostScripts",
60416
60462
  "optional": true,
@@ -60430,7 +60476,7 @@
60430
60476
  "immutable": true,
60431
60477
  "locationInModule": {
60432
60478
  "filename": "src/javascript/pnpm-workspace-config.ts",
60433
- "line": 601
60479
+ "line": 622
60434
60480
  },
60435
60481
  "name": "engineStrict",
60436
60482
  "optional": true,
@@ -60469,7 +60515,7 @@
60469
60515
  "immutable": true,
60470
60516
  "locationInModule": {
60471
60517
  "filename": "src/javascript/pnpm-workspace-config.ts",
60472
- "line": 888
60518
+ "line": 923
60473
60519
  },
60474
60520
  "name": "extendNodePath",
60475
60521
  "optional": true,
@@ -60489,7 +60535,7 @@
60489
60535
  "immutable": true,
60490
60536
  "locationInModule": {
60491
60537
  "filename": "src/javascript/pnpm-workspace-config.ts",
60492
- "line": 790
60538
+ "line": 811
60493
60539
  },
60494
60540
  "name": "failIfNoMatch",
60495
60541
  "optional": true,
@@ -60510,7 +60556,7 @@
60510
60556
  "immutable": true,
60511
60557
  "locationInModule": {
60512
60558
  "filename": "src/javascript/pnpm-workspace-config.ts",
60513
- "line": 530
60559
+ "line": 551
60514
60560
  },
60515
60561
  "name": "fetchMinSpeedKiBps",
60516
60562
  "optional": true,
@@ -60530,7 +60576,7 @@
60530
60576
  "immutable": true,
60531
60577
  "locationInModule": {
60532
60578
  "filename": "src/javascript/pnpm-workspace-config.ts",
60533
- "line": 488
60579
+ "line": 509
60534
60580
  },
60535
60581
  "name": "fetchRetries",
60536
60582
  "optional": true,
@@ -60550,7 +60596,7 @@
60550
60596
  "immutable": true,
60551
60597
  "locationInModule": {
60552
60598
  "filename": "src/javascript/pnpm-workspace-config.ts",
60553
- "line": 495
60599
+ "line": 516
60554
60600
  },
60555
60601
  "name": "fetchRetryFactor",
60556
60602
  "optional": true,
@@ -60570,7 +60616,7 @@
60570
60616
  "immutable": true,
60571
60617
  "locationInModule": {
60572
60618
  "filename": "src/javascript/pnpm-workspace-config.ts",
60573
- "line": 509
60619
+ "line": 530
60574
60620
  },
60575
60621
  "name": "fetchRetryMaxtimeout",
60576
60622
  "optional": true,
@@ -60590,7 +60636,7 @@
60590
60636
  "immutable": true,
60591
60637
  "locationInModule": {
60592
60638
  "filename": "src/javascript/pnpm-workspace-config.ts",
60593
- "line": 502
60639
+ "line": 523
60594
60640
  },
60595
60641
  "name": "fetchRetryMintimeout",
60596
60642
  "optional": true,
@@ -60610,7 +60656,7 @@
60610
60656
  "immutable": true,
60611
60657
  "locationInModule": {
60612
60658
  "filename": "src/javascript/pnpm-workspace-config.ts",
60613
- "line": 516
60659
+ "line": 537
60614
60660
  },
60615
60661
  "name": "fetchTimeout",
60616
60662
  "optional": true,
@@ -60631,7 +60677,7 @@
60631
60677
  "immutable": true,
60632
60678
  "locationInModule": {
60633
60679
  "filename": "src/javascript/pnpm-workspace-config.ts",
60634
- "line": 523
60680
+ "line": 544
60635
60681
  },
60636
60682
  "name": "fetchWarnTimeoutMs",
60637
60683
  "optional": true,
@@ -60652,7 +60698,7 @@
60652
60698
  "immutable": true,
60653
60699
  "locationInModule": {
60654
60700
  "filename": "src/javascript/pnpm-workspace-config.ts",
60655
- "line": 797
60701
+ "line": 818
60656
60702
  },
60657
60703
  "name": "forceLegacyDeploy",
60658
60704
  "optional": true,
@@ -60660,6 +60706,27 @@
60660
60706
  "primitive": "boolean"
60661
60707
  }
60662
60708
  },
60709
+ {
60710
+ "abstract": true,
60711
+ "docs": {
60712
+ "custom": {
60713
+ "schema": "PnpmWorkspaceYamlSchema#frozenStore"
60714
+ },
60715
+ "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.",
60716
+ "stability": "experimental",
60717
+ "summary": "Makes pnpm install work against a read-only package store (such as a Nix store or OCI image layer)."
60718
+ },
60719
+ "immutable": true,
60720
+ "locationInModule": {
60721
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60722
+ "line": 348
60723
+ },
60724
+ "name": "frozenStore",
60725
+ "optional": true,
60726
+ "type": {
60727
+ "primitive": "boolean"
60728
+ }
60729
+ },
60663
60730
  {
60664
60731
  "abstract": true,
60665
60732
  "docs": {
@@ -60672,7 +60739,7 @@
60672
60739
  "immutable": true,
60673
60740
  "locationInModule": {
60674
60741
  "filename": "src/javascript/pnpm-workspace-config.ts",
60675
- "line": 369
60742
+ "line": 390
60676
60743
  },
60677
60744
  "name": "gitBranchLockfile",
60678
60745
  "optional": true,
@@ -60692,7 +60759,7 @@
60692
60759
  "immutable": true,
60693
60760
  "locationInModule": {
60694
60761
  "filename": "src/javascript/pnpm-workspace-config.ts",
60695
- "line": 923
60762
+ "line": 958
60696
60763
  },
60697
60764
  "name": "gitChecks",
60698
60765
  "optional": true,
@@ -60712,7 +60779,7 @@
60712
60779
  "immutable": true,
60713
60780
  "locationInModule": {
60714
60781
  "filename": "src/javascript/pnpm-workspace-config.ts",
60715
- "line": 425
60782
+ "line": 446
60716
60783
  },
60717
60784
  "name": "gitShallowHosts",
60718
60785
  "optional": true,
@@ -60737,7 +60804,7 @@
60737
60804
  "immutable": true,
60738
60805
  "locationInModule": {
60739
60806
  "filename": "src/javascript/pnpm-workspace-config.ts",
60740
- "line": 825
60807
+ "line": 846
60741
60808
  },
60742
60809
  "name": "globalBinDir",
60743
60810
  "optional": true,
@@ -60757,7 +60824,7 @@
60757
60824
  "immutable": true,
60758
60825
  "locationInModule": {
60759
60826
  "filename": "src/javascript/pnpm-workspace-config.ts",
60760
- "line": 818
60827
+ "line": 839
60761
60828
  },
60762
60829
  "name": "globalDir",
60763
60830
  "optional": true,
@@ -60778,7 +60845,7 @@
60778
60845
  "immutable": true,
60779
60846
  "locationInModule": {
60780
60847
  "filename": "src/javascript/pnpm-workspace-config.ts",
60781
- "line": 965
60848
+ "line": 1000
60782
60849
  },
60783
60850
  "name": "globalPnpmfile",
60784
60851
  "optional": true,
@@ -60786,6 +60853,27 @@
60786
60853
  "primitive": "string"
60787
60854
  }
60788
60855
  },
60856
+ {
60857
+ "abstract": true,
60858
+ "docs": {
60859
+ "custom": {
60860
+ "schema": "PnpmWorkspaceYamlSchema#globalShims"
60861
+ },
60862
+ "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.",
60863
+ "stability": "experimental",
60864
+ "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."
60865
+ },
60866
+ "immutable": true,
60867
+ "locationInModule": {
60868
+ "filename": "src/javascript/pnpm-workspace-config.ts",
60869
+ "line": 853
60870
+ },
60871
+ "name": "globalShims",
60872
+ "optional": true,
60873
+ "type": {
60874
+ "primitive": "any"
60875
+ }
60876
+ },
60789
60877
  {
60790
60878
  "abstract": true,
60791
60879
  "docs": {
@@ -60819,7 +60907,7 @@
60819
60907
  "immutable": true,
60820
60908
  "locationInModule": {
60821
60909
  "filename": "src/javascript/pnpm-workspace-config.ts",
60822
- "line": 1162
60910
+ "line": 1197
60823
60911
  },
60824
60912
  "name": "hoistingLimits",
60825
60913
  "optional": true,
@@ -60885,7 +60973,7 @@
60885
60973
  "immutable": true,
60886
60974
  "locationInModule": {
60887
60975
  "filename": "src/javascript/pnpm-workspace-config.ts",
60888
- "line": 439
60976
+ "line": 460
60889
60977
  },
60890
60978
  "name": "httpProxy",
60891
60979
  "optional": true,
@@ -60906,7 +60994,7 @@
60906
60994
  "immutable": true,
60907
60995
  "locationInModule": {
60908
60996
  "filename": "src/javascript/pnpm-workspace-config.ts",
60909
- "line": 432
60997
+ "line": 453
60910
60998
  },
60911
60999
  "name": "httpsProxy",
60912
61000
  "optional": true,
@@ -60927,7 +61015,7 @@
60927
61015
  "immutable": true,
60928
61016
  "locationInModule": {
60929
61017
  "filename": "src/javascript/pnpm-workspace-config.ts",
60930
- "line": 867
61018
+ "line": 902
60931
61019
  },
60932
61020
  "name": "ignoreCompatibilityDb",
60933
61021
  "optional": true,
@@ -60973,7 +61061,7 @@
60973
61061
  "immutable": true,
60974
61062
  "locationInModule": {
60975
61063
  "filename": "src/javascript/pnpm-workspace-config.ts",
60976
- "line": 643
61064
+ "line": 664
60977
61065
  },
60978
61066
  "name": "ignoreDepScripts",
60979
61067
  "optional": true,
@@ -61040,7 +61128,7 @@
61040
61128
  "immutable": true,
61041
61129
  "locationInModule": {
61042
61130
  "filename": "src/javascript/pnpm-workspace-config.ts",
61043
- "line": 972
61131
+ "line": 1007
61044
61132
  },
61045
61133
  "name": "ignorePnpmfile",
61046
61134
  "optional": true,
@@ -61060,7 +61148,7 @@
61060
61148
  "immutable": true,
61061
61149
  "locationInModule": {
61062
61150
  "filename": "src/javascript/pnpm-workspace-config.ts",
61063
- "line": 636
61151
+ "line": 657
61064
61152
  },
61065
61153
  "name": "ignoreScripts",
61066
61154
  "optional": true,
@@ -61080,7 +61168,7 @@
61080
61168
  "immutable": true,
61081
61169
  "locationInModule": {
61082
61170
  "filename": "src/javascript/pnpm-workspace-config.ts",
61083
- "line": 762
61171
+ "line": 783
61084
61172
  },
61085
61173
  "name": "ignoreWorkspaceCycles",
61086
61174
  "optional": true,
@@ -61100,7 +61188,7 @@
61100
61188
  "immutable": true,
61101
61189
  "locationInModule": {
61102
61190
  "filename": "src/javascript/pnpm-workspace-config.ts",
61103
- "line": 769
61191
+ "line": 790
61104
61192
  },
61105
61193
  "name": "ignoreWorkspaceRootCheck",
61106
61194
  "optional": true,
@@ -61120,7 +61208,7 @@
61120
61208
  "immutable": true,
61121
61209
  "locationInModule": {
61122
61210
  "filename": "src/javascript/pnpm-workspace-config.ts",
61123
- "line": 755
61211
+ "line": 776
61124
61212
  },
61125
61213
  "name": "includeWorkspaceRoot",
61126
61214
  "optional": true,
@@ -61140,7 +61228,7 @@
61140
61228
  "immutable": true,
61141
61229
  "locationInModule": {
61142
61230
  "filename": "src/javascript/pnpm-workspace-config.ts",
61143
- "line": 720
61231
+ "line": 741
61144
61232
  },
61145
61233
  "name": "injectWorkspacePackages",
61146
61234
  "optional": true,
@@ -61160,7 +61248,7 @@
61160
61248
  "immutable": true,
61161
61249
  "locationInModule": {
61162
61250
  "filename": "src/javascript/pnpm-workspace-config.ts",
61163
- "line": 418
61251
+ "line": 439
61164
61252
  },
61165
61253
  "name": "key",
61166
61254
  "optional": true,
@@ -61180,7 +61268,7 @@
61180
61268
  "immutable": true,
61181
61269
  "locationInModule": {
61182
61270
  "filename": "src/javascript/pnpm-workspace-config.ts",
61183
- "line": 713
61271
+ "line": 734
61184
61272
  },
61185
61273
  "name": "linkWorkspacePackages",
61186
61274
  "optional": true,
@@ -61200,7 +61288,7 @@
61200
61288
  "immutable": true,
61201
61289
  "locationInModule": {
61202
61290
  "filename": "src/javascript/pnpm-workspace-config.ts",
61203
- "line": 453
61291
+ "line": 474
61204
61292
  },
61205
61293
  "name": "localAddress",
61206
61294
  "optional": true,
@@ -61220,7 +61308,7 @@
61220
61308
  "immutable": true,
61221
61309
  "locationInModule": {
61222
61310
  "filename": "src/javascript/pnpm-workspace-config.ts",
61223
- "line": 348
61311
+ "line": 369
61224
61312
  },
61225
61313
  "name": "lockfile",
61226
61314
  "optional": true,
@@ -61240,7 +61328,7 @@
61240
61328
  "immutable": true,
61241
61329
  "locationInModule": {
61242
61330
  "filename": "src/javascript/pnpm-workspace-config.ts",
61243
- "line": 362
61331
+ "line": 383
61244
61332
  },
61245
61333
  "name": "lockfileIncludeTarballUrl",
61246
61334
  "optional": true,
@@ -61260,7 +61348,7 @@
61260
61348
  "immutable": true,
61261
61349
  "locationInModule": {
61262
61350
  "filename": "src/javascript/pnpm-workspace-config.ts",
61263
- "line": 572
61351
+ "line": 593
61264
61352
  },
61265
61353
  "name": "loglevel",
61266
61354
  "optional": true,
@@ -61280,7 +61368,7 @@
61280
61368
  "immutable": true,
61281
61369
  "locationInModule": {
61282
61370
  "filename": "src/javascript/pnpm-workspace-config.ts",
61283
- "line": 629
61371
+ "line": 650
61284
61372
  },
61285
61373
  "name": "managePackageManagerVersions",
61286
61374
  "optional": true,
@@ -61300,7 +61388,7 @@
61300
61388
  "immutable": true,
61301
61389
  "locationInModule": {
61302
61390
  "filename": "src/javascript/pnpm-workspace-config.ts",
61303
- "line": 460
61391
+ "line": 481
61304
61392
  },
61305
61393
  "name": "maxsockets",
61306
61394
  "optional": true,
@@ -61320,7 +61408,7 @@
61320
61408
  "immutable": true,
61321
61409
  "locationInModule": {
61322
61410
  "filename": "src/javascript/pnpm-workspace-config.ts",
61323
- "line": 376
61411
+ "line": 397
61324
61412
  },
61325
61413
  "name": "mergeGitBranchLockfilesBranchPattern",
61326
61414
  "optional": true,
@@ -61346,7 +61434,7 @@
61346
61434
  "immutable": true,
61347
61435
  "locationInModule": {
61348
61436
  "filename": "src/javascript/pnpm-workspace-config.ts",
61349
- "line": 1014
61437
+ "line": 1049
61350
61438
  },
61351
61439
  "name": "minimumReleaseAge",
61352
61440
  "optional": true,
@@ -61367,7 +61455,7 @@
61367
61455
  "immutable": true,
61368
61456
  "locationInModule": {
61369
61457
  "filename": "src/javascript/pnpm-workspace-config.ts",
61370
- "line": 1021
61458
+ "line": 1056
61371
61459
  },
61372
61460
  "name": "minimumReleaseAgeExclude",
61373
61461
  "optional": true,
@@ -61392,7 +61480,7 @@
61392
61480
  "immutable": true,
61393
61481
  "locationInModule": {
61394
61482
  "filename": "src/javascript/pnpm-workspace-config.ts",
61395
- "line": 1036
61483
+ "line": 1071
61396
61484
  },
61397
61485
  "name": "minimumReleaseAgeExcludePrune",
61398
61486
  "optional": true,
@@ -61413,7 +61501,7 @@
61413
61501
  "immutable": true,
61414
61502
  "locationInModule": {
61415
61503
  "filename": "src/javascript/pnpm-workspace-config.ts",
61416
- "line": 1106
61504
+ "line": 1141
61417
61505
  },
61418
61506
  "name": "minimumReleaseAgeIgnoreMissingTime",
61419
61507
  "optional": true,
@@ -61434,7 +61522,7 @@
61434
61522
  "immutable": true,
61435
61523
  "locationInModule": {
61436
61524
  "filename": "src/javascript/pnpm-workspace-config.ts",
61437
- "line": 1029
61525
+ "line": 1064
61438
61526
  },
61439
61527
  "name": "minimumReleaseAgeStrict",
61440
61528
  "optional": true,
@@ -61454,7 +61542,7 @@
61454
61542
  "immutable": true,
61455
61543
  "locationInModule": {
61456
61544
  "filename": "src/javascript/pnpm-workspace-config.ts",
61457
- "line": 306
61545
+ "line": 313
61458
61546
  },
61459
61547
  "name": "modulesCacheMaxAge",
61460
61548
  "optional": true,
@@ -61494,7 +61582,7 @@
61494
61582
  "immutable": true,
61495
61583
  "locationInModule": {
61496
61584
  "filename": "src/javascript/pnpm-workspace-config.ts",
61497
- "line": 1120
61585
+ "line": 1155
61498
61586
  },
61499
61587
  "name": "namedRegistries",
61500
61588
  "optional": true,
@@ -61519,7 +61607,7 @@
61519
61607
  "immutable": true,
61520
61608
  "locationInModule": {
61521
61609
  "filename": "src/javascript/pnpm-workspace-config.ts",
61522
- "line": 481
61610
+ "line": 502
61523
61611
  },
61524
61612
  "name": "networkConcurrency",
61525
61613
  "optional": true,
@@ -61564,7 +61652,7 @@
61564
61652
  "immutable": true,
61565
61653
  "locationInModule": {
61566
61654
  "filename": "src/javascript/pnpm-workspace-config.ts",
61567
- "line": 1148
61655
+ "line": 1183
61568
61656
  },
61569
61657
  "name": "nodeDownloadMirrors",
61570
61658
  "optional": true,
@@ -61629,7 +61717,7 @@
61629
61717
  "immutable": true,
61630
61718
  "locationInModule": {
61631
61719
  "filename": "src/javascript/pnpm-workspace-config.ts",
61632
- "line": 678
61720
+ "line": 699
61633
61721
  },
61634
61722
  "name": "nodeOptions",
61635
61723
  "optional": true,
@@ -61669,7 +61757,7 @@
61669
61757
  "immutable": true,
61670
61758
  "locationInModule": {
61671
61759
  "filename": "src/javascript/pnpm-workspace-config.ts",
61672
- "line": 706
61760
+ "line": 727
61673
61761
  },
61674
61762
  "name": "nodeVersion",
61675
61763
  "optional": true,
@@ -61689,7 +61777,7 @@
61689
61777
  "immutable": true,
61690
61778
  "locationInModule": {
61691
61779
  "filename": "src/javascript/pnpm-workspace-config.ts",
61692
- "line": 467
61780
+ "line": 488
61693
61781
  },
61694
61782
  "name": "noProxy",
61695
61783
  "optional": true,
@@ -61709,7 +61797,7 @@
61709
61797
  "immutable": true,
61710
61798
  "locationInModule": {
61711
61799
  "filename": "src/javascript/pnpm-workspace-config.ts",
61712
- "line": 608
61800
+ "line": 629
61713
61801
  },
61714
61802
  "name": "npmPath",
61715
61803
  "optional": true,
@@ -61730,7 +61818,7 @@
61730
61818
  "immutable": true,
61731
61819
  "locationInModule": {
61732
61820
  "filename": "src/javascript/pnpm-workspace-config.ts",
61733
- "line": 1099
61821
+ "line": 1134
61734
61822
  },
61735
61823
  "name": "npmrcAuthFile",
61736
61824
  "optional": true,
@@ -61796,7 +61884,7 @@
61796
61884
  "immutable": true,
61797
61885
  "locationInModule": {
61798
61886
  "filename": "src/javascript/pnpm-workspace-config.ts",
61799
- "line": 916
61887
+ "line": 951
61800
61888
  },
61801
61889
  "name": "optimisticRepeatInstall",
61802
61890
  "optional": true,
@@ -61876,7 +61964,7 @@
61876
61964
  "immutable": true,
61877
61965
  "locationInModule": {
61878
61966
  "filename": "src/javascript/pnpm-workspace-config.ts",
61879
- "line": 299
61967
+ "line": 306
61880
61968
  },
61881
61969
  "name": "packageImportMethod",
61882
61970
  "optional": true,
@@ -61896,7 +61984,7 @@
61896
61984
  "immutable": true,
61897
61985
  "locationInModule": {
61898
61986
  "filename": "src/javascript/pnpm-workspace-config.ts",
61899
- "line": 615
61987
+ "line": 636
61900
61988
  },
61901
61989
  "name": "packageManagerStrict",
61902
61990
  "optional": true,
@@ -61916,7 +62004,7 @@
61916
62004
  "immutable": true,
61917
62005
  "locationInModule": {
61918
62006
  "filename": "src/javascript/pnpm-workspace-config.ts",
61919
- "line": 622
62007
+ "line": 643
61920
62008
  },
61921
62009
  "name": "packageManagerStrictVersion",
61922
62010
  "optional": true,
@@ -61987,7 +62075,7 @@
61987
62075
  "immutable": true,
61988
62076
  "locationInModule": {
61989
62077
  "filename": "src/javascript/pnpm-workspace-config.ts",
61990
- "line": 979
62078
+ "line": 1014
61991
62079
  },
61992
62080
  "name": "patchesDir",
61993
62081
  "optional": true,
@@ -62027,7 +62115,7 @@
62027
62115
  "immutable": true,
62028
62116
  "locationInModule": {
62029
62117
  "filename": "src/javascript/pnpm-workspace-config.ts",
62030
- "line": 383
62118
+ "line": 404
62031
62119
  },
62032
62120
  "name": "peersSuffixMaxLength",
62033
62121
  "optional": true,
@@ -62047,7 +62135,7 @@
62047
62135
  "immutable": true,
62048
62136
  "locationInModule": {
62049
62137
  "filename": "src/javascript/pnpm-workspace-config.ts",
62050
- "line": 1134
62138
+ "line": 1169
62051
62139
  },
62052
62140
  "name": "pmOnFail",
62053
62141
  "optional": true,
@@ -62067,7 +62155,7 @@
62067
62155
  "immutable": true,
62068
62156
  "locationInModule": {
62069
62157
  "filename": "src/javascript/pnpm-workspace-config.ts",
62070
- "line": 958
62158
+ "line": 993
62071
62159
  },
62072
62160
  "name": "pnpmfile",
62073
62161
  "optional": true,
@@ -62087,7 +62175,7 @@
62087
62175
  "immutable": true,
62088
62176
  "locationInModule": {
62089
62177
  "filename": "src/javascript/pnpm-workspace-config.ts",
62090
- "line": 355
62178
+ "line": 376
62091
62179
  },
62092
62180
  "name": "preferFrozenLockfile",
62093
62181
  "optional": true,
@@ -62108,7 +62196,7 @@
62108
62196
  "immutable": true,
62109
62197
  "locationInModule": {
62110
62198
  "filename": "src/javascript/pnpm-workspace-config.ts",
62111
- "line": 1043
62199
+ "line": 1078
62112
62200
  },
62113
62201
  "name": "preferOffline",
62114
62202
  "optional": true,
@@ -62128,7 +62216,7 @@
62128
62216
  "immutable": true,
62129
62217
  "locationInModule": {
62130
62218
  "filename": "src/javascript/pnpm-workspace-config.ts",
62131
- "line": 860
62219
+ "line": 895
62132
62220
  },
62133
62221
  "name": "preferSymlinkedExecutables",
62134
62222
  "optional": true,
@@ -62148,7 +62236,7 @@
62148
62236
  "immutable": true,
62149
62237
  "locationInModule": {
62150
62238
  "filename": "src/javascript/pnpm-workspace-config.ts",
62151
- "line": 734
62239
+ "line": 755
62152
62240
  },
62153
62241
  "name": "preferWorkspacePackages",
62154
62242
  "optional": true,
@@ -62168,7 +62256,7 @@
62168
62256
  "immutable": true,
62169
62257
  "locationInModule": {
62170
62258
  "filename": "src/javascript/pnpm-workspace-config.ts",
62171
- "line": 951
62259
+ "line": 986
62172
62260
  },
62173
62261
  "name": "provenance",
62174
62262
  "optional": true,
@@ -62189,7 +62277,7 @@
62189
62277
  "immutable": true,
62190
62278
  "locationInModule": {
62191
62279
  "filename": "src/javascript/pnpm-workspace-config.ts",
62192
- "line": 446
62280
+ "line": 467
62193
62281
  },
62194
62282
  "name": "proxy",
62195
62283
  "optional": true,
@@ -62234,7 +62322,7 @@
62234
62322
  "immutable": true,
62235
62323
  "locationInModule": {
62236
62324
  "filename": "src/javascript/pnpm-workspace-config.ts",
62237
- "line": 937
62325
+ "line": 972
62238
62326
  },
62239
62327
  "name": "publishBranch",
62240
62328
  "optional": true,
@@ -62254,7 +62342,7 @@
62254
62342
  "immutable": true,
62255
62343
  "locationInModule": {
62256
62344
  "filename": "src/javascript/pnpm-workspace-config.ts",
62257
- "line": 594
62345
+ "line": 615
62258
62346
  },
62259
62347
  "name": "recursiveInstall",
62260
62348
  "optional": true,
@@ -62274,7 +62362,7 @@
62274
62362
  "immutable": true,
62275
62363
  "locationInModule": {
62276
62364
  "filename": "src/javascript/pnpm-workspace-config.ts",
62277
- "line": 1113
62365
+ "line": 1148
62278
62366
  },
62279
62367
  "name": "registries",
62280
62368
  "optional": true,
@@ -62299,7 +62387,7 @@
62299
62387
  "immutable": true,
62300
62388
  "locationInModule": {
62301
62389
  "filename": "src/javascript/pnpm-workspace-config.ts",
62302
- "line": 390
62390
+ "line": 411
62303
62391
  },
62304
62392
  "name": "registry",
62305
62393
  "optional": true,
@@ -62319,7 +62407,7 @@
62319
62407
  "immutable": true,
62320
62408
  "locationInModule": {
62321
62409
  "filename": "src/javascript/pnpm-workspace-config.ts",
62322
- "line": 881
62410
+ "line": 916
62323
62411
  },
62324
62412
  "name": "registrySupportsTimeField",
62325
62413
  "optional": true,
@@ -62340,7 +62428,7 @@
62340
62428
  "immutable": true,
62341
62429
  "locationInModule": {
62342
62430
  "filename": "src/javascript/pnpm-workspace-config.ts",
62343
- "line": 580
62431
+ "line": 601
62344
62432
  },
62345
62433
  "name": "reporter",
62346
62434
  "optional": true,
@@ -62385,7 +62473,7 @@
62385
62473
  "immutable": true,
62386
62474
  "locationInModule": {
62387
62475
  "filename": "src/javascript/pnpm-workspace-config.ts",
62388
- "line": 874
62476
+ "line": 909
62389
62477
  },
62390
62478
  "name": "resolutionMode",
62391
62479
  "optional": true,
@@ -62405,7 +62493,7 @@
62405
62493
  "immutable": true,
62406
62494
  "locationInModule": {
62407
62495
  "filename": "src/javascript/pnpm-workspace-config.ts",
62408
- "line": 558
62496
+ "line": 579
62409
62497
  },
62410
62498
  "name": "resolvePeersFromWorkspaceRoot",
62411
62499
  "optional": true,
@@ -62425,7 +62513,7 @@
62425
62513
  "immutable": true,
62426
62514
  "locationInModule": {
62427
62515
  "filename": "src/javascript/pnpm-workspace-config.ts",
62428
- "line": 1141
62516
+ "line": 1176
62429
62517
  },
62430
62518
  "name": "runtimeOnFail",
62431
62519
  "optional": true,
@@ -62445,7 +62533,7 @@
62445
62533
  "immutable": true,
62446
62534
  "locationInModule": {
62447
62535
  "filename": "src/javascript/pnpm-workspace-config.ts",
62448
- "line": 1007
62536
+ "line": 1042
62449
62537
  },
62450
62538
  "name": "saveExact",
62451
62539
  "optional": true,
@@ -62465,7 +62553,7 @@
62465
62553
  "immutable": true,
62466
62554
  "locationInModule": {
62467
62555
  "filename": "src/javascript/pnpm-workspace-config.ts",
62468
- "line": 804
62556
+ "line": 825
62469
62557
  },
62470
62558
  "name": "savePrefix",
62471
62559
  "optional": true,
@@ -62485,7 +62573,7 @@
62485
62573
  "immutable": true,
62486
62574
  "locationInModule": {
62487
62575
  "filename": "src/javascript/pnpm-workspace-config.ts",
62488
- "line": 748
62576
+ "line": 769
62489
62577
  },
62490
62578
  "name": "saveWorkspaceProtocol",
62491
62579
  "optional": true,
@@ -62505,7 +62593,7 @@
62505
62593
  "immutable": true,
62506
62594
  "locationInModule": {
62507
62595
  "filename": "src/javascript/pnpm-workspace-config.ts",
62508
- "line": 993
62596
+ "line": 1028
62509
62597
  },
62510
62598
  "name": "scriptShell",
62511
62599
  "optional": true,
@@ -62545,7 +62633,7 @@
62545
62633
  "immutable": true,
62546
62634
  "locationInModule": {
62547
62635
  "filename": "src/javascript/pnpm-workspace-config.ts",
62548
- "line": 741
62636
+ "line": 762
62549
62637
  },
62550
62638
  "name": "sharedWorkspaceLockfile",
62551
62639
  "optional": true,
@@ -62565,7 +62653,7 @@
62565
62653
  "immutable": true,
62566
62654
  "locationInModule": {
62567
62655
  "filename": "src/javascript/pnpm-workspace-config.ts",
62568
- "line": 1000
62656
+ "line": 1035
62569
62657
  },
62570
62658
  "name": "shellEmulator",
62571
62659
  "optional": true,
@@ -62585,7 +62673,7 @@
62585
62673
  "immutable": true,
62586
62674
  "locationInModule": {
62587
62675
  "filename": "src/javascript/pnpm-workspace-config.ts",
62588
- "line": 657
62676
+ "line": 678
62589
62677
  },
62590
62678
  "name": "sideEffectsCache",
62591
62679
  "optional": true,
@@ -62605,7 +62693,7 @@
62605
62693
  "immutable": true,
62606
62694
  "locationInModule": {
62607
62695
  "filename": "src/javascript/pnpm-workspace-config.ts",
62608
- "line": 664
62696
+ "line": 685
62609
62697
  },
62610
62698
  "name": "sideEffectsCacheReadonly",
62611
62699
  "optional": true,
@@ -62625,7 +62713,7 @@
62625
62713
  "immutable": true,
62626
62714
  "locationInModule": {
62627
62715
  "filename": "src/javascript/pnpm-workspace-config.ts",
62628
- "line": 832
62716
+ "line": 860
62629
62717
  },
62630
62718
  "name": "stateDir",
62631
62719
  "optional": true,
@@ -62645,7 +62733,7 @@
62645
62733
  "immutable": true,
62646
62734
  "locationInModule": {
62647
62735
  "filename": "src/javascript/pnpm-workspace-config.ts",
62648
- "line": 320
62736
+ "line": 327
62649
62737
  },
62650
62738
  "name": "storeDir",
62651
62739
  "optional": true,
@@ -62665,7 +62753,7 @@
62665
62753
  "immutable": true,
62666
62754
  "locationInModule": {
62667
62755
  "filename": "src/javascript/pnpm-workspace-config.ts",
62668
- "line": 692
62756
+ "line": 713
62669
62757
  },
62670
62758
  "name": "strictDepBuilds",
62671
62759
  "optional": true,
@@ -62685,7 +62773,7 @@
62685
62773
  "immutable": true,
62686
62774
  "locationInModule": {
62687
62775
  "filename": "src/javascript/pnpm-workspace-config.ts",
62688
- "line": 551
62776
+ "line": 572
62689
62777
  },
62690
62778
  "name": "strictPeerDependencies",
62691
62779
  "optional": true,
@@ -62705,7 +62793,7 @@
62705
62793
  "immutable": true,
62706
62794
  "locationInModule": {
62707
62795
  "filename": "src/javascript/pnpm-workspace-config.ts",
62708
- "line": 474
62796
+ "line": 495
62709
62797
  },
62710
62798
  "name": "strictSsl",
62711
62799
  "optional": true,
@@ -62725,7 +62813,7 @@
62725
62813
  "immutable": true,
62726
62814
  "locationInModule": {
62727
62815
  "filename": "src/javascript/pnpm-workspace-config.ts",
62728
- "line": 334
62816
+ "line": 355
62729
62817
  },
62730
62818
  "name": "strictStorePkgContentCheck",
62731
62819
  "optional": true,
@@ -62786,7 +62874,7 @@
62786
62874
  "immutable": true,
62787
62875
  "locationInModule": {
62788
62876
  "filename": "src/javascript/pnpm-workspace-config.ts",
62789
- "line": 727
62877
+ "line": 748
62790
62878
  },
62791
62879
  "name": "syncInjectedDepsAfterScripts",
62792
62880
  "optional": true,
@@ -62811,7 +62899,7 @@
62811
62899
  "immutable": true,
62812
62900
  "locationInModule": {
62813
62901
  "filename": "src/javascript/pnpm-workspace-config.ts",
62814
- "line": 811
62902
+ "line": 832
62815
62903
  },
62816
62904
  "name": "tag",
62817
62905
  "optional": true,
@@ -62832,7 +62920,7 @@
62832
62920
  "immutable": true,
62833
62921
  "locationInModule": {
62834
62922
  "filename": "src/javascript/pnpm-workspace-config.ts",
62835
- "line": 1155
62923
+ "line": 1190
62836
62924
  },
62837
62925
  "name": "trustLockfile",
62838
62926
  "optional": true,
@@ -62853,7 +62941,7 @@
62853
62941
  "immutable": true,
62854
62942
  "locationInModule": {
62855
62943
  "filename": "src/javascript/pnpm-workspace-config.ts",
62856
- "line": 1050
62944
+ "line": 1085
62857
62945
  },
62858
62946
  "name": "trustPolicy",
62859
62947
  "optional": true,
@@ -62873,7 +62961,7 @@
62873
62961
  "immutable": true,
62874
62962
  "locationInModule": {
62875
62963
  "filename": "src/javascript/pnpm-workspace-config.ts",
62876
- "line": 1057
62964
+ "line": 1092
62877
62965
  },
62878
62966
  "name": "trustPolicyExclude",
62879
62967
  "optional": true,
@@ -62899,7 +62987,7 @@
62899
62987
  "immutable": true,
62900
62988
  "locationInModule": {
62901
62989
  "filename": "src/javascript/pnpm-workspace-config.ts",
62902
- "line": 1078
62990
+ "line": 1113
62903
62991
  },
62904
62992
  "name": "trustPolicyIgnoreAfter",
62905
62993
  "optional": true,
@@ -62920,7 +63008,7 @@
62920
63008
  "immutable": true,
62921
63009
  "locationInModule": {
62922
63010
  "filename": "src/javascript/pnpm-workspace-config.ts",
62923
- "line": 671
63011
+ "line": 692
62924
63012
  },
62925
63013
  "name": "unsafePerm",
62926
63014
  "optional": true,
@@ -62978,7 +63066,7 @@
62978
63066
  "immutable": true,
62979
63067
  "locationInModule": {
62980
63068
  "filename": "src/javascript/pnpm-workspace-config.ts",
62981
- "line": 853
63069
+ "line": 881
62982
63070
  },
62983
63071
  "name": "updateNotifier",
62984
63072
  "optional": true,
@@ -62998,7 +63086,7 @@
62998
63086
  "immutable": true,
62999
63087
  "locationInModule": {
63000
63088
  "filename": "src/javascript/pnpm-workspace-config.ts",
63001
- "line": 587
63089
+ "line": 608
63002
63090
  },
63003
63091
  "name": "useBetaCli",
63004
63092
  "optional": true,
@@ -63018,7 +63106,7 @@
63018
63106
  "immutable": true,
63019
63107
  "locationInModule": {
63020
63108
  "filename": "src/javascript/pnpm-workspace-config.ts",
63021
- "line": 699
63109
+ "line": 720
63022
63110
  },
63023
63111
  "name": "useNodeVersion",
63024
63112
  "optional": true,
@@ -63026,6 +63114,27 @@
63026
63114
  "primitive": "string"
63027
63115
  }
63028
63116
  },
63117
+ {
63118
+ "abstract": true,
63119
+ "docs": {
63120
+ "custom": {
63121
+ "schema": "PnpmWorkspaceYamlSchema#useRunningStoreServer"
63122
+ },
63123
+ "remarks": "Only allows installation with a store server. If no store server is running, installation will fail.",
63124
+ "stability": "experimental",
63125
+ "summary": "Deprecated."
63126
+ },
63127
+ "immutable": true,
63128
+ "locationInModule": {
63129
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63130
+ "line": 341
63131
+ },
63132
+ "name": "useRunningStoreServer",
63133
+ "optional": true,
63134
+ "type": {
63135
+ "primitive": "boolean"
63136
+ }
63137
+ },
63029
63138
  {
63030
63139
  "abstract": true,
63031
63140
  "docs": {
@@ -63038,7 +63147,7 @@
63038
63147
  "immutable": true,
63039
63148
  "locationInModule": {
63040
63149
  "filename": "src/javascript/pnpm-workspace-config.ts",
63041
- "line": 846
63150
+ "line": 874
63042
63151
  },
63043
63152
  "name": "useStderr",
63044
63153
  "optional": true,
@@ -63058,7 +63167,7 @@
63058
63167
  "immutable": true,
63059
63168
  "locationInModule": {
63060
63169
  "filename": "src/javascript/pnpm-workspace-config.ts",
63061
- "line": 685
63170
+ "line": 706
63062
63171
  },
63063
63172
  "name": "verifyDepsBeforeRun",
63064
63173
  "optional": true,
@@ -63078,7 +63187,7 @@
63078
63187
  "immutable": true,
63079
63188
  "locationInModule": {
63080
63189
  "filename": "src/javascript/pnpm-workspace-config.ts",
63081
- "line": 327
63190
+ "line": 334
63082
63191
  },
63083
63192
  "name": "verifyStoreIntegrity",
63084
63193
  "optional": true,
@@ -63098,7 +63207,7 @@
63098
63207
  "immutable": true,
63099
63208
  "locationInModule": {
63100
63209
  "filename": "src/javascript/pnpm-workspace-config.ts",
63101
- "line": 944
63210
+ "line": 979
63102
63211
  },
63103
63212
  "name": "versioning",
63104
63213
  "optional": true,
@@ -63159,7 +63268,7 @@
63159
63268
  "immutable": true,
63160
63269
  "locationInModule": {
63161
63270
  "filename": "src/javascript/pnpm-workspace-config.ts",
63162
- "line": 1127
63271
+ "line": 1162
63163
63272
  },
63164
63273
  "name": "virtualStoreOnly",
63165
63274
  "optional": true,
@@ -63167,6 +63276,27 @@
63167
63276
  "primitive": "boolean"
63168
63277
  }
63169
63278
  },
63279
+ {
63280
+ "abstract": true,
63281
+ "docs": {
63282
+ "custom": {
63283
+ "schema": "PnpmWorkspaceYamlSchema#virtualStoreType"
63284
+ },
63285
+ "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.",
63286
+ "stability": "experimental",
63287
+ "summary": "Determines where the virtual store is located."
63288
+ },
63289
+ "immutable": true,
63290
+ "locationInModule": {
63291
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63292
+ "line": 299
63293
+ },
63294
+ "name": "virtualStoreType",
63295
+ "optional": true,
63296
+ "type": {
63297
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType"
63298
+ }
63299
+ },
63170
63300
  {
63171
63301
  "abstract": true,
63172
63302
  "docs": {
@@ -63180,7 +63310,7 @@
63180
63310
  "immutable": true,
63181
63311
  "locationInModule": {
63182
63312
  "filename": "src/javascript/pnpm-workspace-config.ts",
63183
- "line": 783
63313
+ "line": 804
63184
63314
  },
63185
63315
  "name": "workspaceConcurrency",
63186
63316
  "optional": true,
@@ -63204,7 +63334,7 @@
63204
63334
  "kind": "interface",
63205
63335
  "locationInModule": {
63206
63336
  "filename": "src/javascript/pnpm-workspace-config.ts",
63207
- "line": 1483
63337
+ "line": 1523
63208
63338
  },
63209
63339
  "name": "PnpmWorkspaceYamlSchemaAudit",
63210
63340
  "namespace": "javascript",
@@ -63221,7 +63351,7 @@
63221
63351
  "immutable": true,
63222
63352
  "locationInModule": {
63223
63353
  "filename": "src/javascript/pnpm-workspace-config.ts",
63224
- "line": 1496
63354
+ "line": 1536
63225
63355
  },
63226
63356
  "name": "ignore",
63227
63357
  "optional": true,
@@ -63234,6 +63364,26 @@
63234
63364
  }
63235
63365
  }
63236
63366
  },
63367
+ {
63368
+ "abstract": true,
63369
+ "docs": {
63370
+ "custom": {
63371
+ "schema": "PnpmWorkspaceYamlSchemaAudit#ignorePrune"
63372
+ },
63373
+ "stability": "experimental",
63374
+ "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."
63375
+ },
63376
+ "immutable": true,
63377
+ "locationInModule": {
63378
+ "filename": "src/javascript/pnpm-workspace-config.ts",
63379
+ "line": 1543
63380
+ },
63381
+ "name": "ignorePrune",
63382
+ "optional": true,
63383
+ "type": {
63384
+ "primitive": "boolean"
63385
+ }
63386
+ },
63237
63387
  {
63238
63388
  "abstract": true,
63239
63389
  "docs": {
@@ -63246,7 +63396,7 @@
63246
63396
  "immutable": true,
63247
63397
  "locationInModule": {
63248
63398
  "filename": "src/javascript/pnpm-workspace-config.ts",
63249
- "line": 1489
63399
+ "line": 1529
63250
63400
  },
63251
63401
  "name": "level",
63252
63402
  "optional": true,
@@ -63270,7 +63420,7 @@
63270
63420
  "kind": "interface",
63271
63421
  "locationInModule": {
63272
63422
  "filename": "src/javascript/pnpm-workspace-config.ts",
63273
- "line": 1518
63423
+ "line": 1566
63274
63424
  },
63275
63425
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
63276
63426
  "namespace": "javascript",
@@ -63287,7 +63437,7 @@
63287
63437
  "immutable": true,
63288
63438
  "locationInModule": {
63289
63439
  "filename": "src/javascript/pnpm-workspace-config.ts",
63290
- "line": 1524
63440
+ "line": 1572
63291
63441
  },
63292
63442
  "name": "ignoreCves",
63293
63443
  "optional": true,
@@ -63312,7 +63462,7 @@
63312
63462
  "immutable": true,
63313
63463
  "locationInModule": {
63314
63464
  "filename": "src/javascript/pnpm-workspace-config.ts",
63315
- "line": 1531
63465
+ "line": 1579
63316
63466
  },
63317
63467
  "name": "ignoreGhsas",
63318
63468
  "optional": true,
@@ -63341,7 +63491,7 @@
63341
63491
  "kind": "enum",
63342
63492
  "locationInModule": {
63343
63493
  "filename": "src/javascript/pnpm-workspace-config.ts",
63344
- "line": 1853
63494
+ "line": 1913
63345
63495
  },
63346
63496
  "members": [
63347
63497
  {
@@ -63390,7 +63540,7 @@
63390
63540
  "kind": "enum",
63391
63541
  "locationInModule": {
63392
63542
  "filename": "src/javascript/pnpm-workspace-config.ts",
63393
- "line": 1350
63543
+ "line": 1390
63394
63544
  },
63395
63545
  "members": [
63396
63546
  {
@@ -63432,7 +63582,7 @@
63432
63582
  "kind": "enum",
63433
63583
  "locationInModule": {
63434
63584
  "filename": "src/javascript/pnpm-workspace-config.ts",
63435
- "line": 1665
63585
+ "line": 1725
63436
63586
  },
63437
63587
  "members": [
63438
63588
  {
@@ -63474,7 +63624,7 @@
63474
63624
  "kind": "interface",
63475
63625
  "locationInModule": {
63476
63626
  "filename": "src/javascript/pnpm-workspace-config.ts",
63477
- "line": 1592
63627
+ "line": 1640
63478
63628
  },
63479
63629
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
63480
63630
  "namespace": "javascript",
@@ -63491,7 +63641,7 @@
63491
63641
  "immutable": true,
63492
63642
  "locationInModule": {
63493
63643
  "filename": "src/javascript/pnpm-workspace-config.ts",
63494
- "line": 1598
63644
+ "line": 1646
63495
63645
  },
63496
63646
  "name": "nodeVersion",
63497
63647
  "optional": true,
@@ -63516,15 +63666,15 @@
63516
63666
  "kind": "enum",
63517
63667
  "locationInModule": {
63518
63668
  "filename": "src/javascript/pnpm-workspace-config.ts",
63519
- "line": 1901
63669
+ "line": 1961
63520
63670
  },
63521
63671
  "members": [
63522
63672
  {
63523
63673
  "docs": {
63524
63674
  "stability": "experimental",
63525
- "summary": "node."
63675
+ "summary": "none."
63526
63676
  },
63527
- "name": "NODE"
63677
+ "name": "NONE"
63528
63678
  },
63529
63679
  {
63530
63680
  "docs": {
@@ -63558,7 +63708,7 @@
63558
63708
  "kind": "class",
63559
63709
  "locationInModule": {
63560
63710
  "filename": "src/javascript/pnpm-workspace-config.ts",
63561
- "line": 1712
63711
+ "line": 1772
63562
63712
  },
63563
63713
  "methods": [
63564
63714
  {
@@ -63567,7 +63717,7 @@
63567
63717
  },
63568
63718
  "locationInModule": {
63569
63719
  "filename": "src/javascript/pnpm-workspace-config.ts",
63570
- "line": 1713
63720
+ "line": 1773
63571
63721
  },
63572
63722
  "name": "fromBoolean",
63573
63723
  "parameters": [
@@ -63591,7 +63741,7 @@
63591
63741
  },
63592
63742
  "locationInModule": {
63593
63743
  "filename": "src/javascript/pnpm-workspace-config.ts",
63594
- "line": 1716
63744
+ "line": 1776
63595
63745
  },
63596
63746
  "name": "fromString",
63597
63747
  "parameters": [
@@ -63620,7 +63770,7 @@
63620
63770
  "immutable": true,
63621
63771
  "locationInModule": {
63622
63772
  "filename": "src/javascript/pnpm-workspace-config.ts",
63623
- "line": 1719
63773
+ "line": 1779
63624
63774
  },
63625
63775
  "name": "value",
63626
63776
  "type": {
@@ -63652,7 +63802,7 @@
63652
63802
  "kind": "enum",
63653
63803
  "locationInModule": {
63654
63804
  "filename": "src/javascript/pnpm-workspace-config.ts",
63655
- "line": 1679
63805
+ "line": 1739
63656
63806
  },
63657
63807
  "members": [
63658
63808
  {
@@ -63701,7 +63851,7 @@
63701
63851
  "kind": "enum",
63702
63852
  "locationInModule": {
63703
63853
  "filename": "src/javascript/pnpm-workspace-config.ts",
63704
- "line": 1621
63854
+ "line": 1669
63705
63855
  },
63706
63856
  "members": [
63707
63857
  {
@@ -63743,7 +63893,7 @@
63743
63893
  "kind": "enum",
63744
63894
  "locationInModule": {
63745
63895
  "filename": "src/javascript/pnpm-workspace-config.ts",
63746
- "line": 1635
63896
+ "line": 1683
63747
63897
  },
63748
63898
  "members": [
63749
63899
  {
@@ -63778,7 +63928,7 @@
63778
63928
  "kind": "enum",
63779
63929
  "locationInModule": {
63780
63930
  "filename": "src/javascript/pnpm-workspace-config.ts",
63781
- "line": 1647
63931
+ "line": 1707
63782
63932
  },
63783
63933
  "members": [
63784
63934
  {
@@ -63834,7 +63984,7 @@
63834
63984
  "kind": "interface",
63835
63985
  "locationInModule": {
63836
63986
  "filename": "src/javascript/pnpm-workspace-config.ts",
63837
- "line": 1362
63987
+ "line": 1402
63838
63988
  },
63839
63989
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
63840
63990
  "namespace": "javascript",
@@ -63851,7 +64001,7 @@
63851
64001
  "immutable": true,
63852
64002
  "locationInModule": {
63853
64003
  "filename": "src/javascript/pnpm-workspace-config.ts",
63854
- "line": 1382
64004
+ "line": 1422
63855
64005
  },
63856
64006
  "name": "allowAny",
63857
64007
  "optional": true,
@@ -63876,7 +64026,7 @@
63876
64026
  "immutable": true,
63877
64027
  "locationInModule": {
63878
64028
  "filename": "src/javascript/pnpm-workspace-config.ts",
63879
- "line": 1375
64029
+ "line": 1415
63880
64030
  },
63881
64031
  "name": "allowedVersions",
63882
64032
  "optional": true,
@@ -63896,7 +64046,7 @@
63896
64046
  "immutable": true,
63897
64047
  "locationInModule": {
63898
64048
  "filename": "src/javascript/pnpm-workspace-config.ts",
63899
- "line": 1368
64049
+ "line": 1408
63900
64050
  },
63901
64051
  "name": "ignoreMissing",
63902
64052
  "optional": true,
@@ -63925,7 +64075,7 @@
63925
64075
  "kind": "enum",
63926
64076
  "locationInModule": {
63927
64077
  "filename": "src/javascript/pnpm-workspace-config.ts",
63928
- "line": 1869
64078
+ "line": 1929
63929
64079
  },
63930
64080
  "members": [
63931
64081
  {
@@ -63975,7 +64125,7 @@
63975
64125
  "kind": "enum",
63976
64126
  "locationInModule": {
63977
64127
  "filename": "src/javascript/pnpm-workspace-config.ts",
63978
- "line": 1696
64128
+ "line": 1756
63979
64129
  },
63980
64130
  "members": [
63981
64131
  {
@@ -64024,7 +64174,7 @@
64024
64174
  "kind": "enum",
64025
64175
  "locationInModule": {
64026
64176
  "filename": "src/javascript/pnpm-workspace-config.ts",
64027
- "line": 1758
64177
+ "line": 1818
64028
64178
  },
64029
64179
  "members": [
64030
64180
  {
@@ -64066,7 +64216,7 @@
64066
64216
  "kind": "enum",
64067
64217
  "locationInModule": {
64068
64218
  "filename": "src/javascript/pnpm-workspace-config.ts",
64069
- "line": 1885
64219
+ "line": 1945
64070
64220
  },
64071
64221
  "members": [
64072
64222
  {
@@ -64115,7 +64265,7 @@
64115
64265
  "kind": "enum",
64116
64266
  "locationInModule": {
64117
64267
  "filename": "src/javascript/pnpm-workspace-config.ts",
64118
- "line": 1744
64268
+ "line": 1804
64119
64269
  },
64120
64270
  "members": [
64121
64271
  {
@@ -64157,7 +64307,7 @@
64157
64307
  "kind": "class",
64158
64308
  "locationInModule": {
64159
64309
  "filename": "src/javascript/pnpm-workspace-config.ts",
64160
- "line": 1728
64310
+ "line": 1788
64161
64311
  },
64162
64312
  "methods": [
64163
64313
  {
@@ -64166,7 +64316,7 @@
64166
64316
  },
64167
64317
  "locationInModule": {
64168
64318
  "filename": "src/javascript/pnpm-workspace-config.ts",
64169
- "line": 1729
64319
+ "line": 1789
64170
64320
  },
64171
64321
  "name": "fromBoolean",
64172
64322
  "parameters": [
@@ -64190,7 +64340,7 @@
64190
64340
  },
64191
64341
  "locationInModule": {
64192
64342
  "filename": "src/javascript/pnpm-workspace-config.ts",
64193
- "line": 1732
64343
+ "line": 1792
64194
64344
  },
64195
64345
  "name": "fromString",
64196
64346
  "parameters": [
@@ -64219,7 +64369,7 @@
64219
64369
  "immutable": true,
64220
64370
  "locationInModule": {
64221
64371
  "filename": "src/javascript/pnpm-workspace-config.ts",
64222
- "line": 1735
64372
+ "line": 1795
64223
64373
  },
64224
64374
  "name": "value",
64225
64375
  "type": {
@@ -64252,7 +64402,7 @@
64252
64402
  "kind": "interface",
64253
64403
  "locationInModule": {
64254
64404
  "filename": "src/javascript/pnpm-workspace-config.ts",
64255
- "line": 1555
64405
+ "line": 1603
64256
64406
  },
64257
64407
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
64258
64408
  "namespace": "javascript",
@@ -64268,7 +64418,7 @@
64268
64418
  "immutable": true,
64269
64419
  "locationInModule": {
64270
64420
  "filename": "src/javascript/pnpm-workspace-config.ts",
64271
- "line": 1564
64421
+ "line": 1612
64272
64422
  },
64273
64423
  "name": "cpu",
64274
64424
  "optional": true,
@@ -64292,7 +64442,7 @@
64292
64442
  "immutable": true,
64293
64443
  "locationInModule": {
64294
64444
  "filename": "src/javascript/pnpm-workspace-config.ts",
64295
- "line": 1569
64445
+ "line": 1617
64296
64446
  },
64297
64447
  "name": "libc",
64298
64448
  "optional": true,
@@ -64316,7 +64466,7 @@
64316
64466
  "immutable": true,
64317
64467
  "locationInModule": {
64318
64468
  "filename": "src/javascript/pnpm-workspace-config.ts",
64319
- "line": 1559
64469
+ "line": 1607
64320
64470
  },
64321
64471
  "name": "os",
64322
64472
  "optional": true,
@@ -64346,7 +64496,7 @@
64346
64496
  "kind": "enum",
64347
64497
  "locationInModule": {
64348
64498
  "filename": "src/javascript/pnpm-workspace-config.ts",
64349
- "line": 1841
64499
+ "line": 1901
64350
64500
  },
64351
64501
  "members": [
64352
64502
  {
@@ -64381,7 +64531,7 @@
64381
64531
  "kind": "interface",
64382
64532
  "locationInModule": {
64383
64533
  "filename": "src/javascript/pnpm-workspace-config.ts",
64384
- "line": 1405
64534
+ "line": 1445
64385
64535
  },
64386
64536
  "name": "PnpmWorkspaceYamlSchemaUpdate",
64387
64537
  "namespace": "javascript",
@@ -64398,7 +64548,7 @@
64398
64548
  "immutable": true,
64399
64549
  "locationInModule": {
64400
64550
  "filename": "src/javascript/pnpm-workspace-config.ts",
64401
- "line": 1418
64551
+ "line": 1458
64402
64552
  },
64403
64553
  "name": "changeset",
64404
64554
  "optional": true,
@@ -64418,7 +64568,7 @@
64418
64568
  "immutable": true,
64419
64569
  "locationInModule": {
64420
64570
  "filename": "src/javascript/pnpm-workspace-config.ts",
64421
- "line": 1425
64571
+ "line": 1465
64422
64572
  },
64423
64573
  "name": "githubActions",
64424
64574
  "optional": true,
@@ -64438,7 +64588,7 @@
64438
64588
  "immutable": true,
64439
64589
  "locationInModule": {
64440
64590
  "filename": "src/javascript/pnpm-workspace-config.ts",
64441
- "line": 1432
64591
+ "line": 1472
64442
64592
  },
64443
64593
  "name": "githubActionsServer",
64444
64594
  "optional": true,
@@ -64458,7 +64608,7 @@
64458
64608
  "immutable": true,
64459
64609
  "locationInModule": {
64460
64610
  "filename": "src/javascript/pnpm-workspace-config.ts",
64461
- "line": 1411
64611
+ "line": 1451
64462
64612
  },
64463
64613
  "name": "ignoreDeps",
64464
64614
  "optional": true,
@@ -64487,7 +64637,7 @@
64487
64637
  "kind": "interface",
64488
64638
  "locationInModule": {
64489
64639
  "filename": "src/javascript/pnpm-workspace-config.ts",
64490
- "line": 1456
64640
+ "line": 1496
64491
64641
  },
64492
64642
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
64493
64643
  "namespace": "javascript",
@@ -64504,7 +64654,7 @@
64504
64654
  "immutable": true,
64505
64655
  "locationInModule": {
64506
64656
  "filename": "src/javascript/pnpm-workspace-config.ts",
64507
- "line": 1462
64657
+ "line": 1502
64508
64658
  },
64509
64659
  "name": "ignoreDependencies",
64510
64660
  "optional": true,
@@ -64534,7 +64684,7 @@
64534
64684
  "kind": "interface",
64535
64685
  "locationInModule": {
64536
64686
  "filename": "src/javascript/pnpm-workspace-config.ts",
64537
- "line": 1772
64687
+ "line": 1832
64538
64688
  },
64539
64689
  "name": "PnpmWorkspaceYamlSchemaVersioning",
64540
64690
  "namespace": "javascript",
@@ -64551,7 +64701,7 @@
64551
64701
  "immutable": true,
64552
64702
  "locationInModule": {
64553
64703
  "filename": "src/javascript/pnpm-workspace-config.ts",
64554
- "line": 1813
64704
+ "line": 1873
64555
64705
  },
64556
64706
  "name": "changelog",
64557
64707
  "optional": true,
@@ -64571,7 +64721,7 @@
64571
64721
  "immutable": true,
64572
64722
  "locationInModule": {
64573
64723
  "filename": "src/javascript/pnpm-workspace-config.ts",
64574
- "line": 1806
64724
+ "line": 1866
64575
64725
  },
64576
64726
  "name": "epics",
64577
64727
  "optional": true,
@@ -64597,7 +64747,7 @@
64597
64747
  "immutable": true,
64598
64748
  "locationInModule": {
64599
64749
  "filename": "src/javascript/pnpm-workspace-config.ts",
64600
- "line": 1778
64750
+ "line": 1838
64601
64751
  },
64602
64752
  "name": "fixed",
64603
64753
  "optional": true,
@@ -64627,7 +64777,7 @@
64627
64777
  "immutable": true,
64628
64778
  "locationInModule": {
64629
64779
  "filename": "src/javascript/pnpm-workspace-config.ts",
64630
- "line": 1785
64780
+ "line": 1845
64631
64781
  },
64632
64782
  "name": "ignore",
64633
64783
  "optional": true,
@@ -64653,7 +64803,7 @@
64653
64803
  "immutable": true,
64654
64804
  "locationInModule": {
64655
64805
  "filename": "src/javascript/pnpm-workspace-config.ts",
64656
- "line": 1799
64806
+ "line": 1859
64657
64807
  },
64658
64808
  "name": "lanes",
64659
64809
  "optional": true,
@@ -64678,7 +64828,7 @@
64678
64828
  "immutable": true,
64679
64829
  "locationInModule": {
64680
64830
  "filename": "src/javascript/pnpm-workspace-config.ts",
64681
- "line": 1792
64831
+ "line": 1852
64682
64832
  },
64683
64833
  "name": "maxBump",
64684
64834
  "optional": true,
@@ -64703,7 +64853,7 @@
64703
64853
  "kind": "interface",
64704
64854
  "locationInModule": {
64705
64855
  "filename": "src/javascript/pnpm-workspace-config.ts",
64706
- "line": 1964
64856
+ "line": 2024
64707
64857
  },
64708
64858
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
64709
64859
  "namespace": "javascript",
@@ -64721,7 +64871,7 @@
64721
64871
  "immutable": true,
64722
64872
  "locationInModule": {
64723
64873
  "filename": "src/javascript/pnpm-workspace-config.ts",
64724
- "line": 1970
64874
+ "line": 2030
64725
64875
  },
64726
64876
  "name": "storage",
64727
64877
  "optional": true,
@@ -64746,7 +64896,7 @@
64746
64896
  "kind": "enum",
64747
64897
  "locationInModule": {
64748
64898
  "filename": "src/javascript/pnpm-workspace-config.ts",
64749
- "line": 1993
64899
+ "line": 2053
64750
64900
  },
64751
64901
  "members": [
64752
64902
  {
@@ -64781,7 +64931,7 @@
64781
64931
  "kind": "interface",
64782
64932
  "locationInModule": {
64783
64933
  "filename": "src/javascript/pnpm-workspace-config.ts",
64784
- "line": 1927
64934
+ "line": 1987
64785
64935
  },
64786
64936
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
64787
64937
  "namespace": "javascript",
@@ -64798,7 +64948,7 @@
64798
64948
  "immutable": true,
64799
64949
  "locationInModule": {
64800
64950
  "filename": "src/javascript/pnpm-workspace-config.ts",
64801
- "line": 1933
64951
+ "line": 1993
64802
64952
  },
64803
64953
  "name": "lead",
64804
64954
  "type": {
@@ -64817,7 +64967,7 @@
64817
64967
  "immutable": true,
64818
64968
  "locationInModule": {
64819
64969
  "filename": "src/javascript/pnpm-workspace-config.ts",
64820
- "line": 1940
64970
+ "line": 2000
64821
64971
  },
64822
64972
  "name": "packages",
64823
64973
  "type": {
@@ -64845,7 +64995,7 @@
64845
64995
  "kind": "enum",
64846
64996
  "locationInModule": {
64847
64997
  "filename": "src/javascript/pnpm-workspace-config.ts",
64848
- "line": 1915
64998
+ "line": 1975
64849
64999
  },
64850
65000
  "members": [
64851
65001
  {
@@ -64874,6 +65024,42 @@
64874
65024
  "namespace": "javascript",
64875
65025
  "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVersioningMaxBump"
64876
65026
  },
65027
+ "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType": {
65028
+ "assembly": "projen",
65029
+ "docs": {
65030
+ "custom": {
65031
+ "schema": "PnpmWorkspaceYamlSchemaVirtualStoreType"
65032
+ },
65033
+ "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.",
65034
+ "stability": "experimental",
65035
+ "summary": "Determines where the virtual store is located."
65036
+ },
65037
+ "fqn": "projen.javascript.PnpmWorkspaceYamlSchemaVirtualStoreType",
65038
+ "kind": "enum",
65039
+ "locationInModule": {
65040
+ "filename": "src/javascript/pnpm-workspace-config.ts",
65041
+ "line": 1695
65042
+ },
65043
+ "members": [
65044
+ {
65045
+ "docs": {
65046
+ "stability": "experimental",
65047
+ "summary": "project."
65048
+ },
65049
+ "name": "PROJECT"
65050
+ },
65051
+ {
65052
+ "docs": {
65053
+ "stability": "experimental",
65054
+ "summary": "global."
65055
+ },
65056
+ "name": "GLOBAL"
65057
+ }
65058
+ ],
65059
+ "name": "PnpmWorkspaceYamlSchemaVirtualStoreType",
65060
+ "namespace": "javascript",
65061
+ "symbolId": "src/javascript/pnpm-workspace-config:PnpmWorkspaceYamlSchemaVirtualStoreType"
65062
+ },
64877
65063
  "projen.javascript.Prettier": {
64878
65064
  "assembly": "projen",
64879
65065
  "base": "projen.Component",
@@ -66060,7 +66246,7 @@
66060
66246
  "kind": "interface",
66061
66247
  "locationInModule": {
66062
66248
  "filename": "src/javascript/node-package.ts",
66063
- "line": 577
66249
+ "line": 587
66064
66250
  },
66065
66251
  "name": "ScopedPackagesOptions",
66066
66252
  "namespace": "javascript",
@@ -66074,7 +66260,7 @@
66074
66260
  "immutable": true,
66075
66261
  "locationInModule": {
66076
66262
  "filename": "src/javascript/node-package.ts",
66077
- "line": 588
66263
+ "line": 598
66078
66264
  },
66079
66265
  "name": "registryUrl",
66080
66266
  "type": {
@@ -66091,7 +66277,7 @@
66091
66277
  "immutable": true,
66092
66278
  "locationInModule": {
66093
66279
  "filename": "src/javascript/node-package.ts",
66094
- "line": 583
66280
+ "line": 593
66095
66281
  },
66096
66282
  "name": "scope",
66097
66283
  "type": {
@@ -69272,7 +69458,7 @@
69272
69458
  "kind": "interface",
69273
69459
  "locationInModule": {
69274
69460
  "filename": "src/javascript/node-package.ts",
69275
- "line": 2360
69461
+ "line": 2371
69276
69462
  },
69277
69463
  "name": "YarnBerryOptions",
69278
69464
  "namespace": "javascript",
@@ -69288,7 +69474,7 @@
69288
69474
  "immutable": true,
69289
69475
  "locationInModule": {
69290
69476
  "filename": "src/javascript/node-package.ts",
69291
- "line": 2399
69477
+ "line": 2410
69292
69478
  },
69293
69479
  "name": "dedupePackages",
69294
69480
  "optional": true,
@@ -69311,7 +69497,7 @@
69311
69497
  "immutable": true,
69312
69498
  "locationInModule": {
69313
69499
  "filename": "src/javascript/node-package.ts",
69314
- "line": 2366
69500
+ "line": 2377
69315
69501
  },
69316
69502
  "name": "version",
69317
69503
  "optional": true,
@@ -69329,7 +69515,7 @@
69329
69515
  "immutable": true,
69330
69516
  "locationInModule": {
69331
69517
  "filename": "src/javascript/node-package.ts",
69332
- "line": 2373
69518
+ "line": 2384
69333
69519
  },
69334
69520
  "name": "yarnRcOptions",
69335
69521
  "optional": true,
@@ -69348,7 +69534,7 @@
69348
69534
  "immutable": true,
69349
69535
  "locationInModule": {
69350
69536
  "filename": "src/javascript/node-package.ts",
69351
- "line": 2381
69537
+ "line": 2392
69352
69538
  },
69353
69539
  "name": "zeroInstalls",
69354
69540
  "optional": true,
@@ -103641,6 +103827,6 @@
103641
103827
  "usedFeatures": [
103642
103828
  "class-covariant-overrides"
103643
103829
  ],
103644
- "version": "0.103.16",
103645
- "fingerprint": "IcP0eBRKBuYPiOb4pjfnenJt3r0SYVPjVh/oI9+vvI0="
103830
+ "version": "0.103.18",
103831
+ "fingerprint": "WJDbD83oerUTgd264VSBnqYh/eSebLbPKh1jH5IyIfA="
103646
103832
  }