projen 0.101.29 → 0.101.31

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 (151) hide show
  1. package/.jsii +551 -173
  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-construct.js +1 -1
  33. package/lib/circleci/circleci.js +1 -1
  34. package/lib/component.js +2 -2
  35. package/lib/dependencies.js +1 -1
  36. package/lib/dev-env.js +1 -1
  37. package/lib/docker-compose/docker-compose-service.js +1 -1
  38. package/lib/docker-compose/docker-compose.js +1 -1
  39. package/lib/file.js +1 -1
  40. package/lib/gitattributes.js +1 -1
  41. package/lib/github/actions-provider.js +1 -1
  42. package/lib/github/auto-approve.js +1 -1
  43. package/lib/github/auto-merge.js +1 -1
  44. package/lib/github/auto-queue.js +1 -1
  45. package/lib/github/dependabot.js +1 -1
  46. package/lib/github/dependency-review.js +1 -1
  47. package/lib/github/github-credentials.js +1 -1
  48. package/lib/github/github-project.js +1 -1
  49. package/lib/github/github.js +1 -1
  50. package/lib/github/merge-queue.js +1 -1
  51. package/lib/github/mergify.js +1 -1
  52. package/lib/github/pr-template.js +1 -1
  53. package/lib/github/pull-request-backport.js +1 -1
  54. package/lib/github/pull-request-lint.js +1 -1
  55. package/lib/github/stale.js +1 -1
  56. package/lib/github/task-workflow-job.js +1 -1
  57. package/lib/github/task-workflow.js +1 -1
  58. package/lib/github/workflow-actions.js +1 -1
  59. package/lib/github/workflow-jobs.js +1 -1
  60. package/lib/github/workflow-steps.js +1 -1
  61. package/lib/github/workflows-model.d.ts +93 -2
  62. package/lib/github/workflows-model.js +1 -1
  63. package/lib/github/workflows.js +1 -1
  64. package/lib/gitlab/configuration.js +1 -1
  65. package/lib/gitlab/gitlab-configuration.js +1 -1
  66. package/lib/gitlab/nested-configuration.js +1 -1
  67. package/lib/gitpod.js +1 -1
  68. package/lib/ignore-file.js +1 -1
  69. package/lib/ini.js +1 -1
  70. package/lib/java/java-project.js +1 -1
  71. package/lib/java/junit.js +1 -1
  72. package/lib/java/maven-compile.js +1 -1
  73. package/lib/java/maven-packaging.js +1 -1
  74. package/lib/java/maven-sample.js +1 -1
  75. package/lib/java/pom.js +2 -2
  76. package/lib/java/projenrc.js +1 -1
  77. package/lib/javascript/biome/biome.js +1 -1
  78. package/lib/javascript/bundler.js +1 -1
  79. package/lib/javascript/eslint.js +1 -1
  80. package/lib/javascript/jest.js +4 -4
  81. package/lib/javascript/license-checker.js +1 -1
  82. package/lib/javascript/node-package.js +1 -1
  83. package/lib/javascript/node-project.js +1 -1
  84. package/lib/javascript/npm-config.js +1 -1
  85. package/lib/javascript/pnpm-workspace-config.d.ts +29 -3
  86. package/lib/javascript/pnpm-workspace-config.js +8 -4
  87. package/lib/javascript/pnpm-workspace.js +1 -1
  88. package/lib/javascript/prettier.js +1 -1
  89. package/lib/javascript/projenrc.js +1 -1
  90. package/lib/javascript/typescript-config.js +2 -2
  91. package/lib/javascript/upgrade-dependencies.js +2 -2
  92. package/lib/javascript/yarnrc.js +1 -1
  93. package/lib/json-patch.js +1 -1
  94. package/lib/json.js +1 -1
  95. package/lib/license.js +1 -1
  96. package/lib/logger.js +1 -1
  97. package/lib/makefile.js +1 -1
  98. package/lib/object-file.js +1 -1
  99. package/lib/project-build.js +1 -1
  100. package/lib/project-tree.js +1 -1
  101. package/lib/project.js +1 -1
  102. package/lib/projects.js +1 -1
  103. package/lib/projenrc-json.js +1 -1
  104. package/lib/projenrc.js +1 -1
  105. package/lib/python/pip.js +1 -1
  106. package/lib/python/poetry.js +2 -2
  107. package/lib/python/projenrc.js +1 -1
  108. package/lib/python/pyproject-toml-file.js +1 -1
  109. package/lib/python/pytest-sample.js +1 -1
  110. package/lib/python/pytest.js +1 -1
  111. package/lib/python/python-project.js +1 -1
  112. package/lib/python/python-sample.js +1 -1
  113. package/lib/python/requirements-file.js +1 -1
  114. package/lib/python/setuppy.js +1 -1
  115. package/lib/python/setuptools.js +1 -1
  116. package/lib/python/uv-config.js +1 -1
  117. package/lib/python/uv.js +1 -1
  118. package/lib/python/venv.js +1 -1
  119. package/lib/readme.js +1 -1
  120. package/lib/release/publisher.js +1 -1
  121. package/lib/release/release-trigger.js +1 -1
  122. package/lib/release/release.js +1 -1
  123. package/lib/renovatebot.js +1 -1
  124. package/lib/run-task.cjs +2 -2
  125. package/lib/sample-file.js +2 -2
  126. package/lib/script-runner.js +1 -1
  127. package/lib/source-code.js +1 -1
  128. package/lib/task-shell.js +1 -1
  129. package/lib/task.js +1 -1
  130. package/lib/tasks.js +1 -1
  131. package/lib/testing.js +1 -1
  132. package/lib/textfile.js +1 -1
  133. package/lib/toml.js +1 -1
  134. package/lib/typescript/projenrc-ts.js +1 -1
  135. package/lib/typescript/projenrc.js +1 -1
  136. package/lib/typescript/typescript-runner.js +1 -1
  137. package/lib/typescript/typescript-typedoc.js +1 -1
  138. package/lib/typescript/typescript.js +5 -5
  139. package/lib/version.js +2 -2
  140. package/lib/vscode/devcontainer.js +1 -1
  141. package/lib/vscode/extensions.js +1 -1
  142. package/lib/vscode/launch-config.js +1 -1
  143. package/lib/vscode/settings.js +1 -1
  144. package/lib/vscode/vscode.js +1 -1
  145. package/lib/web/next.js +3 -3
  146. package/lib/web/postcss.js +1 -1
  147. package/lib/web/react.js +3 -3
  148. package/lib/web/tailwind.js +1 -1
  149. package/lib/xmlfile.js +1 -1
  150. package/lib/yaml.js +1 -1
  151. package/package.json +2 -2
package/.jsii CHANGED
@@ -33503,7 +33503,7 @@
33503
33503
  "kind": "interface",
33504
33504
  "locationInModule": {
33505
33505
  "filename": "src/github/workflows-model.ts",
33506
- "line": 1392
33506
+ "line": 1488
33507
33507
  },
33508
33508
  "name": "CreateOptions",
33509
33509
  "namespace": "github.workflows",
@@ -33555,7 +33555,7 @@
33555
33555
  "kind": "interface",
33556
33556
  "locationInModule": {
33557
33557
  "filename": "src/github/workflows-model.ts",
33558
- "line": 1397
33558
+ "line": 1493
33559
33559
  },
33560
33560
  "name": "DeleteOptions",
33561
33561
  "namespace": "github.workflows",
@@ -33572,7 +33572,7 @@
33572
33572
  "kind": "interface",
33573
33573
  "locationInModule": {
33574
33574
  "filename": "src/github/workflows-model.ts",
33575
- "line": 1402
33575
+ "line": 1498
33576
33576
  },
33577
33577
  "name": "DeploymentOptions",
33578
33578
  "namespace": "github.workflows",
@@ -33589,7 +33589,7 @@
33589
33589
  "kind": "interface",
33590
33590
  "locationInModule": {
33591
33591
  "filename": "src/github/workflows-model.ts",
33592
- "line": 1407
33592
+ "line": 1503
33593
33593
  },
33594
33594
  "name": "DeploymentStatusOptions",
33595
33595
  "namespace": "github.workflows",
@@ -33694,7 +33694,7 @@
33694
33694
  "kind": "interface",
33695
33695
  "locationInModule": {
33696
33696
  "filename": "src/github/workflows-model.ts",
33697
- "line": 1412
33697
+ "line": 1508
33698
33698
  },
33699
33699
  "name": "ForkOptions",
33700
33700
  "namespace": "github.workflows",
@@ -33711,7 +33711,7 @@
33711
33711
  "kind": "interface",
33712
33712
  "locationInModule": {
33713
33713
  "filename": "src/github/workflows-model.ts",
33714
- "line": 1417
33714
+ "line": 1513
33715
33715
  },
33716
33716
  "name": "GollumOptions",
33717
33717
  "namespace": "github.workflows",
@@ -34218,6 +34218,9 @@
34218
34218
  {
34219
34219
  "primitive": "string"
34220
34220
  },
34221
+ {
34222
+ "primitive": "number"
34223
+ },
34221
34224
  {
34222
34225
  "primitive": "boolean"
34223
34226
  }
@@ -35149,7 +35152,7 @@
35149
35152
  "kind": "interface",
35150
35153
  "locationInModule": {
35151
35154
  "filename": "src/github/workflows-model.ts",
35152
- "line": 1422
35155
+ "line": 1518
35153
35156
  },
35154
35157
  "name": "PageBuildOptions",
35155
35158
  "namespace": "github.workflows",
@@ -35298,7 +35301,7 @@
35298
35301
  "kind": "interface",
35299
35302
  "locationInModule": {
35300
35303
  "filename": "src/github/workflows-model.ts",
35301
- "line": 1427
35304
+ "line": 1523
35302
35305
  },
35303
35306
  "name": "PublicOptions",
35304
35307
  "namespace": "github.workflows",
@@ -35813,7 +35816,7 @@
35813
35816
  "kind": "interface",
35814
35817
  "locationInModule": {
35815
35818
  "filename": "src/github/workflows-model.ts",
35816
- "line": 1432
35819
+ "line": 1528
35817
35820
  },
35818
35821
  "name": "StatusOptions",
35819
35822
  "namespace": "github.workflows",
@@ -36873,23 +36876,310 @@
36873
36876
  ],
36874
36877
  "symbolId": "src/github/workflows-model:WatchOptions"
36875
36878
  },
36879
+ "projen.github.workflows.WorkflowCallInput": {
36880
+ "assembly": "projen",
36881
+ "datatype": true,
36882
+ "docs": {
36883
+ "see": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_callinputs",
36884
+ "stability": "experimental",
36885
+ "summary": "An input definition for a `workflow_call` trigger."
36886
+ },
36887
+ "fqn": "projen.github.workflows.WorkflowCallInput",
36888
+ "kind": "interface",
36889
+ "locationInModule": {
36890
+ "filename": "src/github/workflows-model.ts",
36891
+ "line": 1420
36892
+ },
36893
+ "name": "WorkflowCallInput",
36894
+ "namespace": "github.workflows",
36895
+ "properties": [
36896
+ {
36897
+ "abstract": true,
36898
+ "docs": {
36899
+ "stability": "experimental",
36900
+ "summary": "The data type of the input."
36901
+ },
36902
+ "immutable": true,
36903
+ "locationInModule": {
36904
+ "filename": "src/github/workflows-model.ts",
36905
+ "line": 1437
36906
+ },
36907
+ "name": "type",
36908
+ "type": {
36909
+ "primitive": "string"
36910
+ }
36911
+ },
36912
+ {
36913
+ "abstract": true,
36914
+ "docs": {
36915
+ "default": "- no default",
36916
+ "stability": "experimental",
36917
+ "summary": "The default value for the input when it is not provided by the caller."
36918
+ },
36919
+ "immutable": true,
36920
+ "locationInModule": {
36921
+ "filename": "src/github/workflows-model.ts",
36922
+ "line": 1444
36923
+ },
36924
+ "name": "default",
36925
+ "optional": true,
36926
+ "type": {
36927
+ "union": {
36928
+ "types": [
36929
+ {
36930
+ "primitive": "string"
36931
+ },
36932
+ {
36933
+ "primitive": "number"
36934
+ },
36935
+ {
36936
+ "primitive": "boolean"
36937
+ }
36938
+ ]
36939
+ }
36940
+ }
36941
+ },
36942
+ {
36943
+ "abstract": true,
36944
+ "docs": {
36945
+ "stability": "experimental",
36946
+ "summary": "A description of the input parameter."
36947
+ },
36948
+ "immutable": true,
36949
+ "locationInModule": {
36950
+ "filename": "src/github/workflows-model.ts",
36951
+ "line": 1424
36952
+ },
36953
+ "name": "description",
36954
+ "optional": true,
36955
+ "type": {
36956
+ "primitive": "string"
36957
+ }
36958
+ },
36959
+ {
36960
+ "abstract": true,
36961
+ "docs": {
36962
+ "default": "false",
36963
+ "remarks": "If `true`, the caller must supply\nthis input when calling the workflow.",
36964
+ "stability": "experimental",
36965
+ "summary": "Whether the input is required."
36966
+ },
36967
+ "immutable": true,
36968
+ "locationInModule": {
36969
+ "filename": "src/github/workflows-model.ts",
36970
+ "line": 1432
36971
+ },
36972
+ "name": "required",
36973
+ "optional": true,
36974
+ "type": {
36975
+ "primitive": "boolean"
36976
+ }
36977
+ }
36978
+ ],
36979
+ "symbolId": "src/github/workflows-model:WorkflowCallInput"
36980
+ },
36876
36981
  "projen.github.workflows.WorkflowCallOptions": {
36877
36982
  "assembly": "projen",
36878
36983
  "datatype": true,
36879
36984
  "docs": {
36985
+ "see": "https://docs.github.com/en/actions/using-workflows/reusing-workflows",
36880
36986
  "stability": "experimental",
36881
- "summary": "The Workflow Call event accepts no options."
36987
+ "summary": "Options for the `workflow_call` trigger event, used to define a reusable workflow."
36882
36988
  },
36883
36989
  "fqn": "projen.github.workflows.WorkflowCallOptions",
36884
36990
  "kind": "interface",
36885
36991
  "locationInModule": {
36886
36992
  "filename": "src/github/workflows-model.ts",
36887
- "line": 1387
36993
+ "line": 1389
36888
36994
  },
36889
36995
  "name": "WorkflowCallOptions",
36890
36996
  "namespace": "github.workflows",
36997
+ "properties": [
36998
+ {
36999
+ "abstract": true,
37000
+ "docs": {
37001
+ "default": "- no inputs",
37002
+ "remarks": "Inputs are available in the called workflow using the `inputs` context.",
37003
+ "stability": "experimental",
37004
+ "summary": "A map of inputs that are passed from the caller workflow."
37005
+ },
37006
+ "immutable": true,
37007
+ "locationInModule": {
37008
+ "filename": "src/github/workflows-model.ts",
37009
+ "line": 1396
37010
+ },
37011
+ "name": "inputs",
37012
+ "optional": true,
37013
+ "type": {
37014
+ "collection": {
37015
+ "elementtype": {
37016
+ "fqn": "projen.github.workflows.WorkflowCallInput"
37017
+ },
37018
+ "kind": "map"
37019
+ }
37020
+ }
37021
+ },
37022
+ {
37023
+ "abstract": true,
37024
+ "docs": {
37025
+ "default": "- no outputs",
37026
+ "remarks": "Called workflow outputs are available to all downstream jobs in the caller workflow.",
37027
+ "stability": "experimental",
37028
+ "summary": "A map of outputs that the called workflow can set."
37029
+ },
37030
+ "immutable": true,
37031
+ "locationInModule": {
37032
+ "filename": "src/github/workflows-model.ts",
37033
+ "line": 1412
37034
+ },
37035
+ "name": "outputs",
37036
+ "optional": true,
37037
+ "type": {
37038
+ "collection": {
37039
+ "elementtype": {
37040
+ "fqn": "projen.github.workflows.WorkflowCallOutput"
37041
+ },
37042
+ "kind": "map"
37043
+ }
37044
+ }
37045
+ },
37046
+ {
37047
+ "abstract": true,
37048
+ "docs": {
37049
+ "default": "- no secrets",
37050
+ "remarks": "Secrets are available in the called workflow using the `secrets` context.",
37051
+ "stability": "experimental",
37052
+ "summary": "A map of secrets that can be used in the called workflow."
37053
+ },
37054
+ "immutable": true,
37055
+ "locationInModule": {
37056
+ "filename": "src/github/workflows-model.ts",
37057
+ "line": 1404
37058
+ },
37059
+ "name": "secrets",
37060
+ "optional": true,
37061
+ "type": {
37062
+ "collection": {
37063
+ "elementtype": {
37064
+ "fqn": "projen.github.workflows.WorkflowCallSecret"
37065
+ },
37066
+ "kind": "map"
37067
+ }
37068
+ }
37069
+ }
37070
+ ],
36891
37071
  "symbolId": "src/github/workflows-model:WorkflowCallOptions"
36892
37072
  },
37073
+ "projen.github.workflows.WorkflowCallOutput": {
37074
+ "assembly": "projen",
37075
+ "datatype": true,
37076
+ "docs": {
37077
+ "see": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_calloutputs",
37078
+ "stability": "experimental",
37079
+ "summary": "An output definition for a `workflow_call` trigger."
37080
+ },
37081
+ "fqn": "projen.github.workflows.WorkflowCallOutput",
37082
+ "kind": "interface",
37083
+ "locationInModule": {
37084
+ "filename": "src/github/workflows-model.ts",
37085
+ "line": 1472
37086
+ },
37087
+ "name": "WorkflowCallOutput",
37088
+ "namespace": "github.workflows",
37089
+ "properties": [
37090
+ {
37091
+ "abstract": true,
37092
+ "docs": {
37093
+ "remarks": "This must reference a job output from within\nthe reusable workflow, e.g. `${{ jobs.<job_id>.outputs.<output_name> }}`.",
37094
+ "stability": "experimental",
37095
+ "summary": "The value of the output."
37096
+ },
37097
+ "immutable": true,
37098
+ "locationInModule": {
37099
+ "filename": "src/github/workflows-model.ts",
37100
+ "line": 1482
37101
+ },
37102
+ "name": "value",
37103
+ "type": {
37104
+ "primitive": "string"
37105
+ }
37106
+ },
37107
+ {
37108
+ "abstract": true,
37109
+ "docs": {
37110
+ "stability": "experimental",
37111
+ "summary": "A description of the output parameter."
37112
+ },
37113
+ "immutable": true,
37114
+ "locationInModule": {
37115
+ "filename": "src/github/workflows-model.ts",
37116
+ "line": 1476
37117
+ },
37118
+ "name": "description",
37119
+ "optional": true,
37120
+ "type": {
37121
+ "primitive": "string"
37122
+ }
37123
+ }
37124
+ ],
37125
+ "symbolId": "src/github/workflows-model:WorkflowCallOutput"
37126
+ },
37127
+ "projen.github.workflows.WorkflowCallSecret": {
37128
+ "assembly": "projen",
37129
+ "datatype": true,
37130
+ "docs": {
37131
+ "see": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_callsecrets",
37132
+ "stability": "experimental",
37133
+ "summary": "A secret definition for a `workflow_call` trigger."
37134
+ },
37135
+ "fqn": "projen.github.workflows.WorkflowCallSecret",
37136
+ "kind": "interface",
37137
+ "locationInModule": {
37138
+ "filename": "src/github/workflows-model.ts",
37139
+ "line": 1452
37140
+ },
37141
+ "name": "WorkflowCallSecret",
37142
+ "namespace": "github.workflows",
37143
+ "properties": [
37144
+ {
37145
+ "abstract": true,
37146
+ "docs": {
37147
+ "stability": "experimental",
37148
+ "summary": "A description of the secret parameter."
37149
+ },
37150
+ "immutable": true,
37151
+ "locationInModule": {
37152
+ "filename": "src/github/workflows-model.ts",
37153
+ "line": 1456
37154
+ },
37155
+ "name": "description",
37156
+ "optional": true,
37157
+ "type": {
37158
+ "primitive": "string"
37159
+ }
37160
+ },
37161
+ {
37162
+ "abstract": true,
37163
+ "docs": {
37164
+ "default": "false",
37165
+ "remarks": "If `true`, the caller must supply\nthis secret when calling the workflow.",
37166
+ "stability": "experimental",
37167
+ "summary": "Whether the secret is required."
37168
+ },
37169
+ "immutable": true,
37170
+ "locationInModule": {
37171
+ "filename": "src/github/workflows-model.ts",
37172
+ "line": 1464
37173
+ },
37174
+ "name": "required",
37175
+ "optional": true,
37176
+ "type": {
37177
+ "primitive": "boolean"
37178
+ }
37179
+ }
37180
+ ],
37181
+ "symbolId": "src/github/workflows-model:WorkflowCallSecret"
37182
+ },
36893
37183
  "projen.github.workflows.WorkflowDispatchInput": {
36894
37184
  "assembly": "projen",
36895
37185
  "datatype": true,
@@ -54154,7 +54444,7 @@
54154
54444
  "immutable": true,
54155
54445
  "locationInModule": {
54156
54446
  "filename": "src/javascript/pnpm-workspace-config.ts",
54157
- "line": 1008
54447
+ "line": 1029
54158
54448
  },
54159
54449
  "name": "allowBuilds",
54160
54450
  "optional": true,
@@ -54279,7 +54569,7 @@
54279
54569
  "immutable": true,
54280
54570
  "locationInModule": {
54281
54571
  "filename": "src/javascript/pnpm-workspace-config.ts",
54282
- "line": 1029
54572
+ "line": 1050
54283
54573
  },
54284
54574
  "name": "auditLevel",
54285
54575
  "optional": true,
@@ -54299,7 +54589,7 @@
54299
54589
  "immutable": true,
54300
54590
  "locationInModule": {
54301
54591
  "filename": "src/javascript/pnpm-workspace-config.ts",
54302
- "line": 488
54592
+ "line": 509
54303
54593
  },
54304
54594
  "name": "autoInstallPeers",
54305
54595
  "optional": true,
@@ -54320,7 +54610,7 @@
54320
54610
  "immutable": true,
54321
54611
  "locationInModule": {
54322
54612
  "filename": "src/javascript/pnpm-workspace-config.ts",
54323
- "line": 1015
54613
+ "line": 1036
54324
54614
  },
54325
54615
  "name": "blockExoticSubdeps",
54326
54616
  "optional": true,
@@ -54360,7 +54650,7 @@
54360
54650
  "immutable": true,
54361
54651
  "locationInModule": {
54362
54652
  "filename": "src/javascript/pnpm-workspace-config.ts",
54363
- "line": 790
54653
+ "line": 811
54364
54654
  },
54365
54655
  "name": "cacheDir",
54366
54656
  "optional": true,
@@ -54495,7 +54785,7 @@
54495
54785
  "immutable": true,
54496
54786
  "locationInModule": {
54497
54787
  "filename": "src/javascript/pnpm-workspace-config.ts",
54498
- "line": 601
54788
+ "line": 622
54499
54789
  },
54500
54790
  "name": "childConcurrency",
54501
54791
  "optional": true,
@@ -54535,7 +54825,7 @@
54535
54825
  "immutable": true,
54536
54826
  "locationInModule": {
54537
54827
  "filename": "src/javascript/pnpm-workspace-config.ts",
54538
- "line": 516
54828
+ "line": 537
54539
54829
  },
54540
54830
  "name": "color",
54541
54831
  "optional": true,
@@ -54596,7 +54886,7 @@
54596
54886
  "immutable": true,
54597
54887
  "locationInModule": {
54598
54888
  "filename": "src/javascript/pnpm-workspace-config.ts",
54599
- "line": 853
54889
+ "line": 874
54600
54890
  },
54601
54891
  "name": "dedupeDirectDeps",
54602
54892
  "optional": true,
@@ -54616,7 +54906,7 @@
54616
54906
  "immutable": true,
54617
54907
  "locationInModule": {
54618
54908
  "filename": "src/javascript/pnpm-workspace-config.ts",
54619
- "line": 860
54909
+ "line": 881
54620
54910
  },
54621
54911
  "name": "dedupeInjectedDeps",
54622
54912
  "optional": true,
@@ -54636,7 +54926,7 @@
54636
54926
  "immutable": true,
54637
54927
  "locationInModule": {
54638
54928
  "filename": "src/javascript/pnpm-workspace-config.ts",
54639
- "line": 495
54929
+ "line": 516
54640
54930
  },
54641
54931
  "name": "dedupePeerDependents",
54642
54932
  "optional": true,
@@ -54656,7 +54946,7 @@
54656
54946
  "immutable": true,
54657
54947
  "locationInModule": {
54658
54948
  "filename": "src/javascript/pnpm-workspace-config.ts",
54659
- "line": 1036
54949
+ "line": 1057
54660
54950
  },
54661
54951
  "name": "dedupePeers",
54662
54952
  "optional": true,
@@ -54676,7 +54966,7 @@
54676
54966
  "immutable": true,
54677
54967
  "locationInModule": {
54678
54968
  "filename": "src/javascript/pnpm-workspace-config.ts",
54679
- "line": 846
54969
+ "line": 867
54680
54970
  },
54681
54971
  "name": "deployAllFiles",
54682
54972
  "optional": true,
@@ -54696,7 +54986,7 @@
54696
54986
  "immutable": true,
54697
54987
  "locationInModule": {
54698
54988
  "filename": "src/javascript/pnpm-workspace-config.ts",
54699
- "line": 727
54989
+ "line": 748
54700
54990
  },
54701
54991
  "name": "disallowWorkspaceCycles",
54702
54992
  "optional": true,
@@ -54737,7 +55027,7 @@
54737
55027
  "immutable": true,
54738
55028
  "locationInModule": {
54739
55029
  "filename": "src/javascript/pnpm-workspace-config.ts",
54740
- "line": 881
55030
+ "line": 902
54741
55031
  },
54742
55032
  "name": "embedReadme",
54743
55033
  "optional": true,
@@ -54797,7 +55087,7 @@
54797
55087
  "immutable": true,
54798
55088
  "locationInModule": {
54799
55089
  "filename": "src/javascript/pnpm-workspace-config.ts",
54800
- "line": 937
55090
+ "line": 958
54801
55091
  },
54802
55092
  "name": "enablePrePostScripts",
54803
55093
  "optional": true,
@@ -54817,7 +55107,7 @@
54817
55107
  "immutable": true,
54818
55108
  "locationInModule": {
54819
55109
  "filename": "src/javascript/pnpm-workspace-config.ts",
54820
- "line": 552
55110
+ "line": 573
54821
55111
  },
54822
55112
  "name": "engineStrict",
54823
55113
  "optional": true,
@@ -54856,7 +55146,7 @@
54856
55146
  "immutable": true,
54857
55147
  "locationInModule": {
54858
55148
  "filename": "src/javascript/pnpm-workspace-config.ts",
54859
- "line": 839
55149
+ "line": 860
54860
55150
  },
54861
55151
  "name": "extendNodePath",
54862
55152
  "optional": true,
@@ -54876,7 +55166,7 @@
54876
55166
  "immutable": true,
54877
55167
  "locationInModule": {
54878
55168
  "filename": "src/javascript/pnpm-workspace-config.ts",
54879
- "line": 741
55169
+ "line": 762
54880
55170
  },
54881
55171
  "name": "failIfNoMatch",
54882
55172
  "optional": true,
@@ -54884,6 +55174,27 @@
54884
55174
  "primitive": "boolean"
54885
55175
  }
54886
55176
  },
55177
+ {
55178
+ "abstract": true,
55179
+ "docs": {
55180
+ "custom": {
55181
+ "schema": "PnpmWorkspaceYamlSchema#fetchMinSpeedKiBps"
55182
+ },
55183
+ "remarks": "Added in pnpm v10.18.0.",
55184
+ "stability": "experimental",
55185
+ "summary": "A warning message is displayed if the download speed of a tarball from the registry falls below the specified threshold (in KiB/s)."
55186
+ },
55187
+ "immutable": true,
55188
+ "locationInModule": {
55189
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55190
+ "line": 502
55191
+ },
55192
+ "name": "fetchMinSpeedKiBps",
55193
+ "optional": true,
55194
+ "type": {
55195
+ "primitive": "number"
55196
+ }
55197
+ },
54887
55198
  {
54888
55199
  "abstract": true,
54889
55200
  "docs": {
@@ -54896,7 +55207,7 @@
54896
55207
  "immutable": true,
54897
55208
  "locationInModule": {
54898
55209
  "filename": "src/javascript/pnpm-workspace-config.ts",
54899
- "line": 453
55210
+ "line": 460
54900
55211
  },
54901
55212
  "name": "fetchRetries",
54902
55213
  "optional": true,
@@ -54916,7 +55227,7 @@
54916
55227
  "immutable": true,
54917
55228
  "locationInModule": {
54918
55229
  "filename": "src/javascript/pnpm-workspace-config.ts",
54919
- "line": 460
55230
+ "line": 467
54920
55231
  },
54921
55232
  "name": "fetchRetryFactor",
54922
55233
  "optional": true,
@@ -54936,7 +55247,7 @@
54936
55247
  "immutable": true,
54937
55248
  "locationInModule": {
54938
55249
  "filename": "src/javascript/pnpm-workspace-config.ts",
54939
- "line": 474
55250
+ "line": 481
54940
55251
  },
54941
55252
  "name": "fetchRetryMaxtimeout",
54942
55253
  "optional": true,
@@ -54956,7 +55267,7 @@
54956
55267
  "immutable": true,
54957
55268
  "locationInModule": {
54958
55269
  "filename": "src/javascript/pnpm-workspace-config.ts",
54959
- "line": 467
55270
+ "line": 474
54960
55271
  },
54961
55272
  "name": "fetchRetryMintimeout",
54962
55273
  "optional": true,
@@ -54976,7 +55287,7 @@
54976
55287
  "immutable": true,
54977
55288
  "locationInModule": {
54978
55289
  "filename": "src/javascript/pnpm-workspace-config.ts",
54979
- "line": 481
55290
+ "line": 488
54980
55291
  },
54981
55292
  "name": "fetchTimeout",
54982
55293
  "optional": true,
@@ -54984,6 +55295,27 @@
54984
55295
  "primitive": "number"
54985
55296
  }
54986
55297
  },
55298
+ {
55299
+ "abstract": true,
55300
+ "docs": {
55301
+ "custom": {
55302
+ "schema": "PnpmWorkspaceYamlSchema#fetchWarnTimeoutMs"
55303
+ },
55304
+ "remarks": "Added in pnpm v10.18.0.",
55305
+ "stability": "experimental",
55306
+ "summary": "A warning message is displayed if a metadata request to the registry takes longer than the specified threshold (in milliseconds)."
55307
+ },
55308
+ "immutable": true,
55309
+ "locationInModule": {
55310
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55311
+ "line": 495
55312
+ },
55313
+ "name": "fetchWarnTimeoutMs",
55314
+ "optional": true,
55315
+ "type": {
55316
+ "primitive": "number"
55317
+ }
55318
+ },
54987
55319
  {
54988
55320
  "abstract": true,
54989
55321
  "docs": {
@@ -54997,7 +55329,7 @@
54997
55329
  "immutable": true,
54998
55330
  "locationInModule": {
54999
55331
  "filename": "src/javascript/pnpm-workspace-config.ts",
55000
- "line": 748
55332
+ "line": 769
55001
55333
  },
55002
55334
  "name": "forceLegacyDeploy",
55003
55335
  "optional": true,
@@ -55037,7 +55369,7 @@
55037
55369
  "immutable": true,
55038
55370
  "locationInModule": {
55039
55371
  "filename": "src/javascript/pnpm-workspace-config.ts",
55040
- "line": 874
55372
+ "line": 895
55041
55373
  },
55042
55374
  "name": "gitChecks",
55043
55375
  "optional": true,
@@ -55082,7 +55414,7 @@
55082
55414
  "immutable": true,
55083
55415
  "locationInModule": {
55084
55416
  "filename": "src/javascript/pnpm-workspace-config.ts",
55085
- "line": 776
55417
+ "line": 797
55086
55418
  },
55087
55419
  "name": "globalBinDir",
55088
55420
  "optional": true,
@@ -55102,7 +55434,7 @@
55102
55434
  "immutable": true,
55103
55435
  "locationInModule": {
55104
55436
  "filename": "src/javascript/pnpm-workspace-config.ts",
55105
- "line": 769
55437
+ "line": 790
55106
55438
  },
55107
55439
  "name": "globalDir",
55108
55440
  "optional": true,
@@ -55123,7 +55455,7 @@
55123
55455
  "immutable": true,
55124
55456
  "locationInModule": {
55125
55457
  "filename": "src/javascript/pnpm-workspace-config.ts",
55126
- "line": 916
55458
+ "line": 937
55127
55459
  },
55128
55460
  "name": "globalPnpmfile",
55129
55461
  "optional": true,
@@ -55164,7 +55496,7 @@
55164
55496
  "immutable": true,
55165
55497
  "locationInModule": {
55166
55498
  "filename": "src/javascript/pnpm-workspace-config.ts",
55167
- "line": 1099
55499
+ "line": 1127
55168
55500
  },
55169
55501
  "name": "hoistingLimits",
55170
55502
  "optional": true,
@@ -55217,6 +55549,27 @@
55217
55549
  "primitive": "boolean"
55218
55550
  }
55219
55551
  },
55552
+ {
55553
+ "abstract": true,
55554
+ "docs": {
55555
+ "custom": {
55556
+ "schema": "PnpmWorkspaceYamlSchema#httpProxy"
55557
+ },
55558
+ "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
55559
+ "stability": "experimental",
55560
+ "summary": "A proxy to use for outgoing HTTP requests."
55561
+ },
55562
+ "immutable": true,
55563
+ "locationInModule": {
55564
+ "filename": "src/javascript/pnpm-workspace-config.ts",
55565
+ "line": 411
55566
+ },
55567
+ "name": "httpProxy",
55568
+ "optional": true,
55569
+ "type": {
55570
+ "primitive": "string"
55571
+ }
55572
+ },
55220
55573
  {
55221
55574
  "abstract": true,
55222
55575
  "docs": {
@@ -55251,7 +55604,7 @@
55251
55604
  "immutable": true,
55252
55605
  "locationInModule": {
55253
55606
  "filename": "src/javascript/pnpm-workspace-config.ts",
55254
- "line": 818
55607
+ "line": 839
55255
55608
  },
55256
55609
  "name": "ignoreCompatibilityDb",
55257
55610
  "optional": true,
@@ -55297,7 +55650,7 @@
55297
55650
  "immutable": true,
55298
55651
  "locationInModule": {
55299
55652
  "filename": "src/javascript/pnpm-workspace-config.ts",
55300
- "line": 594
55653
+ "line": 615
55301
55654
  },
55302
55655
  "name": "ignoreDepScripts",
55303
55656
  "optional": true,
@@ -55364,7 +55717,7 @@
55364
55717
  "immutable": true,
55365
55718
  "locationInModule": {
55366
55719
  "filename": "src/javascript/pnpm-workspace-config.ts",
55367
- "line": 923
55720
+ "line": 944
55368
55721
  },
55369
55722
  "name": "ignorePnpmfile",
55370
55723
  "optional": true,
@@ -55384,7 +55737,7 @@
55384
55737
  "immutable": true,
55385
55738
  "locationInModule": {
55386
55739
  "filename": "src/javascript/pnpm-workspace-config.ts",
55387
- "line": 587
55740
+ "line": 608
55388
55741
  },
55389
55742
  "name": "ignoreScripts",
55390
55743
  "optional": true,
@@ -55404,7 +55757,7 @@
55404
55757
  "immutable": true,
55405
55758
  "locationInModule": {
55406
55759
  "filename": "src/javascript/pnpm-workspace-config.ts",
55407
- "line": 713
55760
+ "line": 734
55408
55761
  },
55409
55762
  "name": "ignoreWorkspaceCycles",
55410
55763
  "optional": true,
@@ -55424,7 +55777,7 @@
55424
55777
  "immutable": true,
55425
55778
  "locationInModule": {
55426
55779
  "filename": "src/javascript/pnpm-workspace-config.ts",
55427
- "line": 720
55780
+ "line": 741
55428
55781
  },
55429
55782
  "name": "ignoreWorkspaceRootCheck",
55430
55783
  "optional": true,
@@ -55444,7 +55797,7 @@
55444
55797
  "immutable": true,
55445
55798
  "locationInModule": {
55446
55799
  "filename": "src/javascript/pnpm-workspace-config.ts",
55447
- "line": 706
55800
+ "line": 727
55448
55801
  },
55449
55802
  "name": "includeWorkspaceRoot",
55450
55803
  "optional": true,
@@ -55464,7 +55817,7 @@
55464
55817
  "immutable": true,
55465
55818
  "locationInModule": {
55466
55819
  "filename": "src/javascript/pnpm-workspace-config.ts",
55467
- "line": 671
55820
+ "line": 692
55468
55821
  },
55469
55822
  "name": "injectWorkspacePackages",
55470
55823
  "optional": true,
@@ -55504,7 +55857,7 @@
55504
55857
  "immutable": true,
55505
55858
  "locationInModule": {
55506
55859
  "filename": "src/javascript/pnpm-workspace-config.ts",
55507
- "line": 664
55860
+ "line": 685
55508
55861
  },
55509
55862
  "name": "linkWorkspacePackages",
55510
55863
  "optional": true,
@@ -55524,7 +55877,7 @@
55524
55877
  "immutable": true,
55525
55878
  "locationInModule": {
55526
55879
  "filename": "src/javascript/pnpm-workspace-config.ts",
55527
- "line": 418
55880
+ "line": 425
55528
55881
  },
55529
55882
  "name": "localAddress",
55530
55883
  "optional": true,
@@ -55584,7 +55937,7 @@
55584
55937
  "immutable": true,
55585
55938
  "locationInModule": {
55586
55939
  "filename": "src/javascript/pnpm-workspace-config.ts",
55587
- "line": 523
55940
+ "line": 544
55588
55941
  },
55589
55942
  "name": "loglevel",
55590
55943
  "optional": true,
@@ -55604,7 +55957,7 @@
55604
55957
  "immutable": true,
55605
55958
  "locationInModule": {
55606
55959
  "filename": "src/javascript/pnpm-workspace-config.ts",
55607
- "line": 580
55960
+ "line": 601
55608
55961
  },
55609
55962
  "name": "managePackageManagerVersions",
55610
55963
  "optional": true,
@@ -55624,7 +55977,7 @@
55624
55977
  "immutable": true,
55625
55978
  "locationInModule": {
55626
55979
  "filename": "src/javascript/pnpm-workspace-config.ts",
55627
- "line": 425
55980
+ "line": 432
55628
55981
  },
55629
55982
  "name": "maxsockets",
55630
55983
  "optional": true,
@@ -55670,7 +56023,7 @@
55670
56023
  "immutable": true,
55671
56024
  "locationInModule": {
55672
56025
  "filename": "src/javascript/pnpm-workspace-config.ts",
55673
- "line": 965
56026
+ "line": 986
55674
56027
  },
55675
56028
  "name": "minimumReleaseAge",
55676
56029
  "optional": true,
@@ -55691,7 +56044,7 @@
55691
56044
  "immutable": true,
55692
56045
  "locationInModule": {
55693
56046
  "filename": "src/javascript/pnpm-workspace-config.ts",
55694
- "line": 972
56047
+ "line": 993
55695
56048
  },
55696
56049
  "name": "minimumReleaseAgeExclude",
55697
56050
  "optional": true,
@@ -55717,7 +56070,7 @@
55717
56070
  "immutable": true,
55718
56071
  "locationInModule": {
55719
56072
  "filename": "src/javascript/pnpm-workspace-config.ts",
55720
- "line": 1050
56073
+ "line": 1071
55721
56074
  },
55722
56075
  "name": "minimumReleaseAgeIgnoreMissingTime",
55723
56076
  "optional": true,
@@ -55738,7 +56091,7 @@
55738
56091
  "immutable": true,
55739
56092
  "locationInModule": {
55740
56093
  "filename": "src/javascript/pnpm-workspace-config.ts",
55741
- "line": 980
56094
+ "line": 1001
55742
56095
  },
55743
56096
  "name": "minimumReleaseAgeStrict",
55744
56097
  "optional": true,
@@ -55786,6 +56139,31 @@
55786
56139
  "primitive": "string"
55787
56140
  }
55788
56141
  },
56142
+ {
56143
+ "abstract": true,
56144
+ "docs": {
56145
+ "custom": {
56146
+ "schema": "PnpmWorkspaceYamlSchema#namedRegistries"
56147
+ },
56148
+ "stability": "experimental",
56149
+ "summary": "Defines named registry aliases that can be used as a prefix when installing packages, e.g. `pnpm add work:@corp/lib@^2.0.0` resolves `@corp/lib@^2.0.0` against the configured URL. Built-in aliases `gh:` (https://npm.pkg.github.com/) and `npmjs:` (https://registry.npmjs.org/) work without any configuration and can be overridden. An alias must start with a letter and contain only letters, digits, `.`, `_`, and `-`. Added in pnpm 11.1.0."
56150
+ },
56151
+ "immutable": true,
56152
+ "locationInModule": {
56153
+ "filename": "src/javascript/pnpm-workspace-config.ts",
56154
+ "line": 1085
56155
+ },
56156
+ "name": "namedRegistries",
56157
+ "optional": true,
56158
+ "type": {
56159
+ "collection": {
56160
+ "elementtype": {
56161
+ "primitive": "string"
56162
+ },
56163
+ "kind": "map"
56164
+ }
56165
+ }
56166
+ },
55789
56167
  {
55790
56168
  "abstract": true,
55791
56169
  "docs": {
@@ -55798,7 +56176,7 @@
55798
56176
  "immutable": true,
55799
56177
  "locationInModule": {
55800
56178
  "filename": "src/javascript/pnpm-workspace-config.ts",
55801
- "line": 446
56179
+ "line": 453
55802
56180
  },
55803
56181
  "name": "networkConcurrency",
55804
56182
  "optional": true,
@@ -55843,7 +56221,7 @@
55843
56221
  "immutable": true,
55844
56222
  "locationInModule": {
55845
56223
  "filename": "src/javascript/pnpm-workspace-config.ts",
55846
- "line": 1085
56224
+ "line": 1113
55847
56225
  },
55848
56226
  "name": "nodeDownloadMirrors",
55849
56227
  "optional": true,
@@ -55888,7 +56266,7 @@
55888
56266
  "immutable": true,
55889
56267
  "locationInModule": {
55890
56268
  "filename": "src/javascript/pnpm-workspace-config.ts",
55891
- "line": 629
56269
+ "line": 650
55892
56270
  },
55893
56271
  "name": "nodeOptions",
55894
56272
  "optional": true,
@@ -55908,7 +56286,7 @@
55908
56286
  "immutable": true,
55909
56287
  "locationInModule": {
55910
56288
  "filename": "src/javascript/pnpm-workspace-config.ts",
55911
- "line": 657
56289
+ "line": 678
55912
56290
  },
55913
56291
  "name": "nodeVersion",
55914
56292
  "optional": true,
@@ -55920,7 +56298,7 @@
55920
56298
  "abstract": true,
55921
56299
  "docs": {
55922
56300
  "custom": {
55923
- "schema": "PnpmWorkspaceYamlSchema#noproxy"
56301
+ "schema": "PnpmWorkspaceYamlSchema#noProxy"
55924
56302
  },
55925
56303
  "stability": "experimental",
55926
56304
  "summary": "A comma-separated string of domain extensions that a proxy should not be used for."
@@ -55928,9 +56306,9 @@
55928
56306
  "immutable": true,
55929
56307
  "locationInModule": {
55930
56308
  "filename": "src/javascript/pnpm-workspace-config.ts",
55931
- "line": 432
56309
+ "line": 439
55932
56310
  },
55933
- "name": "noproxy",
56311
+ "name": "noProxy",
55934
56312
  "optional": true,
55935
56313
  "type": {
55936
56314
  "primitive": "string"
@@ -55948,7 +56326,7 @@
55948
56326
  "immutable": true,
55949
56327
  "locationInModule": {
55950
56328
  "filename": "src/javascript/pnpm-workspace-config.ts",
55951
- "line": 559
56329
+ "line": 580
55952
56330
  },
55953
56331
  "name": "npmPath",
55954
56332
  "optional": true,
@@ -55969,7 +56347,7 @@
55969
56347
  "immutable": true,
55970
56348
  "locationInModule": {
55971
56349
  "filename": "src/javascript/pnpm-workspace-config.ts",
55972
- "line": 1043
56350
+ "line": 1064
55973
56351
  },
55974
56352
  "name": "npmrcAuthFile",
55975
56353
  "optional": true,
@@ -56035,7 +56413,7 @@
56035
56413
  "immutable": true,
56036
56414
  "locationInModule": {
56037
56415
  "filename": "src/javascript/pnpm-workspace-config.ts",
56038
- "line": 867
56416
+ "line": 888
56039
56417
  },
56040
56418
  "name": "optimisticRepeatInstall",
56041
56419
  "optional": true,
@@ -56115,7 +56493,7 @@
56115
56493
  "immutable": true,
56116
56494
  "locationInModule": {
56117
56495
  "filename": "src/javascript/pnpm-workspace-config.ts",
56118
- "line": 566
56496
+ "line": 587
56119
56497
  },
56120
56498
  "name": "packageManagerStrict",
56121
56499
  "optional": true,
@@ -56135,7 +56513,7 @@
56135
56513
  "immutable": true,
56136
56514
  "locationInModule": {
56137
56515
  "filename": "src/javascript/pnpm-workspace-config.ts",
56138
- "line": 573
56516
+ "line": 594
56139
56517
  },
56140
56518
  "name": "packageManagerStrictVersion",
56141
56519
  "optional": true,
@@ -56206,7 +56584,7 @@
56206
56584
  "immutable": true,
56207
56585
  "locationInModule": {
56208
56586
  "filename": "src/javascript/pnpm-workspace-config.ts",
56209
- "line": 930
56587
+ "line": 951
56210
56588
  },
56211
56589
  "name": "patchesDir",
56212
56590
  "optional": true,
@@ -56266,7 +56644,7 @@
56266
56644
  "immutable": true,
56267
56645
  "locationInModule": {
56268
56646
  "filename": "src/javascript/pnpm-workspace-config.ts",
56269
- "line": 1071
56647
+ "line": 1099
56270
56648
  },
56271
56649
  "name": "pmOnFail",
56272
56650
  "optional": true,
@@ -56286,7 +56664,7 @@
56286
56664
  "immutable": true,
56287
56665
  "locationInModule": {
56288
56666
  "filename": "src/javascript/pnpm-workspace-config.ts",
56289
- "line": 909
56667
+ "line": 930
56290
56668
  },
56291
56669
  "name": "pnpmfile",
56292
56670
  "optional": true,
@@ -56327,7 +56705,7 @@
56327
56705
  "immutable": true,
56328
56706
  "locationInModule": {
56329
56707
  "filename": "src/javascript/pnpm-workspace-config.ts",
56330
- "line": 987
56708
+ "line": 1008
56331
56709
  },
56332
56710
  "name": "preferOffline",
56333
56711
  "optional": true,
@@ -56347,7 +56725,7 @@
56347
56725
  "immutable": true,
56348
56726
  "locationInModule": {
56349
56727
  "filename": "src/javascript/pnpm-workspace-config.ts",
56350
- "line": 811
56728
+ "line": 832
56351
56729
  },
56352
56730
  "name": "preferSymlinkedExecutables",
56353
56731
  "optional": true,
@@ -56367,7 +56745,7 @@
56367
56745
  "immutable": true,
56368
56746
  "locationInModule": {
56369
56747
  "filename": "src/javascript/pnpm-workspace-config.ts",
56370
- "line": 685
56748
+ "line": 706
56371
56749
  },
56372
56750
  "name": "preferWorkspacePackages",
56373
56751
  "optional": true,
@@ -56387,7 +56765,7 @@
56387
56765
  "immutable": true,
56388
56766
  "locationInModule": {
56389
56767
  "filename": "src/javascript/pnpm-workspace-config.ts",
56390
- "line": 902
56768
+ "line": 923
56391
56769
  },
56392
56770
  "name": "provenance",
56393
56771
  "optional": true,
@@ -56403,12 +56781,12 @@
56403
56781
  },
56404
56782
  "remarks": "If the HTTP_PROXY or http_proxy environment variables are set, proxy settings will be honored by the underlying request library.",
56405
56783
  "stability": "experimental",
56406
- "summary": "A proxy to use for outgoing http requests."
56784
+ "summary": "npm's legacy proxy setting, used as the fallback for both httpsProxy and httpProxy."
56407
56785
  },
56408
56786
  "immutable": true,
56409
56787
  "locationInModule": {
56410
56788
  "filename": "src/javascript/pnpm-workspace-config.ts",
56411
- "line": 411
56789
+ "line": 418
56412
56790
  },
56413
56791
  "name": "proxy",
56414
56792
  "optional": true,
@@ -56453,7 +56831,7 @@
56453
56831
  "immutable": true,
56454
56832
  "locationInModule": {
56455
56833
  "filename": "src/javascript/pnpm-workspace-config.ts",
56456
- "line": 888
56834
+ "line": 909
56457
56835
  },
56458
56836
  "name": "publishBranch",
56459
56837
  "optional": true,
@@ -56473,7 +56851,7 @@
56473
56851
  "immutable": true,
56474
56852
  "locationInModule": {
56475
56853
  "filename": "src/javascript/pnpm-workspace-config.ts",
56476
- "line": 545
56854
+ "line": 566
56477
56855
  },
56478
56856
  "name": "recursiveInstall",
56479
56857
  "optional": true,
@@ -56493,7 +56871,7 @@
56493
56871
  "immutable": true,
56494
56872
  "locationInModule": {
56495
56873
  "filename": "src/javascript/pnpm-workspace-config.ts",
56496
- "line": 1057
56874
+ "line": 1078
56497
56875
  },
56498
56876
  "name": "registries",
56499
56877
  "optional": true,
@@ -56538,7 +56916,7 @@
56538
56916
  "immutable": true,
56539
56917
  "locationInModule": {
56540
56918
  "filename": "src/javascript/pnpm-workspace-config.ts",
56541
- "line": 832
56919
+ "line": 853
56542
56920
  },
56543
56921
  "name": "registrySupportsTimeField",
56544
56922
  "optional": true,
@@ -56559,7 +56937,7 @@
56559
56937
  "immutable": true,
56560
56938
  "locationInModule": {
56561
56939
  "filename": "src/javascript/pnpm-workspace-config.ts",
56562
- "line": 531
56940
+ "line": 552
56563
56941
  },
56564
56942
  "name": "reporter",
56565
56943
  "optional": true,
@@ -56604,7 +56982,7 @@
56604
56982
  "immutable": true,
56605
56983
  "locationInModule": {
56606
56984
  "filename": "src/javascript/pnpm-workspace-config.ts",
56607
- "line": 825
56985
+ "line": 846
56608
56986
  },
56609
56987
  "name": "resolutionMode",
56610
56988
  "optional": true,
@@ -56624,7 +57002,7 @@
56624
57002
  "immutable": true,
56625
57003
  "locationInModule": {
56626
57004
  "filename": "src/javascript/pnpm-workspace-config.ts",
56627
- "line": 509
57005
+ "line": 530
56628
57006
  },
56629
57007
  "name": "resolvePeersFromWorkspaceRoot",
56630
57008
  "optional": true,
@@ -56644,7 +57022,7 @@
56644
57022
  "immutable": true,
56645
57023
  "locationInModule": {
56646
57024
  "filename": "src/javascript/pnpm-workspace-config.ts",
56647
- "line": 1078
57025
+ "line": 1106
56648
57026
  },
56649
57027
  "name": "runtimeOnFail",
56650
57028
  "optional": true,
@@ -56664,7 +57042,7 @@
56664
57042
  "immutable": true,
56665
57043
  "locationInModule": {
56666
57044
  "filename": "src/javascript/pnpm-workspace-config.ts",
56667
- "line": 958
57045
+ "line": 979
56668
57046
  },
56669
57047
  "name": "saveExact",
56670
57048
  "optional": true,
@@ -56684,7 +57062,7 @@
56684
57062
  "immutable": true,
56685
57063
  "locationInModule": {
56686
57064
  "filename": "src/javascript/pnpm-workspace-config.ts",
56687
- "line": 755
57065
+ "line": 776
56688
57066
  },
56689
57067
  "name": "savePrefix",
56690
57068
  "optional": true,
@@ -56704,7 +57082,7 @@
56704
57082
  "immutable": true,
56705
57083
  "locationInModule": {
56706
57084
  "filename": "src/javascript/pnpm-workspace-config.ts",
56707
- "line": 699
57085
+ "line": 720
56708
57086
  },
56709
57087
  "name": "saveWorkspaceProtocol",
56710
57088
  "optional": true,
@@ -56724,7 +57102,7 @@
56724
57102
  "immutable": true,
56725
57103
  "locationInModule": {
56726
57104
  "filename": "src/javascript/pnpm-workspace-config.ts",
56727
- "line": 944
57105
+ "line": 965
56728
57106
  },
56729
57107
  "name": "scriptShell",
56730
57108
  "optional": true,
@@ -56764,7 +57142,7 @@
56764
57142
  "immutable": true,
56765
57143
  "locationInModule": {
56766
57144
  "filename": "src/javascript/pnpm-workspace-config.ts",
56767
- "line": 692
57145
+ "line": 713
56768
57146
  },
56769
57147
  "name": "sharedWorkspaceLockfile",
56770
57148
  "optional": true,
@@ -56784,7 +57162,7 @@
56784
57162
  "immutable": true,
56785
57163
  "locationInModule": {
56786
57164
  "filename": "src/javascript/pnpm-workspace-config.ts",
56787
- "line": 951
57165
+ "line": 972
56788
57166
  },
56789
57167
  "name": "shellEmulator",
56790
57168
  "optional": true,
@@ -56804,7 +57182,7 @@
56804
57182
  "immutable": true,
56805
57183
  "locationInModule": {
56806
57184
  "filename": "src/javascript/pnpm-workspace-config.ts",
56807
- "line": 608
57185
+ "line": 629
56808
57186
  },
56809
57187
  "name": "sideEffectsCache",
56810
57188
  "optional": true,
@@ -56824,7 +57202,7 @@
56824
57202
  "immutable": true,
56825
57203
  "locationInModule": {
56826
57204
  "filename": "src/javascript/pnpm-workspace-config.ts",
56827
- "line": 615
57205
+ "line": 636
56828
57206
  },
56829
57207
  "name": "sideEffectsCacheReadonly",
56830
57208
  "optional": true,
@@ -56844,7 +57222,7 @@
56844
57222
  "immutable": true,
56845
57223
  "locationInModule": {
56846
57224
  "filename": "src/javascript/pnpm-workspace-config.ts",
56847
- "line": 783
57225
+ "line": 804
56848
57226
  },
56849
57227
  "name": "stateDir",
56850
57228
  "optional": true,
@@ -56884,7 +57262,7 @@
56884
57262
  "immutable": true,
56885
57263
  "locationInModule": {
56886
57264
  "filename": "src/javascript/pnpm-workspace-config.ts",
56887
- "line": 643
57265
+ "line": 664
56888
57266
  },
56889
57267
  "name": "strictDepBuilds",
56890
57268
  "optional": true,
@@ -56904,7 +57282,7 @@
56904
57282
  "immutable": true,
56905
57283
  "locationInModule": {
56906
57284
  "filename": "src/javascript/pnpm-workspace-config.ts",
56907
- "line": 502
57285
+ "line": 523
56908
57286
  },
56909
57287
  "name": "strictPeerDependencies",
56910
57288
  "optional": true,
@@ -56924,7 +57302,7 @@
56924
57302
  "immutable": true,
56925
57303
  "locationInModule": {
56926
57304
  "filename": "src/javascript/pnpm-workspace-config.ts",
56927
- "line": 439
57305
+ "line": 446
56928
57306
  },
56929
57307
  "name": "strictSsl",
56930
57308
  "optional": true,
@@ -57005,7 +57383,7 @@
57005
57383
  "immutable": true,
57006
57384
  "locationInModule": {
57007
57385
  "filename": "src/javascript/pnpm-workspace-config.ts",
57008
- "line": 678
57386
+ "line": 699
57009
57387
  },
57010
57388
  "name": "syncInjectedDepsAfterScripts",
57011
57389
  "optional": true,
@@ -57030,7 +57408,7 @@
57030
57408
  "immutable": true,
57031
57409
  "locationInModule": {
57032
57410
  "filename": "src/javascript/pnpm-workspace-config.ts",
57033
- "line": 762
57411
+ "line": 783
57034
57412
  },
57035
57413
  "name": "tag",
57036
57414
  "optional": true,
@@ -57051,7 +57429,7 @@
57051
57429
  "immutable": true,
57052
57430
  "locationInModule": {
57053
57431
  "filename": "src/javascript/pnpm-workspace-config.ts",
57054
- "line": 1092
57432
+ "line": 1120
57055
57433
  },
57056
57434
  "name": "trustLockfile",
57057
57435
  "optional": true,
@@ -57072,7 +57450,7 @@
57072
57450
  "immutable": true,
57073
57451
  "locationInModule": {
57074
57452
  "filename": "src/javascript/pnpm-workspace-config.ts",
57075
- "line": 994
57453
+ "line": 1015
57076
57454
  },
57077
57455
  "name": "trustPolicy",
57078
57456
  "optional": true,
@@ -57092,7 +57470,7 @@
57092
57470
  "immutable": true,
57093
57471
  "locationInModule": {
57094
57472
  "filename": "src/javascript/pnpm-workspace-config.ts",
57095
- "line": 1001
57473
+ "line": 1022
57096
57474
  },
57097
57475
  "name": "trustPolicyExclude",
57098
57476
  "optional": true,
@@ -57118,7 +57496,7 @@
57118
57496
  "immutable": true,
57119
57497
  "locationInModule": {
57120
57498
  "filename": "src/javascript/pnpm-workspace-config.ts",
57121
- "line": 1022
57499
+ "line": 1043
57122
57500
  },
57123
57501
  "name": "trustPolicyIgnoreAfter",
57124
57502
  "optional": true,
@@ -57139,7 +57517,7 @@
57139
57517
  "immutable": true,
57140
57518
  "locationInModule": {
57141
57519
  "filename": "src/javascript/pnpm-workspace-config.ts",
57142
- "line": 622
57520
+ "line": 643
57143
57521
  },
57144
57522
  "name": "unsafePerm",
57145
57523
  "optional": true,
@@ -57197,7 +57575,7 @@
57197
57575
  "immutable": true,
57198
57576
  "locationInModule": {
57199
57577
  "filename": "src/javascript/pnpm-workspace-config.ts",
57200
- "line": 804
57578
+ "line": 825
57201
57579
  },
57202
57580
  "name": "updateNotifier",
57203
57581
  "optional": true,
@@ -57217,7 +57595,7 @@
57217
57595
  "immutable": true,
57218
57596
  "locationInModule": {
57219
57597
  "filename": "src/javascript/pnpm-workspace-config.ts",
57220
- "line": 538
57598
+ "line": 559
57221
57599
  },
57222
57600
  "name": "useBetaCli",
57223
57601
  "optional": true,
@@ -57237,7 +57615,7 @@
57237
57615
  "immutable": true,
57238
57616
  "locationInModule": {
57239
57617
  "filename": "src/javascript/pnpm-workspace-config.ts",
57240
- "line": 650
57618
+ "line": 671
57241
57619
  },
57242
57620
  "name": "useNodeVersion",
57243
57621
  "optional": true,
@@ -57257,7 +57635,7 @@
57257
57635
  "immutable": true,
57258
57636
  "locationInModule": {
57259
57637
  "filename": "src/javascript/pnpm-workspace-config.ts",
57260
- "line": 797
57638
+ "line": 818
57261
57639
  },
57262
57640
  "name": "useStderr",
57263
57641
  "optional": true,
@@ -57277,7 +57655,7 @@
57277
57655
  "immutable": true,
57278
57656
  "locationInModule": {
57279
57657
  "filename": "src/javascript/pnpm-workspace-config.ts",
57280
- "line": 636
57658
+ "line": 657
57281
57659
  },
57282
57660
  "name": "verifyDepsBeforeRun",
57283
57661
  "optional": true,
@@ -57317,7 +57695,7 @@
57317
57695
  "immutable": true,
57318
57696
  "locationInModule": {
57319
57697
  "filename": "src/javascript/pnpm-workspace-config.ts",
57320
- "line": 895
57698
+ "line": 916
57321
57699
  },
57322
57700
  "name": "versioning",
57323
57701
  "optional": true,
@@ -57378,7 +57756,7 @@
57378
57756
  "immutable": true,
57379
57757
  "locationInModule": {
57380
57758
  "filename": "src/javascript/pnpm-workspace-config.ts",
57381
- "line": 1064
57759
+ "line": 1092
57382
57760
  },
57383
57761
  "name": "virtualStoreOnly",
57384
57762
  "optional": true,
@@ -57399,7 +57777,7 @@
57399
57777
  "immutable": true,
57400
57778
  "locationInModule": {
57401
57779
  "filename": "src/javascript/pnpm-workspace-config.ts",
57402
- "line": 734
57780
+ "line": 755
57403
57781
  },
57404
57782
  "name": "workspaceConcurrency",
57405
57783
  "optional": true,
@@ -57423,7 +57801,7 @@
57423
57801
  "kind": "interface",
57424
57802
  "locationInModule": {
57425
57803
  "filename": "src/javascript/pnpm-workspace-config.ts",
57426
- "line": 1411
57804
+ "line": 1443
57427
57805
  },
57428
57806
  "name": "PnpmWorkspaceYamlSchemaAudit",
57429
57807
  "namespace": "javascript",
@@ -57440,7 +57818,7 @@
57440
57818
  "immutable": true,
57441
57819
  "locationInModule": {
57442
57820
  "filename": "src/javascript/pnpm-workspace-config.ts",
57443
- "line": 1424
57821
+ "line": 1456
57444
57822
  },
57445
57823
  "name": "ignore",
57446
57824
  "optional": true,
@@ -57465,7 +57843,7 @@
57465
57843
  "immutable": true,
57466
57844
  "locationInModule": {
57467
57845
  "filename": "src/javascript/pnpm-workspace-config.ts",
57468
- "line": 1417
57846
+ "line": 1449
57469
57847
  },
57470
57848
  "name": "level",
57471
57849
  "optional": true,
@@ -57489,7 +57867,7 @@
57489
57867
  "kind": "interface",
57490
57868
  "locationInModule": {
57491
57869
  "filename": "src/javascript/pnpm-workspace-config.ts",
57492
- "line": 1446
57870
+ "line": 1478
57493
57871
  },
57494
57872
  "name": "PnpmWorkspaceYamlSchemaAuditConfig",
57495
57873
  "namespace": "javascript",
@@ -57506,7 +57884,7 @@
57506
57884
  "immutable": true,
57507
57885
  "locationInModule": {
57508
57886
  "filename": "src/javascript/pnpm-workspace-config.ts",
57509
- "line": 1452
57887
+ "line": 1484
57510
57888
  },
57511
57889
  "name": "ignoreCves",
57512
57890
  "optional": true,
@@ -57531,7 +57909,7 @@
57531
57909
  "immutable": true,
57532
57910
  "locationInModule": {
57533
57911
  "filename": "src/javascript/pnpm-workspace-config.ts",
57534
- "line": 1459
57912
+ "line": 1491
57535
57913
  },
57536
57914
  "name": "ignoreGhsas",
57537
57915
  "optional": true,
@@ -57560,7 +57938,7 @@
57560
57938
  "kind": "enum",
57561
57939
  "locationInModule": {
57562
57940
  "filename": "src/javascript/pnpm-workspace-config.ts",
57563
- "line": 1769
57941
+ "line": 1801
57564
57942
  },
57565
57943
  "members": [
57566
57944
  {
@@ -57609,7 +57987,7 @@
57609
57987
  "kind": "enum",
57610
57988
  "locationInModule": {
57611
57989
  "filename": "src/javascript/pnpm-workspace-config.ts",
57612
- "line": 1278
57990
+ "line": 1310
57613
57991
  },
57614
57992
  "members": [
57615
57993
  {
@@ -57651,7 +58029,7 @@
57651
58029
  "kind": "enum",
57652
58030
  "locationInModule": {
57653
58031
  "filename": "src/javascript/pnpm-workspace-config.ts",
57654
- "line": 1581
58032
+ "line": 1613
57655
58033
  },
57656
58034
  "members": [
57657
58035
  {
@@ -57693,7 +58071,7 @@
57693
58071
  "kind": "interface",
57694
58072
  "locationInModule": {
57695
58073
  "filename": "src/javascript/pnpm-workspace-config.ts",
57696
- "line": 1520
58074
+ "line": 1552
57697
58075
  },
57698
58076
  "name": "PnpmWorkspaceYamlSchemaExecutionEnv",
57699
58077
  "namespace": "javascript",
@@ -57710,7 +58088,7 @@
57710
58088
  "immutable": true,
57711
58089
  "locationInModule": {
57712
58090
  "filename": "src/javascript/pnpm-workspace-config.ts",
57713
- "line": 1526
58091
+ "line": 1558
57714
58092
  },
57715
58093
  "name": "nodeVersion",
57716
58094
  "optional": true,
@@ -57735,7 +58113,7 @@
57735
58113
  "kind": "enum",
57736
58114
  "locationInModule": {
57737
58115
  "filename": "src/javascript/pnpm-workspace-config.ts",
57738
- "line": 1817
58116
+ "line": 1849
57739
58117
  },
57740
58118
  "members": [
57741
58119
  {
@@ -57777,7 +58155,7 @@
57777
58155
  "kind": "class",
57778
58156
  "locationInModule": {
57779
58157
  "filename": "src/javascript/pnpm-workspace-config.ts",
57780
- "line": 1628
58158
+ "line": 1660
57781
58159
  },
57782
58160
  "methods": [
57783
58161
  {
@@ -57786,7 +58164,7 @@
57786
58164
  },
57787
58165
  "locationInModule": {
57788
58166
  "filename": "src/javascript/pnpm-workspace-config.ts",
57789
- "line": 1629
58167
+ "line": 1661
57790
58168
  },
57791
58169
  "name": "fromBoolean",
57792
58170
  "parameters": [
@@ -57810,7 +58188,7 @@
57810
58188
  },
57811
58189
  "locationInModule": {
57812
58190
  "filename": "src/javascript/pnpm-workspace-config.ts",
57813
- "line": 1632
58191
+ "line": 1664
57814
58192
  },
57815
58193
  "name": "fromString",
57816
58194
  "parameters": [
@@ -57839,7 +58217,7 @@
57839
58217
  "immutable": true,
57840
58218
  "locationInModule": {
57841
58219
  "filename": "src/javascript/pnpm-workspace-config.ts",
57842
- "line": 1635
58220
+ "line": 1667
57843
58221
  },
57844
58222
  "name": "value",
57845
58223
  "type": {
@@ -57871,7 +58249,7 @@
57871
58249
  "kind": "enum",
57872
58250
  "locationInModule": {
57873
58251
  "filename": "src/javascript/pnpm-workspace-config.ts",
57874
- "line": 1595
58252
+ "line": 1627
57875
58253
  },
57876
58254
  "members": [
57877
58255
  {
@@ -57920,7 +58298,7 @@
57920
58298
  "kind": "enum",
57921
58299
  "locationInModule": {
57922
58300
  "filename": "src/javascript/pnpm-workspace-config.ts",
57923
- "line": 1549
58301
+ "line": 1581
57924
58302
  },
57925
58303
  "members": [
57926
58304
  {
@@ -57962,7 +58340,7 @@
57962
58340
  "kind": "enum",
57963
58341
  "locationInModule": {
57964
58342
  "filename": "src/javascript/pnpm-workspace-config.ts",
57965
- "line": 1563
58343
+ "line": 1595
57966
58344
  },
57967
58345
  "members": [
57968
58346
  {
@@ -58018,7 +58396,7 @@
58018
58396
  "kind": "interface",
58019
58397
  "locationInModule": {
58020
58398
  "filename": "src/javascript/pnpm-workspace-config.ts",
58021
- "line": 1290
58399
+ "line": 1322
58022
58400
  },
58023
58401
  "name": "PnpmWorkspaceYamlSchemaPeerDependencyRules",
58024
58402
  "namespace": "javascript",
@@ -58035,7 +58413,7 @@
58035
58413
  "immutable": true,
58036
58414
  "locationInModule": {
58037
58415
  "filename": "src/javascript/pnpm-workspace-config.ts",
58038
- "line": 1310
58416
+ "line": 1342
58039
58417
  },
58040
58418
  "name": "allowAny",
58041
58419
  "optional": true,
@@ -58060,7 +58438,7 @@
58060
58438
  "immutable": true,
58061
58439
  "locationInModule": {
58062
58440
  "filename": "src/javascript/pnpm-workspace-config.ts",
58063
- "line": 1303
58441
+ "line": 1335
58064
58442
  },
58065
58443
  "name": "allowedVersions",
58066
58444
  "optional": true,
@@ -58080,7 +58458,7 @@
58080
58458
  "immutable": true,
58081
58459
  "locationInModule": {
58082
58460
  "filename": "src/javascript/pnpm-workspace-config.ts",
58083
- "line": 1296
58461
+ "line": 1328
58084
58462
  },
58085
58463
  "name": "ignoreMissing",
58086
58464
  "optional": true,
@@ -58109,7 +58487,7 @@
58109
58487
  "kind": "enum",
58110
58488
  "locationInModule": {
58111
58489
  "filename": "src/javascript/pnpm-workspace-config.ts",
58112
- "line": 1785
58490
+ "line": 1817
58113
58491
  },
58114
58492
  "members": [
58115
58493
  {
@@ -58159,7 +58537,7 @@
58159
58537
  "kind": "enum",
58160
58538
  "locationInModule": {
58161
58539
  "filename": "src/javascript/pnpm-workspace-config.ts",
58162
- "line": 1612
58540
+ "line": 1644
58163
58541
  },
58164
58542
  "members": [
58165
58543
  {
@@ -58208,7 +58586,7 @@
58208
58586
  "kind": "enum",
58209
58587
  "locationInModule": {
58210
58588
  "filename": "src/javascript/pnpm-workspace-config.ts",
58211
- "line": 1674
58589
+ "line": 1706
58212
58590
  },
58213
58591
  "members": [
58214
58592
  {
@@ -58250,7 +58628,7 @@
58250
58628
  "kind": "enum",
58251
58629
  "locationInModule": {
58252
58630
  "filename": "src/javascript/pnpm-workspace-config.ts",
58253
- "line": 1801
58631
+ "line": 1833
58254
58632
  },
58255
58633
  "members": [
58256
58634
  {
@@ -58299,7 +58677,7 @@
58299
58677
  "kind": "enum",
58300
58678
  "locationInModule": {
58301
58679
  "filename": "src/javascript/pnpm-workspace-config.ts",
58302
- "line": 1660
58680
+ "line": 1692
58303
58681
  },
58304
58682
  "members": [
58305
58683
  {
@@ -58341,7 +58719,7 @@
58341
58719
  "kind": "class",
58342
58720
  "locationInModule": {
58343
58721
  "filename": "src/javascript/pnpm-workspace-config.ts",
58344
- "line": 1644
58722
+ "line": 1676
58345
58723
  },
58346
58724
  "methods": [
58347
58725
  {
@@ -58350,7 +58728,7 @@
58350
58728
  },
58351
58729
  "locationInModule": {
58352
58730
  "filename": "src/javascript/pnpm-workspace-config.ts",
58353
- "line": 1645
58731
+ "line": 1677
58354
58732
  },
58355
58733
  "name": "fromBoolean",
58356
58734
  "parameters": [
@@ -58374,7 +58752,7 @@
58374
58752
  },
58375
58753
  "locationInModule": {
58376
58754
  "filename": "src/javascript/pnpm-workspace-config.ts",
58377
- "line": 1648
58755
+ "line": 1680
58378
58756
  },
58379
58757
  "name": "fromString",
58380
58758
  "parameters": [
@@ -58403,7 +58781,7 @@
58403
58781
  "immutable": true,
58404
58782
  "locationInModule": {
58405
58783
  "filename": "src/javascript/pnpm-workspace-config.ts",
58406
- "line": 1651
58784
+ "line": 1683
58407
58785
  },
58408
58786
  "name": "value",
58409
58787
  "type": {
@@ -58436,7 +58814,7 @@
58436
58814
  "kind": "interface",
58437
58815
  "locationInModule": {
58438
58816
  "filename": "src/javascript/pnpm-workspace-config.ts",
58439
- "line": 1483
58817
+ "line": 1515
58440
58818
  },
58441
58819
  "name": "PnpmWorkspaceYamlSchemaSupportedArchitectures",
58442
58820
  "namespace": "javascript",
@@ -58452,7 +58830,7 @@
58452
58830
  "immutable": true,
58453
58831
  "locationInModule": {
58454
58832
  "filename": "src/javascript/pnpm-workspace-config.ts",
58455
- "line": 1492
58833
+ "line": 1524
58456
58834
  },
58457
58835
  "name": "cpu",
58458
58836
  "optional": true,
@@ -58476,7 +58854,7 @@
58476
58854
  "immutable": true,
58477
58855
  "locationInModule": {
58478
58856
  "filename": "src/javascript/pnpm-workspace-config.ts",
58479
- "line": 1497
58857
+ "line": 1529
58480
58858
  },
58481
58859
  "name": "libc",
58482
58860
  "optional": true,
@@ -58500,7 +58878,7 @@
58500
58878
  "immutable": true,
58501
58879
  "locationInModule": {
58502
58880
  "filename": "src/javascript/pnpm-workspace-config.ts",
58503
- "line": 1487
58881
+ "line": 1519
58504
58882
  },
58505
58883
  "name": "os",
58506
58884
  "optional": true,
@@ -58530,7 +58908,7 @@
58530
58908
  "kind": "enum",
58531
58909
  "locationInModule": {
58532
58910
  "filename": "src/javascript/pnpm-workspace-config.ts",
58533
- "line": 1757
58911
+ "line": 1789
58534
58912
  },
58535
58913
  "members": [
58536
58914
  {
@@ -58565,7 +58943,7 @@
58565
58943
  "kind": "interface",
58566
58944
  "locationInModule": {
58567
58945
  "filename": "src/javascript/pnpm-workspace-config.ts",
58568
- "line": 1333
58946
+ "line": 1365
58569
58947
  },
58570
58948
  "name": "PnpmWorkspaceYamlSchemaUpdate",
58571
58949
  "namespace": "javascript",
@@ -58582,7 +58960,7 @@
58582
58960
  "immutable": true,
58583
58961
  "locationInModule": {
58584
58962
  "filename": "src/javascript/pnpm-workspace-config.ts",
58585
- "line": 1346
58963
+ "line": 1378
58586
58964
  },
58587
58965
  "name": "changeset",
58588
58966
  "optional": true,
@@ -58602,7 +58980,7 @@
58602
58980
  "immutable": true,
58603
58981
  "locationInModule": {
58604
58982
  "filename": "src/javascript/pnpm-workspace-config.ts",
58605
- "line": 1353
58983
+ "line": 1385
58606
58984
  },
58607
58985
  "name": "githubActions",
58608
58986
  "optional": true,
@@ -58622,7 +59000,7 @@
58622
59000
  "immutable": true,
58623
59001
  "locationInModule": {
58624
59002
  "filename": "src/javascript/pnpm-workspace-config.ts",
58625
- "line": 1360
59003
+ "line": 1392
58626
59004
  },
58627
59005
  "name": "githubActionsServer",
58628
59006
  "optional": true,
@@ -58642,7 +59020,7 @@
58642
59020
  "immutable": true,
58643
59021
  "locationInModule": {
58644
59022
  "filename": "src/javascript/pnpm-workspace-config.ts",
58645
- "line": 1339
59023
+ "line": 1371
58646
59024
  },
58647
59025
  "name": "ignoreDeps",
58648
59026
  "optional": true,
@@ -58671,7 +59049,7 @@
58671
59049
  "kind": "interface",
58672
59050
  "locationInModule": {
58673
59051
  "filename": "src/javascript/pnpm-workspace-config.ts",
58674
- "line": 1384
59052
+ "line": 1416
58675
59053
  },
58676
59054
  "name": "PnpmWorkspaceYamlSchemaUpdateConfig",
58677
59055
  "namespace": "javascript",
@@ -58688,7 +59066,7 @@
58688
59066
  "immutable": true,
58689
59067
  "locationInModule": {
58690
59068
  "filename": "src/javascript/pnpm-workspace-config.ts",
58691
- "line": 1390
59069
+ "line": 1422
58692
59070
  },
58693
59071
  "name": "ignoreDependencies",
58694
59072
  "optional": true,
@@ -58718,7 +59096,7 @@
58718
59096
  "kind": "interface",
58719
59097
  "locationInModule": {
58720
59098
  "filename": "src/javascript/pnpm-workspace-config.ts",
58721
- "line": 1688
59099
+ "line": 1720
58722
59100
  },
58723
59101
  "name": "PnpmWorkspaceYamlSchemaVersioning",
58724
59102
  "namespace": "javascript",
@@ -58735,7 +59113,7 @@
58735
59113
  "immutable": true,
58736
59114
  "locationInModule": {
58737
59115
  "filename": "src/javascript/pnpm-workspace-config.ts",
58738
- "line": 1729
59116
+ "line": 1761
58739
59117
  },
58740
59118
  "name": "changelog",
58741
59119
  "optional": true,
@@ -58755,7 +59133,7 @@
58755
59133
  "immutable": true,
58756
59134
  "locationInModule": {
58757
59135
  "filename": "src/javascript/pnpm-workspace-config.ts",
58758
- "line": 1722
59136
+ "line": 1754
58759
59137
  },
58760
59138
  "name": "epics",
58761
59139
  "optional": true,
@@ -58781,7 +59159,7 @@
58781
59159
  "immutable": true,
58782
59160
  "locationInModule": {
58783
59161
  "filename": "src/javascript/pnpm-workspace-config.ts",
58784
- "line": 1694
59162
+ "line": 1726
58785
59163
  },
58786
59164
  "name": "fixed",
58787
59165
  "optional": true,
@@ -58811,7 +59189,7 @@
58811
59189
  "immutable": true,
58812
59190
  "locationInModule": {
58813
59191
  "filename": "src/javascript/pnpm-workspace-config.ts",
58814
- "line": 1701
59192
+ "line": 1733
58815
59193
  },
58816
59194
  "name": "ignore",
58817
59195
  "optional": true,
@@ -58837,7 +59215,7 @@
58837
59215
  "immutable": true,
58838
59216
  "locationInModule": {
58839
59217
  "filename": "src/javascript/pnpm-workspace-config.ts",
58840
- "line": 1715
59218
+ "line": 1747
58841
59219
  },
58842
59220
  "name": "lanes",
58843
59221
  "optional": true,
@@ -58862,7 +59240,7 @@
58862
59240
  "immutable": true,
58863
59241
  "locationInModule": {
58864
59242
  "filename": "src/javascript/pnpm-workspace-config.ts",
58865
- "line": 1708
59243
+ "line": 1740
58866
59244
  },
58867
59245
  "name": "maxBump",
58868
59246
  "optional": true,
@@ -58887,7 +59265,7 @@
58887
59265
  "kind": "interface",
58888
59266
  "locationInModule": {
58889
59267
  "filename": "src/javascript/pnpm-workspace-config.ts",
58890
- "line": 1880
59268
+ "line": 1912
58891
59269
  },
58892
59270
  "name": "PnpmWorkspaceYamlSchemaVersioningChangelog",
58893
59271
  "namespace": "javascript",
@@ -58905,7 +59283,7 @@
58905
59283
  "immutable": true,
58906
59284
  "locationInModule": {
58907
59285
  "filename": "src/javascript/pnpm-workspace-config.ts",
58908
- "line": 1886
59286
+ "line": 1918
58909
59287
  },
58910
59288
  "name": "storage",
58911
59289
  "optional": true,
@@ -58930,7 +59308,7 @@
58930
59308
  "kind": "enum",
58931
59309
  "locationInModule": {
58932
59310
  "filename": "src/javascript/pnpm-workspace-config.ts",
58933
- "line": 1909
59311
+ "line": 1941
58934
59312
  },
58935
59313
  "members": [
58936
59314
  {
@@ -58965,7 +59343,7 @@
58965
59343
  "kind": "interface",
58966
59344
  "locationInModule": {
58967
59345
  "filename": "src/javascript/pnpm-workspace-config.ts",
58968
- "line": 1843
59346
+ "line": 1875
58969
59347
  },
58970
59348
  "name": "PnpmWorkspaceYamlSchemaVersioningEpics",
58971
59349
  "namespace": "javascript",
@@ -58982,7 +59360,7 @@
58982
59360
  "immutable": true,
58983
59361
  "locationInModule": {
58984
59362
  "filename": "src/javascript/pnpm-workspace-config.ts",
58985
- "line": 1849
59363
+ "line": 1881
58986
59364
  },
58987
59365
  "name": "lead",
58988
59366
  "type": {
@@ -59001,7 +59379,7 @@
59001
59379
  "immutable": true,
59002
59380
  "locationInModule": {
59003
59381
  "filename": "src/javascript/pnpm-workspace-config.ts",
59004
- "line": 1856
59382
+ "line": 1888
59005
59383
  },
59006
59384
  "name": "packages",
59007
59385
  "type": {
@@ -59029,7 +59407,7 @@
59029
59407
  "kind": "enum",
59030
59408
  "locationInModule": {
59031
59409
  "filename": "src/javascript/pnpm-workspace-config.ts",
59032
- "line": 1831
59410
+ "line": 1863
59033
59411
  },
59034
59412
  "members": [
59035
59413
  {
@@ -90855,6 +91233,6 @@
90855
91233
  "usedFeatures": [
90856
91234
  "class-covariant-overrides"
90857
91235
  ],
90858
- "version": "0.101.29",
90859
- "fingerprint": "SRJobV1ybtsIS9Wq+MabSurhG4n/IMHiEs4EvI/pXLQ="
91236
+ "version": "0.101.31",
91237
+ "fingerprint": "+lmJs8Ddh2nCPmLnRvPKr6qwvxtHN0cOUhklXD4d/o4="
90860
91238
  }